
.clearfix:before, .clearfix:after {
    content: '';
    display: table;
}
.clearfix:after {
    clear: both;
}

*::-webkit-input-placeholder {
	color: #000;
	opacity: .6;
}
*:-moz-placeholder {
	color: #000;
	opacity: .6;
}
*::-moz-placeholder {
	color: #000;
	opacity: .6;
}
*:-ms-input-placeholder {
	color: #000;
	opacity: .6;
}

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

body {
    width: 100%;
    font-size: 16px;
    font-family: "Manrope", "Montserrat", sans-serif;
    line-height: 1.3;
    position: relative;
	
}
.wrap{
	background: #282533;
	height:100vh;
}

.wrap2{
	background: #fff;
}

.work{
    width: 100%;
    max-width: 1390px;
    min-width: 320px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.hidden {
  display: none !important;
}

.agree{
    padding-left: 26px;
    color: #353E4B;
    font-size: 13px;
    margin-top: 15px;
    position: relative;
}

.agree:before{
    content: "";
    width: 19px;
    height: 18px;
    background: url(../img/agree.svg) no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.agree a{
    color: #353E4B;
}

.check{
    display: flex;
    align-items: top; 
	margin-bottom: 15px;
	margin-top: 15px;
	flex-wrap: wrap;
}

.check > input[type="checkbox"],
.check > input[type="radio"]{
    display: none;
}

.check > span{
    content: "";
    width: 19px;
    height: 18px;
    background: url(../img/agree_n.svg) no-repeat;
	margin-right:10px;
	
}

.check > input[type="checkbox"]:checked + span,
.check > input[type="radio"]:checked + span{
    background: url(../img/agree.svg) no-repeat;
}

.check a{
    color: #353E4B;  
	width:calc(100% - 30px);	
}

.form-group{
    padding-top: 5px;
    margin-bottom: 18px;
    position: relative;
}

.label{
    padding: 0 5px;
    font-family: "Manrope", "Montserrat", sans-serif;
    background: #fff;
    color: #353E4B;
    font-weight: 600;
    font-size: 16px;
    position: absolute;
    top: -4px;
    left: 25px;
    z-index: 2;
}

.form .w50{
    width: 50%;
}

.form .w100{
    width: 100%;
}

.form .w33{
    width: 33.3%;
}

.form .bottom a{
   color:#9A2F2B;
}
.form .bottom a:hover{
   text-decoration:underline;
}

.div_popup{
	margin-bottom:20px;
}

.div_popup label{
	display: flex;
	align-items:center;
}

.div_popup span.title_span{
	color:#000;
	display:block;
	font-weight:bold;
	width:200px;
}

input[type='text'],
input[type='password'],
input[type='email'],
input[type='tel'],
input[type='date'],
input[type='number'],
input[type='search']{
    width: 100%;
    height: 60px;
    padding: 0 25px;
    color: #000;
    font-family: "Manrope", "Montserrat", sans-serif;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #D4D4D4;
    border-radius: 30px;
    transition: .3s;
}

select{
    width: 100%;
    height: 60px;
    padding: 0 25px;
    color: #000;
    font-family: "Manrope", "Montserrat", sans-serif;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #D4D4D4;
    border-radius: 30px;
    transition: .3s;
}

textarea{    
    width: 100%;
    height: 120px;
    padding: 18px 25px;
    color: #000;
    font-family: "Manrope", "Montserrat", sans-serif;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #D4D4D4;
    border-radius: 30px;
    resize: none;
}

input:focus{
    outline: none;
}

textarea:focus{
    outline: none;
}

.cols{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col{
    padding: 0 15px;
}

.btn{
    display: inline-block;
    border: medium none;
    background: transparent;
    cursor: pointer;
    transition: .3s;
    font-family: "Manrope", "Montserrat", sans-serif;
    position: relative;
    text-align: center;
}
.btn:hover{
    transform: scale(1.1, 1.1);
}

.btn-border{
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 12px;
    border: 1px solid #AA2325;
    border-radius: 0px 28px 28px 28px;
    font-weight: 600;
    font-size: 16px;
    color: #AA2325;
    text-align: center;
}

.btn-border:hover,
.btn-border:active{
    background: #9A2F2B;
    border-color: #9A2F2B;
    color: #fff;
}

.btn-border-white{
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 12px;
    border: 1px solid #fff;
    border-radius: 0px 28px 28px 28px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.btn-border-white:hover,
.btn-border-white:active{
    background: #9A2F2B;
    border-color: #9A2F2B;
}

.btn-border-green{
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 12px;
    border: 1px solid #00893A;
    border-radius: 0px 28px 28px 28px;
    font-weight: 600;
    font-size: 16px;
    color: #00893A;
    text-align: center;
}

.btn-border-green:hover,
.btn-border-green:active{
    background: #00893A;
    color: #fff;
}

.btn-border-blue{
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 12px;
    border: 1px solid #2F89CE;
    border-radius: 0px 28px 28px 28px;
    font-weight: 600;
    font-size: 16px;
    color: #2F89CE;
    text-align: center;
}

.btn-border-blue:hover,
.btn-border-blue:active{
    background: #2F89CE;
    color: #fff;
}

.btn-green{
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 15px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(180deg, #66BB48 0%, #00893A 99.13%);
    box-shadow: inset -3px -2px 9px #41A841, 0px 4px 0px 0px rgba(0,137,57,1);
    border-radius: 0px 32px 32px 32px;
}

.btn-green:hover,
.btn-green:active{
    /*transform: translateY(3px);
    box-shadow: inset -3px -2px 9px #41A841, 0px 1px 0px 0px rgba(0,137,57,1);*/
}

.btn-main{
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 15px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(180deg, #BB4D48 0%, #A83D36 99.13%);
    box-shadow:  inset -3px -2px 9px #D6706B, 0px 4px 0px 0px rgba(161, 52, 46, 1);
    border-radius: 0px 32px 32px 32px;
}

.btn-main:hover,
.btn-main:active{
    /*transform: translateY(3px);
    box-shadow: inset -3px -2px 9px #D6706B, 0px 1px 0px 0px rgba(161, 52, 46, 1);*/
}

.btn-img{
    padding-left: 70px;
}

.btn-img img{
    width: 50px;
    position: absolute;
    top: -10px;
    left: 15px;
    flex-shrink: 0;
}

.btn-big{
    min-width: 70px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
}

.btn-play{
    width: 280px;
    min-height: 124px;
    display: flex;
    align-items: center;
    padding: 5px 140px 5px 35px;
    border: none;
    color: #353E4B;
    font-size: 14px;
    position: relative;
    border-radius: 70px;
    background: #fff;
    margin-left: auto;
}

.btn-play:before{
    content: "";
    width: 132px;
    height: 132px;
    background: url(../img/intro/play.svg) no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 2;
    transition: .3s;
}

.btn-play:hover:before{
    opacity: .8;
}

/*******/
.offer__video-play-button {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    align-items: flex-start;
    position: relative;
}

.offer__video-play-button span:first-child {
    font-size: 14px;
    font-family: "Manrope", "Montserrat";
    font-weight: normal;
    color: #333e4c;
    line-height: 20px;
    display: inline-block;
    padding: 34px 176px 34px 40px;
    border-radius: 63.5px;
    background-image: url(../img/intro/video-button-bg.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 71%;
    background-size: 71%;
    z-index: 200;
}

.offer__video-play-button a {
    width: 128px;
    height: 128px;
    text-decoration: none;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 0;
    opacity: .95;
    z-index: 300;
    transform: translateY(-4px);
    transition: .285s all;
    box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.35), 0px 4px 0px #ae2827;
    border-radius: 50%;
    background-image: -moz-linear-gradient( 100deg, rgb(171,37,36) 0%, rgb(213,78,77) 100%);
    background-image: -webkit-linear-gradient( 100deg, rgb(171,37,36) 0%, rgb(213,78,77) 100%);
    background-image: -ms-linear-gradient( 100deg, rgb(171,37,36) 0%, rgb(213,78,77) 100%);
    cursor: pointer;
}

.offer__video-play-button a::after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 59px;
    top: 57px;
    display: inline-block;
    background-image: url(../img/intro/play-white.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 80%;
    background-size: 80%;
}

.offer__video-play-button:hover a {
    box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.4), 0px 0px 0px #ae2827;
    transform: translateY(0px);
}

.offer__video-play-button:hover .circle--small {
    animation-duration: 1.6s;
    animation-name: smallPulse;
}

.offer__video-play-button:hover .circle--big {
    animation-duration: 1.285s;
    animation-name: bigPulse;
}

.offer__video-play-button .circle--small,
.offer__video-play-button .circle--big {
    position: absolute;
    display: inline-block;
    background-color: rgba(0,0,0,0);
    border: 1px solid #ab2524;
    border-radius: 50%;
    width: 128px;
    height: 128px;
    right: 25px;
    bottom: 0;
    transition: .587s all;
    opacity: 0;
}

@keyframes smallPulse {
    0% {
        transform: scale(1);
        opacity: .72;
    }

    100% {
        transform: scale(1.7);
        opacity: 0;
    }
}

@keyframes bigPulse {
    0% {
        transform: scale(1);
        opacity: .385;
    }

    100% {
        transform: scale(2.4);
        opacity: 0;
    }
}

/*******/

.flex-bot{
    display: flex;
    justify-content: center;
    padding-top: 40px;
}

.i-cart{
    width: 28px;
    height: 23px;
    display: block;
    background: url(../img/prod/cart.svg) no-repeat;
}
.i-call{
    width: 20px;
    height: 20px;
    display: block;
    background: url(../img/usmenu/call.svg) no-repeat;
}
.i-wa{
    width: 28px;
    height: 28px;
    display: block;
    background: url(../img/usmenu/wa.svg) no-repeat;
}
.i-tg{
    width: 28px;
    height: 28px;
    display: block;
    background: url(../img/usmenu/tg.svg) no-repeat;
}
.btn .i-cart, .btn .i-call, .btn .i-wa, .btn .i-tg{
    margin-right: 10px;
}

button:focus{
    outline: none;
}

.slick-dots{
    position: absolute;
    text-align: center;
    bottom: 25px;    
    width: 100%;
    margin: 0 auto !important;
    padding: 0 !important;
}

.slick-dots li{
    width: auto;
    height: auto;
    margin: 0 3px!important;
    padding: 0!important;
}

.slick-dots li:before{
    display: none;
}

.slick-dots li button{
    width: 8px;
    height: 8px;
    padding: 0;
    overflow: hidden;
    background-color: transparent;
    border: 1px solid #9E312B;
    border-radius: 33px;    
    opacity: 1;
    text-indent: -9999px;
    transition: .3s;
}

.slick-dots li.slick-active button{
    background-color: #9E312B;
}
.show1200{
	display:none;
}
.slick-prev, 
.slick-next{
    width: 52px;
    height: 52px;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    border-radius: 0;
    background-position: center !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
	border-radius:50%;
}

.red-arrow .slick-prev, 
.red-arrow .slick-next{
    width: 60px;
    height: 60px;
}

.slick-prev:before,
.slick-next:before{
    content: none;
    
}

.slick-prev{
    left: 0;
    background-image: url(../img/prev.svg)!important;
}

.red-arrow .slick-prev{
    background-image: url(../img/video/prev.svg)!important;
}

.slick-next{
    right: 0;
    background-image: url(../img/next.svg)!important;
}

.red-arrow .slick-next{
    background-image: url(../img/video/next.svg)!important;
}

.slick-next:hover, .slick-prev:hover{
    background-color:#DBDBDB !important;
	color:#fff;	
}

.slick-dotted.slick-slider{
    margin-bottom: 0;
}

.arrows-append{
    width: 123px;
    height: 52px;
    margin-bottom: 35px;
    position: relative;
    z-index: 1;
	margin-left: auto; 
	width: 140px;
}

.i-cir{
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    background: linear-gradient(271.07deg, #9F322C 0.92%, #CA625E 99.11%);
    border-radius: 50%;
    position: relative;
}

.i-cir:before{
    content: "";
    width: 74px;
    height: 74px;
    background: linear-gradient(268.83deg, #C45650 1%, #9E312B 98.38%);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.i-cir img{
    max-width: 100%;
    max-height: 100%;
    position: relative;
    z-index: 2;
}

.section{
    padding-top: 55px;
    padding-bottom: 55px;
    position: relative;
    z-index: 1;
}

.section.gray{
    background: #F6F6F6;
}

.o-h{
    overflow: hidden;
}

.title{
	font-family: "Manrope", "Montserrat";
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	color: #353E4B;
	margin-bottom: 20px;
}

.title_margin{
	margin-top: 30px;
}

.title-block{
    margin-bottom: 30px;
    color: #353E4B;
    font-weight: 500;
    font-size: 44px;
    font-family: "Poppins", "Manrope";
}

.title-block span{
    color: #9A2F2B;
}

.title-block.center{
    text-align: center;
}

.subtext{
    margin-bottom: 35px;
    color: #353E4B;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
}

.subtext.center{
    text-align: center;
}

.att{
    max-width: 996px;
    margin: 45px auto 0;
    padding-left: 60px;
    position: relative;
}

.att:before{
    content: "";
    width: 45px;
    height: 45px;
    background: url(../img/cert/att.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.att p{
    color: #353E4B;
    font-size: 15px;
    line-height: 1.5;
}

.burger{
    width: 32px;
    display: none;
}

.burger span{
    display: block;
    height: 2px;
    margin-bottom: 7px;
    background: #333E4C;
}

.burger span:last-child{
    margin-bottom: 0;
}

.menu-close{
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    background: transparent url(../img/close.svg) center no-repeat;
    background-size: contain;
    top: 15px;
    right: 15px;
    z-index: 2;
}

.menu-mob{
    width: 100%;
    position: fixed;
    height: 100%;
    padding: 38px 15px 25px;
    overflow: auto;
    background: #fff;
    z-index: 99;
    display: none;
}

.menu-mob__item{
    margin-top: 20px;
}

/**HEADER**/
.header{
    width: 100%;
    display: block;
    position: relative;
    z-index: 9;
}

.header_main{
    position: absolute;
    top: 0;
    left: 0;
}

.header .cols{
    flex-wrap: nowrap;
    justify-content: space-between;
}

.header .col:nth-child(2){
    padding-top: 40px;
}

.header .logo img{
    width: 197px;
    flex-shrink: 0;
    filter: drop-shadow(0px 4px 22px #F5F4F4);
}

.header_main .logo img{
    filter: none;
}

.header .items{
    display: flex;
}

.header .item{
    margin-left: 50px;
}

.header .item:nth-child(1){
    padding-top: 13px;
}

.header .item:nth-child(2){
    padding-top: 12px;
}

.header .item:nth-child(3){
    
}

.header .item:first-child{
    margin-left: 0;

}

.header__cart{
    display: flex;
    align-items: center;
    position: relative;
    color: #353E4B;
    font-weight: 500;
    font-size: 12px;
	transition: .3s;
}

.header__cart:hover{
	
    transform: scale(1.1, 1.1);
}

.header__cart span{
    margin-left: 12px;
}
.header__cart .cart-count{
    position:absolute;
	display:flex;
	width:20px;
	height:20px;
	font-size:12px;
	color:#fff;
	background:#c03938;
	border-radius:50%;
	top: -17px;
	right: 5px;
	align-items:center;
	justify-content:center;
}

.header__cart img{
    flex-shrink: 0;
}

.header__cart a{
    color: inherit;
}

.header__line{
    margin-top: 20px;
    text-align: right;
}   

.header__phone{
    display: inline-block;
    padding-left: 30px;
    position: relative;
    color: #333E4C;
    font-weight: 600;
    font-size: 20px;
    text-align: right;
}

.header__phone:before{
    content: "";
    width: 25px;
    height: 24px;
    background: url(../img/header/phone.svg) no-repeat;
    position: absolute;
    top: 3px;
    left: 0;
}

.header__phone a{
    color: inherit;
}

.header__phone span{
    display: block;
    padding-top: 5px;
    color: rgba(50, 47, 43, 0.4);
    font-weight: 400;
    font-size: 14px;
}

.nav > ul{
    list-style: none;
    display: flex;
}

.nav > ul > li{
    margin-left: 25px;
    position: relative;
}

.nav > ul > li:first-child{
    margin-left: 0;
}

.nav > ul > li > a{
    display: flex;
    align-items: center;
    padding: 4px 0;
    color: #353E4B;
    font-weight: 500;
    font-size: 16px;
    transition: .3s;
}

.nav > ul > li > a i{
    display: block;
    width: 11px;
    height: 5px;
    flex-shrink: 0;
    margin-left: 5px;
    background: url(../img/header/angle_down.svg) no-repeat;
}

.nav > ul > li:hover > a,
.nav > ul > li.active > a{
    color: #AA2325;
}

.nav > ul ul{
    width: 290px;
    padding: 10px 15px;
    box-shadow: 0px 4px 22px #F5F4F4;
    list-style: none;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
}

.nav > ul > li:hover > ul{
    display: block;
}

.nav > ul > li li{
    margin: 10px 0;
}

.nav > ul > li li a{
    color: #353E4B;
    font-weight: 500;
    font-size: 16px;
}

.nav > ul > li li a:hover{
    color: #AA2325;
}


/**INTRO**/
.intro{
    width: 100%;
    display: block;
    background: url(../img/intro/bg.jpg) center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.intro .inner{
    padding-top: 160px;
    padding-bottom: 120px;
    position: relative;
    z-index: 2;
}

.intro .pic{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-top: 180px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.intro .pic img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.intro__cols{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.intro__left{
    width: 765px;
    flex-shrink: 0;
}

.intro__right{
    width: calc(100% - 765px);
    padding-left: 95px;
}

.intro .title{
    margin-bottom: 35px;
    color: #9E312B;
    font-weight: 500;
    font-size: 50px;
    font-family: "Poppins", "Manrope";
}

.intro .title span{
    display: block;
    font-size: 48px;
    color: #353E4B;
}

.intro p{
    color: #353E4B;
    font-size: 20px;
    line-height: 1.8;
}

.intro p span{
    font-weight: 700;
}

.intro-act{
    padding-top: 30px;
}

.intro-act__text{
    max-width: 440px;
    margin-left: auto;
    padding-left: 70px;
    padding-bottom: 20px;
    position: relative;
}

.intro-act__text:before{
    content: "";
    width: 62px;
    height: 83px;
    background: url(../img/intro/arrow.svg) no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
}

.intro-act .items{
    display: flex;
    margin: 0 -15px;
}

.intro-act .item{
    padding: 15px 15px 0;
}

.btn-act{
    min-height: 95px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 18px;
    border-radius: 0px 46px 46px 46px;
}

.btn-flash{
    overflow: hidden;
}

.btn-flash:after{
    content: '';
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 100%;
    transform: scale(0);
    z-index: 20;
    animation: Ripple 3.2s linear infinite;
    height: 200px;
    width: 200px;
    top: -150px;
    left: -80px;
}

@keyframes Ripple {  
    20% {     
        opacity: 0;     
        transform: scale(3.5);
    }
    100% {     
        opacity: 0;     
        transform: scale(3.5);
    }
} 

/**CONTENT**/
.content{
    width: 100%;
    display: block; 
    padding-top: 20px;   
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}

.breadcrumbs{
    margin-bottom: 30px;
}

.content h2, .content h3, .content h4{
    margin-bottom: 30px;
    color: #393C49;
    font-weight: 600;
    font-size: 28px;
}

.breadcrumbs ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumbs ul li{
    padding-right: 20px;
    position: relative;
    font-size: 16px;
    color: #9A2F2B;
    font-family: "Manrope";
}

.breadcrumbs ul li:before{
    content: "/";
    color: #353E4B;
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
}

.breadcrumbs ul li:last-child:before{
    content: none;
}

.breadcrumbs ul li a{
    display: block;
    color: #353E4B;
}

.pag{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 25px;
}

.pag__item{
    padding: 0 12px;
    color: #353E4B;
    font-size: 18px;
}

.pag__item a{   
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
}

.pag__item.first a,
.pag__item.last a{
    border-radius: 50%;
    border: 1px solid #E5E7EB;
    background-position: center;
    background-repeat: no-repeat;
}

.pag__item.first.disable a,
.pag__item.last.disable a{
    opacity: .33;
    pointer-events: none;
}

.pag__item.first a{
    background-image: url(../img/pag_prev.svg);
}

.pag__item.last a{
    background-image: url(../img/pag_next.svg);
}

.pag__item.active a{
    color: #9F322C;
}

.sorting{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 20px;
}

.sorting__item{
    margin: 0 12px 20px;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 25px 2px;
    text-align: center;
    color: #353E4B;
    font-weight: 500;
    font-size: 15px;
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    border-radius: 30px;
    transition: .3s;
}

.sorting__item:hover{
    background: #9F322C;
    border-color: #9F322C;
    color: #fff;
}

.sorting__item.active{
    background: #9F322C;
    border-color: #9F322C;
    color: #fff;
    font-weight: 700;
}

/**TRUST**/
.trust{

}

.trust__cols{
    display: flex;
    flex-wrap: wrap;
}

.trust__left{
    width: 400px;
    flex-shrink: 0;
}

.trust__right{
    width: calc(100% - 400px);
    padding-left: 35px;
}

.raiting{
    margin-bottom: 25px;
}

.raiting img{
    max-width: 100%;
}

.trust__left p{
    margin-bottom: 35px;
    color: #353E4B;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
}

.trust__left p span{
    font-weight: 700;
}

.trust .slider-wrap{
    margin: 0 -10px;
}

.trust .item{
    padding: 0 10px;
    text-align: center;
}

.trust .item .pic{
    height: 295px;
    margin-bottom: 15px;
	display:block;
}

.trust .item .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 12px;
}

.trust .item .name{
    margin-bottom: 5px;
    color: #353E4B;
    font-family: "Poppins", "Manrope";
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}

.trust .item p{
    color: #353E4B;
    font-size: 16px;
    font-family: "Manrope";
}

/**TALE**/
.tale{
    
}

.tale .items{
    display: flex;
    flex-wrap: wrap;
}

.tale .item{
    width: 50%;
    padding-top: 50px;
    padding-bottom: 65px;
    position: relative;
}

.tale .item_left{
    padding-right: 30px;
    background: rgba(244, 245, 249, 0.27) url(../img/tale/bg_1.png) right center no-repeat;
}

.tale .item_left:before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(244, 245, 249, 0.27);
    position: absolute;
    top: 0;
    right: 100%;
}

.tale .item_right{
    padding-left: 30px;
    background: #F5F4F4 url(../img/tale/bg_2.png) left 95% no-repeat;
}

.tale .item_right:before{
    content: "";
    width: 100%;
    height: 100%;
    background: #F5F4F4;
    position: absolute;
    top: 0;
    left: 100%;
}

.tale .title{
    margin-bottom: 25px;
    color: #9E312B;
    font-weight: 700;
    font-size: 28px;
}

.tale p{
    margin-bottom: 15px;
    color: #353E4B;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
}

.tale p span{
    font-weight: 700;
}

.pat{
    display: inline-block;
    margin-bottom: 25px;
    padding: 10px 25px;
    background: #FFFFFF;
    box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.05);
    border-radius: 0px 30px 30px 20px;
    color: #353E4B;
    font-weight: 500;
    font-size: 16px;
}

.pat span{
    font-weight: 600;
    font-size: 20px;
}

.sign{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #353E4B;
    font-size: 14px;
}

.sign span{
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}

.sign img{
    margin-left: 25px;
}

.tale .pic{
    text-align: center;
    margin-bottom: 20px;
}

.tale .pic img{
    max-width: 100%;
}

.tale .bot{
    display: flex;
    justify-content: center;
}

.tale .name{
    margin-bottom: 28px;
    color: #353E4B;
    font-size: 14px;
}

.tale .name span{
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}

.tale .line{
    display: flex;
    padding-top: 35px;
}

.tale .line .photo{
    flex-shrink: 0;
    margin-left: -150px;
}

.tale .line .photo .text{
	color: #353E4B;
	font-size: 14px;
}

.tale .line .photo .text span{
	display: block;
	font-weight: 700;
	text-transform: uppercase;
}

.tale .line .photo .pic{
    width: 245px;
    height: 245px;
}

.tale .line .photo  .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 12px;
}

.tale .line .right{
    padding-left: 25px;
    padding-top: 85px;
}

.tale .quote{
    padding-left: 70px;
    position: relative;
}

.tale .quote:before{
    content: "";
    width: 49px;
    height: 33px;
    background: url(../img/tale/quote.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.tale .quote p{
    font-size: 16px;
    text-align: justify;
}


/**prod-slider**/
.prod-slider{
    padding-top: 35px;
    position: relative;
}

.prod-slider:before{
    content: "";
    width: 100%;
    height: 400px;
    background: linear-gradient(90deg, rgba(130, 126, 183, 0.5) 0%, rgba(104, 158, 207, 0.5) 100%);
    border-radius: 0 900px 900px 0;
    position: absolute;
    top: 25px;
    left: -100%;
    transform: translateX(37%);
    z-index: 1;
}

.prod-slider:after{
    content: "";
    width: 100%;
    height: 400px;
    background: linear-gradient(270.52deg, rgba(215, 40, 75, 0.5) 1.16%, rgba(249, 54, 74, 0.5) 99.6%);
    border-radius: 900px 0px 0px 900px;
    position: absolute;
    top: 25px;
    right: -100%;
    transform: translateX(-37%);
    z-index: 1;
}


.prod-slider .slider-wrap{
    margin: 0 -15px;
    padding: 0 75px;
    position: relative;
    z-index: 2;
}

.prod-slider .slick-list{
    padding-top: 55px!important;
}

.prod-slider .item{
    padding: 0 15px;
    text-align: center;
}

.prod-slider .slick-center .item{
    transform: translateY(-50px);
}

.prod-slider .item .pic{
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.prod-slider .slick-center .item .pic{
    height: 350px;
}

.prod-slider .item .pic img{
    max-width: 100%;
    max-height: 100%;
    filter: drop-shadow(0px 4px 23px rgba(0, 0, 0, 0.25));
    transition: .3s;
}

.prod-slider .item .title{
    color: #353E4B;
    font-weight: 600;
    font-size: 18px;
}

.prod-slider .item .title span{
    display: block;
    font-weight: 500;
    font-size: 16px;
    padding-top: 5px;
}

.prod-slider .slick-prev,
.prod-slider .slick-next{
    transform: none;
    top: 170px;
}

.prod-slider .slick-prev{
    left: -55px;
}

.prod-slider .slick-next{
    right: -55px;
}

.prod-slider .item .bottom{
    padding-top: 15px;
    padding-bottom: 5px;
    display: none;
}

.prod-slider .slick-center .item .bottom{
    display: block;
}

.prod-slider p{ 
    margin-bottom: 15px;
    color: #353E4B;
    font-size: 16px;
    line-height: 1.5;
}

.prod-slider .price{
    color: #353E4B;
    font-weight: 500;
    font-size: 22px;
}

.prod-slider .old-price{
    text-decoration: line-through;
    color: #8D99AF;
    font-weight: 500;
    font-size: 22px;
}

.b-cols{
    display: flex;
    justify-content: center;
    margin: 0 -12px;
}

.b-col{
    padding: 20px 12px 0;
}

.prod-slider .item .btn{
    min-width: 175px;
}

/**METHOD**/
.method{
    overflow: hidden;
}

.method .items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px;
}

.method .item{
    width: 33.33%;
    max-width: 382px;
    padding: 0 15px;
    margin-bottom: 30px;
    position: relative;
}

.method .item .in{

}

.method__photo{
    width: 100%;
    height: 220px;
    margin-bottom: 30px;
    position: relative;
}

.method__photo .img{
    position: relative;
    z-index: 1;
}

.method__photo .icon{
    position: absolute;
    bottom: 15px;
    left: 11px;
    z-index: 2;
}

.method .item .title{
    margin-bottom: 15px;
    color: #353E4B;
    font-weight: normal;
    font-size: 24px;
    font-family: "Manrope";
}

.method .item p{
    color: #353E4B;
    font-size: 16px;
    line-height: 1.6;
}

/**REPORT**/
.report{
    overflow: hidden;
}

.report .slider-wrap{
    margin: 0 -20px;
    padding: 0 95px;
}

.report .item{
    padding: 0 20px;
}

.report .item .pic{
    padding: 25px;
    background: #FFFFFF;
    box-shadow: 0px 5px 5px rgba(0, 11, 28, 0.08);
    border-radius: 30px;
	display:block;
}

.report .item .pic img{
    width: 100%;
}

.report .slick-prev{
    left: -75px;
}

.report .slick-next{
    right: -75px;
}

/**CERT**/
.cert{
    overflow: hidden;
}

.cert .slider-wrap{
    margin: 0 -20px;
    padding: 0 95px;
}

.cert .item{
    padding: 0 20px;
}

.cert .item .pic{
    padding: 25px;
    background: #FFFFFF;
    box-shadow: 0px 5px 5px rgba(0, 11, 28, 0.08);
    border-radius: 30px;
	display:block;
}

.cert .item .pic img{
    width: 100%;
}

.cert .slick-prev{
    left: -75px;
}

.cert .slick-next{
    right: -75px;
}

/**ABOUT**/
.about{
    width: 100%;
    display: block;
    padding-top: 55px;
    padding-bottom: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.about .pic{
    width: 100%;
    height: 100%;
    max-width: 650px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.about .pic img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.about .inner{
    position: relative;
    z-index: 2;
}

.about .right{
    padding-left: 400px;
}

.about .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
}

.about .item{
    width: 50%;
    padding: 0 30px;
    margin-bottom: 55px;
}

.about .item .top{
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}

.about .item .icon{
    flex-shrink: 0;
}

.about .item .title{
    padding-left: 20px;
    color: #353E4B;
    font-family: "Manrope";
    font-weight: 400;
    font-size: 22px;
}

.about .item p{
    font-size: 15px;
    color: #353E4B;
    line-height: 1.6;
}

/**CATALOG**/
.catalog{

}

.catalog .item{
    margin-bottom: 45px;
}

.catalog .cols{
    margin: 0;
    flex-wrap: nowrap;
}

.catalog .col{
    padding: 0;
}

.catalog .col:nth-child(1){
    width: 425px;
    flex-shrink: 0;
}

.catalog .col:nth-child(2){
    flex-grow: 1;
    padding-top: 25px;
    padding-left: 40px;
    padding-right: 30px;
}

.catalog .col:nth-child(3){
    width: 232px;
    flex-shrink: 0;
    padding-top: 25px;
}

.catalog .col{
    padding: 0;
}

.catalog-slider{
    border: 1px solid #DBDDE8;
    border-radius: 12px;
}

.catalog-slider .slick-prev,
.catalog-slider .slick-next{
    width: 36px;
    height: 36px;
	border-radius:8px;
}

.catalog-slider .slick-prev{
    left: 20px;
    background-image: url(../img/catalog/prev.svg)!important;
}


.catalog-slider .slick-next{
    right: 20px;
    background-image: url(../img/catalog/next.svg)!important;
}


.catalog .pic{
    height: 425px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 45px 65px 45px;
}

.catalog .pic img, .catalog .pic video{
    max-width: 100%;
    max-height: 100%;
}

.catalog .title{
    margin-bottom: 20px;
    color: #353E4B;
    font-weight: 500;
    font-size: 36px;
    font-family: "Poppins", "Manrope";
}

.catalog .title a{
    color: inherit;
}

.catalog p{
    max-width: 588px;
    margin-bottom: 15px;
    color: #333E4C;
    font-weight: 500;
    font-size: 16px;
}

.catalog .price{
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 24px;
    color: #000;
}

.catalog .old-price{
    color: #8D99AF;
    font-size: 40px;
    text-decoration: line-through;
}

.catalog .b-cols{
    justify-content: flex-start;
}

.catalog .btn{
    min-width: 180px;
}

.effect{
    padding: 28px 25px 28px 25px;
    background: #030304;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.effect:before{
    content: "";
    width: 9px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.effect_1:before{
    background: linear-gradient(180deg, #45BABF 0%, #4796D2 28.21%, #3671B8 52.23%, #5A4495 76.46%, #8A5AA1 100%);
}

.effect_2:before{
    background: linear-gradient(180deg, #D7384A 0%, #D7384A 18.45%, #DC4B56 29.08%, #E05F62 43.7%, #E16666 53.66%, #D0505E 57.15%, #BD3954 62.11%, #AF284D 67.4%, #A71E49 73.22%, #A41B48 80.5%, #A41B48 100.06%);
}

.effect_3:before{
    background: linear-gradient(180deg, #5B287F 0%, #903C8A 40.78%, #9E5EC5 52.78%, #773E8B 63.95%, #391953 100%);
}

.effect__item{
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    font-size: 15px;
    color: #fff;
}

.effect__item:last-child{
    margin-bottom: 0;
}

.effect__item .icon{
    width: 60px;
    flex-shrink: 0;
    padding-right: 10px;
    text-align: right;
}

.effect__item .icon img{
    max-width: 100%;
}

/**VIDEO**/
.video{

}

.video .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.video .slider-wrap{
    margin: 0 -10px;
}

.video .item{
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.video .slider-wrap .item{
    width: auto!important;
    margin-bottom: 0!important;
}

.video .item.w100{
    width: 100%!important;
}

.video .item .pic{
    height: 248px;
}

.video_big{
    max-width: 600px;
    margin: 0 auto;
}

.video_big .item .pic{
    height: 340px;
}

.video .item .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.overlay-video{
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.overlay-video:before{
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(27_skol.jpg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: .3s;
}

.overlay-video:hover:before{
    opacity: .88;
}

.overlay-video:after{
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/video/play.svg) center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.video .title{
    margin-top: 20px;
    margin-bottom: 20px;
    color: #353E4B;
    font-weight: 500;
    font-size: 18px;
}

.video .diag{
    margin-top: 20px;
    margin-bottom: 10px;
    color: #353E4B;
    font-size: 18px;
}
.video .diag span{
    font-weight: 500;
}

.video p{
    color: #353E4B;
    font-size: 18px;
}

/**NEWS**/
.news-main{
    margin-bottom: 45px;
}

.news-main .cols{
    align-items: center;
}

.news-main .col{
    width: 50%;
}

.news-main .pic{
	display:block;
}

.news-main .pic img{
    width: 100%;
    display: block;
    border-radius: 20px;
}

.news-main .title{
    margin-bottom: 30px;
    font-family: "Poppins", "Manrope";
    color: #353E4B;
    font-weight: 500;
    font-size: 36px;
}

.news-main .title a{
    color: inherit;
}

.news-main .btn{
    padding-left: 35px;
    padding-right: 35px;
    font-size: 18px;
}

.date{
    display: flex;
    margin-bottom: 20px;
    color: #969696;
    font-weight: 400;
    font-size: 14px;
}
.paper__top .date{
    margin-bottom: 0px;
}

.date span{
    margin-right: 22px;
    color: #F04155;
    font-weight: 700;
    font-size: 14px;
}

.news{
    overflow: hidden;
}

.news .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.news .slider-wrap{
    margin: 0 -20px;
    padding: 0 75px;
}


.news .item{
    width: 33.33%;
    padding: 0 20px;
    margin-bottom: 45px;
}

.news .slider-wrap .item{
    width: auto!important;
    margin-bottom: 0;
}

.news .item .pic{
    height: 280px;
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
	display:block;
}

.news .item .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.news .item .date{
    justify-content: space-between;
}

.news .item .title{
    font-weight: 600;
    font-size: 18px;
    color: #000;
}

.news .item .title a{
    color: inherit;
}

.news .item .title a:hover{
    color: #9F322C;
}

.news .slick-prev{
    left: -55px;
}

.news .slick-next{
    right: -55px;
}

/**PAPER**/
.paper{

}

.paper__top{
    margin-bottom: 45px;
    position: relative;
}

.paper__top:before{
    content: "";
    width: 100vw;
    height: calc(100% - 25px);
    background: #F5F4F4;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}

.paper__top .cols{
    align-items: center;
    position: relative;
    z-index: 2;
}

.paper__top .col:nth-child(1){
    width: 45%;
}

.paper__top .col:nth-child(2){
    width: 55%;
}

.paper__top .pic{

}

.paper__top .pic img{
    width: 100%;
    display: block;
    border-radius: 20px;
}

.paper p{
    margin-bottom: 30px;
    color: #353E4B;
    font-size: 20px;
    font-family: "Manrope";
    line-height: 1.7;
}

.paper .in{
    max-width: 895px;
    margin: 0 auto;
    padding-top: 15px;
}

.paper .title{
    margin-bottom: 30px;
    font-family: "Poppins", "Manrope";
    color: #353E4B;
    font-weight: 500;
    font-size: 36px;
}

.paper .title a{
    color: inherit;
}

.paper__top .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.paper__top .item{
    padding: 5px 12px;
}

.view{
    padding-left: 23px;
    position: relative;
    color: #5D5D74;
    font-size: 16px;

}

.view:before{
    content: "";
    width: 19px;
    height: 10px;
    background: url(../img/paper/view.svg) no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.share{
    padding-left: 28px;
    position: relative;
    color: #9A2F2B;
    font-weight: 600;
    font-size: 16px;
}

.share:before{
    content: "";
    width: 24px;
    height: 24px;
    background: url(../img/paper/share.svg) no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.paper .img{
    max-width: 548px;
    margin: 0 auto 30px;
}

.paper .img img{
    width: 100%;
    display: block;
    border-radius: 20px;
}

/**CART**/
.cart{

}

.cart__top{
    padding-bottom: 15px;
}

.cart__top .cols{
    align-items: center;
    justify-content: space-between;
}

.cart__top .col{
    padding-top: 12px;
    padding-bottom: 12px;
}

.cart__top h2{
    margin-bottom: 0;
}

.cart__top p{
    color: #353E4B;
    font-weight: 600;
    font-size: 18px;
}

.cart__top p span{
    color: #9A2F2B;
}

.cart__cols{
    display: flex;
    flex-wrap: wrap;
}

.cart__col:nth-child(1){
    width: calc(100% - 330px);
    padding-right: 55px;
}

.cart__col:nth-child(2){
    width: 330px;
    flex-shrink: 0;
    padding-top: 50px;
}

.cart-table{
    border-top: 1px solid #DBDDE8;
	position:relative;
	min-height:50px;
}

.cart-table__item{
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DBDDE8;
}

.cart-table .cols{
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.cart-table .col:nth-child(1){
    width: 500px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.cart-table .pic{
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border: 1px solid #DBDDE8;
    border-radius: 4px;

}

.cart-table .pic img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.cart-table .right{
    padding-left: 20px;
}

.cart-table .title{
    min-height: 55px;
    margin-bottom: 10px;
    color: #393C49;
    font-weight: 600;
    font-size: 18px;
}

.cart-table .title a{
    color: inherit;
    transition: .3s;
}

.cart-table .title a:hover{
    color: #9A2F2B;
}

.cart-table .price{
    color: #393C49;
    font-weight: 400;
    font-size: 16px;
}

.cart-table .old-price{
    color: #8D99AF;
    font-size: 28px;
    text-decoration: line-through;
}

.cart-table .sum{
    color: #9A2F2B;
    font-weight: 600;
    font-size: 28px;
}

.btn-del{
    width: 29px;
    height: 32px;
    background: url(../img/del.svg) no-repeat;
}

.quantity{
    display: flex;
    align-items: center;
    line-height: 1;
}

.quantity input{
    width: 80px;
    height: 48px;
    border: none;
    border: none;
    padding: 0 3px;
    margin: 0 8px;
    text-align: center;
    border-radius: 8px;
    color: #393C49;
    font-size: 18px;
    font-weight: 400;
    flex-shrink: 0;
    background: #fff;
    border: 1px solid #DBDDE8;
}

.quantity .btn{
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #DBDDE8;
    border-radius: 8px;
}

.quantity .btn-minus{
    background-image: url(../img/minus.svg);
}

.quantity .btn-plus{    
    background-image: url(../img/plus.svg);
}

.cart__chisel{
    padding: 22px;
    box-shadow: 0px 4px 28px rgba(231, 233, 235, 0.67);
    border-radius: 15px;
    background: #fff;
	max-width:330px;
	position:sticky;
	top:10px;
}


.cart__total{
    display: flex;
    justify-content: space-between;
    color: #353E4B;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 12px;    
}

.cart-list{
    margin-bottom: 20px;
    border-bottom: 1px solid #DBDDE8;
}

.cart-list__item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    color: #353E4B;
    font-size: 16px;
}

.cart-list__item.red{
    color: #9A2F2B;
}

.cart__item{
    padding-top: 40px;
}

.cart .subtitle{
    margin-bottom: 20px;
    color: #353E4B;
    font-weight: 600;
    font-size: 16px;
}

.cart-cols{
    display: flex;
}

.cart-left{
    width: 400px;
    flex-shrink: 0;
    padding-right: 30px;
}

.cart-right{
    flex-grow: 1;
}

.calendar{
    position: relative;
}

.calendar:before{
    content: "";
    width: 20px;
    height: 22px;
    background: url(../img/calendar.svg) no-repeat;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.calendar input{
    padding-right: 55px;
}

.radio{
    margin-bottom: 15px;
}

.radio label{
    display: flex;
    align-items: center; 
}

.radio label > input[type="checkbox"],
.radio label > input[type="radio"]{
    display: none;
}

.radio label > span{
    width: 20px;
    height: 20px;
    display: block;
    flex-shrink: 0;
    border: 1px solid #9A2F2B;
    border-radius: 50%;
    flex-shrink: 0;
    position: relative;
}

.radio label > input[type="checkbox"]:checked + span,
.radio label > input[type="radio"]:checked + span{
    border: 5px solid #9A2F2B;
}

.radio p{
    margin-bottom: 0!important;
    padding-left: 8px;
    color: #353E4B!important;
    font-size: 16px!important;
    font-weight: 500;
    text-align: left;
    line-height: 1;
}

.radio p span{
    color: #9A2F2B;
}

/**WELL**/
.well{
    width: 100%;
    display: block;
    padding-top: 160px;
    padding-bottom: 0;
    background: url(../img/well/bg.jpg) left top no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.well p{
    color: #353E4B;
    font-size: 28px;
    font-family: "Poppins", "Manrope";
    font-weight: 300;
}

.well p span{
    font-weight: 600;
}

.well .cols{
    flex-wrap: nowrap;
    align-items: center;
}

.well .col:nth-child(1){
    flex-grow: 1
}

.well .col:nth-child(2){
    width: 540px;
    flex-shrink: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.well .col:nth-child(3){
    width: 480px;
    flex-shrink: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.well .pic{

}

.well .pic img{
    max-width: 100%;
    display: block;
}

.method_2 .items{
    display: flex;
    flex-wrap: wrap;
}

.method_2 .item{
    width: 33.33%;
    border-bottom: 1px solid #E2E5EA;
    border-left: 1px solid #E2E5EA;
    position: relative;
}

.method_2 .item:nth-child(1),
.method_2 .item:nth-child(4){
    border-left: none;
}

.method_2 .item:nth-child(4),
.method_2 .item:nth-child(5),
.method_2 .item:nth-child(6){
    border-bottom: none;
}

.method_2 .item:before{
    content: "";
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 1px solid #E2E5EA;
    border-radius: 50%;
    position: absolute;
    bottom: -10px;
    right: -11px;
    z-index: 2;
}

.method_2 .item:nth-child(3):before,
.method_2 .item:nth-child(4):before,
.method_2 .item:nth-child(5):before,
.method_2 .item:nth-child(6):before{
    display: none;
}


.method_2 .item .in{
    padding: 25px;
}

.method_2 .item .photo{
    width: 100%;
    height: 220px;
    margin-bottom: 30px;
    position: relative;
}

.method_2 .item .photo .img{
    position: relative;
    z-index: 1;
}

.method_2 .item .photo .icon{
    position: absolute;
    bottom: 15px;
    left: 11px;
    z-index: 2;
}

.method_2 .item .title{
    margin-bottom: 15px;
    color: #353E4B;
    font-weight: normal;
    font-size: 24px;
    font-family: "Manrope";
}

.method_2 .item p{
    color: #353E4B;
    font-size: 16px;
    line-height: 1.6;
}

/**PROB**/
.prob-block{
    width: 100%;
    display: block;
    padding-top: 180px;
    padding-bottom: 100px;
    background: url(../img/prob/bg.png) center top no-repeat;
    background-size: cover;
    position: relative;
    z-index: 3;
}

.prob .item{
    max-width: 930px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto 45px;
}

.prob .item .icon{
    flex-shrink: 0;
}

.prob p{
    width: calc(100% - 115px);
    padding-left: 25px;
    color: #353E4B;
    font-size: 18px;
    line-height: 1.6;
}

/**VICE**/
.vice-block{
    width: 100%;
    display: block;
    position: relative;
    background: url(../img/vice/bg.jpg) center bottom no-repeat;
    z-index: 2;
    overflow: hidden;
}

.vice{
    display: flex;
    flex-wrap: wrap;
}

.vice__left{
    width: calc(100% - 535px);
}

.vice__right{
    width: 534px;
    flex-shrink: 0;
    padding-left: 30px;
}

.vice p{
    color: #353E4B;
    font-size: 16px;
    font-family: "Manrope";
    line-height: 1.6;
}

.vice .num{
    font-size: 48px;
    color: #9A2F2B;
    font-family: "Manrope";
    position: absolute;
    top: 0;
    left: 0;
}

.vice__left .item{
    padding-left: 75px;
    margin-bottom: 35px;
    position: relative;
}

.vice__pics{

}

.vice__pics .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
}

.vice__pics .item{
    width: 50%;
    margin-bottom: 35px;
    padding: 0 15px;
}

.vice__pics .item:nth-child(even){
    margin-top: 65px;
}

.vice__pics .item.w100{
    width: 100%;
}

.vice__pics .item .pic{

}

.vice__pics .item .pic img{
    width: 100%;
    filter: drop-shadow(6px 9px 23px rgba(43, 82, 118, 0.16));
}

/**GARANT**/
.garant{
    min-height: 880px;
    max-width: 1170px;
    margin: 0 auto;
    padding: 55px 75px 80px;
    background: url(../img/garant/border.svg) center top no-repeat;
    
}

.garant .in{
    position: relative;
    z-index: 2;
}

.garant .top{
    display: flex;
    flex-wrap: wrap;
}

.garant .left{
    width: calc(100% - 380px);
}

.garant p{
    margin-bottom: 15px;
    color: #353E4B;
    font-size: 18px;
    line-height: 1.6;
}
.garant_main p{
    font-size: 16px;
}

.garant p span{
    font-weight: 600;
}

.garant__pic{
    width: 380px;
    flex-shrink: 0;
}

.garant__pic img{
    max-width: 100%;
}

.fot {
    margin-top: 55px;
    font-family: "Manrope";
    color: #353E4B;
    font-size: 32px;
    text-align: center;
}

.fot span{
    color: #9A2F2B;
}

/**HOW**/

.how{
    
}

.how .col{
    width: 50%;
}

.how p{
    color: #353E4B;
    font-size: 16px;
    font-family: "Manrope";
    line-height: 1.6;
}

.how .num{
    font-size: 48px;
    color: #9A2F2B;
    font-family: "Manrope";
    position: absolute;
    top: 0;
    left: 0;
}

.how .item{
    padding-left: 75px;
    margin-bottom: 35px;
    position: relative;
}

.how .pic{
    margin: 25px 0;
}

.how .pic img{
    max-width: 100%;
}

.how .img{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -10px;
}

.how .img__col{
    width: 50%;
    padding: 0 10px;
}

.tabs-n{
    
}

.tabs-n__caption{
    list-style: none;
    display: inline-flex;
    justify-content: center;
    border: 1px solid #DEE0E4;
    margin-bottom: 55px;
    border-radius: 42px;
    position: relative;

}

.tabs-n__caption li{
    min-height: 85px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px 35px;
    color: #BBBBBB;
    cursor: pointer;
    font-size: 24px;
    font-family: "Manrope";
    border-radius: 42px;
}

.tabs-n__caption li.active{
    color: #A72224;
    border: 1px solid #A72224;

}
.tabs-n__caption li:hover{
    color: #A72224;
}

.tabs-n__content{
    display: none;
    
}

.tabs-n__content.active{
    display: block;
}

/**PRICE-LIST**/
.price-list{
    background: #FFFFFF;
    border-radius: 30px;
}

.price-list .items{
    display: flex;
    flex-wrap: wrap;
}

.price-list .item{
    width: 33.33%;
    border-left: 1px solid #CECFCF;
}

.price-list .item:first-child{
    border: none;
}

.price-list .item .in{
    padding: 35px 45px;
}

.price-list .item .border{
    border-top: 1px solid #CECFCF; 
}

.price-list .item .title{
    min-height: 60px;
    margin-bottom: 35px;
    font-weight: 500;
    font-size: 24px;
    font-family: "Poppins", "Manrope";
    color: #353E4B;
}

.price-list .item .sub{
    margin-bottom: 20px;
    margin-top: 10px;
    font-weight: 600;
    font-size: 22px;
    color: #353E4B;
}

.price-list__item{
    margin-bottom: 20px;
    min-height: 21px;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: #353E4B;
}

.price-list__item span{
    font-weight: 600;
}

.sale{
    min-height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    padding: 5px 35px;
    border-radius: 0px 46px 46px 46px;
    font-weight: 700;
    font-size: 44px;
    color: #fff;
}

.sale.red{
    background: linear-gradient(180deg, #BB4D48 0%, #A83D36 99.13%);
    box-shadow:  inset -3px -2px 9px #D6706B, 0px 4px 0px 0px rgba(161, 52, 46, 1);
}

.sale.orange{
    background: linear-gradient(180deg, #FABB71 0%, #F27A0C 99.13%);
    box-shadow: inset 2px -2px 5px #F5B95E, 0px 4px 0px 0px #F3841A;
}

.sale.green{
    background: linear-gradient(180deg, #66BB48 0%, #2E7E11 99.13%);
    box-shadow: inset 2px -2px 5px #65BA47, 0px 4px 0px 0px #388118;
}

/**INVEST**/
.invest{

}

.invest .items{
    display: flex;
    flex-wrap: wrap;
}

.invest .item{
    width: 50%;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.invest .item_left{
    padding-right: 30px;
    background: rgba(244, 245, 249, 0.27);
}

.invest .item_left:before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(244, 245, 249, 0.27);
    position: absolute;
    top: 0;
    right: 100%;
}

.invest .item_right{
    padding-left: 50px;
    background: #F5F4F4;
}

.invest .item_right:after{
    content: "";
    width: 100%;
    height: 100%;
    background: #F5F4F4;
    position: absolute;
    top: 0;
    left: 100%;
}

.invest .item .title{
    margin-bottom: 20px;
    color: #9E312B;
    font-weight: 700;
    font-size: 28px;
}

.invest .item p{
    margin-bottom: 12px;
    color: #353E4B;
    font-weight: 500;
    font-size: 18px;
}

.invest__total{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-top: 15px;
    border-top: 1px solid #000000;
    color: #353E4B;
    font-weight: 700;
    font-size: 17px;
}

.invest__total span{
    color: #9E312B;
}

.avd{

}

.avd__items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.avd__item{
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 25px;
    color: #353E4B;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

.avd__item .icon{
    margin: 0 auto 15px;
}

.invest__list .line{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    color: #353E4B;
    font-size: 17px;
    overflow: hidden;
}

.invest__list .line span{
    position: relative;
}

.invest__list .line span:nth-child(1):after{
    content: "";
    width: 800px;
    border-bottom: 1px dashed #C2C6CE;
    position: absolute;
    bottom: 0;
    left: 100%;
}

.invest__list .line span:nth-child(2){
    padding: 2px 0;
    background: #fff;
    white-space: nowrap;
}


.invest .item_left .invest__list .line span:nth-child(2){
    background: rgba(244, 245, 249, 0.27);
}

.invest .item_right .invest__list .line span:nth-child(2){
    background: #F5F4F4;

}

.invest__list .line .red{
    color: #9E312B;
    font-weight: 600;
}

.invest .avd .icon img{
    max-height:28px;
}

/**FEEDBACK**/
.feedback{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0;
    background: url(../img/feedback/bg.jpg) center top no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.feedback__cols{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -15px;
}

.feedback__col{
    width: 50%;
    padding: 0 15px;
}

.feedback .pic{

}

.feedback .pic img{
    max-width: 100%;
    display: block;
}

.feedback__form{
    padding: 12px;
    background: #FFFFFF;
    border-radius: 14px;
}

.feedback__form .in{
    border: 1px solid #D7DEEE;
    border-radius: 14px;
    padding: 25px;
}

.feedback__form .btn{
    width: 100%;
}


/**OVERVIEW**/
.overview{
    display: flex;
    flex-wrap: wrap;
    background: linear-gradient(0deg, #5D6065, #5D6065), #5D6065;
    border-radius: 33px;
    padding: 10px;
}

.overview-slider{
    width: 745px;
    padding: 60px;
    background: #5D6065;
    border: 1px dashed #989B9F;
    box-shadow: 10px 4px 72px rgba(0, 0, 0, 0.25);
    border-radius: 33px;
    flex-shrink: 0;
    position: relative;
}

.overview-slider .arrows-append{
    position: absolute;
    top: 55px;
    right: 60px;
}

.overview__top{
    display: flex;
    align-items: center;
    padding-right: 170px;
    margin-bottom: 25px;
    position: relative;
}

.overview-slider .pic{
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
}

.overview-slider .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.overview-slider .name{
    padding-left: 25px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 24px;
    font-family: "Manrope";
}

.overview-slider .name span{
    display: block;
    font-size: 16px;
}

.overview-text{
    height: 192px;
    overflow-y: scroll;
}

.overview-text__in{
    
}

.overview-text__in img{
    max-width:100%;
}

.overview-text3::-webkit-scrollbar-track{
    
    background-color: #8F9094;
}

.overview-text::-webkit-scrollbar{
    width: 10px;
    background-color: #8F9094;
}

.overview-text::-webkit-scrollbar-thumb{
    background-color: #48494E;
}

.overview-slider p{
    margin-bottom: 15px;
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
}

.overview__right{
    width: calc(100% - 745px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/overview/circle.svg) center no-repeat;

}

.like{
    width: 100%;
    position: relative;
    text-align: center;
}

.like div{
    font-size: 24px;
    font-family: "Manrope";
    color: #fff;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
}

.like div span{
    font-size: 28px;
    font-weight: 700;
}

/****/
.accardion{
    max-width: 970px;
    margin: 0 auto;
    border: 1px solid #E2E9F4;
    border-radius: 30px;
    overflow: hidden;
    
}

.accardion__item{
    border-bottom: 1px solid #E2E9F4;
}

.accardion__item:last-child{
    border: none;
}

.accardion__item.active{
    background: #353E4B;
}

.accardion__item .title{
    padding-right: 50px;
    color: #333E4C;
    font-weight: 400;
    font-size: 24px;
    transition: .3s;
	margin-bottom:0;
}

.accardion__item.active .title{
    color: #fff;
}

.accardion__item p{
    margin-bottom: 15px;
    font-size: 16px;
    color: #fff;
    font-family: "Manrope";
}

.accardion__top{
    padding: 30px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.accardion__top:before{
    content: "";
    width: 34px;
    height: 34px;
    border: 1px solid #353E4B;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/faq/arrow.svg);
    position: absolute;
    top: 50%;
    right:  40px;
    transform: translateY(-50%);
    cursor: pointer;
}

.accardion__item.active .accardion__top:before{
    background-image: url(../img/faq/arrow_h.svg);
    background-color: #BB4D48;
    border-color: #BB4D48;
}

.accardion__full{
    display: none;
    padding: 0 40px 30px;
}

/**ENROLL**/
.enroll{
    width: 100%;
    padding-top: 100px;
    padding-bottom: 0;
    background: url(../img/enroll/bg.png) center top no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.enroll__cols{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -15px;
}

.enroll__col{
    width: 50%;
    padding: 0 15px;
}

.enroll .pic{

}

.enroll .pic img{
    max-width: 100%;
    display: block;
}

/**GOOD**/
.good{

}

.good__flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 18px;
}

.star{
    display: flex;
}

.star__item{
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-right: 4px;
    color: #333;
    font-weight: 300;
    font-size: 16px;
    background: url(../img/star_empty.svg) no-repeat;
}

.rate .star__item{
    cursor:pointer;
}

.star__item.active{
    background-image: url(../img/star.svg);
}

.star__item.t{
    background-image: none;
}

.read-r{
    color: #353E4B;
    font-size: 14px;
    text-decoration: underline;
}

.good p{
    margin-bottom: 25px;
    color: #353E4B;
    font-size: 16px;
    line-height: 1.5;
}

.instock{
    padding-left: 30px;
    margin-bottom: 20px;
    position: relative;
    color: #00893A;
    font-weight: 500;
    font-size: 16px;
}

.instock:before{
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/instock.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.good .price{
    margin-bottom: 35px;
    color: #353E4B;
    font-weight: 500;
    font-size: 28px;
}

.good .old-price{
    color: #8D99AF;
    font-size: 40px;
    text-decoration: line-through;
}

.good .sub{
    margin: 8px 0;
    color: #353E4B;
    font-size: 16px;
    margin-right: 20px;
}

.good .btn{
    padding-left: 25px;
    padding-right: 25px;
}

.good .col{
    padding-bottom: 10px;
}

.slider__good__top{
    background: #fff;
    border: 1px solid #DBDDE8;
    border-radius: 12px;
    position: relative;
}

.slider__good__top .pic{
    height: 470px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 55px;
    position: relative;
}

.slider__good__top .pic img, .slider__good__top .pic video{
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.zoom{
    width: 40px;
    height: 40px;
    background: url(../img/zoom.svg) no-repeat;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.slider__good__bottom{
    padding-top: 15px;
    margin: 0 -7px;
}

.slider__good__bottom .item{
    padding: 0 7px;
}

.slider__good__bottom .pic{
    height: 120px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #DBDDE8;
    border-radius: 12px;
}

.slider__good__bottom .pic img, .slider__good__bottom .pic video{
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.slider__good__bottom .slick-slide.slick-current.slick-active .pic{
    border-color: #9A2F2B;
}

.slider__good__top .slick-prev,
.slider__good__top .slick-next{
    width: 36px;
    height: 36px;
	border-radius:8px;
}

.slider__good__top .slick-prev{
    left: 15px;
    background-image: url(../img/catalog/prev.svg)!important;
}


.slider__good__top .slick-next{
    right: 15px;
    background-image: url(../img/catalog/next.svg)!important;
}

/**RES**/
.res{
    padding-top: 35px;
    padding-bottom: 35px;
    background: #030304;
    position: relative;
    z-index: 1;
}

.res:before{
    content: "";
    width: 100%;
    height: 15px;
    background: linear-gradient(90deg, #D7384A -0.14%, #D7384A 18.33%, #DC4B56 28.96%, #E05F62 43.59%, #E16666 53.56%, #D0505E 57.05%, #BD3954 62.01%, #AF284D 67.31%, #A71E49 73.13%, #A41B48 80.42%, #A41B48 99.99%);    
    position: absolute;
    bottom: 0;
    left: 0;
}

.res .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}   

.res .item{
    width: 20%;
    padding: 0 15px;
    margin-bottom: 15px;
}

.res .item .in{
    display: flex;
    align-items: center;
}

.res .item .icon{
    width: 100px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
    padding-right: 15px;
}

.res .item .icon img{
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.res .item p{
    font-size: 16px;
    color: #fff;
}

.tabs__caption{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.tabs__caption li{
    min-width: 192px;
    padding: 18px 20px;
    color: #353E4B;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    margin-right: 8px;
    position: relative;
    z-index: 1;
    text-align: center;
    text-transform: uppercase;
    background: #F5F4F4;
    border-radius: 4px 4px 0px 0px;
    border-top: 1px solid #F5F4F4;
    border-left: 1px solid #F5F4F4;
    border-right: 1px solid #F5F4F4;
}

.tabs__caption li:first-child{
    margin-left: 0;
}

.tabs__caption li:hover{
    opacity: .8;
}

.tabs__caption li.active{
    color: #9A2F2B;
    background: #fff;
    z-index: 2;
}

.tabs__caption li.active:hover{
    opacity: 1;
}

.tabs__content{
    padding-top: 20px;
    display: none;
}

.tabs__content.active{
    display: block;
}

.content-zone.tabs__content p, .content-zone.min-text p{
    margin-bottom: 25px;
    color: #353E4B;
    font-size: 16px;
    line-height: 1.5;
}

.content-zone.tabs__content ul, .content-zone.tabs__content ol, .content-zone.min-text ul, .content-zone.min-text ol{
    list-style: none;
	margin-bottom: 15px;
}

.content-zone.tabs__content ul li, .content-zone.tabs__content ol li, .content-zone.min-text ul li, .content-zone.min-text ol li{
    margin-bottom: 5px;
    padding-left: 14px;
    position: relative;
    font-size: 16px;
	font-weight: 500;
	font-family: "Manrope", "Montserrat", sans-serif;
}

.content-zone.tabs__content ul li:before, .content-zone.min-text ul li:before{
    content: "";
    width: 5px;
    height: 5px;
    border: 1px solid #9A2F2B;
    position: absolute;
    top: 7px;
    left: 0;
    border-radius: 50%;
}

.content-zone.tabs__content ol li, .content-zone.min-text ol li{
    font-size: 18px;
	margin-bottom:15px;
}
/*
.content-zone .accardion{
	border:0;
}
.content-zone .accardion__top, .content-zone .accardion__full{
	padding:20px 0;
}
.content-zone .accardion__item.active{
    background:#fff;
}
.content-zone .accardion__item.active .title{
    color:#353E4B;
	font-size:18px;
}
.content-zone .accardion__item .title{
    color:#353E4B;
	font-size:18px;
	cursor:pointer;
}
.content-zone .accardion__top::before{
    right:5px;
}

*/

.content-zone.tabs__content .accardion__item p{
    color:#fff;
}
.content-zone.tabs__content .accardion__item a{
    color:#fff;
}

/**STOCK**/
.stock{

}

.stock .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.stock .item{
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.stock .item .in{
    background: #F5F5F5;
    border-radius: 12px;
    padding: 25px 40px;
    position: relative;
}

.stock .item .pic{
    height: 280px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.stock .item .pic img{
    max-width: 100%;
    max-height: 100%;
}

.stock .item .x{
    color: #353E4B;
    font-size: 24px;
    font-weight: 600;
    position: absolute;
    top: 20px;
    right: 0;
}

.stock .item .x.s{
    position: absolute;
    top: 50%;
    left: 100%;
    right: 0;
}

.stock .item .x span{
    font-size: 59px;
}

.stock .item .cols{

}

.stock .item .col{
    width: 50%;
}

.stock .item .title{
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 24px;
    color: #000;
    text-align: center;
}

.stock .item .title a{
    color: inherit;
}

.stock .item .title span{
    color: #01893B;
}

.stock .item .price{
    font-weight: 500;
    font-size: 20px;
    color: #000;
    text-align: center;
}

.stock .item .old-price{
    color: #8D99AF;
    font-size: 28px;
	text-decoration: line-through;
}

.shild{
    width: 120px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/shild.svg) no-repeat;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    position: absolute;
    top: 25px;
    left: 0;
    color: #fff;
    z-index: 2;
}

/**ADVANTAGE**/
.advantage{
    padding-top: 45px;
    padding-bottom: 45px;
    background: #F5F4F4;
    position: relative;
    z-index: 1;
}

.advantage .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.advantage .item{
    width: 33.33%;
    padding: 0 15px;
    margin: 15px 0;
}

.advantage .item .in{
    display: flex;
    align-items: center;
}

.advantage .item .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.advantage .item .icon img{
    max-width: 100%;
    max-height: 100%;
}

.advantage .item span{
    padding-left: 20px;
    color: #353E4B;
    font-weight: 600;
    font-size: 20px;
}

/**REVIEWS**/
.reviews{

}

.reviews .slider-wrap{
    margin: 0 -10px;
}

.reviews .item{
    padding: 0 10px;
}

.reviews .item .in{
    padding: 18px;
    border: 1px solid #DBDDE8;
    border-radius: 12px;
}

.reviews .item .top{
    min-height: 235px;
    padding-bottom: 20px;
}

.reviews .item .line{
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.reviews .item  .name{
    color: #353E4B;
    font-size: 16px;
}

.reviews .item  .name span{
    font-weight: 500;
}

.reviews .item p{
    margin-bottom: 10px;
    color: #353E4B;
    font-size: 16px;
}

.reviews .item .cols{
    margin: 0 -4px;
}

.reviews .item .col{
    width: 25%;
    padding: 0 4px;
}

.reviews .item .pic{
    height: 95px;
    border-radius: 12px;
    overflow: hidden;
}

.reviews .item .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.reviews .item .pic.overlay-video:after{
    background-size: 30%; 
}


.leave{
    max-width: 800px;
    margin: 0 auto;
}

.leave .title{
    margin-bottom: 25px;
    color: #353E4B;
    font-size: 32px;
    font-family: "Poppins", "Manrope";
    font-weight: 500;
}

.leave__cols{
    display: flex;
    flex-wrap: wrap;
}

.leave__left{
    width: 580px;
    flex-shrink: 0;
}

.leave__right{
    width: calc(100% - 580px);
    padding-left: 20px;
}

.leave .sub{
    color: #353E4B;
    font-weight: 500;
    font-size: 16px;
}

.leave .btn{
    width: 100%;
}

.rate .cols{
    align-items: center;
    justify-content: space-between;
}

.rate .col{
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}

.rate .s{
    margin-right: 10px;
    color: #353E4B;
    font-size: 16px;

}

.rate__oc{
    color: #353E4B;
    font-weight: 500;
    font-size: 16px;
}

.rate_o span{
    color: #9E312B;
    margin-left: 10px;
}

.btn-upload{
    height: 120px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    color: #353E4B;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 5px;
}

.btn-upload span{
    width: 100%;
    display: block;
    padding-top: 5px;
}

.upload p{
    color: #353E4B;
    font-size: 14px;
    text-align: center;
}

.upload p span{
    color: #587CB1;
}


/**FOOTER**/
.footer{
    width: 100%;
    display: block;
    padding-top: 45px;
    padding-bottom: 35px;
    background: #282533;
    position: relative;
    z-index: 2;
}

.footer__top .cols{
    flex-wrap: nowrap;
    justify-content: space-between;
}

.footer__top .col{
    padding-bottom: 15px;
}

.footer__top .col:nth-child(1){
    width: 290px;
    flex-shrink: 0;
}

.footer .logo img{
    width: 202px;
    flex-shrink: 0;
}

.footer__top p{
    margin-bottom: 10px;
    color: #C2C6CE;
    font-weight: 300;
    font-size: 16px;
}

.footer__top p a{
    color: inherit;
}

.footer .subtitle{
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 20px;
    font-family: "Manrope";
    color: #fff;
}

.footer .subtitle a{
    color: inherit;
}

.footer-links{
    list-style: none;
}

.footer-links li{
    margin-bottom: 10px;
    color: #C2C6CE;
    font-weight: 300;
    font-size: 16px;
}

.footer-links li a{
    color: inherit;
}

.footer-links li a:hover{
    text-decoration: underline;
}

.social{
    display: flex;
    align-items: center;
    margin: 0 -2px;
}

.social__item{
    padding: 0 2px;
}

.footer__bottom{
    padding-top: 10px;
    text-align: center;
}

.footer .btn{
    min-width: 258px;
    font-size: 18px;
}

.copyright{
    color: #747577;
    font-weight: 400;
    font-size: 14px;
}
.copyright a{
    color: #747577;
}

.select-wrap{
    width: 100%;
    position: relative;
    z-index: 1;
}

.select2-container{
    height: 50px;
    display: block;
    margin-bottom: 0px;
    z-index: 99999;
}

.sorting .select2-container{
    height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    height: 100%;
    padding-left: 25px;
    padding-right: 30px;
    margin-right: 0;
    color: #353E4B;
    font-size: 16px;
    line-height: 50px;
}

.sorting .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 36px;
    padding-left: 18px;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple{
    height: 100%;
    border-radius: 30px;
    background-color: #fff;
    border: 1px solid #DBDDE8;
    transition: .3s;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{
    background: #fff;
    color: #353E4B;
    box-shadow: none;
}

.select2-container--default.select2-container--focus .select2-selection--multiple{
    background: #fff;
    color: #353E4B;
    box-shadow: none;
    border: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    width: 8px;
    height: 4px;
    background-image: url(../img/caret.svg);
    background-repeat: no-repeat;
    top: 52%;
    transform: translateY(-50%);
    right: 22px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow{
    transform: translateY(-50%) rotate(180deg);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border: none;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    width: 0;
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border: none;
}

.select2-dropdown{
    padding: 8px 0;
    border: none;
    border-radius: 4px!important;
    background: #fff;
    box-shadow: 0px 4px 29px rgba(0, 0, 0, 0.15)
}


.select2-search--dropdown{
    padding: 0;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    color: #9A2F2B!important;
    background-color: transparent!important;
}

.select2-results__option{
    padding: 7px 15px 7px 25px;
    color: #353E4B;
    font-size: 16px;
}

.select2-results__option:hover{
    color: #9A2F2B!important;
    background-color: transparent!important;
}

.select2-container--default .select2-results__option[aria-selected=true]:hover{
    color: #9A2F2B;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding: 0 13px;
}

.select2-container .select2-search--inline .select2-search__field{
    margin-top: 0;
}

.btn-play{
    width: 280px;
    min-height: 124px;
    display: flex;
    align-items: center;
    padding: 5px 140px 5px 35px;
    border: none;
    color: #353E4B;
    font-size: 14px;
    position: relative;
    border-radius: 70px;
    background: #fff;
    margin-left: auto;
}

.btn-play:before{
    content: "";
    width: 132px;
    height: 132px;
    background: url(../img/vice/play.svg) no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 2;
    transition: .3s;
}

.btn-play:hover:before{
    opacity: .8;
}

.uploadifive-button{
	height: 120px !important;
	width:auto !important;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #E5E7EB;
	border-radius: 10px;
	color: #353E4B;
	font-weight: 400;
	font-size: 15px;
	margin-bottom: 5px;
	background:#fff url(/files/site/img/upload.svg) no-repeat center center;
	padding-top: 50px;
}
.uploadifive-button:hover{
	background-color:#ddd;
}
.uploadifive-queue-item.complete{
	display:none;
}

.inline{
	display:inline-block;
	width:50px;
	margin-right:10px;
	margin-top:10px;
}
.inline a{
	display:block;
}
.inline a.delete{
	font-size:8px;
}
.inline img{
	width:100%;
	max-width:50px;
	max-height:50px;
}

.content-zone h2, .content-zone h3, .content-zone h4{
    margin-top:30px;
	margin-bottom:20px;
}

.content-zone h2:first-child, .content-zone h3:first-child, .content-zone h4:first-child{
    margin-top:0px;
}

.content-zone table{
    list-style: none;
	margin-bottom:20px;
}

.content-zone table td{
    border: 1px solid #000;
	padding:5px 10px;
}

.content-zone table td p{
    margin:0;
}

.content-zone ul, .content-zone ol, .content-zone-min ul, .content-zone-min ol{
    list-style: none;
	margin-bottom: 15px;
}

.content-zone ul li, .content-zone ol li, .content-zone-min ul li, .content-zone-min ol li{
    margin-bottom: 5px;
    padding-left: 14px;
    position: relative;
    font-size: 20px;
	font-weight: 500;
	font-family: "Manrope", "Montserrat", sans-serif;
}

.content-zone ul li:before, .content-zone-min ul li:before{
    content: "";
    width: 5px;
    height: 5px;
    border: 1px solid #9A2F2B;
    position: absolute;
    top: 12px;
    left: 0;
    border-radius: 50%;
}

.content-zone-min ul li, .content-zone-min ol li{
    font-size: 18px;
	margin-bottom:15px;
}
.content-zone-min ul li:before{
    content: "";
    width: 5px;
    height: 5px;
    border: 1px solid #9A2F2B;
    position: absolute;
    top: 8px;
    left: 0;
	background:#9A2F2B;
    border-radius: 50%;
}
.content-zone p{
    margin-bottom: 15px;
    font-size: 20px;
}

.content-zone-min p{
    margin-bottom: 18px;
	line-height:24px;
	font-size: 18px;
}
.content-zone-min h2{
    margin-top: 40px;
	font-size: 20px;
	color: #353E4B;
}

.content-zone{
    font-size: 20px;
}

.content-zone a{
    color:#9A2F2B;
	text-decoration:underline;
}

.content-zone a:hover{
	text-decoration:none;
}



.cart_fix .num {
    width: 17px;
    height: 17px;
    background-color: #05cc00;
    border-radius: 50%;
    line-height: 17px;
    text-align: center;
    color: white;
    font-size: 10px;
    position: absolute;
	top: -10px;
	right: -10px;
    z-index: 2;
}
.cart_fix {
	background:#05cc00;
	border:2px solid #05cc00;
	border-radius:50%;
	box-shadow:0 8px 10px rgba(5, 204, 0,0.3);
	cursor:pointer;
	height:70px;
	text-align:center;
	width:70px;
	position: fixed;
	right:3%;
	bottom: 8%;
	z-index:999;
	transition:.3s;
	-webkit-animation:email-an linear 1s infinite;
	animation:email-an linear 1s infinite;
	display:none;
	text-decoration:none;
}
.cart_fix.flash{
	display:block;
}

.cart_fix i {
	color:#fff;
	font-size:40px;
	transition:.3s;
	line-height: 70px;
	font-weight:bold;
	text-decoration:none;
	font-style: normal;
}

.cart_fix i  {
        -webkit-animation: opsimple 3s infinite;
        animation: opsimple 3s infinite;
}

@-webkit-keyframes email-an {
        0% {
        box-shadow:0 8px 10px rgba(5, 204, 0,0.3),0 0 0 0 rgba(5, 204, 0,0.2),0 0 0 0 rgba(5, 204, 0,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(5, 204, 0,0.3),0 0 0 15px rgba(5, 204, 0,0.2),0 0 0 0 rgba(5, 204, 0,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(5, 204, 0,0.3),0 0 0 30px rgba(5, 204, 0,0),0 0 0 26.7px rgba(5, 204, 0,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(5, 204, 0,0.3),0 0 0 30px rgba(5, 204, 0,0),0 0 0 40px rgba(5, 204, 0,0.0)
}
}@keyframes email-an {
        0% {
        box-shadow:0 8px 10px rgba(5, 204, 0,0.3),0 0 0 0 rgba(5, 204, 0,0.2),0 0 0 0 rgba(5, 204, 0,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(5, 204, 0,0.3),0 0 0 15px rgba(5, 204, 0,0.2),0 0 0 0 rgba(5, 204, 0,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(5, 204, 0,0.3),0 0 0 30px rgba(5, 204, 0,0),0 0 0 26.7px rgba(5, 204, 0,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(5, 204, 0,0.3),0 0 0 30px rgba(5, 204, 0,0),0 0 0 40px rgba(5, 204, 0,0.0)
}
}

@keyframes opsimple {
0% {
    opacity: 0;
}
40% {
    opacity: 1;
}

80% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}

@-webkit-keyframes opsimple {
0% {
    opacity: 0;
}
40% {
    opacity: 1;
}
80% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}

.popup {
	width:600px;
}

.section-contacts-map{
	padding-bottom:0;
}
.section-contacts-map .inn{
	height:560px;
	position:relative;
}
.title-contacts{
	width: 440px;
	height: 174px;
	border-radius: 0 0 30px 30px;
	background-color: #fff;
	position: absolute;
	top: 0px;
	left: calc(50% - 220px);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	box-shadow:0 10px 10px rgba(0,0,0,0.2);
}

.title-contacts h2{
	margin-bottom:10px;
	margin-top:-20px;
}

.title-contacts a {
  font-size: 18px;
  font-family: "Gilroy";
  color: #c03938;
  font-weight: bold;
  text-decoration: none;
  padding-bottom: 1px;
  margin-right: 30px;
  border-bottom: 1px solid #c03938;
  display: inline-block;
  position: relative;
}
.title-contacts a::after {
  content: '';
  width: 20px;
  height: 20px;
  top: 3px;
  right: -30px;
  transition: .385s transform;
  display: inline-block;
  position: absolute;
  background-image: url(../img/arrow-left.svg);
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.title-contacts a:hover::after {
  transform: rotate(180deg) translateX(-4px);
}
.contacts{
    overflow: hidden;
}
.contacts .items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px;
}
.contacts .item{
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px;
    position: relative;
}
.contacts .item .in{

}
.contacts .item .title{
    margin-bottom: 5px;
    color: #353E4B;
    font-weight: normal;
    font-size: 20px;
    font-family: "Manrope";
}
.contacts .item .content-cont, .contacts .item .content-cont a{
    color: #353E4B;
    font-weight: normal;
    font-size: 26px;
    font-family: "Manrope";
	font-weight:bold;
}

.content-cont2 {
    color: #353E4B;
    font-weight: normal;
    font-size: 16px;
    font-family: "Manrope";
	font-weight:normal;
}

.contacts-city{
    overflow: hidden;
}

.contacts-city .items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px;
}

.contacts-city .item{
    width: 33.33%;
    max-width: 382px;
    padding: 0 15px;
    margin-bottom: 30px;
    position: relative;
}

.contacts-city .item .in{
	background: linear-gradient(0deg, #5D6065, #5D6065), #5D6065;
	border-radius: 33px;
	padding: 10px;
}
.contacts-city .item .in2{
	padding: 40px;
	background: #5D6065;
	border: 1px dashed #989B9F;
	border-radius: 33px;
	flex-shrink: 0;
	position: relative;
}

.contacts-city .item .title{
    margin-bottom: 5px;
    color: #fff;
    font-weight: normal;
    font-size: 24px;
    font-family: "Manrope";
}

.contacts-city .item p{
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
}
.contacts-city .item p a{
    color: #fff;
}
.contacts-city .item hr{
    margin-bottom:20px;
}

.form_text{
	margin-bottom:20px;
	text-align:center;
	color:#AA2325;
	font-weight:bold;
}

.error{
	color:#f00;
	margin-bottom:20px;
}

.error.green{
	color:#00893A;
}

.login-form{
	width:100%;
	max-width:400px;
	border: 1px solid #DFE1EA;
	border-radius:12px;
	padding:20px;
}

.login-form input{
	margin-bottom:20px;
}

.custom{
    display: flex;
	margin-bottom:20px;
}

.custom {
   cursor:pointer;
}

.custom input[type="checkbox"], .custom input[type="radio"] {
    display: none;
}

.custom span {
	display:block;
    width: 18px;
    height: 18px;
	background:url(../img/agree_n.svg) no-repeat center center;
}

.custom input[type="checkbox"]:checked + span, .custom input[type="radio"]:checked + span {
   background-image: url(../img/agree.svg);
   background-position: center;
   background-repeat: no-repeat;
}

.custom p{
    padding-left: 5px;
	margin:0 !important;
    color: #666;
}

.main_cols{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    position: relative;
}

.main_cols .left_col{
    width: 320px;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}

.main_cols .main_col{
    width: calc(100% - 350px);
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.title_line{
	font-size: 13px;
	color: #353E4B;
	text-transform: uppercase;
	border-bottom:1px solid #C2C6CE;
	display:block;
	margin-bottom:30px;
	line-height:30px;
	font-family: "Poppins", "Manrope";
}

/*menu*/
.menu{
    margin: 0 0px;
    list-style: none;
}

.menu ul{
    list-style: none;
}

.menu > li{
    position: relative;
}


.menu > li > a{
    display: flex;
    padding: 19px 24px;
    position: relative;
    color: #000;
    font-size: 16px;
    cursor: pointer;
	border-radius: 8px;
}

.menu > li > a img{
    margin-right:10px;
}


.menu > li > a.active,
.menu > li.active > a,
.menu > li:hover > a{
    background: #F5F4F4;
}


.menu > li.active a:before, .menu > li:hover a:before{
    content:"";
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-20px;
	height:40px;
	width:4px;
	background: #AA2325;
	border-radius: 0px 8px 8px 0px
}

.border-box{
	border: 1px solid #DFE1EA;
	border-radius: 12px;
	padding:30px;
	margin-bottom:25px;
	width:100%;
}
.border-box .cols{
	flex-wrap:wrap;
}

.border-box.border{
	padding:0;
	margin:0;
}
.border-box.border .cols{
	border-bottom: 1px solid #DFE1EA;
	padding:0;
	margin:0;
}
.border-box.border .cols:last-child{
	border-bottom: 0;
}

.border-box.border  .cols .col{
	padding:10px 20px;
	margin:0;
	word-wrap: normal;
	width:30%;
}

.border-box.border .col:first-child{
	border-right: 1px solid #DFE1EA;
	font-weight: 500;
	font-size: 16px;
	width:70%;
}

.border-box .cols .col{
	width:50%;
	margin-bottom:20px;
}

.border-box .cols.top{
	align-items:center;
}

.border-box .cols.bottom{
	align-items:center;
}

.border-box .cols.bottom .col{
	margin-bottom:0px;
}

.width600{
	max-width:600px;
}
.width450{
	width:450px;
}

.width450 .cols .col:nth-child(2n){
	text-align:center;
	font-weight:600;
}

.width950{
	max-width:950px;
}

.border-box b{
	font-weight:600;
	color:#353E4B;
}

.edit_link{
	font-size: 16px;
	color: #AA2325;
	font-weight:600;
	font-weight:500;
	padding-right:30px;
	position:relative;
}

.edit_link:after{
	content:"";
	width:20px;
	height:20px;
	position:absolute;
	top:50%;
	margin-top:-10px;
	right:0;
	background:url('../img/edit_icon.svg') no-repeat center top;
}
.input_border_button{
	border: 1px solid #D4D4D4;
	border-radius: 30px;
	padding:4px 4px 8px;
	display:flex;
}
.input_border_button input{
	border:0;
	height:48px;
}
.input_border_button .btn-main{
	min-height:48px;
	min-width:180px;
}

.i-copy{
    width: 23px;
    height: 23px;
    display: block;
    background: url(../img/copy.svg) no-repeat;
}
.i-copy-gray{
    width: 23px;
    height: 23px;
    display: block;
    background: url(../img/copy_gray.svg) no-repeat;
}

.btn .i-copy{
    margin-right: 10px;
}
.form-out{
	 max-width:280px;
}
.form-out .btn{
	width:100%;
	margin-top:20px;
}
.colsfinance{
	align-items:center;
	margin-bottom:25px;
}

.promotable{
	padding:0;
	margin:0;
}

.promotable .cols{
	margin:0;
	align-items:center;
	border-bottom: 1px solid #DFE1EA;
	background: #E8F5EC;	
}

.promotable .cols.header-cols{
	font-weight:bold;
}

.promotable .cols .col{	
	font-size: 16px;
	margin:0;
	padding:10px 10px;
	font-size: 15px;
	margin:0;
	text-align:center;
	width:auto;
	width:16.66%;
	color:#353E4B;	
}

.promotable .cols.red{	
	background: #F5EAEA;	
}

.promotable .cols.header-cols{
	background: #fff;	
}

.promotable .cols .col:nth-child(1), .promotable .cols .col:nth-child(2){
	text-align:left;
}

.promotable .cols .col:nth-child(1){
	width:10%;
}
.promotable .cols .col:nth-child(2){
	width:23%;
}

.promotable .cols .copy-col{
	display:flex;
}


.promotable .cols  .copy-col a{
	margin-left:10px;
}

.filter_form{
	min-height:48px;
	flex-wrap:nowrap;
	font-size: 16px;
	align-items:flex-end;
}
.filter_form select, .filter_form input{
	border-radius: 8px;
	height: 48px;
	margin-top:	10px;
	padding: 0 35px 0 15px;
}
.filter_form input.calendar_2.svg{
	background:url(../img/calendar_2.svg) no-repeat center 20px;
}
.filter_form .btn{
	min-height: 48px;
}

#graph{
	height: 250px;
	width: 250px;
}
@media only screen and (max-width : 1200px) {
	#graph{
		width:100%;
	}
}

.download-link{
	display:flex;
	color:#353E4B;
	text-decoration:none;
}
.download-link .icon{
	background:url(../img/dowload.svg) no-repeat center center;
	width:24px;
	height:24px;
	margin-right:10px;
}
.item-link{
	color:#406CAB;
	text-decoration:underline;
}
.content-zone-min h2.title{
	font-size:24px;
	margin:0 0 20px;
}

.promotableinfo .cols.bottom{
	align-items:baseline;
}

.promotableinfo .cols .col:first-child{
	width:35%;
}

.promotableinfo .cols .col:last-child{
	width:65%;
}

.promotableinfo .video .item .pic {
	height: 175px;
}
.promotableinfo .video .arrows-append {
	margin-bottom:15px;
}
.promotableinfo .video .item .title {
	font-size: 16px;
	margin-bottom:0;
	display:block;
}
.promotableinfo .video .item .link {
	color:#AA2325;
	text-align:center;
	text-decoration:underline;
}
.promotableinfo .video{
	margin-top:-60px;
}
.content-zone-min .accardion{
	max-width:100%;
}

.img-ava-manager{
	width:100px;
	height:100px;
	border-radius:50%;
	background-size:cover;
}
.cols-support{
	margin-bottom:50px;
	align-items: end;
}
.cols-support p:last-child{
	margin-bottom:0;
}
.cols-support .name{
	font-weight: 500;
	font-size: 16px;
	color: #353E4B;
	margin:0;
}
.cols-support .post{
	color: #6B7280;
	font-weight: 500;
	font-size: 16px;
	margin:0;
}
.cols-support .btn{
	min-width:300px;
}
.cols-ava{
	align-items:center;
	margin-bottom:35px;
}

.widget_cart.height{
	height:800px;
}


/*****************/


.good__cols{
    display: flex;
    flex-wrap: wrap;
	align-items:flex-start;
}
/*535px*/
.good__col:nth-child(1){
    width: calc(100% - 368px);
	padding-right: 45px;
}

.good__col:nth-child(2){
    width: 368px; 
	position: sticky;
	top: 20px;
}

.good-l__cols{
    display: flex;
}

.good-l__col:nth-child(1){
    width: 535px;
}

.good-l__col:nth-child(2){
	flex-grow: 1;
    padding-left: 30px;
}

.good__chisel{
    margin-bottom: 40px;
    padding: 25px 25px 38px;
    background: #FFFFFF;
    box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
}

.good__chisel .error{
	display:none;
}

.good .price{
    margin-bottom: 10px;
}

.good__flex{
    flex-wrap: nowrap;
}

.tabs-content-width{
	padding-top:50px;
}

.quantity-n{
    border: 1px solid #D4D4D4;
    border-radius: 30px;
}

.quantity-n .btn{
    width: 38px;
    height: 60px;
    border: none;
    background-color: transparent;
}

.quantity-n input{
    width: 50px;
    margin: 0;
    border: none;
}

.good__flex .good__chisel .sub{
    margin-right: 5px;
}

.btn-good-n{
    width: 100%;
    margin-top: 15px;
}

.effect-wrap{
    max-width: 305px;
    margin-top: 55px;
    position: relative;
}

.effect-wrap .znak{
    position: absolute;
    top: -25px;
    right: -25px;
    z-index: 2;
}

.effect-n{
    padding: 8px 15px;
    background: #222;
    box-shadow: inset 1px -2px 12px rgba(255, 255, 255, 0.51), inset 0px 4px 25px rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

.effect-n:before{
    display: none;
}

.effect-n .effect__item{
    padding-top: 8px;
    padding-bottom: 8px;
    background: url(../img/good/line.svg) center bottom no-repeat;
}

.effect-n .effect__item:last-child{
    background: transparent;
}

.effect-n .effect__item .icon{
    text-align: center;
}

.effect-n .effect__item{
    margin-bottom: 0;
}

.link-info{
    display: inline-block;
    margin-bottom: 15px;
    color: #353E4B;
    font-weight: 600;
    font-size: 16px;
    text-decoration: underline;
}

.advi{
    border: 1px solid #E1E1E1;
    border-radius: 12px;
}

.advi__item{
    min-height: 70px;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    color: #353E4B;
    font-weight: 500;
    font-size: 16px;
    border-bottom: 1px solid #E1E1E1;
}

.advi__item:last-child{
    border: none;
}

.advi__item .icon{
    width: 45px;
    padding-right: 5px;
}

.advi__item .icon img{
    max-width: 100%;
    max-height: 100%;
}

.tabs-n-n{
    max-width: 800px;
}

.tabs-n-n .tabs__caption{
    flex-wrap: nowrap;
    justify-content: space-between;
    border-bottom: 1px solid #DBDDE8;
}

.tabs-n-n .tabs__caption li{
    min-width: 0;
    padding: 12px 0;
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
}

.tabs-n-n .tabs__caption li.active{
    border-color: #9E312B;
}

.complect .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.complect .item{
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.complect .item .in{
    padding: 0 20px 20px;
    background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #ECEEEE 100%);
    border-radius: 20px;
    text-align: center;
}

.complect .item .flag{
    width: 78px;
    height: 82px;
    margin: 0 auto;
    background: url(../img/good/flag.svg) no-repeat;
    background-size: contain;
    font-weight: 600;
    font-size: 28px;
    color: #fff;
	padding-top: 13px;
}

.complect .item .title{
    margin-bottom: 25px;
    color: #312F30;
    font-size: 20px;
    font-weight: normal;
}

.complect .item .title .b{
    font-weight: 700;
}

.complect .item .title .underline{
    position: relative;
}

.complect .item .title .underline:before{
    content: "";
    width: 74px;
    height: 3px;
    background: url(../img/good/underline.svg) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.complect .item .pic{
    height: 120px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 10px;
}

.complect .item .pic img{
    max-width: 100%;
    max-height: 100%;
}

.complect .item .price {
    font-weight: 500;
    font-size: 20px;
    color: #000;
    text-align: center;
}

.complect .item .old-price {
    color: #8D99AF;
    font-size: 28px;
	text-decoration: line-through;
}


.top_page{
    width: 49px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #BB4D48 0%, #A83D36 99.13%);
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    font-size: 25px;
    position: fixed;
    bottom: 3%;
    right: 2%;
	z-index:99;
	opacity:0;
	transition: .3s ease-in;
}
.top_page:hover{
    transform: scale(1.1, 1.1);
}
.top_page.active{
	opacity:1;
}

.iti {
	width: 100%;
	border-radius: 30px;
}

.mob_show{
	display:none;
}
	
.mob_hidden{
	display:block;
}






.good_poh .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.good_poh .item{
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.good_poh.good_poh3 .item{
    width: 33.3%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.good_poh .item .in{
    padding: 20px;
	border: 1px solid #DBDDE8;
	border-radius: 12px;
    text-align: center;
}

.good_poh .item .title{
    margin-bottom: 25px;
    color: #312F30;
    font-size: 20px;
    font-weight: normal;
	display:block;
}

.good_poh .item .pic{
    height: 120px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 20px;
}

.good_poh .item .pic img{
    max-width: 100%;
    max-height: 100%;
}

.good_poh .item .price {
    font-weight: 500;
    font-size: 20px;
    color: #000;
    text-align: center;
}

.good_poh .item .old-price {
    color: #8D99AF;
    font-size: 28px;
	text-decoration: line-through;
}

.popup_cart .btn-border-green{
	margin-left:40px;
}

.content-min-height{
	min-height:600px;
}

.podpis.text{
	color: #353E4B;
	font-size: 14px;
}

.podpis.text span{
	display: block;
	font-weight: 700;
	text-transform: uppercase;
}
.about .podpis{
	position: absolute;
	top: 50px;
	left: 80px;
}

.cols-roz .col:first-child{
	width:40%;
}
.cols-roz .col img{
	width:100%;
	border-radius:12px;
}
.cols-roz .col:last-child{
	width:60%;

}

.border-box .cols-promo-copy{
	align-items:center;
}
.border-box .cols-promo-copy .col{
	align-items:center;
	width:300px;
	font-family: "Manrope", "Montserrat";
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	color: #353E4B;
}
.border-box .cols-promo-copy .col:nth-child(2n){
	width:calc(100% - 300px);
}


.mozgcenter{
	background:url(../img/sticky/grad.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index:99;
	color:#fff;
	transition: .3s;
}
.mozgcenter *{
	transition: .3s;
}
.mozgcenter .inner{
	padding:10px 0 0;
}

.mozgcenter .cols{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:nowrap;
}

.mozgcenter .col.logo{
	width:150px;
}
.mozgcenter .col.photo{
	width:150px;
}
.mozgcenter .col.text{
	width:calc(100% - 300px);
}
.mozgcenter img{
	width:100%;
}

.btn-mozg{

	color:#fff;
	border-radius:0;
	padding:10px 20px;
	color: #ffffff;
  font-size: 14px;
  
  line-height: 1.55;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 10px;
  background-image: linear-gradient(0.649turn,rgba(115,43,248,1) 2%,rgba(43,66,248,1) 43%,rgba(16,170,252,1) 100%);
  border-color: transparent;
  border-style: solid;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.close_mozg{
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	color: #fff;
	z-index: 10;
	padding: 20px;
}

.mozgcenter.close{
	width:auto;	
}
.mozgcenter.close .inner{
	min-width:0px;	
}
.mozgcenter.close .col{
	display:none;	
}
.mozgcenter.close .col.logo{
	width:100px;

}
.mozgcenter.close .col:first-child{
	display:block;	
}
.mozgcenter.close .close_mozg{
	display:none;	
}

.renerblock .cols{
	flex-wrap:nowrap;
	align-items:center;
}
.renerblock .cols img{
	max-width:320px;
}
.renerblock .cols p{
	margin-bottom:10px;
}