*: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(../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(../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(../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(../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(../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(../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(../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(../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(../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(../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%;
	}
}