.mas-sect .mas-sect__title{
    display: block !important;
}
@media only screen and (max-width: 768px) {
    .prop-sect {
        padding: 45px 0 10px; 
    }
}
.prop-sect__container {
    padding: 90px 15px 350px;
    position: relative; 
}
@media only screen and (max-width: 992px) {
    .prop-sect__container {
        padding: 70px 15px 350px; 
    }
}
@media only screen and (max-width: 768px) {
    .prop-sect__container {
        padding: 0 15px; 
    }
} 
.prop-sect__bg {
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 280px;
    background-color: #00773c; 
}
@media only screen and (max-width: 992px) {
    .prop-sect__bg {
        width: 200px; 
    }
}
@media only screen and (max-width: 768px) {
    .prop-sect__bg {
        display: none; 
    }
}
.prop-sect__bg::before{
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50vw;
    height: 100%;
    background-color: #00773c; 
}  
.prop-sect__title, .prop-sect__content {
    position: relative;
    z-index: 1; 
}  
.prop-sect__title {
    font-size: 70px;
    font-family: "Mont",Arial,sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 142%;
    text-transform: uppercase;
    margin-bottom: 20px; 
}
@media only screen and (max-width: 992px) {
    .prop-sect__title {
        font-size: 60px; 
    }
}
@media only screen and (max-width: 768px) {
    .prop-sect__title {
        font-size: 50px; 
    }
}
@media only screen and (max-width: 480px) {
    .prop-sect__title {
        margin-bottom: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        font-size: inherit; 
    }
}
@media only screen and (max-width: 480px) {
    .prop-sect__title span {
        font-size: 30px;
        display: block;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        line-height: 142%; 
    }
}
.prop-sect__title-desc {
    display: inline;
    vertical-align: middle;
    margin-left: 30px;
    text-transform: none;
    font-size: 18px;
    color: #c4c4c4; 
}
@media only screen and (max-width: 992px) {
    .prop-sect__title-desc {
        font-size: 16px;
        margin-left: 20px; 
    }
}
@media only screen and (max-width: 480px) {
    .prop-sect__title-desc {
        margin-left: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 content;
        flex: 0 0 content;
        -ms-flex-item-align: center;
        align-self: center;
        display: block;
        font-size: 16px;
        margin-bottom: 10px; 
    }
}
.prop-sect__content {
    margin-bottom: 20px;
    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; 
}
@media only screen and (max-width: 768px) {
    .prop-sect__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 35px; 
    }
}  
.prop-sect__list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px; 
}
@media only screen and (max-width: 768px) {
    .prop-sect__list {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; 
    }
}
@media only screen and (max-width: 480px) {
    .prop-sect__list {
        margin-top: 30px;
        text-align: center;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; 
    }
}
.prop-sect__list li {
    margin-bottom: 22px;
    font-size: 18px;
    color: #000;
    line-height: 155%; 
}
.prop-sect__list li:last-child {
    margin-bottom: 0; 
}
.prop-sect__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; 
}
@media only screen and (max-width: 480px) {
    .prop-sect__list-item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; 
    }
}
.prop-sect__list-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px; 
}  
.prop-sect__items {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 150px; 
}
@media only screen and (max-width: 1200px) {
    .prop-sect__items {
        padding-left: 100px; 
    }
}
@media only screen and (max-width: 992px) {
    .prop-sect__items {
        padding-left: 45px; 
    }
}
@media only screen and (max-width: 768px) {
    .prop-sect__items {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-left: 0;
        margin-bottom: 35px; 
    }
}
@media only screen and (max-width: 480px) {
    .prop-sect__items {
        margin-bottom: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 30px;
        border-bottom: 1px solid #F0F0F0; 
    }
}  
.prop-sect__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px; 
}
@media only screen and (max-width: 1200px) {
    .prop-sect__item {
        margin-right: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 155px;
        flex: 0 0 155px; 
    }
}
@media only screen and (max-width: 992px) {
    .prop-sect__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 143px;
        flex: 0 0 143px;
        margin-right: 10px; 
    }
}
@media only screen and (max-width: 768px) {
    .prop-sect__item {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 30% !important;
        flex: 0 0 30% !important;
        text-align: center; 
    }
}
.prop-sect__item:last-child {
    color: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    margin-right: 0; 
}
@media only screen and (max-width: 1200px) {
    .prop-sect__item:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 265px;
        flex: 0 0 265px;
        padding-left: 30px; 
    } 
}
@media only screen and (max-width: 992px) {
    .prop-sect__item:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 185px;
        flex: 0 0 185px;
        padding-left: 20px; 
    }
}
@media only screen and (max-width: 768px) {
    .prop-sect__item:last-child {
        color: #162026;
        padding-left: 0; 
    }
}
.prop-sect__item-number {
    font-size: 130px;
    font-family: "BazaART",Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.12em; 
}
@media only screen and (max-width: 1200px) {
    .prop-sect__item-number {
        font-size: 120px; 
    }
}
@media only screen and (max-width: 992px) {
    .prop-sect__item-number {
        font-size: 110px; 
    }
}
.prop-sect__item-text {
    font-size: 20px;
    font-family: "Mont",Arial,sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 155%; 
}
@media only screen and (max-width: 1200px) {
    .prop-sect__item-text {
        font-size: 17px; 
    }
}
@media only screen and (max-width: 992px) {
    .prop-sect__item-text {
        font-size: 16px; 
    }
}  
@media only screen and (max-width: 480px) {
    .prop-sect__btn {
        text-align: center; 
    }
}
.prop-sect__btn .def-btn {
    font-size: 17px;
    padding: 17px 40px;
    border: 1px solid #00773c;
    background-color: transparent;
    color: #00773c; 
}
.prop-sect__btn .def-btn:hover {
    color: #fff; 
}
.prop-sect__btn .def-btn:focus, .prop-sect__btn .def-btn:active {
    color: #00773c; 
}
.sliders-sect {
    padding: 115px 0 0;
    position: relative;
    z-index: 1; 
}
@media only screen and (max-width: 992px) {
    .sliders-sect {
        padding-top: 82px; 
    }
}
@media only screen and (max-width: 768px) {
    .sliders-sect {
        padding-bottom: 35px; 
    }
}
@media only screen and (max-width: 576px) {
    .sliders-sect {
        padding-top: 50px; 
    }
}
.sliders-sect_hitting .sliders-sect__slider:last-child {
    margin-bottom: -70px; 
}
@media only screen and (max-width: 992px) {
    .sliders-sect_hitting .sliders-sect__slider:last-child {
        margin-bottom: -40px; 
    }
}
@media only screen and (max-width: 768px) {
    .sliders-sect_hitting .sliders-sect__slider:last-child {
        margin-bottom: 0; 
    }
}
.sliders-sect_top-hitting, .sliders-sect_top-hitting2 {
    padding: 0;
    padding-bottom: 110px; 
}
@media only screen and (max-width: 992px) {
    .sliders-sect_top-hitting, .sliders-sect_top-hitting2 {
        padding-bottom: 50px; 
    }
}
@media only screen and (max-width: 768px) {
    .sliders-sect_top-hitting, .sliders-sect_top-hitting2 {
        padding: 45px 0; 
    }
}
.sliders-sect_top-hitting .sliders-sect__slider:first-child, 
.sliders-sect_top-hitting2 .sliders-sect__slider:first-child {
    margin-top: -70px; 
}
@media only screen and (max-width: 768px) {
    .sliders-sect_top-hitting .sliders-sect__slider:first-child, 
    .sliders-sect_top-hitting2 .sliders-sect__slider:first-child {
        margin-top: 0;
    }
}
.sliders-sect_top-hitting2 .sliders-sect__slider:first-child {
    margin-top: -272px; 
}
@media only screen and (max-width: 768px) {
    .sliders-sect_top-hitting2 .sliders-sect__slider:first-child {
        margin-top: 0; 
    }
}
.sliders-sect__slider {
    padding: 90px 90px 90px 100px;
    border-radius: 40px;
    position: relative;
    min-height: 545px;
    margin-bottom: 40px;
    color: #fff;
    background-color: currentColor; 
}
@media only screen and (max-width: 1200px) {
    .sliders-sect__slider {
        padding-left: 70px; 
    }
}
@media only screen and (max-width: 992px) {
    .sliders-sect__slider {
        border-radius: 20px;
        padding: 50px 45px;
        min-height: 490px; 
    }
}
@media only screen and (max-width: 768px) {
    .sliders-sect__slider {
        padding: 0;
        min-height: 0;
        overflow: hidden; 
    }
}
.sliders-sect__slider:last-child {
    margin-bottom: 0; 
}
.sliders-sect__slider_hitting {
    margin-bottom: 65px; 
}
.sliders-sect__slider-bg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    overflow: hidden;
    border-radius: 40px; 
}
@media only screen and (max-width: 992px) {
    .sliders-sect__slider-bg {
        border-radius: 20px; 
    }
}
@media only screen and (max-width: 768px) {
    .sliders-sect__slider-bg {
        position: static;
        height: 50vw;
        border-radius: 0; 
    }
}
@media only screen and (max-width: 480px) {
    .sliders-sect__slider-bg {
        height: 60vw; 
    }
}
.sliders-sect__slider .swiper {
    position: relative;
    z-index: 1; 
}
@media only screen and (max-width: 768px) {
    .sliders-sect__slider .swiper {
        background-color: currentColor; 
    }
}
.sliders-sect__slider-pag {
    position: absolute;
    z-index: 2;
    bottom: 60px !important;
    left: 100px !important;
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
}
@media only screen and (max-width: 992px) {
    .sliders-sect__slider-pag {
        left: 45px !important; 
    }
}
@media only screen and (max-width: 768px) {
    .sliders-sect__slider-pag {
        left: 0 !important;
        bottom: auto !important;
        top: 43vw !important;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 45px; 
    }
}
@media only screen and (max-width: 576px) {
    .sliders-sect__slider-pag {
        padding-right: 32px; 
    }
}
.sliders-sect__slider-pag .swiper-pagination-bullet {
    margin: 0 !important;
    margin-right: 8px !important;
    width: 10px;
    height: 10px;
    background-color: transparent !important;
    border: 1px solid #00773c;
    opacity: 1 !important;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; 
}
.sliders-sect__slider-pag .swiper-pagination-bullet-active {
    background-color: #00773c !important; 
}
.sliders-sect__slider_right .sliders-sect__slider-bg {
    background-position: left center; 
}
.sliders-sect__slider_right .sliders-sect__slider-pag {
    left: calc(100% - 90px - 405px) !important; 
}
@media only screen and (max-width: 992px) {
    .sliders-sect__slider_right .sliders-sect__slider-pag {
        left: calc(100% - 45px - 350px) !important; 
    }
}
@media only screen and (max-width: 768px) {
    .sliders-sect__slider_right .sliders-sect__slider-pag {
        left: 0 !important; 
    }
}
.sliders-sect__slider_right .sliders-sect__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; 
}
@media only screen and (max-width: 768px) {
    .sliders-sect__slider_right .sliders-sect__slide {
        display: block; 
    }
}
.sliders-sect__slider_white .sliders-sect__slide-title, .sliders-sect__slider_white .sliders-sect__slide-text {
    color: #fff !important; 
}
.sliders-sect__slider_white .sliders-sect__slide-item {
    color: #d1d1d1 !important; 
}
.sliders-sect__slider-visual {
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0; 
}
@media only screen and (max-width: 768px) {
    .sliders-sect__slider-visual {
        width: 100%;
        bottom: auto;
        top: 0; 
    }
}
.sliders-sect__slider-images1 {
    position: relative; 
}
@media only screen and (max-width: 768px) {
    .sliders-sect__slider-images1 {
        text-align: center; 
    }
}
.sliders-sect__slider-images1 .img-1, 
.sliders-sect__slider-images1 .img-2, 
.sliders-sect__slider-images1 .img-3 {
    position: relative !important;
    right: 80px !important;
    left: auto !important;
    margin-bottom: -40px;
    z-index: 3; 
}
@media only screen and (max-width: 992px) {
    .sliders-sect__slider-images1 .img-1, 
    .sliders-sect__slider-images1 .img-2, 
    .sliders-sect__slider-images1 .img-3 {
        width: 340px; 
    }
}
@media only screen and (max-width: 768px) {
    .sliders-sect__slider-images1 .img-1, 
    .sliders-sect__slider-images1 .img-2, 
    .sliders-sect__slider-images1 .img-3 {
        width: 40vw;
        position: relative;
        right: auto !important;
        margin-bottom: 0;
        bottom: -50px !important; 
    }
}
@media only screen and (max-width: 992px) {
    .sliders-sect__slider-images1 .img-2 {
        right: 60px !important; 
    } 
}
@media only screen and (max-width: 768px) {
    .sliders-sect__slider-images1 .img-2 {
        right: 0 !important; 
    }
}
@media only screen and (max-width: 992px) {
    .sliders-sect__slider-images1 .img-2 ~ .pointer-1 {
        left: -90px !important; 
    }
}
@media only screen and (max-width: 768px) {
    .sliders-sect__slider-images1 .img-2 ~ .pointer-1 {
        left: auto !important;
        right: 63% !important;
        top: 80px !important; 
    }
}
@media only screen and (max-width: 480px) {
    .sliders-sect__slider-images1 .img-2 ~ .pointer-1 {
        right: 66% !important; 
    }
}
@media only screen and (max-width: 992px) {
    .sliders-sect__slider-images1 .img-2 ~ .pointer-2 {
        right: 47px !important; 
    }
}
.sliders-sect__slider-images1 .img-3 {
    margin-bottom: -70px; 
}
@media only screen and (max-width: 768px) {
    .sliders-sect__slider-images1 .img-3 {
        margin-bottom: -50px; 
    }
}
.sliders-sect__slider-images1 .pointer-1, .sliders-sect__slider-images1 .pointer-2, .sliders-sect__slider-images1 .example-1 {
    position: absolute !important;
    top: 0;
    left: 0; 
}
.sliders-sect__slider-images1 .pointer-1 {
    top: 68px !important;
    left: -99px !important; 
}
@media only screen and (max-width: 992px) {
    .sliders-sect__slider-images1 .pointer-1 {
        top: 51px  !important;
        left: -104px !important; 
    }
}
@media only screen and (max-width: 768px) {
    .sliders-sect__slider-images1 .pointer-1 {
        left: auto !important;
        right: 63% !important;
        top: 80px !important; 
    }
}
@media only screen and (max-width: 480px) {
    .sliders-sect__slider-images1 .pointer-1 {
        right: 66% !important; 
    }
}
.sliders-sect__slider-images1 .pointer-2 {
    top: -7px !important;
    left: auto !important;
    right: 82px !important; 
}
@media only screen and (max-width: 992px) {
    .sliders-sect__slider-images1 .pointer-2 {
        right: 74px !important; 
    }
}
@media only screen and (max-width: 768px) {
    .sliders-sect__slider-images1 .pointer-2 {
        right: auto !important;
        left: 60% !important;
        top: 35px !important; 
    }
}
@media only screen and (max-width: 480px) {
    .sliders-sect__slider-images1 .pointer-2 {
        left: 62% !important; 
    }
}
.sliders-sect__slider-images1 .example-1 {
    z-index: 3;
    top: auto !important;
    left: -140px !important;
    bottom: 48px !important; 
}
@media only screen and (max-width: 992px) {
    .sliders-sect__slider-images1 .example-1 {
        left: -94px !important; 
    }
}
@media only screen and (max-width: 768px) {
    .sliders-sect__slider-images1 .example-1 {
        left: 35% !important;
        bottom: 16vw !important; 
    }
}
@media only screen and (max-width: 480px) {
    .sliders-sect__slider-images1 .example-1 {
        bottom: 3vw !important; 
    }
}
.sliders-sect__slider-images2 {
    position: relative; 
}
@media only screen and (max-width: 768px) {
    .sliders-sect__slider-images2 {
        text-align: center; 
    }
}
.sliders-sect__slider-images2 .img-1, .sliders-sect__slider-images2 .img-3 {
    position: relative !important;
    right: -40px !important;
    top: auto !important;
    left: auto !important;
    margin-bottom: -6px;
    z-index: 3; 
}
@media only screen and (max-width: 992px) {
    .sliders-sect__slider-images2 .img-1, .sliders-sect__slider-images2 .img-3 {
        width: 655px; 
    }
}
@media only screen and (max-width: 768px) {
    .sliders-sect__slider-images2 .img-1, .sliders-sect__slider-images2 .img-3 {
        width: 78vw;
        position: relative  !important;
        right: 0 !important; 
    }
}
@media only screen and (max-width: 480px) {
    .sliders-sect__slider-images2 .img-1, .sliders-sect__slider-images2 .img-3 {
        bottom: -10vw !important; 
    }
}
.sliders-sect__slider-images2 .img-2 {
    position: absolute !important;
    z-index: 0;
    right: 72px !important;
    bottom: 70px !important;
    left: auto !important; 
}
@media only screen and (max-width: 992px) {
    .sliders-sect__slider-images2 .img-2 {
        width: 450px; 
    }
}
@media only screen and (max-width: 768px) {
    .sliders-sect__slider-images2 .img-2 {
        width: 49vw; 
    }
}
@media only screen and (max-width: 480px) {
    .sliders-sect__slider-images2 .img-2 {
        bottom: 0 !important; 
    }
}
.sliders-sect__slider-images2 .img-3 {
    right: 0 !important; 
}
.sliders-sect__slider-images2 .img-3 ~ .pointer-1 {
    left: 230px !important;
    top: 100px !important; 
}
@media only screen and (max-width: 768px) {
    .sliders-sect__slider-images2 .img-3 ~ .pointer-1 {
        top: 10vw !important;
        left: 41% !important; 
    }
}
@media only screen and (max-width: 480px) {
    .sliders-sect__slider-images2 .img-3 ~ .pointer-1 {
        left: 40% !important;
        top: 13vw !important; 
    }
}
.sliders-sect__slider-images2 .pointer-1 {
    position: absolute !important;
    top: 120px !important;
    left: 350px !important;
    z-index: 2; 
}
@media only screen and (max-width: 992px) {
    .sliders-sect__slider-images2 .pointer-1 {
        top: 100px !important;
        left: 286px !important; 
    }
}
@media only screen and (max-width: 768px) {
    .sliders-sect__slider-images2 .pointer-1 {
        left: auto !important;
        top: 13vw !important;
        right: 54% !important; 
    }
}
@media only screen and (max-width: 480px) {
    .sliders-sect__slider-images2 .pointer-1 {
        top: 12vw !important; 
    }
}
.sliders-sect__slider-images3 {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    height: 100%;
    width: 100%;
    z-index: 0; 
}
@media only screen and (max-width: 768px) {
    .sliders-sect__slider-images3 {
        height: 50vw;
        width: 100%;
        bottom: auto !important;
        top: 0 !important; 
    }
}
@media only screen and (max-width: 480px) {
    .sliders-sect__slider-images3 {
        height: 60vw; 
    }
}
.sliders-sect__slider-images3 .img-1 {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    top: auto !important;
    z-index: 2; 
}
@media only screen and (max-width: 992px) {
    .sliders-sect__slider-images3 .img-1 {
        width: 550px; 
    }
}
@media only screen and (max-width: 768px) {
    .sliders-sect__slider-images3 .img-1 {
        width: 57vw; 
    }
}
.sliders-sect__slider-images3 .pointer-1 {
    position: absolute !important;
    top: 100px !important;
    left: 360px !important;
    z-index: 0; 
}
@media only screen and (max-width: 992px) {
    .sliders-sect__slider-images3 .pointer-1 {
        left: 248px !important;
        top: 80px !important; 
    }
}
@media only screen and (max-width: 768px) {
    .sliders-sect__slider-images3 .pointer-1 {
        top: 10vw !important;
        left: 33% !important; 
    }
}
.sliders-sect__slide {
    color: #162026;
    font-family: "Mont",Arial,sans-serif;
    font-weight: normal;
    font-style: normal;
    display: block;
}
@media only screen and (max-width: 768px) {
    .sliders-sect__slide {
        padding: 45px 35px; 
    }
}
@media only screen and (max-width: 576px) {
    .sliders-sect__slide {
        padding: 30px; 
    }
}
@media only screen and (max-width: 480px) {
    .sliders-sect__slide {
        padding: 20px; 
    }
}
.sliders-sect__slide-title {
    font-family: "Mont",Arial,sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 145%;
    text-transform: uppercase;
    width: 100%;
    max-width: 405px; 
}
@media only screen and (max-width: 1200px) {
    .sliders-sect__slide-title {
        font-size: 30px; 
    }
}
@media only screen and (max-width: 992px) {
    .sliders-sect__slide-title {
        font-size: 27px; 
    }
}
@media only screen and (max-width: 576px) {
    .sliders-sect__slide-title {
        font-size: 24px; 
    }
}
@media only screen and (max-width: 480px) {
    .sliders-sect__slide-title {
        font-size: 22px; 
    }
}
.sliders-sect__slide-text {
    font-size: 17px;
    line-height: 155%;
    font-family: "Mont",Arial,sans-serif;
    font-weight: normal;
    font-style: normal;
    width: 100%;
    max-width: 405px;
    margin-bottom: 30px; 
}
@media only screen and (max-width: 992px) {
    .sliders-sect__slide-text {
        font-size: 16px; 
    }
}
@media only screen and (max-width: 480px) {
    .sliders-sect__slide-text {
        font-size: 14px; 
    }
}
.sliders-sect__slide-text:lalst-child {
    margin-bottom: 0; 
}
.sliders-sect__slide-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 405px; 
}
.sliders-sect__slide-item {
    margin-bottom: 15px;
    margin-right: 20px;
    font-size: 15px;
    line-height: 145%;
    color: #8a8a8a;
    font-family: "Mont",Arial,sans-serif;
    font-weight: 300;
    font-style: normal; 
}
@media only screen and (max-width: 992px) {
    .sliders-sect__slide-title, 
    .sliders-sect__slide-text {
        max-width: 350px; 
    }
}
@media only screen and (max-width: 768px) {
    .sliders-sect__slide-title, 
    .sliders-sect__slide-text {
        max-width: 400px; 
    }
}
.sliders-sect__slide.swiper-slide-active .sliders-sect__slide-title, 
.sliders-sect__slide.swiper-slide-active .sliders-sect__slide-text {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); 
}
.acoust-sect {
    background-color: #0F0F2B;
    padding-top: 173px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative; 
}
@media only screen and (max-width: 992px) {
    .acoust-sect {
        background-attachment: scroll;
        padding-top: 100px; 
    }
}
@media only screen and (max-width: 768px) {
    .acoust-sect {
        padding-top: 70px; 
    }
}
@media only screen and (max-width: 576px) {
    .acoust-sect {
        padding-top: 50px; 
    }
}
.acoust-sect_black {
    background-color: #000; 
}
.acoust-sect__bg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover; 
}
.acoust-sect__bg.anim {
    -webkit-animation: waveAnim 5.5s ease-in infinite;
    animation: waveAnim 5.5s ease-in infinite; 
}
.acoust-sect__container {
    position: relative;
    z-index: 1; 
}
.acoust-sect__title {
    margin-bottom: 13px;
    color: #fff; 
}
.acoust-sect__subtitle {
    font-size: 16px;
    line-height: 155%;
    color: #fff;
    width: 100%;
    max-width: 530px;
    margin: 0 auto 37px;
    text-align: center; 
}
.acoust-sect__subtitle_third {
    margin-bottom: 0; 
}
.acoust-sect__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1; 
}
@media only screen and (max-width: 1200px) {
    .acoust-sect__content {
        height: 455px; 
    }
}
@media only screen and (max-width: 768px) {
    .acoust-sect__content {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; 
    }
}
@media only screen and (max-width: 1200px) {
    .acoust-sect__content_bone {
        height: auto; 
    }
}
.acoust-sect__content_bone .acoust-sect__text {
    padding: 40px 26px 130px 45px;
    left: 40% !important;
    top: 50px !important;
    background-color: rgba(4, 30, 73, 0.53);
    -webkit-box-shadow: inset 7px 6px 36px rgba(43, 53, 145, 0.25);
    box-shadow: inset 7px 6px 36px rgba(43, 53, 145, 0.25);
    color: #7c9cd9; 
}
@media only screen and (max-width: 992px) {
    .acoust-sect__content_bone .acoust-sect__text {
        top: 30px !important;
        width: 300px; 
    }
}
@media only screen and (max-width: 768px) {
    .acoust-sect__content_bone .acoust-sect__text {
        position: absolute !important;
        left: 30% !important; 
    }
}
@media only screen and (max-width: 576px) {
    .acoust-sect__content_bone .acoust-sect__text {
        left: 20% !important;
        top: -5px !important; 
    }
}
@media only screen and (max-width: 480px) {
    .acoust-sect__content_bone .acoust-sect__text {
        width: 61vw;
        padding: 15px 20px 100px 20px;
        left: 15% !important;
        font-size: 12px; 
    }
}
@media only screen and (max-width: 1200px) {
    .acoust-sect__content_pimg {
        height: auto; 
    }
}
.acoust-sect__cimg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    z-index: 2; 
}
@media only screen and (max-width: 1200px) {
    .acoust-sect__cimg {
        position: absolute;
        right: 35%; 
    }
}
@media only screen and (max-width: 992px) {
    .acoust-sect__cimg {
        right: 41%; 
    }
}
@media only screen and (max-width: 768px) {
    .acoust-sect__cimg {
        position: relative;
        right: auto;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; 
    }
}
.acoust-sect__cimg .acoust-sect__btn {
    position: absolute;
    z-index: 1;
    top: 146px !important;
    left: 20px !important; 
}
.acoust-sect__cimg-img {
    width: auto;
    max-width: 100%; 
}
.acoust-sect__cimg .cimg-2 {
    left: -20px !important;
    position: relative; 
}
@media only screen and (max-width: 992px) {
    .acoust-sect__cimg {
        left: -30px !important; 
    }
}
@media only screen and (max-width: 768px) {
    .acoust-sect__cimg {
        left: 0 !important; 
    }
}
.acoust-sect__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
}
@media only screen and (max-width: 768px) {
    .acoust-sect__btn {
        display: none; 
    }
}
.acoust-sect__btn::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    background-color: rgba(205, 156, 114, 0.4);
    -webkit-animation: driveAnim 2s  ease-out infinite;
    animation: driveAnim 2s  ease-out infinite; 
}
.acoust-sect__btn::after {
    content: '';
    position: absolute;
    z-index: 0;
    top: -20px;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    border-radius: 50%;
    background-color: #00773c;
    -webkit-animation: driveAnimAfter 2s  ease-out infinite;
    animation: driveAnimAfter 2s  ease-out infinite;
    -webkit-animation-delay: .1s;
    animation-delay: .1s; 
}
.acoust-sect__btn-pointer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #00773c;
    border-radius: 50%;
    width: 84px;
    height: 84px;
    position: relative;
    z-index: 3; 
}
.acoust-sect__btn:hover::before, .acoust-sect__btn:hover::after {
    -webkit-animation-duration: 1s;
    animation-duration: 1s; 
}
.acoust-sect__text {
    color: #fff;
    font-size: 13px;
    line-height: 145%;
    font-family: "Mont",Arial,sans-serif;
    font-weight: 300;
    font-style: normal;
    width: 373px;
    border-radius: 40px;
    background-color: rgba(255, 255, 255, 0.14);
    padding: 35px 70px 35px 100px;
    position: absolute !important;
    z-index: 0;
    top: 60px !important;
    left: calc(50% + 80px) !important; 
}
@media only screen and (max-width: 1200px) {
    .acoust-sect__text {
        left: auto !important;
        right: 12% !important;
        width: 400px;
        padding-left: 130px; 
    }
}
@media only screen and (max-width: 992px) {
    .acoust-sect__text {
        right: 14% !important; 
    }
}
@media only screen and (max-width: 768px) {
    .acoust-sect__text {
        position: relative !important;
        right: auto !important;
        top: auto !important;
        -ms-flex-item-align: center;
        align-self: center;
        margin-bottom: 30px;
        padding: 30px 30px 30px 55px;
        width: 350px;
        border-radius: 25px;
        margin-right: -25px; 
    }
}
@media only screen and (max-width: 576px) {
    .acoust-sect__text {
        margin-bottom: 20px; 
    }
}
@media only screen and (max-width: 480px) {
    .acoust-sect__text {
        width: 260px; 
    }
}
.acoust-sect__text .acoust-sect__btn {
    display: none;
    position: absolute;
    top: calc(50% - 25px);
    left: -25px; 
}
@media only screen and (max-width: 768px) {
    .acoust-sect__text .acoust-sect__btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; 
    }
}
.acoust-sect__text .acoust-sect__btn::before {
    top: -4px;
    left: -4px;
    width: calc(100% + 8px);
    height: calc(100% + 8px); 
}
.acoust-sect__text .acoust-sect__btn::after {
    top: -8px;
    left: -8px;
    width: calc(100% + 16px);
    height: calc(100% + 16px); 
}
.acoust-sect__text .acoust-sect__btn-pointer {
    width: 50px;
    height: 50px; 
}
.acoust-sect__text .acoust-sect__btn-pointer img {
    width: 20px; 
}
.acoust-sect__phone {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 35px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; 
}
@media only screen and (max-width: 768px) {
    .acoust-sect__phone {
        top: auto;
        bottom: 150px;
        right: 15%;
        z-index: 4; 
    }
}
@media only screen and (max-width: 576px) {
    .acoust-sect__phone {
        right: 4%; 
    }
}
@media only screen and (max-width: 480px) {
    .acoust-sect__phone {
        right: 0;
        bottom: 32vw;
    }
}
@media only screen and (max-width: 480px) {
    .acoust-sect__phone-img {
        width: 34vw; 
    }
}
.acoust-sect__bone {
    margin-bottom: -60px;
    margin-top: 140px;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    z-index: 1; 
}
@media only screen and (max-width: 1200px) {
    .acoust-sect__bone {
        margin-bottom: -40px;
        width: 100%;
        text-align: center; 
    }
}
@media only screen and (max-width: 576px) {
    .acoust-sect__bone {
        margin-top: 100px; 
    }
}
.acoust-sect__bone-img {
    width: auto;
    max-width: 100%; 
}
.acoust-sect__pimg {
    margin-bottom: -255px;
    position: relative; 
}
@media only screen and (max-width: 768px) {
    .acoust-sect__pimg {
        margin-bottom: -185px; 
    }
}
@media only screen and (max-width: 576px) {
    .acoust-sect__pimg {
        margin-bottom: -26vw; 
    }
}
.acoust-sect__pimg-img {
    width: auto;
    max-width: 100%;
    position: relative;
    z-index: 0; 
}
.acoust-sect__pimg .pointer {
    position: absolute !important;
    z-index: 2;
    top: 88px !important;
    right: 27% !important;
    left: auto !important; 
}
@media only screen and (max-width: 992px) {
    .acoust-sect__pimg .pointer {
        top: 9vw !important; 
    }
}
.acoust-sect__planet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    z-index: 0; 
}
.acoust-sect__planet-img {
    display: inline-block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); 
}
@media only screen and (max-width: 768px) {
    .acoust-sect__planet-img {
        width: 992px; 
    }
}
@media only screen and (max-width: 480px) {
    .acoust-sect__planet-img {
        width: 800px; 
    }
}
.mater-sect {
    position: relative;
    z-index: 1; 
}
@media only screen and (max-width: 768px) {
    .mater-sect {
        background-color: #00773c;
        padding-top: 45px; 
    }
}
.mater-sect__container {
    padding-top: 185px;
    padding-bottom: 100px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; 
}
@media only screen and (max-width: 1200px) {
    .mater-sect__container {
        padding: 100px 0 100px; 
    }
}
@media only screen and (max-width: 992px) {
    .mater-sect__container {
        padding: 70px 0 70px; 
    }
}
@media only screen and (max-width: 768px) {
    .mater-sect__container {
        padding: 0 15px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; 
    }
}
.mater-sect__container::before {
    content: '';
    display: inline-block;
    position: absolute;
    z-index: 0;
    right: 15px;
    top: 0;
    height: 100%;
    width: 100vw;
    background-color: #00773c; 
}
@media only screen and (max-width: 1200px) {
    .mater-sect__container::before {
        right: 0; 
    }
}
@media only screen and (max-width: 768px) {
    .mater-sect__container::before {
        display: none; 
    }
}
.mater-sect__visual {
    position: absolute;
    z-index: 0;
    bottom: 30px;
    right: 0; 
}
@media only screen and (max-width: 768px) {
    .mater-sect__visual {
        position: relative;
        text-align: right;
        right: 0;
        width: 100%;
        bottom: 0; 
    }
}
.mater-sect__visual-img {
    position: relative;
    display: block;
    width: 100%; 
}
.mater-sect__visual-img .img-1 {
    position: absolute !important;
    top: -135px !important;
    left: 30% !important;
    z-index: 0; 
}
@media only screen and (max-width: 1200px) {
    .mater-sect__visual-img .img-1 {
        top: -120px !important;
        width: 37vw; 
    }
}
@media only screen and (max-width: 992px) {
    .mater-sect__visual-img .img-1 {
        width: 40vw;
        top: -130px !important; 
    }
}
@media only screen and (max-width: 768px) {
    .mater-sect__visual-img .img-1 {
        width: 360px;
        left: auto !important;
        right: 20px !important;
        top: -100px !important; 
    }
}
@media only screen and (max-width: 576px) {
    .mater-sect__visual-img .img-1 {
        width: 300px;
        right: -30px !important; 
    }
}
@media only screen and (max-width: 480px) {
    .mater-sect__visual-img .img-1 {
        width: 61vw;
        top: -20vw !important; 
    }
}
.mater-sect__visual-img .img-2 {
    position: relative !important;
    z-index: 1;
    right: 15px !important;
    top: auto  !important;
    left: auto !important;
    width: 590px; 
}
@media only screen and (max-width: 1200px) {
    .mater-sect__visual-img .img-2 {
        right: 0 !important;
        width: 50vw; 
    }
}
@media only screen and (max-width: 992px) {
    .mater-sect__visual-img .img-2 {
        width: 56vw; 
    }
}
@media only screen and (max-width: 768px) {
    .mater-sect__visual-img .img-2 {
        width: 480px;
        right: -15px !important;
        margin-bottom: -60px; 
    }
}
@media only screen and (max-width: 576px) {
    .mater-sect__visual-img .img-2 {
        width: 400px; 
    }
}
@media only screen and (max-width: 480px) {
    .mater-sect__visual-img .img-2 {
        width: 100%; 
    } 
}
.mater-sect__main {
    width: 40%;
    position: relative;
    z-index: 2; 
}
@media only screen and (max-width: 1200px) {
    .mater-sect__main {
        padding: 0 15px; 
    }
}
@media only screen and (max-width: 768px) {
    .mater-sect__main {
        width: 100%;
        padding: 0; 
    }
}
.mater-sect__title {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 55px;
    font-size: 70px;
    line-height: 142%;
    font-family: "Mont",Arial,sans-serif;
    font-weight: 300;
    font-style: normal; 
}
@media only screen and (max-width: 1200px) {
    .mater-sect__title {
        font-size: 50px;
        font-size: clamp(45px, 3vw, 70px); 
    }
}
@media only screen and (max-width: 992px) {
    .mater-sect__title {
        font-size: 36px;
        font-size: clamp(36px, 4.5vw, 45px); 
    } 
}
@media only screen and (max-width: 768px) {
    .mater-sect__title {
        font-size: 46px;
        margin-bottom: 36px; 
    }
}
@media only screen and (max-width: 576px) {
    .mater-sect__title {
        font-size: 38px; 
    }
}
@media only screen and (max-width: 480px) {
    .mater-sect__title {
        font-size: 32px; 
    }
}
.mater-sect__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; 
}
.mater-sect__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    color: #fff;
    font-family: "Mont",Arial,sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    line-height: 150%;
    border-bottom: 1px solid rgba(193, 124, 65, 0.48);
    margin-bottom: 20px;
    padding-bottom: 25px;
    padding-left: 15px; 
}
@media only screen and (max-width: 1200px) {
    .mater-sect__item {
        font-size: 15px; 
    }
}
@media only screen and (max-width: 992px) {
    .mater-sect__item {
        padding: 0 0 20px 0;
        font-size: 13px; 
    }
}
.mater-sect__item:nth-child(3), .mater-sect__item:nth-child(4) {
    border-bottom: none; 
}
.mater-sect__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 1;
    margin-left: 2vw;
    padding-top: 30px; 
}
@media only screen and (max-width: 768px) {
    .mater-sect__btns {
        margin-left: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 20px;
        width: 100%;
        margin-bottom: 100px; 
    }
}
@media only screen and (max-width: 480px) {
    .mater-sect__btns {
        padding: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20vw; 
    }
}
.mater-sect__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px; 
}
@media only screen and (max-width: 768px) {
    .mater-sect__btn {
        margin-left: 0 !important;
        margin-bottom: 0;
        margin-right: 40px; 
    }
}
@media only screen and (max-width: 480px) {
    .mater-sect__btn {
        margin-right: 0; 
    }
}
.mater-sect__btn:last-child {
    margin-bottom: 0; 
}
@media only screen and (max-width: 768px) {
    .mater-sect__btn:last-child {
        margin-right: 0; 
    }
}
.mater-sect__btn-pointer {
    padding: 0;
    margin-right: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    width: 68px;
    height: 68px;
    font-size: 12px;
    line-height: 155%;
    font-family: "Mont",Arial,sans-serif;
    font-weight: 300;
    font-style: normal;
    cursor: pointer;
    position: relative;
    z-index: 1; 
}
@media only screen and (max-width: 992px) {
    .mater-sect__btn-pointer {
        margin-right: 0; 
    }
}
@media only screen and (max-width: 480px) {
    .mater-sect__btn-pointer {
        width: 13vw;
        height: 13vw;
        font-size: 11px;
        min-width: 53px;
        min-height: 53px;
    }
}
.mater-sect__btn-pointer::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -4px;
    left: -4px;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border-radius: 50%;
    z-index: 0;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-animation: materAnim 2s ease-out infinite;
    animation: materAnim 2s ease-out infinite; 
}
.mater-sect__btn-pointer-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 2px solid #fff; 
}
.mater-sect__btn-pointer span {
    position: relative;
    z-index: 2; 
}
.mater-sect__btn-pointer:hover::before {
    -webkit-animation: materAnim .8s ease-out infinite;
    animation: materAnim .8s ease-out infinite; 
}
.mater-sect__btn-text {
    color: #f1e1c1;
    font-family: "BazaART",Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 29px;
    text-decoration: none; 
}
@media only screen and (max-width: 992px) {
    .mater-sect__btn-text {
        display: none; 
    }
}
.mater-sect__btn:nth-child(1) {
    margin-left: 40px; 
}
.mater-sect__btn:nth-child(2) {
    margin-left: 0; 
}
.mater-sect__btn:nth-child(3) {
    margin-left: 0; 
}
.mater-sect__btn:nth-child(4) {
    margin-left: 45px; 
}
.mater-sect_third .mater-sect__btn {
    margin-bottom: 50px; 
}
@media only screen and (max-width: 768px) {
    .mater-sect_third .mater-sect__btn {
        margin-bottom: 0; 
    }
}
.mater-sect_third .mater-sect__btn:nth-child(3) {
    margin-left: 45px; 
}
.sliders-sect__slider-images1 .pointer-001 {
    right: auto !important;
    top: auto !important;
    bottom: -30px !important;
    left: 60% !important;
}
@media (min-width: 769px) {
    .sliders-sect__slider-images1 .pointer-001 {
        right: 250px !important;
        top: auto !important;
        bottom: 200px !important;
        left: auto !important;
    }
}
@media only screen and (max-width: 992px) {
    .sliders-sect__slider-images1 .img-1,
    .sliders-sect__slider-images1 .img-2,
    .sliders-sect__slider-images1 .img-3.img-003 {
        width: 280px;
    }
}
@media only screen and (max-width: 768px) {
    .sliders-sect__slider-images1 .img-1,
    .sliders-sect__slider-images1 .img-2,
    .sliders-sect__slider-images1 .img-3.img-003 {
        width: 40vw;
    }
}
@media (min-width: 769px) {
    .mater-sect__btns.btn002 {
        width: 400px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .mater-sect__btns.btn002 .mater-sect__btn:nth-child(1) {
        margin: 210px 0px 0 0;
    }
    .mater-sect__btns.btn002 .mater-sect__btn:nth-child(2) {
        margin: 300px 80px 0 0;
    }
    .mater-sect__btns.btn002 .mater-sect__btn:nth-child(3) {
        margin: 70px 30px 0 0;
    }
    .mater-sect__btns.btn002 .mater-sect__btn:nth-child(4) {
        margin: 0px 0 0 0;
    }
    .sliders-sect__slider-images1 .img-3.img-003 {
        margin-bottom: 40px;
    }  
}
@media (min-width: 1201px) {
    .mater-sect__visual-img .img-2.img002 {
        width: 677px;
    }
}
.b1-title{
    font-weight: 100;
    font-size: 68px;
    line-height: 142%;
    max-width: 760px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 50px;
}
.b1-title span{
    color: #00773c;
}
.b1i{
    margin-bottom: -220px;
    margin-left: 330px;
    margin-top: -400px;
    max-width: 100%;
}
.b1-txt{
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,.2);
    display: inline-block;
    font-weight: 100;
    font-size: 24px;
    line-height: 79.5%;
    color: #fff;
}
.mas-sect__grass{
    overflow: hidden;
}
.prop-sect__container{
    padding-bottom: 30px;
}
.prop-sect{
    background: #F9F9F9;
}
.prop-sect__bg::before{
    display: none;
}
.prop-sect__bg{
    background-color: transparent;
}
.prop-sect__item:last-child{
    color: #162026;
}
.prop-sect__title-desc{
    line-height: 100%;
}
.osob-bl2 .info-dialog__row{
    border-bottom: 1px solid #E0E0E0;
}
.prop-sect__items{
    padding-left: 0 !important;
}
.osob-bl2{
    margin-top: 70px;
}
.osob-bl2-btns > a:hover, .osob-bl2-btns > a.active{
    color: #fff;
}
.osob-bl2 .info-dialog__row-val,
.osob-bl2 .info-dialog__row-title{
    color: #162026;
}
.sl1{
    padding: 90px 0;
}
.sl1b1 .sliders-sect__slide-title,
.sl1b1 .sliders-sect__slide-text{
    color: #fff;
}
.sl1b1_i{
    position: absolute;
    z-index: 1;
    right: 50px;
    bottom: 0;
}
.pointer-1{
    right: 40%;
    bottom: 40%;
    position: absolute;
    z-index: 2;
}
.sl1b2_i{
    position: absolute;
    z-index: 1;
    left: 40px;
    bottom: 0;
}
.pointer-2{
    left: 40%;
    bottom: 40%;
    position: absolute;
    z-index: 2;
}
.pointer-2 .pointer__number{
    padding: 0 20px;
}
.sliders-sect__slide-text2{
    margin-top: 15px;
    max-width: 350px;
    font-weight: 600;
    font-size: 17px;
    line-height: 150%;
    color: #898989;
}
.jap{
    padding: 160px 20px 0 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.jap-w{
    margin-bottom: 20px;
}
.jap-w-title{
    text-align: center;
    font-weight: 300;
    font-size: 39px;
    line-height: 142%;
    text-transform: uppercase;
    font-family: "Mont",Arial,sans-serif;
    color: #fff;
    margin-bottom: 20px;
}
.jap-w-txt{
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 155%;
    color: #fff;
    flex-basis: 335px;
    font-family: "Mont",Arial,sans-serif;
    max-width: 560px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.jap-img{
    font-size: 0;
    text-align: center;
    margin-top: -70px;
}
.jap-img img{
    margin-bottom: -80px;
    z-index: 1;
    position: relative;
}
.jap-obl{
    color: #7C9CD9;
    padding:40px;
    border-radius: 40px;
    background: rgba(3, 41, 122, 0.2);
    max-width: 300px;
    margin: 0 auto;
    font-weight: 600;
    font-size: 14px;
    line-height: 155%;
}
.sl3{
    position: relative;
    padding: 115px 0 0 0;
    margin-bottom: -90px; 
}
.sl4{
    position: relative;
    padding: 115px 0;
}
.sl31img{
    position: absolute;
    left: 40px;
    bottom: 0;
}
.sl32img{
    position: absolute;
    right: 0;
    bottom: 0;
}
.sl4 .sliders-sect__slider-images1 .img-1{
    margin-bottom: -7px;
    right: 0 !important;
}
.sl42 .swiper-wrapper{
    display: flex;
}
.sl42  .sliders-sect__slide-title{
    font-size: 59px;
}
.sl4 .sliders-sect__slide-text{
    font-size: 28px;
    font-weight: 100;
}
.sl4 .sliders-sect__slide-text small{
    display: block;
    font-weight: 400;
    font-size: 17px;;
    margin-top: 18px;
    line-height: 155%;
}
.sl42{
    display: flex;
    align-items: center;
}
.sl42  .swiper{
    margin-right: 0;
}
.sl41 .sliders-sect__slide-text{
    font-size: 17px;
}
.sl41 > div{
    max-width: 360px;
    color: #162026 !important;
}
@media (max-width: 1200px) {
    .b1-title{
        font-size: 45px;;
        max-width: 500px;
    }
    .b1-txt {
        font-size: 18px;
    }
    .sl1b1_i{
        right: -50px;
    }
    .sl1b2_i{
        left: 0;
    }
    .pointer-2 {
        left: 24%;
    }
    .pointer-2 .pointer__number,
    .pointer-2{
        width: 100px;
        height: 100px;
    }
    .pointer-2 .pointer__number{
        padding: 0;
    }
    .sl31img{
        left: -35px;
    }
    .sl42 .sliders-sect__slide-title {
        font-size: 37px;
    }
    .sl4 .sliders-sect__slide-text {
        font-size: 22px;
    }
    .sl4 .sliders-sect__slide-text small{
        font-size: 14px;
    }
}
@media (max-width: 992px) {
    .sl1b1_i{
        width: 650px;
    }
    .pointer-1 {
        right: 25%;
    }
    .sl1b2_i{
        width: 500px;
    }
    .sl1b2_i {
        width: 375px;
    }
    .jap-w-title{
        font-size: 28px;
        flex-basis: 66%;
    }
    .jap-w-txt{
        font-size: 14px;
        flex-basis:auto;
        flex-grow: 1;
    }
    .jap-img img{
        max-width: 400px;
    }
    .sl3{
        padding: 70px 0 0 0;
        margin-bottom: -40px;
    }
    .sl4{
        padding: 70px 0;
    }
    .sl31img{
        width: 375px;
    }
    .sl32img{
        width: 450px;
    }
    .sl4 .sliders-sect__slider-images1 .img-1{
        width: 550px;
    }
    .sl4 > .sliders-sect__container .sliders-sect__slider_right .sliders-sect__slide{
        align-items: flex-start;
    }
}
@media (max-width: 768px) {
    .b1-title {
        font-size: 34px;
        max-width: 100%;
    }
    .b1-txt {
        font-size: 16px;
    }
    .mas-sect{
        text-align: center;
    }
    .b1i {
        margin-bottom: -90px;
        margin-left: auto;
        margin-top: auto;
        max-width: 100%;
    }
    .sl1{
        padding: 70px 0;
    }
    .sl1b1_i{
        right: 50%;
        margin-right: -225px;
        bottom: auto;
        top: 50vw;
        width: 450px;
        margin-top: -376px;
    }
    .pointer-1{
        bottom: auto;
        top: 25%;
    }
    .sl1b2_i{
        width: 260px;
        bottom: auto;
        left: 50%;
        margin-left: -130px;
        margin-top: -253px;
        top: 50vw;
    }
    .sl1b1 .sliders-sect__slide-title, .sl1b1 .sliders-sect__slide-text,
    .sl1b2 .sliders-sect__slide-title, .sl1b2 .sliders-sect__slide-text{
        width: 100%;
        max-width: 100%;
    }
    .pointer-2{
        bottom: auto;
        top: 30%;
    }
    .jap{
        padding: 70px 15px 0 15px;
    }
    .jap-obl{
        padding: 20px;
        border-radius: 20px;
        font-size: 12px;
    }
    .jap-img{
        margin-top: -35px;
    }
    .jap-img img{
        margin-bottom: -30px;
    }
    .sl31img{
        left: 50%;
        width: 360px;
        margin-left: -180px;
        bottom: 200px;
    }
    .sl32img {
        width: 230px;
        top: 50vw;
        right: 50%;
        margin-right: -115px;
        margin-top: -239px;
    }
    .sl42{
        display: block;
    }
}
@media (max-width: 576px) {
    .b1-title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .b1-txt {
        font-size: 14px;
    }
    .mas-sect {
        padding-top: 70px;
    }
    .b1i {
        margin-bottom: -70px;
    }
    .jap-w{
        flex-direction: column;
        text-align: center;
    }
    .jap-w-title{
        font-size: 22px;
    }
    .sec9-txt{
        font-size: 13px;
    }
    .jap-img img{
        max-width: 300px;
    }
    .sl32img {
        width: 390px;
    }
    .sl31img{
        width: 270px;
        margin-left: -135px;
        bottom: 170px;
    }
    .sl4 .sliders-sect__slider-images1 .img-1 {
        width: 410px;
    }
    .sl42 .sliders-sect__slide-title {
        font-size: 30px;
    }
    .sl4 .sliders-sect__slide-text {
        font-size: 17px;
    }
}
@media (max-width: 480px) {
    .sl1b1_i{
        width: 290px;
        margin-right: -145px;
        top: 60vw;
        margin-top: -242px;
    }
    .pointer-2,
    .pointer-1{
        top: 20%;
    }
    .sl1b2_i {
        width: 220px;
        margin-left: -110px;
        top: 60vw;
        margin-top: -214px;
    }
    .jap-img img{
        max-width: 250px;
    }
    .sl4 .sliders-sect__slider-images1 .img-1 {
        width: 330px;
    }
}
.osob-bl2-btns{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.osob-bl2-btns > a{
    width: 48%;
    height: 70px;
    font-weight: 700;
    font-size: 20px;
    line-height: 142%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    border: 1px solid #00773c;
    border-radius: 100px;
    transition: .3s all ease;
}
.osob-bl2-btns > a:hover,
.osob-bl2-btns > a.active{
    background: #00773c;
}
.osob-bl2-btns > a > span{
    margin-left: 10px;
}
.fstabs{
    display: none;
}
.fstabs.active{
    display: block;
}
.osob-bl2-btns > a{
    font-weight: 400;
    color: #162026;
}
.osob-br-slider .swiper-slide img{
    max-width: 100%;
  }
.osob-br-slider .swiper-slide{
    text-align: center;
}
@media (max-width: 576px) {
    .osob-br-slider .swiper-slide {
    width: 100%;
    display: flex;
    justify-content: center;
}
}
.osob-prev,
.osob-next{
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background: #fff;
    transition: .3s all ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.osob-prev:hover,
.osob-next:hover{
    background: #eee;
}
.osob-next{
    transform: rotate(180deg);
    margin-left: 18px;
}
.osob-br-nav{
    display: flex;
    margin: 20px 0;
}
.osob-prev,
.osob-next{
    cursor: pointer;
}
@media (max-width: 1400px) {
    .osob-br-nav{
    left: auto;
    right: 20px;
    }
}
@media (max-width: 992px) {
    .osob-br-nav{
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    margin-bottom: 20px;
    }
}
.bl1{
    padding: 240px 0 350px 0;
    background-size: cover;
    background-position: right center;
}
.bl1-title{
    max-width: 660px;
    font-weight: 100;
    font-size: 66px;
    line-height: 142%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
}
.bl1-title span{
    color: #00773c;
}
.bl1-txt{
    display: inline-block;
    border-bottom: 1px solid rgba(255,255,255,.2);
    padding-bottom: 20px;
    font-weight: 100;
    color: #fff;
    font-size: 24px;
    line-height: 79.5%;
}
.prop-sect__container{
    padding-bottom: 30px;
}
.prop-sect{
    background: #F9F9F9;
}
.prop-sect__bg::before{
    display: none;
}
.prop-sect__bg{
    background-color: transparent;
}
.prop-sect__item:last-child{
    color: #162026;
}
.prop-sect__title-desc{
    line-height: 100%;
}
.info-dialog__row{
    border-bottom: 1px solid #E0E0E0;
}
.prop-sect__items{
    padding-left: 0 !important;
}
.osob-bl2{
    margin-top: 70px;
}
.osob-bl2-btns > a{
    font-weight: 400;
    color: #162026;
}
.osob-bl2-btns > a:hover, .osob-bl2-btns > a.active{
    color: #fff;
}
.osob-bl2 .info-dialog__row-val,
.osob-bl2 .info-dialog__row-title{
    color: #162026;
}
.sliders-sect_top-hitting2 .sliders-sect__slider:first-child{
    margin-top: 0;
}
.sliders-sect_top-hitting2{
    padding: 170px 0;
}
.kras{
    background: #F3F3F3 url(../../../img/7/b2.png);
    background-size: contain;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;   
}
.kras-h1{
    max-width: 530px;
    font-weight: 100;
    font-size: 70px;
    line-height: 142%;
    text-transform: uppercase;
    color: #162026;
    margin-bottom: 35px;
}
.kras-txt{
    font-weight: 400;
    font-size: 20px;
    line-height: 155%;
    color: #162026;
    max-width: 320px;
}
.kras .container{
    position: relative;
    padding-top: 250px;
    padding-bottom: 250px;
}
.kras-sl{
    position: absolute;
    right: 40px;
    bottom: -60px;
    width: 406px;
    height: 825px;
    background: url(../../../img/7/iphone.png);
}
.kras-sl .swiper{
    width: 363px;
    height: 789px;
    margin-top: 18px;
    margin-left: 21px;
    border-radius: 50px;
}
.kras-sl-i{
    background-position: center;
    background-size: cover;
    width: 363px;
    height: 789px;
    border-radius: 50px;
}
.kras-sl-nav-r,
.kras-sl-nav-l{
    background: #fff;
    width: 76px;
    height: 76px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.kras-sl-nav{
    position: absolute;
    top: 52%;
    right: 0;
    width: 435px;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}
.kras-sl-nav-l{
    margin-left: -100px;
}
.kras-sl-nav-r{
    transform: rotate(180deg);
    margin-right: -50px;
}
.sl1b1 .sliders-sect__slide-title,
.sl1b1 .sliders-sect__slide-text{
    color: #fff;
}
.sl1b1_i{
    position: absolute;
    z-index: 1;
    right: 50px;
    bottom: 0;
}
.pointer-1{
    right: 40%;
    bottom: 40%;
    position: absolute;
    z-index: 2;
}
.pointer-1 .pointer__number{
    background: #fff;
    color: #C4966E;
}
.sl1b2_i{
    position: absolute;
    z-index: 1;
    left: 40px;
    bottom: 0;
}
.pointer-2{
    left: 40%;
    bottom: 40%;
    position: absolute;
    z-index: 2;
}
.pointer-2 .pointer__number,
.pointer-2{
    width: 140px;
    height: 140px;
}
.pointer-2 .pointer__number{
    padding: 0 20px;
}
.jap{
    padding: 160px 20px 0 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.jap-w{
    margin-bottom: 20px;
}
.jap-w-title{
    text-align: center;
    font-weight: 300;
    font-size: 39px;
    line-height: 142%;
    text-transform: uppercase;
    font-family: "Mont",Arial,sans-serif;
    color: #fff;
    margin-bottom: 20px;
}
.jap-w-txt{
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 155%;
    color: #fff;
    flex-basis: 335px;
    font-family: "Mont",Arial,sans-serif;
    max-width: 560px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.jap-img{
    font-size: 0;
    text-align: center;
    margin-top: -70px;
}
.jap-img img{
    margin-bottom: -80px;
    z-index: 1;
    position: relative;
}
.jap-obl{
    color: #7C9CD9;
    padding:40px;
    border-radius: 40px;
    background: rgba(3, 41, 122, 0.2);
    max-width: 300px;
    margin: 0 auto;
    font-weight: 600;
    font-size: 14px;
    line-height: 155%;
}
.sl3,
.sl4{
    position: relative;
    padding: 115px 0;
}
.sl31img{
    position: absolute;
    left: 40px;
    bottom: 0;
}
.sl32img{
    position: absolute;
    right: 0;
    top: 0;
}
.sl4 .sliders-sect__slider-images1 .img-1{
    margin-bottom: -7px;
    right: 0 !important;
}
.sl41 .sliders-sect__slide-text{
    max-width: 360px;
}
.sl42 .swiper-wrapper{
    display: flex;
}
.sl42  .sliders-sect__slide-title{
    font-size: 59px;
}
.sl4 .sliders-sect__slide-text{
    font-size: 28px;
    font-weight: 100;
}
.sl4 .sliders-sect__slide-text small{
    display: block;
    font-weight: 400;
    font-size: 17px;;
    margin-top: 18px;
    line-height: 155%;
}
.sl42{
    display: flex;
    align-items: center;
}
.sl42  .swiper{
    margin-right: 0;
}
@media (max-width: 1400px) {
    .bl1-title {
        font-size: 50px;
        max-width: 500px;
    }
    .bl1 {
        padding: 140px 0 150px 0;
    }
    .kras-sl-nav {
        right: 55px;
    }
    .kras-sl{
        right: 90px;
    }
}
@media (max-width: 1200px) {
    .kras-h1{
        font-size: 50px;
        max-width: 380px;
    }
    .kras-txt {
        max-width: 320px;
    }
    .sl1b1_i{
        right: -50px;
    }
    .sl1b2_i{
        left: 0;
    }
    .pointer-2 {
        left: 24%;
    }
    .pointer-2 .pointer__number,
    .pointer-2{
        width: 100px;
        height: 100px;
    }
    .pointer-2 .pointer__number{
        padding: 0;
    }
    .sl31img{
        left: -35px;
    }
    .sl42 .sliders-sect__slide-title {
        font-size: 37px;
    }
    .sl4 .sliders-sect__slide-text {
        font-size: 22px;
    }
    .sl4 .sliders-sect__slide-text small{
        font-size: 14px;
    }
}
@media (max-width: 992px) {
    .bl1 {
        padding: 90px 0;
    }
    .bl1-title {
        font-size: 40px;
        max-width: 420px;
    }
    .bl1-txt {
        font-size: 18px;
    }
    .kras-sl{
        background-size: contain;
        width: 270px;
        height: 548px;
    }
    .kras-sl .swiper {
        width: 241px;
        height: 524px;
        margin-top: 12px;
        margin-left: 15px;
        border-radius: 34px;
    }
    .kras .container{
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .kras-sl-nav {
        width: 295px;
    }
    .kras-sl-nav-r, .kras-sl-nav-l{
        transform: scale(.5);
    }
    .kras-sl-nav-r{
        transform: scale(.5) rotate(180deg);
    }
    .kras-h1 {
        font-size: 40px;
        max-width: 315px;
    }
    .kras-txt{
        font-size: 17px;
    }
    .kras-sl-i{
        width: 246px;
        height: 530px;
    }
    .sl1b1_i{
        width: 650px;
    }
    .pointer-1 {
        right: 25%;
    }
    .sl1b2_i{
        width: 500px;
    }
    .sl1b2_i {
        width: 375px;
    }
    .jap-w-title{
        font-size: 28px;
        flex-basis: 66%;
    }
    .jap-w-txt{
        font-size: 14px;
        flex-basis:auto;
        flex-grow: 1;
    }
    .jap-img img{
        max-width: 400px;
    }
    .sl3,
    .sl4{
        padding: 70px 0;
    }
    .sl31img{
        width: 375px;
    }
    .sl32img{
        width: 653px;
    }
    .sl4 .sliders-sect__slider-images1 .img-1{
        width: 550px;
    }
}
@media (max-width: 768px) {
    .bl1 {
        padding: 70px 0;
        text-align: center;
    }
    .bl1-title {
        font-size: 30px;
        max-width: 100%;
    }
    .bl1-txt {
        font-size: 14px;
    }
    .kras .container{
        padding-top: 70px;
        padding-bottom: 500px;
    }
    .kras-sl{
        right: 50%;
        margin-right: -135px;
    }
    .kras-sl-nav-l{
        margin-left: 0;
    }
    .kras-sl-nav-r{
        margin-right: 0;
    }
    .kras-sl-nav {
        width: 400px;
        right: 50%;
        margin-right: -200px;
    }
    .kras-sl-i{
        width: 243px;
        height: 534px;
    }
    .kras-h1 {
        max-width: 100%;
    }
    .sl1b1_i{
        right: 50%;
        margin-right: -225px;
        bottom: auto;
        top: 50vw;
        width: 450px;
        margin-top: -268px;
    }
    .pointer-1{
        bottom: auto;
        top: 25%;
    }
    .sl1b2_i{
        width: 260px;
        bottom: auto;
        left: 50%;
        margin-left: -130px;
        margin-top: -308px;
        top: 50vw;
    }
    .sl1b1 .sliders-sect__slide-title, .sl1b1 .sliders-sect__slide-text,
    .sl1b2 .sliders-sect__slide-title, .sl1b2 .sliders-sect__slide-text{
        width: 100%;
        max-width: 100%;
    }
    .pointer-2 .pointer__number, .pointer-2{
        width: 56px;
        height: 56px;
    }
    .pointer-2{
        bottom: auto;
        top: 30%;
    }
    .jap{
        padding: 70px 15px 0 15px;
    }
    .jap-obl{
        padding: 20px;
        border-radius: 20px;
        font-size: 12px;
    }
    .jap-img{
        margin-top: -35px;
    }
    .jap-img img{
        margin-bottom: -30px;
    }
    .sl31img{
        left: 50%;
        width: 360px;
        margin-left: -180px;
        bottom: 200px;
    }
    .sl32img {
        width: 515px;
    }
    .sl42{
        display: block;
    }
}
@media (max-width: 576px) {
    .kras-h1 {
        font-size: 26px;
        text-align: center;
    }
    .kras-txt {
        font-size: 14px;
        text-align: center;
    }
    .kras-sl {
        background-size: contain;
        width: 230px;
        height: 467px;
        margin-right: -115px;
    }
    .kras-sl .swiper {
        width: 206px;
        height: 446px;
        margin-top: 10px;
        margin-left: 12px;
        border-radius: 32px;
    }
    .kras-sl-nav{
        width: 100%;
        right: 0;
        left: 0;
    }
    .kras .container {
        padding-bottom: 430px;
    }
    .acoust-sect__subtitle {
        font-size: 13px;
    }
    .jap-w{
        flex-direction: column;
        text-align: center;
    }
    .jap-w-title{
        font-size: 22px;
    }
    .sec9-txt,
    .jap-w-txt{
        font-size: 13px;
    }
    .jap-img img{
        max-width: 300px;
    }
    .sl32img {
        width: 390px;
    }
    .sl31img{
        width: 270px;
        margin-left: -135px;
        bottom: 170px;
    }
    .sl4 .sliders-sect__slider-images1 .img-1 {
        width: 410px;
    }
    .sl42 .sliders-sect__slide-title {
        font-size: 30px;
    }
    .sl4 .sliders-sect__slide-text {
        font-size: 17px;
    }   
}
@media (max-width: 480px) {
    .sl1b2_i {
        width: 220px;
        margin-left: -110px;
        top: 60vw;
        margin-top: -260px;
    }
    .sl1b1_i{
        width: 290px;
        margin-right: -145px;
        top: 60vw;
        margin-top: -174px;
    }
    .pointer-2,
    .pointer-1{
        top: 20%;
    }
    .jap-img img{
        max-width: 250px;
    }
    .sl4 .sliders-sect__slider-images1 .img-1 {
        width: 330px;
    }
}
.inspb2{
    padding: 220px 0;
}
.inspb2__title{
    max-width: 560px;
    font-weight: 100;
    font-size: 65px;
    line-height: 140%;
    text-transform: uppercase;
    color: #fff;
}
.inspb2__title span{
    color: #00773c;
}
.inspb2__txt{
    margin-top: 20px;
    max-width: 350px;
    font-weight: 100;
    font-size: 24px;
    line-height: 144.5%;
    color: #fff;
}
.inspb2 img{
    margin-top: 40px;
    max-width: 100%;
}
.prop-sect__container{
    padding-bottom: 30px;
}
.prop-sect{
    background: #F9F9F9;
}
.prop-sect__bg::before{
    display: none;
}
.prop-sect__bg{
    background-color: transparent;
}
.prop-sect__item:last-child{
    color: #162026;
}
.prop-sect__title-desc{
    vertical-align: baseline;
}
.osob-bl2{
    margin-top: 70px;
}
.osob-bl2-btns > a{
    font-weight: 400;
    color: #162026;
}
.osob-bl2-btns > a:hover, .osob-bl2-btns > a.active{
    color: #fff;
}
.osob-bl2 .info-dialog__row-val,
.osob-bl2 .info-dialog__row-title{
    color: #162026;
}
.prop-sect__title-desc{
    line-height: 100%;
}
.osob-bl2 .info-dialog__row{
    border-bottom: 1px solid #E0E0E0;
}
.prop-sect__items{
    padding-left: 0 !important;
}
.preim{
    background: #fff !important;
}
.preim-title{
    font-weight: 100;
}
.preim{
    padding-bottom: 0;
}
.sl1.sliders-sect{
    padding: 115px 0;
}
.sl1 .sliders-sect__slide-title span{
    text-transform: none;
}
.sl1 .sliders-sect__slide-items{
    max-width: 100%;
}
.acoust-sect__title{
    max-width: 630px;
    margin: 0 auto;
    margin-bottom: 13px;
}
.sl2{
    position: relative;
}
.sl2-img{
    position: absolute;
    bottom: 0;
    left: 16%;
    max-width: 100%;
}
.sl2 .sliders-sect__slide-title.sl21s{
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 43px;
    line-height: 158%;
    max-width: 360px;
}
.sl2 .sliders-sect__slide-text.sl21s{
    color: #fff;
    line-height: 155%;
    max-width: 280px;
}
.sl2 .swiper-slide{
    display: flex;
    justify-content: space-between;
}
.sl21s .sliders-sect__slide-text,
.sl21s .sliders-sect__slide-title{
    max-width: 500px;
}
.sl2 .sliders-sect__slider{
    position: relative;
}
.sl22img{
    position: absolute;
    bottom: 0;
    left: 10%;
}
.pointer-sl2{
    position: absolute;
    left: 40%;
    bottom: 45%;
}
.acoust-sect__bone{
    margin-bottom: -90px;
    margin-top: 34px;
}
.sl3,
.sl4{
    position: relative;
    padding: 115px 0;
}
.sl31img{
    position: absolute;
    left: 40px;
    bottom: 0;
}
.sl32img{
    position: absolute;
    right: 0;
    bottom: 0;
}
.sl4 .sliders-sect__slider-images1 .img-1{
    margin-bottom: -7px;
    right: 0 !important;
}
.sl41 .sliders-sect__slide-text{
    max-width: 360px;
}
.sl42 .swiper-wrapper{
    display: flex;
}
.sl42  .sliders-sect__slide-title{
    font-size: 59px;
}
.sl4 .sliders-sect__slide-text{
    font-size: 28px;
    font-weight: 100;
}
.sl4 .sliders-sect__slide-text small{
    display: block;
    font-weight: 400;
    font-size: 17px;;
    margin-top: 18px;
    line-height: 155%;
}
.sl42{
    display: flex;
    align-items: center;
}
.sl42  .swiper{
    margin-right: 0;
}
.inspb_1-w{
    padding: 150px 0 140px 0;
    background-size: cover;
}
.inspb_1-top{
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}
.inspb_1-top-title{
    color: #162026;
    flex-shrink: 0;
    font-size: 46px;
    line-height: 142%;
    flex-basis: 50%;
}
.inspb_1-top-txt{
    flex-shrink: 0;
    flex-basis: 50%;
    font-size: 16px;
    color: #162026;
    line-height: 155%;
    padding-left: 65px;
}
.inspb_1-bottom{
    display: flex;
    align-items: flex-start;
}
.inspb_1-bottom ul{
    margin-top: 120px;
}
.inspb_1-swiper{
    margin-left: 150px;
    width: 450px;
}
.inspb_1-img{
    position: relative;
}
.inspb_1-img::before{
    position: absolute;
    content: "";
    bottom: -75px;
    right: 5px;
    font-family: 'BazaART';
    font-size: 234px;
    line-height: 142%;
    color: #fff;
    text-transform: uppercase;
}
.img1::before{
    content: "01";
}
.img2::before{
    content: "02";
}
.img3::before{
    content: "03";
}
.img4::before{
    content: "04";
}
.img5::before{
    content: "05";
}
.img6::before{
    content: "06";
}
.inspb_1-img img{
    overflow: hidden;
    border-radius: 225px;
    max-height: 450px;
}
.inspb_1-swiper1{
    margin-left: 0;
    margin-right: 0;
    width: 270px;
}
.inspb_1-swiper1 li{
    position: relative;
    transition: .3s all ease;
    color: #989898;
    font-size: 20px;
    margin-bottom: 18px;
    line-height: 28px;
}
.inspb_1-swiper1 li::before{
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 0;
    height: 0;
    transition: .3s all ease;
    background: #162026;
}
.inspb_1-swiper1 li.active{
    color: #162026;
    font-size: 24px;
    padding-left: 60px;
}
.inspb_1-swiper1 li.active::before{
    width: 40px;
    height: 2px;
}
.inspb_2-w{
    background-size: cover;
    background-position: right;
}
.inspb_2-top-title{
    max-width: 465px;
    font-size: 52px;
    line-height: 142%;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.inspb_2-top-txt{
    color: #FFF;
    font-size: 16px;
    line-height: 155%;
}
.inspb_2-w .container{
    padding-top: 260px;
    padding-bottom: 420px;
    position: relative;
}
.inspb_2-w .pointer{
    position: absolute;
}
.inspb_2-w .pointer__number,
.inspb_2-w .pointer{
    width: 58px;
    height: 58px;
    cursor: pointer;
}
.inspb_2-w .pointer__number{
    position: relative;
}
.inspb_2-w .pointer__number::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    transform: translate(-50%,-50%);
    background: #FFF;
    border-radius: 4px;
}
.pointer_desc{
    padding: 38px;
    position: absolute;
    left: 50px;
    background: rgba(255, 255, 255, 0.09);
    box-shadow: -35px 53px 35px rgba(0, 0, 0, 0.09), inset -9px 1px 73px rgba(255, 255, 255, 0.25);
    border-radius: 0px 34px 34px 34px;
    color: #FFf;
    font-size: 17px;
    min-width: 350px;
    line-height: 145%;
    top: 30px;
    display: none;
}
.insp_po1{
    left: 44%;
    top: 100px;
}
.insp_po2 {
    left: 55%;
    top: 280px;
}
.insp_po3 {
    left: 55%;
    top: 58%;
}
.insp_po4 {
    left: 22%;
    top: 62%;
}
.inspb_3-w{
    background-size: cover;
    padding-top: 265px;
    padding-bottom: 245px;
    background-position: center right;
}
.inspb_3-top-title{
    width: 310px;
    text-transform: uppercase;
    color: #fff;
    font-size: 56px;
    line-height: 142%;
    font-size: 56px;
    margin-bottom: 10px;
}
.inspb_3-top-txt{
    font-size: 16px;
    line-height: 155%;
    color: #fff;
    width: 415px;
    margin-bottom: 35px;
}
.inspb_4-w{
    padding: 150px 0;
}
.inspb_4-top{
    display: flex;
    margin-bottom: 55px;
    align-items: center;
}
.inspb_4-top-title{
    flex-basis: 510px;
    flex-shrink: 0;
    color: #162026;
    text-transform: uppercase;
    font-size: 56px;
    line-height: 142%;
    margin-right: 25px;
    margin-left: 100px;
}
.inspb_4-top-txt{
    flex-grow: 1;
    margin-right: 100px;
    font-size: 16px;
    line-height: 155%;
    color: #162026;
}
.inspb_4-bottom{
    display: flex;
}
.inspb_4-bottom img{
    border-radius: 40px;
    overflow: hidden;
    max-width: 100%;
}
.inspb_4-bottom img:not(:last-child){
    margin-right: 12px;
}
.inspb_5-w{
    background-size: cover;
    background-position: bottom right;
}
.inspb_5-w .container{
    position: relative;
    padding: 275px 15px 255px 15px;
}
.inspb_5-top-title{
    max-width: 465px;
    font-size: 52px;
    line-height: 142%;
    color: #162026;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.inspb_5-top-txt{
    margin-bottom: 20px;
}
.inspb_5-top-txt,
.inspb_5-top-txt2{
    font-size: 16px;
    line-height: 155%;
    color: #162026;
    max-width: 430px;
}
.inspb_5-img{
    max-width: 100%;
    position: absolute;
    bottom: 0;
    right: 25px;
}
.inspb_7-1{
    display: flex;
    margin-bottom: 70px;
}
.inspb_7-1-b{
    position: relative;
    flex-shrink: 0;
    flex-basis: 50%;
    display: flex;
    padding-right: 20px;
    flex-direction: column;
    justify-content: center;
}
.inspb_7-1-b:first-child{
    padding-left: 80px;
}
.inspb_7-1-bn{
    position: absolute;
    left: -70px;
    top: 8px;
    color: #00773c;
    font-size: 46px;
    line-height: 76%;
}
.inspb_7-1-btitle{
    position: relative;
    margin-bottom: 24px;
    max-width: 410px;
    color: #162026;
    font-size: 44px;
    line-height: 120%;
}
.inspb_7-1-btxt{
    max-width: 410px;
    color: #162026;
    font-size: 16px;
    line-height: 155%;
}
.inspb_7-title{
    margin-top: 150px;
    margin-bottom: 70px;
    text-transform: uppercase;
    color: #162026;
    font-size: 64px;
    line-height: 142%;
    text-align: center;
}
.inspb_7-1-b img{
    max-width: 100%;
}
.inspb_7-1.i1rev{
    flex-direction: row-reverse;
}
.inspb_7-1-b-imgw,
.inspb_7-1-b-imgw2,
.inspb_7-1-b-imgw3{
    background: #F6ECE4;
    border-radius: 50px;
    font-size: 0;
}
.inspb_7-1-b-imgw2{
    width: 431px;
    height: 671px;
    display: flex;
    align-items: center;
}
.inspb_7-1-b-imgw2 img{
    margin-left: 95px;
    max-width:none;
}
.pointer-7_1{
    right: 35px;
    position: absolute;
    top: 180px;
}
.pointer-7_2{
    left: 60px;
    position: absolute;
    top: 0px;
    margin-top: -40px;
}
.inspb_7-1-b-imgw3{
    width: 580px;
    height: 360px;
}
.inspb_7-1-b-imgw3 img{
    max-width:none;
    margin-top: -67px;
}
.inspb_8-w{
    background-size: cover;
    background-position: center bottom;
}
.inspb_8-w .container{
    position: relative;
    display: flex;
}
.inspb_8-l{
    position: relative;
    flex-grow: 1;
    color: #fff;
}
.inspb_8-r{
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    font-size: 0;
}
.inspb_8-title{
    text-transform: uppercase;
    font-size: 46px;
    line-height: 142%;
    font-weight: 200;
    margin-top: 150px;
    margin-left: 70px;
    max-width: 560px;
    margin-bottom: 15px;
}
.inspb_8-txt{
    font-size: 16px;
    line-height: 155%;
    max-width: 460px;
    margin-left: 70px;
}
.inspb_8-main{
    position: absolute;
    bottom: -100px;
    max-block-size: 100%;
    left: -50px;
}
.inspb_8-w .container::after{
    content: "";
    top: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(5000% + 16px);
    margin-right: -5000%;
    z-index: 1;
    background-color: #F6ECE4;
}
.zig1-sl1-progress{
    position: absolute;
    top: 220px;
    width: 2px;
    left: 50%;
    margin-left: -90px;
    display: flex;
    align-items: center;
    z-index: 20;
}
.zig1-sl1-progress .swipscrollbar{
    height: 315px;
    width: 2px;
    background-color: #E3C2A6;
    width: 100%;
}
.zig1-sl1-progress .swiper-scrollbar-drag{
    background-color: #E3C2A6;
    height: 3px;
}
.zig1-sl1-progress .pointer__number{
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.zig1-sl1-progress .pointer{
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.inspb_9-w{
    display: flex;
    padding: 150px 15px;
    position: relative;
}
.inspb_9-l,
.inspb_9-pic{
    flex-basis: 50%;
    flex-shrink: 0;
    height: 440px;
}
.inspb_9-l .swiper-slide{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.inspb_9-i-title{
    font-size: 50px;
    line-height: 142%;
    color: #162026;
    text-transform: uppercase;
    max-width: 430px;
    margin-bottom: 25px;
}
.inspb_9-i-txt{
    font-size: 16px;
    line-height: 155%;
    color: #162026;
    max-width: 430px;
}
.pointer__number_dot{
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #fff;
}
.inspb_9-pic img{
    max-width: 100%;
}
.inspb_10-w{
    padding: 180px 0 150px 0;
}
.inspb_10-title{
    font-size: 56px;
    line-height: 142%;
    max-width: 500px;
    text-transform: uppercase;
    color: #162026;
}
.inspb_10-txt{
    color: #162026;
    font-size: 16px;
    line-height: 155%;
    margin-bottom: 65px;
}
.inspb_10-bottom{
    display: flex;
}
.inspb_10-bottom-l{
    border-radius: 50px;
    overflow: hidden;
    background: #fff;
    width: 260px;
    height: 260px;
}
.inspb_10-bottom-l img{
    max-width: 100%;
}
.inspb_10-bottom-r{
    height: 260px;
    background: #fff;
    border-radius: 50px;
    position: relative;
    margin-left: 15px;
    flex-grow: 1;
}
.inspb_10-bottom-r img{
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 100%;
    z-index: 1;
}


@media (max-width: 1400px) {
    .inspb2{
        padding: 180px 0;
    }
    .insp_po1 {
        left: 40%;
        top: 100px;
    }
    .insp_po2 {
        left: 45%;
        top: 280px;
    }
    .insp_po3 {
        left: 45%;
        top: 58%;
    }
    .insp_po4 {
        left: 22%;
        top: 62%;
    }
}
@media (max-width: 1300px) {
    .inspb_2-w .container{
        padding-top: 160px;
    }
    .insp_po1 {
        left: 26%;
        top: 80px;
    }
    .insp_po2 {
        left: 43%;;
    }
    .insp_po3 {
        left: 43%;
    }
    .insp_po4 {
        left: 20%;
    }
    .inspb_2-top-title {
        max-width: 400px;
        font-size: 43px;
    }
    .inspb_2-top-txt{
        max-width: 400px;
        font-size: 14px;
    }
    .inspb_2-w .pointer__number, .inspb_2-w .pointer{
        width: 45px;
        height: 45px;
    }
    .inspb_2-w .pointer__number::before{
        width: 4px;
        height: 4px;
    }
}
@media (max-width: 1200px) {
    .inspb2{
        padding: 130px 0;
        background-position: 47%;
    }
    .inspb2__title{
        font-size: 50px;
        max-width: 440px;
    }
    .inspb2__txt{
        font-size: 18px;
        max-width: 260px;
    }
    .pointer-sl2{
        left: 30%;
    }
    .sl31img{
        left: -35px;
    }
    .sl42 .sliders-sect__slide-title {
        font-size: 37px;
    }
    .sl4 .sliders-sect__slide-text {
        font-size: 22px;
    }
    .sl4 .sliders-sect__slide-text small{
        font-size: 14px;
    }
    .inspb_1-top-title {
        font-size: 42px;
    }
    .inspb_1-top-txt{
        padding-left: 30px;
    }
    .inspb_1-swiper1 li{
        margin-bottom: 15px;
        font-size: 18px;
    }
    .inspb_1-swiper1 li.active{
        font-size: 22px;
    }
    .inspb_1-swiper1 li.active::before{
        width: 25px;
    }
    .inspb_1-swiper1 li.active{
        padding-left: 40px;
    }
    .inspb_5-img{
        max-width: 550px;
    }
    .inspb_5-w .container{
        padding: 175px 15px 155px 15px;
    }
    .inspb_7-title {
        margin-top: 120px;
        font-size: 58px;
    }
    .inspb_7-1-bn {
        top: 9px;
        font-size: 39px;
    }
    .inspb_7-1-btitle{
        font-size: 35px;
    }
    .inspb_7-1-b-imgw2 {
        width: 350px;
        height: 515px;
    }
    .inspb_7-1-b-imgw2 img {
        margin-left: 95px;
        max-width: 330px;
    }
    .inspb_7-1-b-imgw3 {
        width: 475px;
        height: 265px;
    }
    .inspb_7-1-b-imgw3 img {
        max-width: 430px;
        margin-top: -67px;
    }
    .inspb_8-w .container::after{
        width: 100px;
        margin-right: -85px;
    }
    .inspb_9-i-title{
        font-size: 42px;
        max-width: 380px;
    }
    .inspb_9-i-txt{
        max-width: 380px;
    }
    .zig1-sl1-progress {
        top: 190px;
        margin-left: -50px;
    }
    .inspb_10-w{
        padding: 130px 0;
    }
    .inspb_10-title{
        max-width: 400px;
        font-size: 44px;
    }
    .inspb_10-bottom-r img{
        max-width: 90%;
    }
    .inspb_2-w .container{
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .pointer_desc{
        min-width: 300px;
        font-size: 14px;
        left: 20px;
        padding: 20px;
        border-radius: 0px 20px 20px 20px;
    }
    .insp_po1 {
        left: 30%;
        top: 40px;
    }
    .insp_po2 {
        left: 43%;;
    }
    .insp_po3 {
        left: 43%;
    }
    .insp_po4 {
        left: 20%;
    }
    .inspb_2-top-title {
        max-width: 400px;
        font-size: 43px;
    }
    .inspb_2-top-txt{
        max-width: 400px;
        font-size: 14px;
    }
    .inspb_2-w .pointer__number, .inspb_2-w .pointer{
        width: 45px;
        height: 45px;
    }
    .inspb_2-w .pointer__number::before{
        width: 4px;
        height: 4px;
    }
}
@media (max-width: 992px) {
    .sl22img{
        width: 370px;
    }
    .pointer-sl2{
        bottom: 10%;
    }
    .sl2 .sliders-sect__slide-title.sl21s {
        font-size: 32px;
    }
    .sliders-sect__slide-text {
        font-size: 13px;
    }
    .sl2-img {
        width: 550px;
    }
    .sl3,
    .sl4{
        padding: 70px 0;
    }
    .sl31img{
        width: 375px;
    }
    .sl32img{
        width: 653px;
    }
    .sl4 .sliders-sect__slider-images1 .img-1{
        width: 550px;
    }
    .inspb_1-swiper{
        width: 300px;
        margin-left: 50px;
    }
    .inspb_1-swiper img{
        max-width: 100%;
    }
    .inspb_1-bottom ul {
        margin-top: 30px;
    }
    .inspb_1-w{
        padding: 90px 0;
    }
    .inspb_1-top-title {
        font-size: 36px;
    }
    .inspb_1-img::before {
        bottom: -35px;
        font-size: 170px;
    }
    .inspb_3-top-title{
        font-size: 36px;
    }
    .inspb_3-top-txt{
        font-size: 14px;
    }
    .inspb_4-top-title{
        font-size: 40px;
        flex-basis: 50%;
        margin-left: 20px;
    }
    .inspb_4-top-txt{
        font-size: 14px;
        margin-right: 20px;
    }
    .inspb_5-top-title {
        max-width: 350px;
        font-size: 35px;
    }
    .inspb_5-top-txt, .inspb_5-top-txt2 {
        max-width: 375px;
        font-size: 14px;
    }
    .inspb_5-img {
        max-width: 400px;
    }
    .inspb_7-1-btitle{
        font-size: 28px;
    }
    .inspb_7-1-bn {
        top: 5px;
        font-size: 30px;
        left: -55px;
    }
    .inspb_7-1-b:first-child {
        padding-left: 65px;
    }
    .inspb_7-1-btxt {
        font-size: 14px;
    }
    .inspb_7-title {
        margin-top: 110px;
        font-size: 45px;
    }
    .inspb_7-1-btitle {
        font-size: 24px;
    }
    .inspb_7-1-bn {
        top: 4px;
        font-size: 26px;
        left: -44px;
    }
    .inspb_7-1-b-imgw2 {
        width: 270px;
        height: 360px;
    }
    .inspb_7-1-b-imgw2 img {
        margin-left: 75px;
        max-width: 270px;
    }
    .inspb_7-1-b-imgw3 img {
        max-width: 100%;
        margin-top: 0;
    }
    .inspb_7-1-b-imgw3 {
        width: 100%;
        height: auto;
    }
    .inspb_8-title{
        font-size: 36px;
        width: 100%;
        max-width: 100%;
    }
    .inspb_8-txt{
        width: 100%;
        max-width: 100%;
    }
    .inspb_8-r{
        width: 200px;
    }
    .inspb_8-main{
        width: 600px;
        left: 0;
    }
    .inspb_9-w{
        padding: 90px 15px;
    }
    .inspb_9-l, .inspb_9-pic{
        height: 360px;
    }
    .inspb_9-i-title {
        font-size: 34px;
        max-width: 300px;
    }
    .inspb_9-i-txt{
        max-width: 300px;
        font-size: 14px;
    }
    .inspb_9-l .swiper-slide{
        justify-content: flex-start;
    }
    .zig1-sl1-progress{
        top: 75px;
    }
    .inspb_10-title {
        max-width: 370px;
        font-size: 38px;
    }
    .inspb_10-txt{
        font-size: 14px;
    }
    .insp_po1 {
        left: 47%;
    }
    .insp_po2 {
        left: 53%;
        top: 50%;
    }
    .insp_po3 {
        left: 53%;
        top: 70%;
    }
    .insp_po4 {
        left: 40%;
    }
    .inspb_2-top-title {
        max-width: 330px;
        font-size: 34px;
    }
}
@media (max-width: 768px) {
    .sliders-sect__slide-title, .sliders-sect__slide-text{
        max-width: 100%;
    }
    .sl22 .sliders-sect__slider-bg{
        height: 35vw;
    }
    .sl2-img {
        width: 350px;
        bottom: 250px;
        left: 23%;
    }
    .sl22img{
        bottom: 282px;
        width: 280px;
        left: 50%;
        margin-left: -140px;
    }
    .sl21s .sliders-sect__slide-title,
    .sl21s .sliders-sect__slide-text{
        max-width: 100%;
    }
    .pointer-sl2{
        bottom: auto;
        top: 100px;
        left: 50%;
    }
    .sl31img{
        left: 50%;
        width: 360px;
        margin-left: -180px;
        bottom: 200px;
    }
    .sl32img {
        width: 515px;
        bottom: 218px;
    }
    .sl42{
        display: block;
    }
    .inspb_1-top{
        flex-direction: column;
    }
    .inspb_3-top-txt,
    .inspb_1-top-txt{
        font-size: 14px;
        padding-left: 0;
    }
    .inspb_1-bottom{
        display: block;
    }
    .inspb_1-swiper1{
        width: 100%;
    }
    .inspb_1-swiper1 li {
        margin-bottom: 5px;
        font-size: 16px;
    }
    .inspb_1-swiper1 li.active {
        font-size: 18px;
    }
    .inspb_1-swiper{
        margin: 25px auto;
        width: 100%;
    }
    .inspb_3-top-title{
        font-size: 24px;
        width: 100%;
        text-align: center;
    }
    .inspb_3-top-txt{
        width: 100%;
        text-align: center;
    }
    .inspb_3-w{
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .inspb_3-w .container{
        text-align: center;
    }
    .inspb_4-w{
        padding: 90px 0;
    }
    .inspb_4-top{
        margin-bottom: 30px;
        flex-direction: column;
    }
    .inspb_4-top-title,
    .inspb_4-top-txt{
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        text-align: center;
    }
    .inspb_42-top-title,
    .inspb_5-top-title{
        font-size: 24px;
        margin-bottom: 15px;
    }
    .inspb_5-top-title,
    .inspb_5-top-txt,
    .inspb_5-top-txt2{
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
    .inspb_5-img{
        left: 50%;
        transform: translateX(-50%);
    }
    .inspb_5-w .container{
        padding-bottom: 390px;
        padding-top: 90px;
    }
    .inspb_7-title {
        margin-top: 80px;
        font-size: 24px;
        margin-bottom: 40px;
    }
    .inspb_7-1{
        display: block;
    }
    .inspb_7-1-b:first-child {
        margin-bottom: 30px;
    }
    .inspb_7-1-b-imgw2{
        width: 100%;
        height: auto;
        text-align: center;
    }
    .inspb_7-1-b-imgw2 img{
        width: auto;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .pointer-7_1 {
        right: 50px;
    }
    .inspb_7-1-b:last-child{
        padding-right: 0;
    }
    .pointer-7_2{
        top: 30px;
        margin-top: 0;
    }
    .inspb_8-w .container{
        padding-bottom: 300px;
        flex-direction: column-reverse;
    }
    .inspb_8-r {
        flex-direction: row;
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .inspb_8-r img{
        max-width: 100%;
        flex-grow: 1;
        width: 33%;
    }
    .inspb_8-w .container::after{
        display: none;
    }
    .inspb_8-title{
        margin-left: 0;
        margin-top: 90px;
        max-width: 100%;
    }
    .inspb_8-txt{
        margin-left: 0;
    }
    .inspb_8-main{
        width: 100%;
    }
    .zig1-sl1-progress {
        position: relative;
        top: auto;
        margin-left: 0;
        left: auto;
        margin-top: 40px;
        margin-bottom: 40px;
        width: 100%;
    }
    .zig1-sl1-progress .swipscrollbar{
        height: 2px;
    }
    .inspb_9-w{
        display: block;
    }
    .inspb_9-i-title,
    .inspb_9-i-txt{
        max-width: 100%;
    }
    .inspb_9-l, .inspb_9-pic{
        height: auto;
    }
    .insp_po2 {
        left: 53%;
        top: 50%;
    }
    .insp_po2 {
        left: 43%;
        top: 45%;
    }
    .insp_po3 {
        left: 42%;
        top: 73%;
    }
    .insp_po4 {
        left: 12%;
        top: 72%;
    }
    .inspb_2-top-title {
        max-width: 230px;
        font-size: 24px;
    }
    .inspb_2-top-txt{
        max-width: 230px;
    }
}
@media (max-width: 576px) {
    .inspb2{
        padding: 70px 0;
        text-align: center;
        background-size: cover;
    }
    .inspb2__title {
        font-size: 32px;
        max-width: 100%;
        text-align: center;
    }
    .inspb2__txt{
        max-width: 100%;
        font-size: 16px;
        text-align: center;
    }
    .inspb2 img{
        width: 110px;
    }
    .sl2 .sliders-sect__slide-title.sl21s {
        font-size: 30px;
    }
    .sl2 .swiper-slide{
        flex-direction: column;
    }
    .sl2 .sliders-sect__slide-title.sl21s{
        font-size: 22px;
    }
    .sl2 .sliders-sect__slide-title.sl21s,
    .sl2 .sliders-sect__slide-text.sl21s{
        max-width: 100%;
    }
    .sl2 .sliders-sect__slide-title.sl21s br{display: none;}
    .sl22img {
        margin-left: -105px;
        bottom: 240px;
        width: 210px;
    }
    .sl32img {
        width: 390px;
        bottom: 200px;
    }
    .sl2-img {
        width: 288px;
        bottom: 195px;
        left: 50%;
        margin-left: -149px;
    }
    .sl31img{
        width: 270px;
        margin-left: -135px;
        bottom: 170px;
    }
    .sl4 .sliders-sect__slider-images1 .img-1 {
        width: 410px;
    }
    .sl42 .sliders-sect__slide-title {
        font-size: 30px;
    }
    .sl4 .sliders-sect__slide-text {
        font-size: 17px;
    }
    .inspb_1-top-title {
        font-size: 24px;
        text-align: center;
        margin-bottom: 15px;
    }
    .inspb_1-top-txt{
        text-align: center;
    }
    .inspb_5-w{
        background-position: left bottom;
    }
    .inspb_5-w .container {
        padding-bottom: 285px;
    }
    .inspb_5-img{
        max-width: 60%;
    }
    .inspb_4-top-title{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .inspb_4-bottom img {
        border-radius: 15px;
    }
    .inspb_7-1-b-imgw, .inspb_7-1-b-imgw2, .inspb_7-1-b-imgw3{
        border-radius: 25px;
    }
    .inspb_7-1-b:first-child {
        padding-left: 45px;
    }
    .inspb_8-title {
        font-size: 24px;
        text-align: center;
    }
    .inspb_8-txt {
        font-size: 14px;
        text-align: center;
    }
    .zig1-sl1-progress .pointer,
    .zig1-sl1-progress .pointer__number,
    .zig1-sl1-progress .pointer.pointer-2{
        width: 20px;
        height: 20px;
    }
    .inspb_9-i-title{
        font-size:24px;
        text-align: center;
    }
    .inspb_9-i-txt{
        text-align: center;
    }
    .inspb_10-w{
        padding: 70px 0;
    }
    .inspb_10-title {
        max-width: 100%;
        font-size: 24px;
        text-align: center;
        margin-bottom: 15px;
    }
    .inspb_10-txt{
        margin-bottom: 25px;
        text-align: center;
    }
    .inspb_10-bottom{
        flex-direction: column;
        align-items: center;
    }
    .inspb_10-bottom-r{
        margin-left: 0;
        width: 260px;
        margin-top: 15px;
    }
    .insp_po1,
    .insp_po2,
    .insp_po3,
    .insp_po4{
        left: 85%;
    }
    .insp_po1{
        top:30px;
    }
    .insp_po2{
        top:90px;
    }
    .insp_po3{
        top:150px;
    }
    .insp_po4{
        top:210px;
    }
    .inspb_2-w .pointer__number, .inspb_2-w .pointer{
        width: 25px;
        height: 25px;
    }
    .inspb_2-w .container {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .pointer_desc{
        border-radius: 20px 0 20px 20px;
        right: 40px;
        left: auto;
        box-shadow: -35px 53px 35px rgba(0, 0, 0, .5);
        background: rgba(255, 255, 255, 0.9);
        min-width: 200px;
        top: 10px;
        color: #162026;
    }
    .inspb_2-w{
        background-position: center right;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .inspb_2-top-title{
        width: 100%;
        text-align: center;
        z-index: 1;
    }
    .inspb_2-top-txt{
        width: 100%;
        text-align: center;
        z-index: 1;
    }
}
@media (max-width: 400px) {
    .sl22img{
        margin-left: -85px;
        bottom: 275px;
        width: 170px;
    }
    .sl22 .sliders-sect__slider-bg {
        height: 60vw;
    }
    .sl2-img {
        width: 220px;
        bottom: 270px;
        left: 50%;
        margin-left: -110px;
    }
    .sl32img {
        bottom: 190px;
    }
    .sl4 .sliders-sect__slider-images1 .img-1 {
        width: 330px;
    }
    .inspb_5-w .container {
        padding-bottom: 220px;
    }
    .inspb_8-w .container {
        padding-bottom: 145px;
    }
}
.preim{
    padding: 125px 0;
    background: #F9F9F9;
}
.preim-title{
    font-size: 70px;
    line-height: 142%;
    color: #162026;
    text-align: center;
    text-transform: uppercase;
    line-height: 142%;
    margin-bottom: 60px;
}
.preim-wrap{
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 55px;
    list-style: none;
    counter-reset: my-preim-counter;
}
.preim-item-img{
    padding: 35px 0 40px 0;
}
.preim-item-title{
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 17px;
    color: #000;
    line-height: 145%;
}
.preim-item-txt{
    font-weight: 700;
    font-size: 16px;
    line-height: 144%;
    color: #888;
    padding-bottom: 30px;
}
li.preim-item{
    counter-increment: my-preim-counter;
    position: relative;
}
li.preim-item::before {
    content: "0" counter(my-preim-counter);
    position: absolute;
    left: 50%;
    top: 55px;
    font-family: "BazaART";
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    color: #888;
}
.preim-wrap::before{
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    right: 0;
    border-bottom: 1px solid #E8E8E8;
}
@media only screen and (max-width: 768px) {
    .preim-wrap{
        grid-template-columns: repeat(2, 1fr);
    }
    .preim-wrap::before{
        display: none;
    }
    .preim-item{
        border-bottom: 1px solid #E8E8E8;
    }
    .preim-title{
        font-size: 50px;
    }
}
@media only screen and (max-width: 500px) {
    .preim-title{
        font-size: 28px;
    }
    .preim-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
}