@import url(./src/fonts/stylesheet.css);

body {
   
    font-size: 16px;
    font-weight: 400;
    color: #3d4b52;
    text-align: left;
    line-height: 19px;
    background-color: #fff;
    -webkit-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    -ms-user-select: text;
    user-select: text;
    cursor: default;
    margin: 0
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.main-button {
    font-size: 24px;
    line-height: 139%;
    color: #fff;
    background-color: #ff7474;
    border-radius: 60px;
    padding: 15px 42px;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s
}

.main-button:hover {
    -webkit-box-shadow: 0 0 25px #ff7474;
    box-shadow: 0 0 25px #ff7474;
color: #fff!important;
}

.main-button, .main-button:link, .main-button:visited {
    color: #fff;
    text-decoration: none
}

.main-title, h1.main-title, h2.main-title {
    font-family: inherit
}

.main-title {
    font-weight: 600;
    font-size: 64px;
    line-height: 76px;
    padding: 0;
    margin-bottom: 38px
}

.main-title_color-white {
    color: #fff
}

.main-title_color-grey {
    color: #939393
}

.main-title_color-primary {
    color: #ff7474
}

.main-subtitle {
    font-size: 32px;
    line-height: 44px;
    margin-top: 0;
    margin-bottom: 80px;
    padding: 0
}

.main-subtitle_color-white {
    color: #fff
}

.main-text {
    font-size: 24px;
    line-height: 139%;
    margin-bottom: 32px;
    padding: 0
}

.main-text:last-child {
    margin-bottom: 0
}

.main-text_color-white {
    color: #fff
}

.main-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-section {
    padding: 0 calc(50% - 776px)
}

.main-section_bg-color {
    background-color: #9ba99b
}

h1, h2 {
    padding: 0;
    font-family: inherit
}

@media (max-width: 1599.98px) {
    .main-section {
        padding: 0 calc(50% - 490px)
    }

    .main-title {
        font-size: 48px;
        line-height: 57px
    }

    .main-subtitle {
        font-size: 24px;
        margin-left: 4px;
        line-height: 139%;
        margin-bottom: 54px
    }

    .main-text {
        font-size: 16px;
        margin-left: 2px;
        margin-bottom: 23px
    }
}

@media (max-width: 991.98px) {
    .main-section {
        padding: 0 calc(50% - 304px)
    }

    .main-title {
        font-size: 32px;
        line-height: 38px
    }

    .main-subtitle {
        font-size: 16px;
        max-width: 221px;
        margin: 0 auto 42px
    }

    .main-button {
        font-size: 16px;
        padding: 10px 26px
    }

    .main-text {
        margin-bottom: 18px
    }
}

@media (max-width: 667.98px) {
    .main-section {
        padding: 0 25px
    }

    .main-title {
        font-size: 24px;
        line-height: 29px
    }
}

.about-slider {
    width: 64%;
    -ms-flex-preferred-size: 64%;
    flex-basis: 64%
}

.about-block {
    width: 36%;
    -ms-flex-preferred-size: 36%;
    flex-basis: 36%;
    padding-bottom: 22px
}

.slide-img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.slider-control {
    position: absolute;
    width: 100%;
    height: 168px;
    bottom: 0;
    right: 0;
    color: #fff;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: rgba(38, 38, 38, .5);
    padding: 0 183px 0 70px
}

.swiper-button-next, .swiper-button-prev {
    position: static;
    min-width: 168px;
    height: 100%;
    margin: 0;
    outline: none;
    -webkit-transition: .2s;
    transition: .2s
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: hsla(0, 0%, 100%, .3)
}

.swiper-button-next:active, .swiper-button-prev:active {
    background-color: transparent
}

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

.swiper-pagination {
    position: static;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 139%;
    margin: 0;
    font-size: 64px;
    outline: none
}

.swiper-pagination-current {
    margin-right: 22px;
    font-weight: 500
}

.swiper-pagination-total {
    margin-left: 8px;
    font-size: 48px;
    font-weight: 400
}

.about {
    padding-right: 0
}

.about-title {
    margin-top: 0;
    margin-bottom: 32px
}

.about-slider .swiper-notification, .about-slider .swiper-slide, .about-slider .swiper-wrapper {
    background-color: #9ba99b
}

@media (max-width: 1599.98px) {
    .about {
        padding-right: 0
    }

    .about-block {
        padding-bottom: 0
    }

    .about-title {
        margin-bottom: 19px
    }

    .about-slider {
        max-height: 100%
    }

    .slider-control {
        height: 112px;
        padding: 0 88px 0 55px
    }

    .swiper-button-next, .swiper-button-prev {
        min-width: 112px
    }

    .swiper-pagination {
        font-size: 48px
    }

    .swiper-pagination-current {
        margin-right: 18px
    }

    .swiper-pagination-total {
        font-size: 40px;
        margin: 0
    }
}

@media (max-width: 991.98px) {
    .about {
        padding: 0
    }

    .about-block {
        position: absolute;
        z-index: 3;
        width: 100%;
        text-align: center;
        padding: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .about-title {
        margin-bottom: 10px
    }

    .about-slider {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-height: 506px
    }

    .about-slider:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: rgba(38, 38, 38, .3)
    }

    .slider-control {
        height: 82px;
        max-width: 50%;
        padding: 0 78px 0 22px
    }

    .swiper-pagination {
        font-size: 24px
    }

    .swiper-pagination-total {
        font-size: 16px
    }

    .swiper-pagination-current {
        margin-right: 7px
    }

    .swiper-button-next, .swiper-button-prev {
        min-width: 82px
    }

    .swiper-button-next svg, .swiper-button-prev svg {
        width: 20px;
        height: 20px
    }
}

@media (max-width: 767.98px) {
    .about-slider {
        max-height: 100%;
        height: 483px
    }

    .about-title {
        font-size: 32px;
        line-height: 38px
    }

    .slide-img {
        height: 100%
    }
}

@media (max-width: 667.98px) {
    .slider-control {
        max-width: 100%;
        padding-right: 25px;
        padding-left: 25px
    }
}

.history-block {
    padding-left: 225px;
    width: 64%;
    -ms-flex-preferred-size: 64%;
    flex-basis: 64%;
    max-width: 856px;
    padding-bottom: 12px
}

.history-block__title {
    margin-top: 0;
    margin-bottom: 43px
}

.history-picture {
    width: 36%;
    -ms-flex-preferred-size: 36%;
    flex-basis: 36%;
    display: block;
    height: 100%
}

.history-picture__img {
    width: 100%;
    display: block
}

@media (max-width: 1599.98px) {
    .history-block {
        padding-left: 95px;
        padding-bottom: 0;
        max-width: 580px
    }

    .history-block__title {
        margin-bottom: 30px
    }

    .history-block__text {
        font-size: 20px
    }
}

@media (max-width: 991.98px) {
    .history-block, .history-picture {
        width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .history-block {
        padding-left: 42px;
        max-width: 323px
    }

    .history-block__text {
        font-size: 16px;
        padding-right: 15px;
        margin-bottom: 21px
    }

    .history-block__title {
        margin-bottom: 22px
    }
}

@media (max-width: 767.98px) {
    .history-block__text {
        font-size: 14px
    }
}

@media (max-width: 640.98px) {
    .history-picture {
        display: none
    }

    .history-block {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 40px 24px 50px;
        max-width: 100%
    }

    .history-block__title {
        margin-bottom: 20px
    }
}

.stock {
    padding-top: 150px;
    padding-bottom: 170px
}

.stock-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 150px
}

.stock-block {
    -ms-flex-preferred-size: 46%;
    flex-basis: 46%;
    width: 46%
}

.stock-block__title {
    margin-bottom: 30px;
    margin-top: 0
}

.stock-block__text {
    font-size: 24px;
    line-height: 139%;
    margin-bottom: 32px;
    color: #939393
}

.stock-block__text_color-primary {
    color: #ff7474
}

.stock-cards {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.stock-card {
    max-width: 200px;
    height: 200px;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    border: 1px solid hsla(120, 8%, 64%, .5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    position: relative;
    -webkit-transition: .2s;
    transition: .2s
}

.stock-card:hover {
    -webkit-box-shadow: 0 0 25px hsla(0, 0%, 58%, .3);
    box-shadow: 0 0 25px hsla(0, 0%, 58%, .3)
}

.stock-card__img {
    width: 100%
}

.stock-card__count {
    position: absolute;
    bottom: 10px;
    right: 14px;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #fff;
    min-width: 45px;
    padding: 3px 10px 2px;
    background-color: #ff7474;
    border-radius: 20px;
    text-align: center
}

.stock-card:nth-child(-n+3) {
    margin-bottom: 11px
}

.stock-card:not(:nth-child(3n)) {
    margin-right: 12px
}

@media (max-width: 1599.98px) {
    .stock {
        padding-top: 134px;
        padding-bottom: 70px
    }

    .stock-row {
        margin-bottom: 44px
    }

    .stock-block {
        width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .stock-block__text {
        font-size: 20px;
        margin-bottom: 20px
    }

    .stock-card {
        max-width: 144px;
        height: 144px
    }

    .stock-card:nth-child(-n+3) {
        margin-bottom: 8px
    }

    .stock-card:not(:nth-child(3n)) {
        margin-right: 8px
    }

    .stock-card__count {
        font-size: 10px;
        line-height: 12px;
        padding: 1px 6px;
        min-width: 32px;
        bottom: 6px;
        right: 10px
    }
}

@media (max-width: 991.98px) {
    .stock {
        padding-top: 108px;
        padding-bottom: 40px
    }

    .stock-block {
        width: 51%;
        -ms-flex-preferred-size: 51%;
        flex-basis: 51%
    }

    .stock-block__title {
        margin-bottom: 23px
    }

    .stock-block__text {
        font-size: 16px
    }

    .stock-cards {
        width: 49%;
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%
    }

    .stock-row {
        margin-bottom: 56px
    }

    .stock-card {
        -ms-flex-preferred-size: calc(50% - 6px);
        flex-basis: calc(50% - 6px);
        max-width: 120px;
        height: 120px
    }

    .stock-card:not(:nth-child(3n)) {
        margin-right: 0
    }

    .stock-card:not(:nth-child(2n)) {
        margin-right: 6px
    }

    .stock-card:nth-child(-n+4) {
        margin-bottom: 6px
    }
}

@media (max-width: 767.98px) {
    .stock-block__title {
        margin-bottom: 22px
    }

    .stock-block__text {
        font-size: 14px
    }

    .stock-cards {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 11px
    }

    .stock .stock-card {
        -ms-flex-preferred-size: calc(50% - 6px);
        flex-basis: calc(50% - 6px);
        height: 100%
    }
}

@media (max-width: 667.98px) {
    .stock-block {
        padding-right: 10px
    }
}

@media (max-width: 550px) {
    .stock {
        padding: 34px 25px 25px
    }

    .stock-row {
        margin-bottom: 22px
    }

    .stock-block {
        padding-right: 0;
        margin-bottom: 30px
    }

    .stock-block__text {
        font-size: 14px
    }

    .stock-block, .stock-cards {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .stock-card:last-child, .stock-card:not(:nth-child(3n)) {
        margin-right: 6px
    }

    .stock-card {
        max-width: 144px
    }
}

@media (max-width: 530px) {
    .stock-cards {
        max-width: 400px
    }
}

.features-card {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.features-card:first-child {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.features-card:last-child {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.features-card__svg {
    margin-right: 46px
}

.features-card__name {
    font-size: 24px;
    line-height: 139%;
    color: #939393
}

@media (max-width: 1599.98px) {
    .feature-row {
        margin-left: 7%;
        margin-right: 7%
    }

    .features-card {
        width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        margin-bottom: 6px
    }

    .features-card:nth-child(-n+4) {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .features-card:nth-child(2n) {
        padding-left: 118px
    }

    .features-card__svg {
        width: 54px;
        margin-right: 26px
    }
}

@media (max-width: 991.98px) {
    .feature-row {
        margin-left: 0;
        margin-right: 0
    }

    .features-card:nth-child(2n) {
        padding-left: 47px
    }

    .features-card__name {
        font-size: 20px
    }
}

@media (max-width: 767.98px) {
    .feature-row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .features-card:nth-child(2n) {
        padding-left: 20px
    }

    .features-card__name {
        font-size: 16px
    }
}

@media (max-width: 550px) {
    .features-card {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .features-card:nth-child(2n) {
        padding-left: 0
    }
}

@media (max-width: 530px) {
    .features-card {
        max-width: 300px
    }
}

.design-row {
    position: relative
}

.design__title {
    text-align: center;
    color: #939393;
    margin-bottom: 32px
}

.design-card {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    position: relative;
    -webkit-transition: .4s;
    transition: .4s;
    cursor: pointer
}

.design-card:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(38, 38, 38, .5);
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s
}

.design-card:hover .design-card__title, .design-card:hover:before {
    opacity: 1
}

.design-card__img {
    display: block
}

.design-card__title {
    right: -110px;
    bottom: 193px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 100%;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s
}

.design-card__number, .design-card__title {
    position: absolute;
    font-weight: 600;
    font-size: 64px;
    line-height: 76px;
    color: #fff;
    z-index: 5
}

.design-card__number {
    left: 50px;
    bottom: 23px
}

.design-card.design-card_active {
    z-index: 10
}

.design-card.design-card_active .design-card__title, .design-card.design-card_active:hover:before {
    opacity: 0
}

.design-card:nth-child(2).design-card_active {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.design-card:nth-child(3).design-card_active {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.design-card-content {
    position: absolute;
    width: 75%;
    height: calc(100% + 1px);
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #9ba99b;
    z-index: -1;
    padding: 0 215px;
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.design-card-content__name {
    font-weight: 600;
    font-size: 64px;
    line-height: 76px;
    margin-top: 0;
    color: rgba(38, 38, 38, .5);
    margin-bottom: 32px;
}

.design-card-content__name_white {
    color: #fff
}

.design-card-content__text {
    font-weight: 400;
    font-size: 24px;
    line-height: 139%;
    margin: 0;
    padding: 0;
    color: rgba(38, 38, 38, .5)
}

.design-card-content__text_white {
    color: #fff
}

.design-card-content_active {
    opacity: 1;
    z-index: 10
}

.design-card-content_first, .design-card-content_second {
    right: 0
}

.design-card-content_second .design-card-content__name {
    margin-left: -4px
}

.design-card-content_third {
    left: 0
}

.design-card-content_third .design-card-content__name {
    margin-left: -4px
}

.design-card-content_fourth {
    left: 0
}

.design-card-content_fourth .design-card-content__name {
    margin-left: -4px
}

@media (max-width: 1599.98px) {
    .design-card__number {
        font-size: 48px;
        line-height: 57px;
        left: 30px;
        bottom: 13px
    }

    .design-card__title {
        font-size: 40px;
        line-height: 48px;
        right: -69px;
        bottom: 121px
    }

    .design-card-content {
        padding: 0 150px
    }

    .design-card-content_fourth .design-card-content__name, .design-card-content_second .design-card-content__name, .design-card-content_third .design-card-content__name {
        margin-left: -2px
    }

    .design-card-content__name {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 32px
    }

    .design-card-content__text {
        font-size: 20px
    }
}

@media (max-width: 991.98px) {
    .design {
        padding: 0 calc(50% - 263px)
    }

    .design__title {
        margin-bottom: 45px
    }

    .design-card {
        width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 263px
    }

    .design-card:before, .design-card:hover .design-card__title, .design-card:hover:after, .design-card:hover:before {
        opacity: 1
    }

    .design-card:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 40px;
        height: 40px;
        background-image: url("./src/img/interface/hand.svg");
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: contain;
        opacity: 1;
        z-index: 2
    }

    .design-card:nth-child(n).design-card_active {
        -webkit-transform: none;
        transform: none
    }

    .design-card__number {
        font-size: 32px;
        line-height: 38px
    }

    .design-card__title {
        font-size: 28px;
        line-height: 33px;
        right: -69px;
        bottom: 136px;
        opacity: 1
    }

    .design-card_active .design-card__title, .design-card_active:after, .design-card_active:before, .design-card_active:hover:after {
        opacity: 0
    }

    .design-card-content {
        width: calc(50% + 1px);
        padding: 0 23px
    }

    .design-card-content__name {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 18px
    }

    .design-card-content__text {
        font-size: 16px
    }

    .design-card-content_first {
        right: 0
    }

    .design-card-content_first .design-card-content__name {
        margin-left: 0
    }

    .design-card-content_second {
        left: 0
    }

    .design-card-content_second .design-card-content__name {
        margin-left: 0
    }

    .design-card-content_third {
        right: 0;
        left: auto
    }

    .design-card-content_third .design-card-content__name {
        margin-left: 0
    }

    .design-card-content_fourth {
        left: 0
    }

    .design-card-content_fourth .design-card-content__name {
        margin-left: 0
    }
}

@media (max-width: 567.98px) {
    .design-row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .design-card {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: 30px;
        margin-left: 30px;
        max-width: 260px
    }

    .design-card__img {
        width: 100%
    }

    .design-card__number {
        left: 25px
    }

    .design-card__title {
        right: -33%;
        bottom: 40%
    }

    .design-card-content {
        width: 100%;
        padding: 38px 20px 0;
        max-width: 260px;
        height: calc(50% + 3px);
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .design-card-content__name {
        margin-bottom: 18px
    }

    .design-card-content__text {
        padding-right: 8px
    }

    .design-card-content_first {
        top: 25%
    }

    .design-card-content_first, .design-card-content_second {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .design-card-content_second {
        top: 50%
    }

    .design-card-content_third {
        top: 0
    }

    .design-card-content_fourth, .design-card-content_third {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .design-card-content_fourth {
        top: 25%
    }

    .design__title {
        margin-bottom: 35px
    }
}

@media (max-width: 420px) {
    .design-card-content {
        width: calc(100% - 60px);
        max-width: 260px
    }
}

.cooperation {
    padding: 189px calc(50% - 585px)
}

.cooperation__title {
    text-align: center;
    margin-top: 0
}

.cooperation__text {
    text-align: center;
    font-size: 24px
}

@media (max-width: 1599.98px) {
    .cooperation {
        padding: 163px calc(50% - 488px) 165px
    }

    .cooperation__title {
        text-align: left
    }

    .cooperation__text {
        text-align: left;
        font-size: 20px
    }
}

@media (max-width: 991.98px) {
    .cooperation {
        padding: 100px calc(50% - 304px) 105px
    }

    .cooperation__text {
        font-size: 16px
    }
}

@media (max-width: 767.98px) {
    .cooperation {
        padding: 43px calc(50% - 304px) 56px
    }

    .cooperation__title {
        font-size: 32px
    }

    .cooperation__text {
        font-size: 14px
    }
}

@media (max-width: 667.98px) {
    .cooperation {
        padding: 43px 25px 56px
    }

    .cooperation__title {
        font-size: 24px;
        margin-bottom: 16px
    }
}

.advantage {
    padding: 200px calc(50% - 642px) 100px
}

.advantage__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    position: relative
}

.advantage__header_view {
    min-height: 380px
}

.advantage__header_mission {
    min-height: 361px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.advantage__header_value {
    min-height: 384px
}

.advantage__header_pl {
    padding-left: 0
}

.advantage__img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat
}

.advantage__img_view {
    background-image: url(./src/img/advantages/1.svg);
    background-position: right 0 top -27px;
    background-size: 485px
}

.advantage__img_mission {
    background-image: url(./src/img/advantages/2.svg);
    background-position: left 20px top -64px;
    background-size: 468px
}

.advantage__img_value {
    background-image: url(./src/img/advantages/3.svg);
    background-size: 485px;
    background-position: right 12px top -14px
}

.advantage__body {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.advantage__body_pl {
    padding-left: 160px
}

.advantage__number {
    font-weight: 500;
    font-size: 150px;
    line-height: 139%;
    color: #ff7474
}

.advantage__title {
    font-weight: 600;
    font-size: 48px;
    line-height: 57px;
    color: #939393;
    margin-bottom: 21px;
    padding-left: 72px
}

.advantage__list {
    padding-left: 50px
}

.advantage__item {
    font-weight: 250;
    font-size: 24px;
    line-height: 139%;
    color: #939393;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 8px
}

.advantage__item:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ff7474;
    margin-right: 17px;
    min-width: 10px
}

.advantage-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8px
}

@media (max-width: 1599.98px) {
    .advantage {
        padding: 41px calc(50% - 443px) 0
    }

    .advantage__number {
        font-size: 120px;
        line-height: 139%
    }

    .advantage__title {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 8px;
        padding-left: 29px
    }

    .advantage__title_mission {
        padding-left: 37px
    }

    .advantage__list {
        padding-left: 0
    }

    .advantage__list_mission {
        padding-left: 10px
    }

    .advantage__item {
        font-size: 20px
    }

    .advantage__body_pl {
        padding-left: 0
    }

    .advantage__header {
        width: 54%;
        -ms-flex-preferred-size: 54%;
        flex-basis: 54%
    }

    .advantage__header_view {
        min-height: 381px
    }

    .advantage__header_value {
        min-height: 405px
    }

    .advantage__img_view {
        background-position: right -20px top 10px;
        background-size: 400px
    }

    .advantage__img_mission {
        background-position: left -48px top -3px;
        background-size: 416px
    }

    .advantage__img_value {
        background-size: 428px;
        background-position: right -15px top 51px
    }

    .advantage__body {
        width: 46%;
        -ms-flex-preferred-size: 46%;
        flex-basis: 46%
    }

    .advantage-row {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media (max-width: 991.98px) {
    .advantage {
        padding: 70px calc(50% - 309px) 0
    }

    .advantage__title {
        font-size: 32px;
        line-height: 38px
    }

    .advantage__title_value {
        padding-left: 25px
    }

    .advantage__item {
        font-size: 16px
    }

    .advantage__number {
        font-size: 100px
    }

    .advantage__body {
        width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .advantage__body_mission {
        width: 45%;
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%
    }

    .advantage__body_value {
        width: 43%;
        -ms-flex-preferred-size: 43%;
        flex-basis: 43%
    }

    .advantage__header {
        width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .advantage__header_view {
        min-height: 250px
    }

    .advantage__header_mission {
        min-height: 272px;
        width: 55%;
        -ms-flex-preferred-size: 55%;
        flex-basis: 55%
    }

    .advantage__header_value {
        min-height: 272px;
        width: 57%;
        -ms-flex-preferred-size: 57%;
        flex-basis: 57%
    }

    .advantage__img_view {
        background-position: right -37px top 26px;
        background-size: 262px
    }

    .advantage__img_mission {
        background-image: url(./src/img/advantages/4.svg);
        background-position: left -40px top -9px;
        background-size: 304px
    }

    .advantage__img_value {
        background-image: url(./src/img/advantages/5.svg);
        background-size: 296px;
        background-position: right -13px top 25px
    }
}

@media (max-width: 767.98px) {
    .advantage {
        padding: 30px 40px
    }

    .advantage__title {
        margin-bottom: 18px;
        text-align: center;
        padding: 0
    }

    .advantage__list {
        padding: 0
    }

    .advantage__item {
        font-size: 16px
    }

    .advantage__number {
        font-size: 80px
    }

    .advantage__body {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 370px;
        padding-left: 25px;
        padding-right: 25px;
        margin: 0 auto
    }

    .advantage__body_mission {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .advantage__header {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 370px;
        padding-left: 25px;
        padding-right: 25px;
        margin: 0 auto 25px;
        min-height: 280px;
        padding-bottom: 25px
    }

    .advantage__header_view {
        min-height: 171px
    }

    .advantage__header_mission {
        min-height: 175px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .advantage__header_value {
        min-height: 185px
    }

    .advantage__img_view {
        background-size: 220px;
        background-position: right -10% top -13px
    }

    .advantage__img_mission {
        background-size: 212px;
        background-position: right 10% top -16px
    }

    .advantage__img_value {
        background-size: 235px;
        background-image: url(./src/img/advantages/6.svg);
        background-position: right 10% top -15px
    }
}

@media (max-width: 667.98px) {
    .advantage__title {
        font-size: 24px;
        line-height: 29px
    }
}

@media (max-width: 567.98px) {
    .advantage {
        padding: 30px 0
    }
}

.video-block {
    padding-top: 130px;
    /*padding-bottom: 174px*/
}

.video-block__title {
    width: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    color: rgba(38, 38, 38, .5);
    font-size: 48px;
    line-height: 57px;
    padding-left: 62px;
    margin-top: 0;
    margin-bottom: 69px
}

.video-block__video {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    height: 0;
    width: 928px;
    background-image: url("./src/img/video-bg/video-bg.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    position: relative;
    padding-bottom: 33.75%;
    margin: 0 auto
}

.video-block__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-block__button {
    cursor: pointer;
    background-color: transparent;
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10
}

.video-block__button svg {
    width: 243px;
    height: 243px
}

@media (max-width: 1599.98px) {
    .video-block {
        padding-bottom: 118px
    }

    .video-block__title {
        padding: 0;
        margin-bottom: 24px;
        -ms-flex-preferred-size: 42%;
        flex-basis: 42%;
        font-size: 40px;
        line-height: 48px
    }

    .video-block__video {
        -ms-flex-preferred-size: 58%;
        flex-basis: 58%;
        padding-bottom: 32.65%
    }

    .video-block__button svg {
        width: 120px;
        height: 120px
    }
}

@media (max-width: 991.98px) {
    .video-block {
        padding-bottom: 72px
    }

    .video-block__title {
        padding: 0;
        font-size: 32px;
        line-height: 38px;
        text-align: center;
        max-width: 430px;
        margin: 0 auto 37px
    }

    .video-block__title, .video-block__video {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .video-block__video {
        padding-bottom: 56.25%
    }

    .video-block__button svg {
        width: 170px;
        height: 170px
    }
}

@media (max-width: 767.98px) {
    .video-block {
        padding-top: 30px;
        padding-bottom: 50px
    }
}

@media (max-width: 567.98px) {
    .video-block__button svg {
        width: 75px;
        height: 75px
    }

    .video-block__title {
        font-size: 24px;
        text-align: left;
        line-height: 29px;
        margin-bottom: 26px
    }
}

.form-wrapper {
    background-color: #9ba99b
}

.form-container {
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.form-container .feedback .form-group .checkbox .check-title {
    color: #fff
}

.form-container .feedback .form-control {
    border: 2px solid #fff;
    border-radius: 10px
}

.form-container .feedback .form-control::-webkit-input-placeholder {
    color: #fff
}

.form-container .feedback .form-control:-ms-input-placeholder {
    color: #fff
}

.form-container .feedback .form-control:-moz-placeholder, .form-container .feedback .form-control::-moz-placeholder {
    color: #fff
}

@media (min-width: 768px) {
    .form-container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .form-container {
        width: 970px
    }
}

@media (min-width: 1330px) {
    .form-container {
        width: 1296px
    }
}
.content-wrapper{display:block!important;}