@font-face {
  font-family: smeltex-medium;
  src: url('/assets/fonts/smeltex-medium.otf');
}

@font-face {
  font-family: smeltex-bold;
  src: url('/assets/fonts/smeltex-bold.otf');
}
@font-face {
  font-family: montserrat-medium;
  src: url('/assets/fonts/Montserrat-Medium.ttf');
}
@font-face {
  font-family: montserrat-bold;
  src: url('/assets/fonts/Montserrat-Bold.ttf');
}


.download_note{
    font-size: 12px;
    color: gray;
    text-align: center;
    margin-top: 0.5em;
}
.wr{
	z-index:80;
}

.topnav {
	z-index:90;
}


.topnav__container .user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    right: 230px;
    top: -0.3em;
	min-width: 8em;
}

.topnav__container .ru {
	right: 250px;
}

.topnav__container .user .user_name{
	padding: 1em;
    width: 100px;
    height: 2.7em;
    overflow: hidden;
}

.topnav__container .user .user_name .user_name_content {
    display: inline-block;
    white-space: nowrap;
    -webkit-animation: marquee 5s linear infinite;
            animation: marquee 5s linear infinite;
}

@-webkit-keyframes marquee {
    from {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
    }
}

@keyframes marquee {
    from {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
    }
}

.topnav__container .user .user_name:hover{
	color: red !important;
}

.topnav__container .user .user-menu ul{
	padding-left: 0.5em;
    background-color: white;
    color: black;
    padding-right: 2em;
}

.topnav__container .user .user-menu ul li{
	padding: 1em;
	padding: 0.3em;
	text-align: left;
}

.topnav__container .user .user-menu ul li:hover{
	color: red !important;
}

.topnav__container .user .user-menu {
	margin-left: 1em;
}


.register {
	padding: 2em;
}

.register .panel-heading{
	font-weight: bold;
}

.register .card-header{
	font-weight: bold;
}

.wide-product-item__btn-favorite {
	border-radius: 500px;
    color: #fff;
    display: block;
    font-size: .85em;
    margin-top: 10px;
}

.in_product_btn-favorite{
	margin: 0px !important;
    width: 60px !important;
    height: 60px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 1em !important;
	cursor: pointer;
}

.in_product_btn-favorite svg{
	
}

#modal_lead_discount{
	background: rgba(0,0,0,0.7);
}
 
#modal_lead_discount.hidden {
	display:none !important;
}
  
#modal_lead_discount.show {
	display:block !important;
}

#reg_coupon_discount.show {
	display:block !important;
}

#privicy_policy.show {
	display: block !important;
    height: 80vh;
    margin-top: 10vh;
    width: 50vw;
    margin-left: 25vw;
}

#privicy_policy .reg_coupon_discount_code{
    height: 50vh;
    overflow: hidden;
    overflow-y: scroll;
    text-align: left;
    padding: 1em;
    margin-bottom: 1em;
}

#privicy_policy a{
	color:white;
}

#modal_lead_discount .quiz-discount__title-quiz{
	font-size: 40px;
    width: 100%;
    display: block;
    color: yellow;
}

#modal_lead_discount .quiz-discount-wrapper{
	padding: 2em;
}

#modal_lead_discount .quiz-discount{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-height: auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

#modal_lead_discount .quiz-discount__start-subtitle{
	padding-bottom: 15rem;
	font-size: 1.1rem;
    line-height: 1.5;
    max-width: 400px;
	color: #fff;
}

#modal_lead_discount .quiz-discount-wrapper{
	background: #080808 url(/assets/images/check_list_magnet.png) no-repeat;
    background-size: contain;
    background-position: bottom;
}

#modal_lead_discount .quiz-discount__start-button span{
	border: 2px solid;
    border-radius: 50%;
    color: #5a5a5a;
    font-family: monospace;
    font-weight: 700;
    height: 1.7rem;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.7rem;
}


#modal_lead_discount .quiz-discount--step{
	    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background: #e8e7f1;
    color: #080808;
    justify-content: center;
    /* margin-left: auto; */
    max-height: 850px;
    max-width: 550px;
    text-align: center;
    width: 100%;
    padding-left: 3em;
    padding-right: 3em;
    padding-bottom: 1em;
}

#modal_lead_discount .quiz-discount__start-button{
	cursor: pointer;
	
	-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: #fff;
    border-radius: 50px;
    color: #080808;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: var(--font-family-open-sans);
    font-size: 1rem;
    font-weight: 700;
    font-weight: 600;
    justify-content: center;
    letter-spacing: .08em;
    margin: 1rem 0;
    max-width: 18rem;
    padding: 0.6rem 1.4rem;
    position: relative;
    text-transform: uppercase;
    width: 60%;
}

#modal_lead_discount .hidden{
	display: none;
}

#modal_lead_discount .quiz-discount__progress-title{
	padding-top: 1em;
	color: #27ae60;
    font-family: var(--font-family-agora);
    font-size: 1.5rem;
    font-weight: 900;
    padding-bottom: 1rem;
    text-align: center;
}

#modal_lead_discount .quiz-discount__question{
	font-size: 1.15rem;
    padding: 0 2rem 1.5rem;
	font-weight: 700;
}


#modal_lead_discount .quiz-discount .input-white{
	border: 1px solid #b8b8b8;
    font-size: .9em;
}

#modal_lead_discount .quiz-discount__title-quiz{
	font-size: 40px;
    width: 100%;
    display: block;
    color: yellow;
	font-family: var(--font-family-agora);
    font-weight: 900;
}


.wide-product-item__btn-favorite.selected{
	background: #bdcc2e;
    color: black;
    font-weight: bold;
}

.wide-product-item__btn-favorite.selected svg{
	fill: black;
}

.wide-product-item__btn-favorite svg{
	fill: white;
}

.wide-product-item__btn-favorite{
	margin: auto;
    margin-top: 10px;
    padding: 10px;
    width: 40px;
}



.cabinet_header{
	font-size: 25px;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 1em;
}

.cabinet_info {
	background-color: #e1f337;
	color: black;
}

.cabinet_section_header{
	font-size: 20px;
	font-weight: bold;
	margin-top: 1em;
}

.cabinet_user_info_header{
	border-bottom: 5px solid #e1f337;
	margin-bottom: 1.5em;
}

.cabinet_user_info_content{
	
}

.cabinet_section_content{
	font-size: 18px;
	padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.cabinet_user_info_content.grey{
	background: #dddddd;
}

.sk_flex_row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.sk_flex_col{
	/* min-width: 10em; */
	
}


/* purchase history */

.history_table {
	width: 100%;
}

.history-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.history-container-order {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	font-size: 20px;
	padding: 30px 0;
	display: flex;
	color: #020407;
	border-bottom: 1px solid #eee;
}

.history-container-item {

}

.history-container-title {
	font-weight: 600;
	font-size: 22px;
}

.history-container-title, .history-container-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;	
	width: 25%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.history-container-title:nth-child(3), .history-container-text:nth-child(3) {
	width: 40%;
}

/* .history-container-text:nth-child(3) {
	justify-content: flex-start;
} */

.history-container-text img {
	width: 120px;
	height: 40px;
	border-radius: 5px;
	margin-right: 15px;
	-o-object-fit: cover;
	   object-fit: cover;
}

.history-container-text-item-block {
	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;
}

.history-container-text-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.history-container-text-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.history-container-text-price-red {
	font-size: 12px;
	color: red;
	text-decoration: line-through;
}

.history-total {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	margin-right: 100px;
}

.history-total-real {
	font-size: 14px;
	font-weight: 600;
}

.history-total-real span {
	font-size: 24px;
}

.history-total-saved {
	font-size: 14px;
	font-weight: 600;	
}

.history-total-saved span {
	color: #2bcb5e;
}


/* favourites */

.favourites-container {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.favourites-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 20px;
	padding: 30px 0;
	color: #020407;
	border-bottom: 1px solid #eee;
}

.favourites-item-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 5px;
	width: 20%;
}

.favourites-item-remove {
	width: 10%;
}

.favourites-item-remove svg, .favourites-item-block svg {
	cursor: pointer;
}

.favourites-item-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	width: 70%;
}

.favourites-item-info img {
	width: 360px;
	height: 200px;
	border-radius: 5px;
	margin-right: 15px;
	-o-object-fit: contain;
	   object-fit: contain;
}

.favourites-item-qty {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}

.favourites-item-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.favourites-item-price-red {
	font-size: 12px;
	color: red;
	text-decoration: line-through;
}

.favourites-total {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	margin-right: 100px;
}

.favourites-total-discount {
	font-size: 14px;
	font-weight: 600;
}

.favourites-total-real {
	font-size: 14px;
	font-weight: 600;
}

.favourites-total-real span {
	font-size: 24px;
}

.favourites-total-saved {
	font-size: 14px;
	font-weight: 600;	
}

.favourites-total-saved span {
	color: #2bcb5e;
}

.col1{
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 25%;
	        flex: 0 0 25%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
#copyToClipboardBtn {
	cursor: pointer;
}

.col2{
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 60%;
	        flex: 0 0 60%
}

.col3{
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 10%;
	        flex: 0 0 10%
}

.cabinet_section_content input{
	background: transparent;
    border: 0px;
	width: 90%;
}

.cabinet_section_content.col3 {
	cursor: pointer;
}

.mobile-favorite{
	width: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
    height: 50px;
    margin-left: 0.7em;
	width: 35px;
	text-decoration: none;
	border-bottom: none;
}

.topnav__container .user .user-menu {
	margin-left: 0;
}

.topnav__container .user .user-menu ul {
	padding-right: 0.5em;
}

.topnav__menu-mobile-icon{
	width: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
}

.mobile_username{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	cursor: pointer;
}

.mobile_username span{
	font-size: 10px;
    line-height: 10px;
}

.form-horizontal .c-button {
	margin-top: 10px;
}

.form-horizontal .btn-link {
	margin-left: 5px;
}

.reg_coupon_discount-wrapper{
	background: black;
    border-radius: 5px;
    border-color: white;
    border: 3px solid white;
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

#reg_coupon_discount_content{
	color:white;
}

.reg_coupon_discount_title{
	color: red;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 1em;
}

.reg_coupon_discount_code {
    color: #e0f337;
    font-size: 20px;
    padding-bottom: 2em;
}

.reg_coupon_discount_text {
    color: white;
    font-size: 16px;
    padding-bottom: 2em;
}

.reg_coupon_discount_close{
	background-color: #e1f337;
    padding: 1em;
    border: 0px;
    border-radius: 50px;
    font-weight: bold;
}

#policy_link{
	text-decoration: underline;
    color: blue;
	cursor: pointer;
}

/* pulsing red dot on login icon */

.user-menu-unregistered-msg {
    display: inline-block;
	color: #fff;
	background-color: #f6355c;
	border-radius: 50%;
    width: 20px;
    /* height: 20px; */
    text-align: center;
    margin-left: 5px;
    line-height: 1.2;
}

.user-pulse-circle {
	position: relative;
	width: 25px;
}

.user-pulse-circle::after {
	/* content: ''; */
	content: '1';
	position: absolute;
	top: -6px;
	right: -10px;
	width: 15px;
	height: 15px;
	color: #fff;
	background-color: #f6355c;
	border-radius: 50%;
	font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	/* animation: pulse 1.5s infinite;	 */
	-webkit-animation: jump 1s infinite;
	        animation: jump 1s infinite;
}

.topnav__container .user .user_name:hover > .user-pulse-circle {
	color: #fff !important;	
}

.user-pulse-circle-mobile::after {
    top: 0px;
    right: 1px;
    width: 15px;
    height: 15px;
}

/*
@keyframes pulse {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	50% {
		transform: scale(1.5);
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}
*/

@-webkit-keyframes jump {
    0% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    10% {
        -webkit-transform: translateY(-8px);
                transform: translateY(-8px);
    }
    20% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    25% {
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px);
    }
    35% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-3px);
                transform: translateY(-3px);
    }
    50% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    55% {
        -webkit-transform: translateY(-2px);
                transform: translateY(-2px);
    }
    65% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}

@keyframes jump {
    0% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    10% {
        -webkit-transform: translateY(-8px);
                transform: translateY(-8px);
    }
    20% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    25% {
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px);
    }
    35% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-3px);
                transform: translateY(-3px);
    }
    50% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    55% {
        -webkit-transform: translateY(-2px);
                transform: translateY(-2px);
    }
    65% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}

/* product page */

.kit-product-long.product-main--v2 {
	padding-bottom: 0 !important;
	overflow-x: hidden;
}

.kit-product-long.product-main__buttons {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: -110px;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	    -ms-flex-direction: row !important;
	        flex-direction: row !important;
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}

.kit-product-long.product-main--v2 .product-main__price--old-v2 {
	color: #E5326B;
}

.kit-product-long.product-main__buttons .product-main__price-block--v2 {
	background: #000;
	padding-left: 40px;
	padding-right: 0;
	position: relative;
	padding-bottom: 0px;
}

.kit-product-long.product-main__buttons .price-block--v2-diagonal {
    position: absolute;
    top: 0px;
    left: -95px;
    width: 40%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, transparent), color-stop(10%, #000));
    background: linear-gradient(to bottom right, transparent 50%, #000 10%);
}

.kit-product-long.product-main__buttons .product-main__discount {
	background: #E5326B;
	font-weight: 500;
	font-size: 30px;
	line-height: 36px;
}

.kit-product-long.product-main__buttons .product-main__discount-block {
	padding-right: 0;
	z-index: 10;
	position: relative;
    top: 0;
}

.kit-product-long.wide-product-item__processing-time--default {
	font-size: 38px;
	line-height: 45px;
	color: #fff;
	letter-spacing: 0.5px;
	text-align: left;
	margin-top: -50px;
	position: relative;
    z-index: 10;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.kit-product-long.product-long-total {
	background: #fff;
	padding: 3rem 0 3rem;
}

.kit-product-long.wide-product-item__processing-time--default span {
	color: #e1f337;
}

.kit-product-long .product-long-total__button {
	-webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
	        box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
	text-transform: capitalize;
}

.kit-product-long .wide-product-item__btn-favorite {
	margin: unset;
	margin-left: 30px !important;
}

.kit-product-long .wide-product-item__btn-favorite.selected {
	background: #e1f337;
	-webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
	        box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
}

.kit-product-long .wide-product-item__btn-favorite svg {
	fill: #000;
}

.kit-product-long .product-long-total__button {
    padding: .5em 2em .35em;
	text-transform: uppercase;
}

.kit-product-long .product-long-total__button:hover {
	color: #0056b3;
}

.product-long-videos {
	color: #fff;
    background: #000;
}

.product-long-description {
	background-color: #e1f337;
	padding-bottom: 4.5rem;
	overflow-y: hidden;
}

.product-long-description__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 30px;
}

.product-long-related__title{
	padding-bottom: 40px;
}

.product-long-description__block {
	background: #fff;
	width: 47%;
	border-radius: 50px;
	padding: 50px 70px;
}

.product-long-description__title {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 12px;
}

.product-long-description__text {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
}

.product-long-description__btn {
	margin-top: 4.5rem;
	color: #E1F337;
	background-color: #000;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 26px;
    line-height: 31px;
}

.product-long-description__btn:hover {
	background-color: #000;
	opacity: .7;
}

.product-long-gallery__arrow svg {
	fill: #E1F337;
}

.kit-product-long-complectation {
	background: #e1f337;
	overflow-y: hidden;
}

.product-complectation-title {
	font-weight: 500;
	font-size: 36px;
	line-height: 43px;
	color: #000;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);	
}

.kit-product-long-complectation .product-long-complectation__title {
	padding: 1.3em 15px;
	margin-bottom: 0;
	background: #D9D9D9;
	color: #676767;
	border-right: 1px #fff solid;
}

.kit-product-long-complectation .product-complectation-tabs {
	-webkit-filter: drop-shadow(0px 1px 6px rgba(0, 0, 0, 0.25));
	        filter: drop-shadow(0px 1px 6px rgba(0, 0, 0, 0.25));
	positin: relative;
}

.kit-product-long-complectation .product-long-complectation__title:first-child {
	border-radius: 35px 0 0 0;
	border-right: 1px #fff solid;
}

.kit-product-long-complectation .product-long-complectation__title:last-child {
	border-radius: 0 35px 0 0;
	border-right: 0;
}

.kit-product-long-complectation .product-long-complectation__title.is-active {
	background: #fff;
	color: #676767;
}

.kit-product-long-complectation .product-complectation-disabled {
	color: #b5b0b0;
}

.kit-product-long-complectation .product-long-complectation__wrap {
border-radius: 0 0 35px 35px;
}

.kit-product-long-complectation .product-long-complectation__text {
    padding: 2rem 2rem 3.5rem;
}

.kit-product-long-complectation .product-long-complectation__text.with-links .c-button {
	font-family: var(--font-family-open-sans);
	color: #000;
}

.kit-product-long-complectation a.product-gallery__arrow {
	color: #000;
}

.kit-product-long-complectation .product-long-complectation-buy-button {
	background: #000;
	-webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
	        box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
	border-radius: 100px;
	color: #E1F337;
	-webkit-filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.3));
	        filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.3));
	font-weight: 500;
	font-size: 28px;
    padding: 15px 23px;
    border: 0;
    text-transform: uppercase;
	position: absolute;
    bottom: -35px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}

.kit-product-long-complectation .product-long-complectation-buy-button:hover{
color: #0056b3;
}

.kit-product-long-complectation .product-long-complectation-buy-button svg {
    width: 50px;
    height: 35px;
    fill: #E1F337;	
}

.product-long-utility {
	background-color: #000;
	overflow-y: hidden;
}

.modal{
	max-width: 100vw;
    overflow-y: hidden;
}

.product-long-utility-title {
	color: #fff;
}

.product-long-utility-text {
	color: #fff;
	word-break: break-all;
}

.utility-buttons-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.five-step-guide-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.five-step-guide-container .c-button {
    -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
    text-transform: capitalize;
	padding: 12px 80px;
	text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
	line-height: 31px;
}

.product-long-in-real-life {
	background-color: #000;
	padding: 0 0 2rem;
	/* margin-bottom: 4rem; */
}

.in-real-life-maxwith-container {
	max-width: 1140px;
	margin-left: auto;
    margin-right: auto;
}

.product-long-in-real-life-container {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	overflow: hidden;
}

.product-long-in-real-life-left {
	background: #e1f337;
	width: 50%;
	height: 100%;
}

.product-long-in-real-life-btn {
	margin: 44px 0;
	padding: 10px 30px;
    color: #E1F337;
    background-color: #000;
	text-transform: capitalize;
	font-size: 24px;
    line-height: 41px;
}

.product-long-in-real-life-btn:hover {
    background-color: #555;
}

.product-long-in-real-life-right {
	background: #000;
	width: 50%;
	height: 100%;
	margin-left: auto;
}

.product-long-in-real-life-diagonal {
    position: absolute;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #e1f337), color-stop(10%, #000));
    background: linear-gradient(to bottom right, #e1f337 50%, #000 10%);
}

.product-long-in-real-life-diagonal .product-main__discount-block {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding-right: 0;
    color: #fff;	
}

.product-long-in-real-life-diagonal .product-main__discount-block .product-main__discount {
    height: 7rem;
    width: 7rem;	
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
}

.product-long-in-real-life-total {
	font-weight: 500;
	font-size: 30px;
	line-height: 36px;
	text-transform: uppercase;	
	padding-bottom: 26px;
}

.product-long-in-real-life-right.product-main--v2 {
	padding-bottom: 0 !important;
}

.product-long-in-real-life-right.product-main--v2 .product-main__price-block--v2 {
	padding-right: 0;
}

.product-long-in-real-life-right .product-main__buttons {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.product-long-in-real-life-title {
	color: #fff;
	/* padding-top: 80px !important; */
}

.product-long-in-real-life-text {
	color: #fff;
    word-break: break-all;
}

.product-long-3dprint {
    background-color: #000;
    color: #fff;
    overflow: hidden;
    padding: 4rem 0;	
}

.product-long-3dprint-img {
	/* width: 360px; */
	/* height: 283px; */
	-webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 29px;
}

.product-long-3dprint-text {
	font-size: 24px;
	line-height: 29px;
	font-weight: 500;
	text-transform: captitalize;
}

.product-long-3dprint .text-left .c-title-big {
    background-color: #000;
    color: #fff;
    overflow: hidden;
    padding: 4rem 0;
}

.product-long-experience {
	color: #fff;
	padding-bottom: 6rem;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.47)), to(rgba(0, 0, 0, 0.47))), url("/img/products/long/experience-bg.jpg") no-repeat;
	background: linear-gradient(rgba(0, 0, 0, 0.47), rgba(0, 0, 0, 0.47)), url("/img/products/long/experience-bg.jpg") no-repeat;
	background-size: cover;
	overflow-x: hidden;
}

.product-long-experience-text {
	font-family: var(--font-family-agora);
	font-size: 24px;
	line-height: 29px;
	font-weight: 500;
	word-break: break-all;
}

.product-long-experience-ball {
	padding-right: 42px;
}

.product-long-experience-ball .experience-ball {
	font-family: var(--font-family-agora);
	font-size: 2.5rem;
	background: #f5355c;
    border-radius: 50%;
    font-weight: 600;
    height: 5rem;
    width: 5rem;
	
}

.product-long-help {
	background: #E1F337;
}

.product-long-icons {
    background: #000;
    color: #fff;
    overflow: hidden;
    padding: 4rem 0;
}

/* see also slider */

.kit-black-background {
	background-color: #000;
}

.wide-product-list .wide-product-list__title {
	color: #fff;
}

.see-also-slider_arrow {
    height: 100%;
    position: absolute;
    top: 0;
    /* width: 55px; */
    z-index: 99;	
	display: -webkit-box;	
	display: -ms-flexbox;	
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
}

.see-also-slider_left {
	/* left: -10%; */
	left: 0%;
}

.see-also-slider_right {
	/* right: -10%;	 */
	right: 0%;
}


/* product font updates */

.product-long-utility h6 {
	font-weight: 400;
}

.product-long-in-real-life-container .product-main--v2 .product-main__price--old-v2 {
	color: #E5326B;
}

.product-long-experience .c-title-big {
    font-size: 40px;
    line-height: 48px;
}

.kit-product-long-faq {
	font-size: 24px;
	overflow-x: hidden;
}

.ftr{
	overflow-x: hidden;
}

.topnav{
	/* overflow-x: hidden; */
	/* overflow-y: hidden; */
}

.wr{
	overflow-x: hidden;
}


.kit-product-long-faq .faq-main__item-question {
	font-size: 24px;
}

.kit-product-long-faq .c-button {
    /* font-size: 30px;	 */
}


/* force fonts on new product page */

[lang="ru"] .kit-product-long.product-main--v2 .product-main__title--v2,
[lang="ru"] .kit-product-long.product-main--v2 .product-main__subtitle--v2,
[lang="ru"] .kit-product-long.product-main--v2 .product-main__price--v2,
[lang="ru"] .kit-product-long.kit-product-long.product-main__buttons .price-block--v2-diagonal,
[lang="ru"] .kit-product-long.kit-product-long.wide-product-item__processing-time--default,
[lang="ru"] .kit-product-long.product-main--v2 .product-main__price--old-v2,
[lang="ru"] .kit-product-long .product-long-total__button,
[lang="ru"] .product-long-description__block,
[lang="ru"] .product-long-description h6,
[lang="ru"] .product-long-gallery__title,
[lang="ru"] .product-complectation-title,
[lang="ru"] .kit-product-long-complectation .product-long-complectation__title,
[lang="ru"] .kit-product-long-complectation .product-long-complectation__text,
[lang="ru"] .kit-product-long-complectation .product-long-complectation-buy-button,
[lang="ru"] .product-long-utility,
[lang="ru"] .product-long-utility h6,
[lang="ru"] .product-long-in-real-life,
[lang="ru"] .product-long-in-real-life h6,
[lang="ru"] .product-long-in-real-life-container,
[lang="ru"] .product-long-in-real-life-total,
[lang="ru"] .product-long-in-real-life-container .product-main--v2 .product-main__price--old-v2,
[lang="ru"] .product-long-3dprint,
[lang="ru"] .product-long-3dprint h6,
[lang="ru"] .product-long-experience,
[lang="ru"] .product-long-experience .c-title-big,
[lang="ru"] .product-long-experience .text-left .d-flex .product-long-experience-ball,
[lang="ru"] .product-long-experience,
[lang="ru"] .kit-product-long-faq,
[lang="ru"] .kit-product-long-faq .c-title-big,
[lang="ru"] .kit-product-long-faq .faq-main__item-question,
[lang="ru"] .kit-product-long-faq .c-button,
[lang="ru"] .product-long-clients__title
{
	font-family: montserrat-medium !important;
}

.kit-product-long.product-main--v2 .product-main__title--v2,
.kit-product-long.product-main--v2 .product-main__subtitle--v2,
.kit-product-long.product-main--v2 .product-main__price--v2,
.kit-product-long.kit-product-long.product-main__buttons .price-block--v2-diagonal,
.kit-product-long.kit-product-long.wide-product-item__processing-time--default,
.kit-product-long.product-main--v2 .product-main__price--old-v2,
.kit-product-long .product-long-total__button,
.product-long-description__block,
.product-long-description h6,
.product-long-gallery__title,
.product-complectation-title,
.kit-product-long-complectation .product-long-complectation__title,
.kit-product-long-complectation .product-long-complectation__text,
.kit-product-long-complectation .product-long-complectation-buy-button,
.product-long-utility,
.product-long-utility h6,
.product-long-in-real-life,
.product-long-in-real-life h6,
.product-long-in-real-life-container,
.product-long-in-real-life-total,
.product-long-in-real-life-container .product-main--v2 .product-main__price--old-v2,
.product-long-3dprint,
.product-long-3dprint h6,
.product-long-experience,
.product-long-experience .c-title-big,
.product-long-experience .text-left .d-flex .product-long-experience-ball,
.product-long-experience,
.kit-product-long-faq,
.kit-product-long-faq .c-title-big,
.kit-product-long-faq .faq-main__item-question,
.kit-product-long-faq .c-button,
.product-long-clients__title  {
    font-family: smeltex-medium !important;
}

.product-jump-rope .product-long-gallery__nav-img{
	height: 10rem;
}

.product-long-description__text .description{
	min-height: 7em;
	padding-bottom: 1em;
}


.product-long-description__text img{
	border-radius: 5px;
}

.jump-rope-includes img{
	margin-bottom: 1em;
    border-radius: 5px;
}

.sk-left-arrow{
	height: auto;
    top: auto;
    position: absolute;
    left: 200px;
    margin-top: 70px;
}

.sk-right-arrow{
	height: auto;
    top: auto;
    position: absolute;
    right: 200px;
    margin-top: 70px;
}

.product-long-help__selector.is-active {
    background: #c2d600;
}

.product-long-help__input-name-wrap {
    margin-bottom: 1rem;
    min-width: 100%;	
}

.product-long-help__input-name {
    background: #fff;
    border: 1px solid #b8b8b8;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 4px 4px rgba(0, 0, 0, .1);
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, .1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: .6rem;
    width: 100%;	
}

.product-long-help__form .product-long-help__button {
	color: #e1f337;
	background: #000;
	-webkit-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

.product-long-help__form .product-long-help__button:hover {
	background: #3f3f3f;
}

.sk-product-jump-rope .product-long-total__button {
	
}

.sk-product-jump-rope .product-long-total__button:hover {
	
}

.kit-product-long .product-main__actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#cdek-map{
	height: 400px;
	margin-bottom: 3em;
	/* display:none; */
}

.form-horizontal .help-block {
	display: block;
    color: red;
}



.found_cheaper .red{
	color: #f5355c;
	font-weight: 600;
}

.found_cheaper .black{
	color: black;
}

.found_cheaper{
	color: #e0f337;
	font-size: 1.5em;
}

#search_modal{
	cursor: pointer;
}

#search_popup{
    position: absolute;
    top: 40px;
    background: #e0f337;
    padding: 0.5em;
    /* width: 200px; */
	
}
.sk_hidden{
	display: none;
}

/* #search_form {
    display: flex;
}

#search_form svg{
	fill: black;
	margin: auto;
}

#search_form button{
	border: none;
    height: 27px;
    width: 27px;
}


#search_form input{
	border: none;
}


#search_form_main {
    display: flex;
    height: 3em;
    margin-top: 2em;
}

#search_form_main svg{
    fill: black;
    width: 1em;
    height: auto;
    margin-left: 0.3em;
}

#search_form_main button{
    display: flex;
    width: 19%;
    margin-left: 1%;
    font-size: 1.5em;
    justify-content: center;
    align-items: center;
	border-radius: 5px;
}


#search_form_main input{
    font-size: 2em;
    width: 80%;
    padding: 0.3em;
    border-radius: 5px;
} */



.search-block {
    background-color: #060606;
}

.search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 15px;
}

.search-form__input {
    width: 100%;
    padding: 5px 10px;
}

.search-form__submit-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 5px;
	background-color: #e3f149;
    border: 1px solid transparent;
	padding: 5px 12px;
    border-radius: 3px;
}

.search-form__submit-btn svg {
    width: 1em;
    height: 1em;
}


.search_panel .wide-product-list .wide-product-list__title {
	color: black;
}

.topnav  .search-form {
    gap: 0;
}

.topnav .search-form__input {
    font-size: 0.8em;
    border: 1px solid transparent;
}

.topnav .search-form__submit-btn span {
    display: none;
}

.topnav .search-form__submit-btn {
	color: #fff;
	font-size: 0.8em;
	border-radius: 0;
}

.search-block .search-form {
    padding: 1em 0;
}

.search-block .search-form__input {
    border-radius: 36px;
    padding-left: 20px;
    padding-right: 20px;
	color: #fff;
    border: 1px solid #fff;
	background-color: transparent;
}

.search-block .search-form__submit-btn {
    border-radius: 36px;
    padding-left: 20px;
    padding-right: 20px;
}

.search-block .search-form__submit-btn span {
    display: none;
}

.search-block .search-form__submit-btn svg {
    width: 1.5em;
    height: 1.5em;
}


.wide-product-item__buttons {
	padding: 15px 10px;
}

.modal-body--found_cheaper{
	padding: 0px !important;
}

#modal_found_cheaper_discount{
	padding: 0px !important;
}

#modal_found_cheaper_discount .modal-dialog {
	margin: 0px !important;
}

#modal_found_cheaper_discount .quiz-discount-wrapper {
	max-width: none;
}

.found-sheaper-button{
	padding-bottom: 3em;
}

.hidden{
	display: none;
}

.found_cheaper-wrapper {
	background: #080808 url(/assets/images/found_cheaper.jpg) right 35% no-repeat;
	background-size: 63% auto;
	height: calc(100% - 160px);
	/* margin: 0 auto; */
	max-height: 850px;
	/* max-width: 800px; */
	position: relative;
	background-position: left 35%;
}

.found_cheaper-wrapper .found_cheaper {
	padding: 2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background: #e8e7f1;
    color: #080808;
    justify-content: center;
    margin-left: auto;
    max-height: 850px;
    max-width: 550px;
    text-align: center;
    text-align: left;
	min-height: 400px;
}

.iti__hide {
	display:none;
}

.iti__flag-container {
	display: inline-block;
}

#modal_found_cheaper_flag{
    width: 30px;
    height: 20px;
    background-position: center;
    background-size: contain;
	background-repeat: no-repeat;
}

.phone_with_flag{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#modal_found_cheaper_phone{
	/* width: calc(100% - 35px); */
}

.iti--allow-dropdown{
	width: 100%;
    /* margin-left: 10px; */
}

.iti__country {
	font-size: 20px;
}

.found-sheaper-text{
	font-family: var(--font-family-agora);
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}

.quiz-discount-landing {
	background-image: url(/img/index/gift-background-pc.png);
    background-position: center;
    background-size: cover;
}

.quiz-discount-landing:before{
	display: none;
}


#reserve-popup-wrapper .input-gray,
#gift-popup-wrapper .input-gray {
		min-width: 49%;
	}
	
  #reserve-popup-wrapper .error-message,
  #gift-popup-wrapper .error-message {
    display: none;
    color: red;
    font-size: 14px;
  }
  
  #reserve-popup-wrapper,
  #gift-popup-wrapper {
    position: fixed;
    /* height: 530px; */
    width: 800px;
    background-color: black;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 20px;
    overflow: hidden;
    z-index: 100;
    display: none;
    border: 2px solid yellow;
  }
  #gift-popup-wrapper {
	height: 650px;
  }
  #gift-popup-wrapper img {
	width: 70%;
  }
  #gift-popup-wrapper .content div.image {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		background: #e0f337;
		border-radius: 30px;
  }
  #gift-popup-wrapper .wide-product-item__short-description-mobile,
  #gift-popup-wrapper .c-title-big-mobile {
	display: none;
  }
  #reserve-popup-wrapper .background,
  #gift-popup-wrapper .background {
    background-image: url('/img/reserv-popup-bg.png');
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #reserve-popup-wrapper .content,
  #gift-popup-wrapper .content {
    position: relative;
    width: 70%;
    float: right;
    padding: 0 10px;
    margin-right: 30px;
    color: #fff;
    background: #000;
  }
  #reserve-popup-wrapper .c-title-big,
  #gift-popup-wrapper .c-title-big {
    font-size: 34px;
  }
  #reserve-popup-wrapper .wr1__title,
  #gift-popup-wrapper .wr1__title {
    padding-top: 20px;
    line-height: 34px;
    width: 100%;
  }
  #reserve-popup-wrapper .content p,
  #gift-popup-wrapper .content p {
    color: #c1c1c1;
    font-size: 14px;
    margin: 10px 0;
  }
  #reserve-popup-wrapper .lock,
  #gift-popup-wrapper .lock {
	background-image: url(/img/lock.png);
    position: relative;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 20px;
    width: 60px;
    /* display: inline-block; */
    float: left;
  }
  /* #reserve-popup-wrapper .form > form button {
    margin-top: 20px;
  } */
  #reserve-popup-wrapper .form > form p,
  #gift-popup-wrapper .form > form p {
    margin-top: 14px;
    font-size: 14px;
  }
  #reserve-popup-wrapper .close-btn,
  #gift-popup-wrapper .close-btn {
  font-size: 44px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 34px;
  color: #c1c1c1;
  z-index: 200;
}
#reserve-popup-wrapper form input[name='email'] {
  margin-top: 20px;
}
#reserve-popup-wrapper form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 14px 0;
}
#reserve-popup-wrapper form > div > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}
form > div > span > a {
  color: white;
  margin-left: 20px;
}
#reserve-popup-wrapper .form > form button.wide-product-item__btn,
#gift-popup-wrapper .form > form button.wide-product-item__btn {
  margin: 0;
}
#reserve-popup-wrapper .cart-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#reserve-popup-wrapper .cart-item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#reserve-popup-wrapper .cart-item-block > .item {
  display: inline-block;
  text-align: center;
  font-size: 16px;
}
#reserve-popup-wrapper .cart-item-block {
  margin: 0 10px;
}
#reserve-popup-wrapper .cart-item-block:last-of-type {
  margin-right: 0;
}
#reserve-popup-wrapper .cart-item-block:first-of-type {
  margin-left: 0;
}

#gift-popup-wrapper .reserve_button_submit_parent {
	text-align: center;
}

#gift-popup-wrapper .reserve_button_submit_parent button{
	padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 15px;
    margin-right: 15px;
}
#copy-to-clipboard-wrapper {
    width: 300px;
    height: auto;
    position: fixed;
    top: -100px;
    left: calc(50% - 150px);
    background-color: #86d5ff;
    z-index: 1000;
    color: white;
    border-radius: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0 9px 15px -7px rgba(0, 0, 0, 0.3);
            box-shadow: 0 9px 15px -7px rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	padding: 5px 10px;
}
#copy-to-clipboard-wrapper p {
	text-align: center;
	margin-bottom: 0;
}
.coupon_value,
.coupon_discount {
	font-weight: 600;
	color: #212121;
}

#copy-to-clipboard-wrapper.visible {
    top: 100px;
    opacity: 1;
}
#copy-to-clipboard-wrapper:not(.visible) {
    -webkit-transition: none;
    transition: none;
}

/*# sourceMappingURL=kit-service.css.map*/

@media (min-width: 768px) {
	.mobile_username {
		display: none;
	}
	.user-pulse-circle-mobile::after {
		display: none;
	}
    .product-long-help__input-name-wrap {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        margin-right: 0;
        max-width: 50%;
        min-width: 50%;
    }
	.product-long-help__input-phone-wrap {
	    margin-bottom: 1rem;
		margin-right: 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.topnav__menu-link {
		font-size: .75rem;
		margin: 0 .20rem;
		padding: 0 .30rem;
	}
	
	.topnav__container .user {
		right: 9em;
	}
	.topnav__container .ru {
		/* right: 2em; */
	}
	.topnav__container .user .user_name {
		max-width: 145px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media (min-width: 992px) {
	.kit-product-long-complectation .product-long-complectation__text.is-active {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
}

@media (max-width: 575px) {
	#privicy_policy.show {
		height: 90vh;
		margin-top: 5vh;
		width: 90vw;
		margin-left: 5vw;
	}
	#modal_lead_discount .quiz-discount-wrapper {
		background-size: 90%;
		background-position-x: right;
		background-position-y: bottom;
	}
	#modal_lead_discount .quiz-discount__title-quiz {
		font-size: 32px;
	}
	#modal_lead_discount .quiz-discount__start-subtitle {
		padding-bottom: 50%;
		font-size: 1rem;
	}
	.user-pulse-circle-mobile::after {
        top: 2px;
        right: 3px;
        width: 15px;
        height: 15px;
	}
	.user-menu-unregistered-msg {
		width: 15px;
	}
	.kit-product-long .product-main__actions{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	
	.kit-product-long.product-main__buttons .price-block--v2-diagonal {
		left: -81px;
	}
	.kit-product-long.product-main__buttons{
		margin-top: -30px;
	}
	.product-long-in-real-life-diagonal .product-main__discount-block {
		top: 50%;
	}
	.product-long-in-real-life-diagonal .product-main__discount-block .product-main__discount {
		height: 5rem;
		width: 5rem;
		font-size: 24px;
		line-height: 36px;
	}
}

@media (max-width: 767px) {
	#modal_lead_discount .quiz-discount__start-subtitle {
		padding-bottom: 16rem;
	}
	.topnav__container .user .user_name {
		display: none;
	}
	.topnav__container .user {
		color: white;
		position: absolute;
		top: 5rem;
		right: 60%;
	}
	.kit-product-long.wide-product-item__processing-time--default {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
	.kit-product-long.wide-product-item__processing-time--default {
		font-size: 18px;
		line-height: 24px;
		font-weight: 500;
		margin-top: -20px;
	}
	.kit-product-long.wide-product-item__processing-time--default img {
		width: 150px;
	}
	.kit-product-long.product-main__buttons .price-block--v2-diagonal {
		left: -89px;
	}
	.kit-product-long.product-main__buttons{
		margin-top: -50px;
	}
	.product-long-description__block {
		width: 100%;
	}
	.product-long-in-real-life-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.product-long-in-real-life-left, .product-long-in-real-life-right {
		width: 100%;
	}
	.product-long-in-real-life-diagonal {
		left: 0;
		width: 100%;
		height: 100%;
		background: unset;
	}
	.product-long-in-real-life-diagonal {
		background: unset;
	}
	.product-long-in-real-life-diagonal .product-main__discount-block {
		-webkit-transform: unset;
		    -ms-transform: unset;
		        transform: unset;
		top: 40%;
		left: unset;
		right: 2%;
	}
	.see-also-slider_left {
		left: 0%;
	}
	.see-also-slider_right {
		right: 0%;
	}
	.product-long-description__text .description{
		min-height: unset;
		padding-bottom: 1em;
	}	
}

@media (max-width: 420px) {
	#modal_lead_discount .quiz-discount-wrapper {
		background-size: 125%;
	}
	#modal_lead_discount .quiz-discount__start-subtitle {
		padding-bottom: 75%;
	}
	#modal_lead_discount_submit_step2 {
		margin: -1em;
	}
	#modal_lead_discount .quiz-discount__question {
		font-size: 1rem;
		padding: 0 0rem 1.5rem;
	}
	#modal_lead_discount .quiz-discount--step {
		padding-left: 1em;
		padding-right: 1em;
	}
}

@media (max-width: 500px) {
	.history-container-text-item-block {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
	}
	.history-container-text-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
	}
	
	.history-container-text img {
		margin-right: 0px;
	}
	
	.history-container-order{
		font-size: 16px;
	}
	
	.favourites-item{
		font-size: 16px;
	}
	
	.cabinet_section_content {
		font-size: 16px;
	}
}

@media (max-width: 400px) {
	.history-container-order{
		font-size: 14px;
	}
	.cabinet_section_content {
		font-size: 14px;
	}
	.history-container-title, .history-container-text {
		font-size: 16px;
	}
}

@media (max-width: 700px) {
	.cabinet_section_content input {
		text-align: center;
	}
}

@media (max-width: 991px) {
	.kit-product-long.wide-product-item__processing-time--default {
		font-size: 24px;
		line-height: 32px;
		font-weight: 500;
	}
	.kit-product-long.wide-product-item__processing-time--default img {
		width: 200px;
	}
	.kit-product-long.product-main__buttons .product-main__discount {
		font-size: 22px;
	}
	.kit-product-long.product-main__buttons .price-block--v2-diagonal {
		left: -91px;
	}
	.kit-product-long-complectation .product-long-complectation__text {
		padding: 2rem 2rem 5rem;
	}
	.kit-product-long-complectation .product-long-complectation-buy-button {
		bottom: -5px;
	}
	.product-long-utility-title {
		font-weight: 700;
		font-size: 24px;
		line-height: 29px;
	}
	.utility-buttons-container img {
		max-width: 200px;
		margin-bottom: 1em;
	}
}

@media (max-width: 2000px) {
	.sk-left-arrow{
		left: 300px;
	}
	
	.sk-right-arrow{
		right: 300px;
	}
}

@media (max-width: 1900px) {
	.sk-left-arrow{
		left: 200px;
	}
	
	.sk-right-arrow{
		right: 200px;
	}
}

@media (max-width: 1500px) {
	.sk-left-arrow{
		left: 150px;
	}
	
	.sk-right-arrow{
		right: 150px;
	}
}

@media (max-width: 1300px) {
	.sk-left-arrow{
		left: 100px;
	}
	
	.sk-right-arrow{
		right: 100px;
	}
}

@media (max-width: 1100px) {
	.sk-left-arrow{
		left: 50px;
	}
	
	.sk-right-arrow{
		right: 50px;
	}
}

@media (max-width: 600px) {
	.sk-left-arrow{
		left: 20px;
	}
	
	.sk-right-arrow{
		right: 20px;
	}
}

@media (max-width: 720px) {
	.wide-product-item__short-description,
	.wide-product-item__image-hover-wrap,
	.js-add-to-cart span,
	.wide-product-item__btn-more {
		display: none;
	}

	.wide-product-item__discount-block {
		display: none !important;
	}

	.wide-product-item__row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: nowrap;
		    flex-flow: nowrap;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin: 0;
		border-radius: 0;
		border-bottom: 1px solid #2c2c2c;
		padding: 5px 10px;
	}

	.wide-product-item__product {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		/* flex-wrap: nowrap; */
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-ms-flex-line-pack: start;
		    align-content: flex-start;
		gap: 10px;
	}

	.wide-product-item__head {
		text-align: left;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 48%;
		        flex: 1 1 48%;
		
	}

	.wide-product-item__head > * {
		display: inline;
		vertical-align: top;
	}

	.wide-product-item__title {
		font-size: 1.2rem;
		margin: 0;
		padding: 0;
		text-align: left;
		font-weight: 500;
	}

	.wide-product-item__image-wrap--main {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
		/* flex-basis: 48%; */
		/* max-width: 200px; */
	}

	.wide-product-item__image {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}

	.wide-product-item__actions {
		padding: 5px;
		-ms-flex-preferred-size: 40%;
		    flex-basis: 40%;
	}

	.wide-product-item__label {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		margin: 0;
	}

	.wide-product-item__label span {
		font-size: 0.7rem;
	}

	.wide-product-item__btn {
		padding: 5px 12px;
		width: 65px;
	}

	.wide-product-item__price {
		font-size: 1.5em;
		font-weight: 400;
	}

	.wide-product-item__price--old {
		font-size: 1.3em;
	}

	.wide-product-item {
		margin: 0;
	}
	.quiz-discount-landing {background-image: url(/img/index/gift-background-mobile.png);}
}

@media screen and (max-width: 800px) {

	#gift-popup-wrapper .wide-product-item__short-description,
	#gift-popup-wrapper .c-title-big {
		display: none;
	}

	#gift-popup-wrapper .wide-product-item__short-description-mobile,
	#gift-popup-wrapper .c-title-big-mobile {
		display: block;
	}

	#reserve-popup-wrapper .close-btn,
	#gift-popup-wrapper .close-btn {
		top: 0px;
		right: 10px;
	}
	
  #reserve-popup-wrapper,
  #gift-popup-wrapper {
    width: calc(100vw - 50px);
    height: auto;
    border-radius: 10px;
	margin-top: 30px;
  }
  #reserve-popup-wrapper .content,
  #gift-popup-wrapper .content {
    width: 66%;
    padding: 10px;
    margin-right: 6px;
  }

 
  #reserve-popup-wrapper .content p {
    display: block;
    font-size: 10px;
    margin: 10px 0;
    text-align: left;
  }
  
  #reserve-popup-wrapper h2.wr1__title,
  #gift-popup-wrapper h2.wr1__title {
    font-size: 20px;
    line-height: 1.1;
    text-align: left;
    padding-top: 10px;
  }
  #reserve-popup-wrapper .error-message,
  #gift-popup-wrapper .error-message {
    font-size: 10px;
  }
  #reserve-popup-wrapper .lock,
  #gift-popup-wrapper .lock {
    height: 30px;
    margin-top: 0px;
	width: 50px;
  }
  #reserve-popup-wrapper .close-btn,
  #gift-popup-wrapper .close-btn {
    font-size: 30px;
  }
  #reserve-popup-wrapper .form > form > div,
  #gift-popup-wrapper .form > form > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #reserve-popup-wrapper .form > form input.input-gray,
  #gift-popup-wrapper .form > form input.input-gray {
    font-size: 10px;
  }
  #reserve-popup-wrapper .form > form button,
  #gift-popup-wrapper .form > form button {
    font-size: 10px;
    width: 100%;
    margin-bottom: 10px;
  }
  #reserve-popup-wrapper .form > form p,
   #gift-popup-wrapper .form > form p
   {
    font-size: 10px;
  }
  #reserve-popup-wrapper .cart-item-block > .item {
    font-size: 10px;
  }
}

/*# sourceMappingURL=kit-service.css.map*/

/*# sourceMappingURL=kit-service.css.map*/