.text{
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: 400;
    color: inherit;    
}
.text-title-container{
    position: relative;
    padding: 0 0 15px;
    margin: 0 0 20px;
}
.text-title-container:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #9ede73; /* Old browsers */    
    background: -moz-linear-gradient(left,  rgba(158,222,115,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(158,222,115,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(158,222,115,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ede73', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.text-title-container.text-title-container-negative:after{
    background: #BE0000; /* Old browsers */  
    background: -moz-linear-gradient(left,  rgba(190,0,0,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(190,0,0,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(190,0,0,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be0000', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    
}
.text-title-container-small{
    padding: 0;
}
.text-title-container-small:after{
    display: none;
}
.text-title-container-indent{
    margin-top: 35px;
}
.text p:not([class]){
    margin: 0 0 20px;
}
.text .text__title{
    font-size: 21px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 5px;
    text-transform: uppercase;
}
.text .text-title-container-small:not(:first-child){
    margin: 60px 0 20px;
}
.text .text__subtitle{
    font-weight: 300;
    color: #666555;
    margin: 0 0 5px;
}
.text ul, .text ol{
    margin: 0 0 20px;
}
.text ol{
    list-style: decimal inside;
}
.text li{
    margin: 0 0 5px;
}
.text ul:not([class]) li{
    background: transparent url('../images/icon-check.svg') no-repeat left top;
    padding: 0 0 0 30px;
}
.text ul li.orange-tick{
    background-image: url('../images/icon-check-orange.svg');
}
.text span:not([class]){
    font-weight: 600;
}
.text li span.white-bg{
    padding: 2px 5px 2px 0;
    background: rgba(255, 255, 255, 0.7)
}
.text table{
    width: 100%;
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0 0 40px;    
}
.text th, .text td{
    padding: 10px;
    background: #ffffff;
    border: 1px solid #e2e6de;
    vertical-align: top;
}
.text th{
    font-weight: 600;
}
.text table .left-align{
    text-align: left;
}
.text table .right-align{
    text-align: right;
}
.text table .center-align{
    text-align: center;
}


.prices{
    display: -webkit-flex; 
    display: flex; 
    height: auto;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center; 
    align-items: center;  
    -webkit-justify-content: center;
    justify-content: center;
    margin: 15px 0;
}
.prices.hidden{
    display: none;
}
.prices-left{
    -webkit-justify-content: flex-start;
    justify-content: flex-start;    
}
.prices-without-indent{
    margin: 0;
}
.prices p{
    font-family: inherit;
    font-size: inherit;
    line-height: 32px;
    font-weight: inherit;
    color: inherit;
    -webkit-align-self: baseline;
    align-self: baseline;
    padding: 0 10px;
    white-space: nowrap;
}
.prices p.right-indent{
    padding: 0 20px 0 0;
}
.prices .prices__old{
    font-weight: 300;
    color: #666555;
    text-decoration: line-through;
}
.prices .prices__new{
    font-size: 30px;
    font-weight: 600;
    color: #BE0000;
}
.prices .prices__old .prices__val{
    font-weight: 300;
}
.prices .prices__label{
    padding-left: 0;
}

.form-container{
    padding: 25px;
    border: none;
    background: #ffffff;
}
.form-date:after {
    content: attr(data-text);
}
.order-form{
    display: block;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}
.form-title__offer{
    font-size: 21px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 auto 30px;
    text-align: center;
    text-transform: uppercase;   
    max-width: 650px; 
}
.form-title__total, .form-title__total-rassrochka{
    font-size: 21px;
    line-height: 30px;
    font-weight: 600;
    margin: 0;
    text-align: left;
    text-transform: uppercase;  
}
.form-title__total-small{
    text-transform: none;
}
.form-title__total-rassrochka.hidden{
    display: none;
}
.order-form__hidden{
    display: none;
}
.order-form__input{
    display: block;
    width: 100%;
    height: 60px;
    font-family: inherit;
    font-size: 21px;
    line-height: 30px;
    font-weight: 300;
    color: #000000;
    margin: 0 auto 15px;
    padding: 15px 20px 15px 45px;
    text-align: left;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: 10px center;
    outline: none;
    border: 2px solid #9EDE73;
    -webkit-transition: border 0.2s linear;
    -moz-transition: border 0.2s linear;
    transition: border 0.2s linear;    
}
.order-form__input:focus{
	border-color: #E48900;
}
.order-form__input-name{
    background-image: url('../images/user.svg');
}
.order-form__input-phone{
    background-image: url('../images/phone.svg');
}
.order-form__textarea{
    display: block;
    width: 100%;
    height: 150px;
    font-family: inherit;
    font-size: 21px;
    line-height: 30px;
    font-weight: 300;
    color: #000000;
    margin: 0 auto 15px;
    padding: 15px 20px;
    text-align: left;
    background-color: #ffffff;
    outline: none;
    border: 2px solid #9EDE73;
    resize: none;
    -webkit-transition: border 0.2s linear;
    -moz-transition: border 0.2s linear;
    transition: border 0.2s linear;
}
.order-form__textarea:focus {
    border-color: #E48900;
}
.order-form__submit{
    display: block;
    width: 100%;
    margin: 20px auto 0;
    outline: none;
    -webkit-appearance: none;
}
.order-form-checkbox, .order-form-rassrochka{
    display: block;
    position: relative;
    cursor: pointer;
    padding: 5px 0;
    margin: 0 0 8px;
    font-family: inherit;
    font-size: inherit;
}
.order-form-rassrochka{
    padding: 5px;
    margin: 12px 0;
    text-align: left;
}
.order-form-checkbox__input, .order-form-rassrochka__input{
    position: absolute;
    top: 9px;
    left: 0;
}
.order-form-rassrochka__input{
    left: 5px;
}
.order-form-checkbox__legend, .order-form-rassrochka__legend{
    display: block;
    font-family: inherit;
    font-size: inherit; 
    line-height: 24px;
    font-weight: 300; 
    padding-left: 34px;    
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;    
}
.order-form-checkbox__legend:after, .order-form-rassrochka__legend:after{
    content: "";
    display: block;
    position: absolute;    
    top: 5px;
    left: 0;    
    width: 24px;
    height: 24px;
    line-height: 20px;
    text-align: center;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    border: 2px solid #9EDE73;
    border-radius: 0;
}
.order-form-rassrochka__legend:after{
    left: 5px;
}
.order-form-checkbox__input.checked + .order-form-checkbox__legend:after, .order-form-rassrochka__input.checked + .order-form-rassrochka__legend:after{
    background-image: url('../images/icon-check-orange.svg');
    border-color: #f6830f;   
}
.custom-list, .custom-select{
    display: block;
    position: relative;
    width: 100%;
    height: 60px;
    margin: 0 auto 15px;
    z-index: 10;
}
.custom-select .selectBox{
	position: absolute;	
    width: 100%;
	height: 100%;	
    font-family: inherit;
    font-size: 21px;
    line-height: 30px;
    font-weight: 300;
    color: #000000;
    padding: 15px 30px 15px 45px;   
    margin: 0;
	text-align: left;
	background-color: #ffffff;
    background-image: url('../images/icon-apple.svg');
    background-repeat: no-repeat;
    background-position: 10px center;    
	cursor:pointer;	
    border: 2px solid #f6830f;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;    
    z-index: 5;
}
.custom-select .selectBox:after{
    content: '';
    position: absolute;
    top: 15px;
    right: 15px;
    width: 16px;
    height: 30px;
	background-color: #ffffff;
    background-image: url('../images/icon-down-black.svg');
    background-repeat: no-repeat;
    background-position: center center;     
    z-index: 10;
}
.custom-select .selectBox.expanded:after{
    background-image: url('../images/icon-up-black.svg'); 
}
.custom-select .dropDown{
	position: absolute;
	top: 58px;
	left: 0;
	width: 100%;
	border: none;
	list-style:none;
    background: #ffffff;
    margin: 0;
    padding: 10px 0;
    border: 2px solid #f6830f;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;   
}
.custom-select li{
    position: relative;
    width: 100%;
	height: auto;
    font-family: inherit;
    font-size: 21px;
    line-height: 30px;
    font-weight: 300;
	color: #000000;
	text-align: left;    
	cursor: pointer;
    margin: 0;
    padding: 5px 20px 5px 40px;  
}
.custom-select li:hover{
    color: #f6830f;
}
.order-form__note{
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    color: #767676;
    text-align: center;
    margin: 20px 0;
}
.order-form__note-left{
    text-align: left;
}

.sticker{
    position: absolute;
    left: 10px;
    top: 40px;
    width: 90px;
    height: 90px;
    font-size: 25px;
    line-height: 90px;
    font-weight: 600;
    color: #ffffff;
    background: #9EDE73;
    text-align: center;
    margin: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    transform: rotate(-25deg);    
    z-index: 8;
}
.sticker-green{
    background: #9EDE73;    
}
.sticker-orange{
    background: #E48900;    
}
.sticker-red{
    background: #BE0000;    
}
.sticker.hidden {
    display: none;
}
.sticker-hit {
    text-transform: uppercase;
}

.breadcrumbs {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    font-weight: 300;
    margin: 20px 0 0;
    padding: 0;
    text-align: left;
}

.breadcrumb-item {
    display: inline-block;
    width: auto;
    font-family: inherit;
    font-size: inherit;
    line-height: 1.5;
    color: #666555;
    vertical-align: top;
}

.breadcrumb-item span {
    display: inline-block;
    padding: 0 5px;
}

.breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

.breadcrumbs li:hover, .breadcrumbs li:hover>span {
    color: #E48900;
}

.breadcrumbs li:last-child {
    pointer-events: none;
}

.footer{
    position: relative;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: 300;
    padding: 40px 0;
    margin: 0;
    z-index: 30;
}
.footer-logo, .footer-info, .footer-phone-block{
    width: 33.33%;
    margin: 0 0 20px;
}
.footer-logo{
    text-align: left;
}
.footer__name{
    font-size: 28px;
    line-height: 30px;
    font-weight: 600;
    color: inherit;    
    text-transform: uppercase;
    margin: 0 0 2px;
}
.phone-footer{
    margin: 0 0 2px;
}
.footer-info{
    padding: 0 20px;
}
.footer-info, .footer-copyright{
    text-align: center;
}
.footer-phone-block{
    text-align: right;
}
.phone-footer{
    display: block;
    color: #000000;
}
.footer-mail-container{
    margin: 20px 0 0;    
}
.footer__mail{
    color: #000000;
    font-weight: 400;
}
.footer__text{
    margin: 0 0 5px;
}
.footer-docs{
    margin: 20px 0 0;
}
.footer-link-container{
    margin: 0;    
}
.footer__link{
    font-size: 16px;
    line-height: 18px;    
    font-weight: 400;
}
.footer__notlink{
    color: #000000;
    text-decoration: none;
}

.form-popup{
    display: none;
    max-width: 780px;
}
.form-popup__photo{
    width: 47%;  
}
.form-popup__body{
    width: 53%;
    padding: 0 0 0 40px;
    border: none;
}

.cookies-popup{
    position: fixed;
    display: block;
    left: 10%;
    bottom: 20px;
    width: 80%;
    text-align: center;
    z-index: 200;  
}
.cookies-popup.hidden{
    display: none;
}
.cookies-popup-inner{
    display: inline-block;
    width: auto;
    background: #ffffff;
    padding: 20px;  
    -moz-box-shadow: 0px 0px 4px 0px #e2e6de;
    -webkit-box-shadow: 0px 0px 4px 0px #e2e6de;
    box-shadow: 0px 0px 4px 0px #e2e6de;   
    -webkit-animation: 1s forwards ease-out;
    animation: 1s forwards ease-out;      
}
.cookies-popup .text{
    padding: 0 40px 0 0;
    text-align: left;
}
.cookies-popup .text p:not([class]){
    margin: 0;
}
.cookies-popup .button{
    width: 260px;
}

/********* New Verify-Phone *********/

.with-stamp .form-container {
    width: 800px;
}

.with-stamp .text {
    position: relative;
}

.popup-stamp {
    position: absolute;
    content: "";
    top: -10px;
    right: 30px;
    transform: rotate(8deg);
}
.popup-stamp img{
    height: auto;
}
.with-stamp .message-text {
    max-width: 430px;
    text-align: left;
    margin: 0 0 20px;
}

.with-stamp .message-info {
    margin: 0 0 10px;
}

/********* End of New Verify-Phone *********/

@media (max-width: 1279px){
    .cookies-popup{
        width: 94%;
        left: 3%;
    }    
}

@media (max-width: 1279px) and (min-width: 980px) {
    .sticker{
        top: 50px;
    }
}

/********* New Verify-Phone *********/

@media (max-width: 811px) {

    .with-stamp .form-container {
        width: 100%;
    }

    .with-stamp .form-container .form-title {
        margin: 0 0 35px;
    }

    .popup-stamp {
        width: 110px;
        top: -45px;
        transform: rotate(5deg);
    }

    .with-stamp .message-text,
    .with-stamp .message-info {
        max-width: none;
        text-align: center;
    }

    .with-stamp .form-title__offer {
        margin: 0 auto 50px;
    }

}

/********* End of New Verify-Phone *********/

@media (max-width: 979px) and (min-width: 768px) {
    .footer-columns{
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer-logo{
        width: 50%;
    }
    .footer-info{
        width: 50%;
        text-align: right;
        padding: 0 0 0 20px;
    }
    .footer-phone-block{
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 767px){
    .prices{
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .prices .prices__label{
        width: 100%;
    }    
    .prices.prices-nowrap .prices__label{
        width: auto;
    }    
    .order-form__textarea{
        height: 210px;
    }
    .text-title-container-indent{
        margin-top: 20px;
    }
    .text .text__title{
        text-transform: none;
    }
    .text .text-title-container-small:not(:first-child){
        margin: 40px 0 20px;
    }
    .footer{
        padding: 20px 0 80px;
    }
    .footer-columns{
        -webkit-flex-direction: column;
        flex-direction: column;        
    }
    .footer-logo, .footer-info, .footer-phone-block{
        width: 100%;
        text-align: center;
    }
    .form-popup__photo{
        display: none;
    }
    .form-popup__body{
        width: 100%;
        padding: 0;
    }
    
    .cookies-popup-inner{
        padding: 8px;
    }
    .cookies-popup .columns{
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .cookies-popup .text{
        padding: 0;
    }
    .cookies-popup .text p:not([class]){
        font-size: 16px;
        line-height: 18px;
        margin: 0 0 12px;
    }
    .cookies-popup .button-container{
        text-align: center;
    }
    .cookies-popup .button{
        font-size: 18px;
        line-height: 24px;  
        padding: 8px;
        margin: 0 0 8px;
    }     
}
@media (max-width: 479px){
    .text table{
        margin: 0 0 20px;
    }
    .text th, .text td{
        font-size: 16px;
        line-height: 18px;        
        padding: 6px;
    }
    
    .prices .prices__new{
        font-size: 23px;
    }
    .sticker{
        top: 0;
    }
    #action .form-title__total-rassrochka .red{
        display: block;
    }    
    .custom-select .selectBox{
        padding: 15px 20px 15px 35px;
        background-position: 5px center;
    }
    .custom-select .selectBox:after{
        right: 5px;
    }
    .custom-select li{
        padding: 5px 20px 5px 35px;
    }
    .order-form__input{
        padding: 15px 20px 15px 35px;
    }
    .form-container{
        padding: 25px 10px;
    }

    /********* New Verify-Phone *********/

    .popup-stamp {
        top: -50px;
    }

    .with-stamp .order-form__submit {
        padding: 15px 5px;
    }

    /********* End of New Verify-Phone *********/

}