/*Две кнопки в карточке товара*/

.js-store-prod-text a {
    display: inline-block;
    padding: 12px 28px;
    margin-right: 12px;
    margin-top: 20px;
    border-radius: 4px;
    font-family: 'Manrope';
    font-size: 16px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {   /*Первая кнопка*/
    background-color: #275EC7;
    color: #ffffff !important;
    transition: 0.3s all;
}

.js-store-prod-text a:first-of-type:hover {  /*Эффект наведения для первой кнопки*/
    background-color: #0D2451;
    color: #ffffff !important;
}

.js-store-prod-text a:last-of-type {  /*Вторая кнопка*/
    border: 2px solid #275EC7;
    padding: 10px 24px;
    color: #275EC7 !important;
    transition: 0.3s all;
}
 
.js-store-prod-text a:last-of-type:hover {  /*Эффект наведения для второй кнопки*/
    background-color: #0D2451;
    border: 2px solid #0D2451;
    color: #ffffff !important;
}

.t706__cartwin_showed {
    z-index: 1;
}


/*Скругление попапов*/

.t702 .t-popup__container {
border-radius: 16px;
overflow: hidden;
}

/*Скругление изображения в блоке CL22 (страница About us)*/

.t165 .t165__img {
border-radius: 16px;
}

/*Скругление изображения в блоке GL21 (страница About us)*/

.t764 .t-slds__wrapper {
border-radius: 16px;
overflow: hidden;
}

/*Скругление обводки активного изображения в изображениях-превью блока GL21 (страница About us)*/

.t764 .t-slds__thumbsbullet-border {
border-radius: 12px;
overflow: hidden;
}

/*Скругление обводки изображения-превью блока GL21 (страница About us)*/

.t764 .t-slds__thumbsbullet.t-slds__bullet {
border-radius: 12px;
overflow: hidden;
}

/*Скругление обводки изображения-превью блока GL21 (страница About us)*/

.t230 .t-video-lazyload {
border-radius: 16px;
overflow: hidden;
}

/*Отступ от заголовка до иконок блока преимуществ (страница About us)*/

.t490 .t-section__topwrapper {
    margin-bottom: 60px;
}

/*Отступ от иконок блока преимуществ до текста (страница About us)*/

.t490 .t-heading_md {
    margin-top: 24px;
    margin-bottom: 12px;
}

/*Скругление изображений устройств на страницах групп товаров*/

.t480 .t480__blockimg {
border-radius: 16px;
overflow: hidden;
}

/*Отступ от заголовка до текста блока вьетнамских проектов (страница About us)*/

.t512 .t-section__topwrapper {
    margin-bottom: 40px;
}

