:root {
    --white: #fff;
    --white-2: #F5F6FA; /* как мы работаем фон иконки */
    --white-3: #FAFAFA;
    
    --dark-blue: #112755; /* прошлый #112755 */
    
    --video-border: #343434; /* рамка блока с видео */
    
    --light-gray: #f2f4f5; /* более серый фон страницы; рамка таблицы размера */
    --light-gray-2: #e3e4e6; /* фон ячейки таблицы размера */
    --light-gray-3: #ededed; /* фон полей формы */
    
    --orange: #fcb44d;
    
    --red: #fd3031;
    --red-2: #fd3031;
    --red-3: #fd3031; /* кнопка при наведении мышкой */
    --red-4: red;
    
    --gray: #828282; /* цвет рамки при наведении мышкой на слайды */
    --gray-2: #585858; /* фон формы */
    --gray-3: rgba(37, 37, 37, 0.85);

    --green: green;
}



div {
    box-sizing: border-box;
}

p {
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

* {
    transition: 0.3s;
    outline: none;
    border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

path {
    transition: 0.3s;
}

body {
    position: relative;
    font-style: normal;
}

.container {
    width: 100%;
    max-width: 1280px;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 0 auto;
}

a {
    color: inherit;
    text-decoration: none;
}


header {
    background: var(--dark-blue);width: 100%;
	position: absolute; height: 60px;
	z-index:9999; top: 0px; left:0;
}

.header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}

.header_logo {
width:50%
}


.header_phone{ 
	color: var(--white); text-align:right;
	width:50%;    align-items: center; height: 60px;

	}
	
	
.header_phone a{ 
	color: var(--white);
    text-align: center;
    font-size: 20px;
    height: 60px;
    font-family: 'Montserrat', sans-serif; font-weight: 700;
    line-height: 60px;
}
#phoneimg{display: inline-block;    transform: translateY(8px);}
.section-header {
	background: url(../img/fon1.jpg) center no-repeat;
-webkit-background-size: cover;
background-size: cover;
    padding-top: 120px;
    padding-bottom: 30px;


    position: relative;
}



.wrapyoutube{width: 100%;
padding:50px; border-radius: 40px; 
box-shadow: 1px 1px 20px 5px var(--video-border);}

h2.title{
	font-family: 'Rubik', sans-serif;
    font-size: 36px;
    line-height: 44px;
    color: var(--dark-blue);
   margin: 50px 0px; text-transform: uppercase; text-align:center; 
  width: 100%;
}
.huiz{
	margin: 50px 0;
}
.block1_huiz{
	width:59%; float: left; 
	
}
.block1_huiz p{
	color: var(--dark-blue);
    font-size: 18px;
    font-family: 'Montserrat', sans-serif; font-weight: 400;
    line-height: 1.3;padding-top: 20px;
	
}

.overlay {display:none; position:fixed; z-index:8; opacity:0.5; filter:alpha(opacity=50); top:0; right:0; left:0; bottom:0; background:var(--dark-blue); }

.phonefooter{text-align: center; font-size: 20px; color:var(--dark-blue); font-size: 18px; padding: 10px 0; line-height: 50px; font-weight: 700;}
.social{width: 150px; margin: 0 auto;}
.social_icons{float: left; padding: 0 5px;}

.social_icons img{max-width: 40px}



.s3p {
    position: relative;
    margin-top: 30px;
    padding: 20px;
    min-height: 270px;
    border-radius: 10px;
    box-shadow: 0 4px 34px rgb(228 233 241 / 70%);
		    font-family: 'Montserrat', sans-serif; 
}
.s3p > div {
    display: flex;
}
.s3p figure {
    margin-right: 10px;
    background: var(--white-2);
    border-radius: 20px;
margin: 0 10px 0 0;
}
.s3p img {
    padding: 15px;
    width: 60px;
}
.s3p .text {
    margin-top: 20px;
}
.s3p i {
    opacity: 0.2;
    font-size: 100px;
    line-height: 1;
    font-weight: 900;
    font-style: normal;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80px;
    text-align: center;
    color: var(--dark-blue);
	    font-family: 'Montserrat', sans-serif; font-weight: 700;
}


.col-3{
   width: 25%;
   float: left;
   padding-right: 15px;
    padding-left: 15px;
}


.miniform{
	background:var(--dark-blue);
	height: 40px;
}
.miniform h3{
    text-align: center;
    color: var(--white); line-height: 40px;
	    font-family: 'Montserrat', sans-serif; font-weight: 700;
}
.light-bg {
    background: var(--light-gray);
	padding: 10px 0 0; display: block;margin: 15px 0 0;
    padding-bottom: 50px;
}
.contlight{
	width: 100%; max-width: 980px; margin: 0 auto;
}

table{
	
	    border-collapse: collapse;
    border-spacing: 0;
	
}
.bigtable {
    font-size: 14px;
    text-align: center;
	font-family: 'Montserrat', sans-serif;
}
.bigtable tbody {
}
.bigtable tr {
    border-bottom: 1px solid var(--light-gray);
	
}
.bigtable tr:first-child td, .bigtable tr td:first-child {
    font-weight: 700;
}
.bigtable tr td {
    background: var(--white);
    padding: 14px 0;
    width: 42px;
    line-height: 18px;
}
.bigtable tr td:nth-child(even) {
    background: var(--light-gray-2);
}
.bigtable tr td:first-child {
background: var(--dark-blue);
    color: var(--orange);
}
.bigtable br {
}


.mtable {
    font-size: 14px;
    text-align: center;	font-family: 'Montserrat', sans-serif;
}


.mtable tr td:first-child {
    font-weight: 700;
}
.mtable tr td {
    background: var(--white);
    padding: 14px 10px;
    line-height: 18px;
}
.mtable tr td:not(:last-child) {
    border-right: 1px solid var(--light-gray);
}
.mtable tr:nth-child(odd) td  {
    background: var(--light-gray-2);
}
.mtable tr:first-child td {
    font-weight: 700;
 background: var(--dark-blue);
    color: var(--white);
}
.mtable br {
}
	.hidden {
    display: none;
}
.hiddenmob{display: block;}
@media screen and (max-width: 976px){
	
	.wrapyoutube {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 13px 3px #34247c;
}
h2.title {
    font-family: 'Rubik', sans-serif;
    font-size: 26px;
    line-height: 1;
    color: var(--dark-blue);
    margin: 30px 0px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}
	.hidden {
    display: block;
}
.bigtable {
    display: none;
}}



@media screen and (max-width: 659px){
.mtable tr:first-child td {
    font-weight: 400;
}
.mtable tr:first-child td {
    font-weight: 400;
}

.mtable tr td {
    padding: 11px 3px;
    line-height: 16px;
    font-size: 12px;
}
}

@media (min-width: 1200px){
.col-3 {
	   width: 25%;
   float: left;
}}

.block2_huiz{
	width:40%;float: left;
	
}
.block2_huiz img{
	max-width:380px;
	
}
.clearfix{
	clear:both;
}
.huiz .container > p {
    width: 380px;
}

@media (max-width: 900px){
.col-3 {
   width: 50%;
   float: left;
	}
	
	
	}

@media (max-width: 768px){
.col-3 {
   width: 50%;
   float: left;
	}
	
	
	


	}

@media (max-width: 768px){

		h2.title{
	font-family: 'Rubik', sans-serif;
    font-size: 26px;
    line-height: 1;
    color: var(--dark-blue);
   margin: 30px 0px; text-transform: uppercase; text-align:center; 
  width: 100%;
}

.block1_huiz{
	width:100%; float: left; 
	
}
.block1_huiz p{
		color: var(--dark-blue);
    
    font-size: 20px;
   
    font-family: 'Montserrat', sans-serif; font-weight: 400;
    line-height: 1.3;padding-top: 20px;
	
}

.block2_huiz{
	width:100%; float: left;
	
}
.block2_huiz img{
	max-width:320px;
	
}
	
}
@media screen and (max-width: 976px) {
.huiz .container > p {
    width: 100%;
}

}
.top_wrap {
    display: flex;
}

.top_wrap .left-sec {
    margin-right: 100px;
}

.top_wrap h1 {
font-family: 'Rubik', sans-serif;
    font-size: 36px;
    line-height: 44px;
    color: var(--dark-blue);
    margin-bottom: 37px;
    max-width: 500px;
}

.top_wrap .svg-wrap {
    width: 100%;
    max-width: 55px;
}

.top_wrap .item-block {
    display: flex;
    align-items: center;
    font-family: 'Montserrat', sans-serif; font-weight: 500;
    font-size: 18px;
    line-height: 140%;font-w
    color: var(--dark-blue);
    margin-bottom: 27px;
}

.top_text-block {
    margin-bottom: 25px;
}

.top-price {
    display: flex;
    align-items: center;
    padding: 5px 28px;
    border-radius: 5px;
    max-width: 325px;
    margin-bottom: 30px;
    height: 86px;
}

.top_wrap .old-price {
    font-family: 'Montserrat', sans-serif; font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    color: var(--dark-blue);
    width: 90px;
}

.top_wrap .old-price .value {
    font-family: 'Montserrat', sans-serif; font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    position: relative;
}

.top_wrap .old-price .value::after {
    content: "";
    display: block;
    position: absolute;
    width: 110%;
    height: 2px;
    background: var(--red);
    top: 50%;
    right: 50%;
    z-index: 3;
    transform: translate(50%, -50%);
}

.top_wrap .discount {
    width: 66px;
    height: 66px;
    background: var(--red-2);
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 11px;
    line-height: 11px;
    text-align: center;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 10px;
}
.top_wrap .discount .value {
    font-size: 19px;
    line-height: 23px;
}

.top_wrap .current-price {
    font-family: 'Montserrat', sans-serif; font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    color: var(--dark-blue);
    width: 90px;
}

.top_wrap .current-price .value {
    font-family: 'Montserrat', sans-serif; font-weight: 700;
    font-size: 30px;
    line-height: 24px;
    text-align: center;
}

.btn-color {
    font-family: 'Montserrat', sans-serif; font-weight:700;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center; text-transform: inherit;
    justify-content: center;
    color: var(--white);
    background: linear-gradient(180deg, var(--red-2) 0%, var(--red-2) 100%);
    border-radius: 50px;
    padding: 30px 52px;
    box-sizing: border-box;
    max-width: 425px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}

.btn-color:hover {
background: linear-gradient(180deg, var(--red-3) 0%, var(--red-3) 100%);
}


.btn-color2 {
    font-family: 'Montserrat', sans-serif; font-weight:700;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center; text-transform: inherit;
    justify-content: center;
    color: var(--white);
    background: linear-gradient(180deg, var(--red-2) 0%, var(--red-2) 100%);
    border-radius: 50px;
    padding: 30px 52px;
    box-sizing: border-box;
    max-width: 425px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}

.btn-color2:hover {
background: linear-gradient(180deg, var(--red-3) 0%, var(--red-3) 100%);
}


.btn-color1 {
    font-family: 'Montserrat', sans-serif; font-weight:700;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;    text-transform: inherit;
    justify-content: center;
    color: var(--white);
    background: linear-gradient(180deg, var(--red-2) 0%, var(--red-2) 100%);
    border-radius: 50px;
    padding: 30px 52px;
    box-sizing: border-box;
    max-width: 425px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}

.btn-color1:hover {
background: linear-gradient(180deg, var(--red-3) 0%, var(--red-3) 100%);
}


.top_count {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 325px;
    font-family: 'Montserrat', sans-serif; font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: var(--dark-blue);
    margin-top: 15px;

}

.top_count span {
    font-family: 'Montserrat', sans-serif; font-weight:700;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--orange);
    border-radius: 20px;
	color: var(--dark-blue);
    margin: 0 10px;
}

.section-header .right-sec {
    display: flex;
    width: 100%;
    max-width: 534px;
    position: relative;
}

.section-header .right-sec .wrap-img {
    width: 100%;
    max-width: 440px;
    height: auto;
    max-height: 570px;
    margin-right: 20px;
}

.section-header .btn-color2 {
    max-width: 325px;
}

.sec-style_wrap .style-slider video {
    height: 600px;
}

.section-header .right-sec .wrap-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 100%;
}

.section-header .right-sec .tabs-img-wrap {
    width: 100%;
    max-width: 75px;
    max-height: 570px;
}

.section-header .right-sec .swiper-slide {
    width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid transparent;
}

.section-header .right-sec .swiper-slide:hover {
    border: 1px solid var(--gray);
}

.section-header .right-sec .swiper-slide img {
    display: block;
    max-height: 95px;
}


.swiper-button-disabled {
    display: none;
}

.section-header .arrows .svg {
    position: absolute;
    z-index: 5;
    width: 100%;
    right: 0;
    display: flex;
    justify-content: center;
    padding: 5px 0;
    background-color: var(--white);
    cursor: pointer;
}

.section-header .arrows .svg:hover {
    background-color: var(--white);
}

.arrows .svg.swiper-button-disabled {
    display: none !important;
}

.section-header .arrows .next {
    top: 0;
}

.section-header .arrows .prev {
    bottom: 0;
}

.section-header .right-sec .wrap-img {
    position: relative;
	box-shadow: 1px 1px 20px 2px #6c6c6c;
}

.section-header .right-sec .label {
    position: absolute;
    left: 0;
    top: 0px;
    background: var(--red);
    border-radius: 0px 0px 16px 0px;
    padding: 10px;
    font-family: 'Montserrat', sans-serif; font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-align: center;
    height: 36px;
    color: var(--white);
}

.section-header .right-sec .table-size {
    position: absolute;
    right: 0;
    bottom: 0px;
    background: var(--white);
    border-radius: 18px 0px 0px 0px;
    padding: 10px;
    font-family: 'Montserrat', sans-serif; font-weight: 700;
    font-size: 15px;
    line-height: 140%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: var(--dark-blue);
    cursor: pointer;
}

.section-header .right-sec .table-size .num {
    font-size: 19px;
}

.sec-style {
    margin-bottom: 100px;
}

.sec-style_wrap {
    width: 100%;
    max-width: 1063px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.sec-style_wrap .style-slider {
    width: 100%;
    max-width: 430px;
    margin: 0;
    padding: 0;
    position: relative;
}

.sec-style_wrap .style-content {
    padding-top: 50px;
    width: 100%;
    max-width: 455px;
}

.sec-style_wrap .style-content h2 {
    font-family: 'Montserrat', sans-serif; font-weight: 700;
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;
    color: var(--dark-blue);
    margin-bottom: 50px;
}

.sec-style_wrap .style-content .content-img {
    display: flex;
    margin-left: 15px;
    margin-bottom: 30px;
}

.sec-style_wrap .style-content .content-img img {
    margin-right: 25px;
}

.sec-style_wrap .style-content .content-img .item-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sec-style_wrap .style-content .content-img .name {
    font-family: 'Montserrat', sans-serif; font-weight: 700;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: var(--dark-blue);
    margin-bottom: 5px;
}

.sec-style_wrap .style-content .content-img .position {
    font-family: 'Montserrat', sans-serif; font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--dark-blue);
    margin-bottom: 12px;
}

.sec-style_wrap .style-content .content-img .logo {
    display: flex;
    align-items: center;
}


.sec-style_wrap .style-content .sub {
    font-family: 'Montserrat', sans-serif; font-weight: 700;
    font-weight: 600;

    font-size: 20px;
    line-height: 24px;
    color: var(--dark-blue);
    margin-bottom: 17px;
}

.sec-style_wrap .style-content .text {
    font-family: 'Montserrat', sans-serif; font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: var(--dark-blue);
}

.sec-style .arrows .svg {
    position: absolute;
    z-index: 5;
    top: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
}

.sec-style .arrows .svg:hover path {
    stroke: var(--gray);
}

.sec-style .arrows .svg.next {
    left: -40px;
}

.sec-style .arrows .svg.prev {
    right: -40px;
}

.sec-style .style-slider-item {
    margin-bottom: 15px;
}

.paginations {
    position: relative;
}

.paginations span {
    width: 7px;
    height: 7px;
    background: rgba(37, 37, 37, 1);
    margin: 0 4px;
}

.paginations span.swiper-pagination-bullet-active {
    background: var(--dark-blue);
}


.item-color .label {
    position: absolute;
    left: 23px;
    top: 40px;
    background: var(--red);
    border-radius: 50%;
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-align: center;
    color: var(--white);
}
.sec-colors h2 {
    text-align: center;
    margin-bottom: 56px;
    font-family: 'Montserrat', sans-serif; font-weight: 700;
    font-weight: 600;

    font-size: 34px;
    line-height: 41px;
    color: var(--dark-blue);
}

.item-color .table-size {
    position: absolute;
    left: 0;
    bottom: 35px;
    background: var(--white);
    border-radius: 0px 5px 5px 0px;
    padding: 10px;
    font-family: 'Montserrat', sans-serif; font-weight: 700;
    font-size: 11px;
    line-height: 140%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: var(--dark-blue);
    cursor: pointer;
}

.item-color .table-size .num {
    font-size: 19px;
}

.item-color .wrap-img {
    position: relative;
}

.sec-colors .item-color-img {
    width: 100%;
    max-width: 758px;
    margin-right: 70px;
    display: flex;
}

.sec-colors .item-color {
    display: flex;
    margin-bottom: 140px;
}

.sec-colors .wrap-img {
    width: 100%;
    max-width: 568px;
    height: auto;
    max-height: 709px;
    margin-right: 30px;
}

.sec-colors .color-slider {
    width: 100%;
    max-width: 160px;
    max-height: 709px;
    padding: 30px 0;
    position: relative;
}

.sec-colors .color-slider_hidden {
    display: none;
}

.sec-colors .swiper-slide {
    width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid transparent;
}


.popap-table .close-popap {
    position: absolute;
    top: 15px;
    right: 15px;
}

.popap-table {
    z-index: 10;
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
}

.popap-table.active {
    display: block;
}

.popap-table-wrap.popap-table-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    padding: 15px 10px;
    display: flex;    top: 150px;
    justify-content: center;
    align-items: center;
}

.popap-table-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}


.popap-table .content {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

.popap-table-item .tit-tab {
    margin-bottom: 15px;
}

.popap-table-wrapper.content {
    /* overflow-y: auto; */
    padding-right: 20px;
    /* padding-right: 20px !important; */
    max-height: 400px;
    position: relative;
    background: #FFF6E1 !important;
}

.popap-table-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 10px;
    flex-direction: column;
    border-radius: 5px;
    height: 100%;
}

.wrapper_tabs {
    padding-right: 10px;
    max-height: 100%;
    overflow-y: scroll;
}

.sec-colors .swiper-slide:hover {
    border: 1px solid var(--gray);
}

.item-color .swiper-slide .label,
.item-color .swiper-slide .table-size {
    display: none;
}

.sec-colors .swiper-slide img {
    display: block;
    max-height: 126px;
}

.sec-colors .arrows .svg {
    position: absolute;
    z-index: 5;
    width: 100%;
    right: 0;
    display: flex;
    justify-content: center;
    background-color: var(--white);
    cursor: pointer;
}

.sec-colors .arrows .svg.next {
    top: 0;
}

.sec-colors .arrows .svg.prev {
    bottom: 0;
}

.sec-colors .item-color-text {
    padding-top: 20px;
    width: 100%;
}

.sec-colors .item-color-text .color {
    font-family: 'Montserrat', sans-serif; font-weight: 700;
    font-weight: 600;

    font-size: 19px;
    line-height: 150%;
    color: var(--dark-blue);
    margin-bottom: 5px;
    position: relative;
    padding-left: 17px;
}

.sec-colors .item-color-text .color::after {
    position: absolute;
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: var(--dark-blue);
    left: 0;
    top: 0;
}

.sec-colors .item-color-text .akcia {
    font-family: 'Montserrat', sans-serif; font-weight: 700;
    font-weight: 600;

    font-size: 19px;
    line-height: 150%;
    color: var(--red);
    margin-bottom: 18px;
    display: flex;
    align-items: center;
}

.sec-colors .item-color-text .akcia svg {
    margin-right: 5px;
}

.sec-colors .item-color-text .old-price {
    font-family: 'Montserrat', sans-serif; font-weight: 700;
    font-size: 20px;
    font-weight: 600;

    line-height: 24px;
    color: var(--dark-blue);
    display: inline;
    position: relative;
}

.sec-colors .item-color-text .old-price:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: var(--red);
    top: 50%;
}

.sec-colors .item-color-text .new-price {
    font-family: 'Montserrat', sans-serif; font-weight: 700;
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    color: var(--dark-blue);
    text-align: left;
    margin-bottom: 75px;
}
.item-color_form .item-color-text .new-price {
    margin-bottom: 40px;
}

.sec-colors .item-color-text .btn-color {
    max-width: 426px;
}

.item-color-text .wrapper-img-colors {
    width: 100%;

    margin-bottom: 25px;
}

.item-color-text .wrapper-img-colors p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-weight: 600;
    font-size: 19px;
    line-height: 150%;
    color: var(--dark-blue);

    margin-bottom: 10px;
}

.item-color-text .wrapper-img-colors .wrapper-img-colors-items {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;

    width: 100%;
}

.wrapper-img-colors .wrapper-img-colors-items img {
    width: 104px;
    height: 128px;

    object-fit: cover;

    border-radius: 5px;
    border: 1px solid transparent;

    cursor: pointer;
}
.wrapper-img-colors .wrapper-img-colors-items img:hover {
    border-color: var(--gray);
}

.info-sec {
    margin-bottom: 75px;
}

.info-sec_wrap {
    display: flex;
    flex-wrap: wrap;
}

.info-sec_wrap .item-info {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    width: 100%;
    max-width: 330px;
    margin-right: 70px;
}

.info-sec_wrap .item-info img {
    margin-right: 15px;
}

.info-sec_wrap .item-info .title {
    font-family: 'Montserrat', sans-serif; font-weight: 700;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: var(--dark-blue);
}

.info-sec_wrap .item-info .content {
    font-family: 'Montserrat', sans-serif; font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: var(--dark-blue);
}

.sec-table {
    margin-bottom: 100px;
}

.sec-table_wrap {
    display: flex;
    margin-bottom: 80px;
}

.sec-table .content {
    background: #FFF6E1;
    border-radius: 5px 5px 0px 0px;
    width: 100%;
    max-width: 750px;
    margin-right: 70px;
}

.sec-table .content.mob {
    display: none;
}

.sec-table .content .wrap-hide {
    display: none;
}

.sec-table .content .block-tab.active .wrap-hide {
    display: block;
}

.sec-table .content-tabs {
    padding: 25px 12px;
}

.sec-table .content .tabs {
    display: flex;
}

.sec-table .content .tabs div {
    font-family: 'Montserrat', sans-serif; font-weight: 700;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: var(--dark-blue);
    width: 50%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--white);
    cursor: pointer;
}

.sec-table .content .tabs div.active {
    background: transparent;
}

.sec-table .content-tabs table {
    border-collapse: collapse;
    padding: 25px 12px;
    width: 100%;
}

.sec-table tbody tr:nth-child(1) {
    margin: 0 7px;
    font-size: 14px;
}

.sec-table .content .content-tabs .block-tab {
    display: none;
}

.sec-table .content.mob .content-tabs .block-tab {
    display: block;
}

.sec-table .content .content-tabs .block-tab.active {
    display: block;
}

.sec-table tbody tr:nth-child(1) td {
    padding: 0 7px;
    min-width: 110px;

}

.sec-table .content-tabs table {
    font-family: 'Montserrat', sans-serif; font-weight: 500;
    font-size: 16px;
    line-height: 300%;
    color: var(--dark-blue);
}

.sec-table .content-tabs .info {
    font-family: 'Montserrat', sans-serif; font-weight: 500;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: var(--dark-blue);
}

.sec-table .content-tabs p {
    margin-bottom: 20px;
}

.sec-table .content .tit-tab {
    font-family: 'Montserrat', sans-serif; font-weight: 700;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: var(--dark-blue);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
}

.sec-table .content .block-tab.active .arrow-tab {
    transform: rotate(180deg);
}

.sec-table .content .block-tab.active .tit-tab {
    margin-bottom: 20px;
}

.line-tab {
    width: 100%;
    height: 1px;
    background-color: rgba(37, 37, 37, 0.5);
    margin: 15px 0;
}

.sec-table .content-tabs .title-text {
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
}

.sec-table .content-tabs .big {
    font-family: 'Montserrat', sans-serif; font-weight: 700;
    font-weight: bold;
}

.sec-table .content-tabs .strong {
    font-family: 'Montserrat', sans-serif; font-weight: 700;
    font-weight: bold;
}

.content tbody tr:nth-child(2n) {
    background: var(--white);
}

.sec-table tbody tr td:nth-child(1) {
    font-family: 'Montserrat', sans-serif; font-weight: 700;
    font-weight: bold;
}

.sec-table tbody tr:nth-child(1) td:nth-child(1) {
    font-family: 'Montserrat', sans-serif; font-weight: 500;
    font-weight: normal;
}

.sec-table .content-tabs td {
    margin: 0;
    padding: 0;
    text-align: center;
}

.sec-table .help-info .text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    padding: 10px 0 30px;
    color: var(--dark-blue);
}

.sec-table .help-info .title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    padding: 50px 0 10px 0;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: var(--dark-blue);
}

.sec-table .help-info .img-wrap {
    display: flex;
    margin-bottom: 25px;
    align-items: center;
}

.sec-table .help-info .img-wrap div {
    margin-left: 10px;
    font-family: 'Montserrat', sans-serif; font-weight: 500;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--dark-blue);
}

.sec-table .help-info .img-wrap div div {
    margin-left: 0;
    margin-bottom: 5px;
}

.sec-table .btn-color2 {
    background: var(--white);
    border: 2px solid var(--red-2);
    color: var(--red-2);
    font-size: 15px;
    margin: 0 auto;
    padding: 20px 0;
}

.reviews .reviews_wrap {
    width: 100%;
   max-width: 960px;
    margin: 0 auto;
}

.reviews .top {
    margin-left: 30px;
}

.reviews .title {
    font-family: 'Montserrat', sans-serif; font-weight: 700;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
    color: var(--dark-blue);
    margin-bottom: 25px;
}

.reviews .top .text {
    font-family: 'Montserrat', sans-serif; font-weight: 500;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: var(--dark-blue);
    margin-bottom: 60px;
}

.reviews .top .text span {
    color: var(--dark-blue);
}

.reviews .top .rating {
    display: flex;
    align-items: center;
    font-family: 'Montserrat', sans-serif; font-weight: 500;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: var(--dark-blue);
    margin-bottom: 100px;
}

.reviews .top .rating img {
    margin-right: 20px;
}

.reviews {
    padding-bottom: 87px;
    padding-top: 85px;
    position: relative;
}

.reviews::after {
    position: absolute;
    content: "";
    display: block;
    width: 85%;
    height: 100%;
    background: var(--white-3);
    border-radius: 2px;
    z-index: -5;
    top: 0;
    right: 0;
}

.reviews .reviews-list_wrap {
    position: relative;
}

.reviews .reviews-list_wrap .swiper-slide {
    padding: 10px;
}

.reviews-list_wrap img {
    border: 2px solid var(--dark-blue) !important;
    max-height: auto;
    width: 300px;
    margin: 0 auto;
}

.reviews .arrows .next {
    position: absolute;
    left: -70px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px solid var(--dark-blue);
    cursor: pointer;
    top: 50%;
}

.reviews .arrows .prev {
    position: absolute;
    right: -70px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px solid var(--dark-blue);
    cursor: pointer;
    top: 50%;
}

.reviews .arrows .svg.swiper-button-disabled {
    display: flex !important;
}

.sec-ask {
    padding-bottom: 115px;
    padding-top: 100px;
}

.ask-wrap {
    display: flex;
    align-items: center;
}

.ask-wrap .left {
    width: 100%;
    max-width: 400px;
    margin-right: 100px;
}

.ask-wrap .left .title {
    font-family: 'Montserrat', sans-serif; font-weight: 700;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: var(--dark-blue);
    margin-bottom: 50px;
}

.ask-wrap .left .btn-color {
    max-width: 335px;
    margin-bottom: 15px;
}

.ask-wrap .left .text img {
    margin-right: 15px;
}

.ask-wrap .left .text {
    font-family: 'Montserrat', sans-serif; font-weight: 500;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: var(--dark-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 320px;
}

.ask-wrap .list-icons {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.ask-wrap .icon-item {
    width: 100%;
    max-width: 240px;
    margin-bottom: 70px;
    margin-right: 80px;
}

.ask-wrap .icon-item.tr {
    transform: translate(50px, 0);
    margin-bottom: 0;
}

.ask-wrap .icon-item .tit {
    font-family: 'Montserrat', sans-serif; font-weight: 700;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 10px;
    color: var(--dark-blue);
}

.ask-wrap .icon-item .text {
    font-family: 'Montserrat', sans-serif; font-weight: 500;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--dark-blue);
}

.ask-wrap .icon-item .img-wrap {
    margin-bottom: 25px;
    display: flex;
}

.ask-wrap .icon-item .img-wrap span {
    font-family: 'Montserrat', sans-serif; font-weight: 500;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 49px;
    display: flex;
    align-items: center;
    text-align: center;
    color: var(--dark-blue);
    transform: translate(15px, 30px);
}

.sec-ask {
    position: relative;
}

.sec-ask::after {
    position: absolute;
    content: "";
    display: block;
    width: 85%;
    height: 100%;
    background: #FFF8E7;
    border-radius: 2px;
    z-index: -5;
    top: 0;
    left: 0;
}

.advantages {
    padding-top: 95px;
}

.advantages .title {
    font-family: 'Montserrat', sans-serif; font-weight: 700;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    color: var(--dark-blue);
    margin-bottom: 80px;
}

.advantages .list-advantages {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
}

.advantages .list-advantages .advantages-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 60px;
    width: 100%;
    max-width: 540px;
}

.advantages {
    position: relative;
}



.advantages .list-advantages .advantages-item .tit {
    font-family: 'Montserrat', sans-serif; font-weight: 700;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: var(--dark-blue);
    margin-bottom: 20px;
}


.advantages .list-advantages .advantages-item .text {
    font-family: 'Montserrat', sans-serif; font-weight: 500;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--dark-blue);

}

.advantages .list-advantages img {
    margin-right: 50px;
}

.sec-form .slider img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 5px;
    max-height: 100%;
}

.sec-form .slider {
    width: 100%;
    max-width: 75px;
    max-height: 570px;
    margin-right: 28px;
    margin-left: 0;
}

.sec-form .content {
    display: flex;
}

.sec-form .slider .swiper-slide {

    width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid transparent;

}

.sec-form .slider .swiper-slide:hover {
    border: 1px solid var(--gray);
}

.sec-form .content-slider {
    display: flex;
    width: 100%;
    max-width: 540px;
    margin-top: 25px;
    margin-right: 180px;
}

.sec-form .wrap-img {
    position: relative;
    width: 100%;
    max-width: 440px;
    height: auto;
    max-height: 570px;
}

.sec-form .arrows .svg {
    position: absolute;
    z-index: 5;
    width: 100%;
    right: 0;
    display: flex;
    justify-content: center;
    padding: 5px 0;
    background-color: var(--white);
    cursor: pointer;
}

.sec-form .arrows .prev {
    bottom: 0;
}

.sec-form .title {
    font-family: 'Montserrat', sans-serif; font-weight: 700;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    color: var(--dark-blue);
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
    max-width: 750px;
}

.sec-form .title span {
    color: var(--dark-blue);
}

.sec-form .form-text {
    display: none;
}

.sec-form .title span.hiden {
    color: var(--dark-blue);
}

.sec-form .table-size {
    position: absolute;
    left: 0;
    bottom: 0px;
    background: var(--white);
    border-radius: 0px 5px 5px 0px;
    padding: 11px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 130%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: var(--dark-blue);
}

.sec-form {
    padding-bottom: 50px;
    margin-bottom: 35px;
}

.sec-form .table-size .num {
    font-size: 19px;
}

.sec-form .arrows .next {
    top: 0;
}

.item-color .wrap-img img {
    width: auto;
    /* max-width: 100%; */
    height: auto;
    max-height: 100%;
    object-fit: inherit;
}

.wrap-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec-form .label {
    position: absolute;
    right: 0;
    top: 0;
    background: var(--red);
    border-radius: 0px 0px 0px 12px;
    padding: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    display: flex;
    height: 24px;
    align-items: center;
    text-align: center;
    color: var(--white);
}

.info_wrapper {
    display: flex;
    justify-content: space-between;
}

.info_wrapper img {
    width: 200px;
    max-width: 100%;
    height: auto;
    height: 100%;
    margin-right: 10px;
}

.sec-form .price {
    position: absolute;
    right: -95px;
    width: 200px;
    height: 120px;
    bottom: 37px;
    background: var(--white-3);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.sec-form .price-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    padding: 14px 0;
    padding-left: 22px;
}

.sec-form .price-wrap .disc {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: absolute;
    background: var(--red);
    border-radius: 50px;
    width: 55px;
    height: 55px;
    top: 50%;
    transform: translate(0, -50%);
    right: 18px;
}

.sec-form .price-wrap .disc .value {
    font-family: 'Montserrat', sans-serif; font-weight: 700;
    font-weight: bold;
    font-size: 19px;
    line-height: 23px;
    color: var(--white);
}

.sec-form .price-wrap .disc .text {
    font-family: 'Montserrat', sans-serif; font-weight: 700;
    font-weight: bold;
    font-size: 9px;
    line-height: 11px;
    color: var(--white);
}

.sec-form .price-wrap .price-old .text {
    font-family: 'Montserrat', sans-serif; font-weight: 500;
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    color: var(--dark-blue);
}

.sec-form .price-wrap .price-old .val {
    font-family: 'Montserrat', sans-serif; font-weight: 700;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: var(--dark-blue);
    position: relative;
}

.sec-form .price-wrap .price-old .val:after {
    content: "";
    display: block;
    position: absolute;
    width: 110%;
    height: 2px;
    background: var(--red);
    top: 50%;
    right: 50%;
    z-index: 3;
    transform: translate(50%, -50%);
}

.sec-form .price-wrap .price-new .text {
    font-family: 'Montserrat', sans-serif; font-weight: 500;
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    color: var(--dark-blue);
}

.sec-form .price-wrap .price-new .val {
    font-family: 'Montserrat', sans-serif; font-weight: 700;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: var(--dark-blue);
}

.sec-form .content-slider {
    display: flex;
}

.sec-form .form-wrap {
    background: var(--gray-2);
    border-radius: 5px;
    padding: 20px 30px;
    width: 100%;
    max-width: 450px;
    border: 3px dashed var(--dark-blue);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.item-color .form-wrap {
    width: 100%;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sec-form .form-wrap .top_count,
.item-color .form-wrap .top_count {
    font-family: 'Montserrat', sans-serif; font-weight: 500;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: var(--white);
}

.sec-form .form-wrap .top_count span,
.item-color .form-wrap .top_count span {
    background: var(--dark-blue);
    font-family: 'Montserrat', sans-serif; font-weight: 700;
    font-weight: bold;
    font-size: 13.35px;
    line-height: 16px;
    color: var(--orange);
}

.sec-form .form-wrap .title,
.item-color .form-wrap .title {
    font-family: 'Montserrat', sans-serif; font-weight: 700;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: var(--white);
    margin-bottom: 15px;
}

.timer {
    margin-bottom: 30px;
    width: 100%;
    max-width: 230px;
    display: flex;
    justify-content: space-between;
}

.timer .timer_item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title-mob {
    display: none;
    font-family: 'Montserrat', sans-serif; font-weight: 700;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.00em;
    color: var(--dark-blue);
}

.top-price.mobile {
    display: none;
}

.top_wrap .item-block .mob {
    display: none;
}

.timer-wrap.top {
    display: none;
}

.section-header .title-mob {
    z-index: 10;
    display: none;
    position: absolute;
    top: -45px;
    width: 100%;
    line-height: 0.9;
    font-size: 20px;
    text-align: center;
}

.timer .toc {
    font-family: 'Montserrat', sans-serif; font-weight: 500;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: var(--white);
    height: 35px;
}

.timer-wrap.top .toc {
    color: var(--dark-blue);
}



.timer .timer_item .text {
    font-family: 'Montserrat', sans-serif; font-weight: 500;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: var(--white);
}

.timer-wrap.top .timer_item .text {
    color: var(--white);
}

.timer .timer_item .count {
    display: flex;
    margin-bottom: 4px;
}

.timer .timer_item .count span {
    background: var(--white);
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif; font-weight: 700;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark-blue);
    width: 30px;
    height: 40px;
    margin: 0 2px;
}

.timer-wrap.top .timer_item .count span {
    background: var(--dark-blue);
    color: var(--white);
}

.form-wrap a {
    width: 100%;
}

.sec-form .form-wrap form,
.item-color .form-wrap form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.item-color .form-wrap-select50.form-wrap form {
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 10px;
}
.form-wrap-select50 .btn-color1 {
    padding: 30px 0;
}

.sec-form {
    position: relative;
    padding-top: 66px;
    padding-bottom: 55px;
	background: url(../img/fon1.jpg) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;

    position: relative;
}

.sec-form::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #FFF8E7;
    border-radius: 2px;
    z-index: -5;
    top: 0;
    left: 0;
}

.item-color .wrapper-item {
    flex-wrap: wrap;
}

.sec-form .field,
.item-color .field {
    font-family: 'Montserrat', sans-serif; font-weight: 500;
    padding: 22px 0;
    padding-left: 50px;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: var(--gray-3);
    -ms-appearance: none;
    appearance: none !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
    background: var(--white);
}

.item-color .field {
    padding: 11px 0;
    padding-left: 20px;
    background: var(--light-gray-3);
}
@media (max-width: 440px) {
    .item-color .field {
        padding-left: 10px;
    }
}

.sec-form .field option,
.item-color .field option {
    font-family: 'Montserrat', sans-serif; font-weight: 500;
    padding: 22px 0;
    padding-left: 50px;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: var(--gray-3);
    height: 20px;
}

label {
    width: 100%;
    position: relative;
    margin-bottom: 18px;
    border-radius: 5px;
    overflow: hidden;

}
.item-color label {
    margin-bottom: 10px;
}

label.select50 {
    width: calc(50% - 5px);
}

label img {
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
    left: 18px;
    height: 20px;
    pointer-events: none;
}

input.inp,
.table-size-btn {
    font-family: 'Montserrat', sans-serif; font-weight: 500;
    padding: 22px 0;
    padding-left: 50px;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: var(--gray-3);
    -ms-appearance: none;
    appearance: none !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
    box-sizing: border-box;
	text-transform: capitalize;
}

.form-wrap-select50 input.inp,
.table-size-btn {
    background: var(--light-gray-3);
    padding: 11px 0;
    padding-left: 20px;
}
.table-size-btn {
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    text-align: left;
}
.table-size-btn svg {
    height: 8px;
}
.table-size-btn svg path {
    stroke: var(--gray-3);
}
@media (max-width: 440px) {
    .form-wrap-select50 input.inp {
        padding-left: 10px;
    }
    .table-size-btn {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.table-size-dropdown {
    max-width: 450px;
    width: 100%;
    margin-bottom: 10px;
}
.table-size-dropdown .contlight {
    display: grid;
    grid-template-rows: 0fr;
    transition: all 0.2s linear;
    overflow: hidden;
}
.table-size-dropdown .contlight table {
    overflow: hidden;
}
.table-size-dropdown-open .contlight {
    grid-template-rows: 1fr;
}

.popap-table .close-popap.form {
    top: 15px;
    right: 20px;
}

.popap-table.form .popap-table-item {
    background: var(--white);
    box-sizing: border-box;
    border-radius: 1px;
    height: auto;
    max-width: 450px;
    position: relative;
    padding: 15px 20px;
    margin: 0 auto;
}

.popap-table.form input.inp {
    background: var(--white);
    border: 1px solid var(--dark-blue);
    box-sizing: border-box;
    border-radius: 2px;
    margin-bottom: 20px;
}

.popap-table.form .btn-color {
    color: var(--white);
    width: 100%;
    margin-bottom: 15px;
    background: linear-gradient(180deg, var(--red-2) 0%, var(--red-2) 100%);
}

.popap-table.form .text {
    font-family: 'Montserrat', sans-serif; font-weight: 500;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: var(--dark-blue);
    margin-bottom: 10px;
}


.popap-table.form .title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 20px;
    color: var(--dark-blue);
    text-align: center;
    margin-bottom: 15px;
    margin-top: 5px;
    margin-left: 10px;
}

.sec-form .form-wrap form .btn-color1 {
    width: 100%;
    margin-bottom: 15px;
}
.item-color .form-wrap form .btn-color1 {
    width: 100%;
}

.footer {
    padding-top: 33px;
    padding-bottom: 30px;
}

.footer .tit {
    font-family: 'Montserrat', sans-serif; font-weight: 500;
    font-weight: 500;
    font-size: 12px;
    line-height: 156%;
    color: var(--dark-blue);
    text-align: center;
    margin-bottom: 17px;
}

.footer .list-logo {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.footer .bottom {
    display: flex;
    justify-content: space-between;
}

.footer .logo {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}

.footer .logo .logo {
    font-family: 'Montserrat', sans-serif; font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.1em;
    color: var(--dark-blue);
    margin-right: 0;
}

.footer .cont {
    margin-right: 20px;
}

.footer .cont {
    width: 100%;
    max-width: 350px;
    font-family: 'Montserrat', sans-serif; font-weight: 500;
    font-weight: 500;
    font-size: 12px;
    line-height: 156%;
    text-align: center;
    color: var(--dark-blue);
}

.footer .logo .sub {
    font-family: 'Montserrat', sans-serif; font-weight: 700;
    font-size: 6px;
    line-height: 7px;
    letter-spacing: 0.05em;
    color: var(--dark-blue);
}


.footer .links {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer .links a {
    font-family: 'Montserrat', sans-serif; font-weight: 500;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-decoration-line: underline;
    color: var(--dark-blue);
    margin-bottom: 8px;
    text-align: right;
}

.thank-sec {
    padding-top: 50px;
    margin-bottom: 100px;
}

.thank-sec .tit {
    font-family: 'Montserrat', sans-serif; font-weight: 700;
    font-weight: bold;
    font-size: 50px;
    line-height: 61px;
    color: var(--dark-blue);
    margin-bottom: 25px;
    text-align: center;
}

.thank-sec .text {
    font-family: 'Montserrat', sans-serif; font-weight: 500;
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    color: var(--dark-blue);
    margin-bottom: 32px;
}

.thank-sec .text2 {
    font-family: 'Montserrat', sans-serif; font-weight: 700;
    font-weight: bold;
    font-size: 27px;
    line-height: 33px;
    text-align: center;
    color: var(--dark-blue);
    margin-bottom: 60px;
}

.thank-sec .items-list {
    margin: 0 auto;
    margin-bottom: 90px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.thank-sec .item {
    width: 100%;
    max-width: 300px;
    margin: 0 15px;
    background: var(--white);
    box-shadow: 0px 19.2571px 38.5141px rgba(0, 0, 0, 0.1);
    border-radius: 6.41902px;
    padding-bottom: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.thank-sec .item img {
    margin-bottom: 17px;
    max-width: 100%;
}

.thank-sec .item .name {
    font-family: 'Montserrat', sans-serif; font-weight: 700;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: var(--dark-blue);
    margin-bottom: 17px;
}

.thank-sec .item .price {
    display: flex;
    justify-content: center;
    margin-bottom: 17px;
}

.thank-sec .item .price .old {
    font-family: 'Montserrat', sans-serif; font-weight: 500;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #999999;
    margin-right: 10px;
}

.thank-sec .item .price .new {
    font-family: 'Montserrat', sans-serif; font-weight: 700;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: var(--dark-blue);
}

.thank-sec .item a {
    font-family: 'Montserrat', sans-serif; font-weight: 500;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    padding: 15px 30px;
    color: var(--dark-blue);
    border-radius: 2px;
    border: 2px solid var(--dark-blue);
}

.thank-sec .item .timer_item {
    float: left;
    margin: 0 35px 0 0;
    width: 100px;
}

.thank-sec .item a {}

.thank-sec .item a {}

.thank-sec .item a {}



.thank-sec .text3 {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
}

.thank-sec .text-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 42px;
}

.thank-sec .text-wrap img {
    margin-right: 70px;
}

.thank-sec .text-wrap p {
    font-family: 'Montserrat', sans-serif; font-weight: 500;
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    color: var(--dark-blue);
    margin-bottom: 30px;
}

.thank-sec .text-wrap div {
    font-family: 'Montserrat', sans-serif; font-weight: 500;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: var(--dark-blue);
}

.thank-sec .btn-color {
    max-width: 350px;
    margin: 0 auto;
}

.thank-sec .text-wrap div.strong {
    margin-bottom: 8px;
    font-family: 'Montserrat', sans-serif; font-weight: 700;
    font-weight: 600;

}




#popup__toggle {
    bottom: 10px;
    right: -5px;
    position: fixed;
    z-index: 60;
}

.img-circle {
    background-color: var(--orange);
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    cursor: pointer;
}


.circle-fill {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    background-color: var(--orange);
    width: 87px;
    height: 87px;
    bottom: -10px;
    right: 20px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
    animation: circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}

.img-circle {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 59px;
    height: 59px;
    bottom: 4px;
    right: 34px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
}

.img-circleblock {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 59px;
    height: 59px;
    background-image: url(/images/mini.png);
    background-position: center center;
    background-repeat: no-repeat;
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-circle:hover {
    opacity: 1;
}

@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0.9);
        opacity: 1;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }
}

@keyframes tossing {
    0% {
        transform: rotate(-8deg);
    }

    50% {
        transform: rotate(8deg);
    }

    100% {
        transform: rotate(-8deg);
    }
}

@-webkit-keyframes tossing {
    0% {
        -webkit-transform: rotate(-8deg);
    }

    50% {
        -webkit-transform: rotate(8deg);
    }

    100% {
        -webkit-transform: rotate(-8deg);
    }
}

@-moz-keyframes circle-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1;
    }

    30% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5;
    }

    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1;
    }
}

@-webkit-keyframes circle-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        -webkit-opacity: .1;
    }

    30% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        -webkit-opacity: .5;
    }

    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        -webkit-opacity: .1;
    }
}

@-o-keyframes circle-anim {
    0% {
        -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
        -o-opacity: .1;
    }

    30% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        -o-opacity: .5;
    }

    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        -o-opacity: .1;
    }
}

@keyframes circle-anim {
    0% {
        transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
    }

    30% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5;
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1;
    }
}

@-moz-keyframes circle-fill-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }

    50% {
        -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

@-webkit-keyframes circle-fill-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }

    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

@-o-keyframes circle-fill-anim {
    0% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }

    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

@keyframes circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}



@media (max-width: 768px) {
    #popup__toggle {
        display: block;
    }
}

/* MONSTERWEB */
#wg_preload_wrap {
    background-color: var(--dark-blue);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    width: 100%;
    height: 100%;
    text-align: center;
}

#wg_preload_spinner {
    position: relative;
    top: 35%;
    width: 100px;
    height: 100px;
    display: inline-block;
}
.spinner-icon {
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    border: solid 2px transparent;
    border-top-color: transparent;
    border-left-color: transparent;
    border-top-color: #158fd2;
    border-left-color: #158fd2;
    border-radius: 100%;
    -webkit-animation: nprogress-spinner 900ms linear infinite;
    animation: nprogress-spinner 900ms linear infinite;
    top: 0px;
    right: 2px;
    z-index: 2;
}
@-webkit-keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.wg_hidden {
	display: none;
}
.wg_disabled {
	opacity: 0.3;
	cursor: not-allowed;
}
#msg_modal .popap-table-item {
	background: var(--white-3);
	padding: 20px 10px;
	border: 2px solid var(--red-4);
}
#msg_modal .text {
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.7;
	color: var(--red-4);
	/* margin-bottom: 0; */
}
#msg_modal.msg-theme-success .popap-table-item {
	border: 2px solid var(--green);
}
#msg_modal.msg-theme-success .text {
	color: var(--green);
}

.btn-colorbg{
	    background: linear-gradient(180deg, var(--red-2) 0%, var(--red-2) 100%);    color: var(--white);
}
.btn-colorbg:hover {
    background: linear-gradient(180deg, var(--red-3) 0%, var(--red-3) 100%); color: var(--white);
}
.sec3 {margin: 50px 0;}
.sec3 .name {padding: 20px 0 0 0;}
.wrap-img .price{display:none;}
.form-wrap .top-price {
    display: flex;
    align-items: center;
    background: var(--white-3);
    padding: 5px 28px;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 15%);
    border-radius: 5px;
    max-width: 345px;
    width: 100%;
    margin-bottom: 30px;
    height: 86px;
}
.form-wrap .old-price {
    font-family: 'Montserrat', sans-serif; font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    color: var(--dark-blue);
    width: 90px;
}

.form-wrap .old-price .value {
    font-family: 'Montserrat', sans-serif; font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    position: relative;
}

.form-wrap .old-price .value::after {
    content: "";
    display: block;
    position: absolute;
    width: 110%;
    height: 2px;
    background: var(--red);
    top: 50%;
    right: 50%;
    z-index: 3;
    transform: translate(50%, -50%);
}

.form-wrap .discount {
    width: 66px;
    height: 66px;
    background: var(--red-2);
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 11px;
    line-height: 11px;
    text-align: center;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 10px;
}
.form-wrap .discount .value {
    font-size: 19px;
    line-height: 23px;
}

.form-wrap .current-price {
    font-family: 'Montserrat', sans-serif; font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    color: var(--dark-blue);
    width: 90px;
}

.form-wrap .current-price .value {
    font-family: 'Montserrat', sans-serif; font-weight: 700;
    font-size: 30px;
    line-height: 24px;
    text-align: center;
}

@media screen and (max-width: 976px){
.hiddenmob{display:none;}
.contlight {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}
.table-size-dropdown .contlight {
    max-width: none;
}
}

@media (max-width: 768px){
	.header_phone a {
    color: var(--white);
    text-align: center;
    font-size: 15px;
    height: 45px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 50px;
}
	
header {
    background: var(--dark-blue);width: 100%;
	position: absolute; height: 45px;
	z-index:9999; top: 0px; left:0;
}

.header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 45px;
}
	
	#phoneimg {
    display: none;

}
	 .reviews .reviews_wrap {
    width: 100%;
    max-width: 645px;
    margin: 0 auto;
}
.miniform h3 {
    text-align: center;
    color: var(--white);
    font-size: 10px;
    line-height: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
	.wrap-img .price{display:block;}
.col-3 {
 
    width: 50%;
}}
@media (max-width: 490px){
	.section-header .right-sec .wrap-img{box-shadow: none;}
	.top_wrap .current-price .value {
    font-size: 25px;
}
.header_phone a {
    color: var(--white);
    text-align: center;
    font-size: 15px;
    height: 45px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 50px;
}
.header_phone {
    color: var(--white);
    text-align: right;
    width: 100%;
    align-items: center;
    height: 50px;
}
.header_logo img{
    max-width: 100px;
}
	
.s3p {

    min-height: 185px;
}
.col-3 {
 
    width: 100%;
}}



@keyframes sheens {

    0%,
    79% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
        transform: rotateZ(60deg) translate(-5em, 7.5em)
    }

    80% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
        transform: rotateZ(60deg) translate(-5em, 7.5em)
    }

    95% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateZ(60deg) translate(1em, -11em);
        transform: rotateZ(60deg) translate(1em, -11em)
    }

    to {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotateZ(60deg) translate(1em, -9em);
        transform: rotateZ(60deg) translate(1em, -9em)
    }
}