.content{
    position: relative;
}

.form-container{
    padding: 25px 0;
    border: none;
    background: #ffffff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px 0px;
}
.form-container .columns p.total-rassrochka, .form-container p.total-rassrochka{
    font-family: inherit;
    font-size: 21px;
    line-height: 27px;
    font-weight: 600;
    color: inherit;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    margin: 12px 0 0;
}
.form-popup.test .form-container{
    padding: 35px 0 20px;    
}
.form-container .form-title{
    border-bottom: 2px solid #e5e5e5;
    margin: 0 0 25px;
}
.form-container .form-title > p{
    padding: 0 20px;
}
.form-container .offer, .form-container .total, .form-container .discount{
    font-family: inherit;
    font-size: 21px;
    line-height: 27px;
    font-weight: 600;
    color: inherit;
    text-transform: uppercase;
    margin: 0;
}
.form-container .offer{
    text-align: center;    
}
.form-container .total, .form-container .discount{
    text-align: left;   
    margin: 20px 0 0;
}
/* .form-container .offer .hidden{
    display: none;
} */
.form-container .offer .old-price{
    font-weight: 400;
    text-decoration: line-through;
}
.form-container p.info{
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: 600;
    color: inherit;
    text-align: center;
    margin: 0 0 20px;
}
.form-container p.info span:not(.nowrap){
    color: #ff5f5f;
}
.form-container p.info span.form-date {
    color: inherit;
}
.form-container .form-body{
    padding: 0 20px;
}
.form-container .columns{
    background: transparent;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;    
}
.form-container .columns p:not([class]){
    width: auto;
    font-family: inherit;   
    line-height: 28px;
    font-weight: 400;
    color: inherit;
    margin: 0 10px 20px;
    -webkit-align-self: baseline;
    align-self: baseline;
}
.form-container .columns p.old-price{
    font-size: 16px;
    color: #666666;
    text-decoration: line-through;
}
.form-container .columns p.new-price{
    font-size: 30px;
    font-weight: 600;
    color: #008851;
}
.form-container .columns p.offer{
    text-align: left;
    margin: 20px 0;
}
.form-container .form-body p.info{
    font-weight: 400;
}
.form-container .form-body p.info a:not([class]):hover{
    text-decoration: underline;
}
.form-container form{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.form-container form .custom-data{
    position: relative;
    display: block;
    z-index: 5;    
}
.form-container form input[type="text"]{
    display: block;
    width: 100%;
    height: 48px;
    font-family: inherit;
    font-size: 21px;
    line-height: 30px;
    font-weight: 400;
    color: #c0c0c0;
    margin: 0 auto 15px;
    padding: 9px 20px 9px 40px;
    text-align: left;
    background: #f7f7f7;
    outline: none;
    border: 2px solid #dedede;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: border 0.2s linear, box-shadow 0.2s linear;
    -moz-transition: border 0.2s linear, box-shadow 0.2s linear;
    transition: border 0.2s linear, box-shadow 0.2s linear;    
}
.form-container form .custom-data span{
    position: absolute;
    left: 14px;
    top: 11px;
    width: 20px;
    height: 33px;
    font-family: fontawesome !important;
    font-size: 21px;
    line-height: 30px;    
    color: #c0c0c0;
    text-align: left;
    z-index: 10;    
}
.form-container form .custom-data span:before{
    position: absolute;
    width: 100%;
    height: 100%;
}
.form-container form .custom-name span:before{
    content: "\f007";
}
.form-container form .custom-phone span:before{
    content: "\f095";
}
.form-container form input[type="text"]:focus{
    color: #999999;
	border-color: #008851;
}
.form-container form input[type="submit"]{
    display: block;
    width: 100%;
    margin: 20px auto;
    outline: none;
    -webkit-appearance: none;
}
.custom-checkbox{
    display: block;
    position: relative;
    cursor: pointer;
    padding: 5px 0;
    margin: 0 0 5px;
    font-family: inherit;
    font-size: inherit;
}
.custom-checkbox.hidden{
    display: none;
}
.custom-checkbox.unavailable{
    cursor: default;
    pointer-events: none;
}
.rassrochka-checkbox{
    background: #c9f5df;
    padding: 4px;
    margin-top: 12px;
}
.custom-checkbox_input{
    position: absolute;
    top: 9px;
}
.custom-checkbox_check{
    display: block;
    padding-left: 35px;
    line-height: 24px;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;    
}
.unavailable .custom-checkbox_check{
    color: #c0c0c0; 
}
.custom-checkbox_check:after{
    content: "";
    display: block;
    position: absolute;    
    top: 5px;
    left: 0;    
    width: 24px;
    height: 24px;
    font-family: fontawesome !important;    
    line-height: 20px;
    text-align: center;
    background: #f7f7f7;
    border: 2px solid #dedede;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.rassrochka-checkbox_check:after{
    left: 4px;
}
.custom-checkbox_input.checked + .custom-checkbox_check:afterr{
    content: "\f00c";
    color: #ff5f5f;
    border-color: #008851;    
}
.unavailable .custom-checkbox_check:after{
    background: #dedede;
}
.custom-checkbox_input.checked + .custom-checkbox_check:after{
    content: "\f00c";
    color: #ff5f5f;
    border-color: #008851;
}

.prices{
    display: -webkit-flex; 
    display: flex; 
    height: auto;
    flex-direction: row;
    align-items: center;  
    justify-content: center;
    margin: 15px 0;
}
.prices p{
    font-family: inherit;
    font-size: inherit;
    line-height: 35px;
    font-weight: inherit;
    color: inherit;
    -webkit-align-self: baseline;
    align-self: baseline;
    margin: 0 10px !important;
}
.prices p.size{
    margin: 0 !important;
}
.prices p.old-price{
    color: #666666;
    text-decoration: line-through;
}
.prices p.new-price{
    font-size: 35px;
    font-weight: 600;
    color: #ff5f5f;
}
.prices p.model-price{
    margin: 0 20px 0 0 !important;
}

.text .title-container{
    border-bottom: 2px solid #e5e5e5;
    margin: 35px 0 20px;
}
.text p, .text li{
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    text-align: left;
}
.text p{
    margin: 0 0 20px;    
}
.text p.block-title{
    font-size: 21px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 6px;    
}
.text p.block-subtitle{
    font-size: 21px;
    line-height: 26px;
    font-style: italic;
    color: #999999;
    margin: 0 0 15px;
}
.text ul{
    margin: 0 0 15px;
}
.text ol{
    list-style: decimal inside;
    margin: 0 0 15px;
}
.text li{
    margin: 0 0 5px;
}
.text ul li{
    position: relative;    
    padding: 0 0 0 30px;    
}
.text ul li:before{
    content: "\f00c";
    font-family: fontawesome !important;
    position: absolute;
    left: 0;
    top: 0;
    color: #31c488;    
}
.text p span:not([class]), .text li span:not([class]){
    font-weight: 600;
}
.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 #e5e5e5;    
}
.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;
}

.breadcrumbs {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    margin: 20px 0 15px;
    padding: 0;
    text-align: left;
}
.breadcrumb-item {
    display: inline-block;
    width: auto;
    font-family: inherit;
    font-size: inherit;
    line-height: 1.5;
    color: #878989;
    vertical-align: top;
}
.breadcrumb-item span:not(.nowrap){
    display: inline-block;
    padding: 0 5px;
}
.breadcrumbs a {
    color: inherit;
}
.breadcrumbs li:hover, .breadcrumbs li:hover>span {
    color: #008851;
}
.breadcrumbs li:last-child {
    pointer-events: none;
}

.gallery a div{
    display: none;
    left: 0;
    top: 0;    
    width: 100%;    
    height: 100%;    
    background: -moz-linear-gradient(-45deg, rgba(49,196,136,0.5) 0%, rgba(49,196,136,0.5) 1%, rgba(49,196,136,0.5) 50%, rgba(0,136,81,0.5) 50%, rgba(0,136,81,0.5) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(49,196,136,0.5) 0%,rgba(49,196,136,0.5) 1%,rgba(49,196,136,0.5) 50%,rgba(0,136,81,0.5) 50%,rgba(0,136,81,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(49,196,136,0.5) 0%,rgba(49,196,136,0.5) 1%,rgba(49,196,136,0.5) 50%,rgba(0,136,81,0.5) 50%,rgba(0,136,81,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8031c488', endColorstr='#80008851',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    z-index: 50;
}
.gallery a div:before{
    content: "\f002"; 
    position: absolute;
    left: 50%;
    top: 50%;
    font-family: fontawesome !important;
    font-size: 60px;
    line-height: 60px;
    color: #ffffff;
    margin: -30px 0 0 -30px;
    z-index: 10;
}

.video-block{
    position: relative;
}
.video{
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 56%;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.video-block .button-container{
    display: inline-block;
    width: 100%;
    margin: 40px 0 80px;
    text-align: center;
}
.video-block .button{
    width: 250px;
}

.action{
    background: #e9e9e9;
    padding: 0 0 80px;
}
.action .content-big-container{
    max-width: 100%;
    padding: 20px 0;
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(49, 196, 136, 0.3) 50%, rgba(49, 196, 136, 0.3) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(49, 196, 136, 0.3) 50%, rgba(49, 196, 136, 0.3) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(49, 196, 136, 0.3) 50%, rgba(49, 196, 136, 0.3) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d31c488', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 */    
}
.action-columns{
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.action-image{
    width: 62%;
    background: #ffffff;
    padding: 20px;    
}
.action-image img{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 520px;
    margin: 0 auto;
}
.action .form-container{
    width: 34%;
    max-width: 400px;
}

.footer{
    position: relative;
    background: #2c2c2c;
}
.footer .columns{
    -webkit-justify-content: space-between;
    justify-content: space-between; 
    padding: 40px 0 20px;
}
.footer .columns > div{
    width: 33.33%;
}
.footer .logo{
    margin: 0;
}
.footer .logo p{
    width: 100%;
    font-family: inherit;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #999999;
    text-align: left;
    padding: 0;
    margin: 0 0 5px;
}
.footer .logo p.name{
    font-size: 28px;
    line-height: 30px;
    font-weight: 600;    
    color: #ffffff;
    text-transform: uppercase;
}
.footer .info{
    padding: 0 20px;
}
.footer .info p{
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: 400;
    color: #999999; 
    text-align: center;
}
.footer .phone-block p{
    font-family: inherit;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #999999;   
    margin: 0 0 5px;
}
.footer a{
    display: block;
}
.footer a.not-link{
    display: inline;
    color: #999999;
}
.footer .phone-block a.phone{
    font-size: 28px;
    line-height: 30px;
    font-weight: 600;    
    color: #ffffff;    
}
.footer .phone-block a.mail{
    color: #ffffff;    
    margin: 15px 0 0;
}
.footer .phone-block a.mail:hover{
    text-decoration: underline;
}
.footer #docs{
    margin: 30px 0 0;
}
.footer #docs a{
    font-size: 16px;
    line-height: 18px;
    text-decoration: underline;
    margin: 5px 0 0;
}
.footer #docs a:hover{
    text-decoration: none;
}
.footer #copyright{
    border-top: 2px solid #343434;
    padding: 40px 0;    
}
.footer #copyright p{
    font-family: inherit;
    font-size: 16px;
    line-height: 18px;
    color: #999999;
    text-align: center;
    margin: 0 0 10px;
}

#fixed-button{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    visibility: hidden;
    z-index: -100;
}
#fixed-button.show{
    visibility: visible;
    z-index: 100;
}
#fixed-button .button{
    width: 250px;
    padding: 10px 15px;
}

.form-popup{
    display: none;
    max-width: 980px;
    padding: 0 10px;
}
.form-popup .form-title{
    padding: 10px 0 20px;
}
.form-popup .columns{
    -webkit-justify-content: space-between;
    justify-content: space-between;  
    padding: 0 20px;
}
.form-popup .columns .img-container{
    width: 40%;
}
.form-popup .columns .img-container img{
    height: auto;
    margin: 0 auto;
}
.form-popup .columns .img-container .dops-columns .item{
    width: 68px;
    height: 68px;
}
.form-popup .columns .form-body{
    width: 57%;
    padding: 0;
    border: none;
    max-width: 450px;
}
.form-container .form-body p.info{
    font-size: 16px;
    line-height: 18px;
    color: #999999;    
}
.form-popup .message-text{
    text-align: center;
    margin: 0 0 20px;
}
#success, .hide {
    display: 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: rgba(0, 0, 0, 0.3) 0px 0px 8px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 8px 0px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 8px 0px;   
    -webkit-animation: 1s forwards ease-out;
    animation: 1s forwards ease-out;      
}
.cookies-popup a:hover{
    text-decoration: underline;
}
.cookies-popup .text{
    padding: 0 40px 0 0;
}
.cookies-popup .button{
    width: 250px;
}

/********* New Verify-Phone *********/

.with-stamp .form-container {
    width: 760px;
    background-image: url(../images/verify-phone-with-stamp-bg.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.with-stamp .form-container.webp {
    background-image: url(../images/verify-phone-with-stamp-bg.webp);
}

.with-stamp .form-container.img {
    background-image: url(../images/verify-phone-with-stamp-bg.jpg);
}

.with-stamp .form-container .form-title {
    border-bottom-color: #dedede;
}

.with-stamp .form-body {
    position: relative;
}

.popup-stamp {
    position: absolute;
    content: "";
    top: -5px;
    right: 50px;
    transform: rotate(8deg);
}
.popup-stamp img{
    height: auto;
}

.with-stamp .message-text {
    text-align: left;
    padding: 0 240px 0 0;
}

.with-stamp .message-info {
    margin: 0 0 20px;
}

/********* End of New Verify-Phone *********/

@media (max-width: 1279px){
    .cookies-popup{
        width: 94%;
        left: 3%;
    }
}

@media (max-width: 1279px) and (min-width: 980px) {
    .prices p{
        margin: 0 5px !important;
    }
    
    .action-image{
        width: 58%;
    }
    .action .form-container{
        width: 40%;
    }    
}

@media (max-width: 979px) and (min-width: 768px) {
    .action-image{
        width: 48%;
    }
    .action .form-container{
        width: 50%;
    }
    
    .footer .columns{
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;        
    }    
    .footer .columns{
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;        
    }
    .footer .columns .logo, .footer .columns .info{
        width: 50%;
    }
    .footer .info{
        padding: 0 0 0 20px;
    }
    .footer .info p{
        text-align: right;
    }
    .footer .columns .phone-block{
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }   
  
}

@media (max-width: 767px){
    .text .title-container{
        margin: 20px 0;
    }
    .prices p.size{
        width: 100%;
    }    
    .form-container .columns{
        -webkit-flex-direction: column;
        flex-direction: column;          
    } 
    
    .action{
        padding: 0 0 40px;
    }
    .action .content-big-container{
        padding: 0 15px;
        background: none;
    }
    .action-columns{
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .action-image{
        width: 100%;
        padding: 10px;
        margin: 0 0 20px;
    }
    .action-image img{
        max-height: 250px;
    }    
    .action .form-container{
        width: 100%;
        margin: 0 auto;
    }
    
    .footer .columns{
        -webkit-flex-direction: column;
        flex-direction: column;        
    }
    .footer .columns > div{
        width: 100%;
        margin: 0 0 20px;
        text-align: center;
    }
    .footer .logo p{
        text-align: center;
    }    
    .form-popup .columns .img-container{
        display: none;
    }    
    .form-popup .columns .form-body{
        width: 100%;
        margin: 0 auto;
    }    
    
    .cookies-popup-inner{
        padding: 8px;
    }
    .cookies-popup .columns{
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .cookies-popup .text{
        padding: 0;
    }
    .cookies-popup .text p{
        font-size: 16px;
        line-height: 18px;
    }
    .cookies-popup .button-container{
        text-align: center;
    }
    .cookies-popup .button{
        font-size: 18px;
        line-height: 24px;  
        padding: 8px;
        margin: 0 0 8px;
    }     
    
    /********* New Verify-Phone *********/
    
    .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);
        padding: 20px 0 0;
    }
    .with-stamp .message-text, .with-stamp .message-info {
        text-align: center;
        padding: 20px 0 0;
    }
    
    /********* End of New Verify-Phone *********/      
}
@media (max-width: 767px) and (min-width: 480px) {

}

@media (max-width: 479px) {
    .prices p{
        line-height: 30px;
        margin: 0 5px !important;
    }
    .prices p.new-price{
        font-size: 30px;
    }    
    .text .title-container{
        margin: 10px 0;
    }
    .text p.block-title{
        text-transform: none;
    }
    .text p.block-subtitle{
        font-size: 19px;
        line-height: 22px;
    }
    .text p{
        margin: 0 0 10px;
    }      
    .text th, .text td{
        font-size: 14px;
        line-height: 16px;        
        padding: 5px;
    }  
    
    .form-container .form-title > p{
        padding: 0 12px;
    }
    .form-popup .columns{
        padding: 0 12px;
    }
    .custom-select .selectBox{
        padding: 9px 24px 9px 28px;
    }
    .custom-select .selectBox:before{
        left: 4px;
    }
    .custom-select .selectBox:after{
        right: 8px;
    }
    .custom-select li{
        padding: 5px 20px 5px 28px;
    }
    
    .action .form-container{
        padding: 20px 0;
    }
    .action .form-container .form-title > p{
        padding: 0 10px;
    }
    .action .form-container .form-body{
        padding: 0 10px;
    }  
   
}