/*Анимация линий бургера*/
@-webkit-keyframes lineHover {
    
    0% {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
    }
    50% {
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
    }
    50.001% {
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }
    50.002% {
        -webkit-transform:scaleX(0);
        -ms-transform:scaleX(0);
        transform:scaleX(0);
    }
    to {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }
    
}
    
@keyframes lineHover {
    
    0% {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
    }
    50% {
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
    }
    50.001% {
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }
    50.002% {
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
    }
    to {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }
    
}



@-webkit-keyframes firstCloseLineHover {
    
    0% {
        -webkit-transform: scaleX(1) rotate(45deg);
        -ms-transform: scaleX(1) rotate(45deg);
        transform: scaleX(1) rotate(45deg);
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
    }
    50% {
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
    }
    50.001% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
    }
    50.002% {
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
    }
    to {
        -webkit-transform: scaleX(1) rotate(45deg);
        -ms-transform: scaleX(1) rotate(45deg);
        transform: scaleX(1) rotate(45deg);
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
    }
    
}
    
@keyframes firstCloseLineHover {
    
    0% {
        -webkit-transform: scaleX(1) rotate(45deg);
        -ms-transform: scaleX(1) rotate(45deg);
        transform: scaleX(1) rotate(45deg);
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
    }
    50% {
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
    }
    50.001% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
    }
    50.002% {
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
    }
    to {
        -webkit-transform: scaleX(1) rotate(45deg);
        -ms-transform: scaleX(1) rotate(45deg);
        transform: scaleX(1) rotate(45deg);
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
    }
    
}



@-webkit-keyframes secondCloseLineHover {
    
    0% {
        -webkit-transform: scaleX(1) rotate(-45deg);
        -ms-transform: scaleX(1) rotate(-45deg);
        transform: scaleX(1) rotate(-45deg);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
    }
    50% {
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
    }
    50.001% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
    }
    50.002% {
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
    }
    to {
        -webkit-transform: scaleX(1) rotate(-45deg);
        -ms-transform: scaleX(1) rotate(-45deg);
        transform: scaleX(1) rotate(-45deg);
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
    }
    
}
    
@keyframes secondCloseLineHover {
    
    0% {
        -webkit-transform: scaleX(1) rotate(-45deg);
        -ms-transform: scaleX(1) rotate(-45deg);
        transform: scaleX(1) rotate(-45deg);
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
    }
    50% {
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
    }
    50.001% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
    }
    50.002% {
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
    }
    to {
        -webkit-transform: scaleX(1) rotate(-45deg);
        -ms-transform :scaleX(1) rotate(-45deg);
        transform: scaleX(1) rotate(-45deg);
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
    }
    
}



    /*Скрытие H1 и H2*/
    [class*="uc-"][class*="hidden"] {
        position: relative;
    }  
    [class*="uc-"][class*="hidden"] h1, [class*="uc-"][class*="hidden"] h2, [class*="uc-"][class*="hidden"] h3, [class*="uc-"][class*="hidden"] h4 {
        max-width: 100%;
        position: absolute;
        clip: rect(0 0 0 0);
        width: 1px;
        height: 1px;
        margin: -1px;
    }      
    
    /*Нормальный перенос слов в текстах*/
    .t-heading, .t-title, .t-text, .t-descr, .t-name {
        word-break: normal;
    }
    
    /*Блок 960px+*/
    .t-screenmin-980px {
        display: block !important;
    } 
    
    /*Ховеры с прозрачностью*/
    .hover-opacity > .tn-atom, .t397__tab, .t397__title, .t134__title a, .t134__descr a, .t-sociallinks__item, .t-checkbox__control a, .t887__close-button, .t-carousel__zoomer__arrow__wrapper:before, .t-zoomer__scale showed, .t-zoomer__close {
        -webkit-transition: all .3s cubic-bezier(0.4, 0, 0.2, 1) !important;
        -moz-transition: all .3s cubic-bezier(0.4, 0, 0.2, 1) !important;
        -ms-transition: all .3s cubic-bezier(0.4, 0, 0.2, 1) !important;
        -o-transition: all .3s cubic-bezier(0.4, 0, 0.2, 1) !important;
        transition: all .3s cubic-bezier(0.4, 0, 0.2, 1) !important;         
    }  
    .t397__title:after, .t450__list_item .t-menu__link-item, .t450__list_item .t-menu__link-item:before {
        -webkit-transition: all .6s cubic-bezier(0.4, 0, 0.2, 1) !important;
        -moz-transition: all .6s cubic-bezier(0.4, 0, 0.2, 1) !important;
        -ms-transition: all .6s cubic-bezier(0.4, 0, 0.2, 1) !important;
        -o-transition: all .6s cubic-bezier(0.4, 0, 0.2, 1) !important;
        transition: all .6s cubic-bezier(0.4, 0, 0.2, 1) !important;           
    }
    .t396 .t-animate[data-animate-style="fadein"] {
        -webkit-transition-duration: 1s !important;
        transition-duration: 1s !important;
        -webkit-transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1) !important;
        transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1) !important;
    }
    .t463__copyright a, .t585__text a, .t512 a, .t446__right_descr a, .t134__title a, .t134__descr a {
        color: inherit !important;
    }    
    .hover-opacity > .tn-atom:hover, .t-checkbox__control a:hover, .t887__close-button:hover {
        opacity: .7 !important;
    } 
    
    /*Ховеры с цветом*/
    .t134__title a:hover, .t134__descr a:hover {
        color: #d0aac0 !important;
    }
    
    /*Ховеры с скейлом*/
    .t-sociallinks__item:hover {
        -webkit-transform: scale(1.05) !important;
        -ms-transform: scale(1.05) !important;
        transform: scale(1.05) !important;        
    }
    
    /*Стандартные кнопки*/
    .t-btn, .t-submit, .t-inputpromocode__btn, .t-redactor__callout-text a {
        font-family: 'VelaSans' !important;
        font-weight: 700 !important;
        font-size: 12px !important;
        height: 55px !important;
        min-height: unset !important;
        line-height: 1.4 !important;
        letter-spacing: 0.05em !important;
        text-transform: uppercase !important;
        -webkit-transition: all 0.2s linear !important;
        -moz-transition: all 0.2s linear !important;
        -ms-transition: all 0.2s linear !important;
        -o-transition: all 0.2s linear !important;
        transition: all 0.2s linear !important;
        min-width: 120px !important;
        box-sizing: border-box !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        border-radius: 5px !important;
    }    
    .t-btn:not(.t-feed__showmore-btn, .t754__showmore, .t400__submit, .t-inputpromocode__btn, .t835__btn_result), .t-submit, .t-redactor__callout-text a {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important; 
        -ms-flex-align: center !important; 
        align-items: center !important;
        -webkit-box-align: center !important; 
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;          
    }  
    .t142__text {
        display: block !important;
        height: auto !important;
    }
    .t-btn[style*="display: none"], .t-btn[style*="display:none"] {
        display: none !important;
    } 
    
    /*Главные заголовки*/
    [class*="uc-"][class*="tt_110"] .t-title, [class*="uc-"][class*="ct_110"] .t-card__title, [class*="uc-"][class*="nm_110"] .t-name, [class*="uc-"][class*="ds_110"] .t-descr, [class*="uc-"][class*="tx_110"] .t-text, [class*="uc-"][class*="cd_110"] .t-card__descr, [class*="uc-"][class*="cu_110"] .t-card__uptitle, [class*="uc-"][class*="ut_110"] .t-uptitle, [class*="uc-"][class*="hd_110"] .t-heading {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;  
        font-size: 110px !important;
        line-height: 1 !important;
        letter-spacing: -0.02em !important;
        text-transform: uppercase !important;
    }  
    .t997__title {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;  
        font-size: 110px !important;
        line-height: 1 !important;
        letter-spacing: -0.02em !important;
        text-transform: uppercase !important;        
    }
    
    /*Большие заголовки*/
    [class*="uc-"][class*="tt_60"] .t-title, [class*="uc-"][class*="ct_60"] .t-card__title, [class*="uc-"][class*="nm_60"] .t-name, [class*="uc-"][class*="ds_60"] .t-descr, [class*="uc-"][class*="tx_60"] .t-text, [class*="uc-"][class*="cd_60"] .t-card__descr, [class*="uc-"][class*="cu_60"] .t-card__uptitle, [class*="uc-"][class*="ut_60"] .t-uptitle, [class*="uc-"][class*="hd_60"] .t-heading {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;  
        font-size: 60px !important;
        line-height: 1.1 !important;
        letter-spacing: 0 !important;
        text-transform: uppercase !important;
    }  
    
    /*Большие описания*/
    [class*="uc-"][class*="tt_32"] .t-title, [class*="uc-"][class*="ct_32"] .t-card__title, [class*="uc-"][class*="nm_32"] .t-name, [class*="uc-"][class*="ds_32"] .t-descr, [class*="uc-"][class*="tx_32"] .t-text, [class*="uc-"][class*="cd_32"] .t-card__descr, [class*="uc-"][class*="cu_32"] .t-card__uptitle, [class*="uc-"][class*="ut_32"] .t-uptitle, [class*="uc-"][class*="hd_32"] .t-heading {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;  
        font-size: 32px !important;
        line-height: 1.25 !important;
        letter-spacing: 0 !important;
    }  
    
    /*Средние описания*/
    [class*="uc-"][class*="tt_14"] .t-title, [class*="uc-"][class*="ct_14"] .t-card__title, [class*="uc-"][class*="nm_14"] .t-name, [class*="uc-"][class*="ds_14"] .t-descr, [class*="uc-"][class*="tx_14"] .t-text, [class*="uc-"][class*="cd_14"] .t-card__descr, [class*="uc-"][class*="cu_14"] .t-card__uptitle, [class*="uc-"][class*="ut_14"] .t-uptitle, [class*="uc-"][class*="hd_14"] .t-heading {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;  
        font-size: 14px !important;
        line-height: 1.5 !important;
        letter-spacing: 0 !important;
    }      
    .t-checkbox__control {
        font-size: 14px !important;
        line-height: 1.5 !important;
        letter-spacing: 0 !important;        
    }
    
    /*Средние подзаголовки*/
    [class*="uc-"][class*="tt_13"] .t-title, [class*="uc-"][class*="ct_13"] .t-card__title, [class*="uc-"][class*="nm_13"] .t-name, [class*="uc-"][class*="ds_13"] .t-descr, [class*="uc-"][class*="tx_13"] .t-text, [class*="uc-"][class*="cd_13"] .t-card__descr, [class*="uc-"][class*="cu_13"] .t-card__uptitle, [class*="uc-"][class*="ut_13"] .t-uptitle, [class*="uc-"][class*="hd_13"] .t-heading {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;  
        font-size: 13px !important;
        line-height: 1.4 !important;
        letter-spacing: 0.05em !important;
        text-transform: uppercase !important;
    }   
    
    /*Маленькие подзаголовки или навигация*/
    [class*="uc-"][class*="tt_12"] .t-title, [class*="uc-"][class*="ct_12"] .t-card__title, [class*="uc-"][class*="nm_12"] .t-name, [class*="uc-"][class*="ds_12"] .t-descr, [class*="uc-"][class*="tx_12"] .t-text, [class*="uc-"][class*="cd_12"] .t-card__descr, [class*="uc-"][class*="cu_12"] .t-card__uptitle, [class*="uc-"][class*="ut_12"] .t-uptitle, [class*="uc-"][class*="hd_12"] .t-heading {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;  
        font-size: 12px !important;
        line-height: 1.4 !important;
        letter-spacing: 0.05em !important;
        text-transform: uppercase !important;
    }  
    .t778 .js-product-sku, .t134__title, .t134__descr, .t-input {
        font-size: 12px !important;
        line-height: 1.4 !important;
        letter-spacing: 0.05em !important;
        text-transform: uppercase !important;        
    }
    
    /*Межбуквенное растояние с зиро-блоках*/
    .ls_-2p .tn-atom {
        letter-spacing: -0.02em !important;
    }
    .ls_5p .tn-atom {
        letter-spacing: 0.05em !important;
    }
    
    /*Отступ у абзацец в зиро-блоках*/
    .fl-space .tn-atom:first-letter {
        padding-left: 320px !important;
    }
    
    /*Ширина контейнеров в стандартных блоках*/
    .t-container, .t142 .t-container_100, .t142A .t-container_100, .t-store__load-more-btn-wrap, .t-store .t-popup__container, .t389__content, .t509__fullscreenwidth, .t856 .t-card__container, .t897 .t-feed__container, .t451__container, .t446, .t450__container {
        max-width: 1200px !important;
        padding-left: 50px !important;
        padding-right: 50px !important;
        margin-left: auto !important;
        margin-right: auto !important;        
        box-sizing: border-box !important;        
    }    
    
    /*Ширина колонок в стандартных блоках*/
    .t-col, .t142__wrapone, .t142A__wraptwo, .t389__col, .t451__menu__content, .t446__maincontainer, .t450__top, .t450__rightside {
        padding-left: 10px !important;
        padding-right: 10px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        box-sizing: border-box !important;        
    }
    .t-col_4 {
        max-width: calc(100% / 3) !important;
    }    
    .t-col_6 {
        max-width: 50% !important;
    }
    .t-col_8 {
        max-width: calc(100% / 3 * 2) !important;
    } 
    .t-col_12, .t451__menu__content, .t446__maincontainer, .t450__top, .t450__rightside {
        max-width: 100% !important;
    }     
    
    /*Обложка на первом экране*/
    .t997__checkmark, .t997__cards-wrapper:before, .t997__cards-wrapper:after {
        display: none !important;
    }
    [data-record-type="997"] .t-cover, [data-record-type="997"] .t-cover__filter {
        height: auto !important;
    }
    [data-record-type="997"] .t-cover__carrier {
        position: absolute !important;
        width: 100% !important;
        height: 100% !important;
        left: 0 !important;
        top: 0 !important;
    }
    .t997 .t-container {
        position: static !important;
    }
    .t997__wrapper {
        padding-top: 20px !important;
        padding-bottom: 40px !important;
    }
    .t997__header-wrapper {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .t997 .t-section__topwrapper {
        max-width: 100% !important;
    }
    .t997__title {
        text-align: center !important;
        font-weight: 600 !important;
    }
    .t997__cards-wrapper .t-col {
        max-width: calc(100% / 4) !important;
        width: auto !important;
    }
    
    /*Блок с фактоидами*/
    .t681 .t-container:before, .t681 .t-container:after {
        display: none !important;
    }
    .t681 .t-container {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .t681__row {
        width: auto !important;
        max-width: 50% !important;
        position: relative !important;
        margin-bottom: 0px !important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
    }
    .t681 .t-col {
        width: auto !important;
        max-width: 100% !important;
    }
    .t681 .t-col:first-child {
        display: none !important;
    }
    .t681__row:not(:nth-child(4n)) .t-col {
        padding-right: 70px !important;
    }    
    .t681__row:not(:nth-child(4n)) .t-col:after {
        content: '' !important;
        width: 0px !important;
        height: 0% !important;
        position: absolute !important;
        right: 0px !important;
        top: 0px !important;
        border-left: 1px solid #878385 !important;
        -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1) 1.8s !important;
        -moz-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1) 1.8s !important;
        -ms-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1) 1.8s !important;
        -o-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1) 1.8s !important;
        transition: all 1s cubic-bezier(0.4, 0, 0.2, 1) 1.8s !important;   
    }
    .t681__row:nth-child(2n):not(:nth-child(4n)) .t-col:after {
        -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1) 2.1s !important;
        -moz-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1) 2.1s !important;
        -ms-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1) 2.1s !important;
        -o-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1) 2.1s !important;
        transition: all 1s cubic-bezier(0.4, 0, 0.2, 1) 2.1s !important;           
    }
    .t681__row:nth-child(3n):not(:nth-child(4n)) .t-col:after {
        -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1) 2.4s !important;
        -moz-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1) 2.4s !important;
        -ms-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1) 2.4s !important;
        -o-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1) 2.4s !important;
        transition: all 1s cubic-bezier(0.4, 0, 0.2, 1) 2.4s !important;           
    }    
    [data-record-type="681"].r_showed .t681__row:not(:nth-child(4n)) .t-col:after {
        height: 100% !important;
    }
    .t681__tablewrapper {
        width: auto !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .t681__textwrapper {
        margin-bottom: 0px !important;
    }
    .t681__textwrapper .t681__descr {
        max-width: 200px !important;
        margin-top: 10px !important;
    }
    .t681__pricewrapper {
        width: auto !important;
        text-align: left !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .t681__pricewrapper .t681__price-text {
        margin-left: 10px !important;
    }
    .t681__pricewrapper .t681__price-text ul {
        height: 100% !important;
        list-style-type: none !important;
        margin-bottom: 0px !important;
        padding-left: 0px !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;        
    }
    .t681__pricewrapper .t681__price-text ul li:first-child:not(:only-child) {
        margin-top: 5px !important;
    }
    .t681__pricewrapper .t681__price-text ul li:nth-child(2), .t681__pricewrapper .t681__price-text ul li:only-child {
        margin-top: auto !important;
        margin-bottom: 6px !important;
    }
    
    /*Блок в 2 колонки с изображением и текстом*/
    .t478 .t-container {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .t478 .t-col:first-child {
        padding-right: 140px !important;
    }
    .t478 .t-col:nth-child(2) {
        padding-left: 0px !important;
    }  
    .t478__textwrapper {
        height: auto !important;
        min-height: 460px !important;
    }
    .t478__descr {
        margin-top: 0px !important;
    }
    .t478__descr ul {
        margin-bottom: 0px !important;
        padding-left: 15px !important;
    }
    .t478__descr ul li:not(:last-child) {
        margin-bottom: 30px !important;
    }
    .t478__btn-wrapper {
        position: relative !important;
        padding-top: 50px !important;
        padding-bottom: 0px !important;
        z-index: 12 !important;
    }
    .t478 .t-bgimg {
        height: 100% !important;
        background-position: top center !important;
    }
    
    /*Блок с плитками в 3 колонки*/
    .t1032__separator {
        display: none !important;
    }
    .t1032 .t-container {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        row-gap: 20px !important;
    }
    .t1032__row {
        width: 100% !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        row-gap: 20px !important;
    }
    .t1032 .t-card__col {
        height: auto !important;
        margin-bottom: 0px !important;
    }
    .t1032__content {
        height: 100% !important;
        padding-top: 60px !important;
        padding-bottom: 60px !important;
        padding-left: 24px !important;
        padding-right: 24px !important;
        border-radius: 5px !important;
        background: -webkit-gradient(linear, left top, right top, from(rgba(141, 139, 248, 0.20)), color-stop(51.86%, rgba(72, 53, 128, 0.20)), to(rgba(205, 70, 159, 0.10))) !important;
        background: -o-linear-gradient(left, rgba(141, 139, 248, 0.20) 0%, rgba(72, 53, 128, 0.20) 51.86%, rgba(205, 70, 159, 0.10) 100%) !important;
        background: linear-gradient(90deg, rgba(141, 139, 248, 0.20) 0%, rgba(72, 53, 128, 0.20) 51.86%, rgba(205, 70, 159, 0.10) 100%) !important;
        -webkit-backdrop-filter: blur(20px) !important;
        backdrop-filter: blur(20px) !important;
    }
    .t1032 .t-card__col:nth-child(even) .t1032__content {
        background: -webkit-gradient(linear, left top, right top, from(rgba(205, 70, 159, 0.10)), color-stop(51.86%, rgba(72, 53, 128, 0.20)), to(rgba(141, 139, 248, 0.20))) !important;
        background: -o-linear-gradient(left, rgba(205, 70, 159, 0.10) 0%, rgba(72, 53, 128, 0.20) 51.86%, rgba(141, 139, 248, 0.20) 100%) !important;
        background: linear-gradient(90deg, rgba(205, 70, 159, 0.10) 0%, rgba(72, 53, 128, 0.20) 51.86%, rgba(141, 139, 248, 0.20) 100%) !important;
    }
    .t1032__wrapper {
        height: auto !important;
    }
    .t1032__img {
        width: auto !important;
        height: 42px !important;
        margin-bottom: 30px !important;
    }
    .t1032 .t-card__title {
        max-width: 260px !important;
        height: auto !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 0px !important;
    }
    .t1032 .t-card__descr {
        max-width: 260px !important;
        height: auto !important;
        margin-top: 30px !important;
        margin-bottom: 0px !important;
        margin-left: auto !important;
        margin-right: auto !important;        
        padding: 0px !important;
    }
    
    /*Табы*/
    .t397__tab_active:after {
        display: none !important;
    }
    .t397 .t-container {
        position: relative !important;
        z-index: 12 !important;
    }
    .t397__col {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .t397__wrapper {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        column-gap: 40px !important;
        row-gap: 20px !important;
    }
    .t397__tab {
        width: auto !important;
        position: relative !important;
        padding-bottom: 4px !important;
        border-bottom: none !important;
    }
    .t397__title:after {
        content: '' !important;
        display: block !important;
        width: 0 !important;
        height: 0 !important;
        position: absolute !important;
        left: 0 !important;
        bottom: 0 !important;
        border-top: 1px solid #FFFFFF !important;
    }
    .t397__tab_active .t397__title:after {
        display: block !important;
        width: 100% !important;
    }
    .t397__title {
        padding-right: 0px !important;
        padding-bottom: 0px !important;
    }
    .t397__tab:hover .t397__title {
        color: #D0AAC0 !important;
    }    
    
    /*Слайдер*/
    .t923 {
        position: relative !important;
        z-index: 12 !important;
    }
    .t923 .t-slds__container {
        width: 100% !important;
    }
    .t923 .t-slds__wrapper {
        padding: 0px !important;
    }
    .t923__col {
        width: 100% !important;
    }
    .t923__wrapper {
        border-radius: 5px !important;
        padding-top: 24px !important;
        padding-bottom: 30px !important;
        padding-left: 24px !important;
        padding-right: 24px !important;
        box-sizing: border-box !important;
        position: relative !important;
        background: rgb(44,36,44) !important;
        background: -moz-linear-gradient(180deg, rgba(44,36,44,0.4) 0%, rgba(44,36,44,1) 100%) !important;
        background: -webkit-linear-gradient(180deg, rgba(44,36,44,0.4) 0%, rgba(44,36,44,1) 100%) !important;
        background: linear-gradient(180deg, rgba(44,36,44,0.4) 0%, rgba(44,36,44,1) 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2c242c",endColorstr="#2c242c",GradientType=1) !important;                
    }
    .t923__wrapper:before {
        content: '' !important;
        display: block !important;
        position: absolute !important;
        top: 0px !important;
        bottom: 0px !important;
        left: 0px !important;
        right: 0px !important;
        border-radius: 5px !important;
        padding: 1px !important;
        background: rgb(0,0,0) !important;
        background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(66,52,66,1) 100%) !important;
        background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(66,52,66,1) 100%) !important;
        background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(66,52,66,1) 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#423442",GradientType=1) !important;             
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
        mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
        -webkit-mask-composite: xor !important;
        mask-composite: exclude !important;
    }
    .t923__content {
        background-color: transparent !important;
    }
    .t923__textwrapper {
        padding-top: 30px !important;
        padding-bottom: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .t923__imgwrapper {
        padding-bottom: 122% !important;
    }
    .t923 .t-slds__arrow_wrapper {
        width: calc((100% - 1080px) / 2) !important;
    }
    .t923 .t-slds__arrow-left {
        left: 24px !important;
    }
    .t923 .t-slds__arrow-right {
        right: 24px !important;
    }
    #allrecords .t-slds__arrow-withbg {
        width: 40px !important;
        height: 40px !important;
    }
    #allrecords .t-slds__arrow-withbg .t-slds__arrow_body {
        width: 9px !important;
    }
    .uc-without-text .t923__wrapper {
        padding: 0 !important;
        border-radius: 0 !important;
    }
    .uc-without-text .t923__imgwrapper {
        padding-bottom: 80% !important;
    }
    .uc-without-text .t923__content {
        display: none !important;
    }
    
    /*Плитки с тарифами*/
    .t778__separator {
        display: none !important;
    }
    .t778 {
        position: relative !important;
        z-index: 12 !important;
    }
    .t778 .t-container {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important; 
        -ms-flex-wrap: wrap !important; 
        flex-wrap: wrap !important;
        row-gap: 20px !important;
    }
    .t778 .t-col {
        margin-bottom: 0px !important;
    }
    .t778__wrapper {
        border-radius: 5px !important;
        background: rgb(43,33,63) !important;
        background: -moz-linear-gradient(180deg, rgba(43,33,63,1) 0%, rgba(44,36,44,0.4) 100%) !important;
        background: -webkit-linear-gradient(180deg, rgba(43,33,63,1) 0%, rgba(44,36,44,0.4) 100%) !important;
        background: linear-gradient(180deg, rgba(43,33,63,1) 0%, rgba(44,36,44,0.4) 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b213f",endColorstr="#2c242c",GradientType=1) !important;    
    }
    .t778__wrapper:before {
        content: '' !important;
        display: block !important;
        position: absolute !important;
        top: 0px !important;
        bottom: 0px !important;
        left: 0px !important;
        right: 0px !important;
        border-radius: 5px !important;
        padding: 1px !important;
        background: rgb(66,52,66) !important;
        background: -moz-linear-gradient(180deg, rgba(66,52,66,1) 0%, rgba(0,0,0,0) 100%) !important;
        background: -webkit-linear-gradient(180deg, rgba(66,52,66,1) 0%, rgba(0,0,0,0) 100%) !important;
        background: linear-gradient(180deg, rgba(66,52,66,1) 0%, rgba(0,0,0,0) 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#423442",endColorstr="#000000",GradientType=1) !important;             
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
        mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
        -webkit-mask-composite: xor !important;
        mask-composite: exclude !important;
    }    
    .t778__content {
        height: 100% !important;
        padding: 30px !important;
        position: relative !important;
        box-sizing: border-box !important;
    }
    .t778__textwrapper {
        min-height: 100% !important;
        padding: 0px !important;
        display: -ms-grid !important;
        display: grid !important; 
        -ms-grid-columns: 50% 50% !important;
        grid-template-columns: 50% 50% !important; 
        -ms-grid-rows: -webkit-max-content -webkit-max-content auto !important;
        -ms-grid-rows: max-content max-content auto !important;
        grid-template-rows: -webkit-max-content -webkit-max-content auto !important;
        grid-template-rows: max-content max-content auto !important;
    }
    .t778__title {
        max-width: 148px !important;
        letter-spacing: 0.05em !important;
        -ms-grid-column-span: 2 !important;
        grid-column: span 2 !important; 
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important; 
    }
    .t778__descr {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important; 
        -ms-grid-row-span: 2 !important;
        grid-row: span 2 !important; 
        margin-top: 60px !important;
        padding-left: 30px !important;
    }
    .t778 .js-product-sku {
        display: block !important;
        color: #878385 !important;
        font-family: 'VelaSans' !important;
        font-weight: 400 !important;
        margin-top: 60px !important;
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;         
    }
    .t778 .js-product-sku ul {
        list-style-type: none !important;
        margin-bottom: 0px !important;
        padding-left: 0px !important;
    }
    .t778 .js-product-sku ul li:not(:last-child) {
        margin-bottom: 10px !important;
    }
    .t778__price-wrapper  {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;        
        margin-top: auto !important;
        padding-top: 60px !important;
        padding-bottom: 85px !important;
    }
    .t778__price-item {
        letter-spacing: 0.05em !important;
    }
    .t778__btn-wrapper {
        position: absolute !important;
        left: 30px !important;
        bottom: 30px !important;
        padding: 0px !important;
        margin-top: 30px !important;
        margin-bottom: 0px !important;
    }
    .t778 .t-btn {
        margin-bottom: 0px !important;
    }
    
    /*Изображения в 2 колонки*/
    .t667 .t-container:before, .t667 .t-container:after {
        display: none !important;
    }
    .t667 .t-container {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        row-gap: 20px !important;
    }
    .t667__row {
        width: 100% !important;
        padding: 0px !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        row-gap: 20px !important;        
    }
    .t667__tile {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .t667__bgimg_4-3 {
        padding-bottom: 80% !important;
    }
    
    /*Блок с 3 кнопками*/
    .t142A {
        padding: 0px !important;
        position: relative !important;
        z-index: 12 !important;
    }
    .t142A__wraptwo {
        width: 100% !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        gap: 20px !important;
    }
    .t142A .t-btn {
        margin-bottom: 0px !important;
        width: calc((100% - 40px ) / 3) !important;
    }
    
    /*Футер*/
    .t134 {
        position: relative !important;
        z-index: 12 !important;
    }
    .t134 .t-col {
        max-width: 100% !important;
        padding-bottom: 60px !important;
    }
    .t134__title {
        max-width: 240px !important;
        opacity: 1 !important;
        padding: 0px !important;
        margin-top: 40px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .t134__descr {
        max-width: 240px !important;
        opacity: 1 !important;
        padding: 0px !important;
        margin-top: 20px !important; 
        margin-left: auto !important;
        margin-right: auto !important;        
    }
    
    /*Лого на первом экране*/
    .first-screen-logo {
        z-index: 1000 !important;
    }
    
    /*Меню*/
    .t446 {
        height: auto !important;
    }
    .t446__maincontainer {
        height: 80px !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .t446__logowrapper {
        display: none !important;
    }
    
    /*Бургер в меню*/
    .t446__burgerwrapper:not(.t446__burgerwrapper_smallscreen) {
        display: none !important;
    }
    .t446__burgerwrapper_smallscreen {
        width: auto !important;
        height: auto !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        padding: 0px !important;
    }
    .t446__burger {
        width: 46px !important;
        height: auto !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;        
    }
    .t446__burgerlinkwrapper {
        height: auto !important;
        width: 100% !important;
    }
    .t446__burgerline {
        height: 2px !important;
        position: static !important;
        display: block !important;
        opacity: 1 !important;
        background-color: #FFFFFF !important;
    }
    .t446__burgerline:nth-child(n):not(:first-child, :nth-child(2)) {
        display: none !important;
    }
    .t446__burgerline:nth-child(2) {
        width: 70% !important;
        margin-top: 10px !important;
    }
    .t446__burger:hover .t446__burgerline:nth-child(1) {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;          
        -webkit-animation: lineHover .6s cubic-bezier(0.4, 0, 0.2, 1);
        animation: lineHover .6s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .t446__burger:hover .t446__burgerline:nth-child(2) {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;          
        -webkit-animation: lineHover .6s cubic-bezier(0.4, 0, 0.2, 1) 60ms;
        animation: lineHover .6s cubic-bezier(0.4, 0, 0.2, 1) 60ms;
    }    
    
    /*Соцсети в меню*/
    .t446__rightwrapper {
        width: auto !important;
        position: static !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;        
        padding: 0px !important;
    }
    .t446__additionalwrapper {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        padding: 0px !important;
    }
    .t446 .t-sociallinks {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        margin-left: 20px !important;
        margin-right: 0px !important;
        padding: 0px !important;
    }
    .t-sociallinks__wrapper {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;   
        font-size: 0px !important;
        column-gap: 5px !important;
        row-gap: 10px !important;
    }
    .t-sociallinks__item {
        width: 40px !important;
        height: 40px !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        padding: 0px !important;
    }
    .t-sociallinks__item a {
        width: 100% !important;
        height: 100% !important;
        position: relative !important;
    }
    .t-sociallinks__item a:before {
        content: '' !important;
        display: block !important;
        position: absolute !important;
        top: 2px !important;
        bottom: 2px !important;
        left: 2px !important;
        right: 2px !important;
        border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        -webkit-border-radius: 50% !important;
        background-color: #FFFFFF !important;
        z-index: -1 !important;
    }
    .t-sociallinks__svg {
        width: 100% !important;
        height: 100% !important;        
    }
    
    /*Выпадающее меню*/
    .t450 {
        width: 100% !important;
        max-width: 100% !important;
        -moz-transform: translate(0%,-100%) !important;
        -ms-transform: translate(0%,-100%) !important;
        -webkit-transform: translate(0%,-100%) !important;
        -o-transform: translate(0%,-100%) !important;
        transform: translate(0%,-100%) !important;
        /*-webkit-transition: all 1.2s cubic-bezier(.85,0,.45,1) !important;*/
        /*-moz-transition: all 1.2s cubic-bezier(.85,0,.45,1) !important;*/
        /*-ms-transition: all 1.2s cubic-bezier(.85,0,.45,1) !important;*/
        /*-o-transition: all 1.2s cubic-bezier(.85,0,.45,1) !important;*/
        /*transition: all 1.2s cubic-bezier(.85,0,.45,1) !important;     */
        -webkit-transition: all 0s cubic-bezier(.85,0,.45,1) !important;
        -moz-transition: all 0s cubic-bezier(.85,0,.45,1) !important;
        -ms-transition: all 0s cubic-bezier(.85,0,.45,1) !important;
        -o-transition: all 0s cubic-bezier(.85,0,.45,1) !important;
        transition: all 0s cubic-bezier(.85,0,.45,1) !important;
        /*background-image: url(https://static.tildacdn.com/tild3266-6264-4632-b531-346161356138/Ellipse_41.svg) !important;*/
        /*background-repeat: no-repeat !important;*/
        /*background-size: 150% !important;*/
        /*background-position: center !important;*/
    }
    .t450__menu_show {
        -moz-transform: translate(0%,0%) !important;
        -ms-transform: translate(0%,0%) !important;
        -webkit-transform: translate(0%,0%) !important;
        -o-transform: translate(0%,0%) !important;
        transform: translate(0%,0%) !important;        
    }
    .t450__container {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .t450__container {
        opacity: 0 !important;
        -webkit-transition: all .6s cubic-bezier(0.4, 0, 0.2, 1) !important;
        -moz-transition: all .6s cubic-bezier(0.4, 0, 0.2, 1) !important;
        -ms-transition: all .6s cubic-bezier(0.4, 0, 0.2, 1) !important;
        -o-transition: all .6s cubic-bezier(0.4, 0, 0.2, 1) !important;
        transition: all .6s cubic-bezier(0.4, 0, 0.2, 1) !important;   
        -webkit-transition-delay: .3s !important;
        -o-transition-delay: .3s !important;
        transition-delay: .3s !important;
    }
    .t450__menu_show .t450__container {
        opacity: 1 !important; 
    }          
    
    /*Логотип в выпадающем меню*/
    .t450__logowrapper {
        padding-top: 20px !important;
        padding-bottom: 100px !important;
        margin-bottom: 0px !important;
    }
    .t450__logoimg {
        width: 68px !important;
        max-width: 68px !important;
    }
    
    /*Пункты в выпадающем меню*/
    .t450__top {
        padding-top: 0px !important;
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .t450__menu {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .t450__list {
        margin-bottom: 0px !important;
    }
    .t450__list_item:not(:first-child) {
        margin-top: 10px !important;
    }
    .t450__list_item .t-menu__link-item {
        font-size: 40px !important;
        line-height: 1 !important;
        margin-bottom: 0px !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;        
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        text-align: center !important;
    }
    .t450__list_item .t-menu__link-item:hover {
        /*-webkit-transform: translateX(60px) !important;*/
        /*-ms-transform: translateX(60px) !important;*/
        /*transform: translateX(60px) !important;*/
    }
    .t450__list_item .t-menu__link-item:before {
        content: '' !important;
        width: 0px !important;
        height: 0px !important;
        display: inline-block !important;
        border-top: 1px solid #FFFFFF !important;
    }
    .t450__list_item .t-menu__link-item:hover:before {
        width: 40px !important;
        margin-right: 20px !important;
    }
    
    /*Кнопки в выпадающем меню*/
    .t450__right_buttons {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .t450__right_buttons_wrap {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        gap: 20px !important;        
    }
    .t450__right_buttons_but {
        margin: 0px !important;
        min-width: 360px !important;
    }
    .t450 .t-btn {
        width: 100% !important;
    }
    
    /*Соцсети в выпадающем меню*/
    .t450__rightside {
        margin-top: 0px !important;
        padding-top: 100px !important;
        padding-bottom: 60px !important;
    }
    .t450__right_social_links {
        margin-top: 0px !important;
    }
    .t450__rightside .t-sociallinks__wrapper {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .t450 .t-sociallinks__item {
        margin: 0px !important;
    }
    .t450 .t-sociallinks__item a {
        margin-top: 0px !important;
    }
    
    /*Иконка закрытия выпадающего меню*/
    .t450__close-button {
        width: auto !important;
        height: auto !important;
        left: 20px !important;
        top: 20px !important;
        right: unset !important;
    }
    .t450__close-button:hover span:nth-child(2) {
        -webkit-animation: firstCloseLineHover .6s cubic-bezier(0.4, 0, 0.2, 1) !important;
        animation: firstCloseLineHover .6s cubic-bezier(0.4, 0, 0.2, 1) !important;        
    }
    .t450__close-button:hover span:nth-child(3) {
        -webkit-animation: secondCloseLineHover .6s cubic-bezier(0.4, 0, 0.2, 1) 300ms !important;
        animation: secondCloseLineHover .6s cubic-bezier(0.4, 0, 0.2, 1) 300ms !important;       
    }    
    
    /*Текстовый блок на странице Политика конфиденциальности*/
    .t015 .t-container {
        max-width: 720px !important;
    }
    .t015 .t-title {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .t015 .t-descr {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        margin-top: 30px !important;
        margin-bottom: 0px !important;        
    }
    
    /*Обложка на странице 404*/
    .t467 {
        position: relative !important;
        z-index: 12 !important;
    }
    .t467 .t-title {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .t467 .t-descr {
        margin-top: 30px !important;
        margin-bottom: 0px !important;   
        padding-top: 0px !important;
        padding-bottom: 0px !important;        
    }
    .t467 .t-btn {
        margin-top: 50px !important;
        margin-bottom: 0px !important;   
        padding-top: 0px !important;
        padding-bottom: 0px !important; 
    }
    
    /*Поп-ап форма*/
    .t702 .t-popup__container {
        border-radius: 30px !important;
    }
    .t702__wrapper {
        padding: 60px !important;
    }
    .t702__text-wrapper {
        margin-bottom: 40px !important;
    }
    .t702__descr {
        margin-top: 30px !important;
    }
    
    /*Поля в поп-ап форме*/
    #allrecords input::-webkit-input-placeholder {color:#878385 !important; opacity: 1 !important;}
    #allrecords input::-moz-placeholder {color:#878385 !important; opacity: 1 !important;}
    #allrecords input:-moz-placeholder {color:#878385 !important; opacity: 1 !important;}
    #allrecords input:-ms-input-placeholder {color:#878385 !important; opacity: 1 !important;}
    #allrecords textarea::-webkit-input-placeholder {color:#878385 !important; opacity: 1 !important;}
    #allrecords textarea::-moz-placeholder {color:#878385 !important; opacity: 1 !important;}
    #allrecords textarea:-moz-placeholder {color:#878385 !important; opacity: 1 !important;}
    #allrecords textarea:-ms-input-placeholder {color:#878385 !important; opacity: 1 !important;}    
    .t-input {
        font-weight: 500 !important;
    }
    .t-input-group {
        margin-bottom: 0px !important;
    }
    .t-input-block {
        margin-bottom: 15px !important;
    }    
    .t-input-group_cb .t-input-block {
        margin-top: 30px !important;
    }
    .t-form__submit {
        margin-top: 50px !important;
        margin-bottom: 0px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;        
    }
    .t-submit {
        margin-top: 0px !important;
        margin-bottom: 0px !important;  
        padding-top: 0px !important;
        padding-bottom: 0px !important;           
    }
    
    /*Чек-боксы*/
    .t-checkbox__control {
        padding-left: 35px !important;
        position: relative !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        font-weight: 400 !important;
    }    
    .t-checkbox__indicator {
        position: absolute !important;
        top: 0px !important;
        left: 0px !important;
        border-color: #878385 !important;
        border-width: 1px !important;
        border-radius: 0px !important;
        opacity: 1 !important;
        margin-right: 15px !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .t-checkbox {
        top: 0px !important;
        left: 0px !important;        
    }
    .t-checkbox__indicator:after {
        top: 3px !important;
        left: 7px !important;
        border-color: #FFFFFF !important;
    }    
    
    /*Куки*/
    .t887 {
        right: 10px !important;
        bottom: 10px !important;
    }
    .t887__wrapper {
        width: auto !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;        
        padding-left: 20px !important;
        padding-right: 25px !important;
        -webkit-box-shadow: 0px 4px 40px 0px rgba(125, 67, 149, 0.3) !important;
        -moz-box-shadow: 0px 4px 40px 0px rgba(125, 67, 149, 0.3) !important;
        box-shadow: 0px 4px 40px 0px rgba(125, 67, 149, 0.3) !important;
    }
    .t887__close-button {
        opacity: 1 !important;
    }
    
    /*Галерея с дипломами*/
    .t756__wrapper {
        display: none !important;
    }
    .t756 .t-popup__container {
        background-color: transparent !important;
    }
    .t756 .t-slds__container {
        background-color: transparent !important;
    }
    .t756 .t-slds__item {
        padding-left: 35px !important;
        padding-right: 35px !important;
        box-sizing: border-box !important;
    }
    .t756 .t-slds__arrow-left {
        left: 0px !important;
    }
    .t756 .t-slds__arrow-right {
        right: 0px !important;
    }
    
    /*Зумер*/
    .t-zoomer__wrapper {
        right: 0px !important;
    }
    .t-zoomer__container {
        background-color: #0F080C !important;
    }
    .t-carousel__zoomer__arrow__wrapper_right {
        right: 40px !important;
    }
    .t-carousel__zoomer__arrow__wrapper_left {
        left: 40px !important;
    }    
    .t-carousel__zoomer__control:hover {
        opacity: 1 !important;
    }
    .t-carousel__zoomer__arrow__wrapper:before {
        width: 50px !important;
        height: 50px !important;
        padding: 0px !important;
        top: calc(50% - 25px) !important;
        background-color: rgb(84, 60, 111) !important;
    }
    .t-carousel__zoomer__control:hover .t-carousel__zoomer__arrow__wrapper:before {
        background-color: rgba(127,97,170,1) !important;
    }    
    .t-carousel__zoomer__arrow__wrapper.t-carousel__zoomer__arrow__wrapper_left:before {
        left: calc(50% - 29px) !important;
    }
    .t-carousel__zoomer__arrow__wrapper.t-carousel__zoomer__arrow__wrapper_right:before {
        right: calc(50% - 29px) !important;
    }
    .t-carousel__zoomer__arrow {
        width: 12px !important;
        height: 12px !important;
        border-color: #FFFFFF !important;
    }
    .t-zoomer__scale, .t-zoomer__close {
        background-color: rgb(84, 60, 111) !important;
        opacity: 1 !important;
    }
    .t-zoomer__scale path {
        stroke: #FFFFFF !important;
    }
    .t-zoomer__close path {
        fill: #FFFFFF !important;
    }
    .t-zoomer__scale showed:hover, .t-zoomer__close:hover {
        background-color: rgba(127,97,170,1) !important;
        opacity: 1 !important
    }

    
    
@media screen and (max-width: 1200px) {  
    
    /*Главные заголовки*/
    [class*="uc-"][class*="tt_110"] .t-title, [class*="uc-"][class*="ct_110"] .t-card__title, [class*="uc-"][class*="nm_110"] .t-name, [class*="uc-"][class*="ds_110"] .t-descr, [class*="uc-"][class*="tx_110"] .t-text, [class*="uc-"][class*="cd_110"] .t-card__descr, [class*="uc-"][class*="cu_110"] .t-card__uptitle, [class*="uc-"][class*="ut_110"] .t-uptitle, [class*="uc-"][class*="hd_110"] .t-heading {
        font-size: 90px !important;
    }   
    .t997__title {
        font-size: 90px !important;
    }    
    
    /*Большие заголовки*/
    [class*="uc-"][class*="tt_60"] .t-title, [class*="uc-"][class*="ct_60"] .t-card__title, [class*="uc-"][class*="nm_60"] .t-name, [class*="uc-"][class*="ds_60"] .t-descr, [class*="uc-"][class*="tx_60"] .t-text, [class*="uc-"][class*="cd_60"] .t-card__descr, [class*="uc-"][class*="cu_60"] .t-card__uptitle, [class*="uc-"][class*="ut_60"] .t-uptitle, [class*="uc-"][class*="hd_60"] .t-heading {
        font-size: 51px !important;
    }     
    
    /*Большие описания*/
    [class*="uc-"][class*="tt_32"] .t-title, [class*="uc-"][class*="ct_32"] .t-card__title, [class*="uc-"][class*="nm_32"] .t-name, [class*="uc-"][class*="ds_32"] .t-descr, [class*="uc-"][class*="tx_32"] .t-text, [class*="uc-"][class*="cd_32"] .t-card__descr, [class*="uc-"][class*="cu_32"] .t-card__uptitle, [class*="uc-"][class*="ut_32"] .t-uptitle, [class*="uc-"][class*="hd_32"] .t-heading {
        font-size: 29px !important;
    }   
    
    /*Отступ у абзацец в зиро-блоках*/
    .fl-space .tn-atom:first-letter {
        padding-left: 280px !important;
    }    
    
    /*Ширина контейнеров в стандартных блоках*/
    .t-container, .t142 .t-container_100, .t142A .t-container_100, .t-store__load-more-btn-wrap, .t-store .t-popup__container, .t389__content, .t509__fullscreenwidth, .t856 .t-card__container, .t897 .t-feed__container, .t451__container, .t446, .t450__container {
        max-width: 960px !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }   
    
    /*Блок с фактоидами*/
    .t681__row:not(:nth-child(4n)) .t-col {
        padding-right: 42px !important;
    }     
    .t681__pricewrapper .t681__price-text ul li:first-child:not(:only-child) {
        margin-top: 3px !important;
    }
    .t681__pricewrapper .t681__price-text ul li:nth-child(2), .t681__pricewrapper .t681__price-text ul li:only-child {
        margin-bottom: 4px !important;
    }  
    
    /*Блок в 2 колонки с изображением и текстом*/
    .t478 .t-col:first-child {
        padding-right: 80px !important;
    }
    .t478__textwrapper {
        min-height: 420px !important;
    }   
    
    /*Слайдер*/
    .t923 .t-slds__arrow_wrapper {
        width: calc((100% - 880px) / 2) !important;
    }
    
    /*Меню*/
    #allrecords .t446__positionfixed {
        position: fixed !important;
    }    
    
    /*Логотип в выпадающем меню*/
    .t450__logowrapper {
        padding-bottom: 90px !important;
    }    
    .t450__logoimg {
        width: 64px !important;
        max-width: 64px !important;
    }
    
    /*Кнопки в выпадающем меню*/
    .t450__right_buttons_but {
        min-width: 280px !important;
    }
    
    /*Соцсети в выпадающем меню*/
    .t450__rightside {
        padding-top: 90px !important;
    }    
    
    /*Пункты в выпадающем меню*/
    .t450__list_item .t-menu__link-item {
        font-size: 35px !important;
    }    
    
    
}



@media screen and (max-width: 960px) {  
    
    /*Блок 960px+*/
    .t-screenmin-980px {
        display: none !important;
    }  
    
    /*Стандартные кнопки*/
    /*.t-btn, .t-submit, .t-inputpromocode__btn, .t-redactor__callout-text a {*/
    /*    font-size: 13px !important;*/
    /*}   */
    
    /*Главные заголовки*/
    [class*="uc-"][class*="tt_110"] .t-title, [class*="uc-"][class*="ct_110"] .t-card__title, [class*="uc-"][class*="nm_110"] .t-name, [class*="uc-"][class*="ds_110"] .t-descr, [class*="uc-"][class*="tx_110"] .t-text, [class*="uc-"][class*="cd_110"] .t-card__descr, [class*="uc-"][class*="cu_110"] .t-card__uptitle, [class*="uc-"][class*="ut_110"] .t-uptitle, [class*="uc-"][class*="hd_110"] .t-heading {
        font-size: 61px !important;
    }   
    .t997__title {
        font-size: 61px !important;
    }        
    
    /*Большие заголовки*/
    [class*="uc-"][class*="tt_60"] .t-title, [class*="uc-"][class*="ct_60"] .t-card__title, [class*="uc-"][class*="nm_60"] .t-name, [class*="uc-"][class*="ds_60"] .t-descr, [class*="uc-"][class*="tx_60"] .t-text, [class*="uc-"][class*="cd_60"] .t-card__descr, [class*="uc-"][class*="cu_60"] .t-card__uptitle, [class*="uc-"][class*="ut_60"] .t-uptitle, [class*="uc-"][class*="hd_60"] .t-heading {
        font-size: 42px !important;
    } 
    
    /*Большие описания*/
    [class*="uc-"][class*="tt_32"] .t-title, [class*="uc-"][class*="ct_32"] .t-card__title, [class*="uc-"][class*="nm_32"] .t-name, [class*="uc-"][class*="ds_32"] .t-descr, [class*="uc-"][class*="tx_32"] .t-text, [class*="uc-"][class*="cd_32"] .t-card__descr, [class*="uc-"][class*="cu_32"] .t-card__uptitle, [class*="uc-"][class*="ut_32"] .t-uptitle, [class*="uc-"][class*="hd_32"] .t-heading {
        font-size: 25px !important;
    }   
    
    /*Средние описания*/
    /*[class*="uc-"][class*="tt_14"] .t-title, [class*="uc-"][class*="ct_14"] .t-card__title, [class*="uc-"][class*="nm_14"] .t-name, [class*="uc-"][class*="ds_14"] .t-descr, [class*="uc-"][class*="tx_14"] .t-text, [class*="uc-"][class*="cd_14"] .t-card__descr, [class*="uc-"][class*="cu_14"] .t-card__uptitle, [class*="uc-"][class*="ut_14"] .t-uptitle, [class*="uc-"][class*="hd_14"] .t-heading {*/
    /*    font-size: 15px !important;*/
    /*}*/
    
    /*Маленькие подзаголовки или навигация*/
    /*[class*="uc-"][class*="tt_12"] .t-title, [class*="uc-"][class*="ct_12"] .t-card__title, [class*="uc-"][class*="nm_12"] .t-name, [class*="uc-"][class*="ds_12"] .t-descr, [class*="uc-"][class*="tx_12"] .t-text, [class*="uc-"][class*="cd_12"] .t-card__descr, [class*="uc-"][class*="cu_12"] .t-card__uptitle, [class*="uc-"][class*="ut_12"] .t-uptitle, [class*="uc-"][class*="hd_12"] .t-heading {*/
    /*    font-size: 13px !important;*/
    /*}      */
    
    /*Отступ у абзацец в зиро-блоках*/
    .fl-space .tn-atom:first-letter {
        padding-left: 60px !important;
    }      
    
    /*Ширина контейнеров в стандартных блоках*/
    .t-container, .t142 .t-container_100, .t142A .t-container_100, .t-store__load-more-btn-wrap, .t-store .t-popup__container, .t389__content, .t509__fullscreenwidth, .t856 .t-card__container, .t897 .t-feed__container, .t451__container, .t446, .t450__container {
        max-width: 640px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }         
    
    /*Ширина колонок в стандартных блоках*/
    .t-col_4 {
        max-width: 50% !important;
    }    
    .t-col_8 {
        max-width: 100% !important;
    }  
    
    /*Блок с фактоидами*/
    .t681 .t-container {
        row-gap: 30px !important
    }
    .t681__row {
        width: 50% !important;
    }
    .t681__row:nth-child(odd) .t-col {
        padding-left: 70px !important;
        padding-right: 80px !important;
    }
    .t681__row:nth-child(even) .t-col {
        padding-left: 80px !important;
        padding-right: 70px !important;
    }
    .t681__row:nth-child(even) .t-col:after {
        display: none !important;
    }
    .t681__pricewrapper .t681__price-text ul li:first-child:not(:only-child) {
        margin-top: 2px !important;
    }
    .t681__pricewrapper .t681__price-text ul li:nth-child(2), .t681__pricewrapper .t681__price-text ul li:only-child {
        margin-bottom: 3px !important;
    }   
    
    /*Блок в 2 колонки с изображением и текстом*/
    .t478 .t-col:nth-child(n) {
        max-width: 100% !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }  
    .t478 .t-col:first-child {
        margin-bottom: 50px !important;
    }
    .t478 .t-bgimg {
        height: auto !important;
        padding-bottom: 100% !important;
    }
    .t478__textwrapper {
        min-height: unset !important;
    }
    .t478__descr {
        max-width: 480px !important;
    }
    .t478__descr ul li:not(:last-child) {
        margin-bottom: 25px !important;
    }
    .t478__btn-wrapper {
        width: 100% !important;
        padding-top: 45px !important;
    }
    .t478 .t-btn {
        width: 100% !important;
    }
    
    /*Блок с плитками в 3 колонки*/
    .t1032 .t-card__col {
        max-width: 100% !important;
    }
    .t1032__content {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
        padding-left: 22px !important;
        padding-right: 22px !important;
    }    
    .t1032__img {
        height: 39px !important;
        margin-bottom: 25px !important;
    }
    .t1032 .t-card__descr {
        margin-top: 25px !important;
    }
    
    /*Табы*/
    .t397__wrapper {
        display: none !important;
    }
    .t397__select {
        height: 55px !important;
        padding-left: 22px !important;
        padding-right: 42px !important;
        color: #FFFFFF !important;
        border: 1px solid #878385 !important;
        border-radius: 5px !important;
    }
    .t397__select option {
        color: initial !important;
    }
    .t397__firefoxfix {
        width: 22px !important;
    }
    .t397__wrapper_mobile:after {
        right: 22px !important;
        border-width: 9px 5px 0 5px !important;
    }
    
    /*Слайдер*/
    .t923__wrapper {
        padding-top: 22px !important;
        padding-bottom: 25px !important;
        padding-left: 22px !important;
        padding-right: 22px !important;
    }
    .t923__col {
        padding-left: 70px !important;
        padding-right: 70px !important;
    }
    .t923__textwrapper {
        padding-top: 25px !important;
    }    
    .t923 .t-slds__arrow_wrapper {
        width: calc((100% - 480px) / 2) !important;
    }
    .t923 .t-slds__arrow-left {
        left: 15px !important;
    }
    .t923 .t-slds__arrow-right {
        right: 15px !important;
    }  
    #allrecords .t-slds__arrow-withbg {
        width: 35px !important;
        height: 35px !important;
    }
    #allrecords .t-slds__arrow-withbg .t-slds__arrow_body {
        width: 8px !important;
    } 
    .uc-without-text .t923__col {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    
    /*Плитки с тарифами*/
    .t778 .t-col {
        width: 100% !important;
        max-width: 100% !important;
    }
    .t778__content {
        height: auto !important;
        padding: 60px !important;
    }
    .t778__textwrapper {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }   
    .t778__title {
        max-width: 100% !important;
    }
    .t778 .js-product-sku {
        margin-top: 50px !important;
    }
    .t778__descr {
        margin-top: 50px !important;
        padding-left: 0px !important;
    }
    .t778__price-wrapper {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        margin-top: 50px !important;
    }
    .t778__btn-wrapper {
        position: static !important;
        margin-top: 50px !important;
    }
    .t778__btn {
        width: 100% !important;
    }
    
    /*Изображения в 2 колонки*/
    .t667__tile {
        width: 100% !important;
    }
    
    /*Блок с 3 кнопками*/
    .t142A .t-btn {
        width: 100% !important;
    }  
    
    /*Футер*/
    .t134 .t-col {
        padding-bottom: 50px !important;
    }
    .t134__title {
        margin-top: 30px !important;
    }
    
    /*Меню*/
    .t446__maincontainer {
        height: 70px !important;
    }
    
    /*Бургер в меню*/
    .t446__burger {
        width: 41px !important;
    }
    .t446__burgerline:nth-child(2) {
        margin-top: 8px !important;
    }    
    
    /*Соцсети в меню*/
    .t-sociallinks__item {
        width: 35px !important;
        height: 35px !important;
    }
    
    /*Логотип в выпадающем меню*/
    .t450__logowrapper {
        padding-top: 15px !important;
        padding-bottom: 80px !important;
    }    
    .t450__logoimg {
        width: 58px !important;
        max-width: 58px !important;
    }    
    
    /*Пункты в выпадающем меню*/
    .t450__list_item .t-menu__link-item:hover {
        -webkit-transform: translateX(0px) !important;
        -ms-transform: translateX(0px) !important;
        transform: translateX(0px) !important;
    }  
    .t450__list_item .t-menu__link-item:before {
        display: none !important;
    }    
    
    /*Соцсети в выпадающем меню*/
    .t450__rightside {
        padding-top: 80px !important;
        padding-bottom: 40px !important;
    }
    
    /*Пункты в выпадающем меню*/
    .t450__list_item .t-menu__link-item {
        font-size: 30px !important;
    }     
    
    /*Текстовый блок на странице Политика конфиденциальности*/
    .t015 .t-descr {
        margin-top: 25px !important;
    }   
    
    /*Обложка на странице 404*/
    .t467 .t-descr {
        margin-top: 25px !important;
    }
    .t467 .t-btn {
        margin-top: 45px !important;
    }    
    
    /*Поп-ап форма*/
    .t702 .t-popup__container {
        border-radius: 25px !important;
    }    
    .t702__wrapper {
        padding: 50px !important;
    }
    .t702__text-wrapper {
        margin-bottom: 35px !important;
    }
    .t702__descr {
        margin-top: 25px !important;
    }
    
    /*Поля в поп-ап форме*/
    .t-input-block {
        margin-bottom: 15px !important;
    }    
    .t-input-group_cb .t-input-block {
        margin-top: 25px !important;
    }
    .t-form__submit {
        margin-top: 45px !important;
    }
    
    /*Галерея с дипломами*/
    .t756 .t-slds__item {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    
    /*Зумер*/
    .t-carousel__zoomer__arrow__wrapper_right {
        right: 20px !important;
    }
    .t-carousel__zoomer__arrow__wrapper_left {
        left: 20px !important;
    }    
    
    
}



@media screen and (max-width: 640px) {  
    
    /*Главные заголовки*/
    [class*="uc-"][class*="tt_110"] .t-title, [class*="uc-"][class*="ct_110"] .t-card__title, [class*="uc-"][class*="nm_110"] .t-name, [class*="uc-"][class*="ds_110"] .t-descr, [class*="uc-"][class*="tx_110"] .t-text, [class*="uc-"][class*="cd_110"] .t-card__descr, [class*="uc-"][class*="cu_110"] .t-card__uptitle, [class*="uc-"][class*="ut_110"] .t-uptitle, [class*="uc-"][class*="hd_110"] .t-heading {
        font-size: 45px !important;
    }    
    .t997__title {
        font-size: 45px !important;
    }        
    
    /*Большие заголовки*/
    [class*="uc-"][class*="tt_60"] .t-title, [class*="uc-"][class*="ct_60"] .t-card__title, [class*="uc-"][class*="nm_60"] .t-name, [class*="uc-"][class*="ds_60"] .t-descr, [class*="uc-"][class*="tx_60"] .t-text, [class*="uc-"][class*="cd_60"] .t-card__descr, [class*="uc-"][class*="cu_60"] .t-card__uptitle, [class*="uc-"][class*="ut_60"] .t-uptitle, [class*="uc-"][class*="hd_60"] .t-heading {
        font-size: 33px !important;
    }    
    
    /*Большие описания*/
    [class*="uc-"][class*="tt_32"] .t-title, [class*="uc-"][class*="ct_32"] .t-card__title, [class*="uc-"][class*="nm_32"] .t-name, [class*="uc-"][class*="ds_32"] .t-descr, [class*="uc-"][class*="tx_32"] .t-text, [class*="uc-"][class*="cd_32"] .t-card__descr, [class*="uc-"][class*="cu_32"] .t-card__uptitle, [class*="uc-"][class*="ut_32"] .t-uptitle, [class*="uc-"][class*="hd_32"] .t-heading {
        font-size: 22px !important;
    }   
    
    /*Отступ у абзацец в зиро-блоках*/
    .fl-space .tn-atom:first-letter {
        padding-left: 50px !important;
    }        
    
    /*Ширина колонок в стандартных блоках*/
    .t-col_4 {
        max-width: 100% !important;
    }    
    .t-col_6 {
        max-width: 100% !important;
    }     
    
    /*Блок с фактоидами*/
    .t681__row {
        width: 100% !important;
        max-width: 100% !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .t681__row:nth-child(n) .t-col {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }
    .t681__row:nth-child(n) .t-col:after {
        display: none !important;
    }    
    .t681__pricewrapper .t681__price-text {
        margin-left: 5px !important;
    }
    .t681__pricewrapper .t681__price-text ul li:nth-child(2) {
        margin-left: 10px !important;
    }
    .t681__pricewrapper .tt681__price-text ul li:first-child:not(:only-child) {
        margin-top: 0px !important;
    }
    .t681__pricewrapper .t681__price-text ul li:nth-child(2), .t681__pricewrapper .t681__price-text ul li:only-child {
        margin-bottom: 1px !important;
    }    
    .t681__pricewrapper .t681__price-text ul {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    
    /*Блок в 2 колонки с изображением и текстом*/
    .t478__btn-wrapper {
        width: 100% !important;
    }  
    .t478 .t-btn {
        width: 100% !important;
    }
    
    /*Слайдер*/
    /*.t923 .t-card__col {*/
    /*    max-width: 100% !important;*/
    /*}*/
    .t923__col {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }
    .t923 .t-slds__arrow_wrapper {
        width: 70px !important;
    }
    
    /*Плитки с тарифами*/
    .t778__content {
        padding: 50px !important;
    }
    
    /*Логотип в выпадающем меню*/
    .t450__logowrapper {
        padding-bottom: 70px !important;
    }  
    .t450__logoimg {
        width: 52px !important;
        max-width: 52px !important;
    }    
    
    /*Кнопки в выпадающем меню*/
    .t450__right_buttons_but {
        min-width: unset !important;
        width: 100% !important;
    }   
    
    /*Пункты в выпадающем меню*/
    .t450__list_item .t-menu__link-item {
        font-size: 25px !important;
    }   
    
    /*Соцсети в выпадающем меню*/
    .t450__rightside {
        padding-top: 70px !important;
    }  
    
    /*Поп-ап форма*/
    .t702 .t-popup {
        width: 100% !important;
        max-width: 100% !important;
        background-color: #0F080C !important;
        height: calc(100% + 130px) !important;
        padding-bottom: 130px !important;     
        padding-left: 20px !important;
        padding-right: 20px !important;
        box-sizing: border-box !important;
    }
    .t702 .t-popup__container {
        position: static !important;
        max-width: 100% !important;
        width: 100% !important;
        min-height: 100% !important;
        height: auto !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;        
        padding-top: 0px !important;
        border-radius: 0 !important;
    }  
    .t702 .t-popup_show .t-popup__container {
        -moz-transform: translateY(0%) !important;
        -ms-transform: translateY(0%) !important;
        -webkit-transform: translateY(0%) !important; 
        -o-transform: translateY(0%) !important;
        transform: translateY(0%) !important;
    }
    .t702__wrapper {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }  
    .t702 .t-popup__close {
        position: fixed !important;
        z-index: 2 !important;
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        width: 100% !important;
        height: 60px !important;
        background-color: #0F080C !important;
    }    
    
    /*Галерея с дипломами*/
    .t756 .t-popup {
        width: 100% !important;
        max-width: 100% !important;
        background-color: #0F080C !important;
        height: calc(100% + 130px) !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        padding-bottom: 130px !important;     
        padding-left: 0px !important;
        padding-right: 0px !important;
        box-sizing: border-box !important;
    }  
    .t756 .t-popup_show {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;           
    }
    .t756 .t-popup__container {
        height: auto !important;
        min-height: unset !important;
        margin-top: 60px !important;
        margin-bottom: 60px !important;
        padding-top: 0px !important;
        border-radius: 0 !important;
    }  
    .t756 .t-popup__close {
        position: fixed !important;
        z-index: 2 !important;
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        width: 100% !important;
        height: 60px !important;
        background-color: #0F080C !important;
    } 
    .t756 .t-slds__item {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
    .t756 .t-slds__arrow-left {
        left: 15px !important;
    }
    .t756 .t-slds__arrow-right {
        right: 15px !important;
    }        
    
    
}



@media screen and (max-width: 560px) {  
    
    
    
    
}



@media screen and (max-width: 480px) {  
    
    /*Стандартные кнопки*/
    .t-btn, .t-submit, .t-inputpromocode__btn, .t-redactor__callout-text a {
        /*font-size: 12px !important;*/
        /*height: 55px !important;*/
        padding-left: 25px !important;
        padding-right: 25px !important;
    }   
    
    /*Главные заголовки*/
    [class*="uc-"][class*="tt_110"] .t-title, [class*="uc-"][class*="ct_110"] .t-card__title, [class*="uc-"][class*="nm_110"] .t-name, [class*="uc-"][class*="ds_110"] .t-descr, [class*="uc-"][class*="tx_110"] .t-text, [class*="uc-"][class*="cd_110"] .t-card__descr, [class*="uc-"][class*="cu_110"] .t-card__uptitle, [class*="uc-"][class*="ut_110"] .t-uptitle, [class*="uc-"][class*="hd_110"] .t-heading {
        font-size: 28px !important;
    }  
    .t997__title {
        font-size: 28px !important;
    }        
    
    /*Большие заголовки*/
    [class*="uc-"][class*="tt_60"] .t-title, [class*="uc-"][class*="ct_60"] .t-card__title, [class*="uc-"][class*="nm_60"] .t-name, [class*="uc-"][class*="ds_60"] .t-descr, [class*="uc-"][class*="tx_60"] .t-text, [class*="uc-"][class*="cd_60"] .t-card__descr, [class*="uc-"][class*="cu_60"] .t-card__uptitle, [class*="uc-"][class*="ut_60"] .t-uptitle, [class*="uc-"][class*="hd_60"] .t-heading {
        font-size: 24px !important;
    }
    
    /*Большие описания*/
    [class*="uc-"][class*="tt_32"] .t-title, [class*="uc-"][class*="ct_32"] .t-card__title, [class*="uc-"][class*="nm_32"] .t-name, [class*="uc-"][class*="ds_32"] .t-descr, [class*="uc-"][class*="tx_32"] .t-text, [class*="uc-"][class*="cd_32"] .t-card__descr, [class*="uc-"][class*="cu_32"] .t-card__uptitle, [class*="uc-"][class*="ut_32"] .t-uptitle, [class*="uc-"][class*="hd_32"] .t-heading {
        font-size: 18px !important;
    }   
    
    /*Средние описания*/
    /*[class*="uc-"][class*="tt_14"] .t-title, [class*="uc-"][class*="ct_14"] .t-card__title, [class*="uc-"][class*="nm_14"] .t-name, [class*="uc-"][class*="ds_14"] .t-descr, [class*="uc-"][class*="tx_14"] .t-text, [class*="uc-"][class*="cd_14"] .t-card__descr, [class*="uc-"][class*="cu_14"] .t-card__uptitle, [class*="uc-"][class*="ut_14"] .t-uptitle, [class*="uc-"][class*="hd_14"] .t-heading {*/
    /*    font-size: 14px !important;*/
    /*}  */
    
    /*Средние подзаголовки*/
    /*[class*="uc-"][class*="tt_13"] .t-title, [class*="uc-"][class*="ct_13"] .t-card__title, [class*="uc-"][class*="nm_13"] .t-name, [class*="uc-"][class*="ds_13"] .t-descr, [class*="uc-"][class*="tx_13"] .t-text, [class*="uc-"][class*="cd_13"] .t-card__descr, [class*="uc-"][class*="cu_13"] .t-card__uptitle, [class*="uc-"][class*="ut_13"] .t-uptitle, [class*="uc-"][class*="hd_13"] .t-heading {*/
    /*    font-size: 13px !important;*/
    /*}   */
    
    /*Маленькие подзаголовки или навигация*/
    [class*="uc-"][class*="tt_12"] .t-title, [class*="uc-"][class*="ct_12"] .t-card__title, [class*="uc-"][class*="nm_12"] .t-name, [class*="uc-"][class*="ds_12"] .t-descr, [class*="uc-"][class*="tx_12"] .t-text, [class*="uc-"][class*="cd_12"] .t-card__descr, [class*="uc-"][class*="cu_12"] .t-card__uptitle, [class*="uc-"][class*="ut_12"] .t-uptitle, [class*="uc-"][class*="hd_12"] .t-heading {
        font-size: 12px !important;
    }  
    
    /*Отступ у абзацец в зиро-блоках*/
    .fl-space .tn-atom:first-letter {
        padding-left: 40px !important;
    }        
    
    /*Блок с фактоидами*/
    .t681 .t-container {
        row-gap: 20px !important;
    }
    .t681__row:nth-child(n) .t-col {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
    .t681__pricewrapper .t681__price-text ul li:first-child:not(:only-child) {
        margin-top: -1px !important;
    }
    .t681__pricewrapper .t681__price-text ul li:nth-child(2), .t681__pricewrapper .t681__price-text ul li:only-child {
        margin-bottom: 0px !important;
    } 
    
    /*Блок в 2 колонки с изображением и текстом*/
    .t478 .t-col:first-child {
        margin-bottom: 40px !important;
    }
    .t478__descr ul li:not(:last-child) {
        margin-bottom: 20px !important;
    }
    .t478__btn-wrapper {
        padding-top: 40px !important;
    }

    /*Блок с плитками в 3 колонки*/
    .t1032__content {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }    
    .t1032__img {
        height: 36px !important;
        margin-bottom: 20px !important;
    }
    .t1032 .t-card__descr {
        margin-top: 20px !important;
    }  
    
    /*Табы*/
    .t397__select {
        padding-left: 20px !important;
        padding-right: 40px !important;
    }
    .t397__firefoxfix {
        width: 20px !important;
    }
    .t397__wrapper_mobile:after {
        right: 20px !important;
    }
    
    /*Слайдер*/
    .t923__wrapper {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .t923__col {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
    .t923__textwrapper {
        padding-top: 20px !important;
    }   
    .t923 .t-slds__arrow_wrapper {
        width: 60px !important;
    }       
    .t923 .t-slds__arrow-left {
        left: 10px !important;
    }
    .t923 .t-slds__arrow-right {
        right: 10px !important;
    }      
    #allrecords .t-slds__arrow-withbg {
        width: 30px !important;
        height: 30px !important;
    }
    #allrecords .t-slds__arrow-withbg .t-slds__arrow_body {
        width: 7px !important;
    }   
    
    /*Плитки с тарифами*/
    .t778__content {
        padding: 40px !important;
    }
    .t778 .js-product-sku {
        margin-top: 40px !important;
    }
    .t778__descr {
        margin-top: 40px !important;
    }
    .t778__price-wrapper {
        margin-top: 40px !important;
    }
    .t778__btn-wrapper {
        margin-top: 40px !important;
    }
    
    /*Футер*/
    .t134 .t-col {
        padding-bottom: 40px !important;
    }
    .t134__title {
        margin-top: 20px !important;
    }  
    
    /*Меню*/
    .t446__maincontainer {
        height: 60px !important;
    } 
    
    /*Бургер в меню*/
    .t446__burger {
        width: 36px !important;
    }
    /*.t446__burgerline {*/
    /*    height: 1px !important;*/
    /*}*/
    .t446__burgerline:nth-child(2) {
        margin-top: 7px !important;
    }      
    
    /*Соцсети в меню*/
    .t-sociallinks__wrapper {
        column-gap: 2px !important;
        row-gap: 5px !important;
    }
    .t-sociallinks__item {
        width: 30px !important;
        height: 30px !important;
    }    
    
    /*Логотип в выпадающем меню*/
    .t450__logowrapper {
        padding-top: 10px !important;
        padding-bottom: 60px !important;
    }   
    .t450__logoimg {
        width: 46px !important;
        max-width: 46px !important;
    }    
    
    /*Соцсети в выпадающем меню*/
    .t450__rightside {
        padding-top: 60px !important;
        padding-bottom: 30px !important;
    }
    
    /*Пункты в выпадающем меню*/
    .t450__list_item .t-menu__link-item {
        font-size: 20px !important;
    }  
    
    /*Текстовый блок на странице Политика конфиденциальности*/
    .t015 .t-descr {
        margin-top: 20px !important;
    }  
    
    /*Обложка на странице 404*/
    .t467 .t-descr {
        margin-top: 20px !important;
    }
    .t467 .t-btn {
        margin-top: 40px !important;
    }    
    
    /*Поп-ап форма*/
    .t702__wrapper {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }  
    .t702 .t-popup__close {
        height: 50px !important;
    }   
    .t702__text-wrapper {
        margin-bottom: 30px !important;
    }
    .t702__descr {
        margin-top: 20px !important;
    }
    
    /*Поля в поп-ап форме*/
    .t-input-block {
        margin-bottom: 10px !important;
    }    
    .t-input-group_cb .t-input-block {
        margin-top: 20px !important;
    }
    .t-form__submit {
        margin-top: 40px !important;
    }
    
    /*Куки*/
    .t887 {
        right: 0px !important;
        bottom: 0px !important;
    }
    .t887__wrapper {
        width: 100% !important;
    }   
    .t887__text {
        font-size: 11px !important;
    }
    
    /*Галерея с дипломами*/
    .t756 .t-popup__container {
        margin-top: 5px !important;
        margin-bottom: 50px !important;
    }  
    .t756 .t-popup__close {
        height: 50px !important;
    }   
    .t756 .t-slds__item {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }
    .t756 .t-slds__arrow-left {
        left: 10px !important;
    }
    .t756 .t-slds__arrow-right {
        right: 10px !important;
    }      
    
    
}



@media screen and (min-width: 1201px) {
    
    /*Скрытие блоков при ширине экранов > 1200px*/
    .t-screenmax-1200px {
        display: none !important;
    }
   

}
    
    
    
@media screen and (min-width: 961px) {  
    
    /*Скрытие блоков при ширине экранов > 960px*/
    .t-screenmax-980px {
        display: none !important;
    }  
    
    
} 



@media screen and (min-width: 641px) and (max-width: 960px) {
    
    /*Ширина плиток в слайдере*/
    .t923 .t-card__col {
        width: 100% !important;
        max-width: 620px !important;
    }
    
    
}