/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 04.11.2019, 13:15:21
    Author     : SL
*/
h2,
h1 {
    font-weight: 900;
    font-size: 50px;
    line-height: 59px;
    margin-top: 0;
}
header.site-header {
    padding-top: 19px;
    padding-bottom: 20px;
}
header .header_phone {
    border-left: 1px solid #EBEBEB;
    padding-left: 40px;
    padding-top: 10px;
}
header .on-map {
    padding-top: 11px;
    padding-right: 18px;
}
header .on-map:before {
    top: 8px;
}
header .header_soc {
    border-right: 1px solid #EBEBEB;
    padding-right: 40px;
    padding-top: 11px;
    padding-left: 28px;
}
header .soc-widget p:nth-child(2) {
    margin-bottom: 0;
}
/*кнопка*/
.fon-btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    border: 1px solid;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 13px 19px;
    position: relative;
    z-index: 10;
    display: inline-block;
}
.fon-btn:hover {
    color: inherit;
    text-decoration: none;
}
.green-btn {
    color: #9EC03B;
    border-color: #9EC03B;
}
.lgth-green-fon {
    display: inline-block;
    position: relative;
}
.lgth-green-fon:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    right: -6px;
    bottom: -7px;
    left: 6px;
    border-radius: 3px;
    background-color: #F7FBED;
}
/*end кнопка*/
.soc-widget p {
    margin-bottom: 8px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
}
.soc-widget a {
    width: 27px;
    height: 27px;
    text-indent: -99999px;
    margin-right: 8px;
    display: inline-block;
    overflow: hidden;
}
/*.soc-widget a.vk {
    background: url('../img/main-icon.png') no-repeat;
    background-position: 0px -105px;
}
.soc-widget a.instangram {
    background: url('../img/main-icon.png') no-repeat;
    background-position: 0px -78px;
}
.soc-widget a.wotsapp {
    background: url('../img/main-icon.png') no-repeat;
    background-position: 0px -51px;
}
.soc-widget a.telegram {
    background: url(img/main-icon-telegram.png);
    background-position: -0.5px 0;
    opacity: 0.8;
}*/
.soc-widget a.vk {
    background: url('../img/icon-VK.svg') no-repeat;
    background-size: contain;
}
.soc-widget a.instangram {
    background: url('../img/icon-Instagram.svg') no-repeat;
    background-size: contain;
}
.soc-widget a.wotsapp {
    background: url('../img/icon-WhatsApp.svg') no-repeat;
    background-size: contain;
}
.soc-widget a.telegram {
    background: url('../img/icon-Telegram.svg') no-repeat;
    background-size: contain;
}
.soc-widget a.max {
    background: url('../img/icon-MAX.svg') no-repeat;
    background-size: contain;
    border-radius: 100px;
}
.on-map {
    padding-left: 35px;
    position: relative;
}
.on-map:before {
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
    overflow: hidden;
    background: url('../img/main-icon.png') no-repeat;
    background-position: 0px -132px;
}
.on-map p {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 5px;
}
.on-map a {
    color: #F04F23;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    border-bottom: 1px dashed;
}
.tel-widget {
    display: block;
    padding-left: 43px;
    position: relative;
}
.tel-widget:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background: url('../img/main-icon.png') no-repeat;
    background-position: 0px -156px;
}
.tel-widget p {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.05em;
    color: #898989;
}
.tel-widget a {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.05em;
    color: #000000;
}
.tel-widget a span {
    font-weight: 600;
}
/*menu*/
.nav-bar {
    background: #F4F7F9;
    padding: 0;
}
.main-navigation .menu-menu-main-container {
    width: 100%;
}
.main-navigation .menu-menu-main-container > ul {
    justify-content: space-between;
    width: 100%;
    display: flex;
    padding-bottom: 0;
}
.main-navigation .menu-menu-main-container > ul > li {
    position: relative;
}
.main-navigation .menu-menu-main-container > ul > li > ul {
    /*box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);*/
    float: left;
    position: absolute;
    top: 100%;
    z-index: 99999;
    display: none;
}
.main-navigation .menu-menu-main-container > ul > li > ul a {
    /*width: 200px;*/
}
.main-navigation .menu-menu-main-container > ul > li > ul > li:hover ul {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    background: #F8F9FA;
    z-index: 999;
    /*height: 100%;*/
    font-weight: bold;
    padding: 20px 30px 20px;
    box-shadow: 3px 3px 10px #0000001f;
}
.main-navigation .menu-menu-main-container > ul > li > ul > li > ul > li > a {
    /*font-weight: bold;*/
    /*font-size: 24px !important;*/
    line-height: 1 !important;
    text-align: center;
    color: black !important;
    text-decoration: none !important;
    border-bottom: none !important;
}
.main-navigation .menu-menu-main-container > ul > li > ul > li > ul > li:hover > a{
    color: #9EC03B !important;
    border-bottom: 1px dashed !important;
}
.main-navigation .menu-menu-main-container > ul > li > ul > li > ul > li > a div {
    margin-top: 15px;
}
.main-navigation .menu-menu-main-container > ul > li > ul > li ul {
    display: none;
}
.main-navigation .menu-menu-main-container > ul > li:hover {
    left: auto;
}
.main-navigation .menu-menu-main-container > ul > li:hover > ul {
    display: block;
    background: #EFF2F5;
    border-radius: 0px 0px 0px 5px;
    padding: 18px 0px 18px 40px;
    left: -40px;
    display: flex;
    flex-wrap: wrap;
}
.main-navigation .menu-menu-main-container > ul > li:hover > ul.sub-menu li:hover a {
    color: #9EC03B;
    border-bottom: 1px dashed;
}
.main-navigation .menu-menu-main-container > ul > li:hover > ul.sub-menu a {
    font-size: 14px;
    line-height: 1;
    padding: 0;
    display: inline-block;
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation ul .sub-menu li {
    width: 200px;
    line-height: 45px;
}
.main-navigation li {
    float: left;
    /*position: relative;*/
}
.main-navigation a {
    display: block;
    text-decoration: none;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #000000;
    padding: 25px 0;
}
.main-navigation ul#primary-menu > li:nth-child(3) > a:after {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    float: right;
    margin-left: 18px;
    background: url('../img/menu-arrow.png') no-repeat;
    margin-top: 6px;
}
.main-navigation span.btn-menu {
    display: inline-flex;
    width: 18px;
    height: 18px;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    margin-right: 18px;
    position: relative;
    margin-top: 2px;
    float: left;
}
.main-navigation span.btn-menu span {
    width: 100%;
    background: #A0A0A0;
    display: inline-block;
    line-height: 0;
    box-sizing: border-box;
    padding: 0;
    border: inherit;
    margin: 0;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 3px;
    padding: 1.5px;
}
.main-navigation ul#primary-menu > li:hover > a {
    color: #F04F23;
}
.main-navigation ul#primary-menu > li:nth-child(3):hover > a span.btn-menu span {
    background-color: #F04F23;
}
.main-navigation ul#primary-menu > li:nth-child(3):hover > a:after {
    transform: matrix(1, 0, 0, -1, 0, 0);
}
/*end menu*/
.bg-slide {
    background-image: url('../img/slide.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 180px;
    padding-bottom: 210px;
    background-size: cover;
}
.row-actions .action-block {
    padding-top: 21px;
    padding-left: 35px;
    color: white;
    position: relative;
}
.row-actions .action-block:before {
    content: '';
    display: block;
    position: absolute;
    width: 66px;
    height: 75px;
    border-left: 7px;
    border-top: 7px;
    border-right: 0;
    border-bottom: 0;
    border-style: solid;
    border-color: #B6CF6C;
    left: 0;
    top: 0;
}
.row-actions .action-block p {
    font-size: 18px;
    line-height: 26px;
    max-width: 528px;
}
.row-actions .action-block h2 {
    font-weight: 400;
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: 20px;
}
.row-actions .action-block .link-action {
    margin-top: 70px;
}
.row-actions .action-block .link-action a {
    float: left;
}
.row-actions .action-block .link-action .more-action {
    color: white;
    background-color: #F04F23;
    box-sizing: border-box;
    border-radius: 3px;
    margin-right: 90px;
    border: 1px solid #F04F23;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 38px;
}
.row-actions .action-block .link-action .more-action:after {
    content: '';
    display: block;
    width: 29px;
    height: 12px;
    margin-left: 30px;
    overflow: hidden;
    background: url('../img/main-icon.png') no-repeat;
    background-position: 0px -39px;
}
.row-actions .action-block .link-action .videolink {
    color: white;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    margin-top: 10px;
}
.row-actions .action-block .link-action .videolink:hover {
    text-decoration: none;
    color: #F04F23;
}
.row-actions .action-block .link-action .videolink span {
    border-bottom: 1px dashed;
    margin-left: 5px;
}
.row-actions .action-block .link-action .videolink:after {
    display: block;
    content: "";
    width: 57px;
    height: 57px;
    position: absolute;
    background: #F3F3F3;
    opacity: 0.2;
    border-radius: 50px;
    left: -9.5px;
}
.row-actions .action-block .link-action .videolink:before {
    content: '';
    display: block;
    width: 39px;
    height: 39px;
    margin-right: 11px;
    float: left;
    overflow: hidden;
    background: url('../img/main-icon.png') no-repeat;
    background-position: 0px 0px;
}
/*footer*/
.site-footer {
    background-color: #F4F7F9;
    border-top: 2px solid #ECEFF2;
    padding-top: 30px;
    padding-bottom: 30px;
}
.site-footer .colback {
    padding-left: 43px;
    margin-top: 20px;
}
.site-footer .copyright p {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    margin-top: 23px;
    color: #798085;
}
.site-footer .last-foot {
    padding-left: 37px;
}
.site-footer .foot-center {
    padding-left: 62px;
}
.site-footer .foot-center:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background: #DFE2E4;
    left: 15px;
    top: 0;
}
.site-footer .foot-center .on-map {
    float: left;
    margin-right: 78px;
    margin-top: 7px;
}
.site-footer .foot-center .menu {
    display: flex;
    justify-content: space-between;
    padding: 0;
}
.site-footer .foot-center .menu a {
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #000000;
}
/*end footer*/
/*direction_produktion*/
.directions-production {
    background-image: url('../img/direction_produktion.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 85px;
    padding-bottom: 100px;
}
.directions-production .form-raschet {
    position: absolute;
    z-index: 999;
    bottom: -250px;
    left: 0;
}
.directions-production h2 {
    max-width: 659px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 85px;
}
.category-item {
    display: flex;
    margin-bottom: 40px;
}
.category-item a {
    display: flex;
    position: relative;
    width: 100%;
    box-shadow: 0px 10px 20px rgba(26, 27, 38, 0.2);
    border-radius: 5px;
    box-sizing: border-box;
    overflow: hidden;
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
    color: #FFFFFF;
}
.category-item .grd-block {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.79) 100%);
    border-radius: 0px 0px 5px 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.category-item .grd-block .cat-arrow {
    display: flex;
    width: 47px;
    height: 41px;
    background: #F04F23;
    box-shadow: 0px 4px 20px rgba(240, 79, 35, 0.5);
    border-radius: 50px;
    margin-bottom: 18px;
    justify-content: center;
    align-items: center;
}
.category-item .grd-block .cat-arrow:before {
    content: '';
    display: block;
    width: 10px;
    height: 19px;
    overflow: hidden;
    background: url('../img/main-icon.png') no-repeat;
    background-position: -29px -39px;
}
/*end direction_produktion*/
/*why_we*/
.why_we {
    background: #F5F8EF;
    position: relative;
    padding-top: 180px;
    text-align: center;
    overflow-x: hidden;
}
.why_we:before {
    content: '';
    display: block;
    position: absolute;
    width: 617px;
    height: 617px;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(250, 253, 241, 0) 74.66%, #FAFDF1 97.75%), url('../img/topleft.png');
    mix-blend-mode: darken;
}
@media (max-width: 1600px) {
    .why_we:before {
        left: -15%;
    }
}
.why_we:after {
    content: '';
    display: block;
    position: absolute;
    width: 538px;
    height: 537px;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(250, 253, 241, 0) 74.66%, #FAFDF1 97.75%), url('../img/bottomrigth.png');
    mix-blend-mode: darken;
}
@media (max-width: 1600px) {
    .why_we:after {
        right: -15%;
    }
}
.why_we .why-count {
    max-width: 820px;
    margin: 0 auto;
    position: relative;
    font-weight: 900;
    font-size: 207.627px;
    line-height: 209px;
    top: 0;
    color: #F0F4E8;
}
.why_we .why-count span {
    display: flex;
    position: absolute;
    font-weight: 900;
    font-size: 133.051px;
    line-height: 151px;
    padding-top: 28px;
    color: #A8C948;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    display: inline-block;
}
.why_we .happi-client {
    font-weight: 300;
    font-size: 26px;
    line-height: 36px;
    margin-top: -30px;
}
.why_we .why-more {
    font-weight: 900;
    font-size: 40px;
    line-height: 47px;
    display: inline-block;
    margin-top: 47px;
}
.why_we .why_we_blocks {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    justify-content: space-between;
}
.why_we .why_we_blocks .why_we_item {
    width: 191px;
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 70px;
}
.why_we .why_we_blocks .why_we_item:nth-child(1):before {
    overflow: hidden;
    background: url('../img/woking-icon.png');
    background-position: 0px 0px;
}
.why_we .why_we_blocks .why_we_item:nth-child(2):before {
    overflow: hidden;
    background: url('../img/woking-icon.png');
    background-position: 0px -516px;
}
.why_we .why_we_blocks .why_we_item:nth-child(3):before {
    overflow: hidden;
    background: url('../img/woking-icon.png');
    background-position: 0px -64px;
}
.why_we .why_we_blocks .why_we_item:nth-child(4):before {
    overflow: hidden;
    background: url('../img/woking-icon.png');
    background-position: 0px -128px;
}
.why_we .why_we_blocks .why_we_item:nth-child(5):before {
    overflow: hidden;
    background: url('../img/woking-icon.png');
    background-position: 0px -192px;
}
.why_we .why_we_blocks .why_we_item:nth-child(6):before {
    overflow: hidden;
    background: url('../img/woking-icon.png');
    background-position: 0px -256px;
}
.why_we .why_we_blocks .why_we_item:nth-child(7):before {
    overflow: hidden;
    background: url('../img/woking-icon.png');
    background-position: 0px -580px;
}
.why_we .why_we_blocks .why_we_item:nth-child(8):before {
    overflow: hidden;
    background: url('../img/woking-icon.png');
    background-position: 0px -321px;
}
.why_we .why_we_blocks .why_we_item:nth-child(9):before {
    overflow: hidden;
    background: url('../img/woking-icon.png');
    background-position: 0px -386px;
}
.why_we .why_we_blocks .why_we_item:nth-child(10):before {
    overflow: hidden;
    background: url('../img/woking-icon.png');
    background-position: 0px -451px;
}
.why_we .why_we_blocks .why_we_item:before {
    content: '';
    display: block;
    width: 65px;
    height: 64px;
    margin: 0 auto;
    margin-bottom: 10px;
}
/*end why_we*/
/*popular-model*/
.popular-model {
    background-image: url('../img/popular-model.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 90px;
    padding-bottom: 135px;
    position: relative;
}
.popular-model .form-raschet {
    position: absolute;
    left: 0;
    bottom: -230px;
}
.popular-model h2 {
    text-align: center;
    margin-bottom: 70px;
}
.popular-model .category-item a {
    box-shadow: none;
}
.popular-model .grd-block {
    padding-top: 38px;
    padding-left: 24px;
}
.popular-model .grd-block h4 {
    font-size: 26px;
}
.popular-model .grd-block .price {
    font-size: 16px;
    line-height: 19px;
    font-weight: normal;
}
/*end popular-model*/
/*how-work*/
.how-work {
    text-align: center;
    padding-top: 170px;
    padding-bottom: 80px;
}
.how-work h2 {
    margin-bottom: 45px;
}
.how-work .how-work-blocks {
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
    justify-content: space-between;
}
.how-work .how-work-blocks .how-work-item {
    width: 246px;
    box-sizing: border-box;
    position: relative;
    background: #F5F8EF;
    border-radius: 3px;
    margin-bottom: 28px;
    font-weight: 500;
    font-size: 16px;
    padding: 15px;
    line-height: 19px;
}
.how-work .how-work-blocks .how-work-item span {
    display: flex;
    position: absolute;
    width: 34px;
    height: 34px;
    font-size: 16px;
    line-height: 19px;
    color: white;
    font-weight: bold;
    background: #F04F23;
    box-shadow: 0px 4px 20px rgba(240, 79, 35, 0.2);
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    top: 11px;
}
.how-work .how-work-blocks .how-work-item:last-child span {
    background: #9EC03B;
    box-shadow: 0px 4px 20px rgba(168, 200, 72, 0.4);
    border-radius: 50px;
}
.how-work .how-work-blocks .how-work-item:before {
    content: '';
    display: block;
    width: 62px;
    height: 62px;
    margin: 0 auto 15px;
}
.how-work .how-work-blocks .how-work-item:nth-child(1):before {
    overflow: hidden;
    background: url('../img/woking-icon.png');
    background-position: 0px -645px;
}
.how-work .how-work-blocks .how-work-item:nth-child(2):before {
    overflow: hidden;
    background: url('../img/woking-icon.png');
    background-position: 0px -1072px;
}
.how-work .how-work-blocks .how-work-item:nth-child(3):before {
    overflow: hidden;
    background: url('../img/woking-icon.png');
    background-position: 0px -1011px;
}
.how-work .how-work-blocks .how-work-item:nth-child(4):before {
    overflow: hidden;
    background: url('../img/woking-icon.png');
    background-position: 0px -950px;
}
.how-work .how-work-blocks .how-work-item:nth-child(5):before {
    overflow: hidden;
    background: url('../img/woking-icon.png');
    background-position: 0px -889px;
}
.how-work .how-work-blocks .how-work-item:nth-child(6):before {
    overflow: hidden;
    background: url('../img/woking-icon.png');
    background-position: 0px -828px;
}
.how-work .how-work-blocks .how-work-item:nth-child(7):before {
    overflow: hidden;
    background: url('../img/woking-icon.png');
    background-position: 0px -767px;
}
.how-work .how-work-blocks .how-work-item:nth-child(8):before {
    overflow: hidden;
    background: url('../img/woking-icon.png');
    background-position: 0px -706px;
}
/*end how-work*/
/*form-raschet*/
.form-raschet {
    display: block;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.form-raschet:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 0;
    left: 0;
    bottom: -8px;
    background: #E4E7DE;
    box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.07);
    border-radius: 15px;
    z-index: 0;
}
.form-raschet .wpcf7 {
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 5px;
    /* z-index: 0; */
    position: relative;
    padding: 30px;
    padding-bottom: 15px;
}
.form-raschet .body-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form-raschet .body-form .name {
    max-width: 289px;
    margin-right: 5px;
}
.form-raschet .body-form .tel {
    max-width: 289px;
    margin-right: 5px;
}
.form-raschet .title-form {
    font-weight: 900;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
}
.form-raschet .title-form span {
    color: #F04F23;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    background: #FBFBFB;
    border: 1px solid #E6E9EB;
    box-sizing: border-box;
    border-radius: 3px;
    margin-bottom: 15px;
    padding: 15px;
    font-family: 'Roboto', sans-serif;
    width: 100%;
}
input::placeholder,
textarea::placeholder {
    font-size: 16px;
    line-height: 19px;
    color: #AEAEAE;
    box-sizing: border-box;
    display: inline-block;
}
input#file-bth {
    display: none;
}
input.file-bth {
    display: none;
}
.stik-file label {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */
    text-align: center;
    color: #AEAEAE;
    border: 1px solid #D0D3D6;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 17px 45px;
    cursor: pointer;
}
.ligth-red-btn {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    height: fit-content;
}
.ligth-red-btn:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 9px;
    right: -9px;
    bottom: -9px;
    left: 9px;
    background: rgba(240, 79, 35, 0.07);
    border-radius: 3px;
    box-sizing: border-box;
}
.ligth-red-btn .red-btn {
    background: inherit;
    border: 1px solid #F04F23;
    box-sizing: border-box;
    border-radius: 3px;
    color: #F04F23;
    text-transform: inherit;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
    display: inline-block;
    width: initial;
    padding: 17px 28px;
    position: relative;
}
.ligth-red-btn span.ajax-loader {
    position: absolute;
    top: 0;
    right: -19px;
}
/*end form-raschet*/
/*reviews*/
.reviews-wrap {
    padding: 70px 0;
    overflow-x: hidden;
    background-image: url('../img/rewiev.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.reviews-wrap h2 {
    text-align: center;
    margin-bottom: 70px;
}
.rew-container {
    max-width: 847px;
    margin: 0 auto;
    margin-bottom: 50px;
    position: relative;
}
.rew-container .hed {
    display: flex;
    margin-bottom: 40px;
}
.rew-container .name {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    margin-right: 30px;
}
.rew-container .date-rew {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #8C989D;
    padding-top: 3px;
}
.rew-container .slick-arrow {
    width: 47px;
    height: 41px;
    background: #F04F23;
    border-radius: 50px;
    /* transform: matrix(-1, 0, 0, 1, 0, 0); */
    text-indent: -9999px;
    display: flex;
    margin-bottom: 18px;
    justify-content: center;
    align-items: center;
    padding: 0;
    color: #F04F23;
    overflow: hidden;
    outline: none;
    top: -8px;
    position: absolute;
    z-index: 9999;
}
.rew-container .slick-arrow:before {
    content: '';
    display: block;
    width: 10px;
    height: 19px;
    overflow: hidden;
    background-image: url('../img/main-icon.png');
    background-position: -29px -39px;
}
.rew-container .rew-body {
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
}
.rew-container .rew-num {
    position: absolute;
    right: 90px;
    font-size: 18px;
    line-height: 21px;
    top: 2px;
    color: #8C989D;
}
.rew-container .rew-num span {
    color: #000;
    font-weight: 900;
}
.rew-container .slick-prev.slick-arrow {
    transform: matrix(-1, 0, 0, 1, 0, 0);
    right: 148px;
}
.rew-container .slick-next.slick-arrow {
    right: 0;
}
.rew-container .slick-arrow.slick-disabled {
    background: #DCE3E7;
    color: #DCE3E7;
}
.rew-container .rew-item {
    display: none;
}
.rew-container .slick-initialized .rew-item.slick-slide {
    display: block;
    outline: none;
}
/*end reviews*/
/*galery*/
.r_slide {
    max-width: 1400px;
    margin: 0 auto;
}
.r_slide .slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.r_slide .slide > div {
    margin: 15px;
    box-shadow: 0px 10px 20px rgba(26, 27, 38, 0.2);
    border-radius: 5px;
    overflow: hidden;
}
/*end galery*/
/*gay-btn*/
.gray-btn-ligth {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
}
.gray-btn-ligth:before {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    right: -8px;
    bottom: -8px;
    left: 8px;
    background: #F8F8F8;
    border-radius: 3px;
}
.gray-btn-ligth .gray-btn {
    color: #000;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 15px 35px;
    display: inline-block;
    position: relative;
}
/*end gray-btn*/
/*news*/
.news {
    padding: 45px 0 60px;
}
.news h2 {
    text-align: center;
    margin-bottom: 60px;
}
.news .gray-btn-ligth {
    margin-top: 50px;
}
.news article a {
    color: #000;
    font-weight: 300;
    font-size: 15px;
    line-height: 19px;
}
.news article h4 {
    font-weight: bold;
    font-size: 17px;
    line-height: 21px;
    margin: 20px 0;
}
/*end news*/
/*offer*/
.offer {
    padding: 120px 0 60px;
 /*  background-image: url('../img/logo_offer.jpg');*/
    background-repeat: no-repeat;
    background-position: top center;
}
.offer h1 {
    max-width: 770px;
    margin: 0 auto 70px;
    text-align: center;
}
.offer article {
    max-width: 925px;
    margin: 0 auto;
}
.offer p {
    font-size: 16px;
    line-height: 19px;
}
/*end offer*/
/**/
#breadcrumbs {
    padding: 30px 0;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #9E9E9E;
}
#breadcrumbs a {
    color: black;
}
i.brm-arrov {
    display: inline-block;
    margin: 0 10px;
}
i.brm-arrov:before {
    content: '';
    display: inline-block;
    float: left;
    width: 11px;
    height: 8px;
    background: url('../img/arrow-black.png') no-repeat;
    position: relative;
}
/*end*/
.category-mebel h1 {
    font-size: 46px;
}
.category-mebel main {
    padding-bottom: 100px;
}
.top-slid {
    background-repeat: no-repeat;
    background-position: top center;
    color: white;
    padding-top: 70px;
    background-size: cover;
}
.top-slid .title_block_cat {
    max-width: 615px;
    margin: 0 auto;
    text-align: center;
}
.link_block {
    box-sizing: border-box;
    text-align: center;
    margin-top: 67px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}
.link_block .green-batton {
    margin-right: 70px;
}
.green-batton {
    background: #9EC03B;
    border-radius: 3px;
    color: white;
    padding: 22px 36px;
}
.green-batton:hover {
    color: #F04F23;
}
.videolink {
    color: white;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    box-sizing: border-box;
}
.videolink:hover {
    text-decoration: none;
    color: #F04F23;
}
.videolink span {
    border-bottom: 1px dashed;
    margin-left: 5px;
}
.videolink:after {
    display: block;
    content: "";
    width: 57px;
    height: 57px;
    position: absolute;
    background: #F3F3F3;
    opacity: 0.2;
    border-radius: 50px;
    left: -9.5px;
}
.videolink:before {
    content: '';
    display: block;
    width: 39px;
    height: 39px;
    margin-right: 11px;
    float: left;
    overflow: hidden;
    background: url(../img/main-icon.png) no-repeat;
    background-position: 0px 0px;
}
.happpy {
    display: flex;
    justify-content: center;
    margin-top: 94px;
    margin-bottom: 50px;
}
.happpy p {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0 20px 20px 20px;
    font-size: 14px;
    line-height: 16px;
    border: 1px dashed rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    border-radius: 3px;
    padding: 19px 35px;
}
.happpy p span {
    font-weight: 500;
    font-size: 55px;
    line-height: 64px;
}
.cat-posts {
    background-image: url('../img/catimg.png');
    background-repeat: no-repeat;
    background-position: top center;
}
.cat-posts .sub-title {
    margin-top: 50px;
    margin-bottom: 50px;
}
.cat-posts .sub-title h2 {
    max-width: 659px;
    text-align: center;
    margin: 0 auto 30px;
}
.cat-posts .sub-title h2 span {
    color: #F04F23;
}
.cat-posts .sub-title p {
    font-size: 18px;
    line-height: 26px;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.cat-posts article.preview-post {
    margin-bottom: 70px;
}
.cat-posts article.preview-post img {
    box-shadow: 0px 10px 20px rgba(26, 27, 38, 0.2);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
}
.cat-posts article.preview-post .post-title {
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
    color: black;
    margin-bottom: 15px;
    display: inline-block;
}
.cat-posts article.preview-post .post-title i.rub {
    font-style: normal;
    /* margin-left: 5px; */
}
.cat-posts article.preview-post .post-title i.rub:after {
    content: '\20BD';
}
.cat-posts article.preview-post .specification {
    margin-bottom: 30px;
}
.cat-posts article.preview-post .specification p {
    margin-bottom: 3px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}
.cat-posts article.preview-post .specification p span {
    font-weight: 300;
}
.archive .reviews-wrap {
    padding-bottom: 180px;
}
.archive .how-work {
    padding-top: 80px;
}
.archive .offer h3 {
    font-weight: 900;
    font-size: 50px;
    line-height: 59px;
    text-align: center;
    max-width: 751px;
    margin: 0 auto 70px;
}
.have_done .ligth-red-btn {
    margin-top: 30px;
}
.have_done .gal {
    margin-bottom: 25px;
}
.have_done .gal img {
    border-radius: 5px;
    overflow: hidden;
}
.have_done h2 {
    margin-top: 120px;
    margin-bottom: 55px;
    text-align: center;
}
.have_done .form-raschet .wpcf7 {
    background-position: top left;
    background-image: url(../img/bg_form.png);
    background-color: #fff;
    background-repeat: no-repeat;
    margin-top: -60px;
}
.have_done .form-raschet .wpcf7 .stik-file {
    display: inline-block;
    float: left;
}
.have_done .form-raschet .wpcf7 .send.ligth-red-btn {
    display: inline-block;
    float: right;
    margin-top: 0;
    margin-right: 8px;
}
.have_done .form-raschet .wpcf7 textarea {
    height: 96px;
}
.have_done .form-raschet .wpcf7 .title-form {
    text-align: left;
    font-weight: 900;
    font-size: 40px;
    line-height: 47px;
}
.have_done .form-raschet .wpcf7 .title-form .smoll-text {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    max-width: 390px;
}
.galery-post {
    display: none;
}
.galery-post.slick-initialized {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}
.galery-post .slick-arrow {
    width: 36px;
    height: 36px;
    background: url('../img/slik-arrow.png') no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    top: 41%;
    z-index: 999;
    outline: none;
}
.galery-post .slick-prev {
    left: 0px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}
.galery-post .slick-next {
    right: 0px;
}
.bloch_mebel_container {
    padding-bottom: 70px;
}
.bloch_mebel_container .post-thumbnail img {
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
}
.bloch_mebel_container .offer-single {
    background: #F4F7F9;
    padding: 40px 60px 15px;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    flex-direction: column;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    /* margin-bottom: 30px; */
}
.bloch_mebel_container .offer-single h1 {
    font-size: 34px;
    line-height: 42px;
}
.bloch_mebel_container .offer-single .ligth-red-btn {
    width: fit-content;
    width: -moz-fit-content;
}
.bloch_mebel_container .offer-single .prise {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
}
.bloch_mebel_container .offer-single .prise span.old_price {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */
    text-decoration-line: line-through;
    margin-left: 35px;
    margin-right: 5px;
}
.bloch_mebel_container .offer-single .prise span.sali {
    font-size: 13px;
    line-height: 12px;
    background: #F17654;
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
    margin-left: 10px;
}
.bloch_mebel_container .offer-single .prise span.new_price {
    font-weight: 300;
    font-size: 36px;
    line-height: 42px;
    clear: both;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}
.bloch_mebel_container .offer-single .prise i.rub {
    font-style: normal;
    margin-left: 5px;
}
.bloch_mebel_container .offer-single .prise i.rub:after {
    content: '\20BD';
}
.bloch_mebel_container .specification {
    margin-top: 30px;
}
.bloch_mebel_container .specification p {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}
.bloch_mebel_container .specification span {
    font-weight: 300;
}
.bloch_mebel_container .specification .title_specification {
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 30px;
}
.bloch_mebel_container .discription {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    padding-left: 100px;
    border-left: 1px solid #DDDDDD;
    margin-top: 30px;
}
.bloch_mebel_container .discription p.title_discription {
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 30px;
}
/*seach form*/
.seach-form {
    padding: 23px 0;
}
.seach-form #searchform {
    display: flex;
    max-width: 250px;
    float: right;
}
.seach-form input[type="text"] {
    background: inherit;
    border: inherit;
    padding: 0;
    color: #C7C7C7;
    outline: none;
    margin-bottom: 0;
}
.seach-form input[type="text"]::placeholder {
    color: #C7C7C7;
}
.seach-form #searchsubmit {
    width: 17px;
    height: 17px;
    box-sizing: border-box;
    display: block;
    padding: 0;
    text-indent: -9999px;
    border-radius: inherit;
    background: url('../img/main-icon.png') no-repeat;
    background-position: 0px -204px;
}
/*end seach form*/
/*colback*/
.coll-back-form {
    display: block;
    width: 100%;
    max-width: 780px !important;
}
.coll-back-form .smoll-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    max-width: 500px;
}
.coll-back-form .info-form {
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    margin-top: 40px;
    margin-bottom: 25px;
    max-width: 435px;
    padding-left: 35px;
    padding-top: 5px;
    display: inline-block;
    float: left;
    position: relative;
    margin-top: 19px;
    margin-left: 50px;
}
.coll-back-form .info-form:before {
    content: '';
    width: 23px;
    height: 24px;
    background: url(../img/main-icon.png) no-repeat;
    background-position: 0px -180px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.coll-back-form .fancybox-close-small {
    top: 38px !important;
    right: 25px !important;
}
.coll-back-form .title-form {
    font-weight: 900;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 27px;
}
.coll-back-form .title-form span {
    color: #F04F23;
}
.coll-back-form .body-form {
    display: block;
    width: 100%;
}
.coll-back-form .left-form {
    width: 40%;
    float: left;
    display: block;
    box-sizing: border-box;
}
.coll-back-form .rigth-form {
    width: calc(60% - 20px);
    display: block;
    float: right;
    box-sizing: border-box;
}
.coll-back-form .rigth-form textarea {
    height: 126px;
    margin-bottom: 9px;
}
.coll-back-form .stik-file label {
    padding: 16px 45px;
}
.coll-back-form .send.ligth-red-btn {
    margin-top: 10px;
    float: left;
}
.coll-back-form .send.ligth-red-btn .red-btn {
    padding: 19px 48px;
}
/*end colback*/
/*individual-calculation-form*/
.individual-calculation-form input {
    outline: none;
}
.individual-calculation-form.fancybox-content {
    max-width: 740px;
}
.individual-calculation-form .title-form {
    margin-bottom: 45px;
}
.individual-calculation-form .title-form p {
    font-weight: 900;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
}
.individual-calculation-form .title-form span {
    color: #F04F23;
}
.individual-calculation-form .title-form .smoll-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    max-width: 450px;
}
.individual-calculation-form .row-form {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.individual-calculation-form .left-form {
    width: calc(50% - 25px);
    float: left;
    font-size: 14px;
    line-height: 16px;
}
.individual-calculation-form .left-form .ligth-red-btn .red-btn {
    padding: 19px 51px;
}
.individual-calculation-form .woll1 {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}
.individual-calculation-form .woll1 p:nth-child(2) {
    margin-bottom: 0;
    padding: 15px 0px;
}
.individual-calculation-form .woll1 input[type="radio"] {
    display: none;
}
.individual-calculation-form .woll1 .radio .wpcf7-list-item > span:before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    background: #FBFBFB;
    border: 1px solid #E6E9EB;
    box-sizing: border-box;
    border-radius: 50px;
    margin-right: 5px;
}
.individual-calculation-form .woll1 input[type="radio"]:checked + span:before {
    border: 1px solid #A8C848;
}
.individual-calculation-form .woll1 input[type="radio"]:checked + span:after {
    position: absolute;
    width: 9px;
    height: 9px;
    background: #A8C848;
    border-radius: 50px;
    left: 7px;
    top: 7px;
}
.individual-calculation-form .woll1 span.wpcf7-list-item span {
    position: relative;
    display: block;
    display: flex;
    align-items: center;
}
.individual-calculation-form .woll1 label.radio {
    margin-left: 12px;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}
.individual-calculation-form .woll1 span.wpcf7-list-item {
    margin-left: 0;
}
.individual-calculation-form .woll1 label.radio:first-child {
    margin-left: 0;
}
.individual-calculation-form .rigth-form {
    display: block;
    position: relative;
    width: calc(50% - 25px);
    float: right;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}
.individual-calculation-form .rigth-form .woll2 input {
    width: 64px;
    margin-bottom: 0;
}
.individual-calculation-form .rigth-form .woll2 p:nth-child(2) {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.individual-calculation-form .rigth-form .stik-file label {
    font-size: 14px;
    line-height: 16px;
    padding: 15px 17px;
    margin-top: 9px;
}
.individual-calculation-form span.label-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
    display: inline-block;
}
.individual-calculation-form span.label-title span {
    color: #F04F23;
}
.individual-calculation-form .info-form {
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    margin-top: 40px;
    margin-bottom: 25px;
    max-width: 435px;
    padding-left: 35px;
    position: relative;
    padding-top: 5px;
}
.individual-calculation-form .info-form:before {
    content: '';
    width: 23px;
    height: 24px;
    background: url('../img/main-icon.png') no-repeat;
    background-position: 0px -180px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.slick-slide img {
    display: block;
    margin: 0 auto;
}
.search-results article {
    margin-bottom: 35px;
}
.search-results article h2 {
    font-size: 27px;
    margin-bottom: 15px;
    line-height: 1;
    margin-top: 15px;
}
.search-results article h2 a {
    color: black;
}
.search-results article h2 a:hover {
    color: #F04F23;
    text-decoration: none;
}
.archive .offer article {
    max-height: 400px;
    box-sizing: border-box;
    overflow: hidden;
    transition: all 0.5s;
}
.archive .offer article .reed-more {
    display: block;
    position: absolute;
    /* background: #000; */
    width: 100%;
    bottom: -10px;
    height: 150px;
    background-image: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0.48) 0, #ffffff 57%, #ffffff 100%);
    background-image: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0.48) 0, #ffffff 57%, #ffffff 100%);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.48) 0, #ffffff 57%, #ffffff 100%);
    background-position: 50% 50%;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: auto auto;
    background-size: auto auto;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    cursor: pointer;
}
.archive .offer article .reed-more p {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.archive .offer article .reed-more p:after {
    content: "";
    display: block;
    width: 12px;
    height: 16px;
    background: url('../img/arrow-black_1.png') no-repeat;
    display: inline-block;
    float: inherit;
    margin-top: 15px;
}
.archive article {
    margin-bottom: 35px;
    position: relative;
}
.archive article h2 {
    font-size: 27px;
    margin-bottom: 15px;
    line-height: 1;
    margin-top: 15px;
}
.archive article h2 a {
    color: black;
}
.archive article h2 a:hover {
    color: #F04F23;
    text-decoration: none;
}
.archive article h3 {
    font-size: 19px;
    margin-bottom: 15px;
    line-height: 1;
    margin-top: 15px;
}
.archive article h3 a {
    /*color: black;*/
}
.archive article h3 a:hover {
    color: #F04F23;
    text-decoration: none;
}
/*таймер*/
.timer-wrap {
    display: block;
    position: relative;
    z-index: 10;
    padding-bottom: 1px;
    padding-left: 17px;
}
.timer {
    display: block;
    position: relative;
    max-width: 444px;
    margin-top: 25px;
}
.timer-leer1 {
    display: block;
    position: absolute;
    z-index: 2;
    background: white;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: rotateX(-27.50197417deg) rotateY(16.61577606deg) rotateZ(9deg) translateX(16px) translateY(-23px);
    transform: rotateX(-27.50197417deg) rotateY(16.61577606deg) rotateZ(9deg) translateX(16px) translateY(-3px);
    -webkit-transform-origin: 50% 44% 0;
    transform-origin: 50% 50% 0;
}
.timer-leer2 {
    display: block;
    position: absolute;
    z-index: 2;
    background: white;
    top: 5px;
    left: 5px;
    right: -5px;
    opacity: 0.5;
    bottom: -5px;
    -webkit-transform: rotateX(-27.50197417deg) rotateY(16.61577606deg) rotateZ(9deg) translateX(16px) translateY(-23px);
    transform: rotateX(-27.50197417deg) rotateY(16.61577606deg) rotateZ(9deg) translateX(16px) translateY(-3px);
    -webkit-transform-origin: 50% 44% 0;
    transform-origin: 50% 50% 0;
}
.timer-leer3 {
    display: block;
    position: absolute;
    z-index: 2;
    background: white;
    top: 10px;
    left: 10px;
    right: -10px;
    opacity: 0.3;
    bottom: -10px;
    -webkit-transform: rotateX(-27.50197417deg) rotateY(16.61577606deg) rotateZ(9deg) translateX(16px) translateY(-23px);
    transform: rotateX(-27.50197417deg) rotateY(16.61577606deg) rotateZ(9deg) translateX(16px) translateY(-3px);
    -webkit-transform-origin: 50% 44% 0;
    transform-origin: 50% 50% 0;
}
.countdown {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
p.countdown-title {
    /* width: 100%; */
    text-align: center;
    font-weight: 900;
    font-size: 20px;
    line-height: 23px;
    padding: 30px 0 25px;
    border-bottom: 1px dashed #C4C4C4;
    margin-left: 20px;
    margin-right: 0px;
}
.countdown-number {
    flex-direction: column;
    display: flex;
    align-items: center;
}
span.countdown-text {
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
    color: #989898;
}
span.days.countdown-time {
    font-weight: 900;
    font-size: 53.0435px;
    line-height: 62px;
    color: #9EC03B;
}
span.hours.countdown-time {
    font-weight: 500;
    font-size: 53.0435px;
    line-height: 62px;
    color: #000000;
}
span.minutes.countdown-time {
    font-weight: 500;
    font-size: 53.0435px;
    line-height: 62px;
    color: #000000;
}
.countdown-number:nth-child(1) {
    margin-right: 42px;
}
span.dt.countdown-time {
    font-weight: 500;
    font-size: 53.0435px;
    line-height: 62px;
    color: #000000;
    margin-top: 21px;
    padding: 0 5px;
}
/*end таймер*/
.contact .body-form .left-form {
    width: 50%;
    float: left;
    padding-right: 15px;
}
.contact .body-form .rigth-form {
    width: 50%;
    float: left;
    padding-left: 15px;
}
.contact .body-form .rigth-form textarea {
    max-height: 200px;
}
.post-thumbnail a.fancybox {
    display: block !important;
}
ul#menu-footer-menu {
    list-style: none;
}



@media (max-width: 1200px) {
    header .site-branding {
        width: 130px;
        margin-top: 14px;
    }
    header .header_soc {
        padding-right: 21px;
        padding-left: 0px;
    }
    .site-header .colback {
        margin-top: 17px;
    }
    .bg-slide {
        padding-top: 100px;
        padding-bottom: 77px;
    }
    .directions-production .form-raschet {
        bottom: -246px;
    }
    .form-raschet .body-form .name {
        max-width: 200px;
    }
    .form-raschet .body-form .tel {
        max-width: 200px;
    }
    .how-work .how-work-blocks {
        justify-content: space-evenly;
    }
    .r_slide .slide {
        /*flex-wrap: inherit;*/
    }
    .site-footer {
        padding-bottom: 20px;
    }
    .site-footer .foot-center {
        padding-left: 30px;
    }
    .site-footer .last-foot {
        padding-left: 15px;
    }
    .tel-widget a {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    header .header_soc {
        border-right: none;
        padding: 11px 11px 0 67px;
    }
    header .header_phone {
        border-left: none;
        padding-left: 0;
        padding-top: 15px;
    }
    .seach-form {
        display: none;
    }
    .row-actions .action-block .link-action .videolink {
        margin-top: 25px;
        margin-left: 10px;
    }
    .row-actions .action-block .link-action .videolink {
        margin-top: 25px;
        margin-left: 10px;
    }
    .form-raschet .body-form .name {
        max-width: 150px;
    }
    .form-raschet .body-form .tel {
        max-width: 150px;
    }
    .stik-file label {
        padding: 17px 12px;
    }
    .form-raschet .title-form {
        font-size: 25px;
    }
    .why_we .why-count {
        font-size: 150px;
    }
    .why_we .why-count span {
        font-size: 100px;
    }
    .why_we .why_we_blocks {
        justify-content: space-around;
    }
    .between-sm {
        flex-flow: wrap;
    }
    .between-sm .foot-center {
        margin-bottom: 25px;
    }
    .foot-center {
        order: -1;
    }
    .site-footer .foot-center:before {
        display: none;
    }
    .site-footer .foot-center {
        padding-left: 15px;
    }
}
@media (max-width: 768px) {
    header.site-header {
        padding: 5px 0;
    }
    header .header_soc {
        display: none;
    }
    header .colback {
        display: none;
    }
    header .on-map {
        display: none;
    }
    #site-navigation {
        display: none;
    }
    .menu-toggle {
        display: block;
        background: inherit;
        padding: 1.3em 0;
    }
    .menu-toggle span {
        display: inline-block;
        border-bottom: 4px solid #A0A0A0;
        z-index: 2;
    }
    .menu-toggle span:before {
        background: #A0A0A0;
        content: '';
        padding: 2px 0;
        display: inline-block;
        margin-bottom: 2px;
        left: 0;
        width: 100%;
    }
    .menu-toggle span:after {
        background: #A0A0A0;
        content: '';
        padding: 2px;
        display: inline-block;
        margin-bottom: 2px;
        left: 0;
        width: 100%;
    }
    .form-raschet .body-form .name {
        width: 47%;
        max-width: inherit;
    }
    .form-raschet .body-form .tel {
        width: 47%;
        max-width: inherit;
    }
    .why_we .why-count {
        font-size: 100px;
    }
    .why_we .why-count span {
        font-size: 80px;
    }
    .category-item.col-md-4 {
        width: 50%;
    }
    .rew-container .slick-arrow {
        top: -63px;
    }
    .cuvote {
        margin-top: 50px;
    }
    .page-template-page_review .reviews-wrap {
        padding-bottom: 0;
    }

    .page-template-page_review .rew-container {
        margin-bottom: 15px;
    }
    .rew-container .rew-num {
        top: -52px;
    }
    .news img {
        /* width: 100%; */
    }
    .offer {
        padding-top: 30px;
    }
    #site-navigation.open {
        display: block;
    }
    #site-navigation .menu-menu-main-container > ul {
        flex-direction: column;
        width: 100%;
        z-index: 999999;
        position: relative;
        left: 0;
    }
    #site-navigation .main-navigation a {
        padding: 7px 0;
    }
    .bloch_mebel_container .discription {
        border-left: 0;
        padding-left: 0;
    }
    .happpy {
        flex-wrap: wrap;
    }
    .site-footer .last-foot {
        order: -1;
        margin-bottom: 25px;
    }
}
@media (max-width: 600px) {
    .individual-calculation-form .rigth-form,
    .individual-calculation-form .left-form {
        width: 100%;
        float: left;
    }
    .individual-calculation-form .rigth-form>div, .individual-calculation-form .left-form>div {
        margin-bottom: 15px;
    }
    .individual-calculation-form .rigth-form .woll2 p:nth-child(2) {
        justify-content: space-evenly;
    }
    .individual-calculation-form .rigth-form label {
        width: 100%;
    }
    .individual-calculation-form .row-form:nth-child(3) {
        display: flex;
        flex-direction: column;
        flex-flow: column-reverse;
    }
    .individual-calculation-form input {
        margin-bottom: 0;
    }
    .contact .body-form .rigth-form {
        width: 100%;
        padding-left: 0;
    }
    .contact .body-form .left-form {
        width: 100%;
        padding-right: 0;
    }
}
@media (max-width: 576px) {
    .row-actions .action-block h2 {
        font-size: 34px;
        line-height: 40px;
    }
    .bg-slide {
        overflow: hidden;
    }
    .directions-production h2 {
        font-size: 35px;
        line-height: 40px;
    }
    img {
        width: 100%;
    }
    h2,
    h1 {
        font-size: 35px;
        line-height: 40px;
    }
    .why_we .why-count {
        font-size: 51px;
        line-height: 100px;
    }
    .why_we .why-count span {
        font-size: 40px;
        line-height: 51px;
    }
    .category-item.col-md-4 {
        width: 100%;
    }
    div#nav_menu-2 {
        display: none;
    }
    .tel-widget {
        padding-left: 30px;
    }
    .directions-production .form-raschet {
        position: relative;
        bottom: inherit;
        /* margin-left: -15px; */
    }
    .form-raschet .wpcf7 {
        padding: 10px;
    }
    .form-raschet .body-form .name {
        width: 100%;
    }
    .form-raschet .body-form .tel {
        width: 100%;
    }
    .form-raschet .stik-file {
        text-align: center;
        margin: 0 auto;
    }
    .form-raschet .ligth-red-btn {
        text-align: center;
        margin: 0 auto;
    }
    .form-raschet .title-form {
        font-size: 22px;
        line-height: 25px;
    }
    .why_we {
        padding-top: 50px;
    }
    .why_we .why_we_blocks .why_we_item {
        padding-bottom: 0px;
    }
    .popular-model .form-raschet {
        position: relative;
        bottom: inherit;
    }
    .how-work {
        padding-top: 0px;
    }
    .r_slide .slide {
        flex-wrap: wrap;
    }
    footer.site-footer div {
        /* display: flex; */
        /* flex-wrap: wrap; */
        /* flex-direction: column; */
        /* justify-content: center; */
    }
    footer.site-footer .soc-widget {
        position: relative;
        display: block;
        margin-top: 10px;
        padding-left: 33px;
        padding-top: 21px;
        box-sizing: border-box;
        overflow: hidden;
        padding-top: 0;
        margin-top: 6px;
    }
    .between-sm .foot-center {
        display: flex;
        flex-direction: column;
        align-items: c;
    }
    .site-footer .foot-center .on-map {
        margin-right: 0;
    }
    .popular-model .grd-block {
        padding-top: 0px;
    }
    .copyright img {
        max-width: 100%;
        width: inherit;
    }
    .category-mebel h1 {
        font-size: 30px;
    }
    .link_block {
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: left;
        width: fit-content;
        margin: 40px auto 0;
    }
    .link_block a.videolink {
        margin-top: 15px;
        display: flex;
        justify-content: left;
        margin-left: 15px;
    }
    .link_block .green-batton {
        display: inline-block;
        margin: 0 0 15px;
    }
    .have_done .form-raschet .wpcf7 .title-form {
        font-size: 25px;
        line-height: 30px;
    }
    .archive .reviews-wrap {
        padding-bottom: 100px;
    }
    .have_done h2 {
        margin-top: 50px;
    }
    .archive .offer h3 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 40px;
    }
    .archive .how-work {
        padding-bottom: 0px;
    }
    .bloch_mebel_container .offer-single {
        padding: 40px 25px 25px;
    }
    .single .popular-model {
        padding-bottom: 50px;
    }
    .coll-back-form .left-form {
        width: 100%;
    }
    .coll-back-form .rigth-form {
        width: 100%;
    }
    header#masthead .row.justify-content-between {
        margin: 0;
    }
}
@media(max-width:350px){
    .site-header .tel-widget:before {
        display: none;
    }

    .site-header .tel-widget {
        padding-left: 0;
    }
}


.all-rew {
    text-align: center;
}

.all-rew a {
    color: white;
    background-color: #F04F23;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #F04F23;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 38px;
}

.all-rew a:hover {
    text-decoration: none;
    box-shadow: 0px 3px 12px #F04F23;
}

.video-rew .video-block a:before {
    background: #f14040;
    content: '';
    display: block;
    position: absolute;
    width: 51px;
    height: 40px;
    border-radius: 10px;
    z-index: 9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url('../img/video-icon.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.video-rew-slider .slick-arrow {
    width: 47px;
    height: 41px;
    background: #F04F23;
    border-radius: 50px;
    /* transform: matrix(-1, 0, 0, 1, 0, 0); */
    text-indent: -9999px;
    display: flex;
    margin-bottom: 18px;
    justify-content: center;
    align-items: center;
    padding: 0;
    color: #F04F23;
    overflow: hidden;
    outline: none;
    top: 37%;
    position: absolute;
    z-index: 9999;
}
.video-rew-slider .slick-arrow:before {
    content: '';
    display: block;
    width: 10px;
    height: 19px;
    overflow: hidden;
    background-image: url('../img/main-icon.png');
    background-position: -29px -39px;
}

.video-rew-slider .slick-next {
    right: 0;
}
.video-rew-slider .slick-arrow.slick-disabled {
    background: #DCE3E7;
    color: #DCE3E7;
}
.video-rew-slider .slick-arrow.slick-prev {
    transform: matrix(-1, 0, 0, 1, 0, 0);
}
.home .video-rew {
    margin-top: 100px;
}
.action-news {
    background-color: #3f4252;
    color: white;
    padding: 80px 0;
}
.action-news-wrap {
    padding: 30px 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}
.masmeb-img img {
    position: absolute;
    transform: rotate(7deg);
    top: -80px;
}

.action-news-text h2 {
    margin-bottom: 24px;
    font-size: 40px;
}
.wrap-btn-vk a {
    color: #fff;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 15px 35px;
    display: inline-block;
    text-decoration: none;
}

.wrap-btn-vk {
    margin-top: 28px;
    display: block;
    position: relative;
}

.wrap-btn-vk a:hover {
    background: white;
    color: black;
}
@media (max-width:992px){
    .masmeb-img img {
        position: relative;
        transform: inherit;
        top: inherit;
    }   
}
@media (max-width:992px){
    .masmeb-img{
        margin-top : 50px

    }
}
@media (max-width:768px){
    span.arrow-menu {
        width: 40px;
        height: 40px;
        display: block;
        float: right;
        margin-left: 18px;
        background: url(https://master-mebel.com/wp-content/themes/universal55x5/css/../img/menu-arrow.png) no-repeat;
        background-position: center;
        position: absolute;
        right: 0;
        border: 1px solid #d7d7d7;
        margin-top: 20px;
    } 
    .main-navigation .menu-menu-main-container>ul>li>ul {
        position: initial;
        width: 100%;
    }
    .main-navigation ul#primary-menu>li:nth-child(3)>a:after{
        display:none;
    }

    .main-navigation span.btn-menu {
        display: none;
    }
}


.diz-fotoslider-wrap {
    margin-top: 50px;
}

.diz-item {
    padding: 5px;
}

.diz-item a {
    border-radius: 20px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.diz-item a p {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 10px;
    color: white;
    background: #0000005c;
    display: block;
    width: 100%;
    /*display: none;*/
}
.diz-item a:hover p {
    display: block;
}
.diz-fotoslider .slick-arrow {
    width: 47px;
    height: 41px;
    background: #F04F23;
    border-radius: 50px;
    /* transform: matrix(-1, 0, 0, 1, 0, 0); */
    text-indent: -9999px;
    display: flex;
    margin-bottom: 18px;
    justify-content: center;
    align-items: center;
    padding: 0;
    color: #F04F23;
    overflow: hidden;
    outline: none;
    top: 37%;
    position: absolute;
    z-index: 9999;
}
.diz-fotoslider .slick-arrow:before {
    content: '';
    display: block;
    width: 10px;
    height: 19px;
    overflow: hidden;
    background-image: url('../img/main-icon.png');
    background-position: -29px -39px;
}

.diz-fotoslider .slick-next {
    right: 0;
}
.diz-fotoslider .slick-arrow.slick-disabled {
    background: #DCE3E7;
    color: #DCE3E7;
}
.diz-fotoslider .slick-arrow.slick-prev {
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.fliper_pdf_wrap {
    display: grid;
    gap: 30px 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 50px;
}

.pdf_item_links i {
    width: 38px;
    display: inline-block;
    margin-left: 5px;
}

.pdf_item_links a {
    color: #9c9c9c;
}

.pdf_item_links {
    display: flex;
}
@media (max-width:1200px){
    .fliper_pdf_wrap {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width:540px){
    .fliper_pdf_wrap {
        grid-template-columns: 1fr;
    }
}

.reviews-items {
    display: flex;
    flex-wrap: wrap;
}
.reviews-items .slick-track {
    display: flex;
    flex-wrap: wrap;
}
.reviews-item {
    display: flex !important;
    flex-direction: column;
    /* flex: 0 0 25%; */
    padding: 15px;
    height: inherit !important;
}
.reviews-item .reviews-head {
    display: flex;
    gap: 15px;
}
.reviews-item .reviews-head .image {
    width: 60px;
    height: 60px;
    flex-grow: 0;
    flex-shrink: 0;
    border-radius: 100px;
    overflow: hidden;
}
.reviews-item .reviews-head .im {
    width: 60px;
    height: 60px;
    flex-grow: 0;
    flex-shrink: 0;
    border-radius: 100px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-transform: uppercase;
    color: white;
}
.reviews-item .reviews-head .info p {
    margin: 0;
}
.reviews-item .reviews-head p.stars svg {
    fill: orange;
}
.reviews-item .reviews-head p.stars {
    color: orange;
}
.reviews-item .reviews-head p.name {
    font-weight: 600;
}
.reviews-item .reviews-head p.date {
    font-size: 14px;
    color: #7e7e7e;
}
.reviews-item .exept {
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 10px;
}
.reviews-item a.y-link {
    flex-grow: 2;
    flex-shrink: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #7e7e7e;
    font-size: 14px;
}
.reviews-item a.y-link :hover {
    color: #982073;
}
.reviews-yandex button.slick-arrow {
    width: 84px;
    height: 84px;
    background-color: rgba(255, 255, 255, 0.46);
    border: 1px solid #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px);
    border-radius: 600px;
    /* transform: matrix(0, 1, 1, 0, 0, 0); */
    position: absolute;
    text-indent: -9999px;
    background-image: url('../img/slider-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99;
    outline: none;
    top: 30%;
}
.reviews-yandex button.slick-next {
    right: -77px;
    transform: rotate(180deg);
}
.reviews-yandex button.slick-prev {
    left: -77px;
    z-index: 99;
}
@media (max-width:600px){
    .reviews-yandex button.slick-prev {
        left: -10px;
        top: -60px;
    }

    .reviews-yandex button.slick-next {
        right: -10px;
        top: -60px;
    }

    .reviews-yandex button.slick-arrow {
        width: 40px;
        height: 40px;
        padding: inherit;
        background-size: 52%;
    }
}
.sub-title-homeset {
    margin-bottom: 50px;
}
.cliner-item {
    padding: 30px;
    margin: 45px 0;
    border: 1px solid #c7c3c3;
    border-radius: 30px;
}

p.cliner-item-title {
    font-size: 22px;
    font-weight: 500;
}

.safe-cliner ul,.safe-cliner ol {
    padding-left: 25px;
}

.safe-cliner {
    margin-bottom: 50px;
}
.bloch_mebel_container.home_set .offer-single {
    padding: 20px;
}

.bloch_mebel_container.home_set .offer-single h1 {
    font-size: 26px;
    line-height: 1.3;
}
.video-block-rutube a:before {
    background: #f14040;
    content: '';
    display: block;
    position: absolute;
    width: 51px;
    height: 40px;
    border-radius: 10px;
    z-index: 9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../img/video-icon.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.video-block-rutube a {
    display: block;
    position: relative;
}

.promo {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

a.installment {
    color: white;
    background-color: #F04F23;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #F04F23;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 15px;
}

a.installment:hover {
    text-decoration: none;
    box-shadow: 0px 3px 12px #F04F23;
}
a.present {
    color: white;
    background-color: #F04F23;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #F04F23;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 6px;
    font-size: 14px;
}

a.present:hover {
    text-decoration: none;
    box-shadow: 0px 3px 12px #F04F23;
}
/*a.present:hover {
    scale: 1.1;
}
.present{
    display: block;
    width: 50px;
    height: 50px;
    background: url('../img/present_0.png') no-repeat;
    background-size: contain;
}
.present {
    position: relative;
}

a.present:before {
    content: "Наборы по уходу за мебелью HOME SET - в подарок!";
    position: absolute;
    background: black;
    color: white;
    text-align: center;
    padding: 12px;
    font-size: 12px;
    width: 152px;
    bottom: 100%;
    left: -38%;
    border-radius: 10px;
    display: none;
}

a.present:hover:before {
    display: block;
}*/
.cooperation-block {
    background-color: #3f4252;
    color: white;
    padding: 80px 0;
    padding-bottom: 0;
}

.partners {
    padding: 80px 0;
}
.in-disain-wrap {
    background-image: url(../img/popular-model.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 90px;
    position: relative;
}
.cooperation-block .action-news-text {
    background-color: #3f4252cc;
    padding: 30px;
}

.partners {
    background-image: url(/wp-content/uploads/2025/05/0035-3.jpg);
    background-attachment: fixed;
    margin-top: 25px;
}

.in-disain-wrap .r_slide .slide .slick-arrow {
    width: 47px;
    height: 41px;
    background: #F04F23;
    border-radius: 50px;
    /* transform: matrix(-1, 0, 0, 1, 0, 0); */
    text-indent: -9999px;
    display: flex;
    margin-bottom: 18px;
    justify-content: center;
    align-items: center;
    padding: 0;
    color: #F04F23;
    overflow: hidden;
    outline: none;
    top: 37%;
    position: absolute;
    z-index: 9999;
}
.in-disain-wrap .r_slide .slide .slick-arrow:before {
    content: '';
    display: block;
    width: 10px;
    height: 19px;
    overflow: hidden;
    background-image: url('../img/main-icon.png');
    background-position: -29px -39px;
}

.in-disain-wrap .r_slide .slide .slick-next {
    right: 0;
}
.in-disain-wrap .r_slide .slide .slick-arrow.slick-disabled {
    background: #DCE3E7;
    color: #DCE3E7;
}
.in-disain-wrap .r_slide .slide .slick-arrow.slick-prev {
    transform: matrix(-1, 0, 0, 1, 0, 0);
    left: 0;
}
.in-disain-wrap .r_slide .slide > div {
    box-shadow: inherit;
    border-radius: inherit;
}
.form-mail-block.have_done {
    margin: 50px 0;
}

.form-mail-block.have_done .form-raschet .wpcf7 {
    margin-top: inherit;
}
.cooperation-top {
    background: #F5F8EF;
    position: relative;
    padding-top: 50px;
    /* text-align: center; */
    overflow-x: hidden;
    padding-bottom: 50px;
}
.cooperation-top:before {
    content: '';
    display: block;
    position: absolute;
    width: 617px;
    height: 617px;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(250, 253, 241, 0) 74.66%, #FAFDF1 97.75%), url(../img/topleft.png);
    mix-blend-mode: darken;
    opacity: 0.3;
}
.cooperation-as {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
    gap: 30px;
}

.cooperation-as h4 {
    text-align: center;
    flex: 0 0 100%;
}

.cooperation-as p {
    display: flex;
    /* flex: 0 0 50%; */
    flex-basis: 0;
    flex-shrink: 1;
    flex-grow: 1;
    padding: 25px;
    border: 1px solid #cee998;
    border-radius: 20px;
}

.cooperation-as p:nth-child(1) {}

.cooperation-as p:nth-child(2) {
    flex-grow: 3;
}

.cooperation-as p:nth-child(3) {
    flex-grow: 2;
}
.cooperation-advention {}

.cooperation-advention h4 {
    text-align: center;
}

.cooperation-advention ul {
    list-style: none;
    display: flex;
    margin-top: 35px;
    margin-bottom: 50px;
    padding: 0;
    gap: 30px;
}

.cooperation-advention ul li {
    flex-basis: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 25px;
}
.cooperation-exspt {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.col-md-6.cooperation-img img {
    border-radius: 10px;
}
@media (max-width:768px){
    .cooperation-exspt {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .col-md-6.cooperation-img img {
        border-radius: 10px;
    }

    .cooperation-as p {
        /* flex-grow: 1 !important; */
        /* flex-shrink: 1 !important; */
        flex-basis: 100%;
    }

    .cooperation-as {
        gap: 15px;
    }

    .cooperation-advention ul {
        flex-direction: column;
        gap: 10px;
    }

    .cooperation-advention ul li {
        flex-direction: row;
        align-items: center;
        text-align: left;
        gap: 15px;
    }

    .have_done .form-raschet .wpcf7 .send.ligth-red-btn {
        display: inline-block;
        width: 136px;
        height: 55px;
    }

    .in-disain-wrap {
        padding: 50px 0;
    }
}
.greenway-group {
    display: flex;
    gap: 15px;
    align-items: center;
}

.greenway-group a.tme-icon {
    width: 50px;
}

.greenway-group .ligth-red-btn {
    border: 1px solid red;
    border-radius: 5px;
    padding-bottom: 5px;
}

.greenway-group .ligth-red-btn a img {
    width: 15px;
}

.greenway-group .ligth-red-btn a {
    color: black;
    font-weight: 600;
    display: inline-block;
    padding: 15px 10px 0px 25px;
    z-index: 99;
    position: relative;
}

.greenway-group .ligth-red-btn a span {
    font-weight: 400;
    text-transform: uppercase;
}
.wp-block-columns.director {
    border: 1px solid #F04F23;
    padding: 0 25px;
}