@charset "utf-8";

/* CSS Document */

body {
    font-family: 'Circe', sans-serif;
    color: #2d2d2d;
}

@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-Bold.eot');
    src: local('☺'), url('../fonts/Circe-Bold.woff') format('woff'), url('../fonts/Circe-Bold.ttf') format('truetype'), url('../fonts/Circe-Bold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-ExtraBold.eot');
    src: local('☺'), url('../fonts/Circe-ExtraBold.woff') format('woff'), url('../fonts/Circe-ExtraBold.ttf') format('truetype'), url('../fonts/Circe-ExtraBold.svg') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-Regular.eot');
    src: local('☺'), url('../fonts/Circe-Regular.woff') format('woff'), url('../fonts/Circe-Regular.ttf') format('truetype'), url('../fonts/Circe-Regular.svg') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-Light.eot');
    src: local('☺'), url('../fonts/Circe-Light.woff') format('woff'), url('../fonts/Circe-Light.ttf') format('truetype'), url('../fonts/Circe-Light.svg') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

a {
    color: #4a90e2;
}

a:hover {
    color: #f3b30b;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    min-width: 320px;
    padding: 0 15px;
}

.wrapper {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    min-width: 320px;
    overflow: clip;
    min-height: 100vh;
}

.header {
    border-bottom: 1px solid #f2f3f4;
    padding: 19px 0;
}

.wrap_header {
    display: -webkit-box;
    display: -ms-box;
    display: flex;
    -webkit-box-align: center;
    -ms--align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms--pack: center;
    justify-content: space-between;
    -ms--wrap: wrap;
    -wrap: wrap;
    flex-wrap: wrap;
}

.pull {
    display: none;
}

.logo {
    display: block;
    vertical-align: top;
    width: 140px;
}

.logo img {
    width: 100%;
    height: auto;
    display: block;
}

.logo:hover {
    opacity: 0.8;
}

.close {
    display: none;
}

.closed_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
}

.active .closed_menu {
    opacity: 1;
    visibility: visible;
}

.wr_menu ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 12px;
}

.wr_menu ul li a,
.wr_menu ul li span {
    display: block;
    vertical-align: top;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    color: #3d4c54;
    font-weight: bold;
    line-height: 17px;
    padding: 10px 0;
}

.wr_menu ul li a:after,
.wr_menu ul li span:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0px;
    height: 2px;
    background: #f3b30b;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wr_menu ul li a:hover:after,
.wr_menu ul li span:after {
    width: 100%;
}

.wr_menu ul li a.active:after,
.wr_menu ul li span.active {
    width: 100%;
}

.right_head>* {
    display: inline-block;
    vertical-align: middle;
}

.right_head a.tel {
    font-size: 18px;
    margin-right: 10px;
    line-height: 37px;
    color: #2d2d2d;
}

.right_head a.tel span {
    font-weight: 800;
}

.type_but {
    line-height: 20px;
    text-align: center;
    color: #fff;
    display: block;
    vertical-align: top;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    background: #f3b30b;
    padding: 10px 0 7px;
}

.right_head .type_but {
    width: 140px;
    display: inline-block;
}

.type_but:hover {
    background: #5B8BE3;
}

.sidebar {
    float: left;
    width: 286px;
}

@media (min-width: 1024px) {
    .wrap_main_content {
        align-items: stretch;
        display: flex;
    }

    .sidebar {
        flex: 0 0 286px;
        float: none;
    }

    .right_content {
        flex: 1 1 auto;
        float: none;
        min-width: 0;
    }

    .sidebar-sticky-content {
        align-self: flex-start;
        box-sizing: border-box;
        padding: 0 10px;
        position: sticky;
        top: 20px;
        width: 100%;
    }
}

@media (max-width: 1023px) {
    .sidebar-sticky-content {
        display: none;
    }
}

.open_side {
    display: block;
    vertical-align: top;
}

.wr_sidebar {
    background: #fff;
    padding: 20px 10px;
    box-shadow: 0 3px 9px 0 rgba(98, 98, 97, 0.15);
}

.sidebar_wrap_item {
    border-bottom: solid 2px #e2e2e2;
}

.sidebar_wrap_item+.sidebar_wrap_item {
    margin-top: 20px;
}

.have_sub {
    display: block;
    vertical-align: top;
}

.open_sub {
    display: block;
    vertical-align: top;
    position: relative;
    font-size: 16px;
    color: #3d4c54;
    font-weight: bold;
    padding: 8px 22px;
    line-height: 20px;
    border-bottom: solid 1px #f2f4f6;
}

.have_sub .open_sub:after {
    content: '';
    position: absolute;
    top: 0;
    height: 36px;
    right: 5px;
    background: url(../img/icons/up_copy.png) no-repeat center center;
    width: 11px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.have_sub .open_sub.active:after {
    -moz-transform: rotate(180deg);
    /* Для Firefox */
    -ms-transform: rotate(180deg);
    /* Для IE */
    -webkit-transform: rotate(180deg);
    /* Для Safari, Chrome, iOS */
    -o-transform: rotate(180deg);
    /* Для Opera */
    transform: rotate(180deg);
}

.open_sub:hover {
    background: #FAFAFA;
    cursor: pointer;
}

.sub_menu {
    display: none;
    vertical-align: top;
}

.sub_menu li {
    display: block;
    vertical-align: top;
    border-bottom: solid 1px #f2f4f6;
}

.sub_menu li a,
.sub_menu li span {
    display: block;
    vertical-align: top;
    padding: 10px 22px;
    line-height: 20px;
    font-size: 14px;
    color: #4a90e2;
    background: #FAFAFA;
}

.sub_menu li a:hover,
.sub_menu li a.active,
.sub_menu li span.active {
    color: #fff;
    background: #f3b30b;
}

.open_side {
    display: none;
}

h4.open_sub {
    text-transform: uppercase;
    font-size: 14px;
    color: #2d2d2d;
    border: none;
}

.wr_sub_menu:last-of-type {
    border-bottom: none;
}

.wr_sub_menu {
    border-bottom: solid 1px #f2f4f6;
    padding: 15px 0;
}

.sub_menu_labe+.sub_menu_labe {
    margin-top: 10px;
}

.sub_menu_labe p {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    color: #9b9b9b;
    margin-bottom: 2px;
}

.sub_menu_labe {
    padding: 0 22px;
}

.sub_menu.active {
    display: block;
}

.jq-selectbox__select-text {
    color: #3d4c54;
}

.jq-selectbox__select {
    width: 100%;
    padding: 0 25px 0 15px;
    border: 1px solid #e2e2e2;
    border-radius: 0px;
    line-height: 23px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.08);
}

.jq-selectbox__trigger {
    width: 25px;
    border-left: 1px solid #e2e2e2;
}

.jq-selectbox__trigger-arrow {
    background: url(../img/icons/up_copy.png) no-repeat center center;
    width: 100%;
}

.jq-selectbox li:hover {
    color: #f3b30b;
    padding-left: 15px;
}

.jq-selectbox li {
    padding: 5px 15px;
    line-height: 20px;
    font-size: 14px;
    color: #4a90e2
}

.jq-selectbox li:before {
    display: none;
}

.jq-selectbox li.selected {
    background: #f3b30b;
    color: #fff;
}

.jq-selectbox li:hover {
    background: #f3b30b;
    color: #fff;
}

.jq-selectbox__dropdown {
    box-sizing: border-box;
    width: 100%;
    border-radius: 0px;
    border: 1px solid #f3b30b;
    top: 100%;
    left: 0;
    background: #FAFAFA;
    z-index: 13;
    padding: 0px 0px;
}

.sidebar_wrap_item:last-of-type {
    border-bottom: none;
}

.right_content {
    float: right;
    padding-left: 20px;
    padding-top: 40px;
    width: calc(100% - 286px);
    width: -webkit-calc(100% - 286px);
    width: -moz-calc(100% - 286px);
    width: -o-calc(100% - 286px);
}

.title {
    padding-left: 30px;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 30px;
    line-height: 1.33;
    letter-spacing: 1px;
    color: #2d2d2d;
}

.title2 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 15px;
    line-height: 1.33;
    letter-spacing: 0.8px;
    color: #2d2d2d;
}

.type_txt {
    padding-left: 30px;
}

.wrap_pre {
    padding: 0 17px;
    display: -webkit-box;
    display: -ms-box;
    display: flex;
    justify-content: space-between;
    -ms--wrap: wrap;
    -wrap: wrap;
    flex-wrap: wrap;
}

.pre_item {
    width: 158px;
    text-align: center;
    margin-bottom: 30px;
}

.pre_img {
    margin-bottom: 10px;
}

.pre_img img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.pre_txt h4 {
    font-weight: bold;
    font-size: 18px;
    color: #3d4c54;
    margin-bottom: 7px;
}

.right_content .pre_txt p,
.pre_txt p {
    font-size: 14px;
    line-height: 1.14;
    color: #3d4c54;
    padding-top: 0;
}

.main_table {
    border: solid 1px #e8e9ea;
    padding: 20px 30px 10px;
}

.tb_item {
    width: 100%;
    border-collapse: collapse;
    color: #3d4c54;
    font-size: 14px;
    line-height: 20px;
}

.tb_item td,
.tb_item th {
    padding: 7px 20px;
    text-align: left;
}

.tb_item thead th {
    border-bottom: solid 2px #f3b30b;
}

.tb_item td span {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

.tb_item td {
    border-bottom: solid 1px #f2f4f6;
}

.tb_item tr:last-of-type td {
    border-bottom: none;
}

.wrap_links {
    padding: 20px 5px 20px 30px;
    display: -webkit-box;
    display: -ms-box;
    display: flex;
    -webkit-box-align: center;
    -ms--align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms--pack: center;
    justify-content: space-between;
    -ms--wrap: wrap;
    -wrap: wrap;
    flex-wrap: wrap;
}

.left_links {
    display: -webkit-box;
    display: -ms-box;
    display: flex;
    -webkit-box-align: center;
    -ms--align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms--pack: center;
    -ms--wrap: wrap;
    -wrap: wrap;
    flex-wrap: wrap;
}

.left_links>* {
    text-align: left;
}

.left_links p {
    font-size: 16px;
    margin: 0 10px 0 16px;
    line-height: 1;
}

.left_links p span {
    display: block;
    font-weight: bold;
}

.left_links a {
    font-size: 27px;
    color: #2d2d2d;
}

.left_links a span {
    font-weight: bold;
}

.right_links a {
    display: block;
    vertical-align: top;
    line-height: 24px;
    font-size: 16px;
    position: relative;
    padding-left: 36px;
    font-weight: bold;
    color: #4a90e2;
}

.right_links a:hover {
    text-decoration: underline;
    color: #f3b30b;
}

.right_links a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
}

.right_links a.download:before {
    background: url(../img/icons/download.png) no-repeat center left;
}

.right_links a.calculator:before {
    background: url(../img/icons/calculator.png) no-repeat center left;
}

.right_links a+a {
    margin-top: 8px;
}

.wrap_slider {
    padding: 0 30px;
    padding-top: 30px;
}

.wr_slider {
    position: relative;
}

.slider_img {
    display: block;
    vertical-align: top;
    margin: 2px 2px;
    color: #4a90e2;
    line-height: 20px;
    font-size: 14px;
}

.slider_img div {
    text-align: center;
}

.slider_img:hover {
    /*
      -webkit-box-shadow: 0px 0px 0px 1px rgba(243,179,11,1);
  -moz-box-shadow: 0px 0px 0px 1px rgba(243,179,11,1);
  box-shadow: 0px 0px 0px 1px rgba(243,179,11,1);
  */
    color: #f3b30b;
    text-decoration: underline;
}

.slider_img img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

.wr_slider {
    margin-bottom: 15px;
}

.wr_slider_bott {
    position: relative;
    background: #fff;
    text-align: center;
    z-index: 2;
    padding: 0 30px;
    display: inline-block;
}

.wr_slider_bott .type_but {
    display: inline-block;
    width: 188px;
}

.slider_bott {
    position: relative;
    text-align: center;
}

.slider_bott:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 100%;
    background: #ebebeb;
    height: 2px;
    left: 0;
}

.type_txt {
    /*padding-top: 50px;*/
}

.type_txt .title2 {
    max-width: 486px;
}

.type_txt {
    color: #3d4c54;
    font-size: 16px;
    line-height: 1.3;
}

.type_txt p+p {
    padding-top: 25px;
}

.type_txt li {
    display: block;
    vertical-align: top;
    padding-left: 30px;
    position: relative;
}

.type_txt li+li {
    margin-top: 20px;
}

.type_txt li:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    border-radius: 50% 50%;
    background: #f3b30b;
    width: 8px;
    height: 8px;
}

.have_sub2 {
    border-top: solid 2px #e2e2e2;
}

.wrap_main_content {
    padding-bottom: 50px;
}

.footer {
    background: #F6F7F8;
    text-align: center;
}

.wrap_footer {
    border-bottom: 1px solid #dadada;
    padding: 19px 0;
}

.foot_bott {
    text-align: center;
    padding: 20px 0;
}

.foot_bott p {
    font-size: 14px;
    color: #3d4c54;
    padding-bottom: 15px;
}

.foot_bott span {
    display: block;
    vertical-align: top;
    color: #9b9b9b;
    font-weight: bold;
    font-size: 10px;
}

.modal {
    display: none;
}

.wrap_modal {
    width: 100%;
    max-width: 710px;
    padding: 40px 0px;
    overflow: visible;
    border-radius: 10px;
    background-color: #ffffff;
    border: solid 1px #9b9b9b;
}

.wrap_modal .title2 {
    text-align: center;
    padding-left: 0;
    padding-bottom: 30px;
}

.wrap_modal form {
    width: 100%;
    max-width: 536px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-box;
    display: flex;
    justify-content: space-between;
    -ms--wrap: wrap;
    -wrap: wrap;
    flex-wrap: wrap;
}

.input_item.text {
    width: 100%;
}

.input_item p {
    font-size: 14px;
    line-height: 20px;
    color: #3d4c54;
    font-weight: bold;
    padding-bottom: 5px;
}

.input_item p.notate {
    font-size: 10px;
    font-weight: bold;
    padding-bottom: 0;
    line-height: normal;
    text-align: center;
    color: #9b9b9b;
    text-transform: uppercase;
}

textarea.input_one {
    height: 104px;
}

.input_one::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
    font-family: Circe;
    font-size: 14px;
    color: #9b9b9b;
}

.input_one::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
    font-family: Circe;
    font-size: 14px;
    color: #9b9b9b;
}

.input_one:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
    font-family: Circe;
    font-size: 14px;
    color: #9b9b9b;
}

.input_one:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
    font-family: Circe;
    font-size: 14px;
    color: #9b9b9b;
}

.input_one:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.input_one:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.input_one:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.input_one:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.input_item {
    margin-bottom: 23px;
    width: 33.33%;
    padding: 0 13px;
}

.input_item_1 {
    margin-bottom: 23px;
    width: 50%;
    padding: 0 13px;
}

.input_one {
    display: block;
    vertical-align: top;
    width: 100%;
    background: #fff;
    padding: 0 10px;
    font-size: 14px;
    color: #3d4c54;
    line-height: 23px;
    height: 25px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.08);
    border: solid 1px #e2e2e2;
}

.inp_sub {
    display: block;
    vertical-align: top;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    max-width: 220px;
    margin: 0 auto;
    background: #CA3350;
    line-height: 42px;
    height: 42px;
    width: 100%;
}

.inp_sub:hover {
    background: #EAB400;
}

.fancybox-close-small {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 34px;
    height: 34px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);
    border: solid 1px #9b9b9b;
    border-radius: 50% 50%;
    background: url(../img/icons/close.png) no-repeat center center #fff;
    z-index: 10;
    cursor: pointer;
}

.fancybox-close-small:after {
    display: none;
}

.breadcrubms {
    background: #F9F9F9;
    padding: 8px 0 0px;
}

.wrap_breadcrumbs>* {
    line-height: 17px;
    height: 17px;
    font-size: 12px;
    margin-right: 5px;
    letter-spacing: 0.5px;
    display: inline-block;
    vertical-align: top;
    color: #3d4c54;
}

.wrap_breadcrumbs a {
    color: #4a90e2;
}

.wrap_breadcrumbs a:hover {
    text-decoration: underline;
    color: #EAB400;
}

.wrap_breadcrumbs .separator {
    width: 6px;
    background: url(../img/icons/arrow_bread.svg) no-repeat center center;
    background-size: 19px 8px;
}

.wrap_arenda {
    padding-left: 30px;
    max-width: 617px;
}

.arenda_item {
    margin-bottom: 15px;
    border: solid 1px #e8e9ea;
    padding: 14px 14px;
}

.arenda_img {
    display: block;
    vertical-align: top;
    float: left;
    width: 156px;
}

.arenda_img img {
    width: 100%;
    height: auto;
    display: block;
}

.arenda_img:hover {
    opacity: 0.87;
}

.arenda_txt a,
.arenda_txt .a {
    display: block;
    vertical-align: top;
    border-bottom: 2px solid #f3b30b;
    padding-bottom: 7px;
    padding-left: 18px;
    color: #3d4c54;
    font-size: 14px;
    font-weight: bold;
}

.arenda_txt a:hover {
    color: #f3b30b;
}

.wr_arenda_txt li {
    padding: 4px 18px;
    line-height: 20px;
    font-size: 14px;
    color: #3d4c54;
    border-bottom: 1px solid #f2f4f6;
    display: -webkit-box;
    display: -ms-box;
    display: flex;
    -ms--wrap: wrap;
    -wrap: wrap;
    flex-wrap: wrap;
}

.wr_arenda_txt li:last-of-type {
    border-bottom: none;
}

.wr_arenda_txt .ar_l {
    width: 60%;
}

.wr_arenda_txt .ar_r {
    width: 40%;
}

.arenda_txt {
    float: right;
    width: calc(100% - 171px);
    width: -webkit-calc(100% - 171px);
    width: -moz-calc(100% - 171px);
    width: -o-calc(100% - 171px);
}

.align_left {
    float: left;
    width: 270px;
    margin: 0 20px 12px 0;
}

.arenda .type_txt .title2 {
    max-width: inherit;
}

.arenda .type_txt p {
    line-height: 1.5;
}

.type_txt p+ul {
    padding-top: 25px;
}

.type_txt li ul li {
    padding-left: 0px;
}

.type_txt li ul li:before {
    display: none;
}

.type_txt li ul {
    padding: 15px 0 0px 30px;
}

.type_txt li ul li+li {
    margin-top: 3px;
}

.type_images {
    margin: 25px 0;
}

.type_images>* {
    display: inline-block;
    vertical-align: top;
    width: 300px;
}

.type_images img {
    height: auto;
}

.type_images>*+* {
    margin-left: 30px;
}

.wrap_modal .main_table {
    max-width: 510px;
    margin: 0 auto;
    margin-top: 30px;
}

.wrap_sale_box {
    border: solid 1px #e8e8e8;
    background: #fff;
    display: -webkit-box;
    display: -ms-box;
    display: flex;
    justify-content: space-between;
    -ms--wrap: wrap;
    -wrap: wrap;
    flex-wrap: wrap;
}

.left_sale_box {
    width: 50%;
    padding: 10px 30px;
}

.right_sale_box {
    border-left: solid 1px #e8e8e8;
    width: 50%;
    display: -webkit-box;
    display: -ms-box;
    display: flex;
    -webkit-box-align: center;
    -ms--align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms--pack: center;
    -ms--wrap: wrap;
    -wrap: wrap;
    flex-wrap: wrap;
}

tr.active {
    background: #F9F9FB;
}

tr.active td {
    font-weight: 900;
}

.sale_img img {
    width: 100%;
    display: block;
    vertical-align: top;
}

.sale_img {
    margin: 25px 0;
}

.right_sale_box_wrap {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
}

.right_sale_box_wrap li {
    display: -webkit-box;
    display: -ms-box;
    justify-content: space-between;
    -ms--wrap: wrap;
    -wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    vertical-align: top;
    font-size: 14px;
    color: #3d4c54;
    line-height: 20px;
}

.right_sale_box_wrap li span {
    display: block;
    vertical-align: top;
}

.right_sale_box_wrap li .s_l {
    font-weight: bold;
}

.right_sale_box_wrap li .s_r {
    width: 52px;
}

.right_sale_box_wrap li+li {
    margin-top: 10px;
}

.dop_sale .title,
.dop_sale .title2 {
    padding-left: 30px;
    padding-top: 0;
    margin: 0;
}

.dop_sale {
    padding-top: 15px;
}

.dop_sale_tb {
    border: solid 1px #e8e8e8;
    background: #fff;
    padding: 15px 30px;
}

.type_txt h4 {
    font-size: 18px;
    font-weight: bold;
    color: #3d4c54;
    padding-bottom: 18px;
}

.type_txt h6 {
    font-size: 18px;
    padding-bottom: 17px;
    color: #3d4c54;
}

.type_txt .listing li {
    padding-left: 0px;
    line-height: 1.5;
}

.type_txt .listing li+li {
    margin-top: 0;
}

.type_txt .listing li:before {
    display: none;
}

.wrap_sertificate {
    display: -webkit-box;
    display: -ms-box;
    display: flex;
    justify-content: space-between;
    -ms--wrap: wrap;
    -wrap: wrap;
    flex-wrap: wrap;
}

.sert_item img {
    width: 100%;
    height: auto;
    display: block;
}

.sert_item {
    display: block;
    vertical-align: top;
    width: 31%;
}

.sert_item:hover {
    opacity: 0.75;
}

.certificates-carousel {
    --certificates-gap: 24px;
    --certificates-visible: 3;
    max-width: 100%;
    min-width: 0;
    position: relative;
}

.certificates-carousel__viewport {
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    scroll-behavior: smooth;
}

.certificates-carousel .certificates-carousel__track {
    flex-wrap: nowrap;
    gap: var(--certificates-gap);
    justify-content: flex-start;
}

.certificates-carousel .sert_item {
    box-sizing: border-box;
    flex: 0 0 var(--certificates-item-width, 31%);
    min-width: 0;
    width: auto;
}

.certificates-carousel__arrow {
    background: #f3b30b;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 2px 7px rgba(61, 76, 84, 0.28);
    cursor: pointer;
    height: 42px;
    margin-top: -21px;
    padding: 0;
    position: absolute;
    top: 50%;
    transition: background-color .2s, opacity .2s;
    width: 42px;
    z-index: 2;
}

.certificates-carousel__arrow::before {
    border-right: 3px solid #3d4c54;
    border-top: 3px solid #3d4c54;
    content: "";
    height: 10px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 10px;
}

.certificates-carousel__arrow--prev {
    left: 10px;
}

.certificates-carousel__arrow--prev::before {
    transform: translate(-35%, -50%) rotate(-135deg);
}

.certificates-carousel__arrow--next {
    right: 10px;
}

.certificates-carousel__arrow--next::before {
    transform: translate(-65%, -50%) rotate(45deg);
}

.certificates-carousel__arrow:hover,
.certificates-carousel__arrow:focus-visible {
    background: #ffd050;
}

.certificates-carousel__arrow:focus-visible {
    outline: 2px solid #3d4c54;
    outline-offset: 2px;
}

.certificates-carousel__arrow:disabled {
    cursor: default;
    opacity: .35;
}

@media (max-width: 1023px) {
    .certificates-carousel {
        --certificates-gap: 0px;
        --certificates-visible: 1;
    }

    .certificates-carousel__viewport {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .certificates-carousel__viewport::-webkit-scrollbar {
        display: none;
    }

    .certificates-carousel .sert_item {
        flex-basis: 100%;
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .certificates-carousel__arrow {
        display: none !important;
    }
}

.dost_item {
    width: 16.66%;
    position: relative;
    line-height: 20px;
    font-size: 14px;
    position: relative;
    padding-left: 15px;
}

.dost_item p {
    font-weight: bold;
    padding-bottom: 22px;
    margin: 0 0 10px;
}

.wr_much_dost {
    font-size: 14px;
    color: #3d4c54;
    position: relative;
    display: -webkit-box;
    display: -ms-box;
    display: flex;
    -webkit-box-align: center;
    -ms--align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms--pack: center;
    justify-content: space-between;
    -ms--wrap: wrap;
    -wrap: wrap;
    flex-wrap: wrap;
}

.wr_much_dost:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
    width: 100%;
    background: #f3b30b;
    height: 2px;
}

.dost_item:before {
    content: '';
    position: absolute;
    background: #f3b30b;
    top: 50%;
    margin-top: -4px;
    border-radius: 50% 50%;
    width: 8px;
    height: 8px;
    box-shadow: 0 2px 4px 0 rgba(142, 88, 0, 0.23);
}

.dop_sale {
    padding-top: 45px;
}

.shema_item+.shema_item {
    padding-left: 38px;
}

.shema_item .shema_numb {
    display: block;
    vertical-align: top;
    width: 60px;
    text-align: center;
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: 800;
    color: #3d4c54;
}

.wr_shema_item {
    position: relative;
    display: -webkit-box;
    display: -ms-box;
    display: flex;
    -webkit-box-align: center;
    -ms--align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms--pack: center;
    -ms--wrap: wrap;
    -wrap: wrap;
    flex-wrap: wrap;
}

.shema_img {
    width: 60px;
}

.shema_img img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.wr_shema_item p {
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
}

.wrap_shema {
    display: -webkit-box;
    display: -ms-box;
    display: flex;
    -ms--wrap: wrap;
    -wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 25px;
}

.shema_item+.shema_item .wr_shema_item:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 38px;
    background: url(../img/shema/right-arrow.svg) no-repeat center center;
    background-size: 16px 16px;
    left: -38px;
    top: 0;
}

.wrap_sale_box.predl {
    padding: 0 0;
    border: none;
}

.wrap_sale_box.predl .left_sale_box {
    background: #FCFCFC;
}

.right_box_img_bott {
    padding: 25px 25px;
}

.right_box_img_bott img {
    width: 100%;
    height: auto;
}

.dop_sale_txt {
    padding: 25px 0 0 30px;
}

.wrap_contacts_page {
    padding-left: 30px;
}

.wrap_contacts_page .inp_sub {
    margin-left: 0;
    max-width: 150px;
}

.left_cont_page {
    width: 250px;
    margin-right: 30px;
}

.right_cont_page {
    width: 100%;
    max-width: 315px;
}

.cont_page_item {
    margin-bottom: 28px;
    color: #3d4c54;
}

.cont_page_item h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: normal;
}

.cont_page_item p {
    line-height: 1.5;
}

.cont_page_item p a.tel {
    color: #2d2d2d;
    font-size: 18px;
}

.cont_page_item p a.mail {
    color: #4a90e2;
}

.cont_page_item p a.mail:hover {
    text-decoration: underline;
}

.cont_page_item p a.tel b {
    font-weight: 900;
}

.head_contacts_page {
    display: -webkit-box;
    display: -ms-box;
    display: flex;
    -ms--wrap: wrap;
    -wrap: wrap;
    flex-wrap: wrap;
}

.map {
    height: 400px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.wrap_contacts_page .type_txt {
    padding-top: 0px;
    padding-left: 0px;
}

@media (max-width:1900px) {}

@media (max-width:1799px) {}

@media (max-width:1679px) {}

@media (max-width:1599px) {}

@media (max-width:1535px) {}

@media (max-width:1439px) {}

@media (max-width:1367px) {}

@media (max-width:1279px) {}

@media (max-width:1169px) {
    .pre_item {
        width: 20%;
        padding: 0 5px;
    }
    .left_links a {
        display: block;
        width: 100%;
    }
}

@media (max-width:1099px) {
    .dost_item {
        padding-left: 2px;
    }
    .left_sale_box {
        width: 60%;
        padding: 10px 20px;
    }
    .right_sale_box {
        width: 40%;
    }
    .right_head a.tel {
        margin-right: 0;
        line-height: 24px;
        display: block;
    }
    .right_head {
        text-align: right;
    }
    .main_table {
        padding: 20px 15px 10px;
    }
    .tb_item td,
    .tb_item th {
        padding: 7px 10px;
    }
    .left_links a {
        display: block;
        width: auto;
    }
    .left_links {
        margin-bottom: 15px;
    }
    .right_links a+a {
        margin-top: 15px;
    }
    .wrap_slider {
        padding-top: 15px;
    }
    .type_txt {
        padding-top: 35px;
    }
}

@media (max-width:1023px) {
    .wrap_contacts_page {
        padding-left: 0;
    }
    .map {
        height: 320px;
    }
    .wrap_arenda {
        padding-left: 0;
    }
    .wr_menu.active {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    .wr_menu {
        padding: 12px 15px;
        top: 0px;
        display: block;
        position: fixed;
        overflow: hidden;
        overflow-y: auto;
        left: 0;
        background: #fff;
        z-index: 104;
        -webkit-transition: all .25s;
        transition: all .25s;
        -webkit-transform: translateX(-104%);
        -ms-transform: translateX(-104%);
        transform: translateX(-104%);
        text-align: left;
        height: 100vh;
        width: 100%;
        max-width: 320px;
    }
    .wrap_header:after {
        content: '';
        clear: both;
        display: table;
    }
    .pull {
        float: left;
        display: block;
        width: 25px;
        margin-right: 10px;
        margin-top: 20px;
    }
    .logo {
        margin-top: -17.5px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -70px;
    }
    .footer .logo {
        float: left;
        position: static;
        margin-top: 9px;
        margin-left: auto;
    }
    .wrap_header {
        display: block;
        position: relative;
    }
    .close {
        display: block;
        margin-bottom: 15px;
    }
    .wr_menu ul li {
        display: block;
        vertical-align: top;
        margin: 0 0px 10px;
    }
    .wr_menu ul li a {
        display: inline-block;
        font-size: 14px;
    }
    .right_content {
        float: none;
        padding-left: 0px;
        padding-top: 20px;
        width: calc(100% - 0px);
        width: -webkit-calc(100% - 0px);
        width: -moz-calc(100% - 0px);
        width: -o-calc(100% - 0px);
    }
    .sidebar {
        float: none;
        width: 100%;
    }
    .open_side {
        display: block;
        line-height: 24px;
        vertical-align: top;
        font-size: 18px;
    }
    .wrap_main_content {
        padding: 25px 0;
    }
    .open_side span {
        line-height: 24px;
        display: inline-block;
        vertical-align: top;
    }
    .open_side img {
        vertical-align: middle;
    }
    .wrap_sidebar.active {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    .wrap_sidebar {
        padding: 12px 15px;
        top: 0px;
        display: block;
        position: fixed;
        overflow: hidden;
        overflow-y: auto;
        left: 0;
        background: #fff;
        z-index: 104;
        -webkit-transition: all .25s;
        transition: all .25s;
        -webkit-transform: translateX(-104%);
        -ms-transform: translateX(-104%);
        transform: translateX(-104%);
        text-align: left;
        height: 100vh;
        width: 100%;
        max-width: 320px;
    }
    .title {
        padding-left: 0;
    }
    .wrap_pre {
        padding: 0;
    }
    .wrap_links {
        padding: 20px 5px 20px 15px;
    }
    .wrap_slider {
        padding: 0 15px;
    }
    .type_txt {
        padding-left: 0;
    }
    .dop_sale_tb {
        padding: 15px 20px;
    }
    .dop_sale .title,
    .dop_sale .title2 {
        padding-left: 0;
    }
}

@media (max-width:989px) {}

@media (max-width:899px) {}

@media (max-width:767px) {
    .fancybox-close-small {
        top: 0px;
        right: 0px;
    }
    .type_images>* {
        width: 48%;
    }
    .type_images>*+* {
        margin-left: 1.5%;
    }
}

@media (max-width:666px) {
    .logo {
        margin-left: -100px;
    }
    .tb_item td,
    .tb_item th {
        padding: 7px 3px;
    }
    .wrap_pre {
        justify-content: center;
    }
    .pre_item {
        width: 33%;
    }
    .left_sale_box {
        width: 100%;
    }
    .right_sale_box {
        width: 100%;
        border-left: none;
        border-top: solid 1px #e8e8e8;
    }
    .right_sale_box_wrap {
        padding: 15px 0;
    }
}

@media (max-width:567px) {
    .right_head {
        text-align: center;
        width: 100%;
        float: right;
        margin-top: 10px;
    }
    .pull {
        margin: 10px 10px 10px 0;
    }
    .logo {
        margin-top: 0;
        top: 1px;
        margin-left: -70px;
    }
    .wrap_footer .logo {
        width: 100%;
        text-align: center;
    }
    .wrap_footer .logo img {
        display: inline-block;
        max-width: 180px;
        width: auto;
    }
    .map {
        height: 280px;
    }
    .cont_page_item {
        margin-bottom: 15px;
    }
    .dop_sale_tb {
        padding: 15px 20px;
        overflow: hidden;
        overflow-x: auto;
    }
    .left_sale_box .tb_item {
        min-width: inherit;
    }
    .dost_item {
        padding-left: 10px;
        width: 100%;
    }
    .dost_item:before {
        top: 6px;
        margin-top: 0;
        left: -10px;
    }
    .dost_item p {
        font-weight: bold;
        padding-bottom: 5px;
    }
    .dop_sale_txt {
        padding: 25px 0 0 0px;
    }
    .dost_item+.dost_item {
        margin-top: 15px;
    }
    .wr_much_dost:before {
        top: 0;
        margin-top: 0;
        left: -7px;
        width: 2px;
        height: 100%;
    }
    .tb_item {
        min-width: 640px;
    }
    .main_table {
        overflow: hidden;
        overflow-x: auto;
    }
    .wr_arenda_txt li {
        padding: 4px 5px;
    }
    .arenda_txt a {
        padding-left: 5px;
    }
    .align_left {
        width: 100%;
    }
    .input_item {
        width: 100%;
    }
    .main_table {
        display: none;
    }
    .shema_item {
        width: 100%;
    }
    .shema_item+.shema_item {
        margin-top: 20px;
    }
    .shema_item+.shema_item {
        padding-left: 0;
    }
    .shema_item+.shema_item .wr_shema_item:before {
        display: none;
    }
}

@media (max-width:479px) {
    .left_sale_box {
        padding: 10px 10px;
    }
    .arenda_img {
        margin-bottom: 10px;
        float: none;
        width: 100%;
    }
    .arenda_txt {
        float: none;
        width: calc(100% - 0px);
        width: -webkit-calc(100% - 0px);
        width: -moz-calc(100% - 0px);
        width: -o-calc(100% - 0px);
    }
    .wr_arenda_txt .ar_l {
        width: 100%;
    }
    .wr_arenda_txt .ar_r {
        width: 100%;
        font-weight: 600;
    }
    .type_txt li ul {
        padding: 15px 0 0px 15px;
    }
    .type_txt p+p {
        padding-top: 15px;
    }
    .type_txt {
        font-size: 14px;
    }
    .type_txt li:before {
        top: 5px;
        width: 6px;
        height: 6px;
    }
    .pre_item {
        width: 50%;
    }
    .title {
        font-size: 25px;
    }
    .title2 {
        font-size: 22px;
    }
    .type_txt li {
        padding-left: 18px;
    }
    .wrap_footer .logo {
        width: 100%;
        text-align: center;
    }
    .wrap_footer .logo img {
        display: inline-block;
        max-width: 180px;
        width: auto;
    }
    .right_head {
        text-align: center;
        width: 100%;
        float: right;
        margin-top: 10px;
    }
}

@media (max-width:374px) {}


/* Правки */

.right_content p {
    color: #3d4c54;
    font-size: 16px;
    line-height: 1.3;
    padding-top: 25px;
}

.right_content h2 {
    padding-top: 50px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 15px;
    line-height: 1.33;
    letter-spacing: 0.8px;
    color: #2d2d2d;
}

.right_content h3 {
    padding-top: 50px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 15px;
    line-height: 1.33;
    letter-spacing: 0.8px;
    color: #2d2d2d;
}

.wrap_gallery {
    padding-left: 30px;
}

.gallery_item img {
    width: 100%;
    height: auto;
    display: block;
}

.gallery_item {
    display: block;
    vertical-align: top;
    width: 31%;
    padding: 0 30px 20px 0;
    float: left;
}
.gallery_item.w-25 {
    width: 25%;
    text-align: center;
    font-size: 14px;
}

.gallery_item:hover {
    opacity: 0.75;
}

@media (max-width:567px) {
    .wrap_gallery {
        padding-left: 0;
    }
    .gallery_item {
        width: 100%;
        padding: 0 0 20px 0;
    }
}

.clear {
    clear: both;
}

.calc div {
    list-style-type: none;
    padding: 0;
    margin: 10px 0;
}

.calc div div {
    list-style-type: none;
    padding: 0 0 10px 0;
    margin: 0;
    clear: both;
}

.calc div div label {
    display: block;
    width: 300px;
    float: left;
}

.calc input[type=text],
.calc select {
    width: 60px;
}

#plitaCalc,
#lentaResult,
#plitaResult {
    display: none;
}

.calc .button {
    clear: both;
    margin: 20px 0;
}

.delivery_streets_col {
    width: 25%;
    float: left;
}

@media (max-width:567px) {
    .delivery_streets_col {
        width: 50%;
        float: left;
        margin-bottom: 15px;
    }
}

@media (max-width:374px) {
    .delivery_streets_col {
        width: 100%;
        float: left;
        margin-bottom: 15px;
    }
}

#geo_delivery_calc_map {
    width: 100%;
    height: 300px;
    clear: both;
}

#geo_delivery_calc {
    font-size: 14px;
}

#geo_delivery_calc_form {
    width: 60%;
    float: left;
    margin: 0 0 10px 0;
}

#geo_delivery_calc_form input {
    width: 100%px;
    height: 42px;
    margin: 10px 0 10px 0;
    float: left;
}

#geo_delivery_calc_form input#geo_delivery_calc_searchstr {
    width: 100%px;
}

#geo_delivery_calc_form input#geo_delivery_calc_button {
    float: right;
}

#geo_delivery_calc_result {
    width: 30%;
    float: left;
    margin: 0 0 0 10%;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #A31B1F;
    padding: 40px 10px;
}

#geo_delivery_calc_result span {
    font-size: 24px;
    color: #A31B1F;
    font-weight: bold;
}

#geo_delivery_calc_loading {
    display: none;
    float: left;
    margin: 10px 0 0 145px;
}

#geo_delivery_calc_loading img {
    width: 30px;
    height: 30px;
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    text-align: left;
    max-height: 350px;
    overflow: auto;
    /* IE6 specific: */
    _height: 350px;
    _margin: 0;
    _overflow-x: hidden;
    font-size: 12px;
    width: 402px !important;
}

.autocomplete-suggestions .autocomplete-selected {
    background: #F0F0F0;
    cursor: pointer;
}

.autocomplete-suggestion div {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-suggestion strong {
    font-weight: normal;
    color: #A31B1F;
}

@media (max-width:479px) {
    #geo_delivery_calc_form {
        width: 100%;
    }
    #geo_delivery_calc_result {
        width: 100%;
    }
}

.button_center {
    text-align: center;
    margin: 10px auto;
    width: 50%;
}

.white_table_block {
    border: solid 1px #e8e9ea;
    padding: 20px 30px 10px;
    margin: 20px 0;
}

.white_table_block table {
    width: 100%;
    border-collapse: collapse;
    color: #3d4c54;
    font-size: 14px;
    line-height: 20px;
}

.white_table_block table td,
.white_table_block table th {
    padding: 7px 20px;
    text-align: left;
}

.white_table_block table th {
    border-bottom: solid 2px #f3b30b;
}

.white_table_block table td span {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

.white_table_block table td {
    border-bottom: solid 1px #f2f4f6;
}

.white_table_block table tr:last-of-type td {
    border-bottom: none;
}

.callendar-field {
    width: 90%;
    float: left;
}

.jq-checkbox,
.jq-radio {
    border-radius: 0;
    width: 28px;
}

input[type="radio"] {
    margin: 0 10px;
    -webkit-appearance: radio;
}

input[type="checkbox"] {
    margin: 0 10px;
    -webkit-appearance: checkbox;
}

.button_center.colomn2 {
    width: 40%;
    float: left;
    margin: 10px 20px;
}

@media (max-width:479px) {
    .button_center.colomn2 {
        width: 100%;
        float: none;
        margin: 10px 0;
    }
}

.wrap_arenda.colomn2 {
    max-width: 100%;
}

.wrap_arenda.colomn2 .arenda_item {
    width: 49%;
    float: left;
}

.wrap_arenda.colomn2 .arenda_item:nth-child(2n) {
    margin-left: 2%;
}

.wrap_arenda.colomn2 .arenda_item .wr_arenda_txt .ar_l {
    width: 70%;
}

.wrap_arenda.colomn2 .arenda_item .wr_arenda_txt .ar_r {
    width: 30%;
}

@media (max-width:1180px) {
    .wrap_arenda.colomn2 .arenda_item {
        width: 100%;
        clear: both;
    }
    .wrap_arenda.colomn2 .arenda_item:nth-child(2n) {
        margin-left: 0;
    }
}

@media (max-width:1024px) {
    .wrap_arenda.colomn2 .arenda_item {
        width: 49%;
        float: left;
        clear: none;
    }
    .wrap_arenda.colomn2 .arenda_item:nth-child(2n) {
        margin-left: 2%;
    }
}

@media (max-width:850px) {
    .wrap_arenda.colomn2 .arenda_item {
        width: 100%;
        clear: both;
    }
    .wrap_arenda.colomn2 .arenda_item:nth-child(2n) {
        margin-left: 0;
    }
}

div.form {
    border: solid 1px #e8e9ea;
    padding: 20px 30px 20px;
    width: 100%;
    margin: 40px auto;
}

div.form .row {
    clear: both;
}

div.form .col_l {
    width: 49%;
    float: left;
}

div.form .col_r {
    width: 49%;
    margin-left: 2%;
    float: left;
}

div.form h3,
div.form h2 {
    padding-top: 0;
}

@media (max-width:600px) {
    div.form {
        width: 100%;
    }
    div.form .col_l {
        width: 100%;
        float: none;
    }
    div.form .col_r {
        width: 100%;
        margin-left: 0;
        float: none;
    }
}

.for_adve {}

.for_adve .right_sale_box_wrap {
    max-width: 380px;
}

.for_adve .right_sale_box_wrap .sale_img {
    width: 70%;
    float: left;
    height: auto;
    vertical-align: middle;
}

.for_adve .right_sale_box_wrap .sale_img img {
    width: 100%;
    margin: 25% 0 0 0;
}

.wrap_adve {
    width: 30%;
    float: left;
    margin: 10px 0;
}

.wrap_adve .adve_item {
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
}

.wrap_adve .adve_item .adve_img {
    height: 60px;
}

.wrap_adve .adve_item .adve_img img {
    height: auto;
}

.wrap_adve .adve_item .adve_txt {
    font-weight: bold;
    font-size: 12px;
    color: #3d4c54;
    margin-bottom: 0px;
}

@media (max-width:668px) {
    .for_adve .right_sale_box_wrap {
        max-width: 90%;
    }
}

@media (max-width:479px) {
    .wrap_adve {
        display: none;
    }
    .for_adve .right_sale_box_wrap .sale_img {
        width: 100%;
        float: none;
    }
}

.wr_slider a {
    color: #4a90e2;
}

.wr_slider a:hover {
    color: #f3b30b;
    text-decoration: underline;
}

/* Mobile layout v1: desktop rules above remain unchanged. */
@media (max-width: 1023px) {
    .wrapper {
        padding-top: 80px;
    }

    .header {
        background: #fff;
        box-shadow: 0 2px 8px rgba(45, 45, 45, 0.12);
        box-sizing: border-box;
        height: 80px;
        left: 0;
        padding: 5px 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 100;
    }

    .header .container {
        height: 100%;
    }

    .header .wrap_header {
        align-items: center;
        display: grid;
        gap: 4px 8px;
        grid-template-areas:
            "logo callback burger"
            "phone phone max";
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
        grid-template-rows: 30px 34px;
        height: 100%;
        position: static;
    }

    .header .wrap_header::after {
        display: none;
    }

    .header .logo {
        grid-area: logo;
        left: auto;
        margin: 0;
        position: static;
        top: auto;
        width: 100px;
    }

    .header .right_head {
        display: contents;
    }

    .header .right_head a.tel {
        align-self: center;
        font-size: 24px;
        grid-area: phone;
        justify-self: start;
        line-height: 32px;
        margin: 0;
        text-align: left;
        white-space: nowrap;
    }

    .header .right_head .call_back {
        align-self: center;
        box-sizing: border-box;
        font-size: 11px;
        grid-area: callback;
        line-height: 14px;
        justify-self: center;
        padding: 6px;
        white-space: nowrap;
        width: auto;
    }

    .header .right_head .social {
        align-self: center;
        grid-area: max;
        height: 32px;
        justify-self: end;
        width: 32px;
    }

    .header .right_head .social img {
        height: 32px;
        max-height: 32px !important;
        width: 32px;
    }

    .header .pull {
        align-self: center;
        float: none;
        grid-area: burger;
        height: 28px;
        justify-self: end;
        margin: 0;
        width: 28px;
    }

    .header .pull img {
        display: block;
        height: 26px;
        width: 27px;
    }

    .beton-header-advantages > .container > ul {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        padding-bottom: 4px;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .beton-header-advantages > .container > ul::-webkit-scrollbar {
        display: none;
    }

    .beton-header-advantages > .container > ul > li {
        flex: 0 0 calc((100% - 8px) / 2);
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .mobile-sidebar-target {
        padding-bottom: 30px;
    }

    .mobile-sidebar-target:empty {
        display: none;
    }

    .mobile-sidebar-target .sidebar {
        float: none;
        width: 100%;
    }

    .mobile-sidebar-target .wrap_sidebar {
        background: transparent;
        height: auto;
        max-width: none;
        overflow: visible;
        padding: 0;
        position: static;
        transform: none;
        transition: none;
        width: 100%;
        -ms-transform: none;
        -webkit-transform: none;
    }

    .mobile-sidebar-target .wrap_sidebar > .close,
    .mobile-sidebar-target .sidebar-sticky-content {
        display: none;
    }

    .mobile-sidebar-target .wr_sidebar {
        padding: 10px;
    }

    .right_content .main_table {
        display: block;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        -webkit-overflow-scrolling: touch;
    }

    .right_content .main_table .tb_item {
        min-width: 640px;
    }

    .right_content .dop_sale_tb,
    .mobile-table-scroll {
        box-sizing: border-box;
        display: block;
        max-width: 100%;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        width: 100%;
        -webkit-overflow-scrolling: touch;
    }

    .right_content img {
        height: auto;
        max-width: 100%;
    }

    .mobile-table-scroll img {
        max-width: none;
    }

    .autocomplete-suggestions {
        box-sizing: border-box;
        max-width: calc(100vw - 30px);
    }

    .footer .call_back,
    .footer .wr_menu {
        display: none;
    }
}

@media (max-width: 374px) {
    .header .wrap_header {
        gap: 4px 6px;
    }

    .header .logo {
        width: 96px;
    }

    .header .right_head a.tel {
        font-size: 22px;
    }

    .header .right_head .social,
    .header .right_head .social img {
        height: 30px;
        width: 30px;
    }
}

/* Mobile product and concrete-pump carousels (desktop remains unchanged). */
@media (max-width: 1023px) {
    .wrap_arenda.colomn2,
    .wrap_gallery {
        box-sizing: border-box;
        display: flex;
        flex-wrap: nowrap;
        gap: 0;
        max-width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        overscroll-behavior-inline: contain;
        padding-left: 0;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .wrap_arenda.colomn2::-webkit-scrollbar,
    .wrap_gallery::-webkit-scrollbar {
        display: none;
    }

    .wrap_arenda.colomn2 .arenda_item,
    .wrap_gallery .gallery_item.w-25 {
        box-sizing: border-box;
        clear: none;
        flex: 0 0 100%;
        float: none;
        margin-left: 0;
        min-width: 100%;
        scroll-snap-align: start;
        scroll-snap-stop: always;
        width: 100%;
    }

    .wrap_arenda.colomn2 .arenda_item {
        margin-bottom: 0;
        padding: 14px;
    }

    .wrap_arenda.colomn2 .arenda_img,
    .wrap_arenda.colomn2 .arenda_txt {
        float: none;
        width: 100%;
    }

    .wrap_arenda.colomn2 .arenda_img img {
        height: auto;
        width: 100%;
    }

    .wrap_arenda.colomn2 .arenda_txt {
        margin-top: 12px;
    }

    .wrap_arenda.colomn2 .arenda_txt > a,
    .wrap_arenda.colomn2 .arenda_txt > .a {
        font-size: 16px;
        line-height: 1.35;
        padding: 0 0 9px;
    }

    .wrap_arenda.colomn2 .wr_arenda_txt li {
        padding: 6px 0;
    }

    .wrap_arenda.colomn2 > .clear,
    .wrap_gallery > .clear {
        display: none;
    }

    .wrap_gallery .gallery_item.w-25 {
        font-size: 16px;
        line-height: 1.5;
        padding: 0 0 12px;
        text-align: center;
    }

    .wrap_gallery .gallery_item.w-25 img {
        height: auto;
        margin-bottom: 10px;
        width: 100%;
    }

    .wrap_gallery .gallery_item.w-25 img + br {
        display: none;
    }

    .wrap_gallery + .slider_bott,
    .wrap_gallery + .slider_bott .wr_slider_bott,
    .wrap_gallery + .slider_bott .type_but {
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .wrap_gallery + .slider_bott .wr_slider_bott {
        padding: 0;
    }
}

/* Mobile isolation for the legacy Perezvoni and Venyoo widgets. */
@media (max-width: 1023px) {
    html body > #przv_future_mobile__call_button {
        bottom: 100px !important;
        height: 59px !important;
        left: auto !important;
        position: fixed !important;
        right: 16px !important;
        top: auto !important;
        width: 58px !important;
        z-index: 999997 !important;
    }

    html body > #przv_future_mobile__call_button img {
        display: block !important;
        height: auto !important;
        width: 100% !important;
    }

    html body > #przv_future_mobile__call_form {
        bottom: 0 !important;
        font-size: 16px !important;
        height: auto !important;
        left: 0 !important;
        max-width: 100% !important;
        position: fixed !important;
        right: 0 !important;
        top: auto !important;
        width: 100% !important;
        z-index: 2147483647 !important;
    }

    html body > #przv_future_mobile__bg {
        bottom: 0 !important;
        height: 100% !important;
        left: 0 !important;
        position: fixed !important;
        right: 0 !important;
        top: 0 !important;
        width: 100% !important;
    }

    html body > #przv_future_mobile__copy {
        left: 0 !important;
        position: fixed !important;
        right: 0 !important;
        top: 88px !important;
        width: 100% !important;
    }

    html body > #przv_future_mobile__left_form,
    html body > #przv_future_mobile__right_form,
    html body > #przv_future_mobile__mid_form {
        bottom: auto !important;
        font-size: 16px !important;
        left: 50% !important;
        max-width: calc(100% - 24px) !important;
        position: fixed !important;
        right: auto !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

    html body > #przv_future_mobile__vector {
        bottom: 112px !important;
        left: 0 !important;
        max-width: 100% !important;
        position: fixed !important;
        right: 0 !important;
        top: auto !important;
        width: 100% !important;
    }

    html body #leadia-widget.leadia_widget.lw_minimized {
        bottom: 16px !important;
        left: 15px !important;
        max-width: calc(100% - 30px) !important;
        right: 15px !important;
        width: auto !important;
    }

    html body .venyoo-mobile-widget-viewport {
        bottom: 0 !important;
        height: 100% !important;
        left: 0 !important;
        max-width: 100% !important;
        overflow: hidden !important;
        position: fixed !important;
        right: 0 !important;
        top: 0 !important;
        transform: none !important;
        width: 100% !important;
    }

    html body .venyoo-mobile-widget-buttons-container {
        display: flex !important;
        font-size: 0 !important;
        overflow: hidden !important;
        width: 100% !important;
    }

    html body .venyoo-mobile-widget-button {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        width: 50% !important;
    }

    html body > .venyoo-mobile-widget-frame {
        bottom: 0 !important;
        height: 100% !important;
        left: 0 !important;
        max-width: 100% !important;
        position: fixed !important;
        right: 0 !important;
        top: 0 !important;
        width: 100% !important;
    }

    body.mobile-venyoo-loaded {
        padding-bottom: 76px;
    }

    body.mobile-perezvoni-open #leadia-widget,
    body.mobile-perezvoni-open .venyoo-mobile-widget-viewport,
    body.mobile-venyoo-open > #przv_future_mobile__call_button {
        opacity: 0 !important;
        pointer-events: none !important;
        visibility: hidden !important;
    }
}
