

/* Start:/promo/kinezioteypirovanie/assets/css/kinesiotape.css?173521865421366*/
*:focus{
    outline: none;
}

body {
    counter-reset: heading heading2 heading3; /* Инициируем счетчик */
}
img{
    display: block;
    max-width: 100%;
}

.page__content .wrap.wrap_breadcrumb{
    display: none !important;
}
.page__content{
    margin: 0px !important;
    z-index: 1;
}

.landing-kinesiotape{
    margin-top: -8px;
}
.header{
    z-index: 2;
}

p{
    font-size: 20px;
    line-height: 1.5;
    color: #1C1C1C;
    font-weight: 400;
    margin-bottom: 18px;
}

.block-title{
    font-size: 40px;
    color: #F04C25;
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: none;
    font-weight: bold;
}
.block-title_white{
    color: #fff;
}
.block-title_big{
    font-size: 50px;
    text-transform: uppercase;
}
.block-title_center{
    text-align: center;
}

.br-mobile {
    display: none;
}

.br-desktop {
    display: block;
}

.block-item{
    width: 100%;
}

.block-bottom-deg{
    position: relative;
    overflow: hidden;
}
.block-bottom-deg::after{
    content: '';
    width: 102%;
    height: 100px;
    position: absolute;
    left: 0px;
    bottom: -39px;
    background: #fff;
    -webkit-transform: rotate(-2.6deg);
            transform: rotate(-2.6deg);
    z-index: 3;
}
.block-top-deg::before {
    content: '';
    width: 102%;
    height: 100px;
    position: absolute;
    left: 0px;
    top: -55px;
    background: #fff;
    -webkit-transform: rotate(-2.6deg);
            transform: rotate(-2.6deg);
    z-index: 3;
}

/************ block-1 ************/
.block-1{
    background-color: #F4E7D3;
    padding: 120px 0 220px;
}
.block-1__inner{
    width: 768px;
    margin-left: calc(100% - 768px);
    z-index: 9;
    position: relative;
}
.block-1::before{
    content: '';
    position: absolute;
    left: 0px;
    top: -10px;
    background: url(/promo/kinezioteypirovanie/assets/css/../images/block-1-img.png) center no-repeat;
    width: 1136px;
    height: 740px;
    z-index: 0;
}

.contactForm{
    margin-top: 40px;
}
.contactForm p{
    color: #1C1C1C;
    margin-top: 15px;
    font-size: 14px;
    margin-left: 0px;
}
.link-offer{
    color: #F04C25;
    text-decoration: underline;
}
.link-offer:hover{
    color: #d44523;
    text-decoration: underline;
}
.contactForm .form-group{
    display: inline-block;
    vertical-align: top;
    margin-right: 17px;
    font-size: 0;
}
.contactForm .form-group:nth-of-type(3){
    margin-right: 0px;
}
.form-control{
    height: 60px;
    width: 275px;
    background: #FFF9FB;
    border: 1px solid #A7A9AC;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    text-transform: uppercase;
    padding: 0 28px;
    font-size: 15px;
    color: #1c1c1c;
}
.block-7 .form-control{
    background: #FFF;
}

::-webkit-input-placeholder {
    color: rgba(28, 28, 28, 0.3);
}
::-moz-placeholder {
    color: rgba(28, 28, 28, 0.3);
}
:-ms-input-placeholder {
    color: rgba(28, 28, 28, 0.3);
}
:-moz-placeholder {
    color: rgba(28, 28, 28, 0.3);
}
.contactForm .form-group .btn {
    width: 175px;
    height: 60px;
    background: #F04C25;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    border: 0px;
    cursor: pointer;
    line-height: 20px;
}

.contactForm .form-group .btn:hover{
    background: #d44523;
}


.flex-btw{
    -webkit-box-align: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox; /* Safari 6.1+ */
    display: flex; /* Safari 6.1+ */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify; /* Safari 6.1+ */
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

/************ block-2 ************/
.block-2{
    padding: 120px 0 140px;
}
.block-2__item{
    width: 25%;
    text-align: center;
    margin-top: 50px;
}
.block-2__item__icon{
    max-height: 60px;
    margin-bottom: 20px;
}
.block-2__item img{
    margin: 0 auto;
}


/************ block-3 ************/
.block-3{
    background: #EEDAF8;
}
.block-3__bg{
    position: relative;
    padding: 160px 0 150px;
}
.block-3__bg::after{
    content: '';
    position: absolute;
    right: 0px;
    top: 10px;
    background: url(/promo/kinezioteypirovanie/assets/css/../images/block-3-img-1.png) center no-repeat;
    width: 1056px;
    height: 709px;
    z-index: 1;
}
.block-3__items{
    width: 940px;
    position: relative;
    z-index: 9;
}
.block-3__item{
    width: 33.3%;
    padding-right: 15px;
    padding-left: 40px;
    position: relative;
    margin-top: 25px;
}
.block-3__item::before{
    counter-increment: heading;
    content: counter(heading);
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 0px;
    top: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    background: #1B9CD5;
}
.block-3__item p{
    font-size: 18px;
}


/************ block-4 ************/
.block-4{
    padding: 60px 0 100px;
}
.block-4__1{
    margin-bottom: 32px;
}
.block-4__1-img{
    width: 50%;
}
.block-4__1-text{
    width: 50%;
    padding-left: 20px;
    padding-top: 35px;
}
.block-4__1-text p{
    font-size: 18px;
    line-height: 1.8;
}

.block-4__2-item{
    text-align: center;
    width: 25%;
}
.block-4__2-item__icon{
    max-height: 60px;
    margin-bottom: 20px;
}
.block-4__2-item__icon img{
    margin: 0 auto;
}

/************ block-5 ************/
.block-5{
    /*background-color: #D6F0FF;*/
    background-image: url("data:image/svg+xml,%3Csvg width='1920' height='770' viewBox='0 0 1920 770' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 100L1920 0V670L0 770V100Z' fill='%23D6F0FF'/%3E%3C/svg%3E%0A");
    background-position: center;
    padding: 150px 0 140px;
}
.block-5-bg::after{
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(/promo/kinezioteypirovanie/assets/css/../images/block-5-img.png) center no-repeat;
    width: 1055px;
    height: 791px;
    z-index: 0;
}

.block-5__1{
    width: 780px;
    position: relative;
    z-index: 3;
}
.block-5__1 p{
    font-size: 18px;
    line-height: 1.8;
}

.block-5__item{
    width: 50%;
    font-size: 18px;
    line-height: 1.6;
    margin-top: 40px;
    padding-left: 40px;
    color: #1C1C1C;
    font-weight: 400;
    position: relative;
}

.block-5__item::before{
    counter-increment: heading2;
    content: counter(heading2);
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 0px;
    top: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    background: #1B9CD5;
}


.counter-num{
    background: #F04C25;
    width: 620px;
    border-radius: 140px;
    -webkit-border-radius: 140px;
    -moz-border-radius: 140px;
    text-align: center;
    padding: 32px 32px 38px;
    margin: -180px auto 0;
    z-index: 9999;
    position: relative;
}
.counter-num p{
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.counter > div{
    display: inline-block;
}

.counter div > span{
    display: inline-block;
    margin: 0 11px;
}
.counter div > span >span{
    padding: 0 11px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #fff;
    display: inline-block;
    font-size: 60px;
    font-weight: 500;
    color: #F04C25;
    margin: 0 3px;
    position: relative;
    z-index: 9;
}
.counter div > span >span::after{
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -2px;
    display: block;
    background-color: #F04C25;
    z-index: 0;
}


.counter .smalltext{
    margin-top: 12px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

/************ block-6 ************/
.block-6{
    /*background-color: #8482FF;*/
    background-image: url("data:image/svg+xml,%3Csvg width='1920' height='770' viewBox='0 0 1920 770' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 100L1920 0V670L0 770V100Z' fill='%238482FF'/%3E%3C/svg%3E");
    background-position: center;
    margin-top: -60px;
    z-index: 10;
}
.block-6:before{
    display: none;
}
.block-6 .wrap{
    position: relative;
}
.block-6__inner{
    width: 720px;
    margin-left: calc(100% - 720px);
    z-index: 9;
    position: relative;
    padding: 170px 0 270px;
}
.block-6__img{
    position: absolute;
    left: -80px;
    top: 60px;
    width: 460px;
    height: 690px;
    background: url(/promo/kinezioteypirovanie/assets/css/../images/block-6-img.png) center no-repeat;
}
.block-6__img:before{
    content: '';
    display: block;
    width: 405px;
    height: 39px;
    background: #fff;
    left: 0px;
    top: -23px;
    position: absolute;
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
}

.stock-info{
    color: #fff;
}
.stock-info__percent{
    font-size: 118px;
    line-height: 1.1;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: -42px;
    display: inline-block;
    vertical-align: middle;
}
.stock-info__percent span{
    font-size: 88px;
    font-weight: 500;
    text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
    margin: -20px 0 0 -12px;
}
.stock__price__old{
    opacity: 0.4;
    margin-left: 12px;
}
.stock__price__old span{
    text-decoration: line-through;
}
.stock-info__price{
    background: #F04C25;
    border: 5px solid #FFFFFF;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    padding: 10px 25px;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
}

.stock-day{
    font-weight: 500;
    font-size: 28px;
    line-height: 1.8;
    text-transform: uppercase;
    color: #fff;
}

/************ block-7 ************/
.block-7{
    padding: 60px 0;
}
.block-7__1{
    margin: auto;
}
.block-7__1 p{
    text-align: center;
}

/************ block-8 *************/
.block-8{
    margin-bottom: 21px;
}
.block-8__item{
    width: 33.3%;
    margin-bottom: 60px;
    padding-left: 55px;
    padding-right: 30px;
    position: relative;
}
.block-8__item::before{
    counter-increment: heading3;
    content: counter(heading3);
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    left: 0px;
    top: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    font-size: 22px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    background: #1B9CD5;
}

.block-8__item::after{
    content: '';
    position: absolute;
    right: 30px;
    top: 20px;
    background: url(/promo/kinezioteypirovanie/assets/css/../images/arrow-img.png) center no-repeat;
    width: 54px;
    height: 23px;
}

.block-8__item:nth-child(3n)::after{
    display: none;
}
.block-8__item:nth-child(3n){
    padding-right: 0px;
}
p.response {
    color: #f04c25;
    font-size: 20px;
}

/************ Media queries ************/
@media (max-width: 1300px){
    .block-3__item{
        margin-top: 20px;
    }
}

@media (max-width: 1100px){
    .wrap {
        padding: 0 24px !important;
        background: none !important;
    }
    .block-bottom-deg::after{
        height: 50px;
        bottom: -24px;
    }
    .block-top-deg::before{
        height: 50px;
        top: -28px;
        left: -3px;
    }
    .block-title_big{
        font-weight: 900;
    }
    .block-title{
        font-weight: 600;
    }
    .block-title br{
        display: none;
    }

    .block-1{
        padding: 380px 0 90px;
    }
    .block-1__inner{
        width: 100%;
        margin-left: 0px;
    }
    .block-1::before {
        top: 0px;
        background: url(/promo/kinezioteypirovanie/assets/css/../images/block-1-img__tablet.png) center no-repeat;
        width: 674px;
        height: 415px;
    }
    .block-1 br{
        display: none;
    }

    .contactForm .form-group{
        margin-right: 25px;
    }
    .form-control,
    .contactForm .form-group .btn{
        width: calc(33.33vw - 42px);
    }

    .block-2 {
        padding: 80px 0 65px;
    }
    .block-2__items.flex-btw{ /* Safari 6.1+ */
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .block-2__item{
        width: 33.33%;
        margin-top: 40px;
    }
    .block-2__item p{
        font-size: 18px;
    }

    .block-3 .block-title{
        position: relative;
        z-index: 9;
    }
    .block-3__bg{
        padding: 250px 0 80px;
    }
    .block-3__bg::after{
        background: url(/promo/kinezioteypirovanie/assets/css/../images/block-3-img-tablet.png) center no-repeat;
        width: 538px;
        height: 320px;
        right: unset;
        left: 50%;
        top: 16px;
        margin-left: -269px;
    }
    .block-3__items{
        width: 100%;
    }
    .block-3__item{
        width: 50%;
        margin-top: 10px;
    }

    .block-4{
        padding: 60px 0;
    }
    .block-4__1-img{
        width: 100%;
    }
    .block-4__1-img img{
        margin: 0 auto;
    }
    .block-4__1-text{
        padding: 0px;
        width: 100%;
    }
    .block-4__2-item p{
        font-size: 18px;
        padding: 0 7px;
    }

    .block-5{
        padding: 85px 0;
    }
    .block-5__1{
        width: 100%;
    }
    .block-5__1__items{
        width: 320px;
    }
    .block-5__item{
        width: 100%;
        margin-top: 25px;
    }
    .block-5-bg::after{
        width: 580px;
        height: 435px;
        top: unset;
        bottom: -25px;
        background: url(/promo/kinezioteypirovanie/assets/css/../images/block-5-img-tablet.png) center no-repeat;
    }

    .block-6{
        background-size: cover;
        margin-top: -66px;
    }
    .block-6__img{
        width: 217px;
        height: 513px;
        left: 0px;
        top: 49px;
        background: url(/promo/kinezioteypirovanie/assets/css/../images/block-6-img-tablet.png) center no-repeat;
    }
    .block-6__img:before {
        height: 11px;
        top: -12px;
    }
    .block-6__inner{
        width: 100%;
        margin: 0px;
        padding: 140px 0 130px 36%;
    }
    .stock-info__percent{
        font-size: 98px;
        margin-left: -38px;
    }
    .stock-info__price{
        font-size: 20px;
        margin-left: 20px;
        padding: 16px 24px;
    }
    .stock-info__percent span{
        font-size: 68px;
        margin: -16px 0 0 -14px;
    }
    .block-6__inner .block-title{
        font-size: 34px;
        line-height: 1.4;
    }
    .stock-day{
        font-size: 26px;
    }

    .block-counter{
        background: #F04C25;
        position: relative;
        margin-top: -60px;
        z-index: 1111;
    }
    .counter-num{
        margin-top: -50px;
        border-radius: 0px;
    }

    .block-7{
        padding: 40px 0 50px;
    }
    .block-7__1 p{
        text-align: left;
    }
    .block-8 {
        margin-bottom: 1px;
    }
    .block-8__item{
        width: 50%;
        padding: 0px 18px;
        text-align: center;
    }
    .block-8__item br{
        display: none;
    }
    .block-8__item p{
        font-size: 18px;
    }
    .block-8__item::before{
        display: block;
        position: unset;
        left: unset;
        top: unset;
        margin: 0 auto 10px;
    }
    .block-8__item::after{
        right: -30px;
        top: 10px;
    }
    .block-8__item:nth-child(3n)::after {
        display: block;
    }
    .block-8__item:nth-child(2n)::after {
        display: none;
    }


}

@media (max-width: 768px){
    .form-control,
    .contactForm .form-group .btn{
        width: calc(33.33vw - 35px);
    }
    .contactForm .form-control{
        padding: 0 22px;
    }
}

@media (max-width: 750px){
    .february_main.page__content .wrap.wrap_breadcrumb{
        display: none !important;
    }
    .wrap {
        padding: 0 15px !important;
    }
    .block-title{
        font-size: 31px;
        word-break: break-word;
        margin-bottom: 16px;
    }
    p{
        font-size: 18px;
        margin-bottom: 16px;
    }

    .block-1 .block-title{
        font-size: 22px;
        font-weight: 900;
    }
    .block-1 p{
        font-size: 16px;
        margin-bottom: 16px;
    }
    .block-1 p b{
        font-weight: 500;
    }
    .block-1{
        padding: 180px 0 70px;
    }
    .block-1::before{
        width: calc(674px/2);
        height: calc(415px/2);
        background-size: cover;
        top: -8px;
    }
    .contactForm{
        margin-top: 25px;
    }

    .contactForm .form-group{
        margin-right: 0px;
        margin-bottom: 16px;
        width: 100%;
    }
    .form-control,
    .contactForm .form-group .btn{
        width: 100%;
    }
    .form-group .btn br {
        display: none;
    }
    .contactForm p{
        text-align: center;
        font-size: 14px;
        margin-top: 0px;
    }

    .block-2 {
        padding: 40px 0 30px;
    }
    .block-2__item{
        width: 100%;
        margin-top: 30px;
    }
    .block-2__item br{
        display: none;
    }
    .block-2__item__icon{
        margin-bottom: 16px;
    }

    .block-3__bg{
        padding-top: 270px;
    }
    .block-3 .block-title{
        text-align: center;
    }
    .block-3__item{
        width: 100%;
        margin-top: 5px;
        padding-right: 0px;
    }
    .block-3__bg::after{
        width: calc(538px/1.3);
        height: calc(320px/1.3);
        left: 50%;
        margin-left: calc((-538px/1.3)/2);
        background-size: cover;
    }

    .block-4{
        padding: 30px 0;
    }
    .block-4__2-item{
        width: 100%;
    }
    .block-4__2-item br{
        display: none;
    }

    .block-5 {
        padding: 134px 0 270px;
        background-size: cover;
        margin-top: -63px;
    }
    .block-5:before,
    .block-5:after{
        display: none;
    }
    .block-5 .block-title br{
        display: none;
    }
    .block-5__1__items{
        width: 100%;
    }
    .block-5__1__items br{
        display: none;
    }
    .block-5-bg::after{
        width: calc(580px/1.65);
        height: calc(435px/1.65);
        background-size: cover;
        bottom: 40px;
    }
    .block-6{
        margin-top: -86px;
        padding-top: 36px;
    }
    /*.block-6__img:before{
        width: 100vw;
    }*/
    .block-6__inner {
        padding: 315px 0 80px;
    }
    .block-6__inner .block-title{
        font-size: 32px;
    }
    .stock-day{
        font-size: 20px;
    }
    .block-6__img{
        width: 213px;
        height: 320px;
        left: 50%;
        top: 1px;
        margin-left: -106px;
        background: url(/promo/kinezioteypirovanie/assets/css/../images/block-6-img-mobile.png) center no-repeat;
    }


    .block-7__1 .contactForm{
        margin-top: 20px;
    }

    .block-8{
        margin-bottom: -14px;
    }
    .block-8__item{
        width: 100%;
        padding: 0px 0 40px;
        margin-bottom: 35px;
    }
    .block-8__item::after{
        left: 50%;
        margin-left: -27px;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        right: unset;
        top: unset;
        bottom: 0px;
        display: block !important;
    }
    .block-8__item:last-child::after{
        display: none !important;
    }

    .counter-num{
        width: 100%;
        padding: 38px 0px 40px;
        margin-top: -50px;
    }
    .counter div > span{
        margin: 0 4px;
    }
    .counter div > span >span{
        padding: 0 6px;
        font-size: 44px;
        font-weight: 500;
        color: #F04C25;
        margin: 0 2px;
    }

    .stock-info__percent{
        margin-left: 0px;
    }
    .stock-info__price{
        padding: 15px 25px;
        margin: 5px 0px 24px 0px;
    }

}

@media (max-width: 425px){
    .block-6 {
        margin-top: -111px;
    }
    .block-6__img {
        top: 13px;
    }
    .block-counter {
        margin-top: -75px;
    }
}

@media (max-width: 320px){
    .block-6 {
        margin-top: -126px;
    }
    .block-6__img {
        top: 16px;
    }
}

.button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	white-space: nowrap;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-radius: 6px;
	text-transform: uppercase;
	border-radius: 50px;
	font-weight: 700;
	height: 60px;
	padding: 0 30px;
	border: 1px solid;
	margin-bottom: 16px;
}
.button_primary {
	background: #009AA6;
  color: #ffffff;
	border-color: #009AA6;
}
.button_primary:hover {
	background: #ffffff;
	color: #009AA6;
}
.button_secondary {
	border-color: #009AA6;
	background: #ffffff;
	color: #009AA6;
}
.button_secondary:hover {
	background: #009AA6;
  color: #ffffff;
}
@media (max-width: 750px) {
	.block-1__buttons .g-col {
		width: 100%;
	}
	.button  {
		width: 100%;
	}
}
/* End */


/* Start:/local/templates/orteka_desktop/vendor/css/select2.min.css?163664123315823*/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/* End */


/* Start:/local/templates/orteka_desktop/global/b-select/b-select2.css?17416112333973*/
.select2-container--b-select {
    font-size: 14px;
    display: block;
}
.select2-container--b-select .select2-selection--single {
    height: 42px;
    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;
    padding: 0 16px;
    background: #ffffff;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid #A6A6A6;
    transition: 0.3s;
}
.select2-container--b-select .select2-selection--single .select2-selection__rendered {
    padding: 0 16px 0 0;
    position: relative;
    z-index: 15;
}
.select2-selection__arrow {
    width: 9px;
    height: 6px;
    min-width: 9px;
    background: url(/local/templates/orteka_desktop/global/b-select/select-arrow.svg) no-repeat;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.select2-container--open .select2-selection__arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.select2-container--b-select.select2-container--open .select2-selection--single {
    border-color: #009AA6;
}
.b-select__dropdown.select2-dropdown {
    -webkit-box-shadow: 2px 2px 10px 0 hsla(0, 0%, 9%, .15);
    box-shadow: 2px 2px 10px 0 hsla(0, 0%, 9%, .15);
    border-radius: 3px;
    border: none;
    z-index: 1080;
}
.select2-selection__placeholder {
    opacity: 0;
}
.b-select__dropdown .select2-results__option {
    padding: 5px 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    white-space: normal;
}
.b-select__dropdown .select2-results__option:hover {
    background: rgba(0, 154, 166, 0.1);
}
.b-select__dropdown .select2-results__option--selected {
    background: rgba(0, 154, 166, 0.1);
}
.b-select__dropdown .select2-results__option--selected:hover {
    background: rgba(0, 154, 166, 0.1);
}
.g-input-wrapper .select2-container--b-select {
    max-width: 100%;
    display: block;
}

/* add */
.b-select__dropdown .select2-results__option--group {
    padding: 0;
}
.b-select__dropdown .select2-results__option--group:hover {
    color: #1C1C1C;
    background: #ffffff;
}
.b-select__dropdown .select2-results__option--group .select2-results__option {
    padding: 8px 15px;
}
.b-select__dropdown .select2-results__group {
    display: block;
    transition: background-color 0.3s, padding 0.3s;
    font-weight: 400;
    color: #333333;
    padding: 8px 48px 8px 15px;
    cursor: pointer;
    background-image: url('/local/templates/orteka_desktop/global/b-select/select-arrow-next.svg');
    background-position: calc(100% - 14px) 50%;
    background-repeat: no-repeat;
}

.b-select__dropdown .select2-results__group:hover {
    background-color: rgba(0, 154, 166, 0.1);
}
.b-select__dropdown .select2-results__group.is-active {
    background-image: url('/local/templates/orteka_desktop/global/b-select/select-arrow-prev.svg');
    background-position: 14px 50%;
    padding: 8px 15px 8px 48px;
    font-weight: bold;
}

.b-select-group {
    display: inline-flex;
}

.b-select-group__icon {
    display: block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-right: 4px;
    margin-top: 4px;
}
.b-select-group__icon svg {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    color: inherit;
}
.b-select-group__text {
    padding-top: 2px;
}

.select2-selection .b-select-group {
    align-items: center;
}

.select2-selection .b-selected-group__block {
    line-height: 1;
}

.b-select__dropdown .select2-results__options--nested {
    display: none;
}

.select2-results__options {
    max-height: 250px;
    overflow-y: auto;
}

.b-select_border .select2-container--b-select .select2-selection--single {
    height: 42px;
    padding: 0 16px;
    background: #ffffff;
    border: 1px solid #A6A6A6;
    border-radius: 6px;
}
.b-select_border .select2-selection__arrow {
    display: none;
}
.b-select_border .select2-selection__placeholder {
    opacity: 1;
    color: #A6A6A6;
}

.jq-selectbox__search input, .select2-search__field {
    width: 100%;
    height: 2rem;
}

/* End */


/* Start:/local/templates/orteka_desktop/global/mainpage/css/desktop-mainpage.css?175248590710851*/
.mainpage {
	padding: 16px 0;
	overflow-x: hidden;
}

.mainpage__main-slider {
	margin-bottom: 40px;
}

.mainpage__section {
	padding: 40px 0;
}

.mainpage__section_top {
	padding: 40px 0 0;
}

.mainpage__section_bg {
	background: #F6F7F8;
	padding: 60px 0 20px;
}

.mainpage_links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -3px 24px;
}

.mainpage_links__item {
	padding: 0 3px;
}

.mainpage_links_top {
	margin-left: -15px;
	margin-right: -15px;
}

.mainpage_links_top .mainpage_links__item {
	padding: 0 15px;
}

.mainpage_links__item_33 {
	width: 33.3333%;
	min-width: 33.3333%;
}

.mainpage_links__item_66 {
	width: 66.6667%;
	min-width: 66.6667%;
}

.mainpage_links__item_50 {
	width: 50%;
	min-width: 50%;
}

.mainpage_links__item_25 {
	width: 25%;
	min-width: 25%;
}

.mainpage_links__block:first-child {
	padding-bottom: 3px;
}

.mainpage_links__block:last-child {
	padding-top: 3px;
}

.mainpage__title {
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
	color: #31566D;
	margin-bottom: 32px;
}

.mainpage_advantages {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px;
	text-align: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.mainpage_advantages__item {
	width: 25%;
	min-width: 25%;
	padding: 0 15px 40px;
}

.mainpage_advantages__item_20 {
	width: 20%;
	min-width: 20%;
}

.mainpage_advantages__image {
	margin-bottom: 24px;
}

.mainpage_advantages__text {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.mainpage_advantages__item_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
}

.mainpage_advantages__item_row .mainpage_advantages__image {
	margin: 0 16px 0 0;
	width: 48px;
	min-width: 48px;
}

.mainpage_advantages__item_row .mainpage_advantages__image img {
	display: block;
}

.mainpage_advantages__item_row .mainpage_advantages__text {
	font-size: 13px;
	text-transform: none;
	color: #333333;
	font-weight: 400;
}

.mainpage_about {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.mainpage_about__button {
	margin-top: 24px;
}

.mainpage_about__text {
	width: 40%;
	min-width: 40%;
	padding-right: 30px;
}

.mainpage_about__text p {
	font-size: 18px;
}

.mainpage_about__image {
	width: 60%;
	min-width: 60%;
	padding-left: 30px;
	text-align: right;
}

.mainpage_about__bg {
	display: inline-block;
	padding: 0 22px 22px 0;
	position: relative;
}

.mainpage_about__bg::after {
	position: absolute;
	bottom: 0;
	right: 0;
	top: 22px;
	left: 22px;
	background: #00A7B8;
	content: '';
	z-index: 1;
}

.mainpage_about__bg img {
	display: block;
	position: relative;
	z-index: 2;
}

.mainpage__button {
	margin-top: 32px;
	text-align: center;
}

@media screen and (max-width: 1024px) {
	.mainpage_about__text {
		width: 50%;
		min-width: 50%;
		padding-right: 15px;
		font-size: 16px;
	}

	.mainpage_about__text p {
		font-size: 14px;
	}

	.mainpage_about__image {
		width: 50%;
		min-width: 50%;
		padding-left: 15px;
	}

	.mainpage_advantages__item_20 {
		width: 25%;
		min-width: 25%;
	}
}

@media screen and (max-width: 800px) {
	.mainpage_about__text {
		width: 100%;
		min-width: 100%;
		padding: 0 0 24px;
	}

	.mainpage_about__image {
		width: 100%;
		min-width: 100%;
		padding-left: 0;
		text-align: center;
	}
}

.js-mainpage_partner-slider:not(.slick-initialized) {
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	height: 115.4px;
	overflow: hidden;

}

.js-mainpage_partner-slider:not(.slick-initialized) .b-mainpage_partner-slider__item {
	flex: 20%;
}

.b-mainpage_partner-slider__item {
	padding: 0 15px;
	height: auto !important;
}

.b-mainpage_partner-slider__image {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.b-mainpage_partner-slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 900px) {
	.b-mainpage_partner-slider {
		padding-top: 0;
	}
}

.mainpage__group {
	margin-bottom: 74px;
}

.mainpage__group .b-mainpage_main-slider__dots {
	display: none !important;
}

.mainpage__group .b-mainpage_main-slider__item img {
	max-height: 300px;
}

.mainpage__group .mainpage__main-slider {
	margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
	.mainpage__group {
		margin-bottom: 40px;
	}

	.mainpage__group .mainpage__main-slider {
		margin-bottom: 40px;
	}
}

.mainpage__section .b-product-slider {
	margin: 0 -25px;
	padding: 10px 10px 0;
}

.mainpage__section .b-slider__arrow {
	background: transparent;
	box-shadow: none;
	width: 25px;
	height: 100%;
	top: 0;
	bottom: 0;
	transform: translateY(0);
}

.mainpage__section .b-mainpage_main-slider .b-slider__arrow {
	height: calc(100% - 16px);
	bottom: 16px;
}

.mainpage__section .b-slider__arrow.swiper-button-disabled {
	opacity: 0;
}

.mainpage__section .b-slider__arrow_prev svg {
	transform: rotate(-90deg);
}

.mainpage__section .b-slider__arrow_next svg {
	transform: rotate(90deg);
}

.mainpage__section .b-slider__arrow_prev {
	left: 0;
	justify-content: flex-start;
}

.mainpage__section .b-slider__arrow_next {
	right: 0;
	justify-content: flex-end;
}

.b-mainpage_partner-slider .b-slider__arrow_prev {
  left: -26px;
}
.b-mainpage_partner-slider .b-slider__arrow_next {
  right: -26px;
}

.bx-no-touch .mainpage__section .b-slider__arrow:hover {
	background: transparent;
	color: #ec6600;
}

/* .mainpage__section .b-slider__dots button {
	width: 8px;
	height: 8px;
	background: #CDCDCD;
	border-radius: 4px;
}

.mainpage__section .b-slider__dots li.slick-active button {
	background: #009AA6;
	width: 24px;
	height: 8px;
} */

.mainpage__title2 {
	font-weight: 600;
	font-size: 36px;
	color: #000000;
	line-height: 1.1;
}

.shorts .mainpage__title2 {
	max-width: 695px;
	margin: 0 auto 5px;
}

.shorts__item {
	padding-top: 35px;
}

.shorts__data {
	font-weight: 500;
	font-size: 74px;
	line-height: 1;
	color: #009AA6;
	margin-bottom: 8px;
	min-height: 74px;
	display: inline-flex;
	align-items: center;
}

.shorts__text {
	font-weight: 300;
	font-size: 24px;
	max-width: 278px;
	margin: 0 auto;
	line-height: 1.1;
}

.main-banners .b-mainpage_main-slider__dots {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
}
.main-banners__button .g-button {
    min-width: 214px;
}

.mainpage_banners-slider .swiper {
	margin: 0 -25px;
	padding: 0 10px;
}

.mainpage_banners-slide {
	padding: 0 15px;
	width: 50% !important;
	height: auto !important;
	transition: 0.5s ease-in-out;
}

.mainpage_banners-link {
	overflow: hidden;
	border-radius: 8px;
	display: block;
	height: 100%;
}

.mainpage_banners-link img {
	display: block;
}

.mainpage-promo {
	background-color: #FFEADC;
	border-radius: 8px;
	background-image: url('/local/templates/orteka_desktop/img/promo/promo-bg.svg');
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: auto 100%;
	display: block;
}
.mainpage-promo__image {
	margin-top: -32px;
	height: calc(100% + 32px);
	display: flex;
	align-items: flex-end;
	width: 411px;
}
.mainpage-promo__image img {
	display: block;
}

.mainpage-promo__text {
	max-width: 450px;
	flex-grow: 1;
	padding-top: 8px;
	padding-bottom: 20px;
	font-size: 20px;
}
.mainpage-promo__title {
	font-weight: 700;
	font-size: 32px;
	text-transform: uppercase;
	color: #000000;
	line-height: 1.1;
}
.mainpage-promo__content {
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 32px 24px;
}

.mainpage__title-counter {
	font-size: 20px;
	line-height: 1.2;
	color: #A7A9AC;
	display: inline-block;
	vertical-align: baseline;
	font-weight: 400;
	display: none;
}

@media screen and (max-width: 1280px) {
	.main-banners .b-mainpage_main-slider .b-slider__arrow_prev {
		left: 0;
	}

	.main-banners .b-mainpage_main-slider .b-slider__arrow_next {
		right: 0;
	}
}

.life-new {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.life-new__image {
	position: relative;
	border-radius: 8px;
	padding-top: 66.5%;
}

.life-new__image img {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	border-radius: 8px;
	z-index: 1;
}

.life-new__title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 16px;
	z-index: 3;
}

.life-new__footer {
	padding-top: 14px;
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.life-new__preview-text {
	max-height: 68px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	margin-top: 8px;
	text-align: left;
	flex-grow: 1;
}

.life-new__preview-title {
	font-weight: 700;
	padding-top: 10px;
}

.life-new__preview-title p:not(:last-child) {
	margin-bottom: 0;
}

.main-page-group {
	padding: 26px 0;
	border-top: 1px solid #CDCDCD;
	border-bottom: 1px solid #CDCDCD;
	position: relative;
}

.main-page-group .b-slider {
	position: relative;
}

.main-page-nav {
	padding-top: 32px;
}

.main-page-nav__text {
	line-height: 1.1;
}

.main-page-nav__block {
	background: #FFFFFF;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 16px;
	height: 100%;
	font-size: 12px;
	display: flex;
	align-items: center;
	min-height: 66px;
}

.main-page-nav__icon {
	width: 24px;
	min-width: 24px;
	height: 24px;
	margin-right: 10px;
}

.main-page-nav__icon img {
	display: block;
}

.main-page-nav .g-row {
	margin-right: -4px;
	margin-left: -4px;
}

.main-page-nav .g-col {
	padding-left: 4px;
	padding-right: 4px;
}
.main-page-advantage {
	max-width: 250px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.main-page-advantage__icon {
	width: 48px;
	min-width: 48px;
	height: 48px;
	margin-right: 22px;
}
.main-page-advantage__text {
	font-size: 18px;
	line-height: 1.5;
}
.mainpage__map .map-sorting {
	margin-left: -15px;
	margin-right: -15px;
}
.mainpage__map .mainpage__section {
	padding-top: 0;
}
.pointer {
	cursor: pointer;
}
/* End */


/* Start:/local/templates/orteka_desktop/global/b-info/b-info.css?174161123310811*/
.b-info__bg {
  z-index: 3;
  pointer-events: none;
}
.b-info__center {
  position: relative;
  z-index: 6;
}
.b-info__border {
  position: relative;
  z-index: 1;
}
.b-info__bottom {
  position: relative;
  z-index: 5;
}

.b-info__title {
  margin-bottom: 16px;
}
.b-info {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 30px rgba(28, 28, 28, 0.1);
          box-shadow: 0px 10px 30px rgba(28, 28, 28, 0.1);
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.b-info-announce {
  position: relative;
  padding-top: 65px;
  text-align: center;
}
.b-info-announce__bg {
  position: absolute;
  top: -20px;
  left: -7px;
  right: -7px;
  z-index: 1;
}
.b-info-announce__number {
  font-weight: bold;
  font-size: 40px;
  color: #00A7B8;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.b-info-announce__param {
  color: #00A7B8;
  margin-bottom: 3px;
  position: relative;
  z-index: 2;
}
.b-info-announce__text {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 57px;
  position: relative;
  z-index: 2;
}
.b-info__select {
  margin-bottom: 20px;
}
.b-info-table {
  line-height: 1.5;
}
.b-info-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 8px;
}
.b-info-table__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  overflow: hidden;
  position: relative;
}
.b-info-table__text:after {
  content:'. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ';
  display: block;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.b-info-table__wrapper {
  background: #ffffff;
  position: relative;
  z-index: 1;
}
.b-info-table__price {
  padding-left: 10px;
  min-width: 85px;
  text-align: right;
}
.b-info-table__price .g-price {
  font-weight: 400;
  font-size: 16px;
}
.b-info-load__note {
  font-size: 14px;
  color: #A7A9AC;
}
.b-info-load__link {
  margin-bottom: 5px;
}
.b-info-form__step {
  position: relative;
}
.b-info__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.b-info__bg img {
  display: block;
}
.b-info_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 408px;
}
.b-info__center {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 0;
  padding-bottom: 32px;
}
.b-info__bottom {
  padding-top: 16px;
  min-height: 62px;
}
.b-info__border {
  height: 1px;
  margin: 0 -30px;
  background: rgba(0, 0, 0, 0.1);
}
.b-info-form__top {
  padding-bottom: 16px;
}
.b-info-form_single {
  max-width: 278px;
}
.b-info-form__step {
	position: absolute;
	top: -30px;
	left: -30px;
	bottom: -93px;
	right: -30px;
	background: #fff;
	padding: 30px;
	z-index: 19;
	display: none;
}
.b-info-form__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 30px 20px;
  background: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.b-info-form__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.b-info-form__center {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 0;
  max-height: 100%;
  overflow: auto;  
  margin: 0 -30px;
}
.b-info-form__search {
  margin-top: 16px;
}
.b-info-list {
  padding-bottom: 55px;
}
.b-info-list__item {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 14px 30px 8px;
}
.b-info-list__item:hover,
.b-info-list__item.is-selected {
  background: #EBEFF3;
}
.b-info-list__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.b-info-list__title {
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
}
.b-info-metro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-info-metro__label {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border-radius: 50%;
}
.b-info-metro__name {
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
}
.b-info-list__adress {
  font-size: 14px;
  color: #A7A9AC;
  padding-right: 15px;
}
.b-info-doctor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-info-doctor__avatar {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
.b-info-doctor__name {
  font-weight: 500;
  margin-bottom: 4px;
}
.b-info-doctor__position {
  font-size: 14px;
  color: #A0B0B8;
}
.b-info-doctor__details {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
}
.b-info__date {
  padding: 0 30px 55px;
}
.b-info-time {
  max-width: 242px;
}
.b-info-time__title {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 27px;
}
.b-info-time__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -3px;
}
.b-info-time__item {
  padding: 0 3px 14px;
  z-index: 100;
}
.b-info-results {
  padding: 0 30px;
}
.b-info-results__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-info-results__name {
  color: #1C1C1C;
  opacity: 0.6;
  padding-right: 15px;
  min-width: 120px;
}
.b-info__note {
  font-size: 14px;
  color: #1C1C1C;
  opacity: 0.6;
  margin-bottom: 4px;
}
.b-info-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -6px;
}
.b-info-contacts__item {
  padding: 0 6px;
}
.b-info__tel:hover {
  color: #00A7B8;
}
.b-info-contacts .g-link {
  font-size: 14px;
}
.b-info-persons {
  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;
  margin: 0 -2px;
}
.b-info-persons__item {
  padding: 0 2px;
}
.b-info-persons__image {
  width: 44px;
  min-width: 44px;
  height: 44px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  overflow: hidden;
}
.b-info-persons__image img {
  display: block;
}
.b-info-action__selected {
  display: none;
}
.b-info-list__item.is-selected .b-info-action__visible {
  display: none;
}
.b-info-list__item.is-selected .b-info-action__selected {
  display: block;
}
@media screen and (max-width: 1200px) {
.b-info_column {
  max-width: 620px;
  margin: 0 auto;
}
}

.b-info-salons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #A7A9AC;
}
.b-info-salons__number {
  font-weight: 300;
  font-size: 30px;
  line-height: 1.07;
  color: #00A7B8;
  margin-right: 6px;
}
.b-info-salons__text {
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}
.b-info-salons:hover {
  color: #00A7B8;
}

.life-appointment_form .b-info__bg {
	width: 40%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
.life-appointment_form .b-info {
	padding: 16px 30px;
	min-height: 416px;
}
.life-appointment_form .b-info__bg img {
	max-height: 100%;
    max-width: none;
	width: 100%;
}
.life-appointment_form .b-file.g-link_complex .g-link__icon {
	width: 24px;
	min-width: 24px;
	height: 24px;
}
.life-appointment_form .b-info__date {
	padding: 0;
}
.life-appointment_form .b-info-form__top,
.life-appointment_form .b-info-form__content,
.life-appointment_form .b-info__bottom {
	width: 60%;
}
.life-appointment_form .b-info-form__content {
	min-height: 242px;
	padding-bottom: 16px;
}
.life-appointment_form .b-info-time {
	max-height: 185px;
	overflow-y: auto;
	overflow-x: hidden;
	width: 242px;
	min-width: 242px;
}
.life-appointment_form .b-datepicker .datepicker-inline .datepicker {
	padding: 0 8px 8px;
}
.life-appointment_form .datepicker--days-names {
	margin: 0 0 4px;
}
.life-appointment_form .datepicker--cell {
	height: 24px;
}
.b-info-total {
	display: flex;
	margin-bottom: 8px;
}
.b-info-total .g-link {
	margin-right: 8px;
}
.b-info-total__info {
	flex-grow: 1;
	min-width: 0;
	white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis;
	height: 32px;
	line-height: 32px;
	padding: 0 8px;
	font-size: 14px;
	background: #EEF2F5;
	border-radius: 6px;
}
.b-info-form-title {
	margin-bottom: 8px;
}
.b-info-form__buttons {
	padding-top: 18px;
}
@media screen and (max-width: 1024px) {
.life-appointment_form .b-info-form__top,
.life-appointment_form .b-info-form__content,
.life-appointment_form .b-info__bottom {
	width: calc(100% - 140px);
	position: relative;
	z-index: 5;
}
.life-appointment_form .b-info__bg {
	width: 290px;
	right: -100px;
}
}

.b-info-gray_block {
  border-radius: 16px;
  width: 100%;
  padding: 34px 16px;
  background-color: #F6F7F8;
  color: #1C1C1C;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 32px;
  text-align: center;
  margin: 35px 0;
}

.b-info-gray_block .g-button_primary {
  margin-top: 1rem;
  padding: 0 3rem;
}
.b-info__close {
  z-index: 10;
}
/* End */


/* Start:/local/templates/orteka_desktop/global/b-radio/b-radio.css?16154562553700*/
.b-radio {
  display: inline-block;
}
.b-radio input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -99999px;
}
.b-radio__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.b-radio__icon {
  display: block;
  border: 2px solid #B7CDD9;
  border-radius: 4px;
  width: 16px;
  min-width: 16px;
  height: 16px;
  position: relative;
  border-radius: 50%;
}
.b-radio__icon::after {
  content: '';
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  background: #00A7B8;
  border-radius: 50%;
}
.b-radio__text {
  min-height: 16px;
  padding-left: 10px;
  display: block;
  line-height: 1.14;
}
.b-radio input[type="radio"]:not(:disabled):checked + .b-radio__wrapper .b-radio__icon {
  border-color: #00A7B8;
}
.b-radio input[type="radio"]:checked + .b-radio__wrapper .b-radio__icon::after {
  opacity: 1;
}
.b-radio input[type="radio"]:checked + .b-radio__wrapper .b-radio__text {
  font-weight: 500;
}
.b-radio input[type="radio"]:disabled + .b-radio__wrapper .b-radio__icon {
  border-color: #B7CDD9;
}
.b-radio input[type="radio"]:disabled:checked + .b-radio__wrapper .b-radio__icon::after {
  background: #B7CDD9;
}

.b-radio_button {
  min-width: 52px;
  width: 100%;
  display: block;
}
.b-radio_button .b-radio__wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 5px;
  height: 30px;
  background: transparent;
  border-radius: 4px;
  border: 1px solid #EEF2F5;
}
.b-radio_button:hover input[type="radio"]:not(:disabled) + .b-radio__wrapper,
.b-radio_button input[type="radio"]:not(:disabled):checked + .b-radio__wrapper {
  background: #00A7B8;
  color: #FFFFFF;
  border-color: #00A7B8;
}
.b-radio_circle {
  display: block;
}
.b-radio_circle .b-radio__wrapper {
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.b-radio_circle .b-radio__wrapper::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-color: transparent;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  border: 2px solid #FFFFFF;
}
.b-radio_circle input[type="radio"]:checked + .b-radio__wrapper::after {
  opacity: 1;
}
.b-radio input[type="radio"]:disabled + .b-radio__wrapper {
  cursor: default;
  color: #B7CDD9;
}

.b-radio_time {
  display: block;
}
.b-radio_time .b-radio__wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 5px;
  width: 50px;
  height: 28px;
  background: transparent;
  border-radius: 3px;
  border: 1px solid #13B579;
  color: #13B579;
  font-size: 13px;
}
.b-radio_time input[type="radio"]:disabled + .b-radio__wrapper {
  background: #B7CDD9;
  opacity: 0.5;
  color: #FFFFFF;
  border-color: #B7CDD9;
}
.b-radio_time:hover input[type="radio"]:not(:disabled) + .b-radio__wrapper,
.b-radio_time input[type="radio"]:not(:disabled):checked + .b-radio__wrapper {
  background: #31566D;
  color: #FFFFFF;
  border-color: #31566D;
}

/* End */


/* Start:/local/templates/orteka_desktop/global/mainpage/mainpage_main-slider/mainpage_main-slider.css?17326078482938*/
.b-mainpage_main-slider__item {
  display: block;
}

.b-mainpage_main-slider__image img {
  border-radius: 8px;
}

.b-mainpage_main-slider__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin-top: 10px;
}

.b-mainpage_main-slider__dots li {
  padding: 0 4px;
}

.b-mainpage_main-slider__dots li:only-child {
  display: none;
}

.b-mainpage_main-slider__dots button {
  color: transparent;
  width: 8px;
  height: 8px;
  background: #CDCDCD;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  font-size: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}

.b-mainpage_main-slider__dots li.slick-active button {
  background: #009AA6;
  width: 24px;
}

@media screen and (max-width: 1280px) {
  .b-mainpage_main-slider {
    margin: 0 -15px;
  }
}

.b-mainpage_main-slider:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 320px;
}

.b-mainpage_main-slider:not(.slick-initialized) .b-mainpage_main-slider__item {
  width: 100%;
  min-width: 100%;

}

.b-mainpage_main-slider {
  margin-left: -25px;
  margin-right: -25px;
  padding-left: 25px;
  padding-right: 25px;
}

.b-mainpage_main-slider .b-slider__arrow {
  background: transparent;
  box-shadow: none;
}

.b-mainpage_main-slider .b-slider__arrow_next {
  right: -42px;
}

.b-mainpage_main-slider .b-slider__arrow_prev {
  left: -42px;
}

.b-mainpage_main-slider .b-slider__arrow_next svg {
  transform: rotate(90deg);
}

.b-mainpage_main-slider .b-slider__arrow_prev svg {
  transform: rotate(-90deg);
}

.b-mainpage_service-slide {
  padding: 0 15px;
}
.b-mainpage_service-slider .b-mainpage_main-slider {
	padding-left: 10px;
	padding-right: 10px;
}

/* NEW STYLE 10/24 */
.mainpage_main-slider {
  position: relative;
  margin-inline: 0;
  padding-inline: 0;
  /*overflow: hidden;*/
}
.mainpage_main-slider .slick-arrow {
  width: 48px;
  height: 48px;
  /*background: #fff;*/
  border-radius: 8px;
}
.bx-no-touch .mainpage_main-slider .slick-arrow:hover {
 background: transparent;
  color: #ec6600;
}
.mainpage_main-slider .b-mainpage_main-slider__item {
  position: relative;
  overflow: hidden;
}
.mainpage_main-slider .mainpage_main-slider__content {
  position: absolute;
  top: 50%;
  left: 60px;
  translate: 0 -50%;
  color: #fff;
  z-index: 10;
}
.mainpage_main-slider .mainpage_main-slider__button {
  border: 1px solid #fff;
  padding: 8px 42px;
}
.mainpage_main-slider .b-mainpage_main-slider__dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  translate: -50% 0;
}
.mainpage_main-slider .b-mainpage_main-slider__dots button {
  background: #fff;
}
.mainpage_main-slider .b-mainpage_main-slider__dots li.slick-active button {
  background: #fff;
}
/* End */


/* Start:/local/templates/orteka_desktop/global/b-file/b-file.css?16154562551388*/
.b-file {
  cursor: pointer;
}
.b-file__input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -99999px;
}
.b-file-list {
  min-width: 100%;
}
.b-file-list__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.b-file-list__item {
  padding: 0 8px 8px 0;
}
.b-file-list__image {
  width: 80px;
  min-width: 80px;
  height: 60px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.b-file-list__image img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.b-file-list__delete {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
  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: #FFFFFF;
  color: #F58233;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
  padding: 6px;
}
.b-file-list__delete:hover {
  background: #F58233;
  color: #FFFFFF;
}



/* End */
/* /promo/kinezioteypirovanie/assets/css/kinesiotape.css?173521865421366 */
/* /local/templates/orteka_desktop/vendor/css/select2.min.css?163664123315823 */
/* /local/templates/orteka_desktop/global/b-select/b-select2.css?17416112333973 */
/* /local/templates/orteka_desktop/global/mainpage/css/desktop-mainpage.css?175248590710851 */
/* /local/templates/orteka_desktop/global/b-info/b-info.css?174161123310811 */
/* /local/templates/orteka_desktop/global/b-radio/b-radio.css?16154562553700 */
/* /local/templates/orteka_desktop/global/mainpage/mainpage_main-slider/mainpage_main-slider.css?17326078482938 */
/* /local/templates/orteka_desktop/global/b-file/b-file.css?16154562551388 */
