@media only screen and (max-width: 480px) {
.tn-elem__8094923251726583943857,
.tn-elem__8079836331726583943857,
.tn-elem__7949464531727357536466 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tn-elem__8094923251727890442335,
  .tn-elem__8079836331727890442335,
  .tn-elem__7949464531726651755396 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
 
@media only screen and (min-width: 481px) {
 .tn-elem__8094923251726583943857,
 .tn-elem__8079836331726583943857,
 .tn-elem__7949464531727357536466,
 .tn-elem__7949464531727357536466 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 960px) {
 .tn-elem__8094923251727890442335,
 .tn-elem__8079836331727890442335,
 .tn-elem__7949464531726651755396{
    padding-left: 40px;
    padding-right: 40px;
  }
}

.t774__container{
    max-width: 100vw;
    padding: 0 20px !important;    /*Отступы по бокам экрана*/
    box-sizing: border-box;
    display: grid !important;
    grid-template-columns: repeat( auto-fit, minmax(400px, 1fr) );  /*Минимальная ширина карточки*/
    gap: 20px 20px;  /*Отступ между карточками, первое значение – по оси Y, второе – по оси X*/
}

.t774__container:before,
.t774__container:after,
.t774__separator{
    display: none !important;
}

.t774__col{
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

@media screen and (max-width: 1000px){
    .t774__container{
        padding: 0 20px !important;   /*Отступы по бокам экрана*/ 
        grid-template-columns: repeat( auto-fit, minmax(300px, 1fr) );  /*Минимальная ширина карточки*/
        gap: 20px 20px;  /*Отступ между карточками*/
    }
}

@media screen and (max-width: 768px){
    .t774__container{
        padding: 0 20px !important;    /*Отступы по бокам экрана*/
        grid-template-columns: repeat( auto-fit, minmax(300px, 1fr) );  /*Минимальная ширина карточки*/
        gap: 20px 20px;  /*Отступ между карточками*/
    }
}

@media screen and (max-width: 480px){
    .t774__container{
        padding: 0 10px !important;    /*Отступы по бокам экрана*/
        grid-template-columns: repeat( auto-fit, minmax(300px, 1fr) );  /*Минимальная ширина карточки*/
        gap: 20px 20px;  /*Отступ между карточками*/
    }
}
@media only screen and (max-width: 480px) {
  .tn-elem__7974040191726149437721 {
    padding-left: 10px;
    padding-right: 10px;
  }
 .tn-atom__form {
    padding-left: 30px;
    padding-right: 30px;
  }
  .t-submit {
    width: 100% !important;
}
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .tn-elem__7974040191726149437721 {
    padding-left: 20px;
    padding-right: 20px;
  }
 .tn-atom__form {
    padding-left: 40px;
    padding-right: 40px;
  }
  .t-submit {
    width: 100% !important;
}
}
.t503__container{
    max-width: 100vw !important;
    padding: 0 40px !important;    /*Отступы по бокам экрана*/
    box-sizing: border-box;
    display: grid !important;
    grid-template-columns: repeat( auto-fit, minmax(300px, 1fr) );  /*Минимальная ширина карточки*/
    gap: 40px 20px;  /*Отступ между карточками, первое значение – по оси Y, второе – по оси X*/
}

.t503__container:before,
.t503__container:after,
.t503__separator{
    display: none !important;
}

.t503__container .t-card__col{
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

@media screen and (max-width: 1000px){
    .t503__container{
        padding: 0 20px !important;   /*Отступы по бокам экрана*/ 
        grid-template-columns: repeat( auto-fit, minmax(300px, 1fr) );  /*Минимальная ширина карточки*/
        gap: 20px 20px;  /*Отступ между карточками*/
    }
}

@media screen and (max-width: 768px){
    .t503__container{
        padding: 0 20px !important;    /*Отступы по бокам экрана*/
        grid-template-columns: repeat( auto-fit, minmax(300px, 1fr) );  /*Минимальная ширина карточки*/
        gap: 20px 20px;  /*Отступ между карточками*/
    }
}

@media screen and (max-width: 480px){
    .t503__container{
        padding: 0 10px !important;    /*Отступы по бокам экрана*/
        grid-template-columns: repeat( auto-fit, minmax(300px, 1fr) );  /*Минимальная ширина карточки*/
        gap: 20px 20px;  /*Отступ между карточками*/
    }
}
@media (min-width: 1200px) {
.t668 .t-container {
    max-width: 50%;
    margin: auto;
}
.t668__trigger-button {
    padding-top:40px!important;
    padding-bottom:40px!important;
}
.t668 .t-col {
    max-width: 100%;
   
}
}
@media (max-width: 1200px) {
.t668 .t-container {
    max-width: 100%;
}
.t668__trigger-button {
    padding-top:30px!important;
    padding-bottom:30px!important;
}
.t668 .t-col {
    max-width: 100%;
   padding-left: 20px !important;
padding-right: 20px !important;
}
}
@media (max-width: 480px) {
.t668 .t-container {
    max-width: 100%;
}
.t668__trigger-button {
    padding-top:30px!important;
    padding-bottom:30px!important;
}
.t668 .t-col {
    max-width: 100%;
   padding-left: 10px !important;
padding-right: 10px !important;
}
}
.t668__wrapper {
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1); /* Сдвиг по Y, размытие, цвет с прозрачностью */
}
.t668__lines {
    display: none;
}
.t668__icon:before, .t668__icon-hover:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-size: cover;
    position: relative;
    z-index: 10;
    transition: all 0.3s;
}
.t668__opened .t668__icon:before {
    transform: rotate(90deg);
}

.t668__icon:before {
    /*Обычная иконка*/
    background-image: url(https://static.tildacdn.com/tild3733-6261-4330-a235-623965323532/Icon_Frame.svg);
}
.t668__icon-hover:before {
    /*Иконка при наведении*/
    background-image: url(https://static.tildacdn.com/tild3733-6261-4330-a235-623965323532/Icon_Frame.svg);
}
}
.t890 {
    z-index: 999 !important;
    
  }
}
