@charset "UTF-8";
@font-face {
    font-family: HelveticaNeueCyr;
    src: url(../fonts/HelveticaNeueCyr-Light.eot);
    src: local("HelveticaNeueCyr-Light"), url(../fonts/HelveticaNeueCyr-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/HelveticaNeueCyr-Light.woff) format("woff"), url(../fonts/HelveticaNeueCyr-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@font-face {
    font-family: slick;
    src: url(fonts/slick.eot);
    src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next, .slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus, .slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-transform: none;
    box-sizing: border-box;
    list-style: none;
    border-radius: 0;
    color: #212327
}

button, input, select {
    -webkit-appearance: none;
    -moz-appearance: none
}

:focus {
    outline: transparent
}

input[type=submit] {
    border: none;
    cursor: pointer
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #f7f7f7;
    overflow: hidden auto
}

body footer {
    margin-top: auto
}

body.bbbbb.fix {
    overflow: hidden
}

body.bbbbb.fix main {
    overflow: hidden
}

body.front {
    background-color: #fff;
    overflow: hidden
}

body.front section {
    width: 100vw;
    height: 100vh;
    overflow: hidden
}

b, strong {
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
    line-height: inherit;
    color: inherit
}

em, i {
    font-family: inherit;
    font-style: italic;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit
}

.title_1 {
    font-size: 92px;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    line-height: .9
}

.title_1 * {
    font-size: inherit;
    font-family: inherit;
    text-transform: inherit;
    letter-spacing: inherit
}

.title_2 {
    font-size: 72px;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    line-height: .95
}

.title_2 * {
    font-size: inherit;
    font-family: inherit;
    text-transform: inherit;
    letter-spacing: inherit
}

.loader .l_main {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 172px;
    height: 128px;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.l_square {
    position: relative
}

.l_square:nth-child(1) {
    margin-left: 0
}

.l_square:nth-child(2) {
    margin-left: 44px
}

.l_square:nth-child(3) {
    margin-left: 88px
}

.l_square:nth-child(4) {
    margin-left: 132px
}

.l_square span {
    position: absolute;
    top: 0;
    left: 20px;
    height: 36px;
    width: 36px;
    border-radius: 2px;
    background-color: #212327
}

.l_square span:nth-child(1) {
    top: 0
}

.l_square span:nth-child(2) {
    top: 44px
}

.l_square span:nth-child(3) {
    top: 88px
}

.l_square:nth-child(1) span {
    -webkit-animation: animsquare1 2s infinite ease-in;
    animation: animsquare1 2s infinite ease-in
}

.l_square:nth-child(2) span {
    -webkit-animation: animsquare2 2s infinite ease-in;
    animation: animsquare2 2s infinite ease-in
}

.l_square:nth-child(3) span {
    -webkit-animation: animsquare3 2s infinite ease-in;
    animation: animsquare3 2s infinite ease-in
}

.l_square:nth-child(4) span {
    -webkit-animation: animsquare4 2s infinite ease-in;
    animation: animsquare4 2s infinite ease-in
}

.l_square span:nth-child(1) {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms
}

.l_square span:nth-child(2) {
    -webkit-animation-delay: .15s;
    animation-delay: .15s
}

.l_square span:nth-child(3) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

@-webkit-keyframes animsquare1 {
    0%, 100%, 5%, 95% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
    30%, 70% {
        -webkit-transform: translate(-40px, 0) rotate(-90deg);
        transform: translate(-40px, 0) rotate(-90deg)
    }
}

@keyframes animsquare1 {
    0%, 100%, 5%, 95% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
    30%, 70% {
        -webkit-transform: translate(-40px, 0) rotate(-90deg);
        transform: translate(-40px, 0) rotate(-90deg)
    }
}

@-webkit-keyframes animsquare2 {
    0%, 10%, 100%, 90% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
    35%, 65% {
        -webkit-transform: translate(-40px, 0) rotate(-90deg);
        transform: translate(-40px, 0) rotate(-90deg)
    }
}

@keyframes animsquare2 {
    0%, 10%, 100%, 90% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
    35%, 65% {
        -webkit-transform: translate(-40px, 0) rotate(-90deg);
        transform: translate(-40px, 0) rotate(-90deg)
    }
}

@-webkit-keyframes animsquare3 {
    0%, 100%, 15%, 85% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
    40%, 60% {
        -webkit-transform: translate(-40px, 0) rotate(-90deg);
        transform: translate(-40px, 0) rotate(-90deg)
    }
}

@keyframes animsquare3 {
    0%, 100%, 15%, 85% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
    40%, 60% {
        -webkit-transform: translate(-40px, 0) rotate(-90deg);
        transform: translate(-40px, 0) rotate(-90deg)
    }
}

@-webkit-keyframes animsquare4 {
    0%, 100%, 20%, 80% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
    45%, 55% {
        -webkit-transform: translate(-40px, 0) rotate(-90deg);
        transform: translate(-40px, 0) rotate(-90deg)
    }
}

@keyframes animsquare4 {
    0%, 100%, 20%, 80% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
    45%, 55% {
        -webkit-transform: translate(-40px, 0) rotate(-90deg);
        transform: translate(-40px, 0) rotate(-90deg)
    }
}

body.antiwhill:before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: transparent;
    pointer-events: none;
    z-index: 10000
}

.block_1 {
    position: relative;
    padding: 100px 0 100px 100px;
    background-color: #fff
}

.block_1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 150px;
    background-color: #f7f7f7
}

.block_1 .wrapper {
    position: relative;
    z-index: 5;
    height: calc(100vh - 200px);
    background-color: #f7f7f7;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    padding-left: 100px;
    display: flex;
    align-items: center
}

.block_1 .wrapper p {
    font-size: 31.5px;
    font-family: HelveticaNeueCyr, sans-serif;
    margin-top: 0;
    line-height: calc(5.052vw * .9);
    padding-left: 7px
}

.block_1 .wrapper .txt {
    position: relative;
    z-index: 10
}

.block_1 .wrapper .btn-transform {
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateX(200px) translateY(-50%);
    transform: translateX(200px) translateY(-50%);
    transition: .4s
}

.block_1 .wrapper .btn-transform a {
    font-size: 24px !important;
    word-wrap: break-word;
    padding: 50px 30px;
    width: 85px;
    text-align: center;
    display: block
}

.block_1 .wrapper .img {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100vh
}

.block_1 .wrapper .img img {
    height: 100%;
    width: auto
}

.block_1 .wrapper .img img.mob {
    display: none
}

.block_1 .top {
    position: absolute;
    left: 200px;
    top: 0
}

.block_1 .top .top-menu {
    display: flex
}

.block_1 .top .top-menu ul {
    display: flex
}

.block_1 .top .top-menu li {
    margin-right: 120px
}

.block_1 .top .top-menu li:last-child {
    margin-right: 0
}

.block_1 .top .top-menu ul a {
    display: block;
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    color: rgba(33, 35, 39, .7);
    text-transform: uppercase;
    position: relative;
    transition: .4s;
    padding: 40px 0 0
}

.block_1 .top .top-menu ul a:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #212327;
    opacity: .5;
    width: 1px;
    height: 20px;
    transition: .4s
}

.block_1 .top .top-menu ul a:hover {
    color: #ff9600;
    padding-top: 50px
}

.block_1 .top .top-menu ul a:hover:before {
    background-color: #ff9600;
    height: 40px
}

.block_1 .left {
    position: absolute;
    top: 185px;
    left: 0;
    width: 100px
}

.block_1 .left.languages ul {
    display: flex;
    flex-direction: column
}

.block_1 .left.languages li {
    margin-bottom: 80px
}

.block_1 .left.languages li:last-child {
    margin-bottom: 0;
    margin-right: 0
}

.block_1 .left.languages li.wpml-ls-current-language span, .block_1 .left.languages li:hover span {
    padding-left: 50px;
    color: #ff9600
}

.block_1 .left.languages li.wpml-ls-current-language span:before, .block_1 .left.languages li:hover span:before {
    width: 40px;
    background-color: #ff9600
}

.block_1 .left.languages span {
    display: block;
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    color: rgba(33, 35, 39, .7);
    text-transform: uppercase;
    position: relative;
    transition: .4s;
    width: 100%;
    padding-left: 30px
}

.block_1 .left.languages span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #212327;
    opacity: .5;
    width: 20px;
    height: 1px;
    transition: .4s
}

.block_1 .left.languages span:hover {
    color: #ff9600
}

.block_1 .bottom {
    position: absolute;
    left: 200px;
    bottom: 0
}
@media screen and (min-width: 1300px) and (max-width: 1390px){
    .block_1 .top {
        left: 205px;
    }
    .block_1 .bottom {
        left: 205px;
    }
}
.block_1 .bottom.socials ul {
    display: flex;
    align-items: flex-end
}

.block_1 .bottom.socials li {
    margin-right: 120px
}

.block_1 .bottom.socials li:last-child {
    margin-right: 0
}

.block_1 .bottom.socials a {
    display: block;
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    color: rgba(33, 35, 39, .7);
    text-transform: uppercase;
    position: relative;
    transition: .4s;
    padding: 0 0 40px
}

.block_1 .bottom.socials a svg {
    display: none
}

.block_1 .bottom.socials a:hover svg * {
    fill: #ff9600
}

.block_1 .bottom.socials a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #212327;
    opacity: .5;
    width: 1px;
    height: 20px;
    transition: .4s
}

.block_1 .bottom.socials a:hover {
    color: #ff9600
}

.block_2 {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center
}

.block_2 .deco {
    position: absolute !important;
    width: 120px;
    height: 120px
}

.block_2 .deco span:nth-child(1) {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    transition: background-color .4s 0s
}

.block_2 .deco span:nth-child(2) {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
    margin: -20px 0 0 -20px
}

.block_2 .deco.top {
    left: 120px !important;
    top: 120px !important
}

.block_2 .deco.top span:nth-child(1) {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    z-index: 1
}

.block_2 .deco.top span:nth-child(2) {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    z-index: 2
}

.block_2 .deco.bottom {
    top: unset !important;
    left: unset !important;
    right: 120px !important;
    bottom: 120px !important
}

.block_2 .deco.bottom span:nth-child(1) {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    z-index: 1
}

.block_2 .deco.bottom span:nth-child(2) {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    z-index: 2
}

.block_2 p {
    font-size: 32px;
    max-width: 900px;
    font-family: HelveticaNeueCyr, sans-serif
}

.deco:hover span:nth-child(1) {
    background-color: #ff9600
}

.block_3 {
    position: relative;
    display: flex !important;
    align-items: center
}

.block_3 .title-top {
    position: absolute;
    left: 0;
    top: 0;
    height: 170px;
    z-index: 1;
    padding-left: 148px;
    display: flex;
    align-items: center
}

.block_3 .title-top:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 170px;
    height: 100%;
    background-color: #f2f3f2;
    z-index: 2
}

.block_3 .title-top h2 {
    opacity: .2
}

.block_3 .mob-data-m {
    display: none !important
}

.block_3 .wrapper {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    width: 100%
}

.block_3 .wrapper .tabs-headers {
    width: 30%
}

.block_3 .wrapper .tabs-headers .title {
    padding-left: 240px;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    margin-bottom: 60px;
    color: rgba(33, 35, 39, .7);
    transition: .4s
}

.block_3 .wrapper .tabs-headers .title:last-child {
    margin-bottom: 0
}

.block_3 .wrapper .tabs-headers .title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 220px;
    height: 1px;
    background-color: #212327;
    opacity: .5;
    transition: .4s
}

.block_3 .wrapper .tabs-headers .title.active {
    color: #ff9600;
    padding-left: 280px
}

.block_3 .wrapper .tabs-headers .title.active:before {
    width: 260px;
    background-color: #ff9600
}

.block_3 .wrapper .tabs-headers .title:hover {
    color: #ff9600
}

.block_3 .wrapper .tabs-bodies {
    width: 70%;
    height: calc(100vh - 200px) !important;
    background-color: #f5f6f6;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    position: relative;
    transition: .4s;
    min-height: 400px
}

.block_3 .wrapper .tabs-bodies ::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.block_3 .wrapper .tabs-bodies ::-webkit-scrollbar-track {
    background: 0 0
}

.block_3 .wrapper .tabs-bodies ::-webkit-scrollbar-thumb {
    background: #888
}

.block_3 .wrapper .tabs-bodies ::-webkit-scrollbar-thumb:hover {
    background: #555
}

.block_3 .wrapper .tabs-bodies .box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: .4s;
    display: flex
}

.block_3 .wrapper .tabs-bodies .box .scroll {
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch
}

.block_3 .wrapper .tabs-bodies .box.active {
    opacity: 1;
    pointer-events: auto
}

.block_3 .wrapper .tabs-bodies .box.active .title_2 span {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.block_3 .wrapper .tabs-bodies .box .title_2 {
    padding-left: 260px;
    margin-bottom: 40px;
    overflow: hidden;
    padding-bottom: 10px
}

.block_3 .wrapper .tabs-bodies .box .title_2 span {
    -webkit-transform: translateY(103%);
    transform: translateY(103%);
    transition: .8s;
    display: block;
    transition-timing-function: ease
}

.block_3 .wrapper .tabs-bodies .box > h2 {
    font-size: 3.75vw;
    font-family: Montserrat, sans-serif;
    padding: 30px 30px 0 30px
}

.block_3 .wrapper .tabs-bodies .box .left {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 185px 50px 50px
}

.block_3 .wrapper .tabs-bodies .box .left .scroll-bar {
    height: 100%;
    display: flex;
    flex-direction: column
}

.block_3 .wrapper .tabs-bodies .box .left .scroll-bar::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

.block_3 .wrapper .tabs-bodies .box .left .scroll-bar::-webkit-scrollbar-track {
    background: #f1f1f1
}

.block_3 .wrapper .tabs-bodies .box .left .scroll-bar::-webkit-scrollbar-thumb {
    background: #888
}

.block_3 .wrapper .tabs-bodies .box .left .scroll-bar::-webkit-scrollbar-thumb:hover {
    background: #555
}

.block_3 .wrapper .tabs-bodies .box .left span {
    display: block;
    width: 1px;
    height: 0;
    background-color: #212327;
    transition: .4s;
    margin-left: 20px
}

.block_3 .wrapper .tabs-bodies .box .left .date-item.open + span, .block_3 .wrapper .tabs-bodies .box .left .date-item2.open + span {
    height: 100%;
    height: 50px
}

.block_3 .wrapper .tabs-bodies .box .left .date-item, .block_3 .wrapper .tabs-bodies .box .left .date-item2 {
    font-size: 20px;
    font-family: HelveticaNeueCyr, sans-serif;
    white-space: nowrap;
    transition: .4s;
    cursor: pointer;
    padding: 15px 0
}

.block_3 .wrapper .tabs-bodies .box .left .date-item.open, .block_3 .wrapper .tabs-bodies .box .left .date-item2.open {
    color: #ff9600
}

.block_3 .wrapper .tabs-bodies .box .left .date-item2:hover, .block_3 .wrapper .tabs-bodies .box .left .date-item:hover {
    color: #ff9600
}

.block_3 .wrapper .tabs-bodies .box .left .btn-next {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: relative
}

.block_3 .wrapper .tabs-bodies .box .left .btn-next:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-75%) rotate(-45deg) scale(1.1);
    transform: translateX(-50%) translateY(-75%) rotate(-45deg) scale(1.1);
    width: 15px;
    height: 15px;
    border: 1px solid #212327;
    border-top: none;
    border-right: none;
    transition: .4s
}

.block_3 .wrapper .tabs-bodies .box .left .btn-next.white:before {
    border-color: #fff
}

.block_3 .wrapper .tabs-bodies .box .left .btn-next:hover:before {
    top: 70%;
    border-color: #ff9600
}

.block_3 .wrapper .tabs-bodies .box .left .btn-prev {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: relative
}

.block_3 .wrapper .tabs-bodies .box .left .btn-prev:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-25%) rotate(-45deg) scale(1.1);
    transform: translateX(-50%) translateY(-25%) rotate(-45deg) scale(1.1);
    width: 15px;
    height: 15px;
    border: 1px solid #212327;
    border-bottom: none;
    border-left: none;
    transition: .4s
}

.block_3 .wrapper .tabs-bodies .box .left .btn-prev.white:before {
    border-color: #fff
}

.block_3 .wrapper .tabs-bodies .box .left .btn-prev:hover:before {
    top: 30%;
    border-color: #ff9600
}

.block_3 .wrapper .tabs-bodies .box .right {
    width: 100%;
    padding: 50px 50px 50px 0
}

.block_3 .wrapper .tabs-bodies .box .right h2 {
    font-size: 3.3vw;
    font-family: Montserrat, sans-serif;
    margin-bottom: 40px
}

.block_3 .wrapper .tabs-bodies .box .right ul {
    padding-left: 40px
}

.block_3 .wrapper .tabs-bodies .box .right .info {
    margin-bottom: 20px;
    list-style: disc
}

.block_3 .wrapper .tabs-bodies .box .right .info:last-child {
    margin-bottom: 0
}

.block_3 .wrapper .tabs-bodies .box .right .info p {
    font-size: 26px;
    font-family: HelveticaNeueCyr, sans-serif
}

.block_3 .wrapper .tabs-bodies .box .right .dates {
    position: relative;
    height: 100%
}

.block_3 .wrapper .tabs-bodies .box .right .boxv {
    transition: .6s;
    overflow: hidden
}

.block_3 .wrapper .tabs-bodies .box .right .boxv.anim {
    position: absolute;
    display: block !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.block_3 .wrapper .tabs-bodies .box .right .boxv.anim .info {
    opacity: 0;
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
    pointer-events: none;
    transition: .4s;
    transition-delay: 0s
}

.block_3 .wrapper .tabs-bodies .box .right .boxv.anim.open .info {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: .7s
}

.block_3 .wrapper .tabs-bodies .box .right .boxv.anim.open .info:nth-child(2) {
    transition-delay: .15s
}

.block_3 .wrapper .tabs-bodies .box .right .boxv.anim.open .info:nth-child(3) {
    transition-delay: .3s
}

.block_3 .wrapper .tabs-bodies .box .right .boxv.anim.open .info:nth-child(4) {
    transition-delay: .45s
}

.block_3 .wrapper .tabs-bodies .box .right .boxv.anim.open .info:nth-child(5) {
    transition-delay: .6s
}

.block_3 .wrapper .tabs-bodies .box .right .boxv.anim.open .info:nth-child(6) {
    transition-delay: .75s
}

.block_3 .wrapper .tabs-bodies .box .right .boxv.anim.open .info:nth-child(7) {
    transition-delay: .9s
}

.block_3 .wrapper .tabs-bodies .box .right .boxv.anim.open .info:nth-child(8) {
    transition-delay: 1.05s
}

.block_3 .wrapper .tabs-bodies .box .right .boxv.anim.open .info:nth-child(9) {
    transition-delay: 1.2s
}

.block_3 .wrapper .tabs-bodies .box .right .boxv.anim.open .info:nth-child(10) {
    transition-delay: 1.35s
}

.block_3 .wrapper .tabs-bodies .box .right .boxv {
    overflow: hidden
}

.block_3 .wrapper .tabs-bodies .box .right .boxv.open {
    display: block
}

.block_3 .wrapper .tabs-bodies .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.block_3 .wrapper .tabs-bodies .item {
    width: 50%;
    padding-right: 40px;
    display: flex;
    margin-bottom: 40px
}

.block_3 .wrapper .tabs-bodies .item .date {
    width: 260px;
    padding-left: 90px;
    position: relative
}

.block_3 .wrapper .tabs-bodies .item .date:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80px;
    height: 1px;
    background-color: #212327;
    opacity: .5;
    transition: .4s
}

.block_3 .wrapper .tabs-bodies .item .info {
    width: calc(100% - 260px)
}

.block_3 .wrapper .tabs-bodies .item p {
    font-size: 18px;
    font-family: HelveticaNeueCyr, sans-serif;
    opacity: .9;
    line-height: 1.4
}

.block_4 .dsocmskd {
    transition: .5s;
    height: 100vh
}

.block_4 .dsocmskd.open {
    transition-delay: .4s;
    padding: 100px 0
}

.block_4 .dsocmskd.open .video {
    padding-left: 0
}

.block_4 .dsocmskd.open .exit-btn {
    opacity: 1;
    pointer-events: auto
}

.block_4 .wrapper {
    background: #222;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%
}

.block_4 .wrapper .info {
    position: absolute;
    left: 190px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    transition: opacity .5s ease-in-out .3s, -webkit-transform .5s ease-in-out .3s;
    transition: transform .5s ease-in-out .3s, opacity .5s ease-in-out .3s;
    transition: transform .5s ease-in-out .3s, opacity .5s ease-in-out .3s, -webkit-transform .5s ease-in-out .3s
}

.block_4 .wrapper .info.close {
    pointer-events: none
}

.block_4 .wrapper .info.close h2 {
    -webkit-transform: translateX(-30vw);
    transform: translateX(-30vw);
    opacity: 0;
    transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out, opacity .5s ease-in-out;
    transition: transform .5s ease-in-out, opacity .5s ease-in-out, -webkit-transform .5s ease-in-out
}

.block_4 .wrapper .info.close p {
    -webkit-transform: translateX(-30vw);
    transform: translateX(-30vw);
    opacity: 0;
    transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out, opacity .5s ease-in-out;
    transition: transform .5s ease-in-out, opacity .5s ease-in-out, -webkit-transform .5s ease-in-out
}

.block_4 .wrapper .info.close .play-btn {
    -webkit-transform: translateX(-30vw);
    transform: translateX(-30vw);
    opacity: 0;
    transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out !important;
    transition: transform .5s ease-in-out, opacity .5s ease-in-out !important;
    transition: transform .5s ease-in-out, opacity .5s ease-in-out, -webkit-transform .5s ease-in-out !important
}

.block_4 .wrapper .info.close .to-blog {
    -webkit-transform: translateX(-30vw);
    transform: translateX(-30vw);
    opacity: 0;
    transition: all .4s 0s, opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
    transition: all .4s 0s, transform .5s ease-in-out, opacity .5s ease-in-out;
    transition: all .4s 0s, transform .5s ease-in-out, opacity .5s ease-in-out, -webkit-transform .5s ease-in-out
}

.block_4 .wrapper .info * {
    color: #fff
}

.block_4 .wrapper .info h2 {
    opacity: .95;
    margin-bottom: 20px
}

.block_4 .wrapper .info p {
    font-family: HelveticaNeueCyr, sans-serif;
    opacity: .9;
    font-size: 18px;
    line-height: 1.4
}

.block_4 .wrapper .info .play-btn {
    margin-top: 50px;
    position: relative
}

.block_4 .wrapper .info .play-btn span {
    display: block;
    border-top: 7px solid transparent;
    border-left: 12px solid rgba(255, 255, 255, .7);
    border-bottom: 7px solid transparent;
    margin-right: 15px
}

.block_4 .wrapper .info .to-blog {
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    color: rgba(255, 255, 255, .2);
    text-transform: uppercase;
    padding-right: 20px;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 35px;
    position: relative
}

.block_4 .wrapper .info .to-blog:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateX(-190px) translateY(-50%);
    transform: translateX(-190px) translateY(-50%);
    width: 180px;
    height: 1px;
    background-color: rgba(255, 255, 255, .5);
    transition: .4s
}

.block_4 .wrapper .info .to-blog:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-left: none;
    border-bottom: none
}

.block_4 .wrapper .info .to-blog:hover {
    padding-left: 20px;
    color: #fff
}

.block_4 .wrapper .info .to-blog:hover:before {
    width: 200px
}

.block_4 .exit-btn {
    position: absolute;
    right: 45px;
    top: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: .4s
}

.block_4 .exit-btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 25px;
    height: 2px;
    background-color: rgba(255, 255, 255, .6);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transition: .4s
}

.block_4 .exit-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 25px;
    height: 2px;
    background-color: rgba(255, 255, 255, .6);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transition: .4s
}

.block_4 .exit-btn:hover:before {
    background-color: #fff
}

.block_4 .exit-btn:hover:after {
    background-color: #fff
}

.block_4 .video {
    margin-left: auto;
    padding-left: calc(100vw - (100vh * 1.778));
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    transition: .5s
}

.block_4 video {
    width: auto;
    height: 100%
}

.block_4 video.playing {
    display: none
}

.block_4 .video {
    mix-blend-mode: lighten
}

.block_4-mob {
    padding: 50px;
    background-color: #222
}

.block_4-mob .info * {
    color: #fff
}

.block_4-mob .info h2 {
    opacity: .95;
    margin-bottom: 20px
}

.block_4-mob .info p {
    font-family: HelveticaNeueCyr, sans-serif;
    opacity: .9;
    font-size: 18px;
    line-height: 1.4
}

.block_4-mob .info .btn-transform span {
    display: block;
    border-top: 7px solid transparent;
    border-left: 12px solid rgba(255, 255, 255, .7);
    border-bottom: 7px solid transparent;
    margin-right: 15px
}

.block_4-mob .info .to-blog {
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    color: rgba(255, 255, 255, .2);
    text-transform: uppercase;
    padding-right: 20px;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 35px;
    margin-bottom: 20px;
    position: relative;
    transition: .4s
}

.block_4-mob .info .to-blog:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateX(-190px) translateY(-50%);
    transform: translateX(-190px) translateY(-50%);
    width: 180px;
    height: 1px;
    background-color: rgba(255, 255, 255, .6);
    transition: .4s
}

.block_4-mob .info .to-blog:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-left: none;
    border-bottom: none
}

.block_4-mob .info .to-blog:hover {
    color: #fff
}

.block_5 {
    position: relative;
    padding: 0 200px 0 100px;
    display: flex !important;
    align-items: center;
    justify-content: space-between
}

.block_5:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 350px;
    height: 100%;
    background-color: #f7f7f7;
    z-index: -1
}

.block_5 .title_1 {
    position: absolute;
    left: calc(63.5% - 300px);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    top: 60px;
    z-index: -1;
    opacity: .2
}

.block_5 .left {
    background-color: #f4f4f3;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    padding: 55px 80px 54px;
    width: 850px;
    position: relative
}

.block_5 .left .title_2 {
    margin-bottom: 30px
}

.block_5 .left p {
    font-size: 18px;
    font-family: HelveticaNeueCyr, sans-serif;
    max-width: 380px;
    line-height: 1.4;
    margin-bottom: 60px
}
@media screen and (max-width: 1380px){
    .block_5 .left p {
        margin-bottom: 20px
    }
}

.block_5 .left .img-m {
    position: relative;
    z-index: 2;
    width: calc(100% - 70px);
    margin: 40px 0 40px auto
}

.block_5 .left .img-m img {
    width: 100%;
    display: block
}

.block_5 .left .img-m .rect:nth-child(1) {
    position: absolute;
    z-index: -1;
    left: -6px;
    top: -6px;
    width: 100%;
    height: 100%;
    border: 2px solid #212327;
    box-sizing: border-box
}

.block_5 .left .img-m .rect:nth-child(2) {
    position: absolute;
    z-index: 2;
    left: 6px;
    top: 6px;
    width: 100%;
    height: 100%;
    border: 2px solid #212327;
    box-sizing: border-box
}

.block_5 .left .to-post {
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 20px 20px 40px 30px;
    text-align: center;
    position: relative;
    z-index: 2;
    transition: .4s
}

.block_5 .left .to-post span {
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #212327;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: none;
    border-bottom: none;
    margin-right: 15px
}

.block_5 .left .to-post:before {
    box-sizing: border-box;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 2px solid rgba(33, 35, 39, .7)
}

.block_5 .left .to-post:after {
    box-sizing: border-box;
    content: "";
    position: absolute;
    left: 10px;
    bottom: 15px;
    width: 100%;
    height: 100%;
    border: 2px solid #212327;
    transition: .4s;
    z-index: -1
}

.block_5 .left .to-post:hover {
    padding: 30px 25px
}

.block_5 .left .to-post:hover:after {
    bottom: 0;
    left: 0;
    background-color: #ff9600
}

.block_5 .right .img {
    width: 565px;
    height: 700px;
    position: relative
}

.block_5 .right .img .layer {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.block_5 .right .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.block_5 .right .img .rect {
    position: absolute;
    width: 100%;
    height: calc(100% + 40px)
}

.block_5 .right .img .rect span {
    background-color: #212327;
    position: absolute
}

.block_5 .right .img .rect span:nth-child(1) {
    top: 0;
    left: 0;
    width: 100%;
    height: 2px
}

.block_5 .right .img .rect span:nth-child(2) {
    top: 0;
    left: 0;
    width: 2px;
    height: 100%
}

.block_5 .right .img .rect span:nth-child(3) {
    top: 0;
    right: 0;
    width: 2px;
    height: 100%
}

.block_5 .right .img .rect span:nth-child(4) {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px
}

.block_5 .right .img .rect:nth-child(1) {
    z-index: 2;
    right: 35px !important;
    top: -20px !important;
    left: unset !important
}

.block_5 .right .img .rect:nth-child(2) {
    z-index: -1;
    right: -20px !important;
    top: 35px !important;
    left: unset !important
}

.block_6 {
    position: relative;
    overflow: hidden;
    transition: .6s
}

.block_6 .wrapper-1 {
    height: 100%
}

.block_6 .wrapper-1 h2 {
    position: absolute;
    z-index: 1;
    right: 100px!important;
    top: 0;
    -webkit-transform: translateX(100%) rotate(90deg) translateY(20%);
    transform: translateX(100%) rotate(90deg) translateY(20%);
    opacity: .2;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}
@media screen and (max-width: 1200px){
    .block_6 .wrapper-1 h2 {
        right: 70px!important;
    }
}
@media screen and (max-width: 650px){
    .block_6 .wrapper-1 h2 {
        right: 40px!important;
    }
}
@media screen and (max-width: 520px){
    .block_6 .wrapper-1 h2 {
        right: 30px!important;
    }
}

.block_6 .wrapper-1 .main-cont {
    background-color: #212427;
    width: calc(100% - 100px);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 100px;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15)
}

.block_6 .wrapper-1 .video {
    width: 53%;
    height: 25vw
}

.block_6 .wrapper-1 .video iframe {
    width: 100%;
    height: 100%
}

.block_6 .wrapper-1 .video .title_2 {
    display: none;
    color: #fff;
    margin-bottom: 25px
}

.block_6 .wrapper-1 .video .description {
    display: none;
    color: #fff;
    font-size: 18px;
    font-family: HelveticaNeueCyr, sans-serif;
    line-height: 1.2;
    margin-bottom: 50px;
    max-width: 370px
}

.block_6 .wrapper-1 .txt {
    width: calc(47% - 100px)
}

.block_6 .wrapper-1 .txt h3 {
    color: #fff;
    margin-bottom: 22px
}

.block_6 .wrapper-1 .txt p {
    color: #fff;
    font-size: 18px;
    font-family: HelveticaNeueCyr, sans-serif;
    line-height: 1.2;
    margin-bottom: 50px;
    max-width: 370px
}

.block_6 .wrapper-1 .txt .play-btn {
    margin-top: 50px
}

.block_6 .wrapper-1 .txt .play-btn span {
    display: block;
    border-top: 7px solid transparent;
    border-left: 12px solid rgba(255, 255, 255, .7);
    border-bottom: 7px solid transparent;
    margin-right: 15px
}

.block_6 .wrapper-2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #282a2f;
    z-index: 4;
    padding: 50px 80px 50px 100px;
    -webkit-transform: translateX(calc(100% - 200px)) translateY(calc(100% - 200px));
    transform: translateX(calc(100% - 200px)) translateY(calc(100% - 200px))
}

.block_6 .wrapper-2.height {
    -webkit-transform: translateX(calc(100% - 200px));
    transform: translateX(calc(100% - 200px))
}

.block_6 .wrapper-2.height.width {
    -webkit-transform: none;
    transform: none
}

.block_6 .wrapper-2.height.width.content h3 span {
    -webkit-transform: none;
    transform: none
}

.block_6 .wrapper-2.height.width.content .btn-back {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

.block_6 .wrapper-2 ::-webkit-scrollbar {
    width: 10px
}

.block_6 .wrapper-2 ::-webkit-scrollbar-track {
    background: #f1f1f1
}

.block_6 .wrapper-2 ::-webkit-scrollbar-thumb {
    background: #888
}

.block_6 .wrapper-2 ::-webkit-scrollbar-thumb:hover {
    background: #555
}

.block_6 .wrapper-2 h3 {
    margin-bottom: 40px;
    color: #fff;
    position: relative;
    overflow: hidden
}

.block_6 .wrapper-2 h3 span {
    color: #fff;
    display: block;
    -webkit-transform: translateY(103%);
    transform: translateY(103%)
}

.block_6 .wrapper-2 .btn-back {
    position: absolute;
    right: 0;
    padding-right: 100px;
    top: 30px;
    color: #fff;
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    opacity: .7;
    text-transform: uppercase;
    transition: .4s;
    -webkit-transform: translateX(103%);
    transform: translateX(103%)
}

.block_6 .wrapper-2 .btn-back:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 90px;
    right: 0;
    background-color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .4s
}

.block_6 .wrapper-2 .btn-back:hover {
    padding-right: 110px;
    opacity: 1
}

.block_6 .wrapper-2 .btn-back:hover:before {
    width: 100px
}

.block_6 .wrapper-2 .row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-right: 20px;
    max-height: calc(100vh - 100px - 99px)
}

.block_6 .wrapper-2 .box {
    width: calc(20% - 60px);
    margin-right: 75px;
    margin-bottom: 40px;
    cursor: pointer;
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    transition: .7s
}

.block_6 .wrapper-2 .box.show {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.block_6 .wrapper-2 .box .img {
    width: 100%;
    overflow: hidden;
    height: 8.854vw;
    margin-bottom: 12px
}

.block_6 .wrapper-2 .box img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    transition: .4s
}

.block_6 .wrapper-2 .box p {
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    font-family: HelveticaNeueCyr, sans-serif;
    text-align: center
}

.block_7 {
    display: flex !important
}

.block_7 .left {
    background-color: #f4f4f3;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    height: 100vh;
    padding-left: 185px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding-right: 30px
}

.block_7 .left p {
    font-size: 18px;
    font-family: HelveticaNeueCyr, sans-serif;
    margin-top: 35px;
    max-width: 460px;
    line-height: 1.25
}

.block_7 .left .for-btn {
    margin-top: 35px
}

.block_7 .left .to-inst svg {
    min-width: 18px;
    height: 18px;
    margin-right: 10px
}

.block_7 .left .to-inst svg * {
    fill: #35373a
}

.block_7 .right {
    position: relative;
    width: 50%
}

.block_7 .right:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 100px;
    width: 570px;
    height: 370px;
    background-color: #f4f4f3
}

.block_7 .right .img {
    position: absolute;
    width: 290px;
    height: 290px;
    margin-left: -100px;
    margin-top: -50px !important;
    z-index: 3;
    display: block
}

.block_7 .right .img:nth-child(3), .block_7 .right .img:nth-child(4) {
    margin-bottom: 50px
}

.block_7 .right .img .img-cont {
    width: 100%;
    height: 100%;
    position: relative
}

.block_7 .right .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.block_7 .right .img:nth-child(1) {
    left: 10.5%;
    top: 24%;
    left: 19.5%;
    top: 34%;
    -webkit-transform: translateX(-50%) translateY(-50%) !important;
    transform: translateX(-50%) translateY(-50%) !important;
    transition: 0.4s;
}

.block_7 .right .img:nth-child(2) {
    left: 57%;
    top: 29.5%;
    left: 67%;
    top: 38.5%;
    -webkit-transform: translateX(-50%) translateY(-50%) !important;
    transform: translateX(-50%) translateY(-50%) !important
}

.block_7 .right .img:nth-child(3) {
    left: 21.5%;
    bottom: 30.5%;
    left: 29.5%;
    bottom: 23.5%;
    -webkit-transform: translateX(-50%) translateY(50%) !important;
    transform: translateX(-50%) translateY(50%) !important
}

.block_7 .right .img:nth-child(4) {
    left: 68%;
    bottom: 20%;
    left: 78%;
    bottom: 19%;
    -webkit-transform: translateX(-50%) translateY(50%) !important;
    transform: translateX(-50%) translateY(50%) !important
}

.block_7 .right .img.open p {
    opacity: 1
}

.block_7 .right .img.readyy p {
    transition: opacity .4s 0s
}

.block_7 .right .rect {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #35373a;
    opacity: .7;
    padding: 20px 0 0 20px
}

.block_7 .right .rect:nth-child(1) {
    z-index: -1;
    margin: 10px 0 0 10px
}

.block_7 .right .rect:nth-child(2) {
    z-index: 2;
    margin: -10px 0 0 -10px
}

.block_7 .right p {
    position: absolute;
    left: 5%;
    bottom: 7%;
    margin-top: -40px;
    width: 85%;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    opacity: 0;
    color: #fff;
    z-index: 3;
    transition: opacity .5s 2.8s;
    background-color: rgba(0, 0, 0, .4)
}

.block_8 {
    height: auto;
    position: relative
}

.block_8 .wrapper {
    display: flex;
    align-items: center;
    padding: 0 100px;
    height: calc(100vh - 100px)
}

.block_8 .left {
    width: 50%;
    display: flex;
    justify-content: center
}

.block_8 .txt {
    max-width: 440px
}

.block_8 .txt h2 {
    margin-bottom: 45px
}

.block_8 .txt p {
    font-size: 24px;
    opacity: .9;
    margin-bottom: 20px;
    font-family: HelveticaNeueCyr, sans-serif
}

.block_8 .txt a {
    display: block;
    margin-top: 5px;
    transition: .4s
}

.block_8 .txt a:hover {
    color: #ff9600
}

.block_8 .right {
    width: 50%;
    display: flex;
    justify-content: center
}

.block_8 .right .form-block {
    background-color: #282a2f;
    width: 480px;
    padding: 55px 75px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15)
}

.block_8 .right .form-block p {
    display: flex;
    flex-direction: column
}

.block_8 .right .form-block p > span {
    display: block;
    margin-bottom: 18px
}

.block_8 .right .form-block .input {
    width: 100%;
    font-family: HelveticaNeueCyr, sans-serif;
    font-size: 18px;
    padding: 10px 20px;
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
    transition: .4s
}

.block_8 .right .form-block .input:focus, .block_8 .right .form-block .input:hover {
    border-color: #ff9600
}

.block_8 .right .form-block textarea {
    width: 100%;
    height: 135px;
    resize: none;
    font-family: HelveticaNeueCyr, sans-serif;
    font-size: 18px;
    padding: 10px 20px;
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
    transition: .4s
}

.block_8 .right .form-block textarea:hover {
    border-color: #ff9600
}

.footer {
    background-color: #292b2f;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    position: relative
}

.footer .container {
    display: flex;
    align-items: center;
    padding: 0 185px;
    height: 100px
}

.footer form {
    height: 100%
}

.footer form p {
    display: flex;
    height: 100%;
    align-items: center
}

.footer form p > span {
    position: relative;
    display: block;
    margin-right: 30px
}

.footer form p > span:last-child {
    margin-right: 0
}

.footer form .podskazka {
    position: absolute;
    left: 0;
    bottom: calc(100% + 3px);
    font-size: 12px;
    color: #fff;
    font-family: HelveticaNeueCyr, sans-serif;
    opacity: 0;
    transition: .4s;
    display: none
}

.footer form .input {
    height: 46px;
    padding: 0 20px;
    width: 275px;
    font-family: HelveticaNeueCyr, sans-serif;
    font-size: 18px;
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
    transition: .4s;
    transition: .4s
}

.footer form .input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .9)
}

.footer form .input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .9)
}

.footer form .input::-ms-input-placeholder {
    color: rgba(255, 255, 255, .9)
}

.footer form .input::placeholder {
    color: rgba(255, 255, 255, .9)
}

.footer form .input:focus + .podskazka {
    opacity: 1
}

.footer form .input:focus, .footer form .input:hover {
    border-color: #ff9600
}

.footer form .btn-sss {
    display: flex;
    align-items: center;
    height: 100%
}

.footer form .btn-sss:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    opacity: .5;
    width: 1px;
    height: 30px;
    transition: .4s
}

.footer form .btn-sss input {
    display: block;
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    position: relative;
    transition: .4s;
    padding: 41px 0 40px;
    background-color: transparent;
    border: none;
    color: rgba(255, 255, 255, .7)
}

.footer form .btn-sss:hover input {
    color: #ff9600
}

.footer form .btn-sss:hover:before {
    background-color: #ff9600
}

.footer .soc {
    display: flex;
    align-items: center;
    margin-left: 50px
}

.footer .soc a {
    display: block;
    max-width: 37px;
    height: 30px;
    margin-right: 30px
}

.footer .soc a:last-child {
    margin-right: 0
}

.footer .soc a svg {
    height: 100%
}

.footer .soc a svg * {
    fill: #fff;
    transition: .4s
}

.footer .soc a:hover * {
    fill: #ff9600
}

.footer .link {
    margin-left: auto;
    font-size: 18px;
    opacity: .9;
    color: #fff;
    transition: .4s;
    font-family: HelveticaNeueCyr, sans-serif
}

.footer .link:hover {
    color: #ff9600
}

.footer .created {
    width: 110px;
    height: 35px;
    margin-left: 40px
}

.footer .created svg {
    width: 100%;
    height: 100%
}

.footer .created svg * {
    fill: #fff;
    transition: .4s
}

.footer .created:hover * {
    fill: #ff9600
}

section {
    position: relative
}

.btn-down {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 50px;
    -webkit-transform: translateX(-50%) translateY(50%);
    transform: translateX(-50%) translateY(50%);
    width: 40px;
    height: 40px;
    cursor: pointer
}

.btn-down:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-75%) rotate(-45deg);
    transform: translateX(-50%) translateY(-75%) rotate(-45deg);
    width: 15px;
    height: 15px;
    border: 2px solid #212327;
    border-top: none;
    border-right: none;
    transition: .3s;
    transition-timing-function: linear;
    will-change: top
}

.btn-down.white:before {
    border-color: #fff
}

.btn-down:hover:before {
    top: 70%;
    border-color: #ff9600
}

.btn-up {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 40px;
    height: 40px;
    cursor: pointer
}

.btn-up:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-25%) rotate(-45deg);
    transform: translateX(-50%) translateY(-25%) rotate(-45deg);
    width: 15px;
    height: 15px;
    border: 2px solid #212327;
    border-bottom: none;
    border-left: none;
    transition: .3s;
    transition-timing-function: linear;
    will-change: top
}

.btn-up.white:before {
    border-color: #fff
}

.btn-up:hover:before {
    top: 30%;
    border-color: #ff9600
}

.menu-btn {
    position: absolute;
    z-index: 10000;
    left: 30px;
    top: 25px;
    width: 40px;
    height: 40px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    cursor: pointer;
    display: none !important
}

.menu-btn span {
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #212327;
    height: 2px;
    transition: .4s
}

.menu-btn span:nth-child(1) {
    width: 30px;
    -webkit-transform: translateY(calc(-50% - 10px));
    transform: translateY(calc(-50% - 10px))
}

.menu-btn span:nth-child(2) {
    width: 22.5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.menu-btn span:nth-child(3) {
    width: 15px;
    -webkit-transform: translateY(calc(-50% + 10px));
    transform: translateY(calc(-50% + 10px))
}

.menu-btn:hover span {
    width: 30px
}

.menu-btn.white span {
    background-color: #fff
}

.menu-btn.open span:nth-child(1) {
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

.menu-btn.open span:nth-child(2) {
    width: 22.5px;
    -webkit-transform: translateY(-50%) translateX(-150%);
    transform: translateY(-50%) translateX(-150%);
    opacity: 0
}

.menu-btn.open span:nth-child(3) {
    width: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg)
}

.menu-box {
    position: fixed;
    -webkit-transform: translateX(-102%);
    transform: translateX(-102%);
    z-index: 10001;
    left: 0;
    top: 0;
    background-color: #faf9f9;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    width: 100%;
    height: 100vh;
    padding-top: 150px;
    transition: 1s
}

.menu-box.open {
    -webkit-transform: none;
    transform: none
}

.menu-box.open li {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.menu-box.open li:nth-child(1) {
    transition-delay: .3s
}

.menu-box.open li:nth-child(2) {
    transition-delay: .4s
}

.menu-box.open li:nth-child(3) {
    transition-delay: .5s
}

.menu-box.open li:nth-child(4) {
    transition-delay: .6s
}

.menu-box.open li:nth-child(5) {
    transition-delay: .7s
}

.menu-box.open li:nth-child(6) {
    transition-delay: .8s
}

.menu-box.open li:nth-child(7) {
    transition-delay: .9s
}

.menu-box.open li:nth-child(8) {
    transition-delay: 1s
}

.menu-box li {
    padding-left: 240px;
    position: relative;
    cursor: pointer;
    margin-bottom: 40px;
    transition: .4s;
    transition-delay: 0s;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0
}

.menu-box li a {
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    color: rgba(33, 35, 39, .7);
    transition: .4s
}

.menu-box li:last-child {
    margin-bottom: 0
}

.menu-box li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 220px;
    height: 1px;
    background-color: #212327;
    opacity: .5;
    transition: .4s
}

.menu-box li.active {
    padding-left: 300px
}

.menu-box li.active a {
    color: #ff9600
}

.menu-box li.active:before {
    width: 280px;
    background-color: #ff9600
}

.menu-box li:hover a {
    color: #ff9600
}

.menu-box .exit-btn.hamburger2 {
    display: block !important;
    left: 20px;
    top: 20px;
    -webkit-transform: none !important;
    transform: none !important
}

.menu-box .hamburger2 {
    z-index: 10003;
    width: 40px;
    height: 24px;
    padding: 8px 0;
    cursor: pointer;
    position: fixed;
    left: 50px;
    top: 50px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.menu-box .hamburger2.is-active .hamburger-inner, .menu-box .hamburger2.is-active .hamburger-inner:after, .menu-box .hamburger2.is-active .hamburger-inner:before {
    background-color: #212327
}

.menu-box .hamburger2 {
    transition: .4s
}

.menu-box .hamburger2.none {
    opacity: 0;
    pointer-events: none
}

.menu-box .hamburger2.white .hamburger-inner, .menu-box .hamburger2.white .hamburger-inner:after, .menu-box .hamburger2.white .hamburger-inner:before {
    background-color: #fff
}

.menu-box .hamburger2.white.is-active .hamburger-inner, .menu-box .hamburger2.white.is-active .hamburger-inner:after, .menu-box .hamburger2.white.is-active .hamburger-inner:before {
    background-color: #fff
}

.btn-transform {
    border: 2px solid #212327;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    box-sizing: border-box
}

.btn-transform a, .btn-transform input {
    letter-spacing: .05em;
    margin: -2px !important;
    box-sizing: border-box;
    line-height: 1;
    padding: 23px 40px 21px;
    border: 2px solid #212327;
    -webkit-transform: translateX(10px) translateY(10px);
    transform: translateX(10px) translateY(10px);
    font-family: Montserrat, sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #212327 !important;
    text-transform: uppercase;
    transition: .6s !important;
    transition-delay: 0s !important;
    display: flex;
    align-items: center;
    text-decoration: none !important
}

.btn-transform a img, .btn-transform a svg, .btn-transform input img, .btn-transform input svg {
    width: 18px;
    min-width: 18px;
    height: 18px;
    margin-right: 10px
}

.btn-transform:hover a, .btn-transform:hover input {
    -webkit-transform: none;
    transform: none;
    background-color: #ff9600
}

.btn-transform.white {
    border-color: #fff
}

.btn-transform.white a, .btn-transform.white input {
    border-color: #fff;
    background-color: transparent !important;
    color: #fff !important
}

.btn-transform.white:hover a, .btn-transform.white:hover input {
    background-color: transparent
}

.popup-for-video {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: none;
    z-index: 99999
}

.popup-for-video .color {
    width: 100%;
    height: 60vh;
    max-height: 290px;
    mix-blend-mode: lighten;
    display: flex;
    justify-content: center
}

.popup-for-video .video-c {
    width: 100%;
    background: #222;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.popup-for-video .video-c video {
    width: 100%;
    height: 100%
}

.popup-for-video .exit-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.popup-for-video .exit-btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 25px;
    height: 2px;
    background-color: #212327;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transition: .4s
}

.popup-for-video .exit-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 25px;
    height: 2px;
    background-color: #212327;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transition: .4s
}

div.wpcf7 .ajax-loader {
    display: none !important
}

div.wpcf7-response-output {
    margin: 10px auto 0 !important;
    padding: 5px !important;
    color: #fff !important;
    text-align: center !important;
    font-size: 12px !important;
    font-family: HelveticaNeueCyr, sans-serif !important
}

span.wpcf7-not-valid-tip {
    position: absolute !important;
    left: 0 !important;
    top: calc(100% + 2px) !important;
    font-size: 11px !important;
    font-family: HelveticaNeueCyr, sans-serif !important
}

footer div.wpcf7-response-output {
    display: none !important
}

.slick-current {
    z-index: 999 !important
}

.hamburger {
    z-index: 10003;
    width: 40px;
    height: 24px;
    padding: 8px 0;
    cursor: pointer;
    position: fixed;
    left: 50px;
    top: 50px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.hamburger--spin .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .22s
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 40px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, background-color;
    border-radius: 4px;
    background-color: #212327
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px
}

.hamburger--spin .hamburger-inner:before {
    transition: top .1s ease-in .25s, opacity .1s ease-in, background-color 0.4s
}

.hamburger-inner:before {
    top: -10px
}

.hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: ""
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 30px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    border-radius: 4px;
    background-color: #212327
}

.hamburger--spin .hamburger-inner:after {
    transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .25s, width 0.3s, transform .22s cubic-bezier(.55, .055, .675, .19), -webkit-transform .22s cubic-bezier(.55, .055, .675, .19), color 0.4s;
}

.hamburger-inner:after {
    bottom: -10px
}

.hamburger--spin.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    /*transition: all 0.1s .12s cubic-bezier(.215, .61, .355, 1), width 0.4s 0s;*/
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
    background-color: #212327
}

.hamburger--spin.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s ease-out, opacity .1s ease-out .12s;
    opacity: 0
}

.hamburger--spin.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.hamburger {
    transition: .4s
}

.hamburger.none {
    opacity: 0;
    pointer-events: none
}

.hamburger.white .hamburger-inner, .hamburger.white .hamburger-inner:after, .hamburger.white .hamburger-inner:before {
    background-color: #fff
}

.hamburger.white.is-active .hamburger-inner, .hamburger.white.is-active .hamburger-inner:after, .hamburger.white.is-active .hamburger-inner:before {
    background-color: #fff
}

.page-history {
    position: relative;
    width: 100vw;
    height: 100vh
}

.hamburger-inner{
    width: 22.5px;
}
.hamburger-inner:after{
    width: 15px;
}
.hamburger:hover .hamburger-inner,
.is-active .hamburger-inner{
    width: 30px;
}
.hamburger:hover .hamburger-inner:after,
.is-active .hamburger-inner:after{
    width: 30px;
}


.page-history * {
    font-family: HelveticaNeueCyr, sans-serif
}

.page-history .hist-block {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 90%;
    height: 80vh;
    background-color: #f7f7f7;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    display: flex
}

.page-history .left {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 50px
}

.page-history .left span {
    display: block;
    width: 1px;
    height: 0;
    background-color: #212327;
    transition: .4s;
    margin-left: 22px
}

.page-history .left .date-item.open + span, .page-history .left .date-item2.open + span {
    height: 100%
}

.page-history .left .date-item, .page-history .left .date-item2 {
    font-size: 20px;
    white-space: nowrap;
    transition: .4s;
    cursor: pointer;
    padding: 15px 0
}

.page-history .left .date-item.open, .page-history .left .date-item2.open {
    color: #ff9600
}

.page-history .left .date-item2:hover, .page-history .left .date-item:hover {
    color: #ff9600
}

.page-history .left .btn-next {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: relative
}

.page-history .left .btn-next:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-75%) rotate(-45deg) scale(1.1);
    transform: translateX(-50%) translateY(-75%) rotate(-45deg) scale(1.1);
    width: 15px;
    height: 15px;
    border: 1px solid #212327;
    border-top: none;
    border-right: none;
    transition: .4s
}

.page-history .left .btn-next.white:before {
    border-color: #fff
}

.page-history .left .btn-next:hover:before {
    top: 70%;
    border-color: #ff9600
}

.page-history .left .btn-prev {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: relative
}

.page-history .left .btn-prev:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-75%) rotate(-45deg) scale(1.1);
    transform: translateX(-50%) translateY(-75%) rotate(-45deg) scale(1.1);
    width: 15px;
    height: 15px;
    border: 1px solid #212327;
    border-bottom: none;
    border-left: none;
    transition: .4s
}

.page-history .left .btn-prev.white:before {
    border-color: #fff
}

.page-history .left .btn-prev:hover:before {
    top: 30%;
    border-color: #ff9600
}

.page-history .right {
    width: 100%;
    padding: 50px 50px 50px 0
}

.page-history .right h2 {
    font-size: 3.75vw;
    font-family: Montserrat, sans-serif
}

.page-history .right ul {
    padding-left: 40px
}

.page-history .right .info {
    margin-bottom: 20px;
    list-style: disc
}

.page-history .right .info p {
    font-size: 26px
}

.page-history .right .dates {
    position: relative;
    height: 100%
}

.page-history .right .box.anim {
    position: absolute;
    display: block !important;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.page-history .right .box.anim .info {
    opacity: 0;
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
    pointer-events: none;
    transition: .4s;
    transition-delay: 0s
}

.page-history .right .box.anim.open .info {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: .7s
}

.page-history .right .box.anim.open .info:nth-child(2) {
    transition-delay: .15s
}

.page-history .right .box.anim.open .info:nth-child(3) {
    transition-delay: .3s
}

.page-history .right .box.anim.open .info:nth-child(4) {
    transition-delay: .45s
}

.page-history .right .box.anim.open .info:nth-child(5) {
    transition-delay: .6s
}

.page-history .right .box.anim.open .info:nth-child(6) {
    transition-delay: .75s
}

.page-history .right .box.anim.open .info:nth-child(7) {
    transition-delay: .9s
}

.page-history .right .box.anim.open .info:nth-child(8) {
    transition-delay: 1.05s
}

.page-history .right .box.anim.open .info:nth-child(9) {
    transition-delay: 1.2s
}

.page-history .right .box.anim.open .info:nth-child(10) {
    transition-delay: 1.35s
}

.page-history .right .box {
    display: none;
    overflow: hidden
}

.page-history .right .box.open {
    display: block
}

.page-blog {
    padding: 200px 0 0
}

.page-blog .container {
    width: calc(100% - 200px);
    max-width: 1200px;
    margin: 0 auto
}

.header-blog {
    margin-bottom: 40px
}

.header-blog .container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header-blog .filers {
    display: flex;
    align-items: center
}

.header-blog .select {
    position: relative;
    margin-right: 10px
}

.header-blog .select:last-child {
    margin-right: 0
}

.header-blog .select:before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateX(50%) translateY(-75%) rotate(45deg);
    transform: translateX(50%) translateY(-75%) rotate(45deg);
    width: 10px;
    height: 10px;
    border: 2px solid #212327;
    border-left: none;
    border-top: none
}

.header-blog select {
    padding: 10px 40px 10px 20px;
    cursor: pointer;
    font-size: 18px;
    font-family: HelveticaNeueCyr, sans-serif;
    border: 2px solid #212327;
    background: 0 0
}

.blog-blog .row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

.blog-blog .row .box {
    display: block;
    width: calc(33.333% - 33.333px);
    margin-right: 50px;
    margin-bottom: 50px
}

.blog-blog .row .box .in {
    display: block;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    transition: .4s
}

.blog-blog .row .box .in:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .35)
}

.blog-blog .row .box .in:last-child {
    margin-right: 0
}

.blog-blog .row .box .in img {
    width: 100%;
    height: 460px;
    -o-object-fit: cover;
    object-fit: cover
}

.blog-blog .row .box .in .txt {
    padding: 20px
}

.blog-blog .row .box .in .txt h3 {
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    color: #212327;
    margin-bottom: 15px
}

.blog-blog .row .box .in .txt .date {
    font-size: 18px;
    color: #212327;
    opacity: .4;
    font-family: HelveticaNeueCyr, sans-serif
}

.sub-blog {
    margin-bottom: 50px
}

.sub-blog .subscribe-ff {
    background-color: #292b2f;
    padding: 50px 50px 50px 75px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 840px
}

.sub-blog .subscribe-ff p {
    font-size: 18px;
    font-family: HelveticaNeueCyr, sans-serif;
    color: #fff;
    margin-bottom: 0 !important
}

.sub-blog .subscribe-ff .for-btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: 2px solid #fff;
    margin-left: 50px
}

.sub-blog .subscribe-ff .for-btn:hover .btn-sub {
    -webkit-transform: none;
    transform: none;
    background-color: #ff9600;
    color: #292b2f;
    border-color: #ff9600
}

.sub-blog .subscribe-ff .btn-sub {
    margin: -2px;
    padding: 20px 40px;
    border: 2px solid #fff;
    background-color: transparent;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-family: Montserrat, sans-serif;
    position: relative;
    z-index: 2;
    text-decoration: none;
    -webkit-transform: translateX(10px) translateY(10px);
    transform: translateX(10px) translateY(10px);
    transition: .4s
}

.sub-blog .subscribe-ff .btn-sub svg {
    min-width: 18px;
    height: 18px;
    margin-right: 10px
}

.sub-blog .subscribe-ff .btn-sub svg * {
    fill: #35373a
}

.header .top {
    position: absolute;
    left: calc((100% - 1200px) / 2);
    top: 0
}

.header .top .top-menu ul {
    display: flex
}

.header .top .top-menu li {
    margin-right: 120px
}

.header .top .top-menu li:last-child {
    margin-right: 0
}

.header .top .top-menu a {
    display: block;
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    color: rgba(33, 35, 39, .7);
    text-transform: uppercase;
    position: relative;
    transition: .4s;
    padding: 40px 0 0
}

.header .top .top-menu a:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #212327;
    opacity: .5;
    width: 1px;
    height: 20px;
    transition: .4s
}

.header .top .top-menu a:hover {
    color: #ff9600;
    padding-top: 50px
}

.header .top .top-menu a:hover:before {
    background-color: #ff9600;
    height: 40px
}

.header .left {
    position: absolute;
    top: 200px;
    left: 0;
    width: 100px
}

.header .left.languages ul {
    display: flex;
    flex-direction: column
}

.header .left.languages li {
    margin-bottom: 80px
}

.header .left.languages li:last-child {
    margin-bottom: 0;
    margin-right: 0
}

.header .left.languages li.wpml-ls-current-language span, .header .left.languages li:hover span {
    padding-left: 50px;
    color: #ff9600
}

.header .left.languages li.wpml-ls-current-language span:before, .header .left.languages li:hover span:before {
    width: 40px;
    background-color: #ff9600
}

.header .left.languages span {
    display: block;
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    color: rgba(33, 35, 39, .7);
    text-transform: uppercase;
    position: relative;
    transition: .4s;
    width: 100%;
    padding-left: 30px
}

.header .left.languages span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #212327;
    opacity: .5;
    width: 20px;
    height: 1px;
    transition: .4s
}

.header .left.languages span:hover {
    color: #ff9600
}

.page-single {
    padding: 200px 0 0
}

.page-single .container {
    width: calc(100% - 200px);
    max-width: 1200px;
    margin: 0 auto
}

.page-single .subscribe-ff {
    background-color: #292b2f;
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
    padding: 50px 50px 50px 75px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.page-single .subscribe-ff p {
    color: #fff;
    margin-bottom: 0 !important
}

.page-single .subscribe-ff .for-btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: 2px solid #fff;
    margin-left: 50px
}

.page-single .subscribe-ff .for-btn:hover .btn-sub {
    -webkit-transform: none;
    transform: none;
    background-color: #ff9600;
    color: #292b2f;
    border-color: #ff9600
}

.page-single .subscribe-ff .btn-sub {
    margin: -2px;
    padding: 20px 40px;
    border: 2px solid #fff;
    background-color: transparent;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-family: Montserrat, sans-serif;
    position: relative;
    z-index: 2;
    text-decoration: none;
    -webkit-transform: translateX(10px) translateY(10px);
    transform: translateX(10px) translateY(10px);
    transition: .4s
}

.page-single .subscribe-ff .btn-sub svg {
    min-width: 18px;
    height: 18px;
    margin-right: 10px
}

.page-single .subscribe-ff .btn-sub svg * {
    fill: #35373a
}

.single-content .container {
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    padding: 100px 150px 60px;
    background-color: #fff
}

.single-content .title_2 {
    margin-bottom: 20px
}

.single-content .date {
    font-size: 18px;
    color: #212327;
    opacity: .4;
    font-family: HelveticaNeueCyr, sans-serif;
    margin-bottom: 20px
}

.single-content .share {
    display: flex;
    align-items: center;
    margin-bottom: 40px
}

.single-content .share a {
    display: block;
    width: 35px;
    height: 35px;
    margin-right: 30px
}

.single-content .share a.active svg * {
    fill: #ff9600
}

.single-content .share a svg {
    width: 100%;
    height: 100%
}

.single-content .share a svg * {
    fill: #7d7e80;
    transition: .4s
}

.single-content .share a:hover svg * {
    fill: #ff9600
}

.txt-content > * {
    margin-bottom: 40px
}

.txt-content > :last-child {
    margin-bottom: 0
}

.txt-content ul {
    padding-left: 20px
}

.txt-content ul li {
    list-style: disc
}

.txt-content ol {
    padding-left: 20px
}

.txt-content ol li {
    list-style: decimal
}

.txt-content div, .txt-content font, .txt-content li, .txt-content p, .txt-content span {
    font-size: 18px;
    line-height: 1.2;
    color: #212327;
    font-family: HelveticaNeueCyr, sans-serif
}

.txt-content img {
    display: block;
    margin: 0 auto;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.txt-content iframe {
    display: block;
    margin: 0 auto;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    height: 440px
}

.txt-content a {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    text-decoration: underline;
    transition: .4s
}

.txt-content a:hover {
    color: #ff9600
}

.txt-content b, .txt-content strong {
    font-size: inherit;
    font-family: inherit;
    font-weight: 700;
    color: inherit
}

.other-blog {
    padding-top: 80px;
    padding-bottom: 80px
}

.other-blog h2 {
    margin-bottom: 70px;
    text-align: center
}

.other-blog .row {
    display: flex
}

.other-blog .row .box {
    display: block;
    width: calc(33.333% - 33.333px);
    margin-right: 50px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    transition: .4s
}

.other-blog .row .box:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .35)
}

.other-blog .row .box:last-child {
    margin-right: 0
}

.other-blog .row .box img {
    width: 100%;
    height: 460px;
    -o-object-fit: cover;
    object-fit: cover
}

.other-blog .row .box .txt {
    padding: 20px
}

.other-blog .row .box .txt h3 {
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    color: #212327;
    margin-bottom: 15px
}

.other-blog .row .box .txt .date {
    font-size: 18px;
    color: #212327;
    opacity: .4;
    font-family: HelveticaNeueCyr, sans-serif
}

.other-blog .to-all {
    margin-top: 40px
}

.popup.share {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    background-color: #f7f7f7;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    opacity: 0;
    pointer-events: none;
    transition: .4s
}

.popup.share.open {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.popup.share .cont {
    display: flex;
    align-items: center;
    padding: 50px
}

.popup.share .exit-btn {
    width: 30px;
    height: 30px;
    background-color: #f7f7f7;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    -webkit-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 99px;
    cursor: pointer
}

.popup.share .exit-btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    width: 20px;
    height: 2px;
    background-color: #212327
}

.popup.share .exit-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    width: 20px;
    height: 2px;
    background-color: #212327
}

.popup.share a {
    width: 40px;
    height: 40px;
    margin-right: 20px
}

.popup.share a svg {
    width: 100%;
    height: 100%
}

.popup.share a svg * {
    fill: #212327;
    transition: .4s
}

.popup.share a:hover * {
    fill: #ff9600
}

.popup.thanks {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    background-color: #f7f7f7;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    opacity: 0;
    pointer-events: none;
    transition: .4s;
    width: 90%;
    max-width: 660px
}

.popup.thanks.open {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.popup.thanks .cont {
    display: flex;
    align-items: center;
    padding: 50px
}

.popup.thanks .cont p {
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-family: HelveticaNeueCyr
}

.popup.thanks .exit-btn {
    width: 30px;
    height: 30px;
    background-color: #f7f7f7;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    -webkit-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 99px;
    cursor: pointer
}

.popup.thanks .exit-btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    width: 20px;
    height: 2px;
    background-color: #212327
}

.popup.thanks .exit-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    width: 20px;
    height: 2px;
    background-color: #212327
}

.popup.thanks a {
    width: 40px;
    height: 40px;
    margin-right: 20px
}

.popup.thanks a svg {
    width: 100%;
    height: 100%
}

.popup.thanks a svg * {
    fill: #212327;
    transition: .4s
}

.popup.thanks a:hover * {
    fill: #ff9600
}

@media screen and (min-width: 440px) and (max-height: 500px) {
    .block_1 .wrapper p {
        max-width: 200px
    }

    .block_1 .wrapper .img img.mob {
        position: absolute;
        right: 0;
        bottom: 0;
        height: calc(100vh - 50px);
        width: unset !important
    }
}

@media screen and (min-width: 501px) {
    .block_5 .left .img-m {
        display: none
    }
}

@media screen and (min-width: 769px) {
    .block_1 .bottom.socials a:hover {
        padding-bottom: 50px
    }

    .block_1 .bottom.socials a:hover:before {
        background-color: #ff9600;
        height: 40px
    }

    .block_3 .wrapper .tabs-bodies .box > h2 {
        display: none !important
    }
}

@media screen and (min-width: 931px) {
    .blog-blog .row .box:nth-child(1) {
        margin-top: 150px
    }

    .blog-blog .row .box:nth-child(2) {
        margin-top: 50px
    }

    .blog-blog .row .box:nth-child(3) {
        margin-top: 100px
    }

    .blog-blog .row .box:nth-child(5) {
        margin-top: -100px
    }

    .blog-blog .row .box:nth-child(6) {
        margin-top: -50px
    }

    .blog-blog .row .box:nth-child(3n) {
        margin-right: 0
    }

    .sub-blog {
        margin-top: -150px
    }

    .last {
        margin-bottom: -100px
    }
}

@media screen and (min-width: 1024px) {
    .block_5 .left {
        min-height: calc(100vh - 80px - 10vw)
    }
}

@media screen and (min-width: 1025px) {
    .block_4-mob {
        display: none !important
    }

    .block_6 .wrapper-2 .box:hover img {
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }
}

@media screen and (min-width: 1201px) {
    .slider-max {
        height: 100vh
    }

    .slider-max .slick-list {
        height: 100vh
    }

    .menu-box .exit-btn.hamburger2 {
        display: none !important
    }

    .slick-slide {
        transition: .3s !important;
        transition-delay: 1.2s !important
    }

    .block_1 .wrapper .img img {
        transition: .5s
    }

    .block_1:before {
        transition: 1s;
        transition-delay: .4s
    }

    .block_1 .wrapper {
        transition: 1s;
        transition-delay: .4s;
        width: 100%;
        margin-left: auto
    }

    .block_1 .title_1 div {
        display: block;
        overflow: hidden
    }

    .block_1 .title_1 div:nth-child(1) span {
        transition-delay: 1.4s
    }

    .block_1 .title_1 div:nth-child(2) span {
        transition-delay: 1.55s
    }

    .block_1 .title_1 span {
        display: block;
        transition: .5s;
        -webkit-transform: none;
        transform: none
    }

    .block_1 .title_1 span:nth-child(1) {
        line-height: 1.2
    }

    .block_1 .title_1 + div {
        display: block;
        overflow: hidden
    }

    .block_1 .title_1 + div p {
        transition: .5s;
        transition-delay: 1.7s
    }

    .block_1 .wrapper .btn-transform {
        transition: all .4s, opacity .7s 2s, -webkit-transform .7s 2s !important;
        transition: all .4s, opacity .7s 2s, transform .7s 2s !important;
        transition: all .4s, opacity .7s 2s, transform .7s 2s, -webkit-transform .7s 2s !important
    }

    .block_1 .top {
        transition: .6s;
        transition-delay: 2.2s
    }

    .block_1 .left {
        transition: .6s;
        transition-delay: 2.4s
    }

    .block_1 .bottom {
        transition: .6s;
        transition-delay: 2.6s
    }

    .block_1.close:before {
        width: 0;
        height: 0;
        transition-delay: .4s
    }

    .block_1.close .wrapper .img img {
        opacity: 0;
        transition-delay: 1s
    }

    .block_1.close .wrapper {
        padding-left: 0;
        width: 0;
        transition: .6s;
        transition-delay: .4s
    }

    .block_1.close .wrapper .txt {
        z-index: 0 !important
    }

    .block_1.close .title_1 span {
        -webkit-transform: translateY(102%);
        transform: translateY(102%)
    }

    .block_1.close div p {
        -webkit-transform: translateY(102%);
        transform: translateY(102%)
    }

    .block_1.close .wrapper .btn-transform {
        -webkit-transform: translateX(-50px) translateY(-50%);
        transform: translateX(-50px) translateY(-50%);
        opacity: 0;
        transition: all .4s 0s !important
    }

    .block_1.close .top {
        -webkit-transform: translateY(-102%);
        transform: translateY(-102%);
        transition-delay: 0s
    }

    .block_1.close .left {
        -webkit-transform: translateX(-102%);
        transform: translateX(-102%);
        transition-delay: 0s
    }

    .block_1.close .bottom {
        -webkit-transform: translateY(102%);
        transform: translateY(102%);
        transition-delay: 0s
    }

    .block_2 .deco {
        transition: .5s
    }

    .block_2 .deco:after, .block_2 .deco:before {
        transition: 1s
    }

    .block_2 p {
        transition: .8s
    }

    .block_2.close p {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0
    }

    .block_2.close .deco {
        width: 0
    }

    .block_2.close .deco:before {
        -webkit-transform: none !important;
        transform: none !important
    }

    .block_2.close .deco:after {
        -webkit-transform: none !important;
        transform: none !important
    }

    .block_3 .title-top:before {
        transition: 1s
    }

    .block_3 .title_1 {
        overflow: hidden
    }

    .block_3 .title_1 span {
        display: block;
        transition: .5s;
        transition-delay: .4s
    }

    .block_3 .wrapper .tabs-headers .title:nth-child(1) {
        transition: all .4s, -webkit-transform .7s 1.8s;
        transition: all .4s, transform .7s 1.8s;
        transition: all .4s, transform .7s 2.8s, -webkit-transform .7s 1.8s
    }

    .block_3 .wrapper .tabs-headers .title:nth-child(2) {
        transition: all .4s, -webkit-transform .7s 2.0s;
        transition: all .4s, transform .7s 2.0s;
        transition: all .4s, transform .7s 2.0s, -webkit-transform .7s 2.0s
    }

    .block_3 .wrapper .tabs-headers .title:nth-child(3) {
        transition: all .4s, -webkit-transform .7s 2.2s;
        transition: all .4s, transform .7s 2.2s;
        transition: all .4s, transform .7s 2.2s, -webkit-transform .7s 2.2s
    }

    .block_3 .wrapper .tabs-headers .title:nth-child(4) {
        transition: all .4s, -webkit-transform .7s 2.4s;
        transition: all .4s, transform .7s 2.4s;
        transition: all .4s, transform .7s 2.4s, -webkit-transform .7s 2.4s
    }

    .block_3 .wrapper .tabs-headers .title:nth-child(5) {
        transition: all .4s, -webkit-transform .7s 2.6s;
        transition: all .4s, transform .7s 2.6s;
        transition: all .4s, transform .7s 2.6s, -webkit-transform .7s 2.6s
    }

    .block_3 .tabs-bodies {
        margin-left: auto;
        transition: 1s !important;
        transition-delay: .9s !important
    }

    .block_3 .wrapper .tabs-bodies .box.active .title_2 span {
        display: block;
        transition: all .8s, opacity .8s 1.9s !important
    }

    .block_3 .wrapper .tabs-bodies .row {
        transition: .5s;
        transition-delay: 2.1s
    }

    .block_3.close .title-top:before {
        width: 0;
        transition-delay: .5s
    }

    .block_3.close .title_1 span {
        -webkit-transform: translateY(102%);
        transform: translateY(102%);
        transition-delay: 0s
    }

    .block_3.close .wrapper .tabs-headers .title:nth-child(1) {
        -webkit-transform: translateX(-102%);
        transform: translateX(-102%);
        transition-delay: .5s
    }

    .block_3.close .wrapper .tabs-headers .title:nth-child(2) {
        -webkit-transform: translateX(-102%);
        transform: translateX(-102%);
        transition-delay: .5s
    }

    .block_3.close .wrapper .tabs-headers .title:nth-child(3) {
        -webkit-transform: translateX(-102%);
        transform: translateX(-102%);
        transition-delay: .5s
    }

    .block_3.close .wrapper .tabs-headers .title:nth-child(4) {
        -webkit-transform: translateX(-102%);
        transform: translateX(-102%);
        transition-delay: .5s
    }

    .block_3.close .wrapper .tabs-headers .title:nth-child(5) {
        -webkit-transform: translateX(-102%);
        transform: translateX(-102%);
        transition-delay: .5s
    }

    .block_3.close .tabs-bodies {
        -webkit-transform: translateX(102%);
        transform: translateX(102%);
        transition: .5s !important;
        transition-delay: .5s !important
    }

    .block_3.close .wrapper .tabs-bodies .box.active .title_2 span {
        opacity: 0;
        transition: all .8s, opacity .8s 0s !important
    }

    .block_3.close .wrapper .tabs-bodies .row {
        opacity: 0;
        transition-delay: 0s
    }

    .block_4 {
        opacity: 1;
        transition: .8s
    }

    .block_4 .wrapper .info h2 {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        transition: .5s;
        transition-delay: .5s
    }

    .block_4 .wrapper .info p {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        transition: .5s;
        transition-delay: .7s
    }

    .block_4 .wrapper .info .play-btn {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        transition: all .4s, opacity .5s .9s, -webkit-transform .5s .9s;
        transition: all .4s, transform .5s .9s, opacity .5s .9s;
        transition: all .4s, transform .5s .9s, opacity .5s .9s, -webkit-transform .5s .9s
    }

    .block_4 .wrapper .info .to-blog {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        transition: all .4s 0s, opacity .5s 1.1s, -webkit-transform .5s 1.1s;
        transition: all .4s 0s, transform .5s 1.1s, opacity .5s 1.1s;
        transition: all .4s 0s, transform .5s 1.1s, opacity .5s 1.1s, -webkit-transform .5s 1.1s
    }

    .block_4.close {
        opacity: 0;
        transition-delay: 0.9s
    }

    .block_4.close .wrapper .info h2 {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
        transition-delay: 0s
    }

    .block_4.close .wrapper .info p {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
        transition-delay: 0.2s
    }

    .block_4.close .wrapper .info .play-btn {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
        transition-delay: 0.4s
    }

    .block_4.close .wrapper .info .to-blog {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
        transition: all .4s 0s, opacity .5s 0.6s, -webkit-transform .5s 0.6s !important;
        transition: all .4s 0s, transform .5s 0.6, opacity .5s 0.6s !important;
        transition: all .4s 0s, transform .5s 0.6s, opacity .5s 0.6s, -webkit-transform .5s 0.6s !important
    }

    .block_5 {
        position: relative
    }

    .block_5:before {
        transition: .5s !important
    }

    .block_5 .left {
        position: relative;
        overflow: hidden;
        transition: all 0s, box-shadow .5s 1.2s;
        transition-delay: 1.2s !important
    }

    .block_5 .left:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #f4f4f3;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        transition: width .7s .5s, -webkit-transform .7s 1.2s !important;
        transition: width .7s .5s, transform .7s 1.2s !important;
        transition: width .7s .5s, transform .7s 1.2s, -webkit-transform .7s 1.2s !important;
        opacity: 1 !important;
        z-index: 5
    }

    .block_5 .left > * {
        transition: all .4s, opacity .4s 1.2s !important
    }

    .block_5 .img {
        position: relative
    }

    .block_5 .img .dfjk {
        transition: .4s !important;
        transition-delay: 1.2s !important;
        overflow: hidden
    }

    .block_5 .img .wimg {
        overflow: hidden !important
    }

    .block_5 .img .wimg:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #f4f4f3;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        transition: width .7s .5s, -webkit-transform .7s 1.2s !important;
        transition: width .7s .5s, transform .7s 1.2s !important;
        transition: width .7s .5s, transform .7s 1.2s, -webkit-transform .7s 1.2s !important;
        opacity: 1 !important;
        z-index: 5
    }

    .block_5 .right .img .rect span:nth-child(1) {
        transition: .4s;
        transition-delay: 1.9s
    }

    .block_5 .right .img .rect span:nth-child(2) {
        transition: .4s;
        transition-delay: 1.9s
    }

    .block_5 .right .img .rect span:nth-child(3) {
        transition: .4s;
        transition-delay: 2.3s
    }

    .block_5 .right .img .rect span:nth-child(4) {
        transition: .4s;
        transition-delay: 2.3s
    }

    .block_5 .title_1 {
        transition: .4s;
        transition-delay: 1.6s
    }

    .block_5.close:before {
        transition-delay: .5s !important;
        width: 0
    }

    .block_5.close .left {
        background-color: transparent;
        box-shadow: none;
        transition-delay: .5s !important
    }

    .block_5.close .left:before {
        width: 0;
        -webkit-transform: none;
        transform: none;
        transition: width .5s .5s, -webkit-transform .5s !important;
        transition: width .5s .5s, transform .5s !important;
        transition: width .5s .5s, transform .5s, -webkit-transform .5s !important
    }

    .block_5.close .left > * {
        transition: opacity 0s .5s !important;
        opacity: 0
    }

    .block_5.close .img .dfjk {
        transition: 0s !important;
        transition-delay: .5s !important;
        opacity: 0
    }

    .block_5.close .wimg:before {
        width: 0;
        -webkit-transform: none;
        transform: none;
        transition: width .5s .5s, -webkit-transform .5s !important;
        transition: width .5s .5s, transform .5s !important;
        transition: width .5s .5s, transform .5s, -webkit-transform .5s !important
    }

    .block_5.close .rect {
        opacity: 0;
        transition-delay: 0s
    }

    .block_5.close .right .img .rect span:nth-child(1) {
        width: 0;
        transition: .2s;
        transition-delay: 0s
    }

    .block_5.close .right .img .rect span:nth-child(2) {
        height: 0;
        transition: .2s;
        transition-delay: 0s
    }

    .block_5.close .right .img .rect span:nth-child(3) {
        height: 0;
        transition: .2s;
        transition-delay: .2s
    }

    .block_5.close .right .img .rect span:nth-child(4) {
        width: 0;
        transition: .2s;
        transition-delay: .2s
    }

    .block_5.close .title_1 {
        opacity: 0;
        transition-delay: 0s
    }

    .block_6 .wrapper-1 .main-cont {
        transition: all .4s, width .6s, padding .6s
    }

    .block_6 .wrapper-1 h2 {
        transition: all .4s, -webkit-transform .4s .5s;
        transition: all .4s, transform .4s .5s;
        transition: all .4s, transform .4s .5s, -webkit-transform .4s .5s
    }

    .block_6 .wrapper-2 {
        transition: all .5s 0s, left .4s .5s !important
    }

    .block_6 .wrapper-1 .video {
        transition: all .4s, opacity .7s 1s, -webkit-transform .7s 1s;
        transition: all .4s, transform .7s 1s, opacity .7s 1s;
        transition: all .4s, transform .7s 1s, opacity .7s 1s, -webkit-transform .7s 1s
    }

    .block_6 .wrapper-1 .txt {
        transition: all .4s, opacity .7s 1.2s, -webkit-transform .7s 1.2s;
        transition: all .4s, transform .7s 1.2s, opacity .7s 1.2s;
        transition: all .4s, transform .7s 1.2s, opacity .7s 1.2s, -webkit-transform .7s 1.2s
    }

    .block_6.close .wrapper-1 h2 {
        -webkit-transform: translateX(140%) rotate(90deg) translateY(100%);
        transform: translateX(140%) rotate(90deg) translateY(100%);
        transition: .5s .5s !important
    }

    .block_6.close .wrapper-1 .main-cont {
        padding: 0;
        width: 0;
        transition: .5s 1s !important
    }

    .block_6.close .wrapper-1 .video {
        -webkit-transform: translateY(70px);
        transform: translateY(70px);
        opacity: 0;
        transition: .5s !important
    }

    .block_6.close .wrapper-1 .txt {
        -webkit-transform: translateY(70px);
        transform: translateY(70px);
        opacity: 0;
        transition: .5s !important
    }

    .block_6.close .wrapper-2 {
        left: 160px;
        transition: .5s .5s !important
    }

    .block_7 .left {
        margin-right: auto;
        transition: .7s
    }

    .block_7 .left > * {
        transition: .7s;
        transition-delay: .7s
    }

    .block_7 .right:before {
        transition: .5s
    }

    .block_7 .right .img .img-cont {
        overflow: hidden !important
    }

    .block_7 .right .img .img-cont:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #f4f4f3;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        transition: width .7s 1.4s, -webkit-transform .7s 2.1s !important;
        transition: width .7s 1.4s, transform .7s 2.1s !important;
        transition: width .7s 1.4s, transform .7s 2.1s, -webkit-transform .7s 2.1s !important;
        opacity: 1 !important;
        z-index: 5
    }

    .block_7 .right .img img {
        transition: .1s;
        transition-delay: 2.1s
    }

    .block_7 .right .img .rect {
        transition: opacity .5s 2.8s
    }

    .block_7 .right .img p {
        z-index: 3;
        transition: opacity .5s 2.8s
    }

    .block_7.close .left {
        width: 0;
        padding: 0;
        transition: .5s;
        transition-delay: .5s
    }

    .block_7.close .left > * {
        opacity: 0;
        transition: .5s;
        transition-delay: 0s
    }

    .block_7.close .right:before {
        width: 0
    }

    .block_7.close .right .img .rect {
        opacity: 0;
        transition: .5s;
        transition-delay: 0s
    }

    .block_7.close .right .img p {
        opacity: 0;
        transition: .5s;
        transition-delay: 0s
    }

    .block_7.close .right .img img {
        opacity: 0;
        transition: .1s;
        transition-delay: .5s
    }

    .block_7.close .right .img .img-cont:after {
        width: 0;
        -webkit-transform: none;
        transform: none;
        transition: width .5s .5s, -webkit-transform .5s !important;
        transition: width .5s .5s, transform .5s !important;
        transition: width .5s .5s, transform .5s, -webkit-transform .5s !important
    }

    .block_8 .left {
        transition: .7s
    }

    .block_8 .right .form-block {
        transition: .5s;
        transition-delay: .5s
    }

    .block_8 .right .form-block form {
        transition: .5s;
        transition-delay: 1s
    }

    .block_8 .footer {
        transition: .5s;
        transition-delay: .5s
    }

    .block_8.close .left {
        opacity: 0
    }

    .block_8.close .right .form-block {
        width: 0;
        padding: 0;
        transition-delay: .5s
    }

    .block_8.close .right .form-block form {
        opacity: 0;
        transition-delay: 0s
    }

    .block_8.close .footer {
        -webkit-transform: translateY(102%);
        transform: translateY(102%)
    }

    section .btn-down, section .btn-up {
        transition: all .5s, opacity .5s 1s
    }

    section.close .btn-down, section.close .btn-up {
        opacity: 0;
        transition: .5s
    }
}

@media screen and (min-width: 1441px) {
    .block_6 .wrapper-2 .box:nth-child(5n) {
        margin-right: 0
    }
}

@media screen and (max-width: 1920px) {
    .title_1 {
        font-size: 5.052vw
    }

    .title_2 {
        font-size: 3.5vw
    }

    .block_1 .wrapper p {
        font-size: 1.719vw
    }
}

@media screen and (max-width: 1790px) {
    .block_5 {
        padding: 0 100px
    }
}

@media screen and (max-width: 1680px) {
    .block_1 .wrapper .btn-transform {
        -webkit-transform: translateX(50px) translateY(-50%);
        transform: translateX(50px) translateY(-50%)
    }

    .block_5 .left {
        width: calc(63.5% - 40px);
        padding: 30px
    }

    .block_5 .right {
        width: calc(36.5% - 40px)
    }

    .block_5 .right .img {
        width: 100%;
        height: 44.048vw;
        max-height: calc(100vh - 120px)
    }

    .block_5 .right .img .rect {
        height: 100%
    }

    .block_6 .wrapper-2 .row {
        overflow: hidden auto
    }

    .block_7 .left {
        padding-left: 100px
    }
}

@media screen and (max-width: 1610px) {
    .block_7 .right .img {
        width: 250px;
        height: 250px
    }
}

@media screen and (max-width: 1600px) {
    .block_2 {
        padding: 150px 50px
    }

    .block_2 .deco {
        width: 100px;
        height: 100px
    }

    .block_2 .deco.top {
        left: 100px !important;
        top: 100px !important
    }

    .block_2 .deco.top span:nth-child(1) {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    .block_2 .deco.top span:nth-child(2) {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    .block_2 .deco.bottom {
        right: 100px !important;
        bottom: 100px !important
    }

    .block_2 .deco.bottom span:nth-child(1) {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    .block_2 .deco.bottom span:nth-child(2) {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    .block_2 p {
        /*max-width: 700px*/
    }

    .block_3 .wrapper .tabs-bodies .box .title_2 {
        padding-left: 200px
    }

    .block_3 .wrapper .tabs-bodies .item .date {
        width: 200px
    }

    .block_6 .wrapper-2 {
        -webkit-transform: translateX(calc(100% - 150px)) translateY(calc(100% - 150px));
        transform: translateX(calc(100% - 150px)) translateY(calc(100% - 150px))
    }

    .page-blog {
        padding-top: 100px
    }

    .page-single {
        padding-top: 100px
    }
}

@media screen and (max-width: 1550px) {
    .block_1 .wrapper .btn-transform a {
        font-size: 20px !important;
        padding: 35px 20px;
        width: 60px
    }

    .block_2 p {
        font-size: 24px;
        max-width: 700px;
    }

    .menu-box {
        padding-top: 110px
    }
}

@media screen and (max-width: 1500px) {
    .block_3 .wrapper .tabs-headers .title {
        margin-bottom: 35px
    }

    .block_3 .wrapper .tabs-bodies .box .left {
        padding: 135px 30px 30px
    }

    .block_3 .wrapper .tabs-bodies .box .left .date-item, .block_3 .wrapper .tabs-bodies .box .left .date-item2 {
        font-size: 17px;
        padding: 7px 0
    }

    .block_3 .wrapper .tabs-bodies .box .right {
        padding: 30px 30px 30px 0
    }

    .block_3 .wrapper .tabs-bodies .box .right h2 {
        margin-bottom: 30px
    }

    .block_3 .wrapper .tabs-bodies .box .right ul {
        padding-left: 30px
    }

    .block_3 .wrapper .tabs-bodies .box .right .info {
        margin-bottom: 10px
    }

    .block_3 .wrapper .tabs-bodies .box .right .info p {
        font-size: 17px
    }

    .footer .container {
        padding: 0 50px
    }

    .menu-box li {
        margin-bottom: 25px
    }
}

@media screen and (max-width: 1480px) {
    .block_3 .wrapper .tabs-bodies .box .title_2 {
        padding-left: 145px;
        margin-bottom: 30px
    }

    .block_3 .wrapper .tabs-bodies .box .right .info p {
        font-size: 16px;
        line-height: 1.25
    }

    .block_3 .wrapper .tabs-bodies .item .date {
        padding-left: 50px;
        width: 150px
    }

    .block_3 .wrapper .tabs-bodies .item .date:before {
        width: 40px
    }

    .block_3 .wrapper .tabs-bodies .item .info {
        width: calc(100% - 150px)
    }

    .block_3 .wrapper .tabs-bodies .item p {
        font-size: 16px;
        line-height: 1.25
    }

    .block_8 .txt p {
        font-size: 20px
    }
}

@media screen and (max-width: 1460px) {
    .block_1 .bottom.socials li {
        margin-right: 50px
    }
}

@media screen and (max-width: 1450px) {
    .block_5 .left p {
        max-width: 450px;
        font-size: 16px;
        line-height: 1.2
    }
}

@media screen and (max-width: 1440px) {
    .block_1 .wrapper p {
        padding-left: 5px
    }

    .block_6 .wrapper-2 .box .img {
        height: 10.8vw
    }

    .block_7 .right .img {
        width: 200px;
        height: 200px
    }

    .block_7 .right .img:nth-child(2) {
        top: 36.5%
    }

    .block_7 .right .img:nth-child(3) {
        bottom: 25.5%
    }

    .block_7 .right .img:nth-child(4) {
        left: 75%;
        top: 78%;
        -webkit-transform: translateX(-50%) translateY(-50%) !important;
        transform: translateX(-50%) translateY(-50%) !important
    }

    .block_8 .right .form-block {
        padding: 40px 20px;
        width: 390px
    }

    .block_8 .right .form-block p > span {
    }

    .block_8 .right .form-block .input {
        font-size: 16px
    }

    .block_8 .right .form-block textarea {
        height: 100px;
        font-size: 16px
    }
}

@media screen and (max-width: 1415px) {
    .blog-blog .row .box .in img {
        height: 32.486vw
    }

    .header .top {
        left: 100px
    }

    .other-blog .row .box img {
        height: 32.486vw
    }
}

@media screen and (max-width: 1400px) {
    .btn-down {
        bottom: 30px
    }

    .btn-up {
        top: 30px
    }
}

@media screen and (max-width: 1620px) {
    .block_3 .wrapper .tabs-headers .title {
        padding-left: 160px
    }

    .block_3 .wrapper .tabs-headers .title:before {
        width: 140px
    }

    .block_3 .wrapper .tabs-headers .title.active {
        padding-left: 220px
    }

    .block_3 .wrapper .tabs-headers .title.active:before {
        width: 200px
    }
}
@media screen and (max-width: 1300px) {
    .block_3 .wrapper .tabs-headers .title {
        padding-left: 140px
    }

    .block_3 .wrapper .tabs-headers .title:before {
        width: 120px
    }

    .block_3 .wrapper .tabs-headers .title.active {
        padding-left: 200px
    }

    .block_3 .wrapper .tabs-headers .title.active:before {
        width: 180px
    }

    .menu-box li {
        padding-left: 140px;
        margin-bottom: 20px
    }

    .menu-box li:before {
        width: 120px
    }

    .menu-box li.active {
        padding-left: 200px
    }

    .menu-box li.active:before {
        width: 180px
    }
}

@media screen and (max-width: 1200px) {
    body.front {
        overflow: visible
    }

    body.front section {
        overflow: hidden;
        height: auto;
        width: 100%
    }

    .block_1 {
        padding: 50px 0 50px 50px
    }

    .block_1:before {
        width: 100px;
        height: 100px
    }

    .block_1 .wrapper {
        height: calc(100vh - 100px);
        padding-left: 50px
    }

    .block_1 .wrapper .btn-transform {
        position: relative;
        -webkit-transform: none;
        transform: none;
        top: unset;
        left: unset;
        margin-top: 40px
    }

    .block_1 .top .top-menu ul a {
        font-size: 14px;
        padding-top: 15px
    }

    .block_1 .top .top-menu ul a:before {
        height: 15px
    }

    .block_1 .top .top-menu ul a:hover {
        padding-top: 20px
    }

    .block_1 .top .top-menu ul a:hover:before {
        height: 20px
    }

    .block_1 .left.languages li.wpml-ls-current-language span, .block_1 .left.languages li:hover span {
        padding-left: 15px
    }

    .block_1 .left.languages li.wpml-ls-current-language span:before, .block_1 .left.languages li:hover span:before {
        width: 12px
    }

    .block_1 .left.languages span {
        padding-left: 10px;
        font-size: 14px
    }

    .block_1 .left.languages span:before {
        width: 8px
    }

    .block_1 .bottom.socials a {
        padding-bottom: 15px;
        font-size: 14px
    }

    .block_1 .bottom.socials a:before {
        height: 15px
    }

    .block_2 .deco {
        width: 40px;
        height: 40px
    }

    .deco * {
        -webkit-transform: none !important;
        transform: none !important
    }

    .block_4 {
        height: auto
    }

    .block_4 .dsocmskd {
        height: calc(60vw + 100px)
    }

    .block_4 .wrapper .info {
        left: 50px
    }

    .block_5 {
        padding: 100px 50px
    }

    .block_5 .left {
        padding: 30px;
        width: calc(63.5% - 30px)
    }

    .block_5 .right {
        width: calc(36.5% - 10px)
    }

    .block_5 .right .img .rect:nth-child(1) {
        top: -15px !important;
        right: 15px !important
    }

    .block_5 .right .img .rect:nth-child(2) {
        top: 15px !important;
        right: -15px !important
    }

    .block_6 {
        height: auto;
        min-height: 100vh
    }

    .block_6 .wrapper-1 .main-cont {
        height: auto;
        min-height: 100vh;
        padding: 50px;
        width: calc(100% - 70px)
    }

    .block_6 .wrapper-1 .video .description {
        font-size: 16px
    }

    .block_6 .wrapper-1 .txt {
        width: calc(47% - 50px)
    }

    .block_6 .wrapper-1 .txt p {
        font-size: 16px
    }

    .block_6 .wrapper-2 {
        -webkit-transform: translateX(calc(100% - 120px)) translateY(calc(100% - 120px));
        transform: translateX(calc(100% - 120px)) translateY(calc(100% - 120px));
        padding: 40px 30px 30px;
        transition: all .5s 0s !important
    }

    .block_6 .wrapper-2 h3 {
        margin-bottom: 20px
    }

    .block_6 .wrapper-2 .btn-back {
        font-size: 14px;
        padding-right: 40px;
        top: 15px
    }

    .block_6 .wrapper-2 .btn-back:before {
        width: 30px
    }

    .block_6 .wrapper-2 .box p {
        font-size: 14px
    }

    .block_7 .left {
        padding-left: 50px;
        min-height: 670px;
        height: auto
    }

    .block_7 .right:before {
        width: 400px;
        height: 250px
    }

    .block_7 .right .img .img-cont {
        -webkit-transform: none !important;
        transform: none !important
    }

    .block_7 .right .rect {
        -webkit-transform: none !important;
        transform: none !important
    }

    .block_7 .right p {
        -webkit-transform: translateX(-50%) translateY(-50%) !important;
        transform: translateX(-50%) translateY(-50%) !important;
        margin: 0;
        z-index: 2
    }

    .block_8 .wrapper {
        height: auto;
        padding: 50px
    }

    .btn-down {
        display: none
    }

    .btn-up {
        display: none
    }

    .menu-btn {
        display: block !important
    }

    .menu-box li {
        padding-left: 70px;
        font-size: 14px
    }

    .menu-box li:before {
        width: 50px
    }

    .menu-box li.active {
        padding-left: 100px
    }

    .menu-box li.active:before {
        width: 80px
    }

    .menu-box .hamburger2 {
        top: 25px;
        left: 30px;
        display: none !important
    }

    .block_1:before {
        transition: .5s 0s
    }

    .block_1 .wrapper {
        transition: .8s 0s
    }

    .block_1 .txt {
        transition: .8s .8s
    }

    .block_1 .img {
        transition: .8s .8s
    }

    .block_1 .left {
        transition: .7s 1.3s
    }

    .block_1 .top {
        transition: .7s 1.3s
    }

    .block_1 .bottom {
        transition: .7s 1.3s
    }

    .block_1.wow-load:before {
        width: 0;
        height: 0
    }

    .block_1.wow-load .wrapper {
        -webkit-transform: translateX(105%);
        transform: translateX(105%)
    }

    .block_1.wow-load .txt {
        opacity: 0
    }

    .block_1.wow-load .img {
        opacity: 0
    }

    .block_1.wow-load .left {
        -webkit-transform: translateX(-105%);
        transform: translateX(-105%)
    }

    .block_1.wow-load .top {
        -webkit-transform: translateY(-105%);
        transform: translateY(-105%)
    }

    .block_1.wow-load .bottom {
        -webkit-transform: translateX(-105%);
        transform: translateX(-105%)
    }

    .block_2 .deco span:nth-child(1) {
        transition: .8s
    }

    .block_2 .deco span:nth-child(2) {
        transition: .8s .7s
    }

    .block_2 p {
        transition: 1s
    }

    .block_2.wow .deco span:nth-child(1) {
        width: 0
    }

    .block_2.wow .deco span:nth-child(2) {
        width: 0
    }

    .block_2.wow p {
        opacity: 0;
        -webkit-transform: translateY(70px);
        transform: translateY(70px)
    }

    .block_3 .title-top:before {
        transition: .7s
    }

    .block_3 .menu-btn {
        transition: .7s
    }

    .block_3 .title-top h2 {
        transition: .7s .6s
    }

    .block_3 .tabs-bodies {
        transition: all .4s, -webkit-transform 1s 1.2s !important;
        transition: all .4s, transform 1s 1.2s !important;
        transition: all .4s, transform 1s 1.2s, -webkit-transform 1s 1.2s !important
    }

    .block_3 .wrapper .tabs-headers .title:nth-child(1) {
        transition: all .4s, -webkit-transform .7s 2s;
        transition: all .4s, transform .7s 2s;
        transition: all .4s, transform .7s 2s, -webkit-transform .7s 2s
    }

    .block_3 .wrapper .tabs-headers .title:nth-child(2) {
        transition: all .4s, -webkit-transform .7s 2.2s;
        transition: all .4s, transform .7s 2.2s;
        transition: all .4s, transform .7s 2.2s, -webkit-transform .7s 2.2s
    }

    .block_3 .wrapper .tabs-headers .title:nth-child(3) {
        transition: all .4s, -webkit-transform .7s 2.4s;
        transition: all .4s, transform .7s 2.4s;
        transition: all .4s, transform .7s 2.4s, -webkit-transform .7s 2.4s
    }

    .block_3 .wrapper .tabs-headers .title:nth-child(4) {
        transition: all .4s, -webkit-transform .7s 2.6s;
        transition: all .4s, transform .7s 2.6s;
        transition: all .4s, transform .7s 2.6s, -webkit-transform .7s 2.6s
    }

    .block_3 .wrapper .tabs-headers .title:nth-child(5) {
        transition: all .4s, -webkit-transform .7s 2.8s;
        transition: all .4s, transform .7s 2.8s;
        transition: all .4s, transform .7s 2.8s, -webkit-transform .7s 2.8s
    }

    .block_3 .wrapper .tabs-headers .title:nth-child(6) {
        transition: all .4s, -webkit-transform .7s 3s;
        transition: all .4s, transform .7s 3s;
        transition: all .4s, transform .7s 3s, -webkit-transform .7s 3s
    }

    .block_3.wow .title-top:before {
        -webkit-transform: translateX(-60px);
        transform: translateX(-60px)
    }

    .block_3.wow .menu-btn {
        -webkit-transform: translateX(-60px);
        transform: translateX(-60px)
    }

    .block_3.wow .title-top h2 {
        -webkit-transform: translateX(calc(-100% - 90px));
        transform: translateX(calc(-100% - 90px))
    }

    .block_3.wow .tabs-bodies {
        -webkit-transform: translateX(105%);
        transform: translateX(105%)
    }

    .block_3.wow .wrapper .tabs-headers .title {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }

    .block_4 {
        transition: .5s
    }

    .block_4 .dsocmskd {
        transition: .5s
    }

    .block_4 .menu-btn {
        transition: .7s .5s
    }

    .block_4 .info h2 {
        transition: .8s .9s
    }

    .block_4 .info p {
        transition: .8s 1.1s
    }

    .block_4 .info .to-blog {
        transition: all .4s 0s, opacity .8s 1.3s, -webkit-transform .8s 1.3s;
        transition: all .4s 0s, opacity .8s 1.3s, transform .8s 1.3s;
        transition: all .4s 0s, opacity .8s 1.3s, transform .8s 1.3s, -webkit-transform .8s 1.3s
    }

    .block_4 .info .btn-transform {
        transition: .8s 1.4s
    }

    .block_4.wow {
        background-color: transparent
    }

    .block_4.wow .dsocmskd {
        opacity: 0
    }

    .block_4.wow .menu-btn {
        opacity: 0
    }

    .block_4.wow .info h2 {
        -webkit-transform: translateX(-105%);
        transform: translateX(-105%);
        opacity: 0
    }

    .block_4.wow .info p {
        -webkit-transform: translateX(-105%);
        transform: translateX(-105%);
        opacity: 0
    }

    .block_4.wow .info .to-blog {
        -webkit-transform: translateX(-105%);
        transform: translateX(-105%);
        opacity: 0
    }

    .block_4.wow .info .btn-transform {
        -webkit-transform: translateX(-105%);
        transform: translateX(-105%);
        opacity: 0
    }

    .block_5:before {
        transition: .6s
    }

    .block_5 .menu-btn {
        transition: .6s .3s
    }

    .block_5 .title_1 {
        transition: .8s .6s
    }

    .block_5 .left {
        transition: .8s 1.1s
    }

    .block_5 .left .title_2 {
        transition: .6s 1.5s
    }

    .block_5 .left p {
        transition: .6s 1.7s
    }

    .block_5 .left .img-m {
        transition: .6s 1.9s
    }

    .block_5 .left .btn-transform {
        transition: .6s 2.1s
    }

    .block_5.wow:before {
        width: 0
    }

    .block_5.wow .menu-btn {
        opacity: 0
    }

    .block_5.wow .title_1 {
        -webkit-transform: translateX(-70px);
        transform: translateX(-70px);
        opacity: 0
    }

    .block_5.wow .left {
        opacity: 0;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    .block_5.wow .left .title_2 {
        opacity: 0
    }

    .block_5.wow .left p {
        opacity: 0
    }

    .block_5.wow .left .img-m {
        opacity: 0
    }

    .block_5.wow .left .btn-transform {
        opacity: 0
    }

    .block_6 .main-cont {
        transition: .7s
    }

    .block_6 .wrapper-2 {
        transition: .7s .7s
    }

    .block_6 .wrapper-1 .title_2 {
        transition: .7s .8s
    }

    .block_6 .wrapper-1 .video .title_2 {
        transition: .7s 1.2s
    }

    .block_6 .wrapper-1 .video .description {
        transition: .7s 1.4s
    }

    .block_6 .wrapper-1 .video iframe {
        transition: .7s 1.6s
    }

    .block_6 .wrapper-1 .txt {
        transition: .7s 1.8s
    }

    .block_6.wow .main-cont {
        -webkit-transform: translateX(-105%);
        transform: translateX(-105%)
    }

    .block_6.wow .wrapper-2 {
        -webkit-transform: translateX(105%) translateY(calc(100% - 80px));
        transform: translateX(105%) translateY(calc(100% - 80px))
    }

    .block_6.wow .wrapper-1 > .title_2 {
        -webkit-transform: translateX(120%) rotate(90deg) translateY(100%);
        transform: translateX(120%) rotate(90deg) translateY(100%)
    }

    .block_6.wow .wrapper-1 .video .title_2 {
        opacity: 0
    }

    .block_6.wow .wrapper-1 .video .description {
        opacity: 0
    }

    .block_6.wow .wrapper-1 .video iframe {
        opacity: 0
    }

    .block_6.wow .wrapper-1 .txt {
        opacity: 0
    }

    .block_7 .left {
        transition: .8s
    }

    .block_7 .menu-btn {
        transition: .7s .8s
    }

    .block_7 .title_2 {
        transition: .7s 1s
    }

    .block_7 .left p {
        transition: .7s 1.2s
    }

    .block_7 .for-btn {
        transition: .7s 1.4s
    }

    .block_7.wow .left {
        -webkit-transform: translateX(-105%);
        transform: translateX(-105%)
    }

    .block_7.wow .menu-btn {
        opacity: 0
    }

    .block_7.wow .title_2 {
        opacity: 0
    }

    .block_7.wow .left p {
        opacity: 0
    }

    .block_7.wow .for-btn {
        opacity: 0
    }

    .block_7 .img {
        background-color: #f4f4f3;
        transition: .7s
    }

    .block_7 .img .img-cont {
        transition: .7s .5s
    }

    .block_7 .img .rect {
        transition: .7s 1s
    }

    .block_7 .img p {
        transition: .7s 1s
    }

    .block_7 .img.wow {
        width: 0 !important
    }

    .block_7 .img.wow .rect {
        opacity: 0
    }

    .block_7 .img.wow .img-cont {
        opacity: 0
    }

    .block_7 .img.wow p {
        opacity: 0
    }

    .block_8 .menu-btn {
        transition: .7s
    }

    .block_8 .title_2 {
        transition: .7s .3s
    }

    .block_8 .txt p:nth-child(2) {
        transition: .7s .5s
    }

    .block_8 .txt p:nth-child(3) {
        transition: .7s .7s
    }

    .block_8 .txt p:nth-child(4) {
        transition: .7s .9s
    }

    .block_8.wow .menu-btn {
        opacity: 0
    }

    .block_8.wow .title_2 {
        opacity: 0;
        -webkit-transform: translateX(-70px);
        transform: translateX(-70px)
    }

    .block_8.wow .txt p:nth-child(2) {
        opacity: 0;
        -webkit-transform: translateX(-70px);
        transform: translateX(-70px)
    }

    .block_8.wow .txt p:nth-child(3) {
        opacity: 0;
        -webkit-transform: translateX(-70px);
        transform: translateX(-70px)
    }

    .block_8.wow .txt p:nth-child(4) {
        opacity: 0;
        -webkit-transform: translateX(-70px);
        transform: translateX(-70px)
    }

    .block_8 .form-block {
        transition: .8s
    }

    .block_8 .form-block p > span:nth-child(1) {
        transition: .7s .8s
    }

    .block_8 .form-block p > span:nth-child(2) {
        transition: .7s 1s
    }

    .block_8 .form-block p > span:nth-child(3) {
        transition: .7s 1.2s
    }

    .block_8 .form-block p > span:nth-child(4) {
        transition: .7s 1.4s
    }

    .block_8 .form-block p > span:nth-child(5) {
        transition: .7s 1.6s
    }

    .block_8 .form-block.wow {
        width: 0 !important;
        padding: 0 !important
    }

    .block_8 .form-block.wow p > span:nth-child(1) {
        opacity: 0
    }

    .block_8 .form-block.wow p > span:nth-child(2) {
        opacity: 0
    }

    .block_8 .form-block.wow p > span:nth-child(3) {
        opacity: 0
    }

    .block_8 .form-block.wow p > span:nth-child(4) {
        opacity: 0
    }

    .block_8 .form-block.wow p > span:nth-child(5) {
        opacity: 0
    }

    .hamburger {
        top: 25px;
        left: 30px;
        display: none !important
    }

    .page-history .left .btn-prev {
        display: none
    }

    .page-blog {
        padding-top: 70px
    }

    .page-blog .container {
        width: calc(100% - 100px)
    }

    .header-blog .container {
        padding-left: 50px
    }

    .sub-blog .subscribe-ff {
        padding-left: 50px
    }

    .header .top {
        left: 100px
    }

    .header .top .top-menu li {
        margin-right: 50px
    }

    .header .top .top-menu a {
        font-size: 14px;
        padding-top: 15px
    }

    .header .top .top-menu a {
        font-size: 12px;
        padding-top: 18px
    }

    .header .top .top-menu a:before {
        height: 15px
    }

    .header .top .top-menu a:hover {
        padding-top: 18px
    }

    .header .top .top-menu a:hover:before {
        height: 15px
    }

    .header .left.languages li.wpml-ls-current-language span, .header .left.languages li:hover span {
        padding-left: 15px
    }

    .header .left.languages li.wpml-ls-current-language span:before, .header .left.languages li:hover span:before {
        width: 12px
    }

    .header .left.languages span {
        padding-left: 10px;
        font-size: 14px
    }

    .header .left.languages span:before {
        width: 8px
    }

    .page-single {
        padding-top: 50px
    }

    .page-single .container {
        width: calc(100% - 100px)
    }

    .page-single .subscribe-ff {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        padding-left: 50px
    }

    .single-content .container {
        padding: 50px 100px
    }
}

@media screen and (max-width: 1180px) {
    .footer .container {
        padding: 30px 50px;
        height: auto;
        flex-direction: column
    }

    .footer form {
        height: unset;
        margin-bottom: 20px
    }

    .footer form .btn-sss input {
        padding: 0
    }

    .footer .soc {
        margin-left: 0
    }

    .footer .link {
        margin: 20px auto;
        font-size: 16px
    }

    .footer .created {
        margin-left: 0
    }
}

@media screen and (max-width: 1100px) {
    .sub-blog .subscribe-ff {
        padding: 40px 100px
    }

    .page-single .subscribe-ff {
        width: calc(100% + 200px);
        padding: 40px 100px
    }
}

@media screen and (max-width: 1080px) {
    .block_7 .right .img:nth-child(1) {
        left: 26.5%;
        top: 31%
    }

    .block_7 .right .img:nth-child(2) {
        top: 38.5%;
        left: 77%
    }

    .block_7 .right .img:nth-child(3) {
        bottom: 23.5%;
        left: 36.5%
    }

    .block_7 .right .img:nth-child(4) {
        left: 88%;
        top: 85%
    }
}

@media screen and (max-width: 1024px) {
    .block_4 .dsocmskd.open {
        padding: 50px 0
    }

    .block_4 .wrapper .info {
        top: unset;
        -webkit-transform: none;
        transform: none;
        bottom: 40px
    }

    .block_4 .wrapper .info.close h2 {
        -webkit-transform: translateX(-30vw);
        transform: translateX(-30vw)
    }

    .block_4 .wrapper .info.close p {
        -webkit-transform: translateX(-30vw);
        transform: translateX(-30vw)
    }

    .block_4 .wrapper .info.close .play-btn {
        -webkit-transform: translateX(-30vw);
        transform: translateX(-30vw)
    }

    .block_4 .wrapper .info.close .to-blog {
        -webkit-transform: translateX(-30vw);
        transform: translateX(-30vw)
    }

    .block_4 .wrapper .info h2 {
        display: none
    }

    .block_4 .wrapper .info p {
        display: none
    }

    .block_4 .wrapper .info .play-btn {
        margin-top: 0
    }

    .block_4 .wrapper .info .play-btn {
        display: none
    }

    .block_4 .wrapper .info .to-blog {
        display: none
    }

    .block_4 .exit-btn {
        right: 15px;
        top: 15px
    }

    .block_4 .video {
        padding: 0
    }

    .block_4 video {
        width: 100%
    }

    .block_5 .left .to-post {
        padding: 13px 10px 17px 15px
    }

    .block_5 .left .to-post:after {
        left: 6px;
        bottom: 6px
    }

    .block_5 .left .to-post:hover {
        padding: 15px 12.5px
    }

    .block_6 .wrapper-1 .txt .play-btn {
        margin-top: 0
    }

    .block_7 .left {
        min-height: 600px
    }

    .block_7 .left p {
        font-size: 16px;
        max-width: 300px
    }

    .block_7 .right .img {
        width: 160px;
        height: 160px
    }

    .block_7 .right p {
        display: none !important
    }

    .popup-for-video .exit-btn {
        right: 15px;
        top: 15px
    }

    .txt-content > * {
        margin-bottom: 20px
    }

    .txt-content div, .txt-content font, .txt-content li, .txt-content p, .txt-content span {
        margin-bottom: 16px
    }

    .other-blog {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .other-blog h2 {
        margin-bottom: 30px
    }
}

@media screen and (max-width: 950px) {
    .block_3 .wrapper .tabs-bodies .item {
        width: 100%;
        margin-bottom: 25px
    }

    .sub-blog .subscribe-ff {
        padding: 30px 50px
    }

    .page-single .subscribe-ff {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        width: calc(100% + 100px);
        padding: 30px 50px
    }

    .single-content .container {
        padding: 50px
    }
}

@media screen and (max-width: 940px) {
    .block_5:before {
        width: 200px
    }
}

@media screen and (max-width: 930px) {
    .block_8 .right .form-block {
        width: 290px;
        padding: 10px
    }

    .block_8 .right .form-block .input {
        padding: 10px
    }

    .block_8 .right .form-block textarea {
        padding: 10px
    }

    .blog-blog .row {
        justify-content: center
    }

    .blog-blog .row .box {
        -webkit-transform: none !important;
        transform: none !important
    }

    .blog-blog .row .box .in img {
        height: 52.366vw
    }

    .sub-blog {
        margin-bottom: 30px
    }

    .other-blog .row {
        flex-wrap: wrap;
        justify-content: center
    }

    .other-blog .row .box img {
        height: 52.366vw
    }
}

@media screen and (max-width: 900px) {
    .block_7 .right .img:nth-child(1) {
        left: 36.5%
    }

    .block_7 .right .img:nth-child(2) {
        left: 87%
    }

    .block_7 .right .img:nth-child(3) {
        left: 46%
    }

    .block_7 .right .img:nth-child(4) {
        left: 98%
    }

    .block_8 .wrapper {
        justify-content: space-between
    }

    .block_8 .left {
        width: 360px;
        display: block
    }

    .block_8 .right {
        width: unset;
        display: block
    }
}

@media screen and (max-width: 890px) {
    .block_6 {
        min-height: unset
    }

    .block_6 .wrapper-1 h2 {
        right: 0;
        top: 10px
    }

    .block_6 .wrapper-1 .main-cont {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        min-height: unset
    }

    .block_6 .wrapper-1 .video {
        width: 100%;
        height: unset
    }

    .block_6 .wrapper-1 .video iframe {
        height: calc((100vw - 170px) / 1.7)
    }

    .block_6 .wrapper-1 .video .title_2 {
        display: block
    }

    .block_6 .wrapper-1 .video .description {
        display: block;
        margin-bottom: 40px
    }

    .block_6 .wrapper-1 .txt {
        width: calc(100% - 70px);
        margin-top: 30px
    }

    .block_6 .wrapper-1 .txt h3 {
        display: none
    }

    .block_6 .wrapper-1 .txt p {
        display: none
    }
}

@media screen and (max-width: 850px) {
    .sub-blog .subscribe-ff {
        flex-direction: column
    }

    .sub-blog .subscribe-ff p {
        text-align: center
    }

    .sub-blog .subscribe-ff .for-btn {
        margin: 30px auto 0
    }

    .page-single .subscribe-ff {
        flex-direction: column
    }

    .page-single .subscribe-ff p {
        text-align: center
    }

    .page-single .subscribe-ff .for-btn {
        margin: 30px auto 0
    }
}

@media screen and (max-width: 820px) {
    .block_7 {
        flex-direction: column
    }

    .block_7 .left {
        width: 100%;
        min-height: unset;
        padding: 50px
    }

    .block_7 .left p {
        max-width: 100%
    }

    .block_7 .left .for-btn {
        margin-top: 30px
    }

    .block_7 .right {
        width: 100%;
        height: 500px
    }

    .block_7 .right .img:nth-child(1) {
        left: 40%;
        top: 35%
    }

    .block_7 .right .img:nth-child(2) {
        left: 76%;
        top: 40%
    }

    .block_7 .right .img:nth-child(3) {
        left: 47%;
        top: 78%;
        -webkit-transform: translateX(-50%) translateY(-50%) !important;
        transform: translateX(-50%) translateY(-50%) !important
    }

    .block_7 .right .img:nth-child(4) {
        left: 83%
    }
}

@media screen and (max-width: 1300px){
    .block_1 .bottom.socials a {
        font-size: 0;
        width: 45px;
        display: flex;
        justify-content: center
    }

    .block_1 .bottom.socials a svg {
        display: block;
        width: 30px;
        height: 20px
    }

    .block_1 .bottom.socials a svg * {
        fill: #cfcfd0;
        transition: .4s
    }
    .block_1 .bottom{
        z-index: 9;
        left: 190px;
    }
    .block_1 .bottom.socials li{
        margin-right: 20px;
    }
}

/* ГЛАВНЫЙ ЭКРАН БУСТ ДО 1200*/
@media screen and (max-width: 1200px){
    .block_3{
        min-height: 100vh;
    }
    .block_1 {
        padding: 50px 0 0 50px
    }

    .block_1 .wrapper {
        height: calc(100vh - 50px);
        align-items: flex-start;
        padding: 50px 50px 0
    }

    .block_1 .wrapper p {
        font-size: 18px;
        margin-top: 15px;
        padding-left: 0;
        line-height: 1.2
    }

    .block_1 .wrapper .img {
        height: calc(100vh - 50px - 320px);
        left: 0;
        right: unset;
        bottom: 0;
        top: unset;
        -webkit-transform: none;
        transform: none;
        width: 100%
    }

    .block_1 .wrapper .img img {
        display: none
    }

    .block_1 .wrapper .img img.mob {
        width: 100%;
        display: block;
        margin: 0 auto;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center bottom;
        object-position: center bottom
    }

    .block_1 .top {
        left: 120px
    }

    .block_1 .top .top-menu li {
        margin-right: 20px
    }

    .block_1 .top .top-menu ul a {
        font-size: 12px
    }

    .block_1 .left {
        top: 120px
    }

    .block_1 .left.languages li {
        margin-bottom: 20px
    }

    .block_1 .left.languages span {
        font-size: 12px
    }

    .block_1 .bottom {
        position: absolute;
        left: 0;
        top: 250px;
        bottom: unset
    }

    .block_1 .bottom.socials ul {
        align-items: center;
        flex-direction: column
    }

    .block_1 .bottom.socials li {
        margin-right: 0;
        margin-bottom: 15px
    }

    .block_1 .bottom.socials a {
        font-size: 0;
        width: 45px;
        height: 20px;
        padding: 0;
        display: flex;
        justify-content: center
    }

    .block_1 .bottom.socials a svg {
        display: block;
        width: 30px;
        height: 20px
    }

    .block_1 .bottom.socials a svg * {
        fill: #cfcfd0;
        transition: .4s
    }

    .block_1 .bottom.socials a:before {
        display: none
    }
}
@media screen and (max-width: 1024px){
    .block_1 .wrapper {
        height: calc(100vh - 123px);
    }
    .block_1 .wrapper .btn-transform a {
        font-size: 15px !important;
        padding: 20px 9px;
        width: 38px
    }
}
/* ГЛАВНЫЙ ЭКРАН БУСТ ДО 1200*/

@media screen and (max-width: 768px) {


    .block_2 .deco span:nth-child(2) {
        margin: -15px 0 0 -15px
    }

    .block_2 .deco.top {
        left: 35px !important;
        top: 35px !important
    }

    .block_2 .deco.bottom {
        right: 20px !important;
        bottom: 35px !important
    }

    .block_2 p {
        font-size: 18px
    }

    .block_3 {
        height: auto;
        padding: 50px 0
    }

    .block_3 .title-top {
        height: 100px;
        padding-left: 88px;
        padding-bottom: 20px
    }

    .block_3 .title-top:before {
        width: 100px
    }

    .block_3 .mob-data-m {
        display: block;
        padding: 20px 0 20px;
        font-family: HelveticaNeueCyr, sans-serif;
        font-size: 16px;
        position: relative
    }

    .block_3 .mob-data-m:before {
        content: "";
        position: absolute;
        left: -30px;
        top: 50%;
        width: 20px;
        height: 1px;
        background-color: #212327
    }

    .block_3 .wrapper {
        align-items: flex-start
    }

    .block_3 .wrapper .tabs-headers {
        width: 230px;
        padding-top: 100px
    }

    .block_3 .wrapper .tabs-headers .title {
        padding-left: 70px;
        font-size: 14px;
        margin-bottom: 30px
    }

    .block_3 .wrapper .tabs-headers .title:before {
        width: 50px
    }

    .block_3 .wrapper .tabs-headers .title.active {
        padding-left: 100px
    }

    .block_3 .wrapper .tabs-headers .title.active:before {
        width: 80px
    }

    .block_3 .wrapper .tabs-bodies {
        width: calc(100% - 230px)
    }

    .block_3 .wrapper .tabs-bodies .box {
        flex-direction: column
    }

    .block_3 .wrapper .tabs-bodies .box .left {
        padding: 0 20px 0;
        height: 68px;
        width: 100%;
        position: relative;
        align-items: flex-start;
        flex-direction: row
    }

    .block_3 .wrapper .tabs-bodies .box .left .scroll-bar {
        height: 63px;
        padding: 10px 0 10px 10px;
        flex-direction: row;
        align-items: flex-start;
        width: 100%;
        position: relative;
        overflow: scroll;
        -webkit-overflow-scrolling: touch
    }

    .block_3 .wrapper .tabs-bodies .box .left span {
        opacity: 0;
        width: 1px;
        min-width: 1px;
        height: 1px !important;
        margin: 0
    }

    .block_3 .wrapper .tabs-bodies .box .left .date-item, .block_3 .wrapper .tabs-bodies .box .left .date-item2 {
        padding: 5px;
        font-size: 12px;
        margin-right: 10px;
        box-shadow: 0 0 5px rgba(0, 0, 0, .15)
    }

    .block_3 .wrapper .tabs-bodies .box .left .btn-next {
        display: none
    }

    .block_3 .wrapper .tabs-bodies .box .left .btn-prev {
        display: none
    }

    .block_3 .wrapper .tabs-bodies .box .right {
        padding: 0 30px 30px;
        height: calc(100% - 143px) !important
    }

    .block_3 .wrapper .tabs-bodies .box .right h2 {
        margin-bottom: 0;
        display: none
    }

    .block_3 .wrapper .tabs-bodies .box .right .boxv.open {
        height: 100% !important
    }

    .block_4-mob .info h2 {
        margin-bottom: 15px
    }

    .block_4-mob .info p {
        font-size: 16px;
        line-height: 1.2
    }

    .block_4-mob .info .to-blog {
        font-size: 14px;
        margin-top: 15px
    }

    .block_5 {
        padding: 50px
    }

    .block_5 .title_1 {
        top: 15px;
        left: 50px;
        -webkit-transform: none;
        transform: none
    }

    .block_5 .left {
        padding: 15px
    }

    .block_5 .left .title_2 {
        margin-bottom: 15px
    }

    .block_5 .left p {
        font-size: 16px;
        margin-bottom: 30px
    }

    .block_6 .wrapper-2 {
        padding-top: 55px
    }

    .block_6 .wrapper-2 .row {
        height: calc(100% - 64px)
    }

    .block_6 .wrapper-2 .box .img {
        height: 16vw
    }

    .block_6 .wrapper-2 .box .img {
        height: 22.5vw
    }

    .footer .created {
        height: 25px
    }

    .btn-transform a, .btn-transform input {
        -webkit-transform: translateX(5px) translateY(5px);
        transform: translateX(5px) translateY(5px);
        font-size: 12px !important;
        padding: 13px 15px 14px
    }

    .btn-transform a img, .btn-transform a svg, .btn-transform input img, .btn-transform input svg {
        width: 14px;
        min-width: 14px;
        height: 14px;
        margin-right: 6px
    }

    .header-blog .select:before {
        right: 12px;
        width: 7px;
        height: 7px
    }

    .header-blog select {
        padding: 6px 23px 6px 6px;
        font-size: 16px
    }

    .header .left {
        right: 50px;
        left: unset;
        top: 0;
        width: unset
    }

    .header .left.languages ul {
        flex-direction: row
    }

    .header .left.languages li {
        margin-right: 50px
    }

    .header .left.languages li.wpml-ls-current-language span, .header .left.languages li:hover span {
        padding-left: 0;
        padding-top: 18px
    }

    .header .left.languages li.wpml-ls-current-language span:before, .header .left.languages li:hover span:before {
        height: 15px;
        width: 1px
    }

    .header .left.languages span {
        font-size: 12px;
        padding-left: 0;
        padding-top: 18px
    }

    .header .left.languages span:before {
        width: 1px;
        height: 15px;
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media screen and (max-width: 750px) {
    .block_8 .wrapper {
        flex-direction: column
    }

    .block_8 .left {
        width: 100%;
        display: block
    }

    .block_8 .right {
        width: 100%;
        display: block
    }

    .block_8 .right .form-block {
        width: 100%;
        padding: 40px 20px;
        box-shadow: none
    }
}

@media screen and (max-width: 650px) {
    .block_6 .wrapper-1 .main-cont {
        width: calc(100% - 40px)
    }

    .block_6 .wrapper-2 {
        -webkit-transform: translateX(calc(100% - 80px)) translateY(calc(100% - 80px));
        transform: translateX(calc(100% - 80px)) translateY(calc(100% - 80px))
    }

    .blog-blog .row .box {
        margin-right: 0;
        width: 100%;
        margin-bottom: 30px
    }

    .blog-blog .row .box .in img {
        height: 102.462vw
    }

    .other-blog .row .box {
        margin-right: 0;
        width: 100%;
        margin-bottom: 30px
    }

    .other-blog .row .box img {
        height: 102.462vw
    }
}

@media screen and (max-width: 640px) {
    .header .left.languages li {
        margin-right: 20px
    }

    .header .left.languages li {
        margin-right: 10px
    }
}

@media screen and (max-width: 620px) {
    .block_3 .mob-data-m {
        font-size: 14px
    }

    .block_3 .wrapper .tabs-bodies .box .title_2 {
        padding-left: 30px;
        margin-bottom: 15px
    }

    .block_3 .wrapper .tabs-bodies .box .right .info p {
        font-size: 14px
    }

    .block_3 .wrapper .tabs-bodies .item {
        flex-direction: column;
        padding-right: 20px
    }

    .block_3 .wrapper .tabs-bodies .item .date {
        padding-left: 30px
    }

    .block_3 .wrapper .tabs-bodies .item .date:before {
        width: 20px;
        top: 8px
    }

    .block_3 .wrapper .tabs-bodies .item .info {
        width: 100%;
        padding-left: 30px
    }

    .block_3 .wrapper .tabs-bodies .item p {
        font-size: 14px
    }

    .block_8 .txt p {
        font-size: 14px
    }
}

@media screen and (max-width: 600px) {
    .block_1:before {
        width: 70px;
        height: 70px
    }

    .block_1 .top {
        left: 90px
    }

    .block_1 .left {
        top: 90px
    }
}

@media screen and (max-width: 580px) {
    .block_7 .right .img:nth-child(2) {
        left: 86%
    }

    .block_7 .right .img:nth-child(4) {
        left: 95%
    }
}

@media (max-width: 550px) {
    .loader {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
}

@media screen and (max-width: 550px) {
    .title_1 {
        font-size: 28px
    }

    .title_2 {
        font-size: 24px
    }

    .block_1 .wrapper p {
        font-size: 10px;
        margin-top: 5px;
        padding-left: 2px
    }

    .block_2 p {
        font-size: 16px
    }

    .block_3 .mob-data-m {
        padding: 10px 10px 10px 30px
    }

    .block_3 .mob-data-m:before {
        left: -10px;
        width: 30px
    }

    .block_3 .wrapper .tabs-bodies .box > h2 {
        font-size: 18px
    }

    .block_3 .wrapper .tabs-bodies .box .right {
        padding: 10px
    }

    .block_3 .wrapper .tabs-bodies .box .right h2 {
        font-size: 18px
    }

    .block_3 .wrapper .tabs-bodies .box .right ul {
        padding-left: 18px
    }

    .block_3 .wrapper .tabs-bodies .box .right .info {
        margin-bottom: 3px
    }

    .block_5 {
        padding: 70px 20px
    }

    .block_6 .wrapper-1 h2 {
        top: 10px
    }

    .block_6 .wrapper-1 .video .title_2 {
        margin-bottom: 12px
    }

    .block_6 .wrapper-1 .txt {
        margin-top: 20px
    }

    .block_7 .left p {
        margin-top: 15px
    }

    .block_7 .left .for-btn {
        margin-top: 15px
    }

    .block_8 .right .form-block .btn-submit {
        width: calc(100% - 5px) !important
    }

    .block_8 .right .form-block .btn-submit input {
        width: calc(100% + 5px) !important;
        display: flex !important;
        justify-content: center !important
    }

    .footer .container {
        padding: 30px 20px
    }

    .footer .wpcf7 {
        width: 100%
    }

    .footer form {
        width: 100%;
        margin-bottom: 50px
    }

    .footer form p {
        flex-direction: column;
        align-items: flex-start
    }

    .footer form .btn-sss {
        margin-top: 15px;
        padding-left: 20px
    }

    .footer form .btn-sss:before {
        left: -20px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 30px;
        height: 1px
    }

    .footer .soc {
        position: absolute;
        right: 20px;
        top: 30px;
        flex-direction: column
    }

    .footer .soc a {
        margin: 0 0 15px 0
    }
}

@media screen and (max-width: 540px) {
    .block_4 .wrapper .info {
        bottom: 15px;
        left: 15px
    }
}

@media screen and (max-width: 520px) {
    .block_2 {
        height: auto;
        padding: 170px 20px
    }

    .block_3 .title-top {
        height: 50px;
        padding-bottom: 0;
        padding-left: 70px
    }

    .block_3 .title-top:before {
        width: 50px
    }

    .block_3 .wrapper .tabs-headers {
        width: 140px;
        padding-top: 50px
    }

    .block_3 .wrapper .tabs-headers .title {
        padding-left: 30px
    }

    .block_3 .wrapper .tabs-headers .title {
        margin-bottom: 20px
    }

    .block_3 .wrapper .tabs-headers .title:before {
        width: 20px
    }

    .block_3 .wrapper .tabs-headers .title.active {
        padding-left: 40px
    }

    .block_3 .wrapper .tabs-headers .title.active:before {
        width: 30px
    }

    .block_3 .wrapper .tabs-bodies {
        width: calc(100% - 140px)
    }

    .block_4-mob {
        padding: 70px 20px 50px 20px
    }

    .block_4-mob .info p {
        font-size: 14px;
        line-height: 1.2
    }

    .block_6 .wrapper-1 .main-cont {
        padding: 70px 20px 50px 20px;
        width: calc(100% - 30px)
    }

    .block_6 .wrapper-1 .video {
        width: 100%
    }

    .block_6 .wrapper-1 .video iframe {
        height: calc((100vw - 70px) / 1.7)
    }

    .block_6 .wrapper-1 .video .description {
        font-size: 14px;
        margin-bottom: 25px
    }

    .block_6 .wrapper-1 .txt h3 {
        margin-bottom: 15px
    }

    .block_6 .wrapper-1 .txt p {
        font-size: 14px;
        margin-bottom: 30px
    }

    .block_7 .left {
        padding: 70px 20px 40px 20px;
        width: calc(100% - 50px)
    }

    .block_7 .right p {
        font-size: 12px
    }

    .block_8 .wrapper {
        padding: 50px 20px
    }

    .menu-box li {
        padding-left: 30px
    }

    .menu-box li:before {
        width: 20px
    }

    .menu-box li.active {
        padding-left: 40px
    }

    .menu-box li.active:before {
        width: 30px
    }

    .menu-box .hamburger2 {
        left: 40px
    }

    .hamburger {
        left: 40px
    }

    .page-blog .container {
        width: calc(100% - 40px)
    }

    .sub-blog .subscribe-ff {
        padding: 30px 15px
    }

    .header .top {
        left: 60px
    }

    .header .left {
        right: 20px
    }

    .page-single .container {
        width: calc(100% - 40px)
    }

    .page-single .subscribe-ff {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
        width: calc(100% + 30px);
        padding: 30px 15px
    }

    .single-content .container {
        padding: 15px
    }

    .single-content .date {
        margin-bottom: 0
    }

    .single-content .share {
        margin-bottom: 0
    }

    .single-content .share a {
        margin-right: 20px;
        width: 25px;
        height: 20px
    }

    .single-content .share a:last-child {
        margin-right: 0
    }

    .single-content .flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 500px) {
    .block_2 .deco.top {
        left: 35px !important;
        top: 80px !important
    }

    .block_2 .deco.bottom {
        right: 20px !important;
        bottom: 65px !important
    }

    .block_5 .title_1 {
        left: 40vw;
        top: 50px
    }

    .block_5 .left {
        width: 100%
    }

    .block_5 .left .to-post {
        margin: 0 auto
    }

    .block_5 .right {
        display: none
    }

    .block_6 .wrapper-2 .row {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch
    }
}

@media screen and (max-width: 485px) {
    .block_7 .right {
        height: auto;
        padding: 40px 20px;
        display: flex;
        flex-direction: column
    }

    .block_7 .right .img {
        position: relative !important;
        left: unset !important;
        top: unset !important;
        bottom: unset !important;
        right: unset !important;
        -webkit-transform: none !important;
        transform: none !important
    }

    .block_7 .right .img:nth-child(1), .block_7 .right .img:nth-child(2), .block_7 .right .img:nth-child(3), .block_7 .right .img:nth-child(4) {
        -webkit-transform: none !important;
        transform: none !important
    }

    .block_7 .right .img:nth-child(1) {
        margin: 0 auto 40px 0 !important;
        width: 50vw;
        height: 50vw
    }

    .block_7 .right .img:nth-child(2) {
        margin: 0 0 40px auto !important;
        width: 70vw;
        height: 70vw
    }

    .block_7 .right .img:nth-child(3) {
        margin: 0 auto 40px 0 !important;
        width: 50vw;
        height: 50vw
    }

    .block_7 .right .img:nth-child(4) {
        margin: 0 0 40px auto !important;
        width: 70vw;
        height: 70vw
    }
}

@media screen and (max-width: 470px) {
    .footer form p > span {
        margin-right: 0
    }

    .footer form .input {
        font-size: 16px;
        padding: 9px 10px 12px;
        height: auto
    }
}

@media screen and (max-width: 450px) {
    .block_3 .wrapper .tabs-bodies ::-webkit-scrollbar {
        width: 5px;
        height: 5px
    }

    .block_6 .wrapper-2 .box {
        margin-bottom: 15px
    }

    .block_6 .wrapper-2 .box .img {
        margin-bottom: 5px
    }

    .block_6 .wrapper-2 .box p {
        font-size: 12px
    }
}

@media screen and (max-width: 440px) {
    .block_7 .right:before {
        width: 200px;
        height: 100px
    }

    .block_7 .right .rect:nth-child(1) {
        margin: 0 6px 6px 0
    }

    .block_7 .right .rect:nth-child(2) {
        margin: 6px 0 0 6px
    }

    .block_7 .right p {
        font-size: 10px
    }

    .block_8 .wrapper {
        padding-top: 70px
    }

    .block_8 .txt h2 {
        margin-bottom: 20px
    }

    .blog-blog .row .box .in .txt h3 {
        font-size: 14px
    }

    .sub-blog .subscribe-ff .btn-sub {
        padding: 20px 15px;
        font-size: 14px;
        -webkit-transform: translateX(8px) translateY(8px);
        transform: translateX(8px) translateY(8px)
    }

    .header .top .top-menu li {
        margin-right: 15px
    }

    .page-single .subscribe-ff .btn-sub {
        padding: 20px 15px;
        font-size: 14px;
        -webkit-transform: translateX(8px) translateY(8px);
        transform: translateX(8px) translateY(8px)
    }

    .other-blog .row .box .txt h3 {
        font-size: 14px
    }
}

@media (max-width: 440px) {
    .loader {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

@media screen and (max-width: 430px) {
    .block_1 .wrapper .btn-transform {
        margin: 20px auto 0;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

@media screen and (max-width: 420px) {
    .block_1 .wrapper .img {
        height: calc(100vh - 400px)
    }
}

@media screen and (max-width: 400px) {
    .block_3 .mob-data-m {
        font-size: 12px
    }

    .block_3 .wrapper .tabs-headers {
        width: 120px;
        padding-top: 30px
    }

    .block_3 .wrapper .tabs-headers .title {
        font-size: 12px
    }

    .block_3 .wrapper .tabs-bodies {
        width: calc(100% - 120px)
    }

    .block_3 .wrapper .tabs-bodies .box {
        padding-right: 10px
    }

    .block_3 .wrapper .tabs-bodies .box .right .info p {
        font-size: 12px
    }

    .block_3 .wrapper .tabs-bodies .item {
        padding-right: 10px;
        margin-bottom: 15px
    }

    .block_3 .wrapper .tabs-bodies .item .info {
        padding-left: 10px
    }

    .block_3 .wrapper .tabs-bodies .item p {
        font-size: 12px
    }

    .menu-box li {
        font-size: 12px
    }
}

@media screen and (max-width: 380px) {
    .header-blog .container {
        flex-direction: column;
        align-items: flex-start
    }

    .header-blog .filers {
        margin-top: 15px
    }
}

@media screen and (max-width: 360px) {
    .block_6 .wrapper-2 {
        -webkit-transform: translateX(calc(100% - 80px)) translateY(calc(100% - 40px));
        transform: translateX(calc(100% - 80px)) translateY(calc(100% - 40px))
    }

    .footer form p > span {
        width: calc(100% - 46px)
    }

    .footer form .input {
        width: 100%
    }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    .block_1 .bottom.socials a:hover {
        padding-bottom: 20px
    }

    .block_1 .bottom.socials a:hover:before {
        height: 20px
    }
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
    .block_5 .left .title_2 {
        /*font-size: 3vw*/
    }
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
    .block_6 .wrapper-2 .box {
        width: calc(25% - 37.5px);
        margin-right: 50px
    }

    .block_6 .wrapper-2 .box:nth-child(4n) {
        margin-right: 0
    }
}

@media screen and (min-width: 511px) and (max-width: 768px) {
    .block_6 .wrapper-2 .box {
        width: calc(33.333% - 13.333px);
        margin-right: 20px;
        margin-bottom: 25px
    }

    .block_6 .wrapper-2 .box:nth-child(3n) {
        margin-right: 0
    }
}

@media screen and (min-width: 200px) and (max-width: 510px) {
    .block_6 .wrapper-2 .box {
        width: calc(50% - 7.5px);
        margin-right: 15px
    }

    .block_6 .wrapper-2 .box:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (min-width: 551px) and (max-width: 1180px) {
    .footer form .btn-sss:before {
        display: none
    }
}

@media screen and (min-width: 651px) and (max-width: 930px) {
    .blog-blog .row .box {
        margin-right: 30px;
        width: calc(50% - 15px);
        margin-bottom: 30px
    }

    .blog-blog .row .box:nth-child(2n) {
        margin-right: 0
    }

    .other-blog .row .box {
        margin-right: 30px;
        width: calc(50% - 15px);
        margin-bottom: 30px
    }

    .other-blog .row .box:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (max-height: 660px) {
    .block_6 .wrapper-1 h2 {
        top: 0px
    }
}
@media screen and (max-height: 590px) {
    .block_6 .wrapper-1 h2 {
        top: -15px
    }
}

@media screen and (max-height: 500px) {
    .menu-box {
        padding-top: 60px !important
    }
    .menu-box li {
        margin-bottom: 13px !important
    }
}


.popup.form-pop {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: none;
}

.popup.form-pop:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    background-color: #f7f7f7;
    opacity: 0.4;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.form-pop .exit-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    transform: translate(50%, -50%);
    cursor: pointer;
    background-color: #282a2f;
}

.form-pop .exit-btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 25px;
    height: 2px;
    background-color: white;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transition: 0.4s;
}

.form-pop .exit-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 25px;
    height: 2px;
    background-color: white;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transition: 0.4s;
}


.popup.form-pop .cc {
    background-color: #282a2f;
    width: 480px;
    padding: 55px 75px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15)
}

.popup.form-pop p {
    display: flex;
    flex-direction: column
}

.popup.form-pop p > span {
    display: block;
    margin-bottom: 18px
}

.popup.form-pop .input {
    width: 100%;
    font-family: HelveticaNeueCyr, sans-serif;
    font-size: 18px;
    padding: 10px 20px;
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
    transition: .4s
}

.popup.form-pop .input:focus, .popup.form-pop .input:hover {
    border-color: #ff9600
}

.popup.form-pop textarea {
    width: 100%;
    height: 135px;
    resize: none;
    font-family: HelveticaNeueCyr, sans-serif;
    font-size: 18px;
    padding: 10px 20px;
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
    transition: .4s
}

.popup.form-pop textarea:hover {
    border-color: #ff9600
}

@media screen and (max-width: 1920px) {
    .title_1 {
        font-size: 5.052vw
    }

    .title_2 {
        font-size: 3.3vw
    }
}

@media screen and (max-width: 1440px) {
    .popup.form-pop .cc {
        padding: 40px 20px;
        width: 390px
    }

    .popup.form-pop p > span {
        margin-bottom: 10px
    }

    .popup.form-pop .input {
        font-size: 16px
    }

    .popup.form-pop textarea {
        height: 100px;
        font-size: 16px
    }
}

@media screen and (max-width: 1200px) {
    body.front {
        overflow: visible
    }

    body.front section {
        overflow: hidden;
        width: 100%
    }
}

@media screen and (max-width: 930px) {
    .popup.form-pop .cc {
        width: 280px;
        padding: 10px
    }

    .popup.form-pop .input {
        padding: 10px
    }

    .popup.form-pop textarea {
        padding: 10px
    }
}

@media screen and (max-width: 750px) {
    .popup.form-pop .cc {
        padding: 40px 20px;
        box-shadow: none
    }
}

@media screen and (max-width: 550px) {
    .title_1 {
        font-size: 28px
    }

    .title_2 {
        font-size: 24px
    }

    .popup.form-pop .btn-submit {
        width: calc(100% - 5px) !important
    }

    .popup.form-pop .btn-submit input {
        width: calc(100% + 5px) !important;
        display: flex !important;
        justify-content: center !important
    }
}

@media (max-width: 550px) {
    .loader {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
}

@media (max-width: 440px) {
    .loader {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

.popup.form-pop input[type=submit] {
    border: 2px solid white;
}

.popup.share a:last-child {
    margin-right: 0 !important;
}

.hamburger.white.black .hamburger-inner,
.hamburger.white.black .hamburger-inner:after,
.hamburger.white.black .hamburger-inner:before {
    background-color: #212327 !important;
}

div.wpcf7-response-output {
    border-color: #ff9600;
}

.block_7 .left p {
    display: none;
}

.block_7 .left p.open {
    display: block;
}

.block_7 .right .img {
    transition: 0.4s;
}

.block_7 .right .img:nth-child(1):hover,
.block_7 .right .img:nth-child(2):hover {
    transform: translateX(-50%) translateY(-50%) scale(1.1) !important;
}

.block_7 .right .img:nth-child(3):hover {
    transform: translateX(-50%) translateY(50%) scale(1.1) !important;
}

.block_7 .right .img:nth-child(4):hover {
    transform: translateX(-50%) translateY(50%) scale(1.1) !important;
}

@media screen and (max-width: 1440px) {
    .block_7 .right .img:nth-child(4):hover {
        transform: translateX(-50%) translateY(-50%) scale(1.1) !important;
    }
}



.menu-languages {
    position: absolute;
    right: 0;
    top: 110px;
}
.menu-languages li {
    padding: 0 30px 0 0;
    width: max-content;
    margin-left: auto;
}
.menu-languages li span {
    color: rgba(33, 35, 39, .7);
}
.menu-languages li:before {
    left: unset;
    right: 0;
    width: 20px;
}
.menu-languages li.wpml-ls-current-language {
    padding: 0 40px 0 0;
}
.menu-languages li.wpml-ls-current-language span {
    color: #ff9600;
}
.menu-languages li.wpml-ls-current-language:before {
    width: 30px;
    background-color: #ff9600;
}

/*.block_4 .wrapper .info p,*/
/*.block_5 .left p,*/
/*.block_6 .wrapper-1 .txt p,*/
/*.block_7 .left p {*/
/*    font-size: 18px !important;*/
/*}*/
@media screen and (min-width: 1481px) {
    .block_3 .wrapper .tabs-bodies .box .right .info p,
    .block_4 .wrapper .info p,
    .block_4-mob .info p,
    .block_5 .left p,
    .block_6 .wrapper-1 .txt p,
    .block_6 .wrapper-1 .video .description,
    .block_7 .left p,
    .block_7 .mobile-version p,
    .block_8 .txt p {
        font-size: 18px !important;
    }
}
@media screen and (max-width: 1480px) {
    .block_3 .wrapper .tabs-bodies .box .right .info p,
    .block_4 .wrapper .info p,
    .block_4-mob .info p,
    .block_5 .left p,
    .block_6 .wrapper-1 .txt p,
    .block_6 .wrapper-1 .video .description,
    .block_7 .left p,
    .block_7 .mobile-version p,
    .block_8 .txt p {
        font-size: 18px !important;
    }
}
@media screen and (max-width: 1380px) {
    .block_3 .wrapper .tabs-bodies .box .right .info p,
    .block_4 .wrapper .info p,
    .block_4-mob .info p,
    .block_5 .left p,
    .block_6 .wrapper-1 .txt p,
    .block_6 .wrapper-1 .video .description,
    .block_7 .left p,
    .block_7 .mobile-version p,
    .block_8 .txt p {
        font-size: 16px !important;
    }
}
@media screen and (max-width: 620px) {
    .block_3 .wrapper .tabs-bodies .box .right .info p{
        font-size: 14px;
    }
}
@media screen and (max-width: 400px) {
    .block_3 .wrapper .tabs-bodies .box .right .info p{
        font-size: 12px;
    }
}
.block_3 .wrapper .tabs-bodies .box .right .info p{}
@media screen and (max-width: 550px) {
    .block_1 .wrapper .txt {
        margin: 0 auto;
    }

    .block_1 .wrapper .txt h1 {
        text-align: center;
    }

    .block_1 .wrapper p {
        text-align: center;
    }

    .block_1 .wrapper .btn-transform {
        transform: translate(-2.5px, 0);
    }
}

@media screen and (max-width: 1200px) {
    .block_7 .right{
        transform: translateX(110px);
    }
}
@media screen and (max-width: 1080px) {
    .block_7 .right{
        transform: translateX(40px);
    }
}
@media screen and (max-width: 900px) {
    .block_7 .right{
        transform: none;
    }
}
@media screen and (max-width: 850px) {
    .sub-blog .subscribe-ff p {margin-bottom: 10px !important;}
}



.mobile-version {
    display: none;
    padding: 70px 50px 50px;
}
@media screen and (max-width: 550px){
    .mobile-version{
        padding: 70px 40px 50px;
    }
}
.mobile-version {}
.mobile-version .slider-inst{
    background-color: #f4f4f3;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}
.mobile-version .title_2{
    margin-bottom: -4px;
    text-align: center;
}
.mobile-version .box{
    padding: 15px;
}
.mobile-version .box p{
    font-family: HelveticaNeueCyr, sans-serif;
    line-height: 1.2;
    font-size: 18px;
    margin-bottom: 30px;
}
.mobile-version .box .img{
    position: relative;
    z-index: 2;
    width: calc(100% - 70px);
    margin: 40px auto 40px 0;
}
.mobile-version .box .img img{
    width: 100%;
    height: calc(100vw - 180px);
    display: block;
    object-fit: cover;
}
.mobile-version .box .img .rect:nth-child(1){
    position: absolute;
    z-index: -1;
    left: -6px;
    top: -6px;
    width: 100%;
    height: 100%;
    border: 2px solid #212327;
    box-sizing: border-box;
}
.mobile-version .box .img .rect:nth-child(2){
    position: absolute;
    z-index: 2;
    left: 6px;
    top: 6px;
    width: 100%;
    height: 100%;
    border: 2px solid #212327;
    box-sizing: border-box;
}
.mobile-version .box .for-btn{
    margin-left: auto;
}
.mobile-version > .for-btn{
    margin: 30px  0 0 auto;
}
.mobile-version .slick-arrow{
    transform: none;
    z-index: 3;
    width: 40px;
    height: 40px;
    bottom: 60%;
    background-color: #f4f4f3;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    top: unset;
}
.mobile-version .slick-prev{
    left: 12px;
    transform: translate(calc(-100% - 10px), calc(100% + 10px));
}
.mobile-version .slick-next{
    right: 12px;
    transform: translate(calc(100% + 10px), calc(100% + 10px));
}
.mobile-version .slick-arrow:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    border: 2px solid #212327;
    opacity: 1;
}
.mobile-version .slick-prev:before{
    transform: translateX(-25%) translateY(-50%) rotate(45deg);
    border-right: none;
    border-top: none;
}
.mobile-version .slick-next:before{
    transform: translateX(-75%) translateY(-50%) rotate(45deg);
    border-left: none;
    border-bottom: none;
}


.mobile-version .slider-inst{transition: transform 0.8s 0.4s, opacity 0.8s 0.4s;}
.mobile-version .box p {transition: opacity 0.6s 1.2s;}
.mobile-version .box .img{transition: opacity 0.6s 1.4s;}
.mobile-version .box .for-btn{transition: opacity 0.6s 1.6s;}
.mobile-version .box .slick-arrow{transition: opacity 0.6s 1.8s;}

.wow .mobile-version .slider-inst{
    transform: scale(0.9);
    opacity: 0;
}
.wow .mobile-version .box p {
    opacity: 0;
}
.wow .mobile-version .box .img{
    opacity: 0;
}
.wow .mobile-version .box .for-btn{
    opacity: 0;
}
.wow .mobile-version .box .slick-arrow{
    opacity: 0;
}

@media screen and (max-width: 870px) {
    .block_7 .left {display: none;}
    .block_7 .right {display: none;}
    .mobile-version {display: block;}
}
.block_4-mob .info .btn-transform{
    margin-top: 15px;
}

