/** МЕНЮ **/


    /** Кнопка справа **/
    
    #nav151016801 .t-btn {
        font-size: 16px;
        padding-top: 2px;
    }
    
    
    /** Отступ у второго меню сверху **/
    
    #nav156657350 {
        position: absolute;
        top: 90px; 
    }
    
    
    /** Тень под фиксированным меню **/
    
    .t456__positionfixed {
        box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    }


    /** Доработка кнопки **/

    .t821__btn-wrapper a {
        line-height: 39px;
        letter-spacing: 0.05em;
    }
    
    @media screen and (max-width: 1060px) {
        .t456__list_item {
            padding-left: 10px;
            padding-right: 10px;
        }
    }   
    
    @media screen and (max-width: 1039px) {
        .t456__list_item {
            padding-left: 5px;
            padding-right: 5px;
        }
    } 


/** МОБИЛЬНОЕ МЕНЮ **/


    /** Тень под фиксированным меню **/
    
   .t280__positionfixed {
        box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    }


    /** Отступ сверху у лого в мобильном меню **/
    
    .t280__logo {
        margin-top: 10px !important;
    }
    
    /** Оформление бургера в мобильном меню **/
    
    .t280__small .t280__burger span {
        height: 2px !important;
    }
    
    .t280__small .t280__burger {
        width: 30px;
        height: 20px;
        margin-top: -7px;
    }
    
    .t280__small .t280__burger span:nth-child(2), 
    .t280__small .t280__burger span:nth-child(3) {
        top: 8px;
    }
    
    .t280__small .t280__burger span:nth-child(4) {
        top: 16px;
    }
    

    
/** ОБЛОЖКА **/


    /** Основная кнопка **/
    
    #form151766204 button.t-submit {
        background: rgba(255,255,255,0) !important;
        color: #1f1f21;
        transition: 0.3s;
    }
    
    #form151766204 button.t-submit:hover {
        background: #1f1f21 !important;
        color: #ffffff !important;
    }
    
    
    @media screen and (max-width: 969px) {
    	
    	
        /** Осветление под кнопкой **/
    	
        input.t-input.js-tilda-rule.t-input_bbonly {
            z-index: 999999 !important;
            position: relative;
        }
    	
        .t396__elem.tn-elem.tn-elem__1517662041579211862250 {
            z-index: 999 !important;
            position: relative;
        }
    	
        #form151766204 button.t-submit {
            background: rgba(255,255,255,0.8) !important;
            box-shadow: 100px 0px 100px 50px rgba(255,255,255,1);
        }

    } 
 
 
    @media screen and (max-width: 959px) { 	
    	
        /** Выравнивание текста в форме **/
    	
        input.t-input.js-tilda-rule.t-input_bbonly {
            text-align: center !important;
        }
    	
    }



/** ВИДЖЕТ МЕССЕНДЖЕРОВ **/

    /** Замена пиктограммы **/
    
    .t898__wrapper {
        transition-delay: 1s;
        transition-duration: 2s;
    }
    
    svg.t898__icon.t898__icon-write {
        display: none;
    }
    
    .t898__btn_label {
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.0) !important;
        background: #363639;
        background-color: #363639 !important;
        background-image: url(https://static.tildacdn.com/tild3036-3166-4136-a330-343634656466/_11.svg) !important;
        background-position: 14px 19px !important;
        background-size: 30px !important;
        background-repeat: no-repeat !important;
    }


    
/** КОНТЕНТ **/    
 
 
    @media screen and (max-width: 1200px) {
        
        .t-width_10 {
            width: 100%;
            max-width: 960px;
        }  
    }

    @media screen and (max-width: 960px) {    
        .t-container {
            max-width: 940px;
        }
    }

    @media screen and (max-width: 640px) {       
        .t-width_10 {
            width: 100%;
            max-width: 620px;
        }
        
    }


    /** Вопросы и ответы **/

    @media screen and (max-width: 1200px) {
        
        .t668 .t-col {
            margin-left: 0px;
            margin-right: 0px;
        }
        
        .t668__col {
            max-width: 100%;
        }
        
        .t668 .t-prefix_1 {
            padding-left: 0px;
        }
        
        .t668__title,
        .t668__text {
            word-wrap: normal !important;
            white-space: normal !important;
        }
        
    }
    
    @media screen and (max-width: 960px) {
        
        .t668 .t-container {
            max-width: 900px;
        }
        
    }
     
    @media screen and (max-width: 640px) {
        
        .t668 .t-container {
            max-width: 620px;
        }
        
        .t668__text {
            width: 480px;
        }
        
    }   
    
    @media screen and (max-width: 320px) {
        
        .t668__title {
            padding-right: 40px;
            font-size: 20px !important;
        }
        
        .t668__text {
            width: 280px;
        }
        
    }   
    
    
    /** Полезная информация про хранение вещей **/
    
    .t404 .t-container {
        max-width: 1000px;
    }
    
    .t404 .t-col_6 {
        max-width: 460px;
    }
    
    
     @media screen and (max-width: 1200px) {
    
        .t404 .t-container {
            max-width: 980px;
        }
    
    }
    
    
     @media screen and (max-width: 960px) {
    
        .t404 .t-container {
            max-width: 940px;
        }
        
        .t404 .t-col_6 {
            max-width: 900px;
        }
    
    }   


     @media screen and (max-width: 640px) {
    
        .t404 .t-container {
            max-width: 620px;
        }
        
        .t404__textwrapper {
            margin-bottom: 0px;
        }
        
        .t404__title {
            margin-bottom: 0px;
        }
        
    } 
    
    
    @media screen and (max-width: 480px) {
        
        .t404 .t-col_6 {
            margin-bottom: 30px;
        }
        
    }



/** IPANTRY LIVE **/  

     @media screen and (max-width: 960px) {
    
        #rec271337035 {
            padding-bottom: 40px !important;
        }
    
    }  

    .iPantry_live h2 {
        position: relative;
        width: 190px;
    }
    
    @keyframes pulsate {50% {color:rgba(202,37,47,1);}}
    
    .iPantry_live h2:after {
        content: "•";
        position: absolute;
        top: -15px;
        right: -5px;
        font-size: 45px;
        -webkit-animation: pulsate 1.2s linear infinite;
        animation: pulsate 1.2s linear infinite;
        color:rgba(0,0,0,0);
    }
    
    
    
/** СТРАНИЦА ОПЛАТЫ **/  

     @media screen and (max-width: 960px) {
    
        #rec274830575 {
            padding-bottom: 40px !important;
        }
    
    } 

    .t706__cartwin {
        background-color: rgba(255,255,255,1);
    }
    
    .t706__cartwin-close-wrapper {
        background: #1f1f21;;
        padding: 15px 15px 10px 15px;
        border-radius: 100px;
    }
    
    .t706__cartwin-content {
        border: 2px solid #1f1f21;
        border-radius: 3px !important;
    }