#form_id_FID1{
    display: inline-block;
    color: #000;
    border-bottom: 1px solid;
    font-size: 20px;
    text-decoration: none;
    line-height: 1;
    margin-top: 10px;
    font-family: "ProximaNovaRegular", sans-serif;
}
.slider_recommend_products {
    height: 470px !important;
}
.itemProductnew__hidden .api_auth_ajax {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /*width: 100%;*/
    font-size: 16px;
    padding: 10px 0;
}
.link-sort {
    display: inline-block;
    margin-left: 15px;
    color: #333;
}
.link-sort:hover{
    text-decoration: underline;
}
.itemProductnew__hidden .api_auth_ajax .api_link {
    padding: 6px 2px;
    border: 1px solid #00a3de;
    border-radius: 3px;
    background-color: #00a3de;
    outline: none;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}
.popup_Product .api_auth_ajax .api_link {
	padding: 7px 16px;
    border: 1px solid #00a3de;
    border-radius: 3px;
    background-color: #00a3de;
    outline: none;
    color: #fff;
    font-size: 19px;
    line-height: 20px;
}
.itemProductnew:hover .itemProductnew__hidden {
    z-index: 998!important;
}
#api_auth_ajax_modal {
    z-index: 999;
}
.choice-size .api_auth_ajax .api_link {
    padding: 5px 15px;
        border: 1px solid #000;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    line-height: 1.2;
    font-family: "ProximaNovaRegular", sans-serif;
    cursor: pointer;
    border-radius: 0;
}
.size-block .btn-product .api_auth_ajax .api_link {
    border: 1px solid #000;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    line-height: 1.2;
    font-family: "ProximaNovaRegular", sans-serif;
    width: 300px;
    cursor: pointer;
    border-radius: 0;
}
#api_auth_ajax_modal .api_modal_content #api_auth_register {
    display: block!important;
    float: right;
    margin-top: -18px;
    position: relative;
}
#modal-reg-done {
    position: absolute;
    /* top: 50%; */
    bottom: 50%;
    left: 50%;
    /* right: 50%; */
    width: 300px;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.api_modal_byer {
    text-align: center;
    margin-top: 15px;
    /*display: none;*/
}
.newProducts .api_auth_ajax {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    font-size: 16px;
    padding: 10px 0;
}
.newProducts .api_auth_ajax .api_link {
    border: 1px solid #00a3de;
    background-color: #ffffff;
    padding: 8px 25px;
    outline: none;
    font: inherit;
    color: inherit;
    border-radius: 0;
    max-width: 100px;
}
.popup {
  display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
}
.popup-overlay {
	background: rgba(0,0,0,0.4);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.popup-content {
	position: absolute;
  background: #fff;
	width: 500px;
	margin: -58px 0 0 -264px;
	left: 50%;
	top: 50%;
	z-index: 11;
  padding: 14px;
}
.close-popup {
  display: inline-block;
  position: absolute;
  top: -8px;
  right: -30px;
  font-size: 42px;
  color: white;
  cursor: pointer;
}
.close-popup:hover {
    text-decoration: none;
}
.popup {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
}
.popup-content {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.fadeIn {
  animation: fadeIn 0.5s ease-in both;
  -webkit-animation: fadeIn 0.5s ease-in both;
}
@keyframes fadeIn {
  from { opacity: 0; }
}
@-webkit-keyframes fadeIn {
  from { opacity: 0; }
}
.delivery {
    width: 100%;
    height: 90px;
    background-image: url('/bitrix/templates/ula_v1/img/delivery.png');
    margin-bottom: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}
.fadeOut {
  animation: fadeOut 0.5s ease-out both;
  -webkit-animation: fadeOut 0.5s ease-out both;
}
@keyframes fadeOut {
  to { opacity: 0; }
}
@-webkit-keyframes fadeOut {
  to { opacity: 0; }
}
.button-popup-new {
    padding: 5px 15px;
    border: 1px solid #000;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    line-height: 1.2;
    font-family: "ProximaNovaRegular", sans-serif;
    cursor: pointer;
    border-radius: 0;
    width: 100px;
    margin: auto;
    cursor: pointer;
}
.button-popup-new a{
    color: black;
}
.button-popup-new a:hover{
    color: black!important;
    text-decoration: none!important;
}
#form_id_FID1 {
    font-size: 16px;
    margin-top: 0px;
}
.headerMain .contactHeader a {
    font-size: 16px!important;
}
.searchHEader {
    margin-top: 20px!important;
}
.headerProfile .column-half:last-child {
    padding-left: 10px;
}/*
.priceProduct {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}*/
.old_price {
    display: block;
    font-size: 14px;
    text-decoration: line-through;
}
.yla {
    position: absolute;
    bottom: 14px;
    right: 14px;
    font-family: sans-serif;
}
/*первый стикер*/
.stiker {
    background-color: #F53087;
}
.stiker {
    width: 95px; 
    height: 95px; 
    background: #F53087; 
    position: relative; 
    top: 15px; 
    left: 15px;
    border-radius: 17px;
}
.stiker:before, 
.stiker:after {
    content: "";
    position: absolute; 
    top: 0; 
    left: 0;
    width: 95px; 
    height: 95px; 
    background: inherit;
    border-radius: 17px;
}
.stiker:before {
    transform: rotate(30deg);
}
.stiker:after {
    transform: rotate(60deg);
}
.old-price {
    z-index: 1;
    position: relative;
    color: #fff;
    font-weight: 700;
    text-decoration: line-through;
    text-align: center;
    padding-top: 10px;
    font-size: 14px;
}
.new-price {
    z-index: 1;
    position: relative;
    color: #fff;
    font-weight: 700;
    text-align: center;
/*	padding-top: 5px;*/
    font-size: 36px;
}
.sale-to {
    z-index: 1;
    position: relative;
    color: #fff;
    font-weight: 300;
    text-align: center;
    padding-top: 0px;
    font-size: 14px;
}
.small-text {
    font-size: 14px;
}
/* первый стикер*/
/*второй стикер*/
.stiker2 {
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #FF2929;
    width: 106px;
    height: 106px;
    margin-top: 50px;
    -webkit-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.3);
}
.old-price2 {
    color: #848484;
    font-weight: 700;
    text-decoration: line-through;
    text-align: center;
    padding-top: 10px;
    font-size: 14px;
}
.new-price2 {
    color: #333;
    font-weight: 700;
    text-align: center;
/*	padding-top: 5px;*/
    font-size: 36px;
}
.sale-to2 {
    color: #333;
    font-weight: 300;
    text-align: center;
    padding-top: 5px;
    font-size: 14px;
}
/*второй стикер*/
/*третий стикер*/
.stiker3 {
    background-color: #FF2929;
    border-radius: 50%;
    border: 1px solid #333;
    width: 106px;
    height: 106px;
    margin-top: 50px;
}
.old-price3 {
    color: #DEDEDE;
    font-weight: 700;
    text-decoration: line-through;
    text-align: center;
    padding-top: 10px;
    font-size: 14px;
}
.new-price3 {
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-top: 3px;
    font-size: 36px;
    padding: 0 5px;
}
.sale-to3 {
    color: #fff;
    font-weight: 300;
    text-align: center;
    padding-top: 5px;
    font-size: 14px;
}
/*третий стикер*/
/*четвертый стикер*/
.stiker4 {
    background: linear-gradient(to bottom, #F53087 0%, #FF2929 100%);
    border-radius: 50%;
/*	border: 1px solid #333;*/
    width: 106px;
    height: 106px;
    margin-top: 50px;
}
.old-price4 {
    color: #DEDEDE;
    font-weight: 700;
    text-decoration: line-through;
    text-align: center;
    padding-top: 10px;
    font-size: 14px;
}
.new-price4 {
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-top: 3px;
    font-size: 36px;
}
.new-price4before {
    position: relative;
}
.new-price4before:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 40px;
}
.sale-to4 {
    color: #fff;
    font-weight: 300;
    text-align: center;
    padding-top: 5px;
    font-size: 14px;
}
.mainimg1 {
    position: relative;
}
.product-label p {
    color: red;
    border: 1px solid red;
    border-radius: 5px;
    white-space: nowrap;
    text-align: center;
    padding: 5px;
    font-weight: 700;
    background-color: white;
}
.product-label {
    position: absolute;
    z-index: 150;
    /*margin-left: 65%;*/
    top: -30px;
    right: 10px;
}
.wrapMainMenu .mainMenu li {
    margin-right: 20px!important;
}
.wrapMainMenu .mainMenu li:last-child {
    margin-right: 0;
}
.yla-detail {
    z-index: 100;
    bottom: auto;
    right: auto;
    left: 14px;
    top: 14px;
}
.mobSearchBlock {
    border-bottom: 1px solid #000!important;
}
#title-search form {
    display: flex;
    max-width: 100%;
    overflow: hidden;
}
.mobSearchBlock #title-search-input {
    padding-left: 10px;
}
.mobSearchBlock input[type="submit"] {
    right: 0;
    position: absolute;
}
.wrapMainMenu .diskontLink a {
    color: #c20809;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid #d4d4d4;
    display: inline-block;
    font-size: 1.1em;
    margin-left: 15px;
}
#feedback-block .askaron-reviews-new {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
#feedback-block .askaron-reviews-new form{
    flex: 1;
    max-width: 500px;
    width: 100%;
}
#feedback-block .askaron-reviews-new form input,
#feedback-block .askaron-reviews-new form textarea {
    width: 100%;
}
#feedback-block .askaron-reviews-new h3 {
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 10px 0;
    color: #000;
    text-transform: uppercase;
    font-family: "ProximaNovaRegular", sans-serif;
}
#feedback-block .askaron-reviews-for-element .ask-add a {
    text-decoration: none;
    color: #000;
    border-bottom: 1px dotted;
    font-size: 20px;
    text-transform: uppercase;
    font-family: "ProximaNovaRegular", sans-serif;
}
#feedback-block .askaron-reviews-for-element .ask-add {
    margin-top: 20px;
}
#feedback-block .askaron-reviews-new .ask-button input[type="submit"] {
    font-size: 18px;
    border: 1px solid #000;
    padding: 10px 20px;
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    font-family: "ProximaNovaRegular", sans-serif;
}
#feedback-block .askaron-reviews-new .ask-button input:hover[type="submit"] {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}
#feedback-block .askaron-reviews-new .ask-field input[type="text"], input[type="email"] {
    height: 35px;
}
#feedback-block .askaron-reviews-new .ask-captcha input[type="text"] {
    margin-top: 10px;
}
suggestions-suggestions {
    max-width: 100%;
}
.mainimg {
    position: relative;
}
.sale-to2 {
    padding-top: 0;
}
@media (max-width: 768px) {
    .delivery {
        height: 60px;
    }
}
@media (max-width: 500px) {
    .stiker2 {
        width: 70px;
        height: 70px;
    }
    .old-price2 {
        padding-top: 5px;
        font-size: 10px;
        margin-top: 2px;
    }
    .new-price2 {
        font-size: 25px;
        padding-top: 0px;
    }
    .sale-to2 {
        padding-top: 2px;
        font-size: 8px;
    }
    .delivery {
        background-image: url(/bitrix/templates/ula_v1/img/delivery-mob.png);
    }
}
.wrapProducts {
    display: flex;
    flex-wrap: wrap;
}
.color-mob {
    font-family: "ProximaNovaSemibold";
    margin-top: 11px;
}
.color-mob img {
    border: 2px solid lightgray;
}
.color-mob img.current {
    border: 2px solid #00a3de;
}
.mobphone, .wrap_logreg .registration, .contless, .sect_head, .further.rewfurther .date{
    display: none;
}
@media (max-width: 500px){
    .mobphone, .wrap_logreg .registration, .headerMain .headerProfile .column-half .enterSite, .headerMain .headerProfile .column-half .wrap_logreg .registration, .further.rewfurther .date{
        display: block;
    }   
    .further.rewfurther{
        display: flex;
        justify-content: space-between;
        margin-top: 15px;
    }
    .name-date{
        display: none;
    }
    .headerMain .headerProfile .column-half .wrap_logreg a{
        font-size: 12px;
    }
    .headerMain .headerProfile .column-half .wrap_logreg a:after{
        width: 15px;
        height: 15px;
        left: 6px;
        background-size: contain;
    }
    .wrap_logreg{
        display: flex;
    }
    .mobphone img{
        width: 15px;
    }
    .mobphone a{
       color: #333;
        font-size: 12px;
    }
    .logoHeader img{
        width: 100%;
    }
    .headerMain .logoHeader.vertCenter img{
        width: 100px;
        margin-top: 10px;
    }
    .toggle_mnu{
    height:40px; }
    .sandwich {
        top: 10px;
    }
    .mobSearchBlock input[type="submit"], .mobSearchBlock, .mobSearchBlock #title-search-input{
        background-color: #e8e8e8;
    }
    .mobBigBanners .BigBanners_elem{
        padding: 0px;
        height: 261px !important;
        height: 170px !important;
    }
    .mobBigBanners .BigBanners_elem .BigBanners_elem-text{
        margin-bottom: 50px;
    }
    /*.mobBigBanners .BigBanners_elem.akc_sale{
        background: url("/bitrix/templates/ula_v1/img/mobsale22.jpg") no-repeat !important;
        background-size: cover !important;
    }
    .mobBigBanners .BigBanners_elem.for_boy{
        background: url("/bitrix/templates/ula_v1/img/mobileMal.jpg") no-repeat !important;
        background-size: cover !important;
    }
    .mobBigBanners .BigBanners_elem.for_girl{
        background: url("/bitrix/templates/ula_v1/img/mobileDev.jpg") no-repeat  !important;
        background-size: cover !important;
    }
    .mobBigBanners .BigBanners_elem.for_all{
        background: url("/bitrix/templates/ula_v1/img/mobileMalish.jpg") no-repeat !important;
        background-size: cover !important;
    }
    .mobBigBanners .BigBanners_elem.new_year{
        background: url("/bitrix/templates/ula_v1/img/mobileNEW1.jpg") no-repeat !important;
        background-size: cover !important;
    }
    .mobBigBanners .BigBanners_elem.fevralya{
        background: url("/upload/iblock/960/960769af3f567a74eca707835768ccfa.png") no-repeat !important;
        background-size: cover !important;
    }*/
    .fevralya .BigBanners_elem-btn a{
        bottom: 20px;
        position: relative;
    }
    .mobTopBlock {
        margin-top: 10px;
    }
    .mobBigBanners .BigBanners_elem-btn a{
        padding: 15px 0;
        max-width: 170px;
    }
    .mobBigBanners .slick-prev,.mobBigBanners .slick-next {
        top: 60%;
    }
    .rasp-text{
        border-radius: 1px;
        background-color: #f4f4f4;
        color: #485f74;
        font-size: 20px;
        font-weight: 400;
        line-height: 18.17px;
        text-align: center;
        padding: 8px 0;
        position: relative;
    }
    .rasp-text:after{
        content: ">";
        position: absolute;
        right: 10px;
    }
    .contless{
        display: block;
    }
    .contless .container, .mobBigBanners .container{
        padding: 0 8px;
    }
    .wrap_link_akc{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .link_akc_item{
        width: calc(50% - 3px);
        text-align: center;
    }
    .link_akc_item a{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 69px;
    }
    .link_akc_item:first-child a{
        border-radius: 3px;
        background-color: #c6dadd;
        /* display: block; */
    }
    .link_akc_item:last-child a{
        border-radius: 3px;
        background-color: #c6ccdd;
        /* display: block; */
    }
    .sect_head, .new_title.mob_title, .title-certificates, .title-section.mob_titile{
        display: block;
        text-align: center;
        margin: 10px 0;
        color: #393939;
        font-size: 20px;
        font-weight: bold;
    }
    .popularProducts {
        padding: 25px 0;
    }
    .popularProducts .cat {
        padding-top: 5px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .popularProducts .cat img{
        padding-right: 0;
        min-width: unset;
        height: auto;
    }
    .popularProducts .cat a{
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }
    .mob_separate{
        width: 100%;
        background-color: #e8e8e8;
        height: 10px;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }
    .new_prod_slider > .slick-list , .hit_prod_slider > .slick-list, .discount_prod_slider > .slick-list{
        padding: 15px 0 0px 0;
    }
    .blophtog.col-xs-4{
        padding-right: 0px;
    }
    .main_text p{
        padding: 0 8px; 
    }
    .comments-suggestions .title-reviews{
        display: none;
    }
    .comments-suggestions .all_reviews{
        color: #485f74;
        font-size: 20px;
        font-weight: 400;
        width: 100%;
        border: none;
        padding: 8px 0px;
        line-height: 18.17px;
        background-color: #f4f4f4;
        margin: 0px;
        display: block;
        max-width: 100%;
        text-transform: initial;
    }
    .reviews-certificates .container{
        padding-left: 0px;
        padding-right: 0px;
    }
    .comments-suggestions{
        padding: 0 35px 0 35px;
        margin-bottom: 60px;
    }
    .slide-certificates-main img {
        max-width: 130px;
        height: auto;
        margin: 0 auto;
        object-fit: contain;
    }
    .wrap-certificates .all_certificates{
        display: none;
    }
    .reviews-certificates {
        margin-bottom: 30px;
    }
    .mainFooter {
        background-color: #e4e4e4;
    }
    .ac-container.mob-cont{
        margin-bottom: 3px;
    }
    .column-half.mohhidden{
        display: none;
    }
    section.otherBannersNew a span{
        font-size: 16px;
    }
}
@media (max-width: 420px){
    .slide-certificates-main img {
        height: 100px;
    }
    .wrap_logreg{
        flex-direction: column;
        margin-left: 10px;
    }
}
@media (max-width: 375px){
    .headerMain .logoHeader{
        padding: 0px;
    }
    .mobBigBanners .BigBanners_elem{
        height: 261px !important;
        height: 170px !important;
    }
    .mobBigBanners .BigBanners_elem.for_all, .mobBigBanners .BigBanners_elem.for_girl, .mobBigBanners .BigBanners_elem.for_boy, .mobBigBanners .BigBanners_elem.new_year{
        /*background-position-x: center !important*/
    }
    .mobBigBanners .BigBanners_elem.for_all, .mobBigBanners .BigBanners_elem.for_girl, .mobBigBanners .BigBanners_elem.for_boy, .mobBigBanners .BigBanners_elem.fevralya{
        /*background-position-x: -100px !important*/
    }
    .mobphone a{
        font-size: 11px;
    }
    .headerMain .headerProfile .column-half div:first-child{
        margin-bottom: 0px;
    }
}
@media (max-width: 320px){
    .mobphone img {
        width: 10px;
    }
    .mobphone a {
        font-size: 10px;
    }
    .headerMain .logoHeader.vertCenter img {
        width: 80px;
    }
    .headerMain .header_basket{
        padding-right: 0px;
    }
}
@media (max-width : 1200px) {
    #basket_items .itemphoto {display: none;}
    .order-simple__block.data-block {
		margin: 0 auto;
    	float: none;
    	margin-bottom: 10px;    
    	max-width: 437px;
    }
    .block-2{
	    clear: both;
	    margin: 0 auto;
	    max-width: max-content;
	    float: none;
    }
    .block-3 {
		clear: both;
	    max-width: max-content;
	    margin: 0 auto;
	    float: none;    	
    }
    .bx_ordercart .bx_ordercart_order_pay_right {
        float: right;    
        text-align: right;
        width: 29%;
        position: absolute;
        right: 26px;        
    }
    .bx_ordercart .bx_ordercart_order_pay_center {
        margin-top: 0;
        padding-top: 0;
        border-top: none;        
    }
    .bx_ordercart .bx_ordercart_order_sum {
        float: left;
    }    
}
@media (max-width : 991px) {
    .bx_ordercart .bx_ordercart_order_pay_right {
        width: 50%;
    }
}
@media (max-width : 540px) {
    .bx_ordercart .bx_ordercart_order_pay_right {
        width: 70%;
    }
}
@media (max-width : 470px) {
	.block-2{
	    max-width: min-content;
	}
}
@media (max-width: 767px) {
	.bx-basket-fixed {
		top: auto !important;
	}
    .banner11 {scale:150%;-webkit-transform: scale(1.5);}
}
@media (max-width : 470px) {
    .banner11 {scale:230%;-webkit-transform: scale(2);}
}
.personal-data .wrap_personal > div.ur-personal{
    max-width: unset;
    width: 100%;
    margin-left: 0;
}
#form_result_table{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    z-index: 500;

}
#form_result_table form {
    background: white;
    padding: 30px;
    border-radius: 10px ;
    border: 1px solid black;
}
#form_result_table .btn_table{
    border: 1px solid;
    padding: 7px;
    border-radius: 4px;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    margin-top: 13px;
}
.zakaz_table-add_popap.zakaz_table-add_popap__add{
    background-size: 100%;
    background-repeat: no-repeat;
    font-size: 0;
    width: 14px;
}
.zakaz_table-add_popap__add .zakaz_table{
    min-height: 13px;
}
.zakaz_table-add_popap.redactor{
    background-size: 100%;
    background-repeat: no-repeat;
    font-size: 0;
    width: 14px;
}
.histor_open td{
    background: grey;
}
tr .grey td,.histor_open td{
    background-color: rgb(57 54 54 / 21%) !important;
}
ul li .column-submenu-main li ul li a{
    text-transform:unset !important;
}
body ul li .sub-mainMenu .container .column-submenu-main li ul{
margin-top: 5px;
   /*  max-height: 250px; */
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.table_order{
    display:none;
}

.iti {
    --iti-path-flags-1x: url('libs/intl-tel-input/img/flags.png');
    --iti-path-flags-2x: url('libs/intl-tel-input/img/flags@2x.png');
    --iti-path-globe-1x: url('libs/intl-tel-input/img/globe.png');
    --iti-path-globe-2x: url('libs/intl-tel-input/img/globe@2x.png');
}

.country-phone-mask{
    width: 320px;
    border: 1px solid #787878;
    height: 34px;
    padding-left: 10px;
    outline: none;
}

.product-stat-percent {
    font-size: 16px;
    color: #333;
    font-weight: 660;
}

.current-cloth{
    background: #c2c2c2;
}

.catalog-section-empty {
    text-align: center;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 40px;
}

@media only screen and (max-width: 480px) {
    .country-phone-mask {
        width: 290px;
    }
}