body{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    background-color: #000;
}
/*   в форме убирает контур  */
:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}
*{
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-decoration: none;
  
}
h1,h2,h3,h4,h5,h6{
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2em;    
    color: #fff;
}
img{
    display: block;
    max-width: 100%; 
}
ul,li{
    display: block;
    padding: 0;
    margin: 0; 
}
.container{
    max-width: 1310px;
	margin: 0 auto;
	width: 100%;
	padding: 0 15px;
}
.offer{
    padding-top: 296px;
}
.offer.tdante{
    background-repeat:no-repeat;
	background-position: 50% 0;
	max-width: 100vw;
	overflow: hidden;
}
header.scrolled {
  background-color: #000 ;
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
	background-color: transparent;
	-webkit-transition: background-color .5s;
	-o-transition: background-color .5s;
	transition: background-color .5s;
	max-width: 100vw;
	overflow: hidden;
}
.header.changed{
	background-color: #000;
}
.header__set{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.logo__item img{
	max-height:114px;
}
.header__right{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.participate__wrapp{
    font-weight: 600;
    font-size: 22px;
    margin: 0 30px 0 0;
	text-align: center;
	position:relative;
	cursor: pointer;
}
.participate__wrapp:last-child{
	margin-right: 60px;
}
.participate__text{
    color: #fff;
}
.participate__img{
	position: absolute;
	width:100%;
	bottom: -9px;
}
.ua{
    font-weight: 800;
    font-size: 20px;
    color: #010101;
    padding: 20px 30px;
    background: -o-linear-gradient(185.48deg, #FFDB4A 4.37%, #E3B600 93.37%);
    background: linear-gradient(264.52deg, #FFDB4A 4.37%, #E3B600 93.37%);
    -webkit-box-shadow: 0px 25px 40px rgba(255, 219, 74, 0.3);
            box-shadow: 0px 25px 40px rgba(255, 219, 74, 0.3);
    border-radius: 50px;
}
.header__offer_left{
	margin-right: -100%;
	position: relative;
	z-index: 2;
}
.header__offer_right{
	margin-right: -44px;
	position: relative;
	z-index: 1;
}
.header__offer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.offer__title{
    font-weight: 900;
    font-size: 60px;
    color: #FFDB4A;
    position: relative;
    z-index: 1;
}
.offer__title::after{
    content: 'виснаженням та втомою';
    color: #00000000;
    -webkit-text-stroke: 1px #474747;
    -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
            transform: rotate(-2deg);
    position: absolute;
    top: -6px;
    left: 3px;
    right: -3px;
    bottom: -3px;
    z-index: -1;
}
.offer__title.tdante::after{
    content: attr(data-text);
}
.offer__title_white{
    font-weight: 700;
    font-size: 40px;
}
.offer__text{
    width: 659px;
    font-weight: 500;
    font-size: 16px;
    margin: 26px 0 44px;
}
.done__wrapp{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    margin-bottom: 30px;
}
.done__set{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.done__item{
    
    width: 20px;
    height: 20px;
    background: #FFDB4A;
    margin-right: 10px;
}
.done__img{
    margin-left: 6px;
}
.btn__wrapp{
    width: 308px;
    height: 96px;
    border: 1px solid rgba(239, 197, 30, 0.4);
    border-radius: 50px;
    margin: auto;
    margin-top: 10px;
}
.btn__wrapp_mod{
    width: 324px;
    height: 116px;
    border: 1px solid rgba(239, 197, 30, 0.14);
    border-radius: 70px;
}
.btn{
    font-weight: 800;
    font-size: 20px;
    color: #010101;
    background: -o-linear-gradient(185.48deg, #FFDB4A 4.37%, #E3B600 93.37%);
    background: linear-gradient(264.52deg, #FFDB4A 4.37%, #E3B600 93.37%);
    -webkit-box-shadow: 0px 25px 40px rgba(255, 219, 74, 0.3);
            box-shadow: 0px 25px 40px rgba(255, 219, 74, 0.3);
    border-radius: 50px;
    padding: 26px 5px;
	text-align: center;
    display: block;
    width: 285px;
    margin: auto;
    margin-top: 10px;
    -webkit-transition: -webkit-box-shadow 0.3s linear;
    transition: -webkit-box-shadow 0.3s linear;
    -o-transition: box-shadow 0.3s linear;
    transition: box-shadow 0.3s linear;
    transition: box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear;
}
.btn:hover{
    background: #FFE169;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.circle__wrapp_mod{
    width: 498px;
    height: 498px;
    border: 1px solid #292929;
    border-radius: 50%;
}
.circle__wrapp{
    width: 322px;
    height: 322px;
    border: 1px solid #292929;
    border-radius: 50%;
    margin: auto;
    margin-top: 88px;
}
.circle__text{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 10px;
    font-weight: 500;
    font-size: 20px;   
	width: 498px;
	left: -88px;
	position: relative;
}
.circle__span_0{
    font-weight: 500;
    font-size: 30px;
    text-align: center;
}
.circle__span_1{
    font-weight: 700;
    font-size: 35px;
    text-align: center;
}
.circle__span_2{
    font-weight: 700;
    font-size: 80px;
    text-align: center;
}

.show {
    opacity: 1;
}
  
/* задаем класс для скрываемого элемента */
.hide {
    opacity: 0;
}
  
/* задаем анимацию для показа элементов */
@-webkit-keyframes show-item {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes show-item {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
  
/* задаем анимацию для скрытия элементов */
@-webkit-keyframes hide-item {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes hide-item {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
  
/* применяем анимацию к элементам с классом .show и .hide */
.circle__text .show {
    -webkit-animation: show-item 2.5s ease-in-out forwards;
            animation: show-item 2.5s ease-in-out forwards;
    
}
  
.circle__text .hide {
    -webkit-animation: hide-item 2.5s ease-in-out forwards;
            animation: hide-item 2.5s ease-in-out forwards;
    
}
.circle__text p {
    opacity: 0;
    -webkit-transition: opacity 3s ease-in-out;
    -o-transition: opacity 3s ease-in-out;
    transition: opacity 3s ease-in-out;
}


.video__title{
    font-weight: 700;
    width: 446px;
    font-size: 50px;
	margin-top: 65px;
    background: -webkit-gradient(linear, left top, right top, color-stop(78.33%, #D9D9D9), to(rgba(217, 217, 217, 0)));
    background: -o-linear-gradient(left, #D9D9D9 78.33%, rgba(217, 217, 217, 0) 100%);
    background: linear-gradient(90deg, #D9D9D9 78.33%, rgba(217, 217, 217, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
	z-index: 1;
}
.video__project {
    width: 640px;
    height: 360px;
    border-radius: 10px;
	overflow: hidden;
    position: relative;
	z-index: 1;
    cursor: pointer;
}
.video::before{
	content:'';
    position: absolute;
	width: 256px;
	height: 186px;
	bottom: -13px;
	right:168px;
	background: #FFDB4A;
	-webkit-filter: blur(110px);
	-moz-filter: blur(110px);
	-o-filter: blur(110px);
	-ms-filter: blur(110px);
	filter: blur(110px);
	z-index:0;
}
.video__project_bg{
	position: absolute;
	background: #212121;
	height: 100%;
	width: 100%;
	z-index:0;
}
.video__play-btn {
    position: absolute;
    width: 37px;
    height: 42px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
    cursor: pointer;
}
.video__player {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -o-object-fit: cover;
       object-fit: cover;
}
.video{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
	bottom: -14px;
    z-index: 2;
	margin-top: 108px;
}

.tabs{
    padding: 0 0 50px 0;
}

.running-text-container {
    position: relative;
    overflow: hidden;
    width: 99.9%;
    height: 66px; 
    background: url(../img/Streetstyle_9_12.png) #FFDB4A no-repeat center;
	background-size: cover;
    -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
            transform: rotate(-2deg); 
    top: -96px;
}
  
.running-text{
    position: absolute;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 28px;
	line-height: 41px;
    font-weight: 700;
    color: #000000;
    width: 100%;
    left: 100%; 
    -webkit-animation: running-text 30s linear infinite; 
            animation: running-text 30s linear infinite;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    padding: 13px;
}
.running-text.tdante{
	-webkit-animation: running-text-tdante 120s linear infinite;
	        animation: running-text-tdante 120s linear infinite;
}
.running-text-span{
    margin: 0 20px;
}

.running-text-container-mod {
    position: relative;
    overflow: hidden;
    width: 99.9%;
    height: 66px; /* Высота бегущей строки */
    background: url(../img/Streetstyle_9_12.png) #292929 no-repeat center; /* Цвет фона */
	background-size: cover;
    -webkit-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
            transform: rotate(2deg); /* Наклон */
    top: -180px; 
}
#ribbon_2{
	margin-bottom: -66px;
	position: relative;
	z-index:1;
}
.running-text-container-mod.tdante{
	background-color:#5D5D5D;
    background-repeat:no-repeat;
	background-position: center;
}
.running-text-mod{
    position: absolute;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 28px;
	line-height: 41px;
    font-weight: 700;
    color: #010101;
    left: 100%; /* Положение строки */
    -webkit-animation: running-text 30s linear infinite;
            animation: running-text 30s linear infinite;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    padding: 13px;
}
.running-text-mod.tdante{
	-webkit-animation: running-text-tdante 120s linear infinite;
	        animation: running-text-tdante 120s linear infinite;
}
.running-text-span-mod{
    margin: 0 20px;
}
@-webkit-keyframes running-text {
    0% {
		left: 100%;
    }
    100% {
		left: -100%; 
    } 
}
@keyframes running-text {
    0% {
		left: 100%;
    }
    100% {
		left: -100%; 
    } 
}
@-webkit-keyframes running-text-tdante {
    0% {
		left: 0;
    }
    100% {
		left: -12000px; 
    } 
}
@keyframes running-text-tdante {
    0% {
		left: 0;
    }
    100% {
		left: -12000px; 
    } 
}
@-webkit-keyframes running-text-tdante-mob {
    0% {
		left: 0;
    }
    100% {
		left: -12000px; 
    } 
}
@keyframes running-text-tdante-mob {
    0% {
		left: 0;
    }
    100% {
		left: -12000px; 
    } 
}
#format{
	top: -40px;
	position: relative;
	z-index:1;
}

.tab__set{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;   
    -webkit-box-pack: center;   
        -ms-flex-pack: center;   
            justify-content: center;
    margin-top: 25px;
}
.tab__set:first-child{
    margin-top: 68px;
}
.tab__arrow {
	width: 36px;
	height: 28px;
	margin: 30px -24px 0 18px;
	position: relative;
	z-index: 2;
}
.tab__wrapp{
    border-radius: 50px;
	padding: 2px;
	background:-o-radial-gradient(77.95% 86.99%, 34.94% 19.21%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
	background:radial-gradient(34.94% 19.21% at 77.95% 86.99%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
	position: relative;
	overflow: hidden;
}
.tab__wrapp_bg_level2{
	position: absolute;
	left: 0;
	top: 0;
	background:-webkit-gradient(linear, left top, left bottom, from(#292929), to(rgba(82, 62, 53, 0)));
	background:-o-linear-gradient(top, #292929 0%, rgba(82, 62, 53, 0) 100%);
	background:linear-gradient(180deg, #292929 0%, rgba(82, 62, 53, 0) 100%);
	width:100%;
	height:100%;
	z-index:0;
}
.tab__wrapp_bg{
	width:100%;
	height:100%;
	border-radius: 50px;
    background:#0F0F0F;
	position: relative;
	z-index:1;
	overflow: hidden;
}
.tab__wrapp:hover .tab__wrapp_bg::before{
	content:'';
	position: absolute;
	width: 254.8px;
	height: 98.05px;
	right: -126px;
	bottom: -22px;
	background: #FFDB4A;
	-webkit-filter: blur(110px);
	-moz-filter: blur(110px);
	-o-filter: blur(110px);
	-ms-filter: blur(110px);
	filter: blur(110px);
}
.tab__title{
    font-weight: 700;
    font-size: 40px;
    color: #FFDB4A;
    padding: 40px 20px 0 40px;
}
.tab__title > span,
.tab__span{
    font-weight: 700;
    font-size: 40px;
    background: -webkit-gradient(linear, left top, right top, color-stop(78.33%, #D9D9D9), to(rgba(217, 217, 217, 0)));
    background: -o-linear-gradient(left, #D9D9D9 78.33%, rgba(217, 217, 217, 0) 100%);
    background: linear-gradient(90deg, #D9D9D9 78.33%, rgba(217, 217, 217, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.tab__text{
    padding: 10px 40px 0 40px;
    color: #D8D8D8;
    line-height: 26px;
}
.back__format{
    margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index:1;
}
.check{
    padding-bottom: 50px;
}
.easy__title{
    text-align: center;
    padding-top:50px;
    font-weight: 700;
    font-size: 50px;
    background: -webkit-gradient(linear, left top, right top, color-stop(78.33%, #D9D9D9), to(rgba(217, 217, 217, 0)));
    background: -o-linear-gradient(left, #D9D9D9 78.33%, rgba(217, 217, 217, 0) 100%);
    background: linear-gradient(90deg, #D9D9D9 78.33%, rgba(217, 217, 217, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.07em;
}
#format .easy__title,
#reviews .easy__title{
	padding-top:0;
}
.easy__text{
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    color: #FFDB4A;
    margin-top: 15px;
}
.easy__text span{
	position: relative;
}
#compromise .easy__text span::after {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	width: calc(100% + 28px);
	height: 56px;
	left: -18px;
	top: -12.5px;
	background: url(../img/word-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
}
.num__set{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 70px;
}
.num__wrapp{
	position: relative;
	margin-bottom: 20px;
}
.num__wrapp_inside{
    width: 298px;
    height: 177px;
    color: #fff;
    border-radius: 50px;
	padding: 2px;
	background:-o-radial-gradient(77.95% 86.99%, 34.94% 19.21%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
	background:radial-gradient(34.94% 19.21% at 77.95% 86.99%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.num__wrapp_bg_level2{
	position: absolute;
	left: 0;
	top: 0;
	background:-webkit-gradient(linear, left top, left bottom, from(#292929), to(rgba(82, 62, 53, 0)));
	background:-o-linear-gradient(top, #292929 0%, rgba(82, 62, 53, 0) 100%);
	background:linear-gradient(180deg, #292929 0%, rgba(82, 62, 53, 0) 100%);
	width:100%;
	height:100%;
	z-index:0;
}
.num__wrapp_bg{
	width:100%;
	height:100%;
	border-radius: 50px;
    background:#0F0F0F;
	position: relative;
	z-index:1;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.num__wrapp:hover .num__wrapp_bg::before{
	content:'';
	position: absolute;
	width: 254.8px;
	height: 98.05px;
	right: -130px;
	bottom: -20px;
	background: #FFDB4A;
	-webkit-filter: blur(110px);
	-moz-filter: blur(110px);
	-o-filter: blur(110px);
	-ms-filter: blur(110px);
	filter: blur(110px);
}
.num__img{
    width: 41px;
    height: 40px;
    margin-left: -15px;
	position: relative;
	z-index: 2;
	top: -10px;
}
.num__title{
	position: absolute;
	z-index: 2;
	top: -20px;
    width: 298px;
    font-weight: 700;
    font-size: 50px;
    text-align: center;
    color: #FFDB4A;
}
.num__text{
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    padding: 0 32px;
}
.delay__set{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-weight: 500;
    font-size: 18px;
    margin-top: 100px;
}
.delay__left{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    width: 679px;
}
.delay__text_gray{
    color: #D8D8D8;
}
.delay__text_yellow{
    color: #FFDB4A;
}
.delay__right{
    margin-right: 150px;
    
}
.deley__img{
    margin-right: 15px;
}
.delay__wrapp{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
}
.delay__title{
    font-weight: 700;
    font-size: 50px;
    letter-spacing: -0.07em;
    background: -webkit-gradient(linear, left top, right top, color-stop(78.33%, #D9D9D9), to(rgba(217, 217, 217, 0)));
    background: -o-linear-gradient(left, #D9D9D9 78.33%, rgba(217, 217, 217, 0) 100%);
    background: linear-gradient(90deg, #D9D9D9 78.33%, rgba(217, 217, 217, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;  
}
.new{
    top: 50px;
}
.receive{
    padding: 100px 0;
}
.plan__set{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 70px;
}
.plan__wrapp{
	position: relative;
	height: 312px;
}
.plan__wrapp_inside{
    cursor: pointer;
    width: 240px;
    height: 278px;
    color: #fff;
    -webkit-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease;
    border-radius: 50px;
	padding: 2px;
	background:-o-radial-gradient(77.95% 86.99%, 34.94% 19.21%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
	background:radial-gradient(34.94% 19.21% at 77.95% 86.99%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
	position: relative;
	z-index: 1;
	overflow: hidden;
	top: 0;
}
.plan__wrapp_images{
    -webkit-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease;
	position: absolute;
	z-index: 2;
	top: -30px;
	width: 240px;
	height: 69px;
}
.plan__wrapp:hover .plan__wrapp_images {
	top: -20px;
}
.plan__wrapp_bg_level2{
    -webkit-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease;
	position: absolute;
	left: 0;
	top: 0;
	background:-webkit-gradient(linear, left top, left bottom, from(#292929), to(rgba(82, 62, 53, 0)));
	background:-o-linear-gradient(top, #292929 0%, rgba(82, 62, 53, 0) 100%);
	background:linear-gradient(180deg, #292929 0%, rgba(82, 62, 53, 0) 100%);
	width:100%;
	height:100%;
	z-index:0;
}
.plan__wrapp_bg{
    -webkit-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease;
	width:100%;
	height:100%;
	border-radius: 50px;
    background:#0F0F0F;
	position: relative;
	z-index:1;
	overflow: hidden;
}
.plan__wrapp:hover .plan__wrapp_inside{
	-webkit-box-shadow: 0px 25px 40px rgba(255, 219, 74, 0.3);
	        box-shadow: 0px 25px 40px rgba(255, 219, 74, 0.3);
	background: #FFDB4A;
	padding: 33px 0;
	height: 344px;
	top: -33px;
}
.plan__wrapp:hover .plan__wrapp_bg,
.plan__wrapp:hover .plan__wrapp_bg_level2{
	background: #FFDB4A;
}
.plan__wrapp .plan__img{
    margin: auto;
	max-height: 100%;
}
.plan__wrapp:hover .plan__text{
    color: #000;
}
.plan__wrapp:hover .plan__img.nothover,
.plan__wrapp .plan__img.hover{
	display:none;
}
.plan__wrapp:hover .plan__img.hover{
	display:block;
}
.plan__title{
    width: 200px;
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    color: #FFDB4A;
    margin:50px auto 15px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.plan__wrapp:hover .plan__title{
    color: #000;
}
.plan__title_mod{
    margin:25px auto 45px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.plan__text{
    width: 200px;
    text-align: center;
    color: #D8D8D8;
    font-weight: 500;
    font-size: 15px;
    margin: 20px auto;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.inventory__set{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px;
}
.inventory__left{
    width: 670px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
}
.inventory__text{
    font-weight: 500;
    font-size: 16px;
    color: #D8D8D8;
}
.inventory__text_yellow{
    font-weight: 500;
    font-size: 24px;
    color: #FDD843;
}
.inventory__img{
    width: 194px;
}
.inventory__btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.inventory__btn_text{
    width: 368px;
    font-weight: 600;
    font-size: 13px;
}
.new-mod{
    top: 70px;
    
}
.compromise{
    padding-top: 120px;
}
.woman__set{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-top: 100px;

    -ms-flex-negative: 0 !important;

        flex-shrink: 0 !important;
    padding: 30px 30px 0 !important;
}
.woman__img{
    margin: auto !important;
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
}



.woman__right{
    margin-left: -147px;
}
.woman__right_text{
    font-weight: 600;
    font-size: 16px;
}
.woman__right_title{
    font-weight: 500;
    font-size: 44px;
    color: #FDD843;
    margin: 5px 0;
}
.woman__right_text-y{
    font-weight: 500;
    font-size: 16px;
    color: #FDD843;
}
.woman__wrapp{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin: 34px 0;
    border-radius: 50px;
	padding: 2px;
	background:-o-radial-gradient(77.95% 86.99%, 34.94% 19.21%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
	background:radial-gradient(34.94% 19.21% at 77.95% 86.99%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
	position: relative;
	overflow: hidden;
}
.woman__wrapp_bg_level2{
	position: absolute;
	left: 0;
	top: 0;
	background:-webkit-gradient(linear, left top, left bottom, from(#292929), to(rgba(82, 62, 53, 0)));
	background:-o-linear-gradient(top, #292929 0%, rgba(82, 62, 53, 0) 100%);
	background:linear-gradient(180deg, #292929 0%, rgba(82, 62, 53, 0) 100%);
	width:100%;
	height:100%;
	z-index:0;
}
.woman__wrapp_bg{
	width:100%;
	height:100%;
	border-radius: 50px;
    background:#0F0F0F;
	position: relative;
	z-index:1;
	overflow: hidden;
    padding: 33px 48px ;
}
.woman__done_set{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.woman__done_set:not(:last-child){
    margin-bottom: 20px;
}
.woman__done_item{
    margin-left: 6px;
}
.woman__done{
    width: 20px;
    height: 20px;
    background: #FFDB4A;
    margin-right: 15px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.woman__done_text{
    color: #fff;
    font-weight: 600;
    font-size: 18px;
	line-height: 20px;
}
.woman__done_text a{
	color: #fff;
	text-decoration: underline;
}
.woman__done_text a:hover{
	color:#fff;
	text-decoration: none;
}
.woman__done_text span,
.woman__done_span{
    color: #FFDB4A;
}
.info__set{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}
.info__set-none{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}
.info__set-none-2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}
.info__arrow{
    width: 22px;
    height: 22px;
    margin-right: 10px;
    margin-top: 5px;
}
.info__text{
    font-weight: 500;
    font-size: 16px;
    color: #D8D8D8;
    line-height: 26px;
}
.info__text_yellow{
    font-weight: 500;
    font-size: 24px;
    color: #FDD843;
}
.info__img{
    width: 156px;
}
.info__wrapp{
    margin-top: 20px;
}
.reviews{
	padding-top: 25px;
}
.reviews__set{
    margin-top: 50px;
	height: 530px;
}
.reviews__slide{
	padding: 45px 15px 0;
}
.reviews__wrapp{
	display: block;
    height: 440px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 50px;
	padding: 2px;
	background:-o-radial-gradient(77.95% 86.99%, 34.94% 19.21%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
	background:radial-gradient(34.94% 19.21% at 77.95% 86.99%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
	position: relative;
	top:0;
	overflow: hidden;
}
.reviews__wrapp_bg_level2{
	position: absolute;
	left: 0;
	top: 0;
	background:-webkit-gradient(linear, left top, left bottom, from(#292929), to(rgba(82, 62, 53, 0)));
	background:-o-linear-gradient(top, #292929 0%, rgba(82, 62, 53, 0) 100%);
	background:linear-gradient(180deg, #292929 0%, rgba(82, 62, 53, 0) 100%);
	width:100%;
	height:100%;
	z-index:0;
}
.reviews__wrapp_bg{
	width:100%;
	height:100%;
	border-radius: 50px;
    background:#0F0F0F;
	position: relative;
	z-index:1;
	overflow: hidden;
}
.reviews__wrapp:hover .reviews__wrapp_bg::before{
	content:'';
	position: absolute;
	width: 218.08px;
	height: 217.65px;
	right: -115px;
	bottom: -84px;
	background: #FFDB4A;
	-webkit-filter: blur(110px);
	-moz-filter: blur(110px);
	-o-filter: blur(110px);
	-ms-filter: blur(110px);
	filter: blur(110px);
}
.reviews__title{
    padding: 0 20px;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #FFDB4A;
    margin: 40px auto 20px;
}
  
.reviews__text_1{
    padding: 0 20px;
    text-align: center;
    color: #D8D8D8;
    font-weight: 600;
    font-size: 14px;
    margin: 20px auto;
}
  
.reviews__text_2{
    line-height: 24px;
    padding: 0 20px;
    color: #D8D8D8;
    font-weight: 500;
    font-size: 14px;
    margin: 20px auto;
    overflow: hidden;
    height: 240px;
}
  
.reviews__wrapp:hover{
    height: 530px;
	top:-45px;
    background:-o-linear-gradient(300deg,#0F0F0F,#292929,#ffee0062) ;
    background:linear-gradient(150deg,#0F0F0F,#292929,#ffee0062) ;
}
  
.reviews__wrapp:hover .reviews__text_2{
    height: 336px;
    
}
.react{
    padding: 150px 0 100px;
}
.react__set{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    
}
.react__left{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    width: 677px;
	max-width: calc(100% - 600px);
} 
.react__right {
	margin-top: -50px;
	max-width: 591px;
	margin-left: auto;
}
.react_title span,
.react__span{
    color: #FFDB4A;
}
.react_title{
    color: #fff;
    font-weight: 700;
    font-size: 50px;
    letter-spacing: -0.07em;
	max-width: calc(100% - 600px);
}  
.react_text{
    font-weight: 500;
    font-size: 16px;
    color: #D8D8D8;
    line-height: 26px;
	margin-top: 23px;
}
.react__wrapp{
    border-radius: 50px;
	padding: 2px;
	background:-o-radial-gradient(77.95% 86.99%, 34.94% 19.21%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
	background:radial-gradient(34.94% 19.21% at 77.95% 86.99%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
	position: relative;
	overflow: hidden;
}
.react__wrapp_bg_level2{
	position: absolute;
	left: 0;
	top: 0;
	background:-webkit-gradient(linear, left top, left bottom, from(#292929), to(rgba(82, 62, 53, 0)));
	background:-o-linear-gradient(top, #292929 0%, rgba(82, 62, 53, 0) 100%);
	background:linear-gradient(180deg, #292929 0%, rgba(82, 62, 53, 0) 100%);
	width:100%;
	height:100%;
	z-index:0;
}
.react__wrapp_bg{
	padding: 33px 55px ;
	width:100%;
	height:100%;
	border-radius: 50px;
    background:#0F0F0F;
	position: relative;
	z-index:1;
	overflow: hidden;
}
.react__text_mod{
    font-weight: 500;
    font-size: 16px;
    color: #D8D8D8;
 
}
.react__span_mod{
    font-weight: 700;
    font-size: 40px;
    letter-spacing: -0.07em;
    color: #FFDB4A;
}
.react__text_mod-gray{
    font-weight: 600;
    font-size: 14px;
	font-size: 14px;
	margin-top: 10px;
}
.sales{
    background: url(../img/Maskgroup-2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 125px;
	padding-bottom: 70px;
}
.sales__text{
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
}
.sales__title{
    font-weight: 700;
    font-size: 50px;
    letter-spacing: -0.07em;
}
.sales__title span,
.sales__span{
    color: #FFDB4A;
}
.sales__set{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
}
.sales__wrapp{
    margin: 34px 0 34px -20px;
    border-radius: 50px;
	padding: 2px;
	background:-o-radial-gradient(77.95% 86.99%, 34.94% 19.21%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
	background:radial-gradient(34.94% 19.21% at 77.95% 86.99%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
	position: relative;
	overflow: hidden;
}
.sales__wrapp_bg_level2{
	position: absolute;
	left: 0;
	top: 0;
	background:-webkit-gradient(linear, left top, left bottom, from(#292929), to(rgba(82, 62, 53, 0)));
	background:-o-linear-gradient(top, #292929 0%, rgba(82, 62, 53, 0) 100%);
	background:linear-gradient(180deg, #292929 0%, rgba(82, 62, 53, 0) 100%);
	width:100%;
	height:100%;
	z-index:0;
}
.sales__wrapp_bg{
    padding: 33px 55px ;
	width:100%;
	height:100%;
	border-radius: 50px;
    background:#0F0F0F;
	position: relative;
	z-index:1;
	overflow: hidden;
}
.sales__wrapp_text{
    font-weight: 500;
    font-size: 16px;
    color: #D8D8D8
}
.sales__wrapp_set{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

}
.sales__arrow{
    width: 33px;
    height: 27px;
    margin-right: 10px;
}
.sales__wrapp_img{
    width: 250px;
}
.sales__wrapp_kit{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
}
.sales__wrapp_btn{
    font-weight: 500;
    font-size: 24px;
    color: #FFDB4A;
}
.footer{
    padding: 37px 0;
}
.footer__set{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.footer__text{
    font-weight: 500;
    font-size: 16px;
    color: #D8D8D8;
}
.footer__mail{
    font-weight: 500;
    font-size: 16px;
    color: #D8D8D8;
}
.footer__text-2{
    font-weight: 500;
    font-size: 16px;
    color: #FFDB4A;
}

.slick-prev::before {
    content: none;
}
.slick-next::before {
    content: none;
}
.slick-next{
    content: '';
    background: url(../img/arrow-right.png) no-repeat center !important;
    width: 36px;
    height: 30px; 
    right: -50px;
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
	z-index: 10;
}
.slick-prev{
    content: '';
    background: url(../img/arrow-right.png) no-repeat center !important;
    width: 36px;
    height: 30px;
    left: -50px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
	z-index: 10;
}
@media screen and (max-width:1390px) {
	.slick-next{
		right: 0;
	}
	.slick-prev{
		left: 0;
	}
}



/*992-1199*/
@media screen and (max-width:1199px) {
    .slick-prev{
        left: -10px;
		z-index: 2;
    }
    .slick-next{
        right: -10px;
		z-index: 2;
    }
	.slick-list{
		z-index: 1;
	}
	.offer.tdante {
		background-position: 75% 0;
		background-size: cover;
		padding-top: 103px;
	}
    .header__offer{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
	.header__offer_left,
	.header__offer_right{
		margin-right: 0;
	}
    .video{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
		margin-top: 57px;
    }
	.video::before {
		right: unset;
		left: 94px;
	}
    .video__title{
        width: 100%;
        padding: 20px 0;
		margin-top:0;
    }
    .tab__set{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .tab__arrow{
        margin: 20px auto;
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
    }
    .tab__img{
        width: 450px;
        height: 330px;
    }
	.tab__wrapp_bg{
		padding:20px;
	}
    .tab__title{
        padding-top: 0;
    }
    .running-text-container-mod{
        top: -100px;
       
    }
    .delay__right{
        margin-right: 0;
    }
    .receive{
        padding-bottom: 0;
    }
    .inventory__left{
        width: 550px;
    }
    .new-mod{
        top: 50px;
    }
    
    .woman__done_text{
        width: 100%;
    }
    .reviews{
        padding-top: 100px;
    }
    .reviews__wrapp{
        height: auto;
        width: auto;
    }
	.reviews__wrapp_bg{
        padding: 15px;
	}
    ::-webkit-scrollbar {
    width: 1px;
    height: 1px;
    }
    ::-webkit-scrollbar-thumb {
        background-color: #FFDB4A;
        border-radius: 1px;
    }
    .react__set{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        gap: 20px;
    }
	.react__right {
		margin-top: 20px;
	}
    .footer__text{
        text-align: center;
    }
    .footer__mail{
        text-align: center;
    }
    .footer__text-2{
        text-align: center;
    }
	#format {
		top: 0;
	}
	/********************************************************/
    .plan__set{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
	.plan__wrapp,
	.plan__wrapp_images,
	.plan__wrapp_inside{
		width: 100%;
		max-width: 450px;
	}
	.plan__title,
	.plan__text {
		width: calc(100% - 92px);
	}
	.plan__text {
		margin-top: 0;
	}
	.plan__wrapp{
		height: 230px;
		margin-bottom: 0;
	}
	.plan__wrapp_inside{
		height: 180px;
	}
	.plan__wrapp:hover .plan__wrapp_inside {
		padding: 20px 0;
		height: 220px;
		top: -30px;
	}
	.plan__title {
		margin-bottom: 10px;
	}
	.plan__wrapp:hover .plan__wrapp_bg{
		overflow: visible;
	}
	.react_title{
		max-width: 100%;
	}
	.react__right {
		margin-left: 0;
	}
	.react__left {
		max-width: unset;
	}
	/********************************************************/
}

/*768-991*/
@media screen and (max-width:991px){
    .tab__wrapp{
        width: 450px;
        height: auto;
    }
    .tab__text{
        width: 100%;
        
    }
    .num__set{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .num__img{
        margin: 20px auto;
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
    }
    .inventory__set{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
		text-align: center;
    }
	.inventory__wrapp .inventory__img {
		margin: auto;
	}
	.inventory__btn_text {
		width: 100%;
		margin-bottom: 20px;
	}
    .inventory__right_img{
        width: 535px;
        height: 370px;
        margin: 30px auto;
    }
    .inventory__left{
        margin: 0 auto;
    }
    .woman__set{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    
    .woman__right{
        margin-left: 0;
    }
    .sales__set{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .sales__img{
       width: 480px;
       height: 250px;
       margin:0 auto;
    }
    .sales__set{
        margin-top: 0;
    }
    .sales__wrapp{
        margin-top: -30px;
    }
    .footer__set{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 20px;
    }
	#ribbon_1 {
		top: unset;
		margin-top: 90px;
	}
	.offer.tdante {
		background-position: 75% 0;
		background-size:cover;
	}
}	

/*576-767*/
@media screen and (max-width:767px){
	.header{
		max-height: unset;
		overflow: hidden;
	}
    .participate__wrapp{
        margin: 0 10px 0 0;
    }
	.participate__wrapp:last-child {
		margin-right: 0;
	}
    .header__set{
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .header__offer{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
	.header__offer_left{
        width: 100%;
    }
    .offer__text{
        width: 100%;
    }
    .video__player{
        -o-object-fit: contain;
           object-fit: contain;
    }
    .delay__set{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 25px;
    }
    .delay__left{
        width: 100%;
    }
    .react__left{
        width: 100%;
		text-align: center;
    }
    .sales__wrapp_bg{
        padding: 20px;
    }
    .sales__wrapp{
        margin: 0;
        margin-top: -40px;
    }
    .video__project{
        width: 100% !important;
		background: #000;
    }    
	.tab__wrapp {
		border-radius: 20px;
	}
	.tab__wrapp_bg{
		border-radius: 20px;
	}
    /**************************************************************/
	.header__right{
		display: block;
		width: 60%;
		text-align: right;
	}
	.participate__wrapp {
		font-size: 16px;
		text-align: center;
		margin: 0;
		display:inline-block;
		margin-left: 10px;
	}
	.participate__wrapp:not(:last-child) {
		margin-bottom:20px;
	}
	.logo__item {
		width: 40%;
	}
	.logo__item img {
		margin-left: -30px;
	}
	.offer.tdante {
		background-position: 75% 0px;
		background-size: 400% auto;
	}
	.header__offer_right {
		margin-bottom: -17px;
	}
	.circle__text {
		top: 37px;
	}
	.circle__span_0{
		font-size: 22px;
	}
	.circle__span_1{
		font-size: 33px;
	}
	.circle__span_2{
		font-size: 60px;
	}
	.offer__title_white {
		font-size: 30px;
		line-height: 37px;
		text-align: center;
		margin-bottom: 10px;
	}
	.offer__title {
		font-size: 44px;
		line-height: 54px;
		text-align: center;
		margin-bottom: 10px;
	}
	.offer__text {
		margin: 22px 0 27px;
		font-size: 15px;
		line-height: 22px;
		text-align: center;
	}
	.done__wrapp {
		margin: 0 auto 40px;
		max-width: 350px;
	}
	.done__text {
		font-weight: bold;
	}
	.btn__wrapp_mod {
		margin: auto;
	}
	.video__title {
		font-size: 34px;
		line-height: 41px;
		text-align: center;
		letter-spacing: -0.07em;
		max-width: 326px;
		margin: 0 auto 50px;
		padding: 0;
	}
	.video {
		margin-top: 67px;
	}
    .easy__title{
        font-size: 34px;
		line-height: 41px;
		text-align: center;
		letter-spacing: -0.07em;
		padding-top: 0;
    }
	.easy__text {
		font-size: 18px;
		line-height: 22px;
		margin-top: 10px;
	}
	#compromise .easy__text {
		line-height: 1.8;
	}
	#compromise .easy__text span::after {
		height: 46px;
		top: -10.5px;
	}
	#reviews .easy__title {
		font-size: 40px;
		margin-bottom: 10px;
	}
	.delay__set {
		margin-top: 27px;
		text-align: center;
	}
	.delay__title {
		-webkit-background-clip: text;
		-webkit-text-fill-color: #fff;
		background-clip: #fff;
		font-size: 34px;
		line-height: 41px;
		text-align: center;
	}
	#compromise .easy__title{
		max-width: 420px;
		margin: auto;
	}
	.woman__right_text,
	.woman__right_title,
	.woman__right_text-y{
		text-align: center;
		margin-left: -35px;
		margin-right: -35px;
	}
	.woman__img{
		margin-left: -35px !important;
		display: block;
		margin-right: -35px !important;
		max-width: calc(100% + 70px);
	}
	.info__wrapp {
		text-align: center;
	}
	.info__wrapp .info__img {
		margin: auto;
	}
	.react_title {
		font-size: 34px;
		text-align: center;
		max-width: 250px;
		margin: auto;
	}
	.react__span_title {
		width: 160px;
		text-align: right;
		display: inline-block;
		margin-right: 13px;
	}
	.react__span_mod {
		font-size: 30px;
	}
	.react__text_mod-gray {
		margin-top: 12px;
	}
	.sales{
		padding-top: 80px;
		padding-bottom: 75px;
	}
	.sales__text {
		text-align: center;
		font-size: 18px;
		line-height: 22px;
		margin: 0 auto 17px;
		max-width: 333px;
	}
	.sales__title {
		font-size: 34px;
		line-height: 41px;
		text-align: center;
		margin: 0 auto 40px;
		max-width: 375px;
	}
	.footer__set > * {
		width:100%;
		text-align: center;
	}
	.reviews__set {
		margin-top: 10px;
	}
	.react {
		padding: 120px 0 40px;
	}
	.sales {
		background-size: 120% 100%;
	}
	.react__right {
		max-width: unset;
	}
	/**************************************************************/
}

/*320-575*/
@media screen and (max-width:575px){
    .video__player{
        width: 100% !important;
    }
    .tab__wrapp{
        width: 100%;
    }
    .tab__wrapp_bg{
        padding: 10px;
    }
    .tab__title{
        padding: 5px;
        
    }
    .tab__span{
        font-size: 30px;
    }
    .tab__text{
        padding: 0;
    }
    .tab__img{
        height: 270px;
    }
    .inventory__right_img{
        height: 270px;
    }
    .inventory__left{
        width: 100%;
    }
    .inventory__btn{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .woman__set{
        margin-top: 50px;
        padding: 5px;
    }
    .woman__wrapp_bg{
        padding: 20px;
    }
    .react__wrapp_bg{
        padding: 20px;
    }
    .sales__title{
        font-size: 40px;
        padding: 15px 0;
    }
    .sales{
        height: auto;
        padding-bottom: 30px;
    }
    .sales__img{
        height: 200px;
    }
	/**************************************************************/
	.plan__title,
	.plan__text {
		width: calc(100% - 10px);
	}
	.slick-prev,
	.slick-next {
		width: 24px;
		height: 22px;
		background-size: contain !important;
	}
	.woman__wrapp {
		margin-left: -20px;
		margin-e: -20px;
		width: calc(100% + 40px);
	}
	#reviews .easy__text{
		max-width: 260px;
		margin: auto;
	}
	.container.veryspecial{
		overflow: hidden;
		padding-bottom: 50px;
		margin-bottom: -50px;
	}
	/**************************************************************/
}


/********************************************************************************************************************************************************************************/
/**************************************************** LIGHTBOX ******************************************************************************************************************/
/********************************************************************************************************************************************************************************/
/* also used in footer form */
/********************************************************************************************************************************************************************************/

.indev-lightbox-bg {
	display:none;
	position: fixed;
	z-index: 1010;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
}
.indev-lightbox{
	display: none;
	position: fixed;
	width:100vw;
	height:100vh;
	top:0;
	right:0;
	z-index: 2020;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	overflow: auto;
	overflow-x: hidden;
}
.indev-lightbox.active{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.admin-bar .indev-lightbox{
	top:32px;
	height:calc(100vh - 32px);
}
.indev-lightbox-container{
	max-width: 1170px;
	width: 100%;
	position: relative;
}
.indev-lightbox-content{
	background-color: #ddd;
	color: #000;
	padding: 40px 45px;
}
.indev-lightbox-close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 50px;
	height: 50px;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 100%;
	background: #000;
	-webkit-box-shadow: 0 0 3px #fff;
	        box-shadow: 0 0 3px #fff;
}
.indev-lightbox-close:hover{
	-webkit-transform: rotate(360deg);
	    -ms-transform: rotate(360deg);
	        transform: rotate(360deg);
}
.indev-lightbox-content h1,
.indev-lightbox-content h2,
.indev-lightbox-content h3,
.indev-lightbox-content h4,
.indev-lightbox-content h5,
.indev-lightbox-content h6{
	color:#000;
	margin: 25px 0 15px;
	font-size: 25px;
}
.indev-lightbox-content p,
.indev-lightbox-content ul,
.indev-lightbox-content ol,
.indev-lightbox-content table{
	font-size: 18px;
	margin-bottom: 10px;
}
.indev-lightbox-container.forform {
	max-width: 550px;
	padding: 25px;
	overflow-y: auto;
	margin-top: 2vh;
	margin-bottom: 2vh;
}

.indev-lightbox-container.forform {
	scrollbar-color: #828282 transparent;
	scrollbar-width: thin;
}
.indev-lightbox-container.forform ::-moz-scrollbar-thumb {
	width: 4px;
	background-color: #828282;
	border-radius: 10px 0 0 10px;
}
.indev-lightbox-container.forform ::-moz-scrollbar-track {
	width: 4px;
	background-color: transparent;
	border-radius: 10px 0 0 10px;
}
.indev-lightbox-container.forform ::-moz-scrollbar-corner {
	width: 4px;
	background-color: #828282;
	border-radius: 10px 0 0 10px;
}
.indev-lightbox-container.forform ::-moz-scrollbar {
	width: 10px;
	border-radius: 10px 0 0 10px;
}
.indev-lightbox-container.forform ::-webkit-scrollbar-thumb {
	width: 4px;
	background-color: #828282;
	border-radius: 10px 0 0 10px;
}
.indev-lightbox-container.forform ::-webkit-scrollbar-track {
	width: 4px;
	background-color: transparent;
	border-radius: 10px 0 0 10px;
}
.indev-lightbox-container.forform ::-webkit-scrollbar-corner {
	width: 4px;
	background-color: #828282;
	border-radius: 10px 0 0 10px;
}
.indev-lightbox-container.forform ::-webkit-scrollbar {
	width: 10px;
	border-radius: 10px 0 0 10px;
}
.indev-lightbox-content.forform{
	background-size: cover;
	background-image: url(../img/form-bg-min.jpg);
	background-color: #000;
	position: relative;
	padding: 0 20px 30px;
	-webkit-box-shadow: 0 0 5px rgba(255,255,255,0.25);
	        box-shadow: 0 0 5px rgba(255,255,255,0.25);
}
.indev-lightbox-content.forform.sentform{
	background-image: url(../img/form-bg-sent-min.jpg);
}
.indev-lightbox-content.forform .indev-lightbox-close {
	top: 10px;
	right: 10px;
}
.t-form-image{
	max-width:290px;
	margin: -15px auto 0;
}
.t-form-image p{
	margin-bottom: -10px;
}
.t-form-subtitle p{
	color: #FFDB4A;
	text-align: center;
	font-size: 25px !important;
	margin-bottom: 30px;
}
.t-form-title p{
	color: #FFDB4A;
	text-align: center;
	font-weight: 700;
	font-size: 25px !important;
	text-transform: uppercase;
	margin-bottom: 80px;
}
.t-formrow{
	margin-bottom: 30px;
	text-align: center;
}
.t-formrow.t-formrow-submit{
	margin:0;
}
.t-formrow label > span:not(.wpcf7-list-item-label){
	display:block;
	text-align:center;
	color:#fff;
	font-size: 22px;
	line-height: 1;
	margin-bottom: 5px;
}
.t-formrow input:not([type="submit"]) {
	background-size: 100% 100%;
	background-image: url(../img/form-imput-bg-min.png);
	height: 61px;
	width: 100%;
	font-size: 22px;
	color: #fff;
	padding: 10px 25px;
	border: none;
	background-color: transparent;
}
.t-formrow input[type="submit"],.wpcf7-form-control.has-spinner.wpcf7-submit{
	border-radius: 50px !important;
	background: -o-linear-gradient(245deg, #FFDB4A 0%, #E3B600 100%);
	background: linear-gradient(205deg, #FFDB4A 0%, #E3B600 100%);
	-webkit-box-shadow: 0px 25px 40px 0px rgba(255, 219, 74, 0.30);
	        box-shadow: 0px 25px 40px 0px rgba(255, 219, 74, 0.30);
	border: none;
	padding: 26px;
	min-height: 75px !important;
		height: 75px !important;
	color: #010101;
	text-align: center;
	font-size: 20px;
	font-weight: 800;
	text-transform: uppercase;
	min-width: 285px;
	position: relative;
	z-index: 1;
	cursor: pointer;
}
.t-formrow input[type="submit"]:hover{
	background: #FFE169;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.t-formrow.t-formrow-submit p{
	display: inline-block;
	margin-bottom: 40px;
	position: relative;
}
.t-formrow.t-formrow-submit p::after{
    content: '';
	width: calc(100% + 18px);
	height: calc(100% + 18px);
    position: absolute;
	z-index: 0;
    top: -10px;
    left: -10px;
	border-radius: 50px;
	border: 1px solid rgba(239, 197, 30, 0.40);
}
.t-formrow.t-formrow-submit p::before{
    content: '';
	width: calc(100% + 38px);
	height: calc(100% + 38px);
    position: absolute;
	z-index: 0;
    top: -20px;
    left: -20px;
	border-radius: 70px;
	border: 1px solid rgba(239, 197, 30, 0.14);
}
.t-formrow span.wpcf7-list-item-label{
	color: #FFF;
	font-size: 15px;
	font-weight: 500; 
	display: block;
	max-width: 340px;
	margin: auto;
	padding-left: 80px;
	position: relative;
	text-align: left;
	cursor: pointer;
}
.t-formrow input[type="checkbox"] {
	display: none;
}
.t-formrow input[type="checkbox"] + span::before {
	content: '';
	position: absolute;
	left: 26px;
	display:block;
	width: 36px;
	height: 36px; 
	border-radius: 36px; 
	background-color: #47422F;
	background-position: center;
	background-size: 20px;
	background-repeat: no-repeat;
}
.t-formrow input[type="checkbox"]:checked + span::before {
	background-image: url(../img/form-checkbox.png);
}
.indev-lightbox-content.forform .wpcf7-spinner {
	display: block;
	margin: 10px auto;
	position: absolute;
	left: calc(50% - 10px);
}
.indev-lightbox-content.forform .wpcf7-not-valid-tip {
	font-size: 16px;
	padding: 5px;
}
.indev-lightbox-content.forform .wpcf7-response-output {
	background: #fff;
	padding: 10px;
	margin: 0;
}
.indev-lightbox-content.forform .wpcf7-response-output.mail-sent-success{
	margin-bottom: 30px;
}
.mail-sent-success{
	background: none !important;
	border: none !important;
	text-align: center;
	color: #fff;
	font-size: 20px;
}
.mail-sent-success-title{
	color: #FFDB4A;
	text-align: center;
	font-weight: 700;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 50px;
	margin-top: 90px;
}
.hidethis{
	display:none!important;
}
@media screen and (max-width:990px ){
	.indev-lightbox-container {
		max-width: unset;
		border-radius: 0;
	}
	.indev-lightbox-container {
		padding: 20px;
	}
	.indev-lightbox-content {
		padding: 15px 20px;
	}
	.indev-lightbox-close {
		width: 40px;
		height: 40px;
	}
	.indev-lightbox-content h1,
	.indev-lightbox-content h2,
	.indev-lightbox-content h3,
	.indev-lightbox-content h4,
	.indev-lightbox-content h5,
	.indev-lightbox-content h6{
		font-size: 22px;
	}
	.indev-lightbox-content p,
	.indev-lightbox-content ul,
	.indev-lightbox-content ol,
	.indev-lightbox-content table{
		font-size: 16px;
	}
}


#thankyou {
	margin: 200px auto;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	max-width: 500px;
	padding: 50px 0;
}
.thankyou_title{
	color: #FFDB4A;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 50px;
}
.thankyou_text{
	color: #FFF;
	font-size: 20px;
	font-variant: all-small-caps;
	max-width: 360px;
	margin: auto;
	font-weight: 551;
}
.thankyou_backlink{
	color: #FFDB4A;
	margin-top: 50px;
	display: block;
	font-size: 16px;
	font-variant: all-small-caps;
}