@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*, ul, li, p, h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
}

html, body {
    overflow-x: hidden;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #60646F;
    margin: 0;
}
body{
    padding-top: 98px;
    max-width: 100vw;
    /*max-height: 100vh;*/
}
body.no_scroll{
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    height: 100vh;
}
input, textarea, button {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

input:focus, textarea:focus, button:focus {
    outline: none;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

a, a:active, a:focus, a:hover {
    color: inherit;
    text-decoration: none;
    outline: none;
}
label{
    margin-bottom: 0;
}
.mob{
    display: none;
}
img, svg {
    max-width: 100%;
    height: auto;
}
.container{
    max-width:1560px;
    padding: 0 10px;
}
.row{
    margin: 0 -10px;
}
[class*=col-],[class^=cols-],.col{
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}
.col {
    min-width: 0;
}
header{
    padding: 10px 0 20px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: #ffffff;
}
.top_line_header {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.city_domain_btn{
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: underline;
    cursor:pointer;
}
.old_site_link {
    display: block;
    text-align: right;
    padding-right: 6px;
    text-decoration: underline;
}
section{
    margin-top: 100px;
}
.wrap_top_block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.center_head_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 26px;
}
.top_menu>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.top_menu>ul>li{
    padding: 13px 10px;
    margin: 0 5px;
    position: relative;
}
.top_menu > ul > li:first-child {
    margin-left: 0;
}
.top_menu > ul > li:last-child {
    margin-right: 0;
}
.top_menu>ul>li:before{
    content:'';
    position: absolute;
    width: 100%;
    height: 4px;
    background: #21BF1C;
    opacity:0;
    top:41px;
    left: 0;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.menu_lvl_1.parent>.wrap_submenu {
    display: none;
}
.top_menu>ul>li:hover:before{
    opacity:1;
}
.top_menu>ul>li:hover{
    color: #1B2131;
}
.menu_lvl_2.parent>ul>li {
    display: none;
}
.parent{
    position: relative;
}
.parent:after {
    top: 15px;
    right: 20px;
    width: 7px;
    height: 7px;
    content: '';
    position: absolute;
    border-left: 2px solid;
    border-bottom: 2px solid;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.menu_lvl_2.parent:after{
    display: none;
}
.menu_lvl_1.parent {
    padding-right: 44px;
}
.menu_lvl_1.parent:after {
    right: 18px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 70% 60%;
    -ms-transform-origin: 70% 60%;
    transform-origin: 70% 60%;
}

header .top_menu.mob {
    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFFFFF;
    z-index: 9999;
}
.head_mob_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 20px;
    margin-bottom: 30px;
    position: relative;
}
header .top_menu.mob .right_block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.top_menu.mob .search_btn {
    padding: 9px 9px;
    margin: 0 20px 0 0;
}
.close_menu {
    width: 34px;
    height: 34px;
    background: #1B2131;
    color: #ffffff;
    position: relative;
}
.close_menu:after, .close_menu:before{
    content:'';
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 16px;
    height: 2px;
    background: #ffffff;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}
.close_menu:after{
    -webkit-transform: rotate(45deg) translate(-50%,-50%);
    -ms-transform: rotate(45deg) translate(-50%,-50%);
    transform: rotate(45deg) translate(-50%,-50%);
}
.close_menu:before {
    -webkit-transform: rotate(-45deg) translate(-50%,-50%);
    -ms-transform: rotate(-45deg) translate(-50%,-50%);
    transform: rotate(-45deg) translate(-50%,-50%);
}
.mob_top_menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.mob_top_menu>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px;
    width: 90%;
    overflow:auto;
    height:calc( 100vh - 237px );
}
.mob_top_menu>ul>li {
    margin: 0 0 10px;
    font-size: 16px;
    padding: 13px 10px;
}

.contacts_menu_block {
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contacts_menu_block>a {
    width: 34px;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #1B2131;
    margin-bottom: 20px;
}
.contacts_menu_block .soc_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 30px 0 0 0;
}
.contacts_menu_block .soc_block>a{
    margin:0 0 10px 0;
    fill: #989BA2;
}
.top_menu.mob .menu_lvl_1.parent:after{
    -webkit-transform-origin:0;
    -ms-transform-origin:0;
    transform-origin:0;
}
.top_menu.mob .menu_lvl_1.parent.open:after {
    -webkit-transform: rotate(45deg) scaleY(-1);
    -ms-transform: rotate(45deg) scaleY(-1);
    transform: rotate(45deg) scaleY(-1);
}
.top_menu.mob .menu_lvl_1.parent>.wrap_submenu>ul>li {
    color: #1B2131;
    margin: 13px 20px;
}
.top_menu.mob .menu_lvl_1.parent>.wrap_submenu>ul>li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
}
.top_menu.mob>a[href^="tel:"] {
    font-weight: 700;
    font-size: 21px;
    line-height: 140%;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 10px 20px 30px;
    background: #ffffff;
}
.search_top {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    border-top: 1px solid #989BA2;
    border-bottom: 1px solid #989BA2;
    z-index:9;
}
.search_top form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.search_top .left_block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.search_top .left_block input[type="text"]{
    width: 100%;
    max-width: 516px;
    padding: 12px 20px;
    line-height:23px;
}
.search_top .right_block input[type="submit"] {
    color: #3BBD00;
    padding: 0 30px;
    background: none;
    margin-right: 20px;
    font-size:16px;
    height: 100%;
}
.search_top  .close_search {
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 30px;
    font-weight: 300;
    vertical-align: middle;
}
.hamb {
    background: #1B2131;
    padding: 9px 8px;
    margin-left: 15px;
}
.hamb>* {
    display: block;
    width: 18px;
    height: 2px;
    margin-bottom: 5px;
    background: #ffffff;
}
.hamb>*:last-child {
    margin-bottom: 0;
}
.logo_head {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 44%;
}
header .wrap_top_block .right_block {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    font-weight: 700;
    font-size: 21px;
    white-space: nowrap;
    max-width: 200px;
}
.soc_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
}
.soc_block>a {
    margin-left: 10px;
    width: 24px;
    height: 24px;
    overflow: hidden;
    border-radius: 50%;
}
footer .soc_block>a:first-child{
    margin-left: 0;
}
header .soc_block>a{
    fill: #989BA2;
}
header .soc_block>a:hover{
    fill:#21BF1C;
}
header .soc_block>a.rutube_icon:hover svg>g>path {
    fill: #21BF1C;
}
.search_btn {
    padding: 13px 10px;
    margin-left: 20px;
    cursor:pointer;
}
.search_btn.active svg path {
    fill: #3BBD00;
}
.bx-breadcrumb {
    font-size: 14px;
    line-height: 140%;
    color: #989BA2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
    padding-bottom: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bx-breadcrumb .bx-breadcrumb-item{
    float:none;
    display: flex;
    align-items: center;
}
.sep_crumb {
    padding: 0 6px 0 4px;
}
.bx-breadcrumb-item>span:not(.sep_crumb){
    color: #60646F;
}
.main_banner:not(.owl-loaded){
    display: block;
}
.main_banner:not(.owl-loaded)>:not(:first-child) {
    display: none;
}
.main_banner_item {
    position: relative;
    padding-top: 33.86%;
}
.main_banner_item:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(#1B2131), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, #1B2131 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(90deg, #1B2131 0%, rgba(0, 0, 0, 0) 100%);
}
.content_banner {
    position: absolute;
    top: 15%;
    width: 100%;
    z-index: 2;
}
.main_banner_item>.wrap_img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}
.main_banner_item>.wrap_img img{
    width: 100%;
    -webkit-transition:0.8s;
    -o-transition:0.8s;
    transition:0.8s;
}
.main_banner_item:hover >.wrap_img img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.main_banner_item h2 {
    font-size: 48px;
    font-weight:400;
    text-transform: uppercase;
    color: #FFFFFF;
    max-width:630px;
    padding-bottom: 34px;
    margin-bottom: 24px;
    position: relative;
}
.main_banner_item h2:after{
    content:'';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 4px;
    background: #21BF1C;
}
.text_block p:not(:last-child){
    margin-bottom: 20px;
}
.main_banner_item .text_block{
    font-size: 21px;
    line-height: 140%;
    color: #989BA2;
    max-width:630px;
}
.btn_green {
    display: inline-block;
    margin-top: 40px;
    font-size: 20px;
    color: #FFFFFF;
    padding: 15px 35px;
    background: -o-linear-gradient(100.87deg, #279A23 1.05%, #21BF1C 99.44%);
    background: linear-gradient(349.13deg, #279A23 1.05%, #21BF1C 99.44%);
}
.btn_green:hover{
    background: #21BF1C;
    color: #FFFFFF;
}
.main_banner .btn_green{
    margin-top: 20px;
}
.owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    padding: 0 87px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.owl-nav,.arrows_container {
    position: absolute;
    height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    bottom: 0;
    width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index:2;
}
.owl-nav button span,.arrows_container button span{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 21px 26px;
    background: #21BF1C;
    width: 60px;
    height: 60px;
}
.owl-dots>* {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin: 0 5px;
    max-width: 40px;
}
.owl-dot span {
    display: inline-block;
    width: 100%;
    height: 4px;
    background: #989BA2;
}
.owl-dot.active span{
    background: #21BF1C;
}
.section_tabs>.container {
    max-width: 1557px;
}
.section_tabs .tabs_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    line-height: 140%;
    text-transform: uppercase;
    margin: 70px 0 40px;

}
.section_tabs .tabs_link a {
    padding: 22px 64px 22px 75px;
    display: inline-block;
    position: relative;
    -webkit-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;
}
.section_tabs .tabs_link .active a{
    padding-left: 125px;
    padding-right: 120px;
}
.section_tabs .tabs_link a:before{
    content:'';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #EDEEEF;
    z-index: -1;
    -webkit-transform: skewX(-18deg);
    -ms-transform: skewX(-18deg);
    transform: skewX(-18deg);
    -webkit-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;
}
.section_tabs .tabs_link>*{
    -webkit-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;
}
.section_tabs .tabs_link a:hover{
    color:#ffffff;
}
.section_tabs .tabs_link a:hover:before{
    background: #21BF1C;
}

.section_tabs .tabs_link .active{
    color: #EDEEEF;
}
.section_tabs .tabs_link .active a:before{
    background: #1B2131;
    top: -9px;
    bottom: -9px
}
.section_tabs .tabs_link a svg {
    margin-right: 10px;
    vertical-align: sub;
}
.section_tabs .tabs_link>* svg path{
    -webkit-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;
}
.section_tabs .tabs_link>*:not(.active):hover svg path{
    fill:#ffffff;
}
.section_tabs .animate .active{
    -webkit-transform:translateX(84%);
    -ms-transform:translateX(84%);
    transform:translateX(84%);
}
.section_tabs .animate>*:not(.active){
    -webkit-transform:translateX(-119.8%);
    -ms-transform:translateX(-119.8%);
    transform:translateX(-119.8%);
}
.section_tabs .tabs_content {
    display: none;
}
.section_tabs .tabs_content .bx_catalog_tile_ul>* {
    margin-bottom: 20px;
}
.section_tabs .tabs_content.active{
    display: block;
}
.item_tabs_content {
    position: relative;
    -webkit-transition:0.7s;
    -o-transition:0.7s;
    transition:0.7s;
    -webkit-transform-origin:left top;
    -ms-transform-origin:left top;
    transform-origin:left top;
}
.item_tabs_content>.wrap_img{
    overflow: hidden;
}
.item_tabs_content>.wrap_img img{
    -webkit-transition:0.7s;
    -o-transition:0.7s;
    transition:0.7s;
    width: 100%;
    -webkit-transform-origin:bottom;
    -ms-transform-origin:bottom;
    transform-origin:bottom;
}


.item_tabs_content:hover>.wrap_img img{
    -webkit-transform:scale(1.2);
    -ms-transform:scale(1.2);
    transform:scale(1.2);
}
.item_tabs_content>.link_item_tabs .icon_item_tabs{
    margin-top: auto;
}
.item_tabs_content>.link_item_tabs h2{
    margin-top: 30px;
    font-size: 21px;
    color: #FFFFFF;
    font-weight: 400;
}
.item_tabs_content>.link_item_tabs{
    position: absolute;
    bottom: 0;
    top: 0;
    padding-bottom: 30px;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition:0.7s;
    -o-transition:0.7s;
    transition:0.7s;
}
.item_tabs_content>.link_item_tabs:hover{
    background: rgba(0, 0, 0, 0.35);
}
.section_title {
    font-weight: 400;
    font-size: 47px;
    color: #EDEEEF;
    position: relative;
    padding-bottom: 20px;
    display: block;
    line-height: 120%;
}
.section_title.black_title{
    color:#1B2131;
}
.section_title:not(.no_line){
    margin-bottom: 50px;
}
.section_title:not(.no_line):after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: #21BF1C;
}
.section_title:not(.no_line).text-center:after{
    left: 50%;
    -webkit-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%);
}
.coms {
    margin-top: 80px;
}
.coms>*{
    min-height:461px;
    position: relative;
    max-width:1920px;
    margin: 0 auto;
    overflow: hidden;
}
.coms .top_block {
    background-image: url(img/bg_top_block.webp);
    background-repeat:no-repeat;
    background-color: #1B2131;
}
.coms .bottom_block {
    background-image: url(img/bg_bottom_block.webp);
    background-position:right top;
    background-repeat:no-repeat;
    background-color: #60646F;
}
.skew_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.skew_block .section_title {
    margin-top: 18%;
}
.skew_block .left_block {
    width: 47%;
}
.coms_descr {
    width: 53%;
    position: relative;
    padding: 67px 0 0 12%;
}
.left_block.coms_descr {
    padding-left: 20%;
    padding-top: 80px;
}
.coms_descr:after {
    content: '';
    position: absolute;
    left: -8%;
    right: 13%;
    top: 0;
    bottom: -150px;
    background: #60646F;
    -webkit-transform: skewX(-13.5deg);
    -ms-transform: skewX(-13.5deg);
    transform: skewX(-13.5deg);
    z-index: 0;
}
.coms_descr .text_block {
    position: relative;
    z-index: 2;
    color: #989BA2;
    font-size: 21px;
    margin-bottom: 50px;
    max-width:370px;
}
.coms_descr .text_block h3{
    font-size: 36px;
    color: #1B2131;
    padding-bottom:20px;
}
.skew_block_rev .text_block h3{
    color: #989BA2;
}
.skew_block_rev .text_block{
    color: #60646f;
}
.skew_block_rev .coms_descr:after {
    content: '';
    position: absolute;
    left: 6%;
    right: -5%;
    top: 0;
    bottom: -150px;
    background: #1B2131;
    -webkit-transform: skewX(-13.5deg);
    -ms-transform: skewX(-13.5deg);
    transform: skewX(-13.5deg);
    z-index: 0;
}
.square_box {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 28%;
    right: 6%;
    z-index: 5;
    -webkit-transform: skewX(-13.5deg);
    -ms-transform: skewX(-13.5deg);
    transform: skewX(-13.5deg);
}
.left_block.coms_descr .square_box {
    right: 85.3%;
}
.square_box>*{
    display:block;
    background: #21BF1C;
    margin-bottom: 46px;
}
.square_1 {
    width: 50px;
    height: 46px;
}
.square_2 {
    height: 50px;
    width: 104px;
}
.square_3 {
    height: 46px;
    width: 76px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.square_4 {
    height: 46px;
    width: 125px;
}
.square_5 {
    height: 51px;
    width: 226px;
}
.square_6 {
    height: 46px;
    width:150px;
}
.left_block.coms_descr .square_box .square_3{
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.middle_title{
    font-weight: 400;
    font-size: 36px;
    color: #1B2131;
    position: relative;
    padding:10px 0 18px;
    margin-bottom: 38px;
}
.middle_title:not(.no_line):after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 6px;
    background: #21BF1C;
}
.middle_title.text-center:after{
    left: 50%;
    -webkit-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%);
}
.advantage>.container{
    max-width: 1557px;
}
.advantage_items>*{
    margin-top: 20px;
}
.advantage_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    color: #1B2131;
}
.advantage_item .wrap_img {
    width: 86px; 
	flex: 0 0 86px;
    height: 86px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px;
    margin-right: 20px;
}
.advantage_item .wrap_img svg,.advantage_item .wrap_img img {
    max-height: 100%;
}
.advantage_item h4 {
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 5px;
    text-transform:uppercase;
}
.partners{
    overflow:hidden;
}
.partners .left_block {
    position: relative;
    padding: 25px 40px 63px;
}
.partners .left_block .square_box {
    right: 108%;
    top: 62px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.partners .left_block:after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: -12%;
    left: -50%;
    content: '';
    background: #1B2131;
    z-index: -1;
    -webkit-transform: skewX(-13.5deg);
    -ms-transform: skewX(-13.5deg);
    transform: skewX(-13.5deg);
}
.partners .count_partners{
    position: relative;
}
.partners .count_partners:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 4px;
    background: #21BF1C;
}
.partners .count_partners h2{
    font-size:47px;
    line-height:57px;
    font-weight: 800;
    color: #EDEEEF;
}
.big_title{
    font-weight: 800;
    font-size: 96px;
    line-height: 116px;
    color: #EDEEEF;
}
.partners .count_partners p{
    font-weight: 400;
    font-size: 27px;
    line-height: 120%;
    color: #989BA2;
    padding: 20px 0;
}
.partners_logo_slider {
    padding-top: 53px;
}
.partners_logo_slider.owl-loaded .owl-stage-outer{
    margin-right: -13px;
    padding-top: 20px;
}
.item_slide_partners>* {
    margin-bottom: 20px;
}
.item_slide_partners .wrap_img {
    height: 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background: #ffffff;
    padding: 10px;
    -webkit-box-shadow: 0px 2px 16px rgb(0 0 0 / 25%);
    box-shadow: 0px 2px 16px rgb(0 0 0 / 25%);
}
.item_slide_partners .wrap_img a {
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    min-height: 1px;
    height: 76px;
}
.item_slide_partners .wrap_img img {
    max-height: 100%;
    width: auto;
}
.partners_logo_slider .owl-dots{
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
}
.title_bold{
    font-weight: 800;
    text-transform: uppercase;
    color: #1B2131;
}
.news_block .btn_white {
    margin-top: 30px;
}
section.news_block .bx-pagination-container {
    display: none;
}
.items_news>*{
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 30px;
}

.card_news .wrap_img {
    position: relative;
    padding-top: 124%;
    overflow: hidden;
    margin-bottom: 10px;
}
.card_news .wrap_img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.date_news {
    color: #989BA2;
    padding-bottom: 10px;
}
.text_block h4 {
    font-size: 27px;
    font-weight:400;
    color: #1B2131;
    padding-bottom: 10px;
}
.card_news .preview_news {
    margin-bottom: 0;
}
.link_item_news {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #21BF1C;
    position: absolute;
    bottom: 0;
}
.btn_white {
    padding: 14px 24px;
    display: inline-block;
    border: 1px solid;
    cursor:pointer;
    font-size:16px;
    -webkit-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;
    line-height:120%;
}
.btn_white:hover{
    color:#21BF1C;
}
.quest-item {
    padding: 25px 20px;
    background: #FFFFFF;
    border: 1px solid #EDEEEF;
    border-radius: 2px;
    margin-bottom: 10px;
}
.quest-item:last-child{
    margin-bottom: 0;
}
.question_block>.container{
    max-width:1300px
}
.question {
    position: relative;
    cursor:pointer;
}
.question>p{
    font-size: 21px;
    color: #1B2131;
    padding-right: 75px;
}
.question:after{
    position: absolute;
    content:"+";
    right: 0;
    top: 4px;
    font-size: 27px;
    -webkit-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;
}
.question.open:after{
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
}
.quest-item .answer {
    display: none;
    padding-top: 20px;
}
.quest-item .answer p:last-child{
    margin-bottom: 0;
}
.line_form {
    padding: 50px 0;
    background: #1B2131;
    color: #989BA2;
    margin-top: 100px;
}
.line_form h2,.line_form .h2 {
    font-weight: 400;
    font-size: 47px;
    line-height: 120%;
    color: #3BBD00;
    padding-bottom: 10px;
}
.line_form .h2 a {
    position: relative;
    padding-bottom: 26px;
    display: inline-block;
    margin-bottom: 6px;
}
.line_form .h2 a .free_call {
    position: absolute;
    font-size: 22px;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 26px;
}
.line_form .logo_form {
    margin-top: 50px;
}
.line_form .left_block p:not(.h2) {
    font-size: 21px;
    line-height: 140%;
}
.line_form .right_block {
    max-width: 687px;
    margin-left: auto;
}
::-webkit-input-placeholder{
    opacity:1;
    color: #989BA2;
}
::-moz-placeholder{
    opacity:1;
    color: #989BA2;
}
:-ms-input-placeholder{
    opacity:1;
    color: #989BA2;
}
::-ms-input-placeholder{
    opacity:1;
    color: #989BA2;
}
::placeholder,.placeholder{
    opacity:1;
    color: #989BA2;
}
.line_form input[type="text"],.line_form textarea,.wrap_inp_select {
    background: none;
    padding: 19px 29px;
    font-size: 21px;
    line-height: 140%;
    border: 1px solid #989BA2;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 2px;
    color: #989BA2;
    position: relative;
    resize:none;
}
.wrap_inp_select{
    cursor:pointer;
}
.select_inp_block input[type="radio"] {
    display: none;
}
.wrap_inp_select .select_inp_block {
    display: none;
    position: absolute;
    border: 1px solid #989BA2;
    border-top: none;
    border-bottom: none;
    left: -1px;
    top: 100%;
    z-index: 9;
    right: -1px;
}
.wrap_inp_select label{
    display: block;
    border-bottom: 1px solid #989BA2;
    background: #1b2131;
    padding: 19px 29px;
    cursor:pointer;
}
.wrap_inp_select .select_inp_block br {
    display: none;
}
.wrap_inp_select .arr_sel {
    position: absolute;
    right: 27px;
    top: 27px;
    display: inline-block;
    width: 9px;
    height: 9px;
    border-right: 2px solid #3BBD00;
    border-bottom: 2px solid #3BBD00;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;
    cursor:pointer;
}
.wrap_inp_select.open .arr_sel{
    -webkit-transform: rotate(-45deg) scaleY(-1);
    -ms-transform: rotate(-45deg) scaleY(-1);
    transform: rotate(-45deg) scaleY(-1);
}
.accept_check {
    margin-top: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.line_form input[type=checkbox] {
    opacity: 0;
    width: 22px;
    margin-right: 13px;
    display: inline-block;
}
[role="checkbox"] {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #3BBD00;
    margin-right: 13px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
}
input[type=checkbox]:checked+.text_accept label [role="checkbox"]:before{
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 10px;
    height: 6px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: 2px solid #1B2131;
    border-left: 2px solid #1B2131;
}
.line_form .text_accept a {
    color: #FF7E00;
    display: inline-block;
    border-bottom: 1px solid;
}
.btn_orange {
    background: -webkit-gradient(linear, left top, left bottom, from(#FF7E00), to(#FF5000));
    background: -o-linear-gradient(top, #FF7E00 0%, #FF5000 100%);
    background: linear-gradient(180deg, #FF7E00 0%, #FF5000 100%);
    background-color: rgba(0, 140, 41, 0.48);
    border-radius: 2px;
    color: #FFFFFF;
    padding: 15px 25px;
    display: inline-block;
    -webkit-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;
}
.btn_orange:hover,.btn_orange:focus{
    background-image:none;
    background-color: #008C29;
    color: #FFFFFF;
}
.btn_orange:active{
    background: #3BBD00;
    color: #FFFFFF;
}
.line_form .btn_orange{
    margin-top: 37px;
}
.contacts>.container{
    max-width:1300px;
}
.contacts_block>*{
    margin-bottom: 30px;
}
.contacts_block_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.contacts_block_item .wrap_img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

#map{
    height: 560px;
}
footer{
    margin: 50px 0;
    padding: 70px 0 50px;
}
.contacts_data p:not(:first-child){
    font-size: 21px;
    color: #1B2131;
    margin-top: 15px;
    line-height: 120%;
}
.footer_left_block {
    width: 24%;
    padding-right: 4%;
    padding-left: 7px;
}
.footer_left_block>*:not(:first-child){
    margin-top: 30px;
}
[class^="footer_col_"]{
    line-height: 140%;
    color: #989BA2;
    padding:0 7px;
    margin-bottom: 20px;
}
[class^="footer_col_"] h6{
    font-weight: 400;
    font-size:21px;
    line-height: 120%;
    color: #60646F;
    margin-bottom: 10px;
}
footer .menu_lvl_1.parent{
    padding: 0;
}
footer .menu_lvl_1.parent:after{
    display: none;
}
footer .menu_lvl_1.parent>ul {
    display: block;
}
[class^="footer_col_"] h6:not(:first-child){
    margin-top: 30px;
}
.footer_columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin: 0 -7px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
footer .img_made img{
    width: 164px;
    margin-top: 30px;
}
.copywrite{
    padding-top: 10px;
    border-top: 1px solid #60646F;
    font-size: 14px;
}
.copywrite .right_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 378px;
    margin-left: auto;
}
.tabs_menu_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: auto;
    border-bottom: 1px solid #EDEEEF;
    max-width: 1920px;
    margin: 0  auto -1px;
}
.tabs_menu_section>li a {
    display: block;
    padding: 15px 10px;
    text-align: center;
    min-width: 220px;
    position: relative;
    -webkit-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;
    white-space:nowrap;
}

.tabs_menu_section>li.selected a {
    color: #1B2131;
}
.tabs_menu_section>li.selected a:after {
    content:'';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: #3BBD00;
}

.banner_section {
    position: relative;
    padding: 11.97%;
}
.banner_section:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(27, 33, 49, 0.7)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, rgba(27, 33, 49, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(90deg, rgba(27, 33, 49, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
.banner_section .wrap_img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}
.text_block_banner {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index:2;
    left: 0;
}
.lizing_page .text_block_banner{
    top:40%;
}
.banner_section h2 {
    font-size: 48px;
    font-weight:400;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-bottom: 34px;
    margin-bottom: 24px;
    position: relative;
    max-width:743px;
}
.text_block_banner p {
    font-size: 21px;
    line-height: 140%;
    color: #EDEEEF;
    max-width: 743px;
}
.banner_section h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 4px;
    background: #21BF1C;
}
.content_page{
    font-size:21px;
    line-height:140%;
}
.white_text{
    color:#ffffff;
}
h3 {
    font-weight: 400;
    font-size: 36px;
    color: #1B2131;
    padding-bottom: 30px;
}
.lizing_page .text_block h3{
    margin-top: 80px;
}
.specific_lizing .wrap_img {
    padding-top: 60%;
    margin-bottom: 10px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.specific_lizing h4 {
    font-weight: 500;
}
.advantage_lizing {
    margin-top: 80px;
}
.advantage_lizing [class*=col-]{
    position: relative;
}
.advantage_lizing .text_block{
    max-width:356px;
}
.advantage_lizing .text_block:not(:first-child){
    margin-top: 5px;
}
.advantage_lizing .text_block h4{
    padding-bottom: 20px;
}
.advantage_lizing .left_block{
    padding-top: 62px;
}
.advantage_lizing .left_block:after {
    content: '';
    position: absolute;
    background: #1B2131;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 0;
    z-index: -1;
}
.advantage_lizing .center_block{
    padding: 72px 0 43px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.advantage_lizing .center_block p{
    color:#989BA2;
}
.advantage_lizing .center_block:after {
    content: '';
    position: absolute;
    background: #60646F;
    top: 0;
    bottom: 0;
    left: -103px;
    right: 20px;
    z-index: -1;
    -webkit-transform: skewX(-13.5deg);
    -ms-transform: skewX(-13.5deg);
    transform: skewX(-13.5deg);
}
.advantage_lizing .right_block{
    padding: 72px 0 43px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 30%;
}
.advantage_lizing .right_block:after {
    content: '';
    position: absolute;
    background:#989BA2;
    top: 0;
    bottom: 0;
    left: -21px;
    right: -100%;
    z-index: -1;
    -webkit-transform: skewX(-13.5deg);
    -ms-transform: skewX(-13.5deg);
    transform: skewX(-13.5deg);
}

.delivery_page .text_block h3 {
    margin-top: 50px;
}
.text_block ul {
    padding-left: 32px;
}
.text_block ul li {
    list-style: disc;
    margin-bottom: 10px;
}
.text_block ol li {
    list-style: decimal;
}
.text_block table td {
    border: 1px solid;
    padding: 10px;
}
.block_in_numbers {
    margin: 30px 0;
    border-top: 1px solid #60646F;
    padding: 50px 0 100px;
}
.block_in_numbers .numbers_text {
    font-size: 47px;
    line-height: 140%;
    color: #1B2131;
    padding-bottom: 5px;
}
.contacts_page_block {
    padding-top: 30px;
    margin-top: 60px;
    border-top: 1px solid #60646F;
}
.delivery_page .contacts_page_block{
    margin-top: 0;
}
.page_form{
    padding: 50px;
    width: 100%;
}
.popup_form {
    padding: 50px;
    -webkit-box-shadow: 0px 2px 16px rgb(0 0 0 / 25%);
    box-shadow: 0px 2px 16px rgb(0 0 0 / 25%);
    max-width: 920px;
    width: 100%;
}
.popup_form h2,.page_form h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 120%;
    text-align: center;
    color: #1B2131;
    padding-bottom: 25px;
}
.popup_form .order_name_prod {
    text-align: center;
    margin: -20px 0 10px;
}
.popup_form p, .page_form p {
    font-size: 16px;
    line-height: 120%;
    color: #000000;
    padding: 0 10px 10px;
}
.popup_form .block_input {
    padding: 0 10px;
}
.popup_form input[type="text"],.popup_form textarea,.popup_form input[type="email"],.page_form input[type="text"],.page_form textarea,.page_form input[type="email"] {
    padding: 15px 20px;
    font-size: 21px;
    color: #989BA2;
    border: 1px solid #EDEEEF;
    border-radius: 2px;
    width: 100%;
    margin-bottom: 20px;
    resize:none;
}
.popup_form .accept,.page_form .accept{
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-top: 10px;
}
.popup_form .accept a,.page_form .accept a{
    color:#3BBD00;
    display: inline-block;
    border-bottom: 1px solid;
}
.popup_form .accept input[type=checkbox],.page_form .accept input[type=checkbox]{
    opacity:0;
    width: 18px;
    height: 0;
    margin-right: 14px;
}
#sender-subscribe .accept input[type=checkbox] {
    opacity: 1;
    height: auto;
}
.popup_form .accept [role="checkbox"],.page_form .accept [role="checkbox"] {
    background: #1B2131;
    top: -1px;
}
.popup_form .accept input[type=checkbox]:checked + label [role="checkbox"]:before,.page_form .accept input[type=checkbox]:checked + label [role="checkbox"]:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 10px;
    height: 6px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
}
.btn_black {
    display: inline-block;
    padding: 15px 60px;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #EDEEEF;
    cursor: pointer;
    background: #1B2131;
    position: relative;
    -webkit-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;
    text-align: center;
}
.btn_black:hover{
    background: #60646F;
    color: #EDEEEF;
}
.btn_black:active{
    background: #3BBD00;
    -webkit-transition:0s;
    -o-transition:0s;
    transition:0s;
}
.popup_form .submit_block,.page_form .submit_block{
    margin-top: 30px;
}
.block_popup>* {
    display: none;
}
input[type='text'].time {
    display: none;
}
.slider_range_block {
    position: relative;
    padding: 48px 10px 0;
    margin-bottom: 30px;
}
#slider_range_time.ui-widget.ui-widget-content {
    border: none;
    height: 4px;
    background: #EDEEEF;
    margin: 0 15px;
}
#slider_range_time .ui-slider-range.ui-corner-all.ui-widget-header {
    border: none;
    background: #3BBD00;
}
#slider_range_time .ui-state-default, .ui-widget-content .ui-state-default {
    background: #60646F;
    border: none;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slider_scale {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    font-size: 12px;
    line-height: 12px;
    top: 0;
    left: 0;
    padding: 0 10px;
}
.slider_scale>* {
    position: relative;
    display: inline-block;
    padding: 10px 0;
}
.slider_scale>*:after{
    content:'';
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%);
    width: 1px;
    height: 16px;
    background: #EDEEEF;
}
.errorMessages {
    position: absolute;
    color: #df0d0d;
    font-size: 12px;
    left: 10px;
    bottom: 0;
}
.accept_check .errorMessages, .accept .errorMessages{
    left: 0;
    bottom: -22px;
}
.page_section{
    font-size:21px;
    line-height: 140%;
}
.page_section .text_block_banner{
    top: 40%;
}
.slider_card_product{
    padding-top: 60px;
    position: relative;
}
.slider_card_product .name_product {
    max-width: 1020px;
    margin: 0 auto;
    text-align: center;
}
.slider_card_product .name_product>*{
    padding-bottom: 10px;
}
.slider_card_product .name_product .price {
    font-size: 27px;
    color: #1B2131;
}
.slider_card_product .img_product {
    max-width: 760px;
    margin: 0 auto;
    position: relative;
    /*max-height: 400px;*/
}
.block_point_img {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}
.block_point_img>* {
    position: absolute;
    background: #3BBD00;
    border: 2px solid #FFFFFF;
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 6px #949494;
    box-shadow: 0 0 6px #949494;
    -webkit-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
    cursor:pointer;
    &:hover {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
    }
}
.block_point_img>*:after{
    content:'';
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border-radius:50%;
    top: 50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
.block_points_content {
    position: absolute;
    right: -710px;
    top: 0;
    bottom: 0;
    -webkit-transition:all 0.5s;
    -o-transition:all 0.5s cubic-bezier(0.1,1,0.5,1);
    transition:all 0.5s cubic-bezier(0.1,1,0.5,1);
    z-index:10;
    max-width: 710px;
    width: 100%;
}
.block_points_content.active{
    right: 0;
}
.block_points_content>* {
    position: absolute;
    opacity: 0;
    background: rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: -10px 0px 32px rgb(0 0 0 / 15%);
    box-shadow: -10px 0px 32px rgb(0 0 0 / 15%);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    height: 100%;
    width: 100%;
    padding: 16.9%;
    padding-bottom: 40px;
    -webkit-transition:all 0.5s;
    -o-transition:all 0.5s cubic-bezier(0.1,1,0.5,1);
    transition:all 0.5s cubic-bezier(0.1,1,0.5,1);
    &.active{
        opacity: 1;
    }
}
.block_points_content .point_content {
    max-width: 370px;
    position: relative;
}
.block_points_content .point_content h4{
    font-weight: 700;
    font-size: 27px;
    line-height: 140%;
    color: #1B2131;
    margin-bottom: 50px;
    padding-right: 22px;
}
.block_points_content .point_content img{
    margin-bottom: 50px;
}
.block_points_content .point_content .cross {
    display: block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 4px;
    top: 16px;
    font-size: 34px;
    line-height: 0;
    color: #000000;
    cursor: pointer;
}
.block_points_content .point_content{
    font-size: 16px;
    line-height: 140%;
    color: #989BA2;
}
.black_arrow .owl-nav button span,.arrows_container.black_arrow button span{
    padding: 21px 26px;
    background: #1B2131;
    -webkit-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;
}
.black_arrow .owl-nav button span svg path,.arrows_container.black_arrow button span svg path{
    fill:#ffffff;
}
.black_arrow .owl-nav button span:hover,.arrows_container.black_arrow button span:hover{
    background: #3BBD00
}
.slider_product.owl-carousel:not(.owl-loaded){
    display: block;
}
.slider_product.owl-carousel:not(.owl-loaded)>:not(:first-child){
    display: none;
}
.slider_card_product .advantage_item_product {
    text-align: center;
    max-width: 1300px;
    margin: 30px auto 15px;
}
.slider_card_product .advantage_item_product .text_block {
    max-width: 370px;
    margin: 0 auto 20px;
}
.slider_card_product .owl-dots{
    bottom: 0;
}
.block_anchor {
    background: #1B2131;
    color: #EDEEEF;
    margin-top: 40px;
    left: 0;
    right: 0;
    z-index:9;
    overflow-x: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.block_anchor.fixed{
    margin: 0;
}
.anchor.active:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #3BBD00;
}
.links_anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;
}
.links_anchor>* {
    padding: 15px 30px;
    position: relative;
    -webkit-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;
}

.fotogallery{
    padding-top: 30px;
}
.fotogallery .wrap_slider {
    position: relative;
    margin-bottom: 40px;
}
.fotogallery_slider{
    position: relative;
    padding-bottom: 50px;
}
.fotogallery_slider:not(.owl-loaded) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.item_gallery {
    margin: 0 15px;
    padding-top: 60%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
}
.fotogallery_slider .owl-item:not(.center) .item_gallery {
    background-size: 80%;
    background-position: right center;
    position: relative;
}
.fotogallery_slider .owl-item:not(.center) .item_gallery:after{
    content:'';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5)));
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5))
}
.fotogallery_slider .owl-item.center + .owl-item .item_gallery{
    background-position: left center;
}
.fotogallery_slider_thumbs {
    position: absolute;
    max-width: 694px;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}
.thumb_gallery {
    position: relative;
    cursor:pointer;
    padding: 29.6%;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: cover;
    background-position: center;
}
.fotogallery_slider_thumbs .owl-item .thumb_gallery:not(.current):after{
    content:'';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5)));
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5))
}
.fotogallery_slider_thumbs .owl-item .thumb_gallery.current{
    opacity: 1;
    border: 1px solid #1B2131;
}
.fotogallery .arrows_container.black_arrow {
    max-width: 920px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 20px;
}
.property_product {
    padding-top: 60px;
}
.property_product .container{
    max-width:1300px
}
.property_product .property_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.property_item .property_term {
    width: 58.7%;
    font-weight: 400;
    line-height: 120%;
    padding: 15px 35px 15px 15px;
    border-bottom: 1px solid #EDEEEF;
}
.property_item .property_descr {
    width: 41.3%;
    font-weight: 400;
    line-height: 120%;
    padding: 15px 15px 15px 35px;
    color:#1B2131;
    margin: 0;
    border-bottom: 1px solid #EDEEEF;
}
.description_product {
    padding-top: 90px;
}

.description_product .tabs_menu_section {
    margin-bottom: 40px;
}
.description_product .tabs_menu_section>li{
    width: 100%;
    max-width: 388px;
}
.description_product .tabs_menu_section>li:after{
    height: 4px;
}
.text_block h6 {
    font-weight: 400;
    font-size: 21px;
    line-height: 21px;
    color: #1B2131;
    margin: 20px 0 10px;
}
.tabs_container .text_block p{
    font-size:16px;
    margin-bottom: 10px;
}
.tabs_container .text_block ul li{
    font-size:16px;
}
.tabs_container>*:not(.active) {
    display: none;
}
#block_video {
    padding-top: 80px;
}
.block_video .wrap_video{
    max-width:1280px;
    margin: 0 auto;
    position: relative;
    padding: 23.4%;
}
.block_video .wrap_video>*{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.name_tab {
    text-align: center;
    font-weight: 700;
    font-size: 27px;
    line-height: 120%;
    margin-top: 15px;
}
.active .name_tab{
    color:#1B2131;
}

.block_callback>* {
    padding-bottom: 70px;
}
.block_callback>* .btn_black {
    position: absolute;
    bottom: 0;
    left: 10px;
}
.block_callback .btn_white{
    width: 100%;
    max-width:247px;
    text-align: center;
}
.block_callback .lizing_block{
    margin-top: 30px;
}
.block_callback .lizing_block .caption_btn{
    margin-bottom: 20px;
}
.name_lizing_company {
    font-size: 16px;
    line-height: 120%;
    margin-top: 20px;
}
.single_page .tabs_menu_section{
    margin-bottom: 80px;
}
.single_page{
    margin-top: 30px;
    font-size: 21px;
    line-height: 140%;
}
.single_page .middle_title.no_line {
    margin-bottom: 0;
    padding-bottom: 20px;
}
.single_page .previev_text_top {
    max-width: 1020px;
    margin-bottom: 50px;
}
.single_page .section_title {
    color: #1B2131;
    font-size: 48px;
}
.page_history .block_in_numbers {
    margin: 60px 0 0;
    border: none;
    padding: 60px 0;
    color:#ffffff;
}
.page_history .block_in_numbers .numbers_text{
    color:#ffffff;
}
.block_in_numbers .numbers_text span {
    font-size: 24px;
    vertical-align: super;
}

.page_history .block_in_numbers [class^="col-"]:after{
    content:'';
    position: absolute;
    top: -60px;
    bottom: -60px;
    -webkit-transform:skewX(-13.5deg);
    -ms-transform:skewX(-13.5deg);
    transform:skewX(-13.5deg);
    z-index:-1;
}
.page_history .block_in_numbers [class^="col-"]:first-child:after{
    background: #008C29;
}
.page_history .block_in_numbers [class^="col-"]:nth-child(2):after{
    background: #3BBD00;
}
.page_history .block_in_numbers [class^="col-"]:last-child:after{
    background: #989BA2;
}
.advantage_production_company {
    max-width: 980px;
    font-size: 16px;
    color: #1B2131;
    line-height: 22px;
    margin-bottom: 60px;
}
.item_production_company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.item_production_company .wrap_img {
    padding: 7px;
    margin-right: 16px;
    width: 68px;
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex:0;
    -ms-flex:none;
    flex:none;
}
.gray_block_page{
    background-repeat: no-repeat;
    background-size:auto 100%;
    margin-bottom: 70px;
}
.gray_block_page .section_title{
    margin-bottom: 44px;
}
.page_history .gray_block_page{
    margin-top: 100px;
}
.gray_block_page .right_block {
    padding: 60px 20px 44px;
    position: relative;
    z-index: 2;
    min-height:461px;
}
.gray_block_page .right_block:after{
    content:'';
    position: absolute;
    top: 0;
    bottom: 0;
    background: #EDEEEF;
    right: -50%;
    left:-80px;
    -webkit-transform:skewX(-13.5deg);
    -ms-transform:skewX(-13.5deg);
    transform:skewX(-13.5deg);
    z-index:-1;
}
.item_strong_company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #1B2131;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}
.item_strong_company .wrap_img {
    padding: 7px;
    width: 61px;
    height: 61px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 22px;
}
.item_strong_company .wrap_img svg{
    max-height: 100%;
}
.item_strong_company p{
    padding: 12px 0;
    font-size: 16px;
    line-height:120%;
}
.company_profit .btn_white {
    margin-top: 27px;
    line-height: 120%;
    width: 100%;
    max-width: 205px;
    text-align: center;
}
.page_contacts .contacts_block_item:not(:last-child) {
    margin-bottom: 20px;
}
.page_contacts .contacts_block_item .contacts_data {
    width: 100%;
}
.reviews_page .tabs_menu_section{
    margin-bottom: 40px;
}
.reviews_page h2.middle_title{
    margin-bottom: 0;
}
.reviews_page .tabs_menu_section+.text_block {
    margin-bottom: 60px;
}
a[href^="tel:"]+.free_call {
    font-size: 13px;
}
/*Казань экспо*/
.page_expo h1{
    font-size: 64px;
    line-height:1;
    margin:50px 0 20px;
    text-align: center;
    font-weight: 700;
    color: #1B2131;
}
.page_expo h1+p{
    font-size: 18px;
    text-align: center;
}
.page_expo .page_form {
    max-width: 1120px;
    margin: 20px auto 0;
}
.page_form .block_checkbox {
    margin:5px 0 25px;
}
.checkbox_field {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    margin-bottom: 10px;
}
.checkbox_field>:first-child{
    padding-right: 32px;
}
.checkbox_field input[type="checkbox"]{
    display: none;
}
.check_choise {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #989BA2;
    width: 70px;
    height: 34px;
    padding: 2px 6px 0 6px;
    border-radius: 34px;
    font-size: 14px;
    line-height: 1;
    color: #1B2131;
}
.check_choise:before{
    content: '';
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background:#1B2131;
    top: 1px;
    right: 1px;
    transition: 0.4s;
}
.checkbox_field input[type="checkbox"]:checked + .check_choise:before{
    right: 37px;
    background:#3BBD00;
}
.page_form .description_event {
    margin: 40px 0;
}
.screw_mini_block {
    position: relative;
    padding: 15px 50px;
    margin: 20px 0;
}
.screw_mini_block.green_bg, .screw_mini_block.green_bg h2,.screw_mini_block.green_bg p{
    color: #fff;
}
.screw_mini_block::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 20px;
    right: 20px;
    -webkit-transform: skewX(-18deg);
    -ms-transform: skewX(-18deg);
    transform: skewX(-18deg);
}
.screw_mini_block.green_bg::before{
    background-color: #3BBD00;
}
a[href^="tel"]{
    white-space: nowrap;
}
.item_schedule_event {
    padding: 40px 0;
    margin: 20px 0;
    border-bottom: 1px solid #212529;
}
.item_schedule_event:first-child{
    border-top: 1px solid #212529;
}
.descr_shedule_event {
    display: flex;
    margin-bottom: 15px;
}
.descr_shedule_event .time_event {
    font-weight: 700;
    color: #000000;
}
.item_schedule_event .descr_shedule_event p{
    margin-bottom: 0;
}
.descr_shedule_event p:first-child {
    font-weight: 700;
}
.description_page .img_block {
    display: flex;
    flex-flow: wrap;
    margin: -16px -8px 27px -8px;
}
.description_page .text_block p:not(:last-child){
    margin-bottom: 27px;
}
.description_page .img_block>* {
    padding: 0 8px;
    flex: 0 0 33.333%;
    width: 33.333%;
    margin-top: 16px;
}
.description_page .section_title {
    margin-bottom: 40px;
    padding-bottom: 34px;
}
.page_fest .list_block{
    max-width:1170px;
}
.description_page .list_block>*{
    margin-bottom: 30px;
}
.description_page .text_block .list_block>*>*:first-child {
    color: #1B2131;
    margin-bottom: 5px;
}
.page_error .map-columns {
    display: inline-table;
}
.page_error .map-columns tr {
    display: flex;
    justify-content: center;
    text-align: left;
}
.page_error .map-columns td {
    margin: 0 15px;
}
.page_error .map-columns ul ul{
    padding-left:10px ;
}
.page_error .map-columns ul li {
    list-style: disc;
    margin: 10px 0;
}
#city_domain_list {
    max-width: 1200px;
    width: 96%;
}
.city_list_choice {
    display: flex;
    flex-flow: wrap;
    gap: 20px;
}
.city_list_item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    width: calc(20% - 20px);
}
.city_list_item .f_letter {
    font-weight: 700;
}
.city_list_item .city_items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}
.search_city_block {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #989BA2;
    border-radius: 4px;
    line-height: 1;
    max-width: 330px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}
.search_items_city {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.accept_cookies_block {
    background: #131313d4;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: clamp(14px, 3vw, 16px);
    color: #fff;
    z-index: 999;
    padding: 40px 0;
    line-height: 1.4;
}
.accept_cookies_block a{
    color:#fff;
    text-decoration:underline;
}
.accept_cookies_block_wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}
.accept_cookies_block .btn_green{
    margin-top: 0;
}
@media all and (min-width: 1250px){
    .menu_lvl_1.parent{
        margin-bottom: -5px;
        padding-bottom: 5px;
    }
    .top_menu>ul>li>.wrap_submenu {
        padding: 20px 0;
        border-top: 1px solid #EDEEEF;
        box-shadow: 0 10px 16px -10px rgb(0 0 0 / 25%);
        position: fixed;
        top: 96px;
        left: 0;
        right: 0;
        background: #fff;
    }
    .top_menu>ul>li:hover .wrap_submenu {
        display: block;
    }
    .wrap_submenu>ul {
        max-width: 1557px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        flex-flow: wrap;
    }
    .wrap_submenu>ul>li {
        padding: 10px 20px;
    }
    .wrap_submenu>ul>li:hover{
        color: #3BBD00;
    }
}
@media all and (min-width:769px){
    .slider_card_product .owl-nav{
        top: 315px;
    }

    .page_news .items_news>*{
        margin-bottom: 40px;
    }
    .page_news .load_more{
        display: none;
    }
    .page_history [class^="col-"]:nth-child(2) .item_in_numbers{
        padding-left: 30%;
        padding-right: 12%;
    }
    .page_history [class^="col-"]:last-child .item_in_numbers{
        padding-left:22%;
    }
    .page_history .block_in_numbers [class^="col-"]:first-child:after{
        background: #008C29;
        left: -80%;
        right: 0;
    }
    .page_history .block_in_numbers [class^="col-"]:nth-child(2):after{
        left: 0;
        right: 0;
    }
    .page_history .block_in_numbers [class^="col-"]:last-child:after{
        left: 0;
        right: -80%;
    }
    .page_contacts #map{
        height: 100%;
    }
    .links_anchor>*:hover {
        background: #60646F;
    }
    .tabs_menu_section {
        scrollbar-width: thin;
        scrollbar-color: #EDEEEF #FFFFFF;
    }
    /* для Chrome/Edge/Safari */
    .tabs_menu_section::-webkit-scrollbar {
        height: 9px;
        width: 9px;
        margin-bottom: -5px;
    }
    .tabs_menu_section::-webkit-scrollbar-track {
        background: #FFFFFF;
        margin-bottom: -3px;
    }
    .tabs_menu_section::-webkit-scrollbar-thumb {
        background-color: #EDEEEF;
        border-radius: 5px;
        border: 1px solid #FFFFFF;
        margin-bottom: -3px;
    }
    .tabs_menu_section>li:hover a {
        background: #EDEEEF;
    }
    .tabs_menu_section>li:not(.selected):hover a:after {
        content:'';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 6px;
        background: #989BA2;
    }
    footer>.container{
        padding: 0 20px;
    }

}
@media(max-width: 1485px){
    .top_menu.desk {
        min-width: 532px;
    }
    .top_menu.desk > ul > li {
        padding: 13px 5px;
    }
    .top_menu.desk .menu_lvl_1.parent {
        padding-right: 28px;
    }
    .menu_lvl_1.parent::after {
        right: 11px;
    }
}
@media (max-width: 1411px) {
    header .soc_block.desk {
        display: none;
    }
    .top_menu.desk {
        margin-right: 15px;
    }
}
@media (max-width: 1249px){
    .top_menu.desk {
        display: none;
    }
    .hamb.mob {
        display: block;
    }
}
@media all and (max-width:980px){
    .description_page .img_block{
        margin: -6px -3px 0;
    }
    .description_page .img_block>* {
        flex: 0 0 50%;
        width: 50%;
        padding: 0 3px;
        margin-top: 6px;
    }
    #city_domain_list {
        max-width: 800px;
    }
    .city_list_item {
        width: calc(33.33% - 20px);
    }
}
@media all and (max-width:768px){
    html,body{
        font-size:15px;
    }
    h3 {
        font-size: 24px;
    }
    .desk{
        display: none !important;
    }
    .mob{
        display: block;
    }
    section{
        margin-top: 70px;
    }
    .container{
        padding: 0 20px;
    }
    .middle_title{
        padding-top: 0;
        font-size: 32px;
        margin-bottom: 20px;
    }
    header {
        padding: 15px 0;
    }
    .old_site_link {
        font-size: 14px;
    }
    .center_head_block {
        padding: 0 0 0 10px;
    }
    .search_top .right_block input[type="submit"] {
        padding: 9px 20px;
        margin-right: 0;

    }
    .search_top  .close_search{
        display: none;
    }
    .main_banner_item h2 {
        font-size: 32px;
    }
    .main_banner_item {
        min-height: 440px;
    }
    .main_banner_item:after {
        background: -webkit-gradient(linear, left top, right top, from(#1B2131), color-stop(130.67%, rgba(0, 0, 0, 0)));
        background: -o-linear-gradient(left, #1B2131 0%, rgba(0, 0, 0, 0) 130.67%);
        background: linear-gradient(90deg, #1B2131 0%, rgba(0, 0, 0, 0) 130.67%);
    }
    .main_banner_item>.wrap_img img {
        max-width: unset;
        width: auto;
        height: 100%;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .content_banner {
        top: 7%;
    }
    .main_banner_item .text_block {
        font-size: 16px;
        color: #ffffff;
    }
    .btn_green {
        width: 100%;
        text-align: center;
    }
    .section_tabs .tabs_link {
        font-size:15px;
        margin: 37px -40px 27px;
    }
    .section_tabs .tabs_link a {
        padding: 17px 32px;
    }
    .section_tabs .tabs_link .active a {
        padding-left: 49px;
        padding-right: 50px;
    }
    .section_tabs .tabs_link a svg{
        display: none;
    }
    .section_tabs .tabs_link a:before{
        right: -5px;
        width: auto;
    }
    .section_tabs .animate .active {
        -webkit-transform: translateX(97%);
        -ms-transform: translateX(97%);
        transform: translateX(97%);
    }
    .section_tabs .animate>*:not(.active) {
        -webkit-transform: translateX(-104.8%);
        -ms-transform: translateX(-104.8%);
        transform: translateX(-104.8%);
    }
    .section_tabs .tabs_link .active a:before {
        left: -5px;
        right: 0;
    }
    .section_tabs .tabs_link.animate a:before {
        right: 0;
        left: -10px;
    }
    .section_tabs .tabs_link.animate .active a:before {
        left: -3px;
    }
    .item_tabs_content>.link_item_tabs h2 {
        margin-top: 15px;
        font-size: 16px;
    }
    .section_tabs .tabs_content>* {
        margin-bottom: 15px;
    }
    .coms {
        margin-top: 35px;
    }
    .section_title {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .skew_block {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
    }
    .skew_block .left_block {
        width: 100%;
        min-height:320px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .skew_block .section_title {
        margin-top: 0;
    }
    .coms>*{
        overflow:visible;
    }
    .coms_descr {
        width: 100%;
        padding: 57px 10px 27px;
    }
    .coms_descr:after {
        left: -20px;
        right: -20px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .coms .top_block {
        background-image: url(img/bg_top_block.png);
        background-size: auto 52%;
        background-position: 25% 0;
    }
    .coms_descr .text_block h3 {
        font-size: 24px;
    }
    .coms_descr .text_block {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .left_block.coms_descr .square_box {
        display: none;
    }
    .skew_block_rev .coms_descr:after {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: -20px;
        right: -20px;
        bottom: 0;
    }
    .coms .bottom_block {
        min-height: 1px;
    }
    .left_block.coms_descr {
        padding-left: 20px;
        padding-top: 58px;
    }
    .square_box {
        top: 58%;
        right: -24px;
    }
    .advantage_item {
        padding: 10px 0;
    }
    .advantage_items>* {
        margin-top: 0;
    }
    .advantage_item h4 {
        font-size: 16px;
    }
    .partners{
        margin-top: 50px;
    }
    .big_title {
        font-size: 64px;
        line-height: 77px;
    }
    .partners .count_partners p {
        font-size: 24px;
    }
    .item_slide_partners.row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 2052px;
        margin-left: 12px;
    }
    .partners_logo_slider.owl-carousel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: auto;
        padding: 0 0 20px;
        margin: 0 -20px;
        width: auto;
        position: relative;
    }
    .partners .left_block:after{
        bottom: -40px;
    }
    .partners .left_block {
        padding: 46px 10px;
    }
    .partners .left_block:after{
        -webkit-transform:none;
        -ms-transform:none;
        transform:none;
    }
    .item_slide_partners>* {
        margin-bottom: 0;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        max-width: 254px;
        padding: 0 8px;
    }
    .news_block {
        margin-top: 50px;
    }
    .date_news {
        font-size: 13px;
    }
    .text_block h4 {
        font-size: 24px;
    }
    .text-block p{
        margin-bottom: 10px;
    }
    .items_news>* {
        padding-bottom: 18px;
        margin-bottom: 15px;
    }
    .items_news>*:last-child{
        margin-bottom: 0;
    }
    .news_block .btn_white {
        margin-top: 5px;
    }
    .btn_white{
        width: 100%;
        text-align: center;
    }
    .question>p {
        font-size: 16px;
    }
    .line_form {
        padding: 60px 0;
        margin-top: 60px;
    }
    .line_form h2,.line_form .h2 {
        font-size: 32px;
    }
    .line_form .h2 a .free_call {
        font-size: 17px;
    }
    .line_form .form_prod_name {
        margin-bottom: 16px;
    }
    .line_form .left_block p:not(.h2) {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .accept_check {
        margin-top: 0;
    }
    .line_form .btn_orange {
        margin-top: 20px;
    }
    .btn_orange{
        width: 100%;
        text-align: center;
    }
    .contacts_data p:not(:first-child) {
        font-size: 16px;
        margin-top: 10px;
    }
    .contacts_block>* {
        margin-bottom: 15px;
    }
    #map {
        height: 320px;
        margin-top: 5px;
    }
    footer {
        margin: 0;
        padding: 60px 0 20px;
    }
    .footer_columns {
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer_columns>* {
        width: 100%;
    }
    .footer_left_block {
        padding: 0;
        text-align: center;
    }
    .footer_left_block>*:not(:first-child) {
        margin-top: 10px;
        font-size: 14px;
        line-height: 140%;
    }
    footer .img_made img {
        margin-top: 0;
    }
    [class^="footer_col_"]>ul {
        display: none;
    }
    [class^="footer_col_"] h6 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .footer_menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 30px -10px 0;
    }
    .footer_menu>*{
        width: 50%;
        padding: 0 10px;
    }
    .footer_menu a {
        display: block;
        margin-bottom: 15px;
    }
    .footer_menu h6 {
        margin: 0;
    }
    .footer_menu .soc_block{
        margin-top: 5px;
    }
    footer .callback_block {
        margin-top: 15px;
        text-align: center;
    }
    footer .callback_block h6 {
        font-size: 24px;
        text-align: center;
        margin-bottom: 10px;
    }
    .copywrite {
        padding-top: 30px;
        border-top: none;
        text-align: center;
    }
    .copywrite .right_block{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        margin-bottom: 15px;
    }
    .copywrite .right_block>*:not(:last-child){
        margin-bottom: 10px;
    }
    footer .yandex_bage {
        margin-bottom: 30px;
    }
    .banner_section {
        padding: 37.27%;
    }
    .text_block_banner{
        padding-top: 60px;
    }
    .banner_section h2{
        font-size: 32px;
    }
    .text_block h3{
        font-size: 24px;
        padding-bottom: 20px;
    }
    .lizing_page .text_block h3 {
        margin-top: 30px;
    }
    .page_section {
        font-size: 16px;
    }
    .slider_card_product {
        padding-top: 30px;
    }
    .slider_card_product .name_product .price {
        font-size: 20px;
    }
    .block_point_img>* {
        width: 18px;
        height: 18px;
    }
    .block_point_img>*:after{
        width: 9px;
        height: 9px;
    }
    .block_points_content>*{
        background: #ffffff;
    }
    .slider_card_product .advantage_item_product .text_block h4{
        font-size:20px;
    }
    .slider_card_product .slider_product {
        padding-bottom: 48px;
    }

    .links_anchor {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .fotogallery{
        padding-top: 45px;
    }
    .fotogallery .wrap_slider {
        padding-bottom: 68px;
    }
    .item_gallery{
        margin: 0 20px;
    }
    .fotogallery_slider .owl-dots{
        bottom: -93px;
    }
    .fotogallery_slider_thumbs{
        padding: 0 20px;
    }
    h3{
        padding-bottom: 20px;
    }
    .description_product {
        padding-top: 60px;
    }
    .tabs_menu_section{
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border:none;
    }
    .tabs_menu_section>li a {
        min-width:unset;
        padding: 15px 20px;
    }
    .description_product .tabs_menu_section{
        margin-bottom: 20px;
    }
    .description_product .tabs_menu_section>li a {
        max-width: 300px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .property_product .property_item{
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
    }
    .property_item .property_term,.property_item .property_descr{
        padding: 15px;
    }
    .text_block h6 {
        font-size: 16px;
    }
    .tabs_container .text_block p,.tabs_container .text_block ul li {
        font-size: 15px;
    }
    #block_video {
        padding-top: 60px;
    }
    .block_video .wrap_video{
        padding: 28.1%;
    }

    .block_callback>* {
        padding-bottom: 60px;
    }
    .block_callback .lizing_block {
        margin-top: 0;
    }
    .block_callback .lizing_block .caption_btn{
        margin-bottom: 10px;
    }
    .name_lizing_company {
        font-size: 15px;
        margin-top: 10px;
    }
    .page_news .bx-pagination-container{
        display: none;
    }
    .page_news .tabs_menu_section {
        margin-bottom: 30px;
    }
    .page_news .contacts{
        margin-top: 40px;
    }
    .content_page {
        margin-top: 30px;
    }
    .content_page ul li{
        font-size: 18px;

    }
    .block_in_numbers {
        padding: 30px 0 50px;
    }
    .contacts_page_block .middle_title {
        font-size: 27px;
    }
    .contacts_page_block .text_block p:last-child{
        margin-bottom: 0;
    }
    .advantage_lizing {
        margin: 60px 0;
    }
    .advantage_lizing>.container {
        padding: 0;
    }
    .advantage_lizing .left_block {
        padding: 99px 40px;
    }
    .advantage_lizing .center_block {
        padding: 44px 30px 42px 40px;
    }
    .advantage_lizing .text_block:not(:first-child) {
        margin-top:20px;
    }
    .advantage_lizing .center_block:after{
        right: -50%;
    }
    .advantage_lizing .right_block{
        padding: 44px 30px 44px 40px;
    }
    .advantage_lizing .right_block:after{
        left: -50%;
    }
    .advantage_lizing .right_block .text_block:not(:first-child){
        margin-top: 0;
    }
    .advantage_lizing + .text_block {
        font-size: 18px;
    }
    .single_page{
        font-size:18px;
    }
    .page_history section {
        margin-top: 60px;
    }
    .page_history .block_in_numbers {
        margin: 30px 0 0;
        padding: 0;
    }
    .page_history .block_in_numbers .item_in_numbers {
        padding: 30px 20px;
        font-size: 21px;
    }
    .page_history .block_in_numbers [class^="col-"]:after{
        top: 0;
        bottom: 0;
        left: -20px;
        right: -20px;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none;
    }
    .single_page .section_title {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .single_page .gray_block_page .section_title{
        margin-bottom: 20px;
    }
    .item_production_company{
        margin-bottom: 20px;
    }
    .gray_block_page {
        background-size: 100% auto;
        padding-top: 66.4%;
    }
    .page_history .gray_block_page{
        margin-top: 60px;
    }
    .gray_block_page .right_block:after{
        -webkit-transform:none;
        -ms-transform:none;
        transform:none;
    }
    .gray_block_page .right_block {
        padding: 40px 0 30px;
    }
    .item_strong_company{
        margin-bottom: 10px;
    }
    section.company_profit {
        font-size: 21px;
    }
    .company_profit .col-md-6{
        margin-top: 30px;
    }
    .company_profit .btn_white {
        max-width: 100%;
    }
    .popup_form {
        padding: 40px 10px;
    }
    .page_form{
        padding: 20px 0;
    }
    .page_form input[type="text"], .page_form textarea, .page_form input[type="email"]{
        margin-bottom: 15px;
    }
    .checkbox_field{
        font-size: 16px;
        line-height:1;
        padding: 0;
        margin-bottom: 15px;
    }
    .page_form .block_checkbox{
        margin-bottom: 30px;
    }
    .page_form .submit_block input[type="submit"]{
        width: 100%;
    }
    .slider_scale>*{
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .slider_scale>*:after {
        top: 50%;
        left: -20px;
        -webkit-transform: translate(0,50%);
        -ms-transform: translate(0,50%);
        transform: translate(0,50%);
        width: 16px;
        height: 1px;
    }
    /*Казань экспо*/

    .page_expo h1{
        font-size: 32px;
        margin-top: 20px;
    }
    .page_expo h1+p {
        font-size: 16px;
    }
    .page_expo .page_form{
        margin-top: 0;
    }
    .page_expo .page_form h2{
        font-size: 24px;
        padding-bottom: 20px;
    }
    .page_expo .page_form h2 + p{
        text-align: center;
    }
    .descr_shedule_event {
        flex-flow: wrap;
    }
    .descr_shedule_event .time_event {
        margin-bottom: 5px;
        width: 100%;
    }
    .item_schedule_event .descr_shedule_event p {
        padding-left: 0;
    }
    .item_schedule_event {
        padding: 20px 0;
    }
    .slider_mob_block__wrap{
        margin: 0 -20px;
    }
    .description_page .text_block .list_block {
        margin-bottom: 30px;
    }
    .description_page .middle_title{
        font-size:27px;
    }
    .description_page .slider_mob_block {
        display: block;
        margin: 30px 0 50px;
    }
    .description_page .text_block p:not(:last-child){
        margin-bottom: 20px;
    }
    .description_page .slider_mob_block>* {
        padding: 0;
        width: unset;
        margin: 0;
    }
    .single_page .previev_text_top{
        margin-bottom: 30px;
    }
    .gray_block_page{
        margin-bottom: 50px;
    }
    .single_page .description_page {
        margin-top: 50px;
    }
    .description_page .list_block>* {
        margin-bottom: 20px;
    }
    #city_domain_list {
        max-width: 480px;
    }
    .city_list_item {
        width: calc(50% - 20px);
    }
    .accept_cookies_block {
        padding: 15px 0;
    }
    .accept_cookies_block_wrap {
        flex-flow:wrap;
        gap: 10px;
    }
}
@media all and (max-width:450px){
    .screw_mini_block{
        padding: 15px;
    }
    .screw_mini_block::before{
        transform: none;
        left: 0;
        right: 0;
    }
    #city_domain_list {
        max-width: 480px;
        padding: 30px;
    }
}