.one-slider:not(.slick-initialized) {
    max-height: 475px;
    overflow: hidden;
}
.first-section {
    margin-top: 7.5rem;
}
.one.first-section {
    padding-bottom: 0;
    border-radius: 0px 0px 32px 32px;
}
.one .first-section__img {
    display: flex;
    align-items: flex-end;
    width: unset;
}
.one .first-section__img img {
    height: unset;
}
.chastnik2 .first-section__main {
    max-width: 695px;
}
.first-section__text {
    max-width: 540px;
    margin-top: 12px;
}
.first-section__text ul{
    margin-top: 12px;
}
.chastnik2.copy19 .one.first-section::before {
    background: unset;
}
.one-slid-flex {
    display: flex;
    align-items: center;
    min-height: 450px;
}
.one-slider {
    width: 100%;
}
.one-slid::before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background: url("../../images/main/chastnik__fons.png") top center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.one-slid.os2::before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background: url("../../images/main/one-slid2.png") bottom left no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.one .one-slid.os2 .first-section__img {
    right: -70px;
}
.one-slid {
    min-height: 473px;
    position: relative;
    margin-right: 0;
}
.one-slid.slick-slide {
    display: flex;
    align-items: center;
}
.first-section__wrap {
    position: relative;
    margin-top: 0px;
}
.one .first-section__img {
    right: 15px;
}
.one .first-section__img_text__title {
    color: #fff;
    text-align: right;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.one .first-section__img_text__sub {
    color: #fff;
    text-align: right;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.one .first-section__title {
    margin-top: 0;
}
/*.one-btn a {
    color: #fff;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.16px;
    padding: 8px 16px;
    border-radius: 24px;
    border: 1px solid #fff;
    display: inline-block;
    margin-top: 32px;
    text-decoration: none;
}*/
.one-btn a {
    text-decoration: none;
}
.one-slider .slick-arrow.slick-next {
    right: 7vw;
}
.one-slider .slick-arrow.slick-next::before {
    transform: translate(-50%, -50%) rotate(0deg) scale(-1, -1);
    right: 0;
}
.one-slider .slick-arrow.slick-prev {
    right: unset;
    left: 7vw;
}
.one-slider .slick-arrow.slick-prev::before {
    transform: translate(-50%, -50%) rotate(180deg);
    left: 0;
}
.one-slider .slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 24px;
    border: none;
    background: transparent;
    box-shadow: none;
    right: -7rem;
}
.one-slider .slick-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: unset;
    width: 20px;
    height: 20px;
    background: url("../../images/main/arrow-menu-icon-w.svg") center center no-repeat;
    background-size: auto;
    background-size: contain;
}
.one-slider ul.slick-dots {
    position: absolute;
    bottom: 40px;
    left: calc(50% - 625px);
    margin: 0 auto;
    max-width: 1250px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
}
.one-slider ul.slick-dots li {
    margin: 0 4px;
    position: relative;
    border: 1px solid #fff;
    border-radius: 50%;
    min-width: 16px;
    min-height: 16px;
    padding: 0;
}
.one-slider ul.slick-dots li button {
    margin: -1px 0 0;
    padding: 0;
    /*min-width: 15px;
    width: 15px;*/
    height: 15px;
    min-height: 15px;
    background: transparent;
    cursor: pointer;
    position: relative;
    display: block;
    background: transparent;
}
.one-slider ul.slick-dots li.slick-active button{
    background: #fff;
    animation: progress 5s cubic-bezier(.25, .4, .75, .6) infinite;
}
@keyframes progress {
    0% {
        clip-path: polygon(50% 50%, 50% -21%, 50% -21%, 50% -21%, 50% -21%, 50% -21%);
    }

    25% {
        clip-path: polygon(50% 50%, 50% -21%, 121% 50%, 121% 50%, 121% 50%, 121% 50%);
    }

    50% {
        clip-path: polygon(50% 50%, 50% -21%, 121% 50%, 50% 121%, 50% 121%, 50% 121%);
    }

    75% {
        clip-path: polygon(50% 50%, 50% -21%, 121% 50%, 50% 121%, -21% 50%, -21% 50%);
    }

    100% {
        clip-path: polygon(50% 50%, 50% -21%, 121% 50%, 50% 121%, -21% 50%, 50% -21%);
    }
}
.one-slider ul.slick-dots li.slick-active button {
    width: 16px;
    height: 16px;
}
.one-slider ul.slick-dots li:nth-child(2).slick-active button {
    width: 16px;
    height: 16px;
}
.first-section__img img {
    max-height: unset;
}
.redact .first-section {
    min-height: 47.3rem;
}
.first-section__title {
    font-size: 5rem;
}
@media (max-width: 1540px) {
    .one-slid.sa.kovalchuk .first-section__title,
    .one-slid.sa.raffle .first-section__title {
        /*line-height: 38px;*/
        max-width: 510px;
    }
    .one-slider .slick-arrow.slick-next {
        right: 1vw;
    }
    .one-slider .slick-arrow.slick-prev {
        left: 1vw;
    }
    .one-slider .slick-arrow.slick-prev::before {
        transform: translate(40%, -50%) rotate(180deg);
        left: 0;
    }
    .first-section__title{
        /*font-size: 32px;*/
    }
}
@media (max-width: 1340px) {
    .one-slider .slick-arrow {
        display: none;
        visibility: hidden;
    }
    .chastnik2 .one-slid.os2 .first-section__img {
        width: 63%;
    }
    .one .one-slid.os2 .first-section__img {
        right: 0px;
    }
}
@media (max-width: 1300px) {
    .first-section__title {
        /*font-size: 4.2rem;
        line-height: 5.4rem;*/
    }
}
@media (max-width: 1170px){
    .first-section__row{
        padding: 40px 20px;
    }
    .first-section {
        margin-top: 5.5rem;
    }
    .one-slider ul.slick-dots {
        left: 0;
    }
    .slick-track {
        display: flex;
        align-items: stretch;
    }
    .one-slid.os2 .first-section__img_mob {
        margin: -9px 0 0;
        width: 100%;
    }
    .one-slid.os2 .first-section__img_mob img {
        aspect-ratio: 620/400;
        width: 100%;
    }
    .one-slid.sa.kovalchuk .first-section__title,
    .one-slid.sa.raffle .first-section__title {
        /*line-height: 38px;*/
        max-width: 400px;
    }
    .first-section__img .bio {
        margin-bottom: 180px;
    }
}
@media (max-width: 1000px){
    .first-section__row{
        padding: 40px 20px;
    }
    .first-section__img .totlip__container {
        display: none;
    }
    .first-section__text {
        max-width: 650px;
    }
    .first-section__img img {
        max-height: unset;
    }
    .first-section__img_mob{
        max-width: 520px;
        margin-left: auto;
    }
    .first-section__row {
        position: relative;
        z-index: 5;
    }
    .first-section__share {
        display: none;
    }
    .first-section__img {
        width: 100%;
        display: block;
    }
    .first-section__wrap {
        margin-top: 0;
    }
    .first-section {
        min-height: auto;
    }
}
@media (max-width: 767px){
    .first-section__text ul{
        margin-top: 0;
    }
    .first-section__text ul li:not(:last-child){
        margin-bottom: 8px;
    }
    .one .first-section__title{
        line-height: 32px;
        font-size: 22px!important;
    }
    .one-slid.os2 .first-section__img_mob,
    .first-section__img_mob {
        width: 100%;
        margin-top: auto;
    }
    .first-section__content {
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .first-section__main,
    .one-slid-flex {
        height: 100%;
    }
    .first-section.one {
        padding-bottom: 0;
    }
    .one-slid {
        height: unset;
        margin-right: 0;
        border-radius: 0px 0px 32px 32px;
    }
    .first-section__text{
        font-size: 14px;
        line-height: 20px;
    }
    .one-keys-box {
        margin-bottom: 24px;
    }
    .first-section {
        padding-bottom: 0;
    }
    .first-section__img {
        bottom: -40px;
    }
    .first-section__row {
    }

    img.logo_wo_text_d {
        display: none;
    }
    .one-slid.sa.squadus img.logo_wo_text_d {
        display: block;
    }
    img.logo_wo_text_m {
        display: block!important;
        position: absolute;
        right: 0;
    }
}

@media (max-width: 450px) {
    img.logo_wo_text_m {
        max-width: 32px !important;
        transform: translateY(350%);
    }
    .one-slid.squadus .first-section__img img {
        max-height: 65%;
    }

    .one-slid.squadus .first-section__main {
        max-width: unset !important;
    }
    .one-slid.squadus .first-section__title {
        font-size: 20px!important;
        font-weight: 800;
        line-height: 24px;
        letter-spacing: -0.04em;
        text-align: left;
    }
}
.su button,
.sa button,
.one-btn a {
    display: flex;
    background: transparent;
    width: 148px; 
    height: 46px;
    border-radius: 24px;
    border: 1px solid #292E35;
    color: #292E35;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.32px;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    cursor: pointer;
}
.su button:hover,
.sa button:hover,
.one-btn a:hover {
    border-color: #fff;
    background: #fff;
    transition: all 0.3s linear;
    color: #292E35;
}
.one-slid.sa::before {
    background: url('../../images/main/bg-sa.png') top center no-repeat;
    background-size: cover;
}
.one-slid.su::before {
    background: url('../../images/main/bg-su.png') top center no-repeat;
    background-size: cover;
}
.one .sa .first-section__img {
    max-width: 600px;
    right: 0;
    height: 90% !important;
}
.one .su .first-section__img {
    max-width: 600px;
    right: 0;
    height: 90% !important;
}
.su .first-section__title,
.sa .first-section__title{
    letter-spacing: normal;
}

.su .first-section__text ul,
.sa .first-section__text ul{
    padding-left: 15px;
}
.su .first-section__title, 
.su .first-section__text, 
.one .su .first-section__img_text__title, 
.one .su .first-section__img_text__sub,
.sa .first-section__title, 
.sa .first-section__text, 
.one .sa .first-section__img_text__title, 
.one .sa .first-section__img_text__sub {
    color: #292E35!important;
}
.chastnik2 .su .first-section__main,
.chastnik2 .sa .first-section__main {
    max-width: 690px;
}
@media (max-width: 1170px) {
    .su button, .sa button{
        font-size: 12px;
        width: 110px;
        height: 32px;
    }
    .su .first-section__img_mob{
        width: 100%;
    }
    .chastnik2 .su .first-section__main, 
    .chastnik2 .sa .first-section__main{
        max-width: 688px;
    }
    .one-slid.sa .first-section__img_mob {
        width: 100%;
    }
    .one-slid.as .first-section__img_mob img {
        aspect-ratio: 620/400;
        width: 100%;
    }
    .one-slid{
        height: unset;
    }
    .first-section__content,
    .chastnik2 .first-section__main,
    .one-slid-flex{
        height: 100%;
    }
    .first-section__content{
        display: flex;
        flex-direction: column;
    }
    .one-slid.sa .first-section__img_mob,
    .one-slid.os2 .first-section__img_mob,
    .first-section__img_mob{
        margin-top: auto;
    }
}
@media (max-width: 767px) {

}
@media (max-width: 450px) {
    .sa .first-section__title {
        font-size: 2.4rem !important;
    }
}
.first-section__img_mob {
    display: none!important;
}

@media (max-width:999px) {
    .first-section__img_mob {
        display: block;
        margin-top: 1.5rem;
        width: 73%;
    }

    .first-section__img_mob img {
        width: 100%;
        height: 100%;
        /* aspect-ratio: 620/610; */
    }

    .first-section__row {
        padding-bottom: 0;
    }

    .redact .products-main {
        z-index: 22;
    }

    .first-section__img_text_wrapper {
        display: none;
    }
}

@media (max-width: 767px) {
    .first-section__img_mob {
        width: 100%;
    }
    .redact .first-section {
        min-height: unset
    }

    .one-slid.sa.kovalchuk .first-section__img .bio {
        font-size: 13.83px;
        font-weight: 400;
        line-height: 17.79px;
        text-align: left;
        max-width: 130px;
        transform: translateX(0) translateY(0);
        margin-left: 20px;
    }

    .one-slid.sa.kovalchuk .first-section__title,
    .one-slid.sa.raffle .first-section__title {
        font-weight: 800;
        line-height: 26.4px;
        letter-spacing: -0.04em;
        text-align: left;
    }

    .one-slid.sa.kovalchuk button.orange,
    .one-slid.sa.raffle button.orange {
        margin-top: 20px;
    }

    .one-slid.sa.kovalchuk .first-section__img {
        margin-bottom: -40px!important;
    }
    .one-slid.sa.kovalchuk .first-section__img img {
        transform: translateX(16%);
    }

    .one-slid.sa.raffle .first-section__img {
        align-items: end!important;
    }
    .one-slid.sa.raffle .first-section__img img {
        max-height: 55%;
    }
}

@media (min-width:1000px) {
    .first-section__img_text {
        position: absolute;
        left: 168px;
        left: calc(-20px + 7vw);
        top: 85px;
    }

    .first-section__img_text__title {
        font-family: "Manrope", sans-serif;
        font-weight: 800;
        font-size: 2.2rem;
        line-height: 2.5rem;
        color: #fff;
    }

    .first-section__img_text__sub {
        margin-top: 4px;
        font-weight: 400;
        font-size: 1.667rem;
        line-height: 1.8rem;
        color: #fff;
    }
}

@media (min-width: 1270px) and (max-width: 1580px) {
    .first-section__img_text {
        left: calc(-20px + 10vw);
        top: calc(285px - 15vw);
    }

    .first-section__img_text__title {
        font-size: 1.7rem;
        line-height: 2.1rem;
    }

    .first-section__img_text__sub {
        margin-top: 4px;
        font-size: 1.333rem;
        line-height: 1.6rem;
    }
}

@media (min-width: 1000px) and (max-width: 1269px) {
    .first-section__img_text {
        left: calc(-20px + 12vw);
        top: calc(235px - 8vw);
    }

    .first-section__img_text__title {
        font-size: 1.533rem;
        line-height: 1.8rem;
    }

    .first-section__img_text__sub {
        margin-top: 4px;
        font-size: 1.133rem;
        line-height: 1.3rem;
    }
}

button.orange,
.one-btn a.orange {
    display: flex;
    background: #FD895D;
    border: 1px solid transparent;
    width: 205px;
    height: 48px;
    border-radius: 24px;
    color: #fff;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    cursor: pointer;
    -webkit-text-size-adjust: 100% !important;
}

button.orange:hover,
.one-btn a.orange:hover {
    opacity: .7;
    background: #FD895D;
    color: #fff;
}

.one-slid.sa.kovalchuk .first-section__content {
    max-width: 600px;
}
.one-slid.sa.raffle .first-section__content {
    max-width: 688px;
}
.one-slid.sa.raffle .first-section__img {
    align-items: center;
}
.one-slid.sa.kovalchuk .first-section__img {
    margin-right: -10%;
    filter: unset;
    max-width: 660px;
    height: 100% !important;
    margin-bottom: -70px;
}
.first-section__img .bio .name {
    font-family: 'Open Sans';
    font-size: 15.81px;
    font-weight: 600;
    line-height: 23.71px;
    margin-bottom: 5px;
}
.first-section__img .bio p {
    margin: 0;
}
.first-section__img .bio {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 173px;
    font-family: 'Open Sans';
    font-size: 13.83px;
    font-weight: 400;
    line-height: 17.79px;
    text-align: left;
    color: #292E35;
    transform: translateX(-40%);
    margin-bottom: 145px;
}

.one-slid.sa.kovalchuk,
.one-slid.sa.raffle {
    background: linear-gradient(90.44deg, #ECFFE9 11.96%, #E1FDFF 84.36%);
    margin-right: 0;
    padding-right: 0;
    width: 100%;
    overflow: hidden;
}
.one-slid.sa.kovalchuk::before,
.one-slid.sa.raffle::before {
    background: linear-gradient(90.44deg, #ECFFE9 11.96%, #E1FDFF 84.36%);
}

.one-slid.sa.kovalchuk .first-logo,
.one-slid.sa.raffle .first-logo {
    max-width: 175px;
    margin-bottom: 30px;
}
.one-slid.sa.kovalchuk .first-logo img,
.one-slid.sa.raffle .first-logo img {
    width: 100%;
}

img.logo_wo_text_m {
    max-width: 52px;
    display: none;
}

.one-slid.squadus .first-section__main {
    max-width: 70%;
}
.one-slid.squadus .first-section__img {
    filter: unset;
}
.one-slid.squadus {
    background: linear-gradient(360deg, #FFC4AB -2.44%, #FFF8EA 100%);
}
.one-slid.squadus::before {
    background: linear-gradient(360deg, #FFC4AB -2.44%, #FFF8EA 100%);
}
.one-slid.squadus .first-section__title span {
    color: #F84F38;
}

.one-slid.squadus .first-logo {
    max-width: 146px;
}

.one-slider.black-pagination ul.slick-dots li {
    border: 1px solid #2B2B2B;
    width: 16px;
    height: 16px;
}
.one-slider.black-pagination ul.slick-dots li.slick-active button {
    background: #2B2B2B;
}

.ones-list a {
    text-decoration: underline;
    color: white;
    background: linear-gradient(90deg, #FFC470 -7.05%, #FFF 51.33%, #FFC470 112.49%);
    background-clip: border-box;
    border-bottom: 1px solid #FFC470;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 .7rem;
}

.ones-list a:hover {
    color: #fff;
}

@media (min-width: 1270px) {
.one-slider .first-section__title {
    line-height: 5rem;
}
}
@media (max-width: 500px) {
img.slider-img-w80 {
    width: 80%;
	margin: 0 auto;
}
}

.slide-4 .first-section__logo_mob{
    display: none !important;
}
/*
@media (max-width: 480px) {
    .slide-4 .first-logo {
        display: none;
    }
    .one .sa.slide-4 .first-section__img {
        display: block !important;
        width: 169px !important;
        position: absolute;
        right: 10px !important;
        bottom: 30px;
        height: initial !important;
    }
    .slide-4 .first-section__logo_mob {
        display: block !important;
        position: absolute;
        left: 20px;
        bottom: 107px;
    }
}
 */
@media (max-width: 800px) {
    .one-slider ul.slick-dots {
        position: relative;
        bottom: 20px;
        margin: 0 auto;
        width: fit-content;
        padding: 10px;
        margin-top: -45px;
        background-color: rgba(255, 255, 255, 0.7);
        border-radius: 15px;
        line-height: 1;
    }
}
.os104 .first-logo{
                        max-width: 183px;
                        margin-bottom: 32px;
                    }
                    .first-logo img{
                        max-width: 100%;
                    }
                    .os104 .first-section__title{
                        margin-top: 0;
                    }
                    .one-slid.os104::before {
                        background: linear-gradient(90deg, #E1FDFF 11.96%, #ECFFE9 84.36%);
                    }
                    .one-slid.os104 .first-section__title, 
                    .os104 .first-section__text {
                        color: #292E35;
                    }
                    .os104 .first-section__title{
                        font-weight: 800;
                    }
                    .os104 .first-section__title span {
                        display: block;
                        background: linear-gradient(82deg, #00C4FF 1.23%, #7ADE80 97.8%);
                        background-clip: text;
                        -webkit-background-clip: text;
                        -webkit-text-fill-color: transparent;
                        width: max-content;
                    }
                    .os104 .one-btn{
                        padding-top: 16px;
                    }
                    .one-btn a.orange {
                        display: flex;
                        background: #FD895D;
                        border: 1px solid transparent;
                        width: 176px;
                        height: 46px;
                        border-radius: 24px;
                        color: #fff;
                        justify-content: center;
                        align-items: center;
                        margin-top: 32px;
                        cursor: pointer;
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: 26px;
                        letter-spacing: -0.32px;
                        -webkit-text-size-adjust: 100% !important;
                      }
                    .one-btn a.orange:hover {
                        opacity: .7;
                        background: #FD895D;
                        color: #fff;
                    }
                    .one .os104 .first-section__img {
                        max-width: 590px;
                        right: 0;
                        height: 90% !important;
                    }
                    .os104 .first-section__img {
                        filter: none;
                    }
                    .one .os104 .first-section__img_text__title, 
                    .one .os104 .first-section__img_text__sub {
                        text-align-last: left;
                    }
                    .one .os104 .first-section__img img {
                        height: 100%;
                        width: auto;
                    }
                    .one-slider.black-pagination ul.slick-dots li{
                        border-color: #292E35;
                    }
                    .one-slider.black-pagination ul.slick-dots li.slick-active button{
                        background: #292E35;
                    }
                    .one-slider.black-pagination .slick-arrow::before {
                        background: url("new-img/arrow-menu-icon-b.svg") center center no-repeat;
                        background-size: contain;
                    }
                    @media (min-width: 1921px) {
                        .os104 .first-section__img_text {
                            left: auto;
                            right: 60px;
                        }
                    }
                    @media (min-width: 1000px) and (max-width: 1920px) {
                        .os104 .first-section__img_text {
                          left: auto;
                          right: calc(-20px + 2vw);
                        }
                    }
                    @media (max-width: 1000px) {
                        .one-slid-flex{
                            position: relative;
                        }
                        .os104 .first-section__title, .os104 .first-section__text {
                          color: #292E35 !important;
                        }
                        .os104 .first-logo{
                            max-width: 120px;
                        }
                        .os104 .one-btn{
                            padding-top: 0;
                        }
                        .one .os104 .first-section__img{
                            max-width: 520px;
                            height: 72% !important;
                        }
                        .one .os104 .first-section__img img{
                            width: 100%;
                        }
                    }
                    @media (max-width: 999px) {
                        .first-logo{
                            max-width: 250px;
                        }
                        .os104 .first-section__img_mob {
                            position: relative;
                        }
                        .os104 .first-section__img_mob .first-section__img_text {
                            position: absolute;
                            left: auto;
                            right: calc(-20px + 3vw);
                            top: calc(235px - 8vw);
                        }
                    }
                    @media screen and (max-width: 900px) {
                        .one-slid-flex {
                          flex-direction: column;
                        }
                    }
                    @media screen and (max-width: 767px) {
                        .os104 .first-section__img_mob .first-section__img_text {
                            position: absolute;
                            left: auto;
                            right: calc(-20px + 3vw);
                            top: 5vw;
                        }
                        .os104 .first-section__img_mob img {
                            width: 100%;
                        }
                        .os104 .first-section__img{
                            display: none;
                        }
                        .os104 .first-section__img_mob{
                            display: flex!important;
                            margin-right: -16px;
                            margin-top: 0;
                        }
                        .os104 .first-logo{
                            margin-bottom: 24px;
                        }
                        .os104 .first-section__title{
                            font-size: 22px;
                            line-height: 120%;
                        }
                        /*.one-btn a.orange{
                            font-size: 12px;
                            line-height: 16px;
                            width: 124px;
                            height: 32px;
                        }*/
                        .chastnik2 .os104 .first-section__main{
                            height: max-content;
                        }
                    }




					.one-one {
						position: absolute;
						bottom: 43px;
						left: -210px;
						z-index: 1;
					}

					.one-slid.os104.bg-pro::before {
						background: linear-gradient(168deg, #FFEEDE -2.29%, #FCE2C8 36.66%, #FFC7AE 82.59%);
					}

					.bg-pro.os104 .first-section__title span {
						display: block;
						background: linear-gradient(298deg, #D45CF2 44.71%, #F84628 66.4%, #FF9C2F 91.26%, #FFF8EA 110.2%);
						background-clip: text;
						-webkit-background-clip: text;
						-webkit-text-fill-color: transparent;
						width: max-content;
					}

					.bg-pro.os104 .one-btn {
						padding-top: 16px;
					}

					@media (max-width: 1340px) {
						.one .os104.nslid .first-section__img {
							right: 24px;
						}
					}

					@media (max-width: 1170px) {
						.one .os104.nslid .first-section__img {
							right: 0px;
							height: 64% !important;
						}

						.one-one {
							max-width: 340px;
							bottom: 43px;
							left: -187px;
							z-index: 2;
						}
					}

					@media (max-width: 1000px) {
						.bg-pro.os104 .first-section__text {
							max-width: 327px;
						}
					}

					@media (max-width: 767px) {
						.one-one {
							display: none;
						}

						.os104.nslid .first-section__img_mob {
							margin-right: -19px;
							margin-left: -19px;
							width: 104%;
						}
					}


.one-slider:not(.slick-initialized) {
    max-height: 475px;
    overflow: hidden;
}
@media (max-width: 767px) {
    .one-slider:not(.slick-initialized) {
        max-height: 570px;
    }
}
@media (max-width: 400px) {
    .one-slider:not(.slick-initialized) {
        max-height: 520px;
    }
}


.mailion-slid .first-section__title {
    color: #292E35 !important;
    font-weight: 800;
    margin-top: 20px;
}

.mailion-slid .first-section__title span {
    color: #EA1713;
}

.mailion-slid .first-section__text {
    color: #292E35 !important;
}

.mailion-slid .one-btn {
    padding-top: 16px;
}

.one .mailion-slid .first-section__img {
    max-width: 482px;
    right: 0;
    height: 96% !important;
    filter: none;
    display: flex;
    align-items: center;
}

.one .mailion-slid .first-section__img img {
    width: auto;
    position: relative;
    z-index: 2;
}

.mailion-slid.one-slid::before {
    background: linear-gradient(180deg, #CCEDFF 0%, #FBC9BF 100%);
}

.mailion-slid .one-btn a {
    margin-top: 0;
}

@media (max-width: 1340px) {
    .one .mailion-slid .first-section__img {
        right: 24px;
    }
}

@media (max-width: 1170px) {

    .mailion-slid .first-section__text,
    .mailion-slid .first-section__title {
        max-width: 400px;
    }

    .one .mailion-slid .first-section__img {
        max-width: 300px;
        height: 72% !important;
    }

    .chastnik2 .mailion-slid .first-section__main {
        max-width: 695px;
    }

    .one .mailion-slid .first-section__img img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .one .mailion-slid .first-section__img {
        max-width: 272px;
        height: 60% !important;
        right: 0;
        left: auto;
    }
}

@media (max-width: 450px) {
    .one .mailion-slid .first-section__img {
        max-width: 56%;
        height: 50% !important;
        right: 0;
        left: auto;
    }
}
