/*Иконка отправить почту в верхнем меню*/
.uc-top-menu * .mail-ico {
    transition: transform 0.3s ease-out;
}

    .uc-top-menu * .mail-ico:hover {
         opacity: 0.6;
         transform: scale(1.2);
         transition: transform 0.3s ease-out;
         }
         
/*Отступ на кнопке в постере         */
/*.uc-hero * .btn-arrow .tn-atom {*/
/*    padding-left: 20px !important;*/
/*}*/

/*Отступ на кнопке в постере         */
.btn-arrow .tn-atom,
.btn-arrow1 .tn-atom
{
    padding-left: 20px !important;
}


/*Стрелка для кнопок ОСТАВИТЬ ЗАЯВКУ*/
.uc-hero * .btn-arrow .tn-atom::after {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='23' height='8' viewBox='0 0 23 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.1716 0.46444L22.3536 3.64642C22.5488 3.84168 22.5488 4.15826 22.3536 4.35353L19.1716 7.53551C18.9763 7.73077 18.6597 7.73077 18.4645 7.53551C18.2692 7.34025 18.2692 7.02366 18.4645 6.8284L20.7929 4.49997H0V3.49997H20.7929L18.4645 1.17155C18.2692 0.976284 18.2692 0.659702 18.4645 0.46444C18.6597 0.269178 18.9763 0.269178 19.1716 0.46444Z' fill='white'/%3e%3c/svg%3e ");
  width: 23px;
  height: 8px;
  position: absolute;
top:12px;
right:30px;
}

/*Стрелка для кнопок*/
.uc-order * .btn-arrow .tn-atom::after {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='23' height='8' viewBox='0 0 23 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.1716 0.46444L22.3536 3.64642C22.5488 3.84168 22.5488 4.15826 22.3536 4.35353L19.1716 7.53551C18.9763 7.73077 18.6597 7.73077 18.4645 7.53551C18.2692 7.34025 18.2692 7.02366 18.4645 6.8284L20.7929 4.49997H0V3.49997H20.7929L18.4645 1.17155C18.2692 0.976284 18.2692 0.659702 18.4645 0.46444C18.6597 0.269178 18.9763 0.269178 19.1716 0.46444Z' fill='white'/%3e%3c/svg%3e ");
  width: 46px;
  height: 16px;
  position: absolute;
top:22px;
right:35px;
}




/*Стрелка для кнопок КУПИТЬ*/
.uc-hero * .btn-arrow1 .tn-atom::after {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='23' height='8' viewBox='0 0 23 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.1716 0.46444L22.3536 3.64642C22.5488 3.84168 22.5488 4.15826 22.3536 4.35353L19.1716 7.53551C18.9763 7.73077 18.6597 7.73077 18.4645 7.53551C18.2692 7.34025 18.2692 7.02366 18.4645 6.8284L20.7929 4.49997H0V3.49997H20.7929L18.4645 1.17155C18.2692 0.976284 18.2692 0.659702 18.4645 0.46444C18.6597 0.269178 18.9763 0.269178 19.1716 0.46444Z' fill='white'/%3e%3c/svg%3e ");
  width: 23px;
  height: 8px;
  position: absolute;
top:12px;
right:107px;
}

.uc-order * .btn-arrow1 .tn-atom::after {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='23' height='8' viewBox='0 0 23 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.1716 0.46444L22.3536 3.64642C22.5488 3.84168 22.5488 4.15826 22.3536 4.35353L19.1716 7.53551C18.9763 7.73077 18.6597 7.73077 18.4645 7.53551C18.2692 7.34025 18.2692 7.02366 18.4645 6.8284L20.7929 4.49997H0V3.49997H20.7929L18.4645 1.17155C18.2692 0.976284 18.2692 0.659702 18.4645 0.46444C18.6597 0.269178 18.9763 0.269178 19.1716 0.46444Z' fill='white'/%3e%3c/svg%3e ");
  width: 46px;
  height: 16px;
  position: absolute;
top:22px;
right:107px;
}

    
/*Чуть меняем шрифт в продуктах на главной*/
.uc-products * .t-card__title {
    letter-spacing: -1px;
}

.uc-products * .t-card__descr {
    letter-spacing: -1.5px;
}







/*В характеристиках на главной меняем шрифт*/
.uc-features * .t812__pricelist-item__title,
.uc-features * .t812__pricelist-item__price

{
    font-family: "Roboto Condensed" !important;
    font-weight: 500 !important;
    letter-spacing: -1px !important;
}


/*Отступы в характеристиках на главной*/
 .uc-features * .t812__pricelist-item__row_1
 {
    padding-bottom: 5px !important;    
 }

.uc-features * .t812__pricelist-item__row_2
 {
    padding-top: 5px !important;    
 }
 
 
 /*курсор при наведении на точках*/
 .uc-animation * .btn-hover {
     cursor: pointer !important;
 }
 
 
 




.uc-order {
    z-index: 100 !important;
}

.uc-footer .underline a:link {
        text-decoration: underline !important;
        text-underline-offset: 4px;
        text-decoration-thickness: 0.5px;
}    
.uc-footer .underline a:hover {
        text-decoration: none !important;
}


.uc-animation-m * .t668__title {
        letter-spacing: -0.5px;
}



.bepaid_img * img {
    filter: grayscale(100%);
    opacity: 0.5;
}


body {
    
    opacity: 0 !important;
	transition: .9s opacity ease-in-out !important;
 }
 
 .body_visible {
	opacity: 1 !important;
}