@charset "UTF-8";
.btn,
.input-wrap {
    position: relative
}

.nav,
.wrapper--center {
    -webkit-box-align: center
}

.main,
body {
    min-width: 320px
}

.iconic,
a {
    text-decoration: none
}

.btn,
.burger,
.footer__burger,
.popup-close {
    cursor: pointer
}

*,
.footer,
.input,
.nav,
.wrapper {
    box-sizing: border-box
}

.page,
.second__content,
.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}







.btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 23px 27px;
    -webkit-transition: all .5s;
    transition: all .5s;
    border: 2px solid #ea2828;
    background-color: #ea2828;
    z-index: 2
}



button,
button:focus,
input,
input:focus,
textarea,
textarea:focus {
    border: none;
    outline: 0
}

.btn--white:hover svg path {
    fill: #fff!important
}

@media screen and (max-width:1250px) {
    .btn {
        font-size: 12px;
        padding: 17px 27px
    }
}

@media screen and (max-width:766px) {
    .btn {
        font-size: 14px;
        padding: 23px 27px
    }
}

button,
input,
textarea {
    background-color: transparent
}

.input-wrap {
    margin-bottom: 45px
}

.input-wrap:last-child {
    margin-bottom: 0
}

.input {
    font-size: 14px;
    color: #fff;
    padding: 5px 7px;
    border-bottom: 1px solid #3d3c3e
}

.input:focus {
    border-bottom: 1px solid #fff!important
}

.input.error {
    border-bottom: 1px solid #ea2828
}

.input::-webkit-input-placeholder {
    color: #504f53
}

.input:-ms-input-placeholder {
    color: #504f53
}

.input::placeholder {
    color: #504f53
}

label.error {
    font-size: 12px;
    color: #ea2828;
    position: absolute;
    bottom: -15px;
    left: 0
}

textarea.input {
    height: 27px;
    overflow: hidden;
    max-height: 150px
}

textarea.input::-webkit-input-placeholder {
    font-family: "Open Sans";
    font-size: 14px
}

textarea.input:-ms-input-placeholder {
    font-family: "Open Sans";
    font-size: 14px
}

textarea.input::placeholder {
    font-family: "Open Sans";
    font-size: 14px
}

.link {
    display: inline-block;
    color: #fff
}

.link--red,
.link:hover {
    color: #ea2828
}

.link:hover {
    -webkit-transition: .3s linear;
    transition: .3s linear
}

.footer,
.link--border:hover {
    color: #fff
}

.link--red:hover {
    color: #fff;
    -webkit-transition: .3s linear;
    transition: .3s linear
}

.link--border {
    position: relative
}

.link--border:after {
    width: 100%;
    height: 2px;
    background-color: #ea2828;
    position: absolute;
    bottom: -25px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.link--border:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.fw300 {
    font-weight: 300
}

.fw600 {
    font-weight: 600
}

.fw700 {
    font-weight: 700
}

.fw800 {
    font-weight: 800
}

.text {
    max-width: 470px;
    line-height: 1.7
}

@media screen and (max-width:1250px) {
    .text {
        font-size: 12px
    }
}

@media screen and (max-width:960px) {
    .text {
        font-size: 15px
    }
}

.h2 {
    font-size: 7.33333rem;
    font-weight: 700;
    margin-bottom: 38px;
    line-height: 1
}

*,
body {
    padding: 0;
    margin: 0
}

.h2--2 {
    font-size: 6.66667rem
}

.h2--3 {
    font-size: 4.66667rem
}

@media screen and (max-width:1200px) {
    .h2 {
        font-size: 90px
    }
    .h2--2 {
        font-size: 70px
    }
    .h2--3 {
        font-size: 50px
    }
}

:root,
body,
html {
    font-size: 15px;
    overflow-x: hidden
}

* {
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent
}

body {
    font-weight: 400
}

@media screen and (max-width:480px) {
    body {
        font-size: .93333rem
    }
}





.main {
    width: 100%;
    position: relative;
    font-size: 14px;
    -webkit-transition: -webkit-transform .6s linear;
    transition: transform .6s linear;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.main.menu {
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px)
}

.main.menu:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 5
}

@media screen and (max-width:766px) {
    .wrapper {
        padding-left: 15px
    }
    .main.menu {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transition: none;
        transition: none
    }
}

.page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative
}

.blur .page {
    -webkit-filter: blur(4px);
    filter: blur(4px)
}

.blur .popup-overlay,
.blur .popup-overlay:after {
    visibility: visible;
    opacity: 1
}

.header {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100
}

@media screen and (max-width:400px) {
    .header .bid {
        width: -webkit-calc(100% - 148px);
        width: calc(100% - 148px)
    }
    .header .btn {
        width: 100%;
        text-align: center;
        padding-left: 5px;
        padding-right: 5px
    }
}

.burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    height: 50px;
    background-color: #fff;
    -webkit-transition: .3s linear;
    transition: .3s linear
}

.burger:hover {
    background-color: #30180e;}

.burger__line {
    display: block;
    width: 20px;
    height: 3px;
    background-color: #040404;
    margin-bottom: 4px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 1px
}

.burger__line:last-child {
    margin-bottom: 0
}

.burger:hover .burger__line {
    background-color: #fff
}

.burger.active {
    background-color: #fff;
}

.burger.active .burger__line {
    background-color: #fff;
}

.burger.active .burger__line:nth-child(1) {
    -webkit-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
    transform-transform-origin: center center
}

.burger.active .burger__line:nth-child(2) {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0
}

.burger.active .burger__line:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}

@media screen and (max-width:1250px) {
    .burger {
        width: 62px;
        height: 55px
    }
}

@media screen and (max-width:766px) {
    .header {
        position: fixed
    }
    .burger {
        width: 69px;
        height: 69px;
        position: relative;
        z-index: 2
    }
}

.bid,
.footer,
.footer__burger,
.logo {
    position: absolute
}

.logo {
    display: block;
    width: 93px;
    height: 83px;
    top: 63px;
    left: 78px
}

.logo svg path {
    fill: #fff;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.logo.active svg path,
.logo:hover svg path,
.second__block-picture .btn svg path {
    fill: #ea2828
}

@media screen and (max-width:1250px) {
    .logo {
        width: 70px;
        height: 57px;
        top: 51px;
        left: 57px
    }
}

@media screen and (max-width:766px) {
    .logo {
        top: -5px;
        width: 91px;
        height: 70px;
        left: 63px
    }
    .logo:before {
        content: '';
        display: block;
        width: 83px;
        height: 68px;
        position: absolute;
        top: 2px;
        left: 0;
        background-color: #040404;
        z-index: -1
    }
}

.bid {
    display: inline-block;
    top: 0;
    right: 0
}

.footer {
    display: block;
    padding: 25px 0;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 8
}

.footer__data,
.popup-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.footer__data {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__soc .link {
    margin-right: 27px
}

.footer__soc .link:last-child {
    margin-right: 0
}

.footer__burger {
    width: 16px;
    bottom: 25px;
    left: 33px
}

.footer__burger.active .footer__burger-line {
    -webkit-animation: move-up-and-down .3s infinite alternate;
    animation: move-up-and-down .3s infinite alternate;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left
}

.footer__burger.active .footer__burger-line:nth-child(1) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.footer__burger.active .footer__burger-line:nth-child(2) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.footer__burger.active .footer__burger-line:nth-child(3) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

@media screen and (max-width:1024px) {
    .footer__burger {
        display: none
    }
}

.footer__burger-line {
    width: 100%;
    height: 2px;
    margin-bottom: 4px;
    background-color: #fff;
    -webkit-transition: .3s linear;
    transition: .3s linear
}

.footer__burger-line:last-child {
    margin-bottom: 0
}

.footer__burger-line--middle {
    width: 10px;
    margin-left: auto;
    margin-right: auto
}

.footer__burger:hover .footer__burger-line {
    background-color: #ea2828
}

@media screen and (max-width:766px) {
    .footer {
        padding: 20px 0;
        position: static;
        background-color: #0f0f10;
        border-top: 1px solid #3d3c3e;
        color: #fff
    }
    .footer__data {
        display: block
    }
    .footer__unit {
        text-align: center;
        margin-bottom: 15px
    }
    .footer__unit:last-child {
        margin-bottom: 0
    }
    .footer__unit .link {
        border: none
    }
    .footer__unit .link:after {
        display: none
    }
    .footer__unit .link:hover {
        color: #ea2828
    }
    .footer__burger {
        bottom: 57px;
        left: 15px
    }
}

@-webkit-keyframes move-up-and-down {
    0% {
        opacity: .3;
        -webkit-transform: scaleX(.05);
        transform: scaleX(.05)
    }
    100% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes move-up-and-down {
    0% {
        opacity: .3;
        -webkit-transform: scaleX(.05);
        transform: scaleX(.05)
    }
    100% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.picture {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.picture img {
    width: 120%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: 1.8s ease;
    transition: 1.8s ease;
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25)
}

.picture--2 img {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4)
}

.picture-large {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.nav,
.popup {
    overflow-x: hidden;
    overflow-y: auto
}

.picture-large img {
    width: 120%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: 1.8s ease;
    transition: 1.8s ease;
    -webkit-transform: scale(1.1) translateX(40px);
    -ms-transform: scale(1.1) translateX(40px);
    transform: scale(1.1) translateX(40px)
}

.first__picture-foil {
    -webkit-transition: 1.5s ease;
    transition: 1.5s ease;
    -webkit-transform: scale(1.1) translateX(50px);
    -ms-transform: scale(1.1) translateX(50px);
    transform: scale(1.1) translateX(50px);
    will-change: transform
}

.first__picture-foil.active {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.title-animate {
    opacity: 0;
    -webkit-transition: 10ms ease-in;
    transition: 10ms ease-in;
    -webkit-transition-delay: .35s;
    transition-delay: .35s
}

.title-animate span {
    min-height: 10px;
    position: relative;
    -webkit-transition: none;
    transition: none;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    will-change: opacity, transform
}

@media screen and (max-width:766px) {
    .title-animate {
        opacity: 1
    }
}

.swiper-slide-active .picture img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-slide-active .picture-large img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.swiper-slide-active.from-right .title-animate span {
    -webkit-animation: letterRight 1s linear;
    animation: letterRight 1s linear
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(2) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(3) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(4) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(5) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(6) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(7) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(8) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(9) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(10) {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(11) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(12) {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(13) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(14) {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(15) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(16) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(17) {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(18) {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(19) {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(20) {
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(21) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(22) {
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(23) {
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(24) {
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(25) {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(26) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(27) {
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(28) {
    -webkit-animation-delay: 2.7s;
    animation-delay: 2.7s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(29) {
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(30) {
    -webkit-animation-delay: 2.9s;
    animation-delay: 2.9s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(31) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(32) {
    -webkit-animation-delay: 3.1s;
    animation-delay: 3.1s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(33) {
    -webkit-animation-delay: 3.2s;
    animation-delay: 3.2s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(34) {
    -webkit-animation-delay: 3.3s;
    animation-delay: 3.3s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(35) {
    -webkit-animation-delay: 3.4s;
    animation-delay: 3.4s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(36) {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(37) {
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(38) {
    -webkit-animation-delay: 3.7s;
    animation-delay: 3.7s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(39) {
    -webkit-animation-delay: 3.8s;
    animation-delay: 3.8s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(40) {
    -webkit-animation-delay: 3.9s;
    animation-delay: 3.9s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(41) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(42) {
    -webkit-animation-delay: 4.1s;
    animation-delay: 4.1s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(43) {
    -webkit-animation-delay: 4.2s;
    animation-delay: 4.2s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(44) {
    -webkit-animation-delay: 4.3s;
    animation-delay: 4.3s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(45) {
    -webkit-animation-delay: 4.4s;
    animation-delay: 4.4s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(46) {
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(47) {
    -webkit-animation-delay: 4.6s;
    animation-delay: 4.6s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(48) {
    -webkit-animation-delay: 4.7s;
    animation-delay: 4.7s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(49) {
    -webkit-animation-delay: 4.8s;
    animation-delay: 4.8s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(50) {
    -webkit-animation-delay: 4.9s;
    animation-delay: 4.9s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(51) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(52) {
    -webkit-animation-delay: 5.1s;
    animation-delay: 5.1s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(53) {
    -webkit-animation-delay: 5.2s;
    animation-delay: 5.2s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(54) {
    -webkit-animation-delay: 5.3s;
    animation-delay: 5.3s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(55) {
    -webkit-animation-delay: 5.4s;
    animation-delay: 5.4s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(56) {
    -webkit-animation-delay: 5.5s;
    animation-delay: 5.5s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(57) {
    -webkit-animation-delay: 5.6s;
    animation-delay: 5.6s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(58) {
    -webkit-animation-delay: 5.7s;
    animation-delay: 5.7s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(59) {
    -webkit-animation-delay: 5.8s;
    animation-delay: 5.8s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(60) {
    -webkit-animation-delay: 5.9s;
    animation-delay: 5.9s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(61) {
    -webkit-animation-delay: 6s;
    animation-delay: 6s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(62) {
    -webkit-animation-delay: 6.1s;
    animation-delay: 6.1s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(63) {
    -webkit-animation-delay: 6.2s;
    animation-delay: 6.2s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(64) {
    -webkit-animation-delay: 6.3s;
    animation-delay: 6.3s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(65) {
    -webkit-animation-delay: 6.4s;
    animation-delay: 6.4s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(66) {
    -webkit-animation-delay: 6.5s;
    animation-delay: 6.5s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(67) {
    -webkit-animation-delay: 6.6s;
    animation-delay: 6.6s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(68) {
    -webkit-animation-delay: 6.7s;
    animation-delay: 6.7s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(69) {
    -webkit-animation-delay: 6.8s;
    animation-delay: 6.8s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(70) {
    -webkit-animation-delay: 6.9s;
    animation-delay: 6.9s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(71) {
    -webkit-animation-delay: 7s;
    animation-delay: 7s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(72) {
    -webkit-animation-delay: 7.1s;
    animation-delay: 7.1s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(73) {
    -webkit-animation-delay: 7.2s;
    animation-delay: 7.2s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(74) {
    -webkit-animation-delay: 7.3s;
    animation-delay: 7.3s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(75) {
    -webkit-animation-delay: 7.4s;
    animation-delay: 7.4s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(76) {
    -webkit-animation-delay: 7.5s;
    animation-delay: 7.5s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(77) {
    -webkit-animation-delay: 7.6s;
    animation-delay: 7.6s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(78) {
    -webkit-animation-delay: 7.7s;
    animation-delay: 7.7s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(79) {
    -webkit-animation-delay: 7.8s;
    animation-delay: 7.8s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(80) {
    -webkit-animation-delay: 7.9s;
    animation-delay: 7.9s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(81) {
    -webkit-animation-delay: 8s;
    animation-delay: 8s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(82) {
    -webkit-animation-delay: 8.1s;
    animation-delay: 8.1s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(83) {
    -webkit-animation-delay: 8.2s;
    animation-delay: 8.2s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(84) {
    -webkit-animation-delay: 8.3s;
    animation-delay: 8.3s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(85) {
    -webkit-animation-delay: 8.4s;
    animation-delay: 8.4s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(86) {
    -webkit-animation-delay: 8.5s;
    animation-delay: 8.5s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(87) {
    -webkit-animation-delay: 8.6s;
    animation-delay: 8.6s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(88) {
    -webkit-animation-delay: 8.7s;
    animation-delay: 8.7s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(89) {
    -webkit-animation-delay: 8.8s;
    animation-delay: 8.8s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(90) {
    -webkit-animation-delay: 8.9s;
    animation-delay: 8.9s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(91) {
    -webkit-animation-delay: 9s;
    animation-delay: 9s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(92) {
    -webkit-animation-delay: 9.1s;
    animation-delay: 9.1s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(93) {
    -webkit-animation-delay: 9.2s;
    animation-delay: 9.2s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(94) {
    -webkit-animation-delay: 9.3s;
    animation-delay: 9.3s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(95) {
    -webkit-animation-delay: 9.4s;
    animation-delay: 9.4s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(96) {
    -webkit-animation-delay: 9.5s;
    animation-delay: 9.5s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(97) {
    -webkit-animation-delay: 9.6s;
    animation-delay: 9.6s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(98) {
    -webkit-animation-delay: 9.7s;
    animation-delay: 9.7s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(99) {
    -webkit-animation-delay: 9.8s;
    animation-delay: 9.8s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(100) {
    -webkit-animation-delay: 9.9s;
    animation-delay: 9.9s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(101) {
    -webkit-animation-delay: 10s;
    animation-delay: 10s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(102) {
    -webkit-animation-delay: 10.1s;
    animation-delay: 10.1s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(103) {
    -webkit-animation-delay: 10.2s;
    animation-delay: 10.2s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(104) {
    -webkit-animation-delay: 10.3s;
    animation-delay: 10.3s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(105) {
    -webkit-animation-delay: 10.4s;
    animation-delay: 10.4s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(106) {
    -webkit-animation-delay: 10.5s;
    animation-delay: 10.5s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(107) {
    -webkit-animation-delay: 10.6s;
    animation-delay: 10.6s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(108) {
    -webkit-animation-delay: 10.7s;
    animation-delay: 10.7s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(109) {
    -webkit-animation-delay: 10.8s;
    animation-delay: 10.8s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(110) {
    -webkit-animation-delay: 10.9s;
    animation-delay: 10.9s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(111) {
    -webkit-animation-delay: 11s;
    animation-delay: 11s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(112) {
    -webkit-animation-delay: 11.1s;
    animation-delay: 11.1s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(113) {
    -webkit-animation-delay: 11.2s;
    animation-delay: 11.2s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(114) {
    -webkit-animation-delay: 11.3s;
    animation-delay: 11.3s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(115) {
    -webkit-animation-delay: 11.4s;
    animation-delay: 11.4s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(116) {
    -webkit-animation-delay: 11.5s;
    animation-delay: 11.5s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(117) {
    -webkit-animation-delay: 11.6s;
    animation-delay: 11.6s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(118) {
    -webkit-animation-delay: 11.7s;
    animation-delay: 11.7s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(119) {
    -webkit-animation-delay: 11.8s;
    animation-delay: 11.8s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(120) {
    -webkit-animation-delay: 11.9s;
    animation-delay: 11.9s
}

.swiper-slide-active.from-right .title-animate span:nth-last-child(121) {
    -webkit-animation-delay: 12s;
    animation-delay: 12s
}

.swiper-slide-active .title-animate,
.swiper-slide.swiper-slide-active:before {
    opacity: 1
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes letter {
    from {
        -webkit-transform: translateX(200px);
        transform: translateX(200px)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes letter {
    from {
        -webkit-transform: translateX(200px);
        transform: translateX(200px)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes letterRight {
    from {
        -webkit-transform: translateX(-200px);
        transform: translateX(-200px)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes letterRight {
    from {
        -webkit-transform: translateX(-200px);
        transform: translateX(-200px)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.stroke-dotted {
    opacity: 0;
    stroke-dasharray: 4, 5;
    stroke-width: 1px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: spin 4s infinite linear;
    animation: spin 4s infinite linear;
    -webkit-transition: opacity 1s ease, stroke-width 1s ease;
    transition: opacity 1s ease, stroke-width 1s ease
}

.stroke-solid {
    stroke-dashoffset: 0;
    stroke-dashArray: 300;
    stroke-width: 6px;
    -webkit-transition: stroke-dashoffset 1s ease, opacity 1s ease;
    transition: stroke-dashoffset 1s ease, opacity 1s ease
}

.icon {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out
}

#play:hover .stroke-dotted {
    stroke-width: 4px;
    opacity: 1
}

#play:hover .stroke-solid {
    opacity: 0;
    stroke-dashoffset: 300
}

#play:hover .icon {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.popup {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #0d0d11;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-transition: .7s ease;
    transition: .7s ease;
    opacity: 0;
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%)
}

.nav,
.popup-close {
    position: absolute
}

.popup.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.popup-close {
    top: 0;
    right: 0;
    background-color: #ea2828;
    width: 75px;
    height: 75px;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.popup-close:hover {
    background-color: rgba(234, 40, 40, .8)
}

.popup-close:before {
    content: url(../images/svg/close.svg);
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media screen and (max-width:766px) {
    .popup-close {
        width: 40px;
        height: 40px
    }
    .nav {
        position: fixed
    }
}

.popup-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.popup__iframe {
    width: 75%;
    height: 45vw;
    max-height: 100%
}

@media screen and (max-width:600px) {
    .popup__iframe {
        width: 85%;
        height: 51vw
    }
}

.popup__form {
    max-width: 640px;
    width: 100%;
    margin-bottom: -30px
}

@media screen and (max-width:1250px) {
    .popup__form .form__part {
        padding-bottom: 60px
    }
}

@media screen and (max-width:960px) {
    .popup__form {
        max-width: 500px
    }
    .popup__form .form__part {
        padding-bottom: 40px
    }
    .popup__form .input-wrap {
        margin-bottom: 30px
    }
    .popup__form .input-wrap:last-child {
        margin-bottom: 0
    }
    .popup__form .form__block {
        padding-left: 75px
    }
}

@media screen and (max-width:600px) {
    .popup__form {
        max-width: 85%
    }
    .popup__form .form__block {
        padding-left: 42px;
        padding-right: 41px
    }
    .popup__form .input-wrap {
        margin-bottom: 25px
    }
    .popup__form .input-wrap:last-child {
        margin-bottom: 0
    }
}

@media screen and (max-width:460px) {
    .popup__form {
        width: 95%;
        margin-left: -12px
    }
    .popup__form .form__part {
        padding-bottom: 12px
    }
    .popup__form .form__block {
        padding-left: 15px;
        padding-right: 15px
    }
    .popup__form label.error {
        font-size: 10px
    }
}

.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 670px;
    height: 100%;
    background-color: #011d2b;
    color: #fff;
    padding-left: 260px;
    padding-right: 122px;
    min-height: 460px;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .7s linear;
    transition: transform .7s linear
}

.nav.active {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.nav__item {
    display: block;
    list-style: none;
    margin-bottom: 22px
}

.nav__web,
.preloader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.nav__item:last-child {
    margin-bottom: 0
}

.nav__item .link {
    font-weight: 700;
    font-size: 20px
}

.nav__item .link.active {
    color: #ea2828
}

.nav__web {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    font-size: 14px;
    color: #fff;
    left: -120px;
    top: 50%;
    -webkit-transform: rotate(-90deg) translateY(-50%);
    -ms-transform: rotate(-90deg) translateY(-50%);
    transform: rotate(-90deg) translateY(-50%)
}

.nav__web-span {
    padding-right: 160px;
    position: relative
}

.nav__web-span:after {
    content: '';
    width: 94px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: 32px;
    top: 9px
}

@media screen and (max-width:1300px) {
    .nav {
        width: 480px;
        padding-left: 160px;
        padding-right: 50px
    }
}

@media screen and (max-width:766px) {
    .nav {
        width: 400px;
        padding: 90px 20px 90px 80px
    }
}

@media screen and (max-width:600px) {
    .nav {
        width: 300px
    }
    .nav__item {
        margin-bottom: 15px
    }
    .nav__item .link {
        font-size: 16px
    }
}

@media screen and (max-width:480px) {
    .nav {
        width: 250px;
        padding-top: 100px;
        display: block;
        padding-left: 20px;
        padding-bottom: 30px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .nav__web {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-top: 30px
    }
    .nav__item .link {
        font-size: 15px
    }
    .nav__web-span {
        padding-right: 25px
    }
    .nav__web-span:after {
        right: 10px;
        width: 5px
    }
}

.preloader {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #050607
}

.preloader__block {
    width: auto;
    position: relative
}

.preloader-persentage {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: 85px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.swiper-slide,
.swiper-wrapper {
    position: relative;
    height: 100%
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform, -webkit-transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform, -webkit-transform;
    transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height, -webkit-transform;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-scrollbar-cursor-drag,
.swiper-slide-zoomed {
    cursor: move
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s -webkit-transform, .2s top, .2s -webkit-transform;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.second__content,
.swiper-zoom-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s -webkit-transform, .2s left, .2s -webkit-transform;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s -webkit-transform, .2s right, .2s -webkit-transform;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}



.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container {
    width: 100%;
    height: 100vh;
    float: left;
    -webkit-transition: opacity .6s ease, -webkit-transform .3s ease;
    transition: opacity .6s ease, transform .3s ease
}

.swiper-slide {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
    counter-increment: gallery-cell
}

.swiper-slide:before {
    content: "0" counter(gallery-cell);
    display: inline-block;
    width: auto;
    position: absolute;
    bottom: -40px;
    right: 50px;
    color: #fff;
    font-weight: 700;
    font-size: 72px;
    z-index: 7;
    opacity: 0;
    -webkit-transition: .5s ease-in;
    transition: .5s ease-in;display:none;
}

.swiper-slide.tenth:before {
    content: counter(gallery-cell)
}



.swiper-slide .entity-img {
    display: none
}
#bgh{position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;}
.slide-show-number-block {
    position: fixed;
    top: -webkit-calc(50% - 162px);
    top: calc(50% - 162px);
    left: 34px;
    font-size: 22px;
    z-index: 12;
    color: #fff;
    font-weight: 300;
    transform: translateY(-50%)
   font-weight:bold;
}

.slide-show-number {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);font-weight:bold;
}

.slide-show-number:before {
    content: '0'
}

@media screen and (max-width:766px) {
    .slide-show-number {
        display: none
    }
}

.slider-pagination.swiper-pagination-progressbar {
    display: block;
    position: fixed!important;
    width: 240px!important;
    height: 3px!important;
    background: #fff!important;
    left: -75px!important;
    top: 50%!important;
    -webkit-transform: rotate(-90deg) translateY(-50%)!important;
    -ms-transform: rotate(-90deg) translateY(-50%)!important;
    transform: rotate(-90deg) translateY(-50%)!important;
    z-index: 12!important;
}

.slider-pagination.swiper-pagination-progressbar:before {
    content: '00';
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    position: absolute;
    left: -50px;
    bottom: -7px;
font-weight:bold;
}

.slider-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #011d2b!important;}

.iframe {
    display: none
}

.first {
    width: 100%;
    font-size: 15px;
    color: #fff
}

.first.swiper-slide-prev .first__picture {
    -webkit-transform: translateX(460px);
    -ms-transform: translateX(460px);
    transform: translateX(460px)
}

@media screen and (max-width:1450px) {
    .first.swiper-slide-prev .first__picture {
        -webkit-transform: translateX(260px);
        -ms-transform: translateX(260px);
        transform: translateX(260px)
    }
}

@media screen and (max-width:1340px) {
    .first.swiper-slide-prev .first__picture {
        -webkit-transform: translateX(160px);
        -ms-transform: translateX(160px);
        transform: translateX(160px)
    }
}

@media screen and (max-width:1050px) {
    .first.swiper-slide-prev .first__picture-foil {
        background-position: 80% 60%
    }
}



.first .plus-icon {
    top: 15%;
    right: 18%
}

.first__part {
    position: relative
}

.first__part .plus-icon {
    right: -80px;
    bottom: -80px
}

.first__part .plus-icon:after,
.first__part .plus-icon:before {
    background-color: #ea2828
}



.first .wrapper,
.second__content,
.second__text-desc,
.second__top {
    position: relative
}

@media screen and (max-width:1250px) {
    
}


.fourth .slide-bgimg,
.sixth__foil {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.first__text {
    margin-top: 55px
}

.first__text .text {
    margin-bottom: 70px
}

.first__title {
    font-weight: 700;
    color: #ea2828;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
    opacity: 0;
    -webkit-transition: 1.5s ease;
    transition: 1.5s ease
}

.first__title.show {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.first__title span {
    font-size: 110px;
    line-height: 1
}

@media screen and (max-width:1250px) {
    .first__title span {
        font-size: 100px
    }
}

.first__title-h2 {
    color: #fff;
    margin-top: -55px
}

.first .wrapper {
    z-index: 4
}

.second {
    color: #fff;
    background-color: #020206
}

.second__content {
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 3
}

.second__top,
.third .slide-bgimg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.second__top {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 466px;
    width: 100%;
    margin: 0 auto;
    background-color: #ea2828;
    height: 54vh
}

.second__top .plus-icon {
    right: -148px;
    bottom: 202px
}

.second__top .plus-icon--2 {
    left: -14px;
    bottom: -219px;
    right: auto
}

@media screen and (max-width:960px) {
    .second__top {
        height: 70vh
    }
}

.second__text {
    margin-left: -128px
}

.second__text-desc:before {
    content: '002';
    position: absolute;
    top: 0;
    left: -154px;
    font-size: 15px;
    font-weight: 300;
    color: #bebebe
}

.second__block-picture {
    width: -webkit-calc(50% - 37px);
    width: calc(50% - 37px);
    margin-left: auto;
    margin-right: 0;
    height: 46vh;
    position: relative;
    overflow: hidden
}

.second__block-picture .btn {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.second__block-picture .btn svg {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 16px;
    margin-left: 18px
}

.third {
    color: #777
}

.third .slide-bgimg {
    padding-left: 240px;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    background-color: #020206
}

.third__desc-image,
.third__image .picture {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

@media screen and (max-width:1500px) {
    .third .slide-bgimg {
        padding-left: 185px
    }
}

@media screen and (max-width:1250px) {
    .third .slide-bgimg {
        padding-left: 140px
    }
}

@media screen and (max-width:1190px) {
    .second__block-picture {
        width: -webkit-calc(50% - 52px);
        width: calc(50% - 52px)
    }
    .third .slide-bgimg {
        padding-left: 62px
    }
}

@media screen and (max-width:960px) {
    .second__block-picture {
        height: 30vh
    }
    .third .slide-bgimg {
        padding-left: 0
    }
}

.third__image {
    width: -webkit-calc(100% - 530px);
    width: calc(100% - 530px);
    position: relative
}

.third__image .picture {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.third__image .plus-icon {
    bottom: 120px;
    left: -72px;
    z-index: 2
}

.third__image .plus-icon--2 {
    top: 75px;
    right: 65px;
    bottom: auto;
    left: auto
}

.third__image .plus-icon--2:after,
.third__image .plus-icon--2:before {
    background-color: #ea2828
}

.third__desc {
    width: 530px;
    position: relative;
    box-sizing: border-box;
    padding-bottom: 212px;
    padding-top: 27vh;
    background-color: #f2f2f2
}

.third__desc-image {
    width: 100%;
    height: 212px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.third__desc-image img {
    width: 100%
}

.third__title {
    margin-left: -138px
}

.third__title .h2 {
    color: #ea2828
}




@media screen and (max-width:1400px) {
    .fourth .slide-bgimg:after {
        left: 175px
    }
}

.fourth .slide-bgimg .h2 {
    margin-left: -60px
}

.fourth__text {
    max-width: 265px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 11%;
    text-align: left
}

@media screen and (max-width:1190px) {
    .fourth__text {
        right: 3%
    }
}

@media screen and (max-width:960px) {
    .third__desc-image {
        height: 228px
    }
    .fourth__text {
        right: 1%;
        top: 20%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fourth .h2 {
    position: relative
}

.fourth .h2 .plus-icon {
    left: -100px;
    top: -15vh
}

.fourth .h2 .plus-icon--2 {
    left: auto;
    top: auto;
    bottom: -16vh;
    right: -100px
}

.fifth__picture {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.fifth__block {
    width: auto;
    position: relative;
    padding: 50px 0;
    z-index: 2
}

.fifth__block:after,
.fifth__block:before {
    content: url(../images/icons/plus.png);
    position: absolute
}

.plus-icon:after,
.plus-icon:before {
    content: '';
    background-color: #fff
}

.fifth__block:before {
    top: 0;
    right: -25px
}

.fifth__block:after {
    bottom: 0;
    left: -90px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fifth__title {
    font-size: 162px;
    font-weight: 800;
    color: #fff;
    line-height: 1
}

@media screen and (max-width:1190px) {
    .fifth__title {
        font-size: 140px
    }
}

@media screen and (max-width:960px) {
    .fifth__title {
        font-size: 110px
    }
    .sixth__content {
        padding-bottom: 200px
    }
}

.fifth__red {
    color: #ea2828
}

.fifth .play-icon {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer
}

.fifth .play-icon svg {
    width: 100%;
    height: 100%;
    stroke-dasharray: 280;
    -webkit-animation: play 3s linear alternate infinite;
    animation: play 3s linear alternate infinite
}

.plus-icon,
.plus-icon:before {
    width: 18px;
    display: block;
    position: absolute
}

.plus-icon {
    height: 18px;
    z-index: 8
}

.plus-icon:before {
    height: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0
}

.plus-icon:after {
    display: block;
    width: 2px;
    height: 18px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 0
}

.eighth__content,
.sixth__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.eighth__content,
.seventh__content,
.sixth__content,
.sixth__foil {
    height: 100%;
    width: 100%
}

.sixth__foil {
    background-image: url(../images/background/fon6.png)
}

.sixth__content {
    position: relative;
    z-index: 3;
    color: #fff;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.sixth__content:after {
    content: '006';
    position: absolute;
    left: 260px;
    top: -webkit-calc(50% + 20px);
    top: calc(50% + 20px);
    font-size: 14px
}

@media screen and (max-width:1400px) {
    .sixth__content:after {
        left: 180px
    }
}

@media screen and (max-width:1190px) {
    .sixth__content:after {
        left: 115px
    }
}

@media screen and (max-width:766px) {
    .sixth__content:after {
        display: none
    }
}

.sixth__block {
    width: 100%;
    max-width: 426px;
    margin-left: -16%;
    position: relative
}

.sixth__block .h2 {
    font-size: 80px
}

@media screen and (max-width:1250px) {
    .sixth__block .h2 {
        font-size: 60px
    }
}

.sixth__block .plus-icon {
    position: absolute;
    top: -170px;
    left: -170px
}

@media screen and (max-width:1700px) {
    .sixth__block .plus-icon {
        top: -80px;
        left: -30px
    }
}

.sixth__image {
    max-width: 35%;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: -7px
}

@media screen and (max-width:960px) {
    .sixth__block {
        margin-left: 20%
    }
    .sixth__block .h2 {
        font-size: 80px
    }
    .sixth__image {
        max-width: 45%
    }
}

.seventh {
    color: #fff
}

.seventh .slide-bgimg {
    background-color: #0f0f10
}

.seventh__content {
    position: relative;
    z-index: 3
}

.seventh__image {
    position: absolute;
    top: 55px;
    right: 37%;
    max-width: 240px;
    z-index: 2
}

@media screen and (max-width:1600px) {
    .seventh__image {
        right: 26%
    }
}

@media screen and (max-width:1350px) {
    .seventh__image {
        top: 0;
        right: 21%
    }
}

@media screen and (max-width:960px) {
    .seventh__image {
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.seventh__image-large {
    position: absolute;
    bottom: 0;
    right: 7%
}

@media screen and (max-width:1700px) {
    .seventh__image-large {
        right: -100px
    }
}

@media screen and (max-width:1530px) {
    .seventh__image-large {
        right: -180px
    }
}

@media screen and (max-width:1450px) {
    .seventh__image-large {
        right: -280px
    }
}

@media screen and (max-width:1350px) {
    .seventh__image-large {
        right: -380px
    }
}

.seventh .wrapper {
    position: relative;
    z-index: 3
}

.seventh__title {
    margin-top: 50px;
    max-width: 520px;
    position: relative
}

.seventh__title .h2 {
    font-size: 60px
}

@media screen and (max-width:1250px) {
    .seventh__title .h2 {
        font-size: 40px
    }
}

@media screen and (max-width:960px) {
    .seventh__title .h2 {
        font-size: 60px
    }
    .seventh__title {
        margin-top: 0
    }
}

.seventh__title .plus-icon {
    left: -60px;
    bottom: -134px
}

.seventh__title .plus-icon--2 {
    bottom: auto;
    left: auto;
    top: -20vh;
    right: 200px
}

.seventh__title .plus-icon--2:after,
.seventh__title .plus-icon--2:before {
    background-color: #ea2828
}

.eighth .slide-bgimg,
.ninth .slide-bgimg {
    background-color: #0f0f10
}

.seventh__text {
    max-width: 300px;
    position: absolute;
    padding-top: 60px;
    z-index: 3;
    top: 40%;
    right: 26%
}

.seventh__text:before {
    content: '007';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px
}

@media screen and (max-width:1600px) {
    .seventh__text {
        right: 15%
    }
}

.red {
    color: #ea2828
}

.eighth,
.ninth,
.tenth {
    color: #fff
}

.title-animate span {
    display: inline-block;
    min-width: 10px
}

.eighth.swiper-slide {
    overflow: visible
}

.eighth__content {
    padding-left: 200px;
    position: relative;
    z-index: 5;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media screen and (max-width:1400px) {
    .eighth__content {
        padding-left: 90px
    }
}

@media screen and (max-width:1190px) {
    .eighth__content {
        padding-left: 0
    }
}

.eighth__picture {
    max-width: 1310px;
    width: 100%;
    max-height: 872px;
    position: relative
}

@media screen and (max-width:960px) {
    .seventh__text {
        top: auto;
        bottom: 10%
    }
    .eighth__picture {
        height: 100%
    }
}

.eighth__block-border {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 73px;
    z-index: 2
}

.eighth__block-border .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 145px;
    height: 145px;
    cursor: pointer;
    margin-left: -25px
}

.eighth__block-border .play-icon svg {
    width: 100%;
    height: 100%
}

@media screen and (max-width:1350px) {
    .seventh__text {
        right: 7%
    }
    .eighth__block-border {
        max-width: 960px
    }
}

@media screen and (max-width:1250px) {
    .eighth__block-border {
        max-width: 78%
    }
}

@media screen and (max-width:960px) {
    .eighth__block-border {
        width: 850px;
        max-width: none
    }
    .eighth__block-border .play-icon {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: 40%;
        left: 70px
    }
}

.eighth__title {
    position: absolute;
    top: 105px;
    left: 42px
}

.eighth__title .h2 {
    font-size: 80px
}

@media screen and (max-width:1250px) {
    .eighth__title .h2 {
        font-size: 60px
    }
}

@media screen and (max-width:960px) {
    .eighth__title {
        top: 65px
    }
    .eighth__title .h2 {
        font-size: 80px
    }
}

.eighth .plus-icon {
    top: 150px;
    right: 185px
}

.eighth .plus-icon--2 {
    left: -60px;
    bottom: 50px;
    top: auto;
    right: auto;
    width: 8px;
    height: 8px
}

.eighth .plus-icon--2:before {
    width: 8px;
    height: 1px
}

.eighth .plus-icon--2:after {
    width: 1px;
    height: 8px
}

.eighth__camera {
    position: absolute;
    max-width: 650px;
    height: 428px;
    bottom: 70px;
    right: 0;
    z-index: 3;
    -webkit-transform: translateX(108px);
    -ms-transform: translateX(108px);
    transform: translateX(108px);
    overflow: hidden
}

@media screen and (max-width:1500px) {
    .eighth__camera {
        max-width: 450px
    }
}

@media screen and (max-width:1400px) {
    .eighth__camera {
        height: 350px;
        max-width: 360px
    }
}

.ninth.swiper-slide {
    overflow: visible
}

.ninth__content {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.ninth__picture {
    position: absolute;
    max-width: 700px;
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(90px);
    -ms-transform: translateX(90px);
    transform: translateX(90px);
    z-index: 5;
    max-height: 59vh
}

@media screen and (max-width:1400px) {
    .ninth__picture {
        max-width: 600px
    }
}

@media screen and (max-width:1250px) {
    .ninth__picture {
        max-width: 500px
    }
}

@media screen and (max-width:960px) {
    .ninth__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .ninth__picture {
        max-width: none;
        width: -webkit-calc(100% + 180px);
        width: calc(100% + 180px);
        height: 33vh;
        position: static
    }
}

.ninth__block {
    padding-left: 38px;
    margin-top: -80px;
    position: relative;
    z-index: 6
}

.ninth__gray,
.ninth__red {
    z-index: 4;
    position: absolute
}

.ninth__text {
    max-width: 410px;
    position: relative
}

.ninth__text:before {
    content: '009';
    position: absolute;
    top: 0;
    left: -117px
}

.ninth .wrapper {
    max-width: 900px;
    position: relative
}

.ninth .wrapper .plus-icon {
    top: 10vh;
    left: auto;
    left: 240px
}

@media screen and (max-width:960px) {
    .ninth .wrapper {
        height: 67vh;
        padding-left: 0
    }
}

.ninth__red {
    width: 35%;
    height: 80%;
    background-color: #ea2828;
    top: 0;
    right: 0
}

@media screen and (max-width:1190px) {
    .ninth__red {
        width: 60%
    }
}

.ninth__gray {
    width: -webkit-calc(65% + 79px);
    width: calc(65% + 79px);
    height: 20%;
    background-color: #131417;
    bottom: 0;
    left: -79px
}

.ninth__gray:before {
    content: url(../images/scissors.png);
    position: absolute;
    right: -10px;
    top: -8px
}

.tenth .wrapper:after,
.tenth__form:after {
    content: ''
}

@media screen and (max-width:1190px) {
    .ninth__gray {
        width: -webkit-calc(40% + 79px);
        width: calc(40% + 79px)
    }
}

.tenth .slide-bgimg {
    background-color: #0b0b0c
}

.tenth__content {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3
}

.tenth .wrapper {
    max-width: 100%;
    width: 100%;
    padding-right: 15px;
    padding-left: 290px;
    margin-left: 0;
    position: relative
}

.tenth .wrapper:after {
    position: absolute;
    bottom: 102px;
    left: 40%;
    width: 45px;
    height: 45px;
    background-color: #0f0f11
}

@media screen and (max-width:1150px) {
    .tenth .wrapper {
        padding-left: 120px
    }
    .tenth .wrapper:after {
        display: none
    }
}

.form__submit,
.tenth__part {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

@media screen and (max-width:767px) {
    .tenth .wrapper {
        padding-left: 15px
    }
}

.tenth__part {
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (max-width:1250px) {
    .tenth__part {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto
    }
}

.tenth__data {
    margin-right: 120px;
    padding-top: 0;
    position: relative;
    z-index: 3
}

@media screen and (max-width:1600px) {
    .tenth__data {
        margin-right: 60px
    }
}

.tenth__phone {
    font-size: 70px;
    margin-bottom: 30px
}

@media screen and (max-width:1400px) {
    .tenth__phone {
        font-size: 50px
    }
}

@media screen and (max-width:960px) {
    .tenth__part {
        display: block
    }
    .tenth__phone {
        font-size: 70px;
        margin-bottom: 15px
    }
}

.tenth__mail {
    font-size: 39px;
    margin-bottom: 80px
}

@media screen and (max-width:1400px) {
    .tenth__mail {
        font-size: 30px
    }
}

@media screen and (max-width:960px) {
    .tenth__mail {
        margin-bottom: 40px
    }
}

.tenth .plus-icon {
    bottom: 30px;
    right: 30px
}

.tenth .plus-icon:after,
.tenth .plus-icon:before {
    background-color: #ea2828
}

.tenth__form {
    width: 644px;
    position: relative;
    z-index: 1
}

.tenth__form:after {
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    bottom: 80px;
    width: 212px;
    height: 800px;
    background-color: #0f0f11;
    z-index: -1
}

@media screen and (max-width:1520px) {
    .tenth__form {
        width: 550px
    }
    .tenth__form .form__block {
        padding-left: 78px
    }
}

@media screen and (max-width:1250px) {
    .tenth__form {
        width: 420px
    }
    .tenth__form .form-image__animate {
        margin-bottom: -47px
    }
}

@media screen and (max-width:1150px) {
    .tenth__form:after {
        display: none
    }
}

.social,
.tenth__slogan {
    display: block;
    line-height: 1
}

@media screen and (max-width:960px) {
    .tenth__form {
        width: 570px;
        margin-top: -200px
    }
    .tenth__form .form-image__animate {
        margin-bottom: -67px
    }
}

@media screen and (max-width:766px) {
    .tenth__form {
        margin-top: 0;
        padding-bottom: 30px
    }
}

@media screen and (max-width:1100px) {
    .tenth__block-social {
        padding-left: 70px
    }
}

@media screen and (max-width:960px) {
    .tenth__block-social {
        padding-left: 0
    }
}

.tenth__slogan {
    font-size: 19.5vh;
    font-weight: 800;
    color: #121214;
    position: absolute;
    bottom: -15px;
    left: 260px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom
}

@media screen and (max-width:1150px) {
    .tenth__slogan {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: -25px;
        bottom: auto;
        top: 2%;
        font-size: 20vw
    }
}

@media screen and (max-width:1520px) {
    .tenth .form .form__part {
        padding-bottom: 40px
    }
}

@media screen and (max-width:1250px) {
    .tenth .form .input-wrap {
        margin-bottom: 30px
    }
    .tenth .form .input-wrap:last-child {
        margin-bottom: 0
    }
    .tenth .form .form__block {
        padding-left: 42px;
        padding-right: 40px
    }
    .tenth .form .form__part {
        padding-bottom: 28px
    }
}

@media screen and (max-width:1250px) and (max-width:480px) {
    .tenth .form .form__block {
        padding-left: 22px;
        padding-right: 20px
    }
}

@media screen and (max-width:766px) {
    .tenth .form .form__part {
        padding-bottom: 48px
    }
}

.social {
    margin-bottom: 35px;
    font-size: 32px;
    color: #fff;
    font-weight: 700
}

.social .social-red {
    -webkit-transition: .5s ease;
    transition: .5s ease
}

.social:hover .social-red {
    color: #ea2828
}

.social:last-child {
    margin-bottom: 0
}

@media screen and (max-width:960px) {
    .social {
        font-size: 25px;
        margin-bottom: 15px
    }
}

.form {
    width: 100%;
    position: relative;
    z-index: 2
}

.form__block {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 92px;
    padding-right: 71px;
    z-index: 4
}

.form__submit {
    width: 60px;
    height: 60px;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ea2828;
    position: absolute;
    bottom: 25px;
    right: -30px;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    cursor: pointer
}

.form__submit:after {
    content: url(../images/icons/right.png)
}

.form__part {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 70px
}

.form__part.hide {
    opacity: 0
}

.form__unit {
    width: 45%
}

.form-image,
.form-image img {
    width: 100%
}

.form-image .form-img {
    position: relative;
    z-index: 2
}

.form-image__animate {
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-transform-origin: 0 30%;
    -ms-transform-origin: 0 30%;
    transform-origin: 0 30%;
    z-index: 1;
    margin-bottom: -67px;
    -webkit-transition: 1.3s ease-in;
    transition: 1.3s ease-in
}

.form-image__animate.active {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

@media screen and (max-width:960px) {
    .form-image__animate {
        margin-bottom: -53px
    }
}

@media screen and (max-width:480px) {
    .form-image__animate {
        margin-bottom: -30px;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0
    }
}

.form-message {
    opacity: 0;
    z-index: -1;
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 85%;
    -webkit-transition: .8s linear;
    transition: .8s linear;
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s
}

@media screen and (max-width:480px) {
    .form-message {
        font-size: 14px
    }
}

.form-message.active {
    opacity: 1;
    z-index: 4
}

.isresponsive .eighth__block-border {
    bottom: 100px;
    top: auto;
    max-width: 960px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

@media screen and (max-width:1500px) {
    .isresponsive .eighth__block-border {
        bottom: 75px
    }
}

.isresponsive .tenth__form {
    width: 550px
}

@media screen and (max-width:1250px) {
    .form__part {
        padding-bottom: 30px
    }
    .isresponsive .tenth__form {
        width: 420px
    }
}

.isresponsive .form__part {
    padding-bottom: 40px
}

.isresponsive .third__desc {
    padding-top: 10vh
}

@media screen and (max-width:1190px) {
    .isresponsive .tenth__form {
        width: 450px
    }
    .isresponsive .tenth__form .input-wrap {
        margin-bottom: 25px
    }
    .isresponsive .tenth__form .input-wrap:last-child {
        margin-bottom: 0
    }
    .isresponsive .form__block {
        padding-left: 52px;
        padding-right: 34px
    }
    .isresponsive .ninth__picture {
        max-width: 420px
    }
}

@media screen and (max-width:960px) {
    .isresponsive .ninth__picture {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .isresponsive .sixth__image {
        max-width: 40%
    }
    .isresponsive .seventh__title .h2 {
        font-size: 40px;
        margin-bottom: 0;
        margin-top: 25px
    }
    .isresponsive .tenth__phone {
        font-size: 40px
    }
}

.isresponsive .tenth .wrapper {
    padding-left: 230px
}

@media screen and (max-width:1150px) {
    .isresponsive .tenth .wrapper {
        padding-left: 120px
    }
}

@media screen and (max-width:766px) {
    .isresponsive .tenth .wrapper {
        padding-left: 15px
    }
}

.isresponsive .tenth__slogan {
    left: 220px
}

.isresponsive-xs .second__text .h2 {
    font-size: 75px
}

.isresponsive-xs .third__desc-image {
    height: 140px
}

.isresponsive-xs .third__desc-image img {
    width: auto;
    height: 100%
}

@media screen and (max-width:1200px) {
    .isresponsive-xs .third__desc-image {
        height: 190px
    }
    .isresponsive-xs .third__desc-image img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }
}

.isresponsive-xs .fourth .slide-bgimg {
    background-position: center center
}

.isresponsive-xs .seventh__text {
    top: 60%;
    padding-top: 35px
}

@media screen and (max-width:960px) {
    .isresponsive-xs .seventh__text {
        top: auto;
        bottom: 12%
    }
}

.isresponsive-xs .eighth__block-border {
    max-width: 760px
}

.isresponsive-xs .eighth__camera {
    height: 300px
}

.isresponsive-xs .tenth__mail {
    margin-bottom: 30px
}

@media screen and (max-width:1350px) {
    .isresponsive-xs .tenth__data {
        padding-left: 30px;
        margin-right: 25px
    }
}

.isresponsive-xs .eighth__title {
    top: 40px;
    left: 30px
}

@media screen and (max-width:1190px) {
    .isresponsive-xs .first__title span {
        font-size: 80px
    }
}

@media screen and (max-width:960px) {
    .isresponsive-xs .fourth__text {
        top: 7%
    }
    .isresponsive-xs .sixth__block .h2 {
        font-size: 50px
    }
    .isresponsive-xs .text {
        font-size: 12px
    }
    .isresponsive-xs .seventh__image {
        max-width: 180px
    }
    .isresponsive-xs .tenth__form {
        margin-top: -100px
    }
}

@media screen and (max-width:1030px) {
    .isresponsive-2xs .first__text {
        margin-top: 35px
    }
    .isresponsive-2xs .first .text {
        margin-bottom: 40px
    }
    .isresponsive-2xs .second .h2 {
        font-size: 50px
    }
    .isresponsive-2xs .eighth__title .h2,
    .isresponsive-2xs .ninth .h2 {
        font-size: 40px
    }
    .isresponsive-2xs .second__text {
        margin-left: -30px
    }
    .isresponsive-2xs .third__desc-image {
        height: 90px
    }
    .isresponsive-2xs .sixth__block {
        margin-left: 0
    }
    .isresponsive-2xs .sixth .h2 {
        font-size: 40px;
        margin-bottom: 20px
    }
    .isresponsive-2xs .sixth__image {
        max-width: 25%
    }
    .isresponsive-2xs .sixth__content {
        padding-bottom: 100px
    }
    .isresponsive-2xs .seventh__text {
        bottom: 20%;
        right: 1%
    }
    .isresponsive-2xs .eighth__block-border {
        bottom: 45px;
        max-width: 660px
    }
    .isresponsive-2xs .eighth__block-border .play-icon {
        width: 90px;
        height: 90px
    }
    .isresponsive-2xs .eighth__camera {
        height: 200px
    }
    .isresponsive-2xs .eighth__title {
        top: 60px
    }
    .isresponsive-2xs .ninth__block {
        padding-left: 160px
    }
    .isresponsive-2xs .tenth__phone {
        font-size: 30px;
        margin-bottom: 10px
    }
    .isresponsive-2xs .tenth__mail {
        font-size: 20px;
        margin-bottom: 15px
    }
    .isresponsive-2xs .tenth .social {
        font-size: 15px
    }
    .isresponsive-2xs .tenth__data {
        padding-top: 50px
    }
    .isresponsive-2xs .tenth .form__submit {
        bottom: 45px
    }
    .isresponsive-2xs .fifth .play-icon {
        bottom: 50px
    }
}

@media screen and (max-width:1030px) and (max-width:960px) {
    .isresponsive-2xs .tenth__form {
        margin-top: -160px
    }
    .isresponsive-2xs .tenth__data {
        padding-top: 0
    }
}

@media screen and (max-width:766px) {
    .second,
    .second__content,
    .swiper-slide .slide-bgimg {
        position: relative
    }
    .second__text,
    .third__title {
        margin-left: 0
    }
    .ninth .wrapper,
    .second .plus-icon:after,
    .second .plus-icon:before {
        background-color: #ea2828
    }
    .slide-bgimg {
        -webkit-transform: none!important;
        -ms-transform: none!important;
        transform: none!important
    }
    .swiper-container {
        height: auto
    }
    .swiper-slide,
    .swiper-wrapper {
        height: auto;
        overflow: visible;
        display: block
    }
    .first__part .plus-icon,
    .swiper-slide:before,
    .third__image,
    .third__text:before {
        display: none
    }
    .first__title {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
    .first__title span {
        font-size: 52px
    }
    .first__title-h2 {
        margin-top: 0
    }
    .first__part {
        padding: 130px 0 90px
    }
    .first__text {
        margin-top: 25px
    }
    .first__text .text {
        margin-bottom: 30px
    }
    .first .plus-icon {
        top: auto;
        bottom: 60px;
        right: 40px
    }
    .second {
        z-index: 2
    }
    .second .plus-icon {
        bottom: -207px;
        right: auto;
        left: 60px
    }
    .second__content {
        padding-bottom: 200px
    }
    .second__top {
        width: 100%;
        max-width: none;
        height: auto;
        padding: 0 15px 190px;
        box-sizing: border-box
    }
    .second__text .h2 {
        font-size: 52px;
        margin-top: -22px
    }
    .second__block-picture {
        height: 400px;
        width: -webkit-calc(100% - 15px);
        width: calc(100% - 15px);
        position: absolute;
        right: 0;
        bottom: -60px
    }
    .second__block-picture img {
        width: auto;
        max-width: 150%
    }
    .third__text,
    .third__text .text {
        max-width: 100%
    }
    .picture img,
    .picture-large img {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .third {
        position: relative;
        z-index: 1
    }
    .third__desc {
        padding-top: 100px;
        padding-bottom: 0;
        width: 100%
    }
    .third__text,
    .third__title {
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box
    }
    .third__desc-image {
        position: static;
        margin-top: 30px
    }
    .third__desc-image img {
        width: auto
    }
    .third__title .h2 {
        font-size: 34px
    }
    .fourth {
        position: relative;
        z-index: 4
    }
      .fourth__text {
        position: static;
        margin: 0 auto
    }
    .fifth__title {
        font-size: 60px
    }
    .fifth__block {
        width: 100%;
        text-align: center
    }
    .fifth .play-icon {
        position: static;
        margin: 30px auto 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .sixth .slide-bgimg {
        position: absolute
    }
    .sixth__content {
        display: block;
        height: auto;
        padding: 50px 15px 0
    }
    .sixth__block {
        margin-left: 0;
        max-width: 100%
    }
    .sixth .h2 {
        font-size: 50px
    }
    .sixth__image {
        position: static;
        max-width: none;
        width: 230px;
        margin: 25px -15px -4px auto
    }
    .seventh {
        overflow: hidden
    }
    .seventh .slide-bgimg {
        position: absolute
    }
    .seventh__title {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        width: 100%
    }
    .seventh__title .h2 {
        font-size: 40px
    }
    .seventh__image {
        width: 189px;
        max-width: none;
        top: 30px
    }
    .seventh__text,
    .seventh__text .text {
        max-width: 100%
    }
    .seventh__text {
        padding: 0 15px;
        box-sizing: border-box;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
    .seventh__text:before {
        display: none
    }
    .seventh__content {
        padding-top: 235px;
        padding-bottom: 30px
    }
    .seventh__content .title-animate {
        display: inline-block;
        vertical-align: middle
    }
    .eighth {
        position: relative;
        z-index: 2
    }
    .eighth .slide-bgimg,
    .tenth .slide-bgimg {
        position: absolute
    }
    .eighth__content {
        display: block
    }
    .eighth__picture {
        height: 455px
    }
    .eighth__block-border {
        left: 15px;
        width: 750px
    }
    .eighth__block-border .play-icon {
        width: 100px;
        height: 100px
    }
    .eighth__title .h2 {
        font-size: 50px
    }
    .eighth__camera {
        bottom: -90px
    }
    .ninth {
        posittion: relative;
        z-index: 1
    }
    .ninth__red {
        display: none
    }
    .ninth__gray {
        width: 100%;
        left: 0
    }
    .ninth__gray:before {
        right: 3px
    }
    .ninth__block {
        padding-left: 0
    }
    .ninth__block .h2 {
        font-size: 38px;
        margin-bottom: 20px
    }
    .ninth .wrapper {
        display: block;
        max-width: 100%;
        height: auto;
        padding-left: 15px;
        padding-top: 200px;
        padding-bottom: 120px
    }
    .ninth__picture {
        width: 100%;
        height: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        background-color: #131417
    }
    .tenth__data {
        padding-top: 40px
    }
    .tenth__phone {
        font-size: 40px
    }
    .tenth__mail {
        font-size: 24px;
        margin-bottom: 20px
    }
    .social {
        font-size: 22px
    }
}

@media screen and (max-width:660px) {
    .tenth__form {
        width: 90%;
        padding-bottom: 50px;
        margin-top: -100px
    }
    .tenth__part {
        width: 100%
    }
    .tenth__data {
        margin-right: 0
    }
    .tenth .form__block {
        padding-left: 40px;
        padding-right: 31px
    }
    .tenth .form__unit {
        width: 48%
    }
    .tenth .form .input-wrap {
        margin-bottom: 18px
    }
    .tenth .form .input-wrap:last-child {
        margin-bottom: 0
    }
    .third__desc-image {
        overflow: hidden
    }
    .third__desc-image img {
        max-width: none;
        height: 260px;
        width: 503px
    }
}

@media screen and (max-width:600px) {
    .form__unit,
    .tenth .form__unit {
        width: 100%
    }
    .form-image {
        display: none
    }
    .form__block {
        position: static;
        padding: 0
    }
    .form__part,
    .popup__form .form__part {
        padding-bottom: 10px
    }
    .form__part {
        display: block
    }
    .form .input-wrap:last-child {
        margin-bottom: 25px
    }
    .form__submit {
        position: static;
        margin: 0 auto
    }
    .popup__form .form__block {
        padding: 0
    }
    .tenth__form {
        margin-top: 0;
        width: 100%;
        padding-top: 20px
    }
    .tenth .form .input-wrap,
    .tenth .form .input-wrap:last-child {
        margin-bottom: 25px
    }
    .tenth .form .form__part {
        padding-bottom: 10px
    }
    .tenth .form .form__block {
        padding: 0
    }
}

@media screen and (max-width:480px) {
    .eighth__block-border .play-icon {
        top: 95px;
        left: 45px;
        width: 75px;
        height: 75px
    }
    .eighth__title {
        top: 35px;
        left: 15px
    }
    .eighth__title .h2 {
        margin-bottom: 0
    }
    .seventh__title .h2 {
        font-size: 30px
    }
    .tenth__form {
        margin-top: 0
    }
}