.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 .form-title{
    border-bottom: 2px solid #e5e5e5;
    margin: 0 0 25px;
}
.form-container .form-title > p{
    padding: 0 20px;
}
.form-container .offer{
    font-family: inherit;
    font-size: 21px;
    line-height: 27px;
    font-weight: 600;
    color: inherit;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}
.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 p.info a:not([class]):hover{
    text-decoration: underline;
}
.form-container .columns p.total, .form-container p.total{
    font-family: inherit;
    font-size: 21px;
    line-height: 27px;
    font-weight: 600;
    color: inherit;
    padding: 0;
    text-align: left;
    margin: 12px 0;
}
.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-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{
    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 .form-body p.info{
    font-weight: 400;
}
.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, .rassrochka-checkbox{
    display: block;
    position: relative;
    cursor: pointer;
    padding: 5px 0;
    margin: 0 0 5px;
    font-family: inherit;
    font-size: inherit;
}
.rassrochka-checkbox{
    background: #c9f5df;
    padding: 4px;
}
.custom-checkbox.unavailable{
    cursor: default;
    pointer-events: none;
}
.custom-checkbox_input, .rassrochka-checkbox_input{
    position: absolute;
    top: 9px;
}
.custom-checkbox_check, .rassrochka-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, .rassrochka-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:after, .rassrochka-checkbox_input.checked + .rassrochka-checkbox_check:after{
    content: "\f00c";
    color: #ff5f5f;
    border-color: #008851;    
}
.unavailable .custom-checkbox_check:after{
    background: #dedede;
}

.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.old-price{
    color: #666666;
    text-decoration: line-through;
}
.prices p.new-price{
    font-size: 35px;
    font-weight: 600;
    color: #ff5f5f;
}

.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(.nowrap), .text li span:not(.nowrap){
    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;
}

.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-block-container{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56%;
}
.video-block-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.video-block-container video{
    display: block; 
    max-width: 100%;
    width: 100%;
    height: auto;       
}
.video-block .button-container{
    display: inline-block;
    width: 100%;
    margin: 40px 0 80px;
    text-align: center;
}
.video-block .button{
    width: 250px;
}
.video video{
    display: block;
    max-width: 100%;
    margin: 0;
}

#order-kit {
    position: relative;
    background: #e9e9e9;
}
#order-kit .columns {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 40px 0 80px;
}
#order-kit .img-container {
    position: relative;
    width: 58%;
    height: auto;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left bottom;
    /* background-image: url(../images/complect-static.png); */
    background-image: url(../images/order-kit-bg.png);
    background-size: 100% auto;
}
#order-kit .dopolnitelno {
    margin-top: 15px;
    margin-bottom: 10px;
}
#order-kit .img-container.img {
    background-image: url(../images/order-kit-bg.png);
}
#order-kit .img-container.webp {
    background-image: url(../images/order-kit-bg.webp);
}
#order-kit .img-container .item.active, #order-kit .img-container .item-stanki.active  {
    display: block;
}
/* #order-kit .img-container #stanki-gnutik {
    background-image: url('../images/stanki-kit.png');
    left: 286px;
    bottom: 0px;
    width: 221px;
    height: 230px;
    background-position: left bottom;
    z-index: 10;
}
#order-kit .img-container #stanki-gnutik.img {
    background-image: url('../images/stanki-kit.png');
}
#order-kit .img-container #stanki-gnutik.webp {
    background-image: url('../images/stanki-kit.webp');
}
#order-kit .img-container #stanki-complect {
    background-image: url('../images/common-kit.png');
    left: 0;
    bottom: 0;
    width: 678px;
    height: 496px;
    background-position: left bottom;
    z-index: 10;
}
#order-kit .img-container #stanki-complect.img {
    background-image: url('../images/common-kit.png');
}
#order-kit .img-container #stanki-complect.webp {
    background-image: url('../images/common-kit.webp');
} */

/* #order-kit .img-container #item-ulitka,
#order-kit .img-container #item-ulitka.img,
#order-kit .img-container #item-torsion,
#order-kit .img-container #item-torsion.img,
#order-kit .img-container #item-zaklep,
#order-kit .img-container #item-zaklep.img,
#order-kit .img-container #item-lekalo,
#order-kit .img-container #item-lekalo.img  {
    background-image: url('../images/stanki-kit.png');
} 
#order-kit .img-container #item-ulitka.webp,
#order-kit .img-container #item-torsion.webp,
#order-kit .img-container #item-zaklep.webp,
#order-kit .img-container #item-lekalo.webp {
    background-image: url('../images/stanki-kit.webp');
}
#order-kit .img-container #item-ulitka {
    left: 0;
    bottom: 66px;
    width: 350px;
    height: 193px;
    background-position: right top -175px;
    z-index: 10;
}
#order-kit .img-container #item-torsion {
    left: 0;
    top: 11px;
    width: 369px;
    height: 372px;
    background-position: left top;
    z-index: 10;
}
#order-kit .img-container #item-zaklep {
    left: 362px;
    bottom: -8px;
    width: 110px;
    height: 54px;
    background-position: right -26px top -62px;
    z-index: 10;
}
#order-kit .img-container #item-lekalo {
    left: 497px;
    bottom: 0px;
    width: 169px;
    height: 131px;
    background-position: right -171px top -33px;
    z-index: 10;
}
#order-kit .img-container #item-gibbon {
    left: 385px;
    top: 17px;
    width: 273px;
    height: 271px;
    background-position: 0 0;
    z-index: 10;
}
#order-kit .img-container #stanki-gibbon_econom {
    background-image: url('../images/gnutik.png');
}
#order-kit .img-container #item-gibbon_pro {
    left: 390px;
    top: 9px;
    width: 273px;
    height: 286px;
    background-position: 0 103%;
    z-index: 10;
}
*/
#order-kit .select-container {
    width: 40%;
    position: relative;
    z-index: 20;
}
#order-kit .select-container #select-kit {
    max-width: 470px;
    padding: 25px 20px;
    background: #ffffff;
}
#order-kit .select-container #select-kit .parameter {
    padding: 10px 0;
    margin: 0;
}
#order-kit .select-container #select-kit #gibbon {
    padding-bottom: 20px;
    margin: 0 0 25px;
    border-bottom: 2px solid #e5e5e5;
}
#order-kit .select-container #select-kit .parameter p {
    position: relative;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    text-align: left;
}
#order-kit .select-container #select-kit .parameter p.available {
    padding: 0 0 0 35px;
    cursor: pointer;
}
#order-kit .select-container #select-kit .parameter p .price, #order-kit .select-container #select-kit .parameter-stanki p .price  {
    font-family: inherit;
    font-weight: 600;
    color: inherit;
    white-space: nowrap;
}
#order-kit .select-container #select-kit .parameter-stanki {
    /* padding-bottom: 20px; */
    border-bottom: 2px solid #e5e5e5;
}
#order-kit .select-container #select-kit .parameter-stanki span {
    padding-bottom: 20px;
}
#order-kit .select-container #select-kit .parameter .gibbon-models {
    margin: 10px 0 0;
}
#order-kit .select-container #select-kit .parameter-stanki .stanki-models {
    margin: 10px 0 20px;
}

#order-kit .select-container #select-kit .parameter .gibbon-models, #order-kit .select-container #select-kit .parameter-stanki .stanki-models {
    text-align: left;
}
#order-kit .select-container #select-kit .parameter .gibbon-models span, #order-kit .select-container #select-kit .parameter-stanki .stanki-models span{
    position: relative;
    display: inline-block;
    width: auto;
    font-family: inherit;
    font-size: inherit;
    line-height: 24px;
    color: inherit;
    padding: 0 0 0 35px;
    margin: 0 20px 0 0;
    white-space: nowrap;
    cursor: pointer;
}
#order-kit .select-container #select-kit .parameter .gibbon-models span.hidden, #order-kit .select-container #select-kit .parameter-stanki .stanki-models span.hidden{
    display: none;
}
#order-kit .select-container #select-kit .parameter .gibbon-models span:last-child, #order-kit .select-container #select-kit .parameter-stanki .stanki-models span:last-child{
    margin: 0;
}
#order-kit .select-container #select-kit .parameter .gibbon-models span:before, #order-kit .select-container #select-kit .parameter-stanki .stanki-models span:before, #order-kit .select-container #select-kit .parameter p.available:before{
    content: '';
    position: absolute;
    left: 0;
    top: 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;
}
#order-kit .select-container #select-kit #gibbon{
    display: flex;
    padding-top: 20px;
    padding-bottom: 10px;
}
#order-kit .select-container #select-kit .parameter .gibbon-models span:before{
    top: -28px;
}
#order-kit .select-container #select-kit .parameter .gibbon-models span.selected:before, #order-kit .select-container #select-kit .parameter-stanki .stanki-models span.selected:before, #order-kit .select-container #select-kit .parameter p.available.selected:before{
    content: "\f00c";
    color: #ff5f5f;
    border-color: #008851;
}
#order-kit .price-old{
    color: #696969;
    text-decoration-line: line-through;
    -webkit-text-decoration-line: line-through;
    text-decoration: line-through;
    text-decoration-color: #696969;
    -webkit-text-decoration-color: #696969;
    font-size: 17px;
    margin-left: 15px;
}
#order-kit #total-price {
    display: inline-block;
    width: 100%;
    font-family: inherit;
    font-size: 21px;
    line-height: 26px;
    font-weight: 600;
    color: #ff5f5f;
    text-align: left;
    text-transform: uppercase;
    padding: 0;
    margin: 15px 0 25px;
}
#order-kit .button-container {
    display: inline-block;
    width: 100%;
    margin: 0 0 20px;
}
#order-kit .button-container .button {
    width: 250px;
}
#order-kit .unavailable, #order-kit .unavailable .price-old {
    color: #c0c0c0;
}
#order-kit .unavailable {
    pointer-events: none;
    cursor: default;
}
#order-kit .select-container #select-kit .parameter.unavailable p.available:before {
    background: #dedede;
}
#quick-order .custom-checkbox_input.hidden {
    display: none;
}

#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;
}

.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 .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;
}
#quick-order{
    max-width: 600px;
}
#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: 800px;
    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: -10px;
    right: 50px;
    transform: rotate(8deg);
}
.popup-stamp img{
    height: auto;
}
.with-stamp .message-text {
    text-align: left;
}

.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){
    #order-kit .img-container {
        width: 58%;
    }
    #order-kit .select-container {
        width: 40%;
    }    
    #order-kit .select-container #select-kit{
        padding: 25px 15px;
    }    
}

@media (max-width: 979px) {
    #order-kit .img-container {
        display: none;
        background-image: none !important;
    }
    #order-kit .img-container .item {
        background-image: none !important;
    }
    #order-kit .select-container {
        width: 100%;
    }
    #order-kit .select-container #select-kit {
        margin: 0 auto;
    }
}

/********* 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 {
        text-align: center;
    }

}

/********* End of New Verify-Phone *********/

@media (max-width: 979px) and (min-width: 768px) {
    .content-container, .content-big-container {
        max-width: 750px;
    }
    
    #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){
    .content-big-container {
        width: 100%;
        padding: 0 15px;
    }
    .text .title-container{
        margin: 20px 0;
    }
    .form-container .columns{
        -webkit-flex-direction: column;
        flex-direction: column;          
    }
    
    #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;
    }    
}

@media (max-width: 479px) {
    .prices p{
        line-height: 30px;
    }
    .prices p.new-price{
        font-size: 28px;
    }   
    #characteristics .prices p.old-price {
        font-size: 15px;
    } 
    .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;
    }
    
    #order-kit .columns {
        padding: 20px 0 40px;
    }
    #order-kit .select-container #select-kit {
        padding: 15px;
    }
    #order-kit .select-container #select-kit .parameter .gibbon-models span {
        padding: 0 0 0 35px;
        margin: 0 10px 0 0;
    }
    #order-kit .select-container #select-kit .parameter-stanki .stanki-models span {
        padding: 0 0 20px 35px;
    }
    #order-kit .select-container #select-kit .parameter-stanki .stanki-models {
        margin-bottom: 0;
    }
    #order-kit .select-container #select-kit .parameter .gibbon-models span::before {
        top: -26px;
    }
    #order-kit .select-container #select-kit .parameter p {
        line-height: 24px;
    }    
    
    .form-popup .columns, .form-container .form-body{
        padding: 0 12px;
    }
    
    /********* New Verify-Phone *********/

    .popup-stamp {
        top: -50px;
        right: 30px;
    }

    /********* End of New Verify-Phone *********/    
}