
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

progress {
    vertical-align: baseline;
}

template, [hidden] {
    display: none;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, select, textarea {
    font: inherit;
    margin: 0;
}

optgroup {
    font-weight: bold;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

textarea {
    overflow: auto;
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

    [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.75;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

.float-wrap {
    overflow: hidden
}

.abs-wrap {
    position: relative;
}

.hidden {
    display: none;
}

input, textarea, select {
    font-size: 12px;
    font-style: normal;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.flex-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    min-height: 0;
}

.flex-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-justify {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

html {
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 320px;
}

body {
    height: 100%;
    min-height: 100%;
    min-width: 320px;
    background: #282828;
    color: #010101;
    font-family: 'Noto Sans', Arial, Tahoma, sans-serif;
    overflow-y: scroll;
}

#site-wrap {
    position: relative;
    min-height: 100%;
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
}

.site-wrap {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

a {
    color: #0091d5;
}

    a:hover {
        color: #00aeff;
    }

h1, .h1 {
    display: block;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 400;
}

h2, .h2 {
    display: block;
    font-size: 25px;
    font-weight: 400;
}

h3, .h3 {
    display: block;
    font-size: 20px;
    font-weight: 700;
}

.basic-text {
    font-size: 13px;
    line-height: 23px;
}

.basic-text p {
    padding-top: 25px;
}

.basic-text ul, .basic-text ol {
    padding-top: 20px;
}

.brand-block {
    /*width: 160px;*/
    width: 200px;
    height: 120px;
    position: fixed;
    left: 40px;
    top: 40px;
    z-index: 1000;
    background: #282828;
}

.bright-paits-logo {
    display: inline-block;
    margin: 20px 30px 0;
    width: 100px;
    height: 54px;
    fill: #ffffff;
}

.brand-block-area {
    display: block;
    width: 100%;
    text-align: center;
    /*position: absolute;*/
    left: 0;
    margin-top: 15px;
    font-size: x-large;
}

.brand-block-contacts {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 15px;
}

.brand-block-contacts-link {
    display: block;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.2px;
    color: #fff;
    text-decoration: none;
    padding: 3px 0;
}

    .brand-block-contacts-link:hover {
        color: #eee;
    }

.contacts-form-wrap {
    background: url('/images/map-bg.png');
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    min-height: 0;
}

.cases-form-inner-wrap {
    width: 90%;
    max-width: 770px;
    margin: auto;
    font-size: 0;
}

.form-block {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.form-line {
    padding-top: 20px;
}

.form-label {
    font-size: 12px;
    line-height: 12px;
    color: #f7f7f7;
}

.form-input {
    padding-top: 8px;
}

.form-input input[type=submit], .form-input input[type=text], .form-input input[type=tel], .form-input textarea {
    width: 90%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #f7f7f7;
    background: none;
    font-size: 13px;
    line-height: 40px;
    text-indent: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.form-input input[type=text]:focus, .form-input input[type=tel]:focus, .form-input textarea:focus {
    border: 1px solid rgba(250,127,31,1);
}

.form-input textarea {
    line-height: 20px;
    height: 129px;
}

.form-input input[type=submit] {
    margin-top: 11px;
    border: none;
    line-height: 42px;
    background: rgb(237,71,106);
    background: -moz-linear-gradient(-45deg,rgba(237,71,106,1) 0%, rgba(250,127,31,1) 100%);
    background: -webkit-linear-gradient(-45deg,rgba(237,71,106,1) 0%,rgba(250,127,31,1) 100%);
    background: linear-gradient(135deg,rgba(237,71,106,1) 0%,rgba(250,127,31,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed476a', endColorstr='#fa7f1f',GradientType=1 );
}

.contacts-form-title {
    width: 95%;
    font-size: 28px;
    color: #fff;
    text-align: center;
}

.contacts-form-title::after {
    display: block;
    content: '';
    width: 80px;
    height: 2px;
    margin: 20px auto;
    background: rgb(237,71,106);
    background: -moz-linear-gradient(-45deg,rgba(237,71,106,1) 0%, rgba(250,127,31,1) 100%);
    background: -webkit-linear-gradient(-45deg,rgba(237,71,106,1) 0%,rgba(250,127,31,1) 100%);
    background: linear-gradient(135deg,rgba(237,71,106,1) 0%,rgba(250,127,31,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed476a', endColorstr='#fa7f1f',GradientType=1 );
}

#contacts-form-response {
    width: 90%;
    max-width: 600px;
    margin: 20px auto;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    color: #f7f7f7;
}

.feedback-form-loader-wrap {
    width: 100%;
    text-align: center;
    border: none;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    height: 80px;
}

.cssload-loader {
    position: relative;
    top: 8px;
    left: calc(50% - 29px);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    perspective: 300px;
}

.cssload-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.cssload-inner.cssload-one {
    left: 0%;
    top: 0%;
    animation: cssload-rotate-one 1.8s linear infinite;
    -o-animation: cssload-rotate-one 1.8s linear infinite;
    -ms-animation: cssload-rotate-one 1.8s linear infinite;
    -webkit-animation: cssload-rotate-one 1.8s linear infinite;
    -moz-animation: cssload-rotate-one 1.8s linear infinite;
    border-bottom: 3px solid rgb(255,255,255);
}

.cssload-inner.cssload-two {
    right: 0%;
    top: 0%;
    animation: cssload-rotate-two 1.8s linear infinite;
    -o-animation: cssload-rotate-two 1.8s linear infinite;
    -ms-animation: cssload-rotate-two 1.8s linear infinite;
    -webkit-animation: cssload-rotate-two 1.8s linear infinite;
    -moz-animation: cssload-rotate-two 1.8s linear infinite;
    border-right: 3px solid rgb(255,255,255);
}

.cssload-inner.cssload-three {
    right: 0%;
    bottom: 0%;
    animation: cssload-rotate-three 1.8s linear infinite;
    -o-animation: cssload-rotate-three 1.8s linear infinite;
    -ms-animation: cssload-rotate-three 1.8s linear infinite;
    -webkit-animation: cssload-rotate-three 1.8s linear infinite;
    -moz-animation: cssload-rotate-three 1.8s linear infinite;
    border-top: 3px solid rgb(255,255,255);
}

.contacts-contacts {
    padding-top: 80px;
}

.contacts-contact {
    display: inline-block;
    vertical-align: top;
    width: 31.55%;
    font-size: 13px;
    line-height: 1.4;
    color: #f7f7f7;
}

.contacts-contact:nth-child(2) {
    text-align: center;
}

.contacts-contact:nth-child(3) {
    text-align: right;
}

.contacts-contact-link {
    text-decoration: none;
    color: #f7f7f7;
}

.contacts-contact-link:hover {
    color: #fff;
}

@media (max-width:980px) {
    .brand-block {
        width: 100%;
        height: 110%;
        left: 0;
        top: 0;
        display: none;
        background: #282828;
        text-align: center;
    }

    .brand-block.opened {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-width: 0;
        min-height: 0;
    }

    .brand-block-inner-wrap {
        margin: auto;
    }

    .bright-paits-logo {
        margin: 0;
    }

    .brand-block-contacts {
        display: block;
        position: relative;
        margin: 10px 0 0 0;
        left: auto;
        bottom: auto;
    }

    .brand-block-contacts-link {
        font-size: 14px;
        padding: 8px 0;
    }

    .burger-wrap {
        display: block;
        position: fixed;
        /*right: 30px;*/
        right: 20px;
        top: 27px;
        z-index: 1100;
        background: #282828;
        /*width: 40px;*/
        width: 120px;
        height: 40px;
        border-radius: 0;
        -webkit-transition: all 400ms;
        -moz-transition: all 400ms;
        -ms-transition: all 400ms;
        -o-transition: all 400ms;
        transition: all 400ms;
    }

    .burger {
        position: absolute;
        /*left: 4px;*/
        right: 4px;
        top: 4px;
        width: 30px;
        height: 30px;
        z-index: 200;
        cursor: pointer;
    }

    .burger-state {
    }

    .burger-line {
        display: block;
        width: 16px;
        height: 2px;
        background: #fff;
        border-radius: 2px;
        transition: background .5s linear;
    }

    .burger.opened .burger-line {
        background: #fff;
    }

    .burger-line-top {
        position: absolute;
        top: 9px;
        left: 8px;
    }

    .burger-line-middle-one {
        position: absolute;
        top: 50%;
        left: 8px;
        margin-top: -1px;
    }

    .burger-line-middle-two {
        position: absolute;
        top: 50%;
        left: 8px;
        margin-top: -1px;
    }

    .burger-line-bottom {
        position: absolute;
        bottom: 9px;
        left: 8px;
    }

    .form-block {
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }

    .form-input input[type=submit], .form-input input[type=text], .form-input input[type=tel], .form-input textarea {
        width: 100%;
    }

    .contacts-form-title {
        width: auto;
    }
}

@media (max-width:640px) {
    .form-line {
        padding-top: 15px;
    }

    .form-input {
        padding-top: 7px;
    }

        .form-input input[type=submit], .form-input input[type=text], .form-input input[type=tel], .form-input textarea {
            font-size: 13px;
            line-height: 30px;
            text-indent: 5px;
        }

    .contacts-form-title {
        padding-top: 30px;
    }

    .contacts-contacts {
        padding-top: 30px;
    }

    .contacts-contact {
        padding-bottom: 15px;
        width: 100%;
        text-align: center;
    }

        .contacts-contact:nth-child(3) {
            text-align: center;
        }
}

.burger-line-middle-one {
    -webkit-animation: animationOneReverse 1s ease forwards;
    animation: animationOneReverse 1s ease forwards;
}

@-webkit-keyframes animationOneReverse {
    0% {
        -webkit-transform: rotate(315deg);
    }

    25% {
        -webkit-transform: rotate(360deg);
    }

    50%, 100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes animationOneReverse {
    0% {
        transform: rotate(315deg);
    }

    25% {
        transform: rotate(360deg);
    }

    50%, 100% {
        transform: rotate(0deg);
    }
}

.burger.opened .burger-line-middle-one {
    -webkit-animation: animationOne 1s ease forwards;
    animation: animationOne 1s ease forwards;
}

@-webkit-keyframes animationOne {
    0%, 50% {
        -webkit-transform: rotate(0deg);
    }

    75% {
        -webkit-transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(315deg);
    }
}

@keyframes animationOne {
    0%, 50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(315deg);
    }
}

.burger-line-middle-two {
    -webkit-animation: animationTwoReverse 1s ease forwards;
    animation: animationTwoReverse 1s ease forwards;
}

@-webkit-keyframes animationTwoReverse {
    0% {
        -webkit-transform: rotate(405deg);
    }

    25% {
        -webkit-transform: rotate(450deg);
    }

    50%, 100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes animationTwoReverse {
    0% {
        transform: rotate(405deg);
    }

    25% {
        transform: rotate(450deg);
    }

    50%, 100% {
        transform: rotate(0deg);
    }
}

.burger.opened .burger-line-middle-two {
    -webkit-animation: animationTwo 1s ease forwards;
    animation: animationTwo 1s ease forwards;
}

@-webkit-keyframes animationTwo {
    0%, 50% {
        -webkit-transform: rotate(0deg);
    }

    75% {
        -webkit-transform: rotate(450deg);
    }

    100% {
        -webkit-transform: rotate(405deg);
    }
}

@keyframes animationTwo {
    0%, 50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(450deg);
    }

    100% {
        transform: rotate(405deg);
    }
}

.burger-line-top {
    -webkit-animation: animationBurgerTopReverse 1s ease forwards;
    animation: animationBurgerTopReverse 1s ease forwards;
}

@-webkit-keyframes animationBurgerTopReverse {
    0%, 50% {
        -webkit-transform: translateY(12px);
        opacity: 0;
    }

    51% {
        -webkit-transform: translateY(12px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes animationBurgerTopReverse {
    0%, 50% {
        transform: translateY(12px);
        opacity: 0;
    }

    51% {
        transform: translateY(12px);
        opacity: 1;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.burger.opened .burger-line-top {
    -webkit-animation: animationBurgerTop 1s ease forwards;
    animation: animationBurgerTop 1s ease forwards;
}

@-webkit-keyframes animationBurgerTop {
    0% {
        -webkit-transform: translateY(0px);
        opacity: 1;
    }

    50% {
        -webkit-transform: translateY(12px);
        opacity: 1;
    }

    51%, 100% {
        -webkit-transform: translateY(12px);
        opacity: 0;
    }
}

@keyframes animationBurgerTop {
    0% {
        transform: translateY(0px);
        opacity: 1;
    }

    50% {
        transform: translateY(12px);
        opacity: 1;
    }

    51%, 100% {
        transform: translateY(12px);
        opacity: 0;
    }
}

.burger-line-bottom {
    -webkit-animation: animationBurgerBottomReverse 1s ease forwards;
    animation: animationBurgerBottomReverse 1s ease forwards;
}

@-webkit-keyframes animationBurgerBottomReverse {
    0%, 50% {
        -webkit-transform: translateY(-12px);
        opacity: 0;
    }

    51% {
        -webkit-transform: translateY(-12px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes animationBurgerBottomReverse {
    0%, 50% {
        transform: translateY(-12px);
        opacity: 0;
    }

    51% {
        transform: translateY(-12px);
        opacity: 1;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.burger.opened .burger-line-bottom {
    -webkit-animation: animationBurgerBottom 1s ease forwards;
    animation: animationBurgerBottom 1s ease forwards;
}

@-webkit-keyframes animationBurgerBottom {
    0% {
        -webkit-transform: translateY(0px);
        opacity: 1;
    }

    50% {
        -webkit-transform: translateY(-12px);
        opacity: 1;
    }

    51%, 100% {
        -webkit-transform: translateY(-12px);
        opacity: 0;
    }
}

@keyframes animationBurgerBottom {
    0% {
        transform: translateY(0px);
        opacity: 1;
    }

    50% {
        transform: translateY(-12px);
        opacity: 1;
    }

    51%, 100% {
        transform: translateY(-12px);
        opacity: 0;
    }
}

@keyframes cssload-rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-one {
    0% {
        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-one {
    0% {
        -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-one {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-one {
    0% {
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-two {
    0% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-two {
    0% {
        -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-two {
    0% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-two {
    0% {
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-three {
    0% {
        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-three {
    0% {
        -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-three {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-three {
    0% {
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

.achievemnts-info-cirlce-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 90%;
    height: 90%;
    max-width: 300px;
    max-height: 300px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    fill: transparent;
}

.achievemnts-info-cirlce {
    stroke-width: 5;
    stroke-dasharray: 880;
    stroke-dashoffset: 880;
}

.fire-animation .achievemnts-info-cirlce {
    stroke-dashoffset: 150;
    animation: animateInfoCircle 2.5s 1;
}

@keyframes animateInfoCircle {
    0% {
        stroke-dashoffset: 880;
    }

    100% {
        stroke-dashoffset: 150;
    }
}

.achievemnts-info-text-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 75%;
    max-width: 250px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.achievemnts-info-counter {
    text-align: center;
    font-size: 50px;
    padding-bottom: 5px;
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -ms-transition: all 2.5s;
    -o-transition: all 2.5s;
    transition: all 2.5s;
}

.fire-animation .achievemnts-info-counter {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.achievemnts-info-text {
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    opacity: 0;
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -ms-transition: all 2.5s;
    -o-transition: all 2.5s;
    transition: all 2.5s;
}

.fire-animation .achievemnts-info-text {
    opacity: 1;
}

.cases-grid {
    background: #282828;
}

.cases-grid-line {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 75%;
}

.case-in-grid {
    position: absolute;
    z-index: 1;
}

.case-in-grid-0 {
    top: 0;
    left: 0;
    width: 50%;
}

.case-in-grid-1 {
    top: 0;
    left: 50%;
    width: 25%;
}

.case-in-grid-2 {
    top: 0;
    left: 75%;
    width: 25%;
}

.case-in-grid-3 {
    bottom: 0;
    left: 0;
    width: 25%;
}

.case-in-grid-4 {
    bottom: 0;
    left: 25%;
    width: 25%;
}

.case-in-grid-5 {
    bottom: 0;
    left: 50%;
    width: 50%;
}

.case-in-grid-inner-wrap {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}

.case-in-grid-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.case-in-grid-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #fff;
    background: rgba(0,0,0,.75);
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

a:hover .case-in-grid-overlay {
    opacity: 1;
}

.case-in-grid-overlay-inner-wrap {
    display: block;
    margin: auto 60px;
}

.case-in-grid-overlay-title {
    display: block;
    font-size: 20px;
    line-height: 1.3;
}

.case-in-grid-overlay-title::after {
    display: block;
    content: '';
    width: 75px;
    height: 2px;
    margin: 10px 0 12px;
    background: rgb(237,71,106);
    background: -moz-linear-gradient(-45deg,rgba(237,71,106,1) 0%, rgba(250,127,31,1) 100%);
    background: -webkit-linear-gradient(-45deg,rgba(237,71,106,1) 0%,rgba(250,127,31,1) 100%);
    background: linear-gradient(135deg,rgba(237,71,106,1) 0%,rgba(250,127,31,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed476a', endColorstr='#fa7f1f',GradientType=1 );
}

.case-in-grid-overlay-text {
	display: block;
	font-size: 13px;
}

.fact-in-grid {
	background: #f7f7f7;
}

.facts-text-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.facts-ul {
	margin: auto;
}

.facts-ul li {
	position: relative;
	font-size: 18px;
	padding: 10px 0 20px 20px;
}

.facts-ul li::before {
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	position: absolute;
	left: 0;
	top: 14px;
	background: rgb(237,71,106);
	background: -moz-linear-gradient(-45deg,rgba(237,71,106,1) 0%, rgba(250,127,31,1) 100%);
	background: -webkit-linear-gradient(-45deg,rgba(237,71,106,1) 0%,rgba(250,127,31,1) 100%);
	background: linear-gradient(135deg,rgba(237,71,106,1) 0%,rgba(250,127,31,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed476a', endColorstr='#fa7f1f',GradientType=1 );
}

.alfa-link {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	text-align: center;
	background: #fff;
}

.alfa-img {
	position: relative;
	display: block;
	width: auto;
	height: 100%;
	margin: 0 auto;
}

@media (max-width:980px) {
	.cases-grid-line {
		padding-bottom: 0;
		font-size: 0;
	}
	
	.case-in-grid {
		display: inline-block;
		vertical-align: top;
		position: relative;
	}
	
	.case-in-grid-0, .case-in-grid-1, .case-in-grid-2, .case-in-grid-3, .case-in-grid-4, .case-in-grid-5 {
		top: auto;
		left: auto;
		width: 50%;
	}
}

@media (max-width:540px) {
	.case-in-grid-0, .case-in-grid-3 {
		width: 100%;
	}
	
	.case-in-grid-1, .case-in-grid-2, .case-in-grid-4, .case-in-grid-5 {
		width: 50%;
	}
	
	.achievemnts-info-counter {
		font-size: 30px;
	}

	.achievemnts-info-text {
		font-size: 12px;
		line-height: 15px;
	}
	
	.facts-ul {
		padding-left: 7px;
	}
	
	.facts-ul li {
		position: relative;
		font-size: 16px;
		padding: 10px 0 10px 13px;
	}
	
	.facts-ul li::before {
		top: 12px;
	}

	.case-in-grid-overlay {
		position: absolute;
		left: 0;
		top: auto;
		bottom: 0;
		width: 100%;
		height: auto;
		z-index: 2;
		color: #fff;
		background: rgba(0,0,0,.75);
		opacity: 1;
		-webkit-transition: all .4s;
		-moz-transition: all .4s;
		-ms-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s;
	}
	
	.case-in-grid-overlay-inner-wrap {
		display: block;
		margin: 10px;
	}
	
	.case-in-grid-overlay-title {
		font-size: 14px;
	}
	
	.case-in-grid-overlay-title::after {
		width: 50px;
		margin: 5px 0 6px;
	}
	
	.case-in-grid-overlay-text {
		font-size: 11px;
	}
}
