@font-face {
    font-family: 'Roboto';
    src: url('../fonts/RobotoRegular/RobotoRegular.woff2') format('woff2'), url('../fonts/RobotoRegular/RobotoRegular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/RobotoBold/RobotoBold.woff2') format('woff2'), url('../fonts/RobotoBold/RobotoBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Russo';
    src: url('../fonts/Russo/Russo.woff2') format('woff2'), url('../fonts/Russo/Russo.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
input {
    line-height: normal;
}
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type='checkbox'], input[type='radio'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
    height: auto;
}
input[type='search'] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.logo-thank {
   max-width: 170px;
}
.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 2px;
    padding-right: 3px;
}
.wrapper {
    max-width: 1920px;
    margin: auto;
}
@media (min-width: 768px) {
    .container, .wrapper {
        width: 725px;
    }
}
@media (min-width: 992px) {
    .container, .wrapper {
        width: 945px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
@media (min-width: 1200px) {
    .wrapper {
        width: inherit;
    }
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
}
body {
    height: 100%;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b, strong {
    font-weight: bolder;
}
code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
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;
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, [type='button'], [type='reset'], [type='submit'] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
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;
    resize: none;
}
[type='checkbox'], [type='radio'] {
    -webkit-box-sizing: border-box;
    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-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
[hidden] {
    display: none;
}
.slider {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.b-lazy {
    -webkit-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    max-width: 100%;
    opacity: 0;
}
.b-lazy.b-loaded {
    opacity: 1;
}
.offscreen {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* for Internet Explorer */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.cursor {
    position: absolute;
    height: 40px;
    width: 40px;
    border: 2px solid #ef720e;
    border-radius: 50%;
    z-index: -1;
}
.scrollup {
    display: none;
    cursor: pointer;
    position: fixed;
    right: 10px;
    bottom: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 22;
}
@media only screen and (min-width: 992px) {
    .scrollup {
        right: 50px;
        bottom: 40px;
    }
}
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, img, ins, kbd, q, s, samp, strike, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
@media only screen and (min-width: 320px) {
    .container {
        padding: 0 10px;
    }
}
@media only screen and (min-width: 768px) {
    .container {
        padding: 0;
    }
}
a {
    outline: none;
    color: inherit;
}
button {
    padding: 0;
    border: none;
    font: inherit;
    color: inherit;
    background-color: transparent;
    cursor: pointer;
}
address {
    font-style: normal;
}
body {
    position: relative;
    margin: 0;
    min-height: 100vh;
    padding-right: 0!important;
    color: #000;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    font-family: 'Roboto', fallback, sans-serif;
    overflow-x: hidden;
}
*::-moz-selection {
    background-color: #6b6c70;
    color: #fff;
}
*::selection {
    background-color: #6b6c70;
    color: #fff;
}
section {
    padding: 60px 0;
}
@media only screen and (min-width: 1200px) {
    section {
        padding: 100px 0;
    }
}
.wrapLine {
    position: relative;
    overflow: hidden;
}
@media only screen and (min-width: 768px) {
    .wrapLine:before {
        content: '';
        position: absolute;
        top: 0;
        left: -160px;
        background: -webkit-repeating-linear-gradient(left, #fff, #fff 80px, #eaeaea 80px, #eaeaea 81px);
        background:      -o-repeating-linear-gradient(left, #fff, #fff 80px, #eaeaea 80px, #eaeaea 81px);
        background:         repeating-linear-gradient(90deg, #fff, #fff 80px, #eaeaea 80px, #eaeaea 81px);
        height: 100%;
        width: 100%;
        z-index: -1;
    }
}
@media only screen and (min-width: 992px) {
    .wrapLine:before {
        background: -webkit-repeating-linear-gradient(left, #fff, #fff 260px, #eaeaea 260px, #eaeaea 261px);
        background:      -o-repeating-linear-gradient(left, #fff, #fff 260px, #eaeaea 260px, #eaeaea 261px);
        background:         repeating-linear-gradient(90deg, #fff, #fff 260px, #eaeaea 260px, #eaeaea 261px);
    }
}
.section__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media only screen and (min-width: 992px) {
    .section__box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: inherit;
        -ms-flex-align: inherit;
        align-items: inherit;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media only screen and (min-width: 992px) {
    .section__content {
        width: 30%;
    }
}
@media only screen and (min-width: 1200px) {
    .section__content {
        width: 25%;
    }
}
.section__gallery {
    margin-top: 30px;
    width: 100%;
}
@media only screen and (min-width: 992px) {
    .section__gallery {
        margin-top: inherit;
        width: 65%;
    }
}
@media only screen and (min-width: 1200px) {
    .section__gallery {
        width: 70%;
    }
}
.section__title {
    margin-bottom: 20px;
    padding: 30px 15px;
    position: relative;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    background: #fff;
    border: 3px solid #000;
}
@media only screen and (min-width: 768px) {
    .section__title {
        font-size: 30px;
    }
}
@media only screen and (min-width: 992px) {
    .section__title {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 15px;
        text-align: inherit;
    }
}
@media only screen and (min-width: 1200px) {
    .section__title {
        font-size: 35px;
    }
}
@media only screen and (min-width: 1200px) {
    .section__title {
        padding-top: 50px;
        padding-bottom: 55px;
        margin-bottom: 30px;
        margin-left: 5px;
    }
}
@media only screen and (min-width: 1600px) {
    .section__title {
        width: 100%;
        padding-top: 65px;
        padding-bottom: 70px;
        font-size: 42px;
    }
}
.section__title span {
    color: #ef720e;
}
.section__text {
    max-width: 500px;
    font-size: 17px;
    color: #9c9c9c;
    background: #fff;
}
@media only screen and (min-width: 768px) {
    .section__text {
        font-size: 18px;
    }
}
@media only screen and (min-width: 992px) {
    .section__text {
        max-width: inherit;
    }
}
@media only screen and (min-width: 1600px) {
    .section__text {
        font-size: 19px;
    }
}
.showreel{
    width: 100%;
    background-color: #F1F0F0;
    color: #ef720e;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 18px;
    margin: 15px 0;
}
@media only screen and (min-width: 320px) {
    .showreel{
        border: 1px solid #fff;
    }
}
@media only screen and (min-width: 1768px) {
    .showreel{
        border: none;
    }
}
.showreel iframe{
    width: 100%;
    height: 100%;
    border: none;
}
@media only screen and (min-width: 320px) {
    .showreel{
        height: calc(360px / 16 * 9);
    }
}
@media only screen and (min-width: 520px) {
    .showreel{
        height: 281.25px;
    }
}
@media only screen and (min-width: 992px) {
    .showreel{
        height: 159.19px;
    }
}
@media only screen and (min-width: 1200px) {
    .showreel{
        height: calc(307px / 16 * 9.1);
    }
}
@media only screen and (min-width: 1366px) {
    .showreel{
        height: calc(331px / 16 * 9.1);
    }
}
@media only screen and (min-width: 1600px) {
    .showreel{
        height: 220px;
    }
}
@media only screen and (min-width: 1768px) {
    .showreel{
        height: 240px;
    }
}

.btn {
    display: block;
    position: relative;
    width: 170px;
    padding: 11px 0;
    margin: 30px 0;
    background: #000;
    color: #fff;
    text-align: center;
    overflow: hidden;
    outline: none;
}
.btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    height: 100%;
    width: 3em;
    -webkit-transform: skewX(-45deg) translateX(0);
    -ms-transform: skewX(-45deg) translateX(0);
    transform: skewX(-45deg) translateX(0);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-color: rgba(255, 255, 255, 0.5);
}
.btn:hover {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn:hover:after {
    -webkit-transform: skewX(-45deg) translateX(22em);
    -ms-transform: skewX(-45deg) translateX(22em);
    transform: skewX(-45deg) translateX(22em);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
br {
    display: none;
}
@media only screen and (min-width: 992px) {
    br {
        display: block;
    }
}
.fb {
    display: block;
    width: 16px;
    height: 16px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.fb:hover {
    fill: #3b5998;
}
.fb-bg {
    display: block;
    width: 46px;
    height: 46px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.fb-bg:hover {
    fill: #3b5998;
}
.mainFull {
    /*height: 100vh;*/
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto;
    text-align: center;
}
.mainFull img {
    margin: auto;
}
::-webkit-input-placeholder {
    font-size: 18px;
}
::-moz-placeholder {
    font-size: 18px;
}
:-ms-input-placeholder {
    font-size: 18px;
}
:-moz-placeholder {
    font-size: 18px;
}
.header {
    position: relative;
}
.header .container {
    width: 100vw;
    padding: 0 15px;
}
@media only screen and (min-width: 1200px) {
    .header .container {
        width: 1170px;

    }
}
@media only screen and (min-width: 1365px) {
    .header .container {
        width: 1300px;
    }
}
.header__box {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100vw;
}
@media only screen and (min-width: 992px) {
    .header__box {
        width: 100%;
    }
}
@media only screen and (min-width: 1600px) {
    .header__box {
        height: 86px;
    }
}
.header__logo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.header__logo svg {
    max-width: 160px;
}
.logo_svg{
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .header__logo {
        -ms-flex-preferred-size: 140px;
        flex-basis: 140px;
    }
    .header__logo img {
        max-width: 170px;
    }
}
@media only screen and (min-width: 992px) {
    .header__logo {
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
    }
}
@media only screen and (min-width: 1200px) {
    .header__logo {
        -ms-flex-preferred-size: 170px;
        flex-basis: 170px;
    }
}
.header .nav {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-left: 15px;
}
@media only screen and (min-width: 768px) {
    .header .nav {
        margin-left: 0;
    }
}
@media only screen and (min-width: 992px) {
    .header .nav {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
        order: inherit;
    }
}
.header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #000;
}
@media only screen and (min-width: 992px) {
    .header__list {
        margin-top: 16px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border-top: none;
    }
}
.header__item {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #000;
}
@media only screen and (min-width: 992px) {
    .header__item {
        margin-left: 20px;
        width: inherit;
        text-align: inherit;
        border-bottom: none;
    }
}
@media only screen and (min-width: 1200px) {
    .header__item {
        margin-left: 35px;
    }
}
.header__link {
    display: inline-block;
    position: relative;
    font-size: 20px;
    line-height: 60px;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
@media only screen and (min-width: 480px) {
    .header__link {
        line-height: 50px;
    }
}
@media only screen and (min-width: 768px) {
    .header__link {
        line-height: 100px;
    }
}
@media only screen and (min-width: 992px) {
    .header__link {
        line-height: 1.2;
        font-size: 16px;
        width: inherit;
        -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
        -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
        transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
    }
}
@media only screen and (min-width: 992px) {
    .header__link:after {
        content: '';
        position: absolute;
        top: 55%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        height: 1px;
        background-color: #000;
        -webkit-transition: -webkit-transform 0.3s  linear;
        transition: -webkit-transform 0.3s  linear;
        -o-transition:         transform 0.3s  linear;
        transition:         transform 0.3s  linear;
        transition:         transform 0.3s  linear, -webkit-transform 0.3s  linear;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: bottom right;
        -ms-transform-origin: bottom right;
        transform-origin: bottom right;
        z-index: 10;
    }
}
.header__link:hover {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.header__link:hover:after {
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.header .localization {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header .localization__item {
    margin-left: 10px;
}
@media only screen and (min-width: 992px) {
    .header .localization__item {
        margin-left: 5px;
    }
}
@media only screen and (min-width: 1200px) {
    .header .localization__item {
        margin-left: 10px;
    }
}
.header__phone {
    display: none;
}
@media only screen and (min-width: 768px) {
    .header__phone {
        padding: 0 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.header li {
    list-style: none;
}
.header .btn {
    display: none;
}
@media only screen and (min-width: 992px) {
    .header .btn {
        display: block;
        overflow: hidden;
    }
}
.header-gray .header__box {
    background: #eee;
}
@media only screen and (min-width: 1200px) {
    .header-gray .header__box {
        background: transparent;
    }
}
.header__fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.72, -0.04, 0.14, 1.03);
    transition: -webkit-transform 0.5s cubic-bezier(0.72, -0.04, 0.14, 1.03);
    -o-transition:         transform 0.5s cubic-bezier(0.72, -0.04, 0.14, 1.03);
    transition:         transform 0.5s cubic-bezier(0.72, -0.04, 0.14, 1.03);
    transition:         transform 0.5s cubic-bezier(0.72, -0.04, 0.14, 1.03), -webkit-transform 0.5s cubic-bezier(0.72, -0.04, 0.14, 1.03);
    z-index: 100;
}
.header__fixed.is-hidden {
    -webkit-transform: translateY(-120%);
    -ms-transform: translateY(-120%);
    transform: translateY(-120%);
}
.socialMob__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 300px;
    margin: auto;
}
@media only screen and (min-width: 992px) {
    .socialMob__list {
        display: none;
    }
}
.socialMob__link {
    display: block;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-left: 5px;
    margin-right: 5px;
}
.socialMob__link:hover .fb__circle {
    fill: #3b5998;
}
.socialMob__link:hover .bh {
    fill: #1769ff;
}
.instagram-circle {
    opacity: 1;
    transition: .4s;
}
.socialMob__link:hover .instagram-circle {
    opacity: 0;
}
.socialMob__link:hover .pin {
    fill: #cb1f24;
}
.socialMob__img {
    width: 50px;
    max-height: 50px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    fill: #474747;
}
.header__item-mob {
    padding: 0 15px;
    margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
    .header__item-mob {
        display: none;
    }
}
.header__phone-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header__phone-mob-img {
    width: 24px;
    height: 24px;
}
.hero {
    position: relative;
    overflow: hidden;
    min-height: 640px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url(../images/hero__back.jpg) no-repeat center / cover;
    text-align: center;
}
@media only screen and (min-width: 480px) {
    .hero {
        min-height: 400px;
    }
}
@media only screen and (min-width: 768px) {
    .hero {
        padding: 0;
        text-align: inherit;
        min-height: 640px;
    }
}
@media only screen and (min-width: 992px) {
    .hero {
        min-height: 660px;
        -webkit-box-shadow: 6.103px 11.478px 48px 0 rgba(0, 0, 0, 0.32);
        box-shadow: 6.103px 11.478px 48px 0 rgba(0, 0, 0, 0.32);
    }

}
@media only screen and (min-width: 1600px) {
    .hero {
        min-height: 890px;
    }
}
.hero__title {
    padding-bottom: 25px;
    font-size: 19px;
    font-weight: 700;
    font-family: 'Russo', fallback, sans-serif;
    text-transform: uppercase;
}
@media only screen and (min-width: 360px) {
    .hero__title {
        font-size: 21.5px;
    }
}
@media only screen and (min-width: 480px) {
    .hero__title{
        margin-top: 100px;
    }
}
@media only screen and (min-width: 768px) {
    .hero__title {
        font-size: 36.7px;
        margin-top: 0;
    }
}
@media only screen and (min-width: 992px) {
    .hero__title {
        font-size: 42px;
    }
}
@media only screen and (min-width: 1600px) {
    .hero__title {
        padding-bottom: 35px;
        font-size: 50px;
    }
}
.hero__title-accent {
    display: block;
    font-size: 23px;
}
@media only screen and (min-width: 360px) {
    .hero__title-accent {
        font-size: 26px;
    }
}
@media only screen and (min-width: 768px) {
    .hero__title-accent {
        font-size: 44px;
    }
}
@media only screen and (min-width: 992px) {
    .hero__title-accent {
        font-size: 50.5px;
    }
}
@media only screen and (min-width: 1600px) {
    .hero__title-accent {
        font-size: 60px;
    }
}
.hero__subtitle {
    padding-bottom: 10px;
    font-size: 19px;
    max-width: 425px;
}
@media only screen and (min-width: 768px) {
    .hero__subtitle {
        font-size: 21px;
        max-width: 470px;
    }
}
@media only screen and (min-width: 992px) {
    .hero__subtitle {
        max-width: 650px;
    }
}
@media only screen and (min-width: 1600px) {
    .hero__subtitle {
        padding-bottom: 20px;
        font-size: 22px;
    }
}
.hero .btn {
    margin: 20px auto;
    display: table;
    position: relative;
    width: 250px;
    font-size: 16px;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
@media only screen and (min-width: 768px) {
    .hero .btn {
        margin: 20px 0;
        padding: 15px 0;
        width: 275px;
        font-size: 18px;
    }
}
.hero .btn:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);
    right: 15px;
    width: 18px;
    height: 14px;
    background: url(../images/icons/cup.png) no-repeat;
}
.container {
    position: relative;
}
.decoration {
    display: none;
}
@media only screen and (min-width: 1200px) {
    .decoration {
        display: block;
    }
}
@media only screen and (min-width: 1200px) {
    .decoration__img {
        position: absolute;
        -webkit-transition: -webkit-transform 0.4s linear;
        transition: -webkit-transform 0.4s linear;
        -o-transition:         transform 0.4s linear;
        transition:         transform 0.4s linear;
        transition:         transform 0.4s linear, -webkit-transform 0.4s linear;
    }
    .decoration__img:hover {
        -webkit-transform: scale(1.09) !important;
        -ms-transform: scale(1.09) !important;
        transform: scale(1.09) !important;
    }
}
.decoration__imgBig-medium {
    display: block;
    position: absolute;
    top: 77%;
    -webkit-transform: translateY(-53%) rotate(50deg);
    -ms-transform: translateY(-53%) rotate(50deg);
    transform: translateY(-53%) rotate(50deg);
    left: -50px;
    max-width: 320px;
}
@media only screen and (min-width: 320px) {
    .decoration__imgBig-medium{
        display: none;
    }
}
@media only screen and (min-width: 480px) {
    .decoration__imgBig-medium {
        top: 68%;
        max-width: 300px;
    }
}
@media only screen and (min-width: 768px) {
    .decoration__imgBig-medium {
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(-34deg);
        -ms-transform: translateY(-50%) rotate(-34deg);
        transform: translateY(-50%) rotate(-34deg);
        left: inherit;
        right: 0;
        max-width: 380px;
    }
}
@media only screen and (min-width: 992px) {
    .decoration__imgBig-medium {
        display: block;
        max-width: 500px;
        top: 58%;
        -webkit-transform: translateY(-50%) rotate(-15deg);
        -ms-transform: translateY(-50%) rotate(-15deg);
        transform: translateY(-50%) rotate(-15deg);
    }
}
@media only screen and (min-width: 1200px) {
    .decoration__imgBig-medium {
        display: none;
    }
}
.decoration__img1 {
    top: 280px;
    left: 450px;
}
@media only screen and (min-width: 1365px) {
    .decoration__img1 {
        top: 60px;
        left: -80px;
    }
}
@media only screen and (min-width: 1600px) {
    .decoration__img1 {
        left: -160px;
    }
}
.decoration__img2 {
    top: 350px;
    left: -35px;
}
@media only screen and (min-width: 1600px) {
    .decoration__img2 {
        top: 400px;
        left: -160px;
    }
}
.decoration__img3 {
    top: 375px;
    left: 150px;
}
@media only screen and (min-width: 1600px) {
    .decoration__img3 {
        top: 465px;
        left: 60px;
    }
}
.decoration__img4 {
    top: 320px;
    left: 350px;
}
@media only screen and (min-width: 1600px) {
    .decoration__img4 {
        top: 400px;
    }
}
.decoration__img5 {
    top: 205px;
    right: 520px;
}
@media only screen and (min-width: 1600px) {
    .decoration__img5 {
        right: 450px;
    }
}
.decoration__img6 {
    top: 140px;
    right: 480px;
}
@media only screen and (min-width: 1600px) {
    .decoration__img6 {
        right: 420px;
    }
}
.decoration__img7 {
    top: 35px;
    right: 400px;
}
@media only screen and (min-width: 1600px) {
    .decoration__img7 {
        right: 345px;
    }
}
.decoration__img8 {
    top: 90px;
    right: 440px;
}
@media only screen and (min-width: 1600px) {
    .decoration__img8 {
        right: 360px;
    }
}
.decoration__img9 {
    top: 90px;
    right: 310px;
}
@media only screen and (min-width: 1600px) {
    .decoration__img9 {
        top: 110px;
        right: 260px;
    }
}
.decoration__img10 {
    top: 200px;
    right: 420px;
}
@media only screen and (min-width: 1600px) {
    .decoration__img10 {
        top: 200px;
        right: 384px;
    }
}
.decoration__img11 {
    top: 235px;
    right: 350px;
}
@media only screen and (min-width: 1600px) {
    .decoration__img11 {
        top: 255px;
        right: 320px;
    }
}
.decoration__img12 {
    top: 155px;
    right: 155px;
}
@media only screen and (min-width: 1600px) {
    .decoration__img12 {
        right: 100px;
    }
}
.decoration__img13 {
    top: 240px;
    right: 195px;
    z-index: 10;
}
@media only screen and (min-width: 1600px) {
    .decoration__img13 {
        right: 140px;
    }
}
.decoration__img14 {
    top: 290px;
    right: 325px;
}
@media only screen and (min-width: 1600px) {
    .decoration__img14 {
        top: 320px;
        right: 215px;
    }
}
.decoration__img15 {
    top: 245px;
    right: 70px;
    z-index: 10;
}
@media only screen and (min-width: 1600px) {
    .decoration__img15 {
        top: 245px;
        right: 10px;
    }
}
.decoration__img16 {
    top: 75px;
    right: -120px;
}
@media only screen and (min-width: 1600px) {
    .decoration__img16 {
        right: -180px;
    }
}
.decoration__img17 {
    top: 290px;
    right: 5px;
    z-index: 10;
}
@media only screen and (min-width: 1600px) {
    .decoration__img17 {
        right: -35px;
    }
}
.decoration__img18 {
    top: -95px;
    right: -105px;
}
@media only screen and (min-width: 1600px) {
    .decoration__img18 {
        top: 135px;
        right: -100px;
    }
}
.decoration__img19 {
    top: 330px;
    right: 190px;
    z-index: 10;
}
@media only screen and (min-width: 1600px) {
    .decoration__img19 {
        top: 315px;
        right: -150px;
    }
}
.decoration__img20 {
    top: -20px;
    right: -140px;
}
@media only screen and (min-width: 1600px) {
    .decoration__img20 {
        top: 55px;
        right: -280px;
    }
}
.decoration__img21 {
    top: 235px;
    right: -30px;
    z-index: 10;
}
@media only screen and (min-width: 1600px) {
    .decoration__img21 {
        top: 275px;
        right: -220px;
    }
}
.decoration__img22 {
    top: 75px;
    right: -210px;
    z-index: 10000;
}
@media only screen and (min-width: 1600px) {
    .decoration__img22 {
        top: 75px;
        right: -310px;
    }
}
.decoration__img23 {
    display: none;
}
@media only screen and (min-width: 1600px) {
    .decoration__img23 {
        display: block;
        top: 45px;
        right: -360px;
        z-index: 10000;
    }
}
.decoration__img24 {
    top: -150px;
    right: 0;
    z-index: 1000;
    display: none;
}
@media only screen and (min-width: 1600px) {
    .decoration__img24 {
        display: block;
        right: -380px;
        top: -90px;
        z-index: 1000;
    }
}
.decoration__img25 {
    display: none;
}
@media only screen and (min-width: 1600px) {
    .decoration__img25 {
        display: block;
        top: -70px;
        right: -380px;
        z-index: 1003;
    }
}
.decoration__img26 {
    display: none;
}
@media only screen and (min-width: 1600px) {
    .decoration__img26 {
        display: block;
        top: -310px;
        right: -380px;
        z-index: 1002;
    }
}
.decoration__img27 {
    display: none;
}
@media only screen and (min-width: 1600px) {
    .decoration__img27 {
        display: block;
        top: -310px;
        right: -340px;
        z-index: 1003;
    }
}
.decoration__img28 {
    display: none;
}
@media only screen and (min-width: 1600px) {
    .decoration__img28 {
        display: block;
        top: -310px;
        right: -380px;
        z-index: 1000;
    }
}
.arrow__link {
    display: none;
}
@media only screen and (min-width: 1200px) {
    .arrow__link {
        display: block;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -150px;
    }
}
.portfolio {
    position: relative;
}
@media only screen and (min-width: 320px) {
    .portfolio {
        margin-top: -170px;
    }
}
@media only screen and (min-width: 480px) {
    .portfolio {
        margin-top: -100px;
    }
}
@media only screen and (min-width: 768px) {
    .portfolio {
        margin-top: 0;
    }
}
@media only screen and (min-width: 992px) {
    .portfolio {
        margin-top: 0;
    }
}
.portfolio__box {
    overflow: hidden;
}
@media only screen and (min-width: 320px) {
    .portfolio__box {
        padding: 0 8px;
    }
}
@media only screen and (min-width: 620px) {
    .portfolio__box {
        padding: 0 15px;
    }
}
@media only screen and (min-width: 992px) {
    .portfolio__box {
        padding: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .portfolio__box {
        padding: 0 20px;
    }
}
@media only screen and (min-width: 1600px) {
    .portfolio__box {
        padding: 0 20px;
    }
}
@media only screen and (min-width: 1920px) {
    .portfolio__box {
        padding: 0 100px;
    }
}
@media only screen and (min-width: 992px) {
    .portfolio__title {
        position: relative;
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media only screen and (min-width: 1600px) {
    .portfolio__title {
        padding-left: 80px;
    }
}
.portfolio__texts {
    padding: 15px 0;
    font-size: 17px;
    text-align: center;
    position: relative;
    
}
@media only screen and (min-width: 768px) {
    .portfolio__texts {
        font-size: 18px;
    }
}
@media only screen and (min-width: 992px) {
    .portfolio__texts {
        text-align: inherit;
    }
}
@media only screen and (min-width: 1600px) {
    .portfolio__texts {
        font-size: 19px;
    }
}
@media only screen and (min-width: 1600px) {
    .portfolio__gallery {
        margin-left: 35px;
    }
}


.shape_ {
    position: relative;
    max-width: 500px;
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    margin: 0 auto;

    transition: all .4s ease;
    
}

@media only screen and (min-width: 320px) {
    .shape_.mob {
        width: 100%;
        height: 300px;
        display: block;
        width: 100%;
        height: 300px;
        margin-top: -60px;
    }
    .shape_.mob iframe{
        position: relative;
        width: auto;
        height: 300px;
        transform: rotate(90deg);
    }
    .shape_.desc {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .shape_.mob {
        width: 250px;
        height: 400px !important;
        display: block;
        margin-top: 0;
        position: absolute;
        top: 130px;
        right: 30px;
    }
    .shape_.mob iframe{
        position: relative;
        width: auto;
        height: 100%;
        transform: rotate(0deg);
    }
}
@media only screen and (min-width: 992px) {
    .shape_.mob {
        display: none;
    }
    .shape_.desc {
        display: block;
    }
}

.shape_.active {
    height: calc(100% - 400px);
    overflow: visible;
    opacity: 1;
}
@media only screen and (min-width: 1200px) {
    .shape_.active {
        height: calc(100% - 400px - (307px / 16 * 9.1));
    }
}
@media only screen and (min-width: 1366px) {
    .shape_.active {
        height: calc(100% - 400px - (331px / 16 * 9.1));
    }
}
@media only screen and (min-width: 1600px) {
    .shape_.active {
        height: calc(100% - 400px - 220px);
    }
}
@media only screen and (min-width: 1768px) {
    .shape_.active {
        height: calc(100% - 400px - 240px);
    }
}
.shape_ iframe {
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 700px;
    opacity:0;

    transition: opacity .4s;
}
.shape_.active iframe {
    opacity:1;
}
.portfolio__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
    .portfolio__list {
        -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit;
    }
}
.portfolio__img {
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
@media only screen and (min-width: 320px) {
    .portfolio__img {
        width: 100%;
    }
}
@media only screen and (min-width: 620px) {
    .portfolio__img {
        width: 290px;
    }
}
@media only screen and (min-width: 1200px) {
    .portfolio__img {
        width: 370px;
    }
}
@media only screen and (min-width: 1365px) {
    .portfolio__img {
        width: 410px;
    }
}
@media only screen and (min-width: 1600px) {
    .portfolio__img {
        width: 510px;
    }
}
@media only screen and (min-width: 1920px) {
    .portfolio__img {
        width: 570px;
    }
}
.portfolio__figure {
    display: none;
    position: relative;
    max-height: 350px;
    margin-bottom: 15px;
    overflow: hidden;
    color: #fff;
}
@media only screen and (min-width: 620px) {
    .portfolio__figure {
        margin-left: 10px;
    }
}
@media only screen and (min-width: 1200px) {
    .portfolio__figure {
        margin-left: 10px;
        margin-bottom: 10px;
        max-height: 300px;
    }
}
@media only screen and (min-width: 1600px) {
    .portfolio__figure {
        max-height: 370px;
    }
}
.portfolio__figure:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s cubic-bezier(0.72, -0.04, 0.14, 1.03);
    -o-transition: all 0.3s cubic-bezier(0.72, -0.04, 0.14, 1.03);
    transition: all 0.3s cubic-bezier(0.72, -0.04, 0.14, 1.03);
}
.portfolio__figure:hover:before,
.portfolio__figure.active:before {
    background: rgba(0, 0, 0, 0.85);
}
.portfolio__figure:hover .portfolio__caption,
.portfolio__figure.active .portfolio__caption {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
}
.portfolio__caption {
    position: absolute;
    max-width: 400px;
    top: -25px;
    left: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0, 1.56, 0.5, 1.62);
    -o-transition: all 0.3s cubic-bezier(0, 1.56, 0.5, 1.62);
    transition: all 0.3s cubic-bezier(0, 1.56, 0.5, 1.62);
}
@media only screen and (min-width: 320px) {
    .portfolio__caption {
        max-width: calc(100% - 20px);
    }
}
@media only screen and (min-width: 620px) {
    .portfolio__caption {
        max-width: 400px;
    }
}
@media only screen and (min-width: 1200px) {
    .portfolio__caption {
        top: -40px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        left: 20px;
        max-width: 480px;
    }
}
.portfolio .portfolioLogo__img {
    display: none;
}
@media only screen and (min-width: 1200px) {
    .portfolio .portfolioLogo__img {
        display: block;
        max-height: 60px;
        margin-top: 30px;
    }
}
@media only screen and (min-width: 1365px) {
    .portfolio .portfolioLogo__img {
        max-height: 90px;
        
    }
}
@media only screen and (min-width: 1600px) {
    .portfolio .portfolioLogo__img {
        max-height: 140px;
        margin-top: 50px;

    }
}
.portfolio__titles {
    font-size: 19px;
}
@media only screen and (min-width: 768px) {
    .portfolio__titles {
        font-size: 23px;
    }
}
@media only screen and (min-width: 1600px) {
    .portfolio__titles {
        font-size: 27px;
        padding-top: 20px;
    }
}
.portfolio__text {
    padding: 7px 0;
    font-size: 14px;
    font-weight: 300;
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 1600px) {
    .portfolio__text {
    	font-size: 16px;
        padding: 15px 0;
    }
}
.portfolio__link {
    display: table;
    position: relative;
    font-size: 16px;
}
@media only screen and (min-width: 768px) {
    .portfolio__link {
        font-size: 18px;
    }
}
.portfolio__link svg {
    fill: #fff;
}
.portfolio__link:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -45px;
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);
    width: 40px;
    height: 25px;
    background: url(../images/icons/svg/arr-left.svg) no-repeat;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
@media only screen and (min-width: 768px) {
    .portfolio__link:after {
        -webkit-transform: translateY(-45%);
        -ms-transform: translateY(-45%);
        transform: translateY(-45%);
    }
}
.portfolio__link:hover:after {
    right: -50px;
}
.portfolio .btn {
    padding: 12px 0;
    margin: 25px auto;
    width: 200px;
}
@media only screen and (min-width: 992px) {
    .portfolio .btn {
        margin-top: 10px;
        margin-left: 10px;
    }
}
.title-animate {
    background: #fff;
}
.partners {
    padding: 35px 0;
    background: #f4f4f4;
    -webkit-box-shadow: 6.103px 11.478px 48px 0 rgba(0, 0, 0, 0.32);
    box-shadow: 6.103px 11.478px 48px 0 rgba(0, 0, 0, 0.32);
}
@media only screen and (min-width: 1200px) {
    .partners {
        padding: 100px 25px;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
@media only screen and (min-width: 1600px) {
    .partners {
        padding: 100px 20px;
    }
}
@media only screen and (min-width: 1920px) {
    .partners {
        padding: 100px 60px;
    }
}
.partners__box {
    padding: 30px 0;
}
@media only screen and (min-width: 1200px) {
    .partners__box {
        padding: 30px 15px;
        background: #f4f4f4;
        -webkit-box-shadow: 6.103px 11.478px 48px 0 rgba(0, 0, 0, 0.32);
        box-shadow: 6.103px 11.478px 48px 0 rgba(0, 0, 0, 0.32);
    }
}
@media only screen and (min-width: 1600px) {
    .partners__box {
        padding: 30px 155px 60px 85px;
    }
}
.partners__content {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding: 0 8px;
}
@media only screen and (min-width: 992px) {
    .partners__content {
        -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
        order: inherit;
    }
}
.partners__title {
    padding-bottom: 25px;
    background: #f4f4f4;
}
@media only screen and (min-width: 992px) {
    .partners__title {
        margin-top: 25px;
        padding-top: 42px;
        padding-bottom: 42px;
        padding-left: 30px;
    }
}
@media only screen and (min-width: 1600px) {
    .partners__title {
        margin-right: 75px;
        padding-left: 75px;
    }
}
.partners__text {
    text-align: center;
    background: #f4f4f4;
}
@media only screen and (min-width: 992px) {
    .partners__text {
        text-align: inherit;
    }
}
@media only screen and (min-width: 1200px) {
    .partners__text {
        padding-left: 5px;
    }
}
.partners__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
    .partners__list {
        padding-top: 25px;
    }
}
.partners__item {
    position: relative;
    width: 30%;
    min-height: 85px;
    margin-bottom: 10px;
    list-style: none;
    overflow: hidden;
}
@media only screen and (min-width: 480px) {
    .partners__item {
        width: 18%;
        min-height: 100px;
    }
}
@media only screen and (min-width: 1200px) {
    .partners__item {
        padding: 65px;
        margin-bottom: 20px;
    }
}
.partners__item:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 300%;
    height: 300%;
    -webkit-transform: translate(-100%, -100%) rotate(45deg);
    -ms-transform: translate(-100%, -100%) rotate(45deg);
    transform: translate(-100%, -100%) rotate(45deg);
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.47, 0.78, 0.48, 0.53);
    transition: -webkit-transform 0.45s cubic-bezier(0.47, 0.78, 0.48, 0.53);
    -o-transition:         transform 0.45s cubic-bezier(0.47, 0.78, 0.48, 0.53);
    transition:         transform 0.45s cubic-bezier(0.47, 0.78, 0.48, 0.53);
    transition:         transform 0.45s cubic-bezier(0.47, 0.78, 0.48, 0.53), -webkit-transform 0.45s cubic-bezier(0.47, 0.78, 0.48, 0.53);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-shadow: 6.103px 11.478px 48px 0 rgba(0, 0, 0, 0.32);
    box-shadow: 6.103px 11.478px 48px 0 rgba(0, 0, 0, 0.32);
}
.partners__item:hover:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.partners__item:hover img {
    -webkit-filter: grayscale(0) brightness(100%) contrast(1);
    filter: grayscale(0) brightness(100%) contrast(1);
}
.partners__item:hover .tvbet {
    -webkit-filter: grayscale(0%) brightness(100%) invert(0.1);
    filter: grayscale(0%) brightness(100%) invert(0.1);
}
.partners__img {
    max-width: 80px;
    max-height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    margin: auto;
    -webkit-filter: grayscale(100%) brightness(75%) contrast(2);
    filter: grayscale(100%) brightness(75%) contrast(2);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 10;
    -o-object-fit: cover;
    object-fit: cover;
}
@media only screen and (min-width: 768px) {
    .partners__img {
        max-width: 100px;
    }
}
@media only screen and (min-width: 1200px) {
    .partners__img {
        max-width: 140px;
    }
}
@media only screen and (min-width: 1600px) {
    .partners__img {
        max-width: 175px;
    }
}
.partners .tvbet {
    -webkit-filter: grayscale(100%) brightness(0) contrast(2) invert(0);
    filter: grayscale(100%) brightness(0) contrast(2) invert(0);
}
.consult {
    margin-top: 100px;
    min-height: 380px;
    background: url(../images/fornSection__back.jpg) no-repeat 50% 30% / cover;
}
@media only screen and (min-width: 1200px) {
    .consult {
        margin-top: 60px;
    }
}
.consult .container {
    position: relative;
}
.consult .form {
    position: absolute;
    top: -35px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    width: 390px;
    padding: 35px 20px 35px 20px;
    text-align: center;
    color: #fff;
    background: #3b3b3d;
    -webkit-box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.35);
}
@media only screen and (min-width: 992px) {
    .consult .form {
        top: -45px;
        right: 190px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.consult .form__title {
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
}
@media only screen and (min-width: 768px) {
    .consult .form__title {
        font-size: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .consult .form__title {
        font-size: 35px;
    }
}
.consult .form__text {
    display: block;
    padding-bottom: 15px;
    font-size: 18px;
}
.consult .form__line {
    display: block;
    width: 295px;
    margin: auto;
    margin-bottom: 15px;
    padding: 15px 0;
    text-align: center;
}
.consult .form__line-top {
    margin-top: 15px;
}
.consult .form .btn {
    width: 290px;
    padding: 15px 0;
    margin: auto;
    border: none;
    background: #ef720e;
}
.consult .form .btnWrap {
    width: 290px;
    display: block;
    margin: 15px auto;
    position: relative;
    overflow: hidden;
}
.consult .form .btnWrap:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -6em;
    height: 100%;
    width: 3em;
    -webkit-transform: skewX(-45deg) translateX(0);
    -ms-transform: skewX(-45deg) translateX(0);
    transform: skewX(-45deg) translateX(0);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-color: rgba(255, 255, 255, 0.5);
}
.consult .form .btnWrap:hover {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.consult .form .btnWrap:hover:after {
    -webkit-transform: skewX(-45deg) translateX(35em);
    -ms-transform: skewX(-45deg) translateX(35em);
    transform: skewX(-45deg) translateX(35em);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.team {
    padding-top:0;
    margin-top:48px;
}
@media only screen and (min-width: 1200px) {
    .team {
        padding: 0 45px;
        margin: 100px 0;
    }
}
.team__box {
    padding: 0;
    padding-top:50px;
    margin-top:30px;
}
@media only screen and (min-width: 1600px) {
    .team__box {
        padding: 50px 73px 0 0;
        margin-top:150px;
    }
}
.team__content {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding: 0 8px;
}
@media only screen and (min-width: 992px) {
    .team__content {
        -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
        order: inherit;
    }
}
@media only screen and (min-width: 992px) {
    .team__title {
        padding-left: 30px;
    }
}
@media only screen and (min-width: 1600px) {
    .team__title {
        padding-left: 80px;
        padding-right: 30px;
    }
}
.team__text {
    padding-top: 15px;
    text-align: center;
}
@media only screen and (min-width: 992px) {
    .team__text {
        padding-top: 0;
        padding-left: 5px;
        text-align: inherit;
    }
}
@media only screen and (min-width: 1600px) {
    .team__gallery {
        margin-right: 55px;
    }
}
.team__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media only screen and (min-width: 1200px) {
    .team__list {
        margin-bottom: -150px;
    }
}
.team__item {
    position: relative;
    width: 320px;
    margin-left: 10px;
    min-height: 170px;
    padding-top: 10px;
    margin-bottom: 35px;
    background: #fff;
    -webkit-box-shadow: 2.817px 5.298px 12px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 2.817px 5.298px 12px 0 rgba(0, 0, 0, 0.13);
    list-style: none;
}
@media only screen and (min-width: 768px) {
    .team__item {
        width: 190px;
        padding-left: 18px;
        min-height: 210px;
    }
}
@media only screen and (min-width: 1200px) {
    .team__item {
        width: 210px;
        margin-left: 35px;
        min-height: 210px;
    }
}
@media only screen and (min-width: 1365px) {
    .team__item {
        width: 250px;
        margin-bottom: 160px;
    }
}
@media only screen and (min-width: 1600px) {
    .team__item {
        width: 295px;
    }
}
.team__item:hover .team__person-img {
    display: none;
    opacity: 0;
    visibility: hidden;
}
.team__item:hover .team__person-img-hide {
    display: block;
    opacity: 1;
    visibility: visible;
}
@media only screen and (min-width: 1920px) {
    .team__item:hover .team__person-img-hide {
        -webkit-transform: translateX(33px);
        -ms-transform: translateX(33px);
        transform: translateX(33px);
    }
}
.team__person-name {
    position: relative;
    padding-top: 15px;
    padding-left: 15px;
    font-size: 18px;
    text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
    .team__person-name {
        padding-left: 0;
        padding-top: 0;
        font-size: 21px;
    }
}
@media only screen and (min-width: 1200px) {
    .team__person-name {
        font-size: 23px;
    }
}
.team__person-name strong {
    display: block;
}
.team__person-position {
    position: relative;
    padding-left: 15px;
    font-size: 10px;
}
@media only screen and (min-width: 768px) {
    .team__person-position {
        padding-left: 0;
    }
}
.team__person-photo {
    position: absolute;
    bottom: -2px;
    right: 5px;
}
@media only screen and (min-width: 768px) {
    .team__person-photo {
        right: -15px;
    }
}
@media only screen and (min-width: 1200px) {
    .team__person-photo {
        right: -25px;
    }
}
@media only screen and (min-width: 1920px) {
    .team__person-photo {
        right: -45px;
    }
}
.team__person-img, .team__person-img-hide {
    max-height: 180px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
@media only screen and (min-width: 768px) {
    .team__person-img, .team__person-img-hide {
        max-height: 150px;
    }
}
@media only screen and (min-width: 1200px) {
    .team__person-img, .team__person-img-hide {
        max-height: 166px;
    }
}
@media only screen and (min-width: 1365px) {
    .team__person-img, .team__person-img-hide {
        max-height: 186px;
    }
}
@media only screen and (min-width: 1600px) {
    .team__person-img, .team__person-img-hide {
        max-height: 260px;
    }
}
.team__person-img-hide {
    display: none;
    opacity: 0;
    visibility: hidden;
}
.team__person-social {
    position: absolute;
    bottom: 25px;
    left: 15px;
    display: none;
}
@media only screen and (min-width: 768px) {
    .team__person-social {
        left: 20px;
    }
}
.team__person-link svg {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    z-index: 10;
}
@media only screen and (min-width: 768px) {
    .team__person-link svg {
        width: 22px;
        height: 22px;
    }
}
@media only screen and (min-width: 1600px) {
    .team__person-link svg {
        width: 32px;
        height: 32px;
    }
}
@media only screen and (min-width: 1200px) {
    .review {
        margin: 80px 0;
    }
}
.review .slick-list {
    padding-right: 0;
    margin-right: 0;
}
.review__box {
    padding: 0 20px;
    position: relative;
}
@media only screen and (min-width: 1920px) {
    .review__box {
        padding: 0 100px;
        padding-right: 60px;
    }
}
.review__content {
    position: relative;
    z-index: 10;
    background: #fff;
}
@media only screen and (min-width: 992px) {
    .review__title {
        padding: 42px 30px;
        margin-top: 30px;
    }
}
@media only screen and (min-width: 1600px) {
    .review__title {
        padding-right: 70px;
        padding-left: 80px;
        padding-top: 70px;
        padding-bottom: 67px;
    }
}
.review__text {
    padding: 17px 0;
    padding-left: 5px;
    font-size: 19px;
}
.review__slider {
    padding-bottom: 50px;
    position: relative;
    width: 100%;
    background: #fff;
}
@media only screen and (min-width: 768px) {
    .review__slider {
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 30px;
    }
}
@media only screen and (min-width: 992px) {
    .review__slider {
        padding-left: 0;
        padding-right: 0;
        padding-top: 30px;
    }
}
@media only screen and (min-width: 1920px) {
    .review__slider {
        margin-left: -50px;
        width: 109%;
    }
}
.review__slider:hover .slick-next {
    opacity: 1;
}
.review__item {
    display: inline-block;
    list-style: none;
}
.review__info {
    padding: 30px 10px;
    border: 3px solid #000;
}
@media only screen and (min-width: 768px) {
    .review__info {
        padding: 40px 12px 20px 12px;
    }
}
@media only screen and (min-width: 1200px) {
    .review__info {
        margin-right: 15px;
    }
}
@media only screen and (min-width: 1600px) {
    .review__info {
        width: 90%;
        /* min-height: 308px;*/ 
    }
}
@media only screen and (min-width: 1920px) {
    .review__info {
        width: 90%;
    }
}

.review__info p br {
    display: none;
}
@media only screen and (min-width: 1200px) {
 .review__info p br {
    display: block;
}
}


@media only screen and (min-width: 1600px) {
 .review__info p .xl {
    display: none;
}
}
.review__person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
}
@media only screen and (min-width: 768px) {
    .review__person {
        margin-top: 40px;
    }
}
.review__photo {
    display: none;
}
@media only screen and (min-width: 768px) {
    .review__photo {
        display: block;
    }
}
.review__name {
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
}
@media only screen and (min-width: 768px) {
    .review__name {
        font-size: 24px;
    }
}
.review__position {
    font-size: 15px;
}
.review__photo {
    margin-right: 10px;
}
.review__social {
    margin-left: 30px;
}
.review__link svg {
    display: block;
    width: 30px;
    height: 30px;
}
@media only screen and (min-width: 768px) {
    .review__link svg {
        width: 46px;
        height: 46px;
    }
}
.news {
    padding: 0;
    background: url(../images/news__back.jpg) no-repeat center / cover;
}
@media only screen and (min-width: 1600px) {
    .news {
        padding: 0 20px;
        background: none;
    }
}
@media only screen and (min-width: 1920px) {
    .news {
        padding: 0 40px;
    }
}
.news__box {
    padding: 80px 0;
    background: url(../images/news__back.jpg) no-repeat center / cover;
}
@media only screen and (min-width: 992px) {
    .news__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media only screen and (min-width: 1200px) {
    .news__box {
        padding: 80px 40px;
    }
}
@media only screen and (min-width: 1600px) {
    .news__box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: inherit;
        -ms-flex-align: inherit;
        align-items: inherit;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 100px 120px 100px 40px;
        -webkit-box-shadow: 6.103px 11.478px 48px 0 rgba(0, 0, 0, 0.32);
        box-shadow: 6.103px 11.478px 48px 0 rgba(0, 0, 0, 0.32);
    }
}
@media only screen and (min-width: 1920px) {
    .news__box {
        padding: 108px;
        padding-right: 100px;
        padding-left: 60px;
    }
}
.news__title {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 0;
    background: transparent;
    border: none;
    text-align: center;
}
.news__title br {
    display: none;
}
@media only screen and (min-width: 1600px) {
    .news__title br {
        display: block;
    }
}
@media only screen and (min-width: 1600px) {
    .news__title {
        padding-left: 75px;
        padding-top: 65px;
        padding-bottom: 70px;
        margin-bottom: 15px;
        text-align: inherit;
        border: 3px solid #000;
    }
}
@media only screen and (min-width: 992px) {
    .news__content {
        width: 100%;
    }
}
@media only screen and (min-width: 1600px) {
    .news__content {
        width: 25%;
    }
}
.news__gallery {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
}
@media only screen and (min-width: 992px) {
    .news__gallery {
        width: 100%;
    }
}
@media only screen and (min-width: 1600px) {
    .news__gallery {
        -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
        order: inherit;
        width: 70%;
    }
}
.news__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
    .news__list {
        -webkit-box-align: inherit;
        -ms-flex-align: inherit;
        align-items: inherit;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
@media only screen and (min-width: 1600px) {
    .news__list {
        -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit;
    }
}
.news__item {
    width: 290px;
    margin-bottom: 15px;
    position: relative;
    list-style: none;
    cursor: pointer;
    overflow: hidden;
    border-bottom: none;
}
@media only screen and (min-width: 480px) {
    .news__item {
        margin-left: 8px;
        margin-right: 8px;
    }
}
@media only screen and (min-width: 768px) {
    .news__item {
        width: 350px;
    }
}
@media only screen and (min-width: 992px) {
    .news__item {
        width: 300px;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .news__item {
        width: 360px;
    }
}
@media only screen and (min-width: 1600px) {
    .news__item {
        width: 330px;
        margin-left: 15px;
    }
}
@media only screen and (min-width: 1920px) {
    .news__item {
        width: 390px;
    }
}
.news__item:before {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 190px;
    background: url(../images/news__back-items.png) no-repeat;
    background-size: cover;
    -webkit-transition: background-image 0.3s linear;
    -o-transition: background-image 0.3s linear;
    transition: background-image 0.3s linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.news__item:after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.news__item:hover:before {
    height: 0;
}
.news__item:hover:after {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 1;
}
.news__item:hover .news__text {
    opacity: 1;
    visibility: visible;
}
.news__item:hover .news__caption {
    bottom: 65px;
}
.news__item:hover .news__titles:after {
    right: -50px;
}
.news__img {
    width: 290px;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
@media only screen and (min-width: 768px) {
    .news__img {
        width: 370px;
        height: 360px;
    }
}
@media only screen and (min-width: 992px) {
    .news__img {
        width: 300px;
        height: 310px;
    }
}
@media only screen and (min-width: 1200px) {
    .news__img {
        width: 360px;
        height: 370px;
    }
}
@media only screen and (min-width: 1600px) {
    .news__img {
        width: 330px;
        height: 350px;
    }
}
@media only screen and (min-width: 1920px) {
    .news__img {
        width: 390px;
        height: 370px;
    }
}
.news__caption {
    position: absolute;
    bottom: 30px;
    width: calc(100% - 40px);
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    left: 20px;
    right: 20px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s cubic-bezier(0.5, 1.62, 0, 1.56);
    -o-transition: all 0.3s cubic-bezier(0.5, 1.62, 0, 1.56);
    transition: all 0.3s cubic-bezier(0.5, 1.62, 0, 1.56);
    color: #fff;
    z-index: 10;
    padding-bottom: 15px;
}
@media only screen and (min-width: 1200px) {
    .news__caption {
        width: calc(100% - 70px);
        right: inherit;
    }
}
.news__titles {
    display: table;
    position: relative;
    font-size: 18px;
}
.news__titles:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    height: 4px;
    width: 70px;
    background: #ef720e;
}
@media only screen and (min-width: 1200px) {
    .news__titles:after {
        content: '';
        position: absolute;
        top: 50%;
        right: -45px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 40px;
        height: 25px;
        background: url(../images/icons/svg/arr-left.svg) no-repeat;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
}
.news__text {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding-top: 10px;
    max-height: 70px;
    overflow: hidden;
}
.contacts {
    padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
    .contacts {
        padding-bottom: 80px;
    }
}
@media only screen and (min-width: 1600px) {
    .contacts {
        padding-left: 80px;
        padding-right: 80px;
    }
}
@media only screen and (min-width: 1920px) {
    .contacts {
        padding-left: 160px;
        padding-right: 160px;
    }
}
.contacts .map {
    width: 100%;
    height: 500px;
    -webkit-box-shadow: 6.103px 11.478px 48px 0 rgba(0, 0, 0, 0.32);
    box-shadow: 6.103px 11.478px 48px 0 rgba(0, 0, 0, 0.32);
}
.contacts .container {
    position: relative;
    z-index: 10;
    padding: 0;
}
.contacts__title {
    margin-bottom: 40px;
    position: relative;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
}
@media only screen and (min-width: 992px) {
    .contacts__title {
        text-align: inherit;
    }
}
@media only screen and (min-width: 1200px) {
    .contacts__title {
        margin-bottom: 80px;
    }
}
@media only screen and (min-width: 1600px) {
    .contacts__title {
        min-width: 370px;
        font-size: 42px;
    }
}
.contacts__title span {
    color: #ef720e;
}
.contacts__box {
    max-width: 414px;
    margin: auto;
    padding: 40px 15px;
    background: #474747;
    color: #fff;
    z-index: 10;
}
@media only screen and (min-width: 768px) {
    .contacts__box {
        width: 400px;
        padding: 40px 20px;
        border: 16px solid #3b3b3d;
    }
}
@media only screen and (min-width: 992px) {
    .contacts__box {
        position: absolute;
        top: -535px;
        left: 80px;
        padding: 80px 30px;
        height: 565px;
    }
}
@media only screen and (min-width: 1600px) {
    .contacts__box {
        left: -55px;
    }
}
@media only screen and (min-width: 1920px) {
    .contacts__box {
        left: -135px;
    }
}
.contacts__list {
    width: 280px;
    margin: auto;
}
@media only screen and (min-width: 768px) {
    .contacts__list {
        width: inherit;
        margin: inherit;
    }
}
.contacts li {
    list-style-type: none;
}
.contacts__item {
    margin-bottom: 25px;
}
.contacts__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contacts__icon {
    margin-right: 15px;
    width: 32px;
    height: 32px;
    fill: #9c9b9b;
}
.contacts__link {
    display: table;
    margin-bottom: 3px;
}
.contacts__ask {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 20px;
    text-align: center;
}
.contacts__text {
    text-align: center;
}
.contacts .btn {
    margin: 25px auto;
    width: 260px;
    color: #000;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    position: relative;
    -webkit-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
}
.contacts .btn:focus {
    outline: 0;
}
.contacts .btn:hover, .contacts .btn:active {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    background-color: #000;
    color: #fff;
}
.contacts .social__list {
    display: none;
}
@media only screen and (min-width: 768px) {
    .contacts .social__list {
        display: block;
        position: absolute;
        width: 80px;
        height: 484px;
        top: 0;
        left: 105px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #e6e6e6;
        -webkit-box-shadow: 0 2px 8.71px 4.29px rgba(0, 0, 0, 0.14);
        box-shadow: 0 2px 8.71px 4.29px rgba(0, 0, 0, 0.14);
    }
}
@media only screen and (min-width: 992px) {
    .contacts .social__list {
        top: -500px;
        height: 500px;
        left: 0;
    }
}
@media only screen and (min-width: 1600px) {
    .contacts .social__list {
        left: -135px;
    }
}
@media only screen and (min-width: 1920px) {
    .contacts .social__list {
        left: -215px;
    }
}
.contacts .social__link {
    display: block;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.contacts .social__link:hover .fb__circle {
    fill: #3b5998;
}
.contacts .social__link:hover .bh {
    fill: #1769ff;
}
.contacts .social__link:hover .instagram-circle {
    opacity: 0;
}
.contacts .social__link:hover .pin {
    fill: #cb1f24;
}
.contacts .social__img {
    width: 50px;
    max-height: 50px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    fill: #474747;
}
.contacts .social__list-mob {
    margin-top: 30px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media only screen and (min-width: 768px) {
    .contacts .social__list-mob {
        display: none;
    }
}
@media only screen and (min-width: 992px) {
    .contacts .social__list-mob {
        top: -500px;
        height: 500px;
        left: 0;
    }
}
@media only screen and (min-width: 1600px) {
    .contacts .social__list-mob {
        left: -135px;
    }
}
@media only screen and (min-width: 1920px) {
    .contacts .social__list-mob {
        left: -215px;
    }
}
.contacts .social__link-mob {
    display: block;
    margin-left: 8px;
    margin-right: 8px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    fill: #9c9b9b;
}
.contacts .social__link-mob:hover .fb__circle {
    fill: #3b5998;
}
.contacts .social__link-mob:hover .bh {
    fill: #1769ff;
}
.contacts .social__link-mob:hover .instagram-circle {
    opacity: 0;
}
.contacts .social__link-mob:hover .pin {
    fill: #cb1f24;
}
.contacts .social__link-mob .fb-letter {
    fill: #474747;
}
.contacts .social__link-mob:not(:hover) .instagram-circle {
    fill: #9c9b9b !important;
}
.contacts .social__link-mob .social-instagram path:not(.instagram-icon):not(.instagram-circle) {
    fill: #474747 !important;
}
.contacts .social__img-mob {
    width: 50px;
    max-height: 50px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.contacts br {
    display: inline;
}
.fb__circle, .bh, .instagram {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.overflowHidden {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 100vh;
    height: 100%;
}
.overflowHidden .main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.headerThank {
    padding: 20px 0;
}
.headerThank .headerThank__logo svg {
    max-width: 180px;
    margin: auto;
    display: block;
    
}
.thank {
    min-height: 85vh;
    position: relative;
}
.thank .container {
    position: relative;
}
.thank__box {
    padding: 80px 0 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    text-align: center;
}
@media only screen and (min-width: 480px) {
    .thank__box {
        padding: 40px 0;
    }
}
@media only screen and (min-width: 768px) {
    .thank__box {
        padding: 100px 0 0 0;
    }
}
@media only screen and (min-width: 992px) {
    .thank__box {
        padding: 120px 0 0 0;
    }
}
.thank__title {
    padding-bottom: 10px;
    font-size: 28px;
    font-weight: 700;
}
.thank__text {
    font-size: 24px;
}
.thank__link {
    padding-top: 18px;
    font-size: 18px;
    text-decoration: underline;
}
.thank__img {
    margin-top: 25px;
    max-width: 300px;
}
@media only screen and (min-width: 768px) {
    .thank__img {
        max-width: 450px;
    }
}
@media only screen and (min-width: 992px) {
    .thank__img {
        max-width: inherit;
    }
}
.error__title {
    padding-bottom: 15px;
    font-family: 'Russo', fallback, sans-serif;
    font-weight: 700;
    font-size: 19px;
    text-transform: uppercase;
}
@media only screen and (min-width: 360px) {
    .error__title {
        font-size: 21.5px;
    }
}
@media only screen and (min-width: 768px) {
    .error__title {
        font-size: 36.7px;
    }
}
@media only screen and (min-width: 992px) {
    .error__title {
        font-size: 42px;
    }
}
@media only screen and (min-width: 1600px) {
    .error__title {
        font-size: 50px;
    }
}
.error__text {
    display: block;
    margin-bottom: 25px;
    font-size: 23px;
}
@media only screen and (min-width: 360px) {
    .error__text {
        font-size: 26px;
    }
}
@media only screen and (min-width: 768px) {
    .error__text {
        font-size: 44px;
    }
}
@media only screen and (min-width: 992px) {
    .error__text {
        font-size: 50.5px;
    }
}
@media only screen and (min-width: 1600px) {
    .error__text {
        font-size: 60px;
    }
}
.error__link {
    font-size: 20px;
    text-decoration: underline;
}
@media only screen and (min-width: 768px) {
    .error__link {
        font-size: 24px;
    }
}
.header-white {
    background: #000;
}
@media only screen and (min-width: 992px) {
    .header-white {
        background: inherit;
    }
}
.header-white .header__box {
    color: #fff;
    height: 100%;
}
.header-white .header__list {
    border-top: 1px solid #fff;
}
@media only screen and (min-width: 992px) {
    .header-white .header__list {
        border-top: none;
    }
}
.header-white .header__item {
    border-bottom: 1px solid #fff;
}
@media only screen and (min-width: 992px) {
    .header-white .header__item {
        border-bottom: none;
    }
}
@media only screen and (min-width: 992px) {
    .header-white .header__link:after {
        background-color: #fff;
    }
}
.newsHeader {
    background: url(../images/news/news__back.jpg) no-repeat center / cover;
    position: relative;
    overflow: hidden;
    min-height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media only screen and (min-width: 480px) {
    .newsHeader {
        min-height: 340px;
    }
}
@media only screen and (min-width: 768px) {
    .newsHeader {
        min-height: 400px;
    }
}
@media only screen and (min-width: 992px) {
    .newsHeader {
        min-height: 520px;
    }
}
.newsHeader__title {
    position: relative;
    padding: 55px;
    margin: auto;
    max-width: 440px;
    font-size: 35px;
    color: #fff;
    border-color: #fff;
    background: transparent;
    z-index: 10;
}
.newsHeader__title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}
@media only screen and (min-width: 992px) {
    .newsHeader__title {
        margin: 0;
        padding: 80px;
    }
}
@media only screen and (min-width: 1200px) {
    .newsHeader__title {
        font-size: 42px;
    }
}
.newsBox {
    padding: 60px 0;
    padding-top: 0;
}
@media only screen and (min-width: 1200px) {
    .newsBox {
        padding: 80px 0;
    }
}
.article {
    position: relative;
    max-width: 780px;
    padding-top: 50px;
    padding-bottom: 50px;
}
@media only screen and (min-width: 992px) {
    .article {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
.article:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #999;
}
.article:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: #666;
}
.article__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.article__title {
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
    transition: color .4s;
}
@media only screen and (min-width: 992px) {
    .article__title {
        padding-left: 15px;
        font-size: 30px;
    }
}
.article__time {
    padding-bottom: 25px;
    font-weight: 700;
    color: #ef720e;
}
@media only screen and (min-width: 992px) {
    .article__time {
        padding-left: 15px;
    }
}
.article__img {
    max-height: 370px;
    transition: box-shadow .4s;
}
.article__link:hover .article__title {
    color: #ef720e;
}
.article__link:hover .article__img {
    box-shadow: 0 0 16px 4px #aaa;
}
.pagination {
    margin-bottom: 100px;
}
.pagination-links, .pagination .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
    .pagination-links, .pagination .nav-links {
        -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit;
    }
}
.pagination .page-numbers {
    display: block;
    margin: 0 6px;
    font-size: 23px;
    font-weight: 700;
}
@media only screen and (min-width: 768px) {
    .pagination .page-numbers {
        font-size: 30px;
        margin: 0 8px;
    }
}
.pagination .page-current, .pagination .current {
    color: #ef720e;
}
.pagination .nav-links .prev, .pagination .nav-links .next {
    display: block;
    position: relative;
    width: 50px;
    height: 22px;
}
@media only screen and (min-width: 768px) {
    .pagination .nav-links .prev, .pagination .nav-links .next {
        width: 84px;
        height: 37px;
    }
}
.pagination .nav-links .prev:before, .pagination .nav-links .next:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}
.pagination .nav-links .prev:before {
    background: url(../images/news/arr-left.png) no-repeat center;
    background-size: contain;
}
.pagination .nav-links .next:before {
    background: url(../images/news/arr-right.png) no-repeat center;
    background-size: contain;
}
.header-black {
    background: #000;
}
.header-black .header__box {
    color: #fff;
    height: 100%;
}
.header-black .header__list {
    border-top: 1px solid #fff;
}
@media only screen and (min-width: 992px) {
    .header-black .header__list {
        border-top: none;
    }
}
.header-black .header__item {
    border-bottom: 1px solid #fff;
}
@media only screen and (min-width: 992px) {
    .header-black .header__item {
        border-bottom: none;
    }
}
@media only screen and (min-width: 992px) {
    .header-black .header__link:after {
        background-color: #fff;
    }
}
.post {
    max-width: 780px;
    padding: 40px 0;
    color: #40403f;
}
@media only screen and (min-width: 768px) {
    .post {
        padding-top: 60px;
    }
}
@media only screen and (min-width: 992px) {
    .post {
        padding-top: 160px;
    }
}
.post__box {
    background: #fff;
}
.post h1 {
    padding-bottom: 10px;
    font-size: 21px;
    font-weight: 700;
}
@media only screen and (min-width: 768px) {
    .post h1 {
        font-size: 30px;
    }
}
.post__time {
    font-weight: 700;
    color: #ef720e;
}
.post .imgWrap {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
    .post .imgWrap {
        padding-bottom: 50px;
    }
}
.post .imgWrap:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #999;
}
.post .imgWrap:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: #666;
}
.post__img {
    margin-top: 25px;
    max-height: 370px;
}
.post img {
    display: block;
    max-width: 100%;
    height: auto;
}
.post li {
    padding-bottom: 5px;
    list-style-position: inside;
}
.post p {
    padding-bottom: 20px;
    font-size: 16px;
}

.post ul, .post ol {
    padding-bottom: 20px;
}
.post h2 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 10px;
}
.post h3 {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 10px;
}
.post h4 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
}
.post h5 {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
}
.post h6 {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 10px;
}
.post a {
    text-decoration: underline;
}
.fb-comments {
    margin: 50px 0;
    max-width: 540px!important;
}
.fb-comments iframe{
    width: 100%!important;
}
.share {
    margin-bottom: 30px;
}
.share p {
    padding-top: 40px;
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
}
@media only screen and (min-width: 768px) {
    .share p {
        font-size: 30px;
    }
}
.share em {
    color: #ef720e;
}
.a2a_kit a {
    margin-right: 5px;
}
.a2a_s_facebook {
    background-color: transparent!important;
    background: url(../images/news/fb.png) no-repeat center / cover;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.a2a_s_facebook svg {
    display: none!important;
}
.a2a_s_twitter {
    background-color: transparent!important;
    background: url(../images/news/twitter.png) no-repeat center / cover;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.a2a_s_twitter svg {
    display: none!important;
}
.a2a_s_google_plus {
    background-color: transparent!important;
    background: url(../images/news/gplus.png) no-repeat center / cover;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.a2a_s_google_plus svg {
    display: none!important;
}
.postMain {
    margin-top: 60px;
    margin-bottom: 60px;
}
.footerPost__copy {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
@media only screen and (min-width: 768px) {
    .footerPost__copy {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}
.footerSocial__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
@media only screen and (min-width: 768px) {
    .footerSocial__list {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-bottom: 0;
    }
}
.footerSocial__item {
    list-style: none;
}
.footerSocial__link {
    display: block;
    margin-right: 10px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.footerSocial__link:hover .fb__circle {
    fill: #3b5998;
}
.footerSocial__link:hover .bh {
    fill: #1769ff;
}
.footerSocial__link:hover .instagram-circle {
    opacity: 0;
}
.footerSocial__link:hover .pin {
    fill: #cb1f24;
}
.footerSocial__img {
    width: 50px;
    max-height: 50px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    fill: #fff;
}
.footer {
    padding: 20px 0;
    background: #000;
    color: #fff;
}
@media only screen and (min-width: 1365px) {
    .footer .container {
        width: 1300px;
    }
}
@media only screen and (min-width: 1600px) {
    .footer .container {
        width: 1440px;
    }
}
.footer__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (min-width: 768px) {
    .footer__box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.footer__logo {
    margin-bottom: 40px;
}
.footer__logo svg{
    width: 270px
}
@media only screen and (min-width: 768px) {
    .footer__logo {
        margin-bottom: 0;
    }
}
.footer__copy {
    font-size: 14px;
}
@media only screen and (min-width: 768px) {
    .footer__copy {
        font-size: 16px;
    }
}
.remodal-first {
    padding-top: 95px;
    text-align: center;
    width: 376px;
}
@media only screen and (min-width: 320px) {
    .remodal-first {
        max-width: 376px !important;
        height: auto;
        padding: 40px 15px;
        margin: 0 auto;
        text-align: center;
        background: #f9fbfc;
        border-radius: 10px;
    }
}
@media only screen and (min-width: 768px) {
    .remodal-first {
        padding: 50px 15px;
        max-width: 489px !important;
        height: 487px;
        text-align: left;
        border-radius: 0;
        background: url('../images/form.png') no-repeat top center;
        padding: 120px 0 0 109px;
    }
}
@media only screen and (min-width: 320px) {
    .remodal-first .remodal-close {
        color: #000 !important;
    }
}
@media only screen and (min-width: 768px) {
    .remodal-first .remodal-close {
        color: #fff !important;
    }
}
.remodal-first:before {
    display: none;
}
.btn-remodal {
    margin: 30px 0 0 15px;
}
.remodal-close {
    top: 12px !important;
    right: 15px !important;
    color: #fff !important;
    font-weight: 900;
}
@media only screen and (min-width: 320px) {
    .remodal-close {
        width: 10px !important;
        height: 16px !important;
    }
}
@media only screen and (min-width: 768px) {
    .remodal-close {
        width: 35px !important;
        height: 30px !important;
    }
}
@media only screen and (min-width: 320px) {
    .remodal-close:before {
        font-size: 30px !important;
        top: -7px !important;
        left: -12px !important;
    }
}
@media only screen and (min-width: 768px) {
    .remodal-close:before {
        font-size: 50px !important;
        top: 0 !important;
        left: 0 !important;
    }
}
.remodal-common {
    border-radius: 15px;
    background: #fff;
    padding: 30px 40px;
}
@media only screen and (min-width: 320px) {
    .remodal-common {
        max-width: 500px !important;
        padding: 40px 15px;
        margin: 0 auto;
        text-align: center;
    }
}
@media only screen and (min-width: 768px) {
    .remodal-common {
        padding: 40px 20px;
        max-width: 450px !important;
        text-align: center;
    }
}
.remodal-common .remodal-close {
    color: #000 !important;
}
.error-input {
    clear: both;
    float: left;
    font-size: 13px;
    padding-left: 93px;
    color: #df3a3a;
    margin: 0 auto;
    text-align: center;
}
#name-error {
    font-size: 0 !important;
}
.formBox {
    position: relative;
    background: #3b3b3d;
    padding: 30px 15px;
    max-width: 400px;
    margin: 20px auto;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
}
.formBox .form__title {
    padding: 10px 0;
    font-size: 22px;
    font-weight: 700;
}
@media only screen and (min-width: 768px) {
    .formBox .form__title {
        font-size: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .formBox .form__title {
        font-size: 35px;
    }
}
.formBox .form__text {
    display: block;
    padding-bottom: 15px;
    font-size: 18px;
}
.formBox .form__line {
    display: block;
    width: 275px;
    margin: auto;
    margin-bottom: 15px;
    padding: 15px 0;
    text-align: center;
}
.formBox .form__line-top {
    margin-top: 10px;
}
.formBox .btn {
    width: 275px;
    padding: 15px 0;
    margin: auto;
    border: none;
    background: #ef720e;
    overflow: hidden;
}
.formBox .btnWrap {
    width: 275px;
    display: block;
    margin: 15px auto;
    position: relative;
    overflow: hidden;
}
.formBox .btnWrap:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -6em;
    height: 100%;
    width: 3em;
    -webkit-transform: skewX(-45deg) translateX(0);
    -ms-transform: skewX(-45deg) translateX(0);
    transform: skewX(-45deg) translateX(0);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-color: rgba(255, 255, 255, 0.5);
}
.formBox .btnWrap:hover {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.formBox .btnWrap:hover:after {
    -webkit-transform: skewX(-45deg) translateX(35em);
    -ms-transform: skewX(-45deg) translateX(35em);
    transform: skewX(-45deg) translateX(35em);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
/* RESPONSIVE MENU TO 992px*/
.overlay {
    position: fixed;
    width: 105vw;
    height: 109vh;
    top: 55px;
    right: -15px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.72, -0.04, 0.14, 1.03);
    -o-transition: all 0.3s cubic-bezier(0.72, -0.04, 0.14, 1.03);
    transition: all 0.3s cubic-bezier(0.72, -0.04, 0.14, 1.03);
    background: #eee;
}
.overlay-white {
    top: 50px;
    background: #000;
}
@media only screen and (min-width: 992px) {
    .overlay {
        position: inherit;
        top: inherit;
        width: inherit;
        height: inherit;
        background: inherit;
        overflow-y: inherit;
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        visibility: visible;
        pointer-events: auto;
    }
}
.overlay__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (min-width: 992px) {
    .overlay__wrap {
        display: inherit;
        -webkit-box-orient: inherit;
        -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
        flex-direction: inherit;
        -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit;
    }
}
.overlay__top {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: 50vh;
    flex-basis: 50vh;
}
@media only screen and (min-width: 480px) {
    .overlay__top {
        -ms-flex-preferred-size: 50vh;
        flex-basis: 50vh;
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 768px) {
    .overlay__top {
        -ms-flex-preferred-size: 65vh;
        flex-basis: 65vh;
    }
}
@media only screen and (min-width: 992px) {
    .overlay__top {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}
.overlay .overlay::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
}
.overlay .overlay::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}
.overlay .overlay::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #11569d;
    background-color: #ef720e;
}
.open {
    position: fixed;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s cubic-bezier(0.72, -0.04, 0.14, 1.03);
    -o-transition: all 0.3s cubic-bezier(0.72, -0.04, 0.14, 1.03);
    transition: all 0.3s cubic-bezier(0.72, -0.04, 0.14, 1.03);
    overflow: hidden;
    z-index: 200;
}
@media only screen and (min-width: 480px) {
    .open {
        overflow-y: scroll;
    }
    .open::-webkit-scrollbar-track {
        background-color: #f5f5f5;
    }
    .open::-webkit-scrollbar {
        width: 6px;
        background-color: #f5f5f5;
    }
    .open::-webkit-scrollbar-thumb {
        background-color: #ef720e;
    }
}
@media only screen and (min-width: 768px) {
    .open {
        overflow: inherit;
    }
}
@media only screen and (min-width: 992px) {
    .open {
        display: none;
    }
}
.burger {
    margin-right: 25px;
    position: relative;
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    z-index: 1000;
    background: transparent;
    border: none;
    outline: none;
    display: block;
    z-index: 100;
}
.burger:hover {
    cursor: pointer;
}
@media only screen and (min-width: 992px) {
    .burger {
        display: none;
    }
}
.burger i {
    display: block;
    width: 40px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.burger i:before, .burger i:after {
    content: '';
    position: absolute;
    height: 2px;
    background: #000;
    width: 40px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.burger-white i {
    background: #fff;
}
.burger-white i:before, .burger-white i:after {
    background: #fff;
}
.burger i:before {
    margin-top: -12px;
}
.burger i:after {
    margin-top: 12px;
}
.burger:hover i:before {
    margin-top: -14px;
}
.burger:hover i:after {
    margin-top: 14px;
}
.burger.active i {
    background: transparent;
}
.burger.active i:before, .burger.active i:after {
    left: -5px;
    width: 50px;
}
.burger.active i:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 12px;
}
.burger.active i:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -12px;
}
.burger.active:hover i:before, .burger.active:hover i:after {
    width: 60px;
    margin: 0;
    left: -10px;
    top: 0;
}
/* END RESPONSIVE MENU TO 992px*/
.slick-prev, .slick-next {
    width: 40px;
    height: 60px;
    bottom: -64px;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    outline: none;
    z-index: 21;
}
@media only screen and (min-width: 768px) {
    .slick-prev, .slick-next {
        bottom: inherit;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.slick-prev {
    left: 5px;
    background: url(../images/icons/svg/arr-back.svg) no-repeat center / cover;
}
@media only screen and (min-width: 992px) {
    .slick-prev {
        display: none !important;
        opacity: 0;
    }
}
.slick-next {
    right: 5px;
    background: url(../images/icons/svg/arr-next.svg) no-repeat center / cover;
}
@media only screen and (min-width: 992px) {
    .slick-next {
        right: -44px;
        opacity: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .slick-next {
        right: -25px;
    }
}
@media only screen and (min-width: 1600px) {
    .slick-next {
        right: 0;
    }
}
@media only screen and (min-width: 1600px) {
    .slick-next:after {
        content: '';
        position: absolute;
        top: -120px;
        right: 0;
        width: 40px;
        height: 300px;
        background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.04)), color-stop(1%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.1)));
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.05) 1%, rgba(0, 0, 0, 0.1) 100%);
        background:      -o-linear-gradient(left, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.05) 1%, rgba(0, 0, 0, 0.1) 100%);
        background:         linear-gradient(to right, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.05) 1%, rgba(0, 0, 0, 0.1) 100%);
    }
}
.slick-prev:before, .slick-next:before {
    width: 0;
    height: 0;
}
.slick-prev:focus, .slick-next:focus {
    opacity: 1;
}
.slick-disabled {
    opacity: 0.05!important;
}
.slick-dots {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -20px;
    z-index: 20;
}
@media only screen and (min-width: 992px) {
    .slick-dots {
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
@media only screen and (min-width: 1200px) {
    .slick-dots {
        padding-left: 50px;
        text-align: left;
    }
}
.slick-dots li {
    margin: 7px;
    width: 13px;
    height: 13px;
}
.slick-dots li button {
    background: #000;
    display: block;
    height: 5px;
    width: 5px;
    font-size: 0;
    border-radius: 50%;
    border: 1px solid transparent;
    opacity: 0.75;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slick-dots li button:before {
    font-size: 0;
    opacity: 0;
    display: none;
}
.slick-dots li.slick-active button {
    opacity: 1;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    border: 1px solid #000;
    background: transparent;
}
.slick-current, .slick-slide, .slick-active {
    outline: none!important;
}
@-webkit-keyframes arrow-bounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes arrow-bounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
/*# sourceMappingURL=style.css.map */



@media all and (-ms-high-contrast:none) {
    .hero .content {
        padding-top: 250px;
    }
}
@media all and (-ms-high-contrast:none) {
    .hero__btn:after {
        display: none!important;
    }
}
@media all and (-ms-high-contrast:none) {
    .decoration {
        display: none;
    }
}
@media all and (-ms-high-contrast:none) {
    .overflowHidden .footer {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}
@media all and (-ms-high-contrast:none) {
    .newsHeader__title {
        margin-top: 150px;
    }
}

@media all and (-ms-high-contrast:none) {
    .overflowHidden .footer {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 80px;
    }
}

@media all and (-ms-high-contrast:none) {
    .overflowHidden .navigation  {
        padding-bottom: 100px;
    }
}

p.review__review {
    min-height: 100px;
}
@media (max-width: 1024px){
    p.review__review {
        min-height:auto;
    }
}

.b-lazy {
    transition: opacity .4s;
}


.fixed-messagers {
    position: fixed;
    right:-80px;
    top:50%;
    margin-top: -175px;
    width:64px;
    height: 350px;
    background: rgb(240, 240, 240, .9);
    border:2px solid #ccc;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px;
    z-index: 50;
    transition: right .7s, margin-top .7s, width .7s, height .7s;
}
.fixed-messagers.active {
    right:8px;
}
.fixed-messagers.active:hover {
    width:70px;
    height: 400px;
    margin-top: -200px;
}
.fixed-messagers > div {
    padding:0 8px;
}
.fixed-messagers > div p {
    font-size: 13px;
    text-align: center;
    margin-bottom:16px;
    font-weight: 100;
    color: #888;
    transition: font-size .7s;
}
.fixed-messagers.active:hover > div p {
    font-size: 14px;
}
.fixed-messagers > div hr {
    margin:12px auto;
}
.fixed-messagers > div a {
    display:block;
}
.fixed-messagers > div a svg {
    width:40px;
    transition: width .7s;
}
.fixed-messagers.active:hover > div a svg {
    width:45px;
}
.fixed-messagers > div a svg:hover {
    animation-duration: 1s;
    animation-name: slidein;
    animation-fill-mode: forwards;
}
@keyframes slidein {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(.9);
    }

    100% {
        transform: scale(1);
    }
}
.fixed-messagers > div a svg * {
    fill:#474747;
}
.fixed-messagers > div a:hover svg .messenger-curves {
    animation-duration: .4s;
    animation-delay: 0;
    animation-name: a_messenger_reaction;
    animation-fill-mode: forwards;
}
.fixed-messagers > div a:hover svg .viber-curves {
    animation-duration: .4s;
    animation-delay: 0;
    animation-name: a_viber_reaction;
    animation-fill-mode: forwards;
}
.fixed-messagers > div a:hover svg .telegram-curves {
    animation-duration: .4s;
    animation-delay: 0;
    animation-name: a_telegram_reaction;
    animation-fill-mode: forwards;
}
.fixed-messagers > div a:hover svg .whatsapp-curves {
    animation-duration: .4s;
    animation-delay: 0;
    animation-name: a_whatsapp_reaction;
    animation-fill-mode: forwards;
}

@keyframes a_messenger_reaction {
    0% {
        fill: #474747;
    }

    100% {
        fill: #2196f3;
    }
}
@keyframes a_viber_reaction {
    0% {
        fill: #474747;
    }

    100% {
        fill: #7D3DAF;
    }
}
@keyframes a_telegram_reaction {
    0% {
        fill: #474747;
    }

    100% {
        fill: #61A8DE;
    }
}
@keyframes a_whatsapp_reaction {
    0% {
        fill: #474747;
    }

    100% {
        fill: #1BD741;
    }
}



.mobile-messagers {
    display: none;
    width:280px;
    margin:8px auto;
    text-align: center;
}
.mobile-messagers p {
    margin-bottom:16px;
}
.mobile-messagers > div {
    display:flex;
    justify-content: space-around;
}
.mobile-messagers > div > div a svg {
    width:50px;
}

@media (max-width: 992px) {
    .mobile-messagers {
        display: block;
    }
    .fixed-messagers {
        display: none;
    }
}


#map {
    height:100%;
}

.team__item.team__item3 {
    height: 1px;
    min-height: 0;
    margin-bottom: 0;
}


.wp-block-embed-youtube iframe {
    width: calc(100vw - 20px);
    height: calc((100vw - 20px) / 16 * 9);
}
@media (min-width: 1200px) {
    .wp-block-embed-youtube iframe {
        width: 780px;
        height: calc(780px / 16 * 9);
    }
}