font-family: 'Montserrat', sans-serif;


.t-btn.t-btn_md {
	width: 340px;
	height: 60px;
	position: center;
	font-size: 20px;
}



.t-submit {
	width: 340px;
	height: 60px;
	position: center;
	font-size: 20px;
}



/*Добавляем  скругления углов у карточек стандартных блоков*/
    .t-slds__bgimg{   /*Сюда вставляем класс блока из таблицы выше*/
        border-radius: 20px !important;    /*Радиус скругления у блока*/
        overflow: hidden; /*Используется для некоторых блоков, к которым не применяется скругление*/
        /*Если нужно скруглить углы, каждый по отдельности, то используйте вместо одного значения четыре,
        написав их через пробел, например 20px 30px 10px 50px*/
    }



/*Добавляем  скругления углов у карточек стандартных блоков*/
    .t-popup__container{   /*Сюда вставляем класс блока из таблицы выше*/
        border-radius: 20px !important;    /*Радиус скругления у блока*/
        overflow: hidden; /*Используется для некоторых блоков, к которым не применяется скругление*/
        /*Если нужно скруглить углы, каждый по отдельности, то используйте вместо одного значения четыре,
        написав их через пробел, например 20px 30px 10px 50px*/
    }


/*карточки в продаже*/
.tn-elem[data-elem-id="1672390109992"] .tn-atom
   {
       border-radius: 0 0 20px 20px;
       }
.tn-elem[data-elem-id="1673257624800"] .tn-atom
   {
       border-radius: 0 0 20px 20px;
       }
.tn-elem[data-elem-id="1673258492755"] .tn-atom
   {
       border-radius: 0 0 20px 20px;
       }
.tn-elem[data-elem-id="1673259340111"] .tn-atom
   {
       border-radius: 0 0 20px 20px;
       }
       
/*карточки проданные*/
.tn-elem[data-elem-id="1672390109992"] .tn-atom
   {
       border-radius: 0 0 20px 20px;
       }
.tn-elem[data-elem-id="1673264671702"] .tn-atom
   {
       border-radius: 0 0 20px 20px;
       }
.tn-elem[data-elem-id="1673264686725"] .tn-atom
   {
       border-radius: 0 0 20px 20px;
       }
.tn-elem[data-elem-id="1673264902519"] .tn-atom
   {
       border-radius: 0 0 20px 20px;
       }   
.tn-elem[data-elem-id="1673264902601"] .tn-atom
   {
       border-radius: 0 0 20px 20px;
       }
.tn-elem[data-elem-id="1673264902681"] .tn-atom
   {
       border-radius: 0 0 20px 20px;
       }
.tn-elem[data-elem-id="1673265183017"] .tn-atom
   {
       border-radius: 0 0 20px 20px;
       }
.tn-elem[data-elem-id="1673265183116"] .tn-atom
   {
       border-radius: 0 0 20px 20px;
       } 
.tn-elem[data-elem-id="1673265183206"] .tn-atom
   {
       border-radius: 0 0 20px 20px;
       } 
       
/*карточки акция*/
.tn-elem[data-elem-id="1685621636065"] .tn-atom
   {
       border-radius: 0 0 20px 20px;
       }
.tn-elem[data-elem-id="1685622158797"] .tn-atom
   {
       border-radius: 0 0 20px 20px;
       }
.tn-elem[data-elem-id="1685622466331"] .tn-atom
   {
       border-radius: 0 0 20px 20px;
       }
.tn-elem[data-elem-id="1685690546707"] .tn-atom
   {
       border-radius: 0 0 20px 20px;
       }
.tn-elem[data-elem-id="1685691414337"] .tn-atom
   {
       border-radius: 0 0 20px 20px;
       }
.tn-elem[data-elem-id="1685692538613"] .tn-atom
   {
       border-radius: 0 0 20px 20px;
       }
.tn-elem[data-elem-id="1685690775346"] .tn-atom
   {
       border-radius: 0 0 20px 20px;
       }
.tn-elem[data-elem-id="1685692538613"] .tn-atom
   {
       border-radius: 0 0 20px 20px;
       }
       
       
.tn-atom__tip-text a {
    display: inline-block;
    background-color: #3b73f5;
    color: #fff !important;
    padding: 6px 15px;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 4px;
    transition: all 0.3s ease-in-out;
}

.tn-atom__tip-text a:hover {
    background-color: #356ef2;
}
