.mb_gor {
    display: none;
}

@media (max-width: 992px) {
    .mb_gor {
        display: block !important;
    }

    .dists {
        display: none;
    }
}

.dists.mb_gor ul.dist_item {
    width: 49%;
}


.blue-box {
  background: url(../../images/advantages-bg.jpg) center no-repeat;
    background-size: auto;
  background-size: cover;
  padding-top: 95px;
  padding-bottom: 95px;
}
.tarif-box {
  padding-top: 130px;
  padding-bottom: 100px;
}


a.zvrb.fb {
    margin: auto;
    margin-bottom: 12px;
}

.main-nav-dropdown__item.active a {
    color: #FFD194 !important;
}

/* Stylesheet: font Modified On 2023-06-07 17:31:21 */
html {
    height: 100%;
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
address {
    display: block;
}

audio,
canvas {
    display: inline-block;
}

video {
    display: block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

address {
    font-style: normal;
}

ul,
ol,
li,
form,
fieldset,
a,
img,
div,
figure,
address {
    margin: 0;
    padding: 0;
    border: 0;
}

ul {
    list-style: inside;
}

ol {
    list-style: inside;
}

ul li {
    list-style: none;
}

ol li {
    list-style: decimal inside;
}

ol {
    padding: 10px 0;
}

ol li {
    margin: 0 0 20px 0;
}

body {
    height: 100%;
    position: relative;
}

body,
td,
input,
textarea,
button {
    margin: 0px;
    padding: 0px;
    color: #333;
    font: 15px var(--font-family);
}

body * {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
    color: #337ab7;
}

a:hover {
    text-decoration: none !important;
    color: #23527c;
}

h1 {
    font: normal 55px var(--second-family);
    color: #451e17;
    margin: 0 0 30px;
    padding: 0;
}

h2 {
    font: normal 45px var(--second-family);
    color: #451e17;
    /*margin: 40px auto;*/
    margin: 0px;
    padding: 0;
    position: relative;
    width: 80%
}

h3 {
    font: 500 27px var(--second-family);
    color: #451e17;
    margin: 20px 0 20px;
    padding: 0;
}

@media (max-width: 1024px) {
    h2 {
        width: 100%;
        font: bold 25px var(--second-family);
        text-align: center;
        margin: 20px auto;
    }
}

p {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.4;
}

.hidden {
    display: none !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.main {
    min-height: 100%;
    position: relative;
}

.cbc {
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 1024px) {
    .cbc {
        background: none;
    }
}

.active a.main-nav__item-link.js-open-dropdown {
    color: #FFD194 !important;
}

@media (max-width: 800px) {
    .mvvbrt_lsa {
        margin-top: 60px !important;
    }
}

.container {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
    padding: 0 30px;
    background: #fff
}

.content_page {
    /*min-height: 850px;*/
    padding-bottom: 40px
}

@media (max-width: 1280px) {
    .container {
        padding: 0 30px;
    }
}

@media (max-width: 1024px) {
    .container {
        padding: 0 20px !important;
    }
}

div.container ul.menu_list {
    margin-bottom: 30px;
}

@media (max-width: 640px) {
    div.container ul.menu_list {
        margin-left: 0
    }
}

/* page content */
/* header */
textarea,
button,
input[type="text"],
input[type="password"] {
    -webkit-appearance: none;
    outline: none;
}

body.open-nav {
    overflow: hidden;
}

body.open-nav .cbc {
    overflow: hidden;
}

@media (max-width: 767px) {
    body.open-nav .header-wrap {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
    }
}

.main_slider .iosSlider .item::before {
    opacity: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.25)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.25) 100%);
}

@media (max-width: 992px) {
    .cbc::before {
        display: none
    }

    h1 {
        margin: 0 0 30px;
    }
}

.burger-btn {
    display: none;
    width: 30px;
    height: 21px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    background: none;
    border: none;
    position: relative;
    outline: none;
}

.burger-btn span {
    position: absolute;
    left: 0;
    top: 9px;
    width: 30px;
    height: 3px;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.burger-btn::before,
.burger-btn::after {
    content: '';
    position: absolute;
    left: 0;
    width: 30px;
    height: 3px;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.burger-btn::before {
    top: 0;
}

.burger-btn::after {
    bottom: 0;
}

.burger-btn.open {
    height: 30px;
}

.burger-btn.open span {
    opacity: 0;
}

.burger-btn.open::before,
.burger-btn.open::after {
    width: 28px;
    background: #fff;
}

.burger-btn.open::before {
    top: 50%;
    margin-top: -1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.burger-btn.open::after {
    bottom: 50%;
    margin-bottom: -2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 992px) {
    .mainpage .header {
        background: none;
    }
}

.swiper-button-next {
    background-image: url(../../images/button-next.svg);
}

.swiper-button-prev {
    background-image: url(../../images/button-prev.svg);
}

.swiper-button {
    display: block;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 0;
    cursor: pointer;
    text-indent: 1000px;
    overflow: hidden;
    transition: 0.3s;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-next,
.swiper-button-prev {
    width: auto !important;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #ffcc33;
}

/* HEADER */
.header {
    color: #fff;
    position: relative;
    z-index: 10000;
    font-family: var(--font-family);
}

@media (max-width: 1024px) {
    .header {
        background: rgba(0, 0, 0, 0.95);
        margin-bottom: 0;
        height: 154px;
    }
}

@media (max-width: 992px) {
    .header {
        height: 66px;
        position: relative;
        z-index: 10000;
        margin-bottom: 0px;
        background: url(../img/header_bg_mob.jpg) center no-repeat;
        background-size: cover;
    }

    .header .mainpage {
        background: none;
    }
}

.header.fix .header-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border-bottom-color: transparent;
    background: rgba(0, 0, 0, 0.95);
}

.header.fix .main-nav__item-dropdown {
    border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.header-wrap {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

@media (max-width: 992px) {
    .header-wrap {
        position: relative;
        z-index: 9999;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.35)));
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.35) 100%);
    }
}

.header-wrap .container {
    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;
    height: 85px;
    background: transparent;
}

@media (max-width: 992px) {
    .header-nav {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #000;
        padding: 105px 20px 20px 20px;
    }
}

.header .page-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 68px;
}

.header__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 992px) {
    .header__info {
        display: none;
    }
}

.header__feedback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    position: relative;
    z-index: 1;
}

@media (max-width: 992px) {
    .header .burger-btn {
        display: block;
        margin-left: 30px;
    }
}

@media (max-width: 767px) {
    .header-wrap .container {
        height: 65px;
    }

    .header .burger-btn {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .header .h-action {
        display: none;
    }
}

.h-phone {
    position: relative;
    top: 2px;
    margin-right: 30px;
    text-align: right;
}

@media (max-width: 767px) {
    .h-phone {
        display: none;
        top: 0;
    }
}

.h-phone__num {
    font-family: 'El Messiri';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    text-transform: uppercase;
}

@media (max-width: 1200px) {
    .h-phone__num {
        font-size: 20px;
    }
}

.h-phone__num a {
    color: #F2F2F2;
}

@media (max-width: 767px) {
    .h-phone__num a {
        position: relative;
        z-index: 1000;
        font-size: 0;
        padding: 0;
        width: 24px;
        height: 24px;
        background-position: center;
        text-indent: 1000px;
        display: block;
        overflow: hidden;
        color: transparent;
        background: url(../img/icon-phone.svg) left center no-repeat;
        background-size: contain;
    }
}

.h-phone__recall {
    font-family: var(--font-family);
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.04em;
    background: -webkit-gradient(linear, left top, right top, from(#D1913C), to(#FFD194));
    background: linear-gradient(90deg, #D1913C 0%, #FFD194 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /*text-fill-color: transparent;*/
}

@media (max-width: 767px) {
    .h-phone__recall {
        display: none;
    }
}

.dropdown-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 20px 15px 20px;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    margin: 0 -20px;
}

.dropdown-back::before {
    content: '';
    width: 14px;
    height: 16px;
    background: url(../img/chevron-left.svg) center no-repeat;
    margin-right: 10px;
    background-size: 8px;
    position: relative;
    top: -1px;
}

.h-logo {
    display: block;
}

@media (max-width: 992px) {
    .h-logo {
        position: relative;
        z-index: 1000;
    }
}

.h-logo img {
    display: block;
    height: 56px;
}

@media (max-width: 1200px) {
    .h-logo img {
        height: 40px;
    }
}

.h-info {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.04em;
    padding-left: 24px;
    background-repeat: no-repeat;
    background-position: 0px 8px;
    margin-right: 50px;
}

@media (max-width: 1200px) {
    .h-info {
        margin-right: 20px;
        font-size: 13px;
    }
}

.h-info:last-child {
    margin-right: 0;
}

.h-info--addr {
    background-image: url(../img/icon-location.svg);
}

.h-info--time {
    background-image: url(../img/icon-time.svg);
}

.h-info__title {
    font-weight: 600;
    color: #BDBDBD;
}

@media (max-width: 1200px) {
    .h-info__title {
        font-weight: 400;
    }
}

.h-info__val {
    color: #fff;
    font-weight: 700;
}

@media (max-width: 1200px) {
    .h-info__val {
        font-weight: 600;
    }
}

.button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 52px;
    color: #fff;
    font-family: 'El Messiri';
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.08em;
    border-radius: 4px;
    position: relative;
    background: #D3933F;
    z-index: 1;
    padding: 0 25px;
    text-transform: uppercase;
    padding-top: 5px;
    overflow: hidden;
}

.button:hover {
    color: #fff;
}

.button::before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: -webkit-gradient(linear, left top, right top, from(#D1913C), to(#FFD194));
    background: linear-gradient(90deg, #D1913C 0%, #FFD194 100%);
    z-index: -1;
}

.button:hover::before {
    opacity: 0;
}

.button--send::after {
    content: '';
    display: block;
    margin-left: 10px;
    width: 16px;
    height: 16px;
    background: url(../img/icon-send.svg) center no-repeat;
    position: relative;
    top: -2px;
}

/*.header__feedback .button {display: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;height: 52px;color: #fff;font-family: 'El Messiri';font-weight: 700;font-size: 13px;letter-spacing: 0.08em;border-radius: 2px;position: relative;background: #D3933F;z-index: 1;padding: 0 25px;text-transform: uppercase;}.header__feedback .button:hover {color: #fff;}.header__feedback .button::before {content: '';top: 0;left: 0;right: 0;bottom: 0;position: absolute;-webkit-transition: 0.5s;transition: 0.5s;background: -webkit-gradient(linear, left top, right top, from(#D1913C), to(#FFD194));background: linear-gradient(90deg, #D1913C 0%, #FFD194 100%);z-index: -1;}.header__feedback .button:hover::before {opacity: 0;}*/
.button--send::after {
    content: '';
    display: block;
    margin-left: 10px;
    width: 16px;
    height: 16px;
    background: url(../img/icon-send.svg) center no-repeat;
}

.button._lg {
    height: 65px;
    font-size: 16px;
    padding-top: 5px;
}


.main-nav {
    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;
    background: none;
}

@media (max-width: 992px) {
    .main-nav {
        display: block;
        padding: 0 !important;
        margin: 0;
    }
}

.main-nav__item {
    padding-right: 40px;
    margin-right: -40px;
    padding-left: 40px;
    margin-left: -40px;
    position: relative;
}

@media (max-width: 992px) {
    .main-nav__item {
        padding: 0;
        margin: 0;
    }
}

.main-nav__item-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    height: 68px;
}

@media (max-width: 992px) {
    .main-nav__item-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 16px;
        height: auto;
        padding: 15px 0;
    }

    .main-nav__item-link:hover {
        color: #FFD194;
    }
}

.main-nav__item-link.js-open-dropdown::after {
    content: '';
    width: 10px;
    height: 10px;
    margin-left: 5px;
    position: relative;
    top: -1px;
    background: url(../img/arrow-down.svg) center no-repeat;
}

@media (max-width: 992px) {
    .main-nav__item-link.js-open-dropdown::after {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

.main-nav__item-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 20px 40px;
    background: rgba(0, 0, 0, 0.85);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    min-width: 100%;
    backdrop-filter: blur(16px);
}

@media (max-width: 992px) {
    .main-nav__item-dropdown {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
        background: #000;
        padding: 105px 20px 75px 20px;
        overflow: hidden;
        opacity: 1;
        visibility: visible;
    }
}

@media (min-width: 993px) {
    .main-nav__item:hover .main-nav__item-link {
        color: #FFD194;
    }

    .main-nav__item:hover .main-nav__item-dropdown {
        opacity: 1;
        visibility: visible;
    }
}

.main-nav-dropdown {
    display: block;
    font-size: 18px;
    line-height: 28px;
}

@media (max-width: 992px) {
    .main-nav-dropdown {
        display: block;
        overflow: auto;
        height: 100%;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .main-nav-dropdown::-webkit-scrollbar {
        display: none;
    }
}

.main-nav-dropdown__item {
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .main-nav-dropdown__item {
        margin-bottom: 0;
    }

    .main-nav-dropdown__item:first-child {
        padding-top: 7.5px;
    }
}

.main-nav-dropdown__item:last-child {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .main-nav-dropdown__item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 16px;
        height: auto;
        padding: 7.5px 0;
    }
}

.main-nav-dropdown__group {
    padding-top: 20px;
    padding-bottom: 40px;
}

@media (max-width: 992px) {
    .main-nav-dropdown__group {
        padding-bottom: 0;
    }
}

.main-nav-dropdown__group-title {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
}

.main-nav-dropdown__group-title a {
    background: -webkit-gradient(linear, left top, right top, from(#D1913C), to(#FFD194));
    background: linear-gradient(90deg, #D1913C 0%, #FFD194 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /*text-fill-color: transparent;*/
}

.main-nav-dropdown__group-list {
    font-size: 19px;
    line-height: 2;
    font-weight: 200;
}

.main-nav-dropdown__group-list .lon_menu_sec a {
    font-size: 16px;
    line-height: 25px;
    font-weight: 200;
}

.lon_menu_sec {
    margin-bottom: 15px;
}

.lon_menu_sec div {
    line-height: 25px;
}

.main-nav-dropdown a {
    color: #fff;
}

.main-nav-dropdown a:hover {
    color: #FFD194;
}

@media (min-width: 993px) {
    .main-nav-dropdown--between {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .main-nav-dropdown--between .main-nav-dropdown__item {
        margin: 0;
    }

    .main-nav__item--full {
        position: static;
    }

    .main-nav__item--full .main-nav__item-dropdown {
        left: -1000px;
        right: -1000px;
        padding: 20px 1025px;
        background: rgba(0, 0, 0, 0.85);
        backdrop-filter: blur(16px);
    }
}

.page-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 204, 51, 0.9);
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.page-nav.show {
    opacity: 1;
    visibility: visible;
}

.page-nav__item {
    margin: 0 20px;
}

.page-nav__link {
    display: block;
    padding: 11px 0 13px;
    color: #000;
    font-weight: bold;
}

.page-nav__link:hover,
.page-nav__link.active {
    color: #fff;
}

@media (max-width: 640px) {
    .page-nav {
        display: none;
    }
}

/* pages */
.promo_box {
    position: relative;
    height: 900px;
    margin: 0 0 -180px;
    top: -230px;
    background-size: cover;
}

.promo_box:after {
    content: '';
    position: absolute;
    z-index: 1000;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    /*background: url(../img/wave_white.png) center top repeat-x;*/
}

.promo_box .head {
    text-align: center;
    font: bold 50px/60px var(--second-family);
}

.promo_box .head span {
    display: inline-block;
    line-height: 65px;
    text-transform: uppercase;
    color: #fff;
    padding: 25px;
    border-radius: 20px;
    /*background-color: rgba(0,0,0,0.2);*/
}

.promo_box .head span~span {
    padding-top: 5px;
    border-radius: 0 0 20px 20px;
}

.promo_box .head span a {
    color: #fff;
    border-bottom: solid 1px #fff;
}

.promo_box .head span a:hover {
    border-bottom: solid 5px #fff;
}

.promo_form_box {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.promo_form_box .container {
    background: none
}

.promo_form {
    width: 600px;
    margin: 0 auto;
    padding: 23px 20px 20px;
    text-align: center;
    border-radius: 20px;
}

.promo_form h3 {
    font-size: 24px;
    margin: 0 0 3px;
    font-weight: 500;
    padding: 10px 30px 0;
}

.promo_form h3.rbg {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 10px;
    background-color: rgba(255, 51, 58, 0.7);
}

.promo_form h3 span {
    white-space: nowrap;
}

.promo_form .st {
    font-size: 10px;
    color: #fff
}

.promo_form .st a {
    text-decoration: underline;
    color: #fff
}

.promo_form .st a:hover {
    text-decoration: none;
}

.timer_box span {
    display: inline-block;
    text-align: center;
    padding: 0 4px;
}

.timer_box br {
    display: none;
}

.timer {
    font: bold 24px var(--font-family), sans-serif;
    display: inline-block;
    padding: 0 10px 10px;
    color: #333;
    margin-bottom: 20px;
}

.promo_form .form_wrap {
    padding: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
}

.promo_form input {
    border: 1px solid #ccc;
    float: left;
    background: #fff;
}

.promo_form input:first-child {
    border-radius: 6px;
}

.promo_form input:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-left: none;
}

.promo_form input[type="text"] {
    width: 255px;
    height: 39px;
    padding: 0 16px;
    font-size: 18px;
    margin-right: 4px;
    border: none
}

input[type="submit"] {
    font-size: 17px;
    transition: 0.3s;
    background-color: #ff4b33;
    border-radius: 6px;
    color: #fff;
    border: none;
    padding: 8px 20px;
}

input[type="submit"]:hover {
    background: #000;
}

@media (max-width: 960px) {
    .promo_box h1 {
        font-size: 40px;
    }

    .promo_box h1 span {
        padding: 15px 20px;
    }
}

@media (max-width: 760px) {
    .promo_box h1 {
        font-size: 36px;
    }
}

@media (max-width: 640px) {
    .promo_box h1 {
        border-radius: 20px;
        padding: 15px;
        background-color: rgba(0, 0, 0, 0.7);
    }

    .promo_box h1 span {
        display: inline;
        border-radius: 0;
        line-height: 1.5;
        padding: 0;
        background: none;
    }

    .promo_box h1 br {
        display: none;
    }

    .promo_form h3 {
        font-size: 22px;
        margin: 0 0 10px;
    }

    .timer {
        font-size: 22px;
    }

    .promo_form {
        width: 440px;
    }

    .promo_form input[type="text"] {
        width: 195px;
    }
}

@media (max-width: 480px) {

    /*.promo_box {position: relative; height: 900px; padding-top: 180px}*/
    .promo_box h1 {
        font-size: 30px;
        line-height: 1.3;
        margin-bottom: 50px;
    }

    .promo_box .head span {
        font-size: 19px;
        line-height: 1.3;
        padding: 20px;
    }

    .promo_form {
        width: 100%;
    }

    .promo_form input {
        border-radius: 6px !important;
        float: none;
    }

    .promo_form input[type="submit"] {
        width: 185px;
        border: 0;
    }
}

@media (max-width: 360px) {
    .promo_box h1 {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 40px;
    }

    .promo_form h3.rbg {
        padding: 12px 20px;
    }

    .promo_form input[type="submit"] {
        width: 100%;
    }
}

@media (max-width: 320px) {
    .promo_form {
        padding: 15px;
    }
}

.bnr {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    background: url(../../uploads/images/8-marta.jpg) center no-repeat;
    background-size: cover;
    padding: 50px 20px;
    margin: -240px 0 100px 0;
    position: relative;
    z-index: 1000;
}

.bnr:after {
    content: '';
    position: absolute;
    z-index: 1000;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    background: url(../img/wave_white.png) center top repeat-x;
}

.bnr__title {
    position: relative;
    font-size: 45px;
    line-height: 52px;
    max-width: 1080px;
    padding: 0 220px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.bnr__title::before,
.bnr__title::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -53px;
    width: 106px;
    height: 106px;
    background: url(../img/bnr-decor-white.png) center no-repeat;
}

.bnr__title::before {
    left: 0;
}

.bnr__title::after {
    right: 0;
}

.bnr__title span {
    color: #fecc4b;
}

@media (max-width: 1200px) {
    .bnr__title {
        padding: 0 150px;
    }
}

@media (max-width: 992px) {
    .bnr__title {
        padding: 0;
        font-size: 40px;
        line-height: 1.3;
    }

    .bnr__title::before,
    .bnr__title::after {
        display: none;
    }
}

@media (max-width: 567px) {
    .bnr {
        min-height: 0;
    }

    .bnr__title {
        font-size: 28px;
    }
}

.adv_list {
    font-size: 0;
    margin: 0 -15px 20px;
}

.adv_list .item {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    text-align: center;
    margin-top: 30px;
}

.adv_list figure {
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    border-radius: 50%;
}

.adv_list img {
    width: 100px;
}

.adv_list .ttl {
    font: normal 20px/1.3 var(--font-family);
    width: 80%;
    margin: auto;
}

/*.adv_list .item:nth-child(1) figure {background-color: rgba(255,204,51,0.5);}.adv_list .item:nth-child(2) figure {background-color: rgba(255,51,51,0.5);}.adv_list .item:nth-child(3) figure {background-color: rgba(51,51,255,0.5);}.adv_list .item:nth-child(4) figure {background-color: rgba(204,255,51,0.5)}.adv_list .item:nth-child(5) figure {background-color: rgba(255,204,51,0.5);}.adv_list .item:nth-child(6) figure {background-color: rgba(255,51,204,0.5);}*/
@media (max-width: 1280px) {
    .adv_list {
        margin: 0 -10px 20px;
    }

    .adv_list .item {
        padding: 0 10px;
    }
}

@media (max-width: 960px) {
    .adv_list .item {
        margin-bottom: 30px
    }
}

@media (max-width: 640px) {
    .adv_list {
        margin: 0 -10px 0px;
    }

    .adv_list .item {
        width: 80vw;
    }

    .adv_list .ttl {
        min-height: 0;
        font-size: 14px;
        line-height: 19px;
    }

    .adv_list ul {
        overflow: auto;
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
        justify-content: flex-start;
    }

    .adv_list ul li {
        min-width: 60vw !important;
        padding: 0
    }

    .adv_list .ttl {
        padding: 0;
        width: 100%
    }
}

.material_list {
    font-size: 0;
    margin: -15px -15px 15px -15px;
    text-align: center;
    padding: 0px !important
}

.material_list .item {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 15px;
    /*text-align: left;*/
}

.material_list.material_list-bottom .item {
    margin-bottom: 10px;
}

.material_list .item .wrap {
    display: block;
    height: 300px;
    overflow: hidden;
    position: relative;
    border: 3px solid #FFF;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.material_list .item p {
    font-size: 20px;
    line-height: 1.6;
    font-weight: normal;
}

.material_list .item p a {
    color: #000
}

.material_list .item img {
    width: 100%
}

.material_list .title {
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 10px;
    padding: 15px 20px;
    font: bold 26px/30px var(--font-family), sans-serif;
    color: #FFF;
    text-shadow: 0 1px 3px #333;
    background-color: rgba(0, 0, 0, 0.5);
}

.material_list .descr {
    position: absolute;
    z-index: 10;
    right: 15px;
    bottom: 15px;
    left: 15px;
}

.material_list .descr li {
    font: 15px/18px var(--font-family);
    color: #fff;
    margin-top: 13px;
}

.material_list .descr li span {
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    outline: rgba(0, 0, 0, 0.5) solid 5px;
}

.material_list .gal_cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    transition: 0.3s;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.material_list .wrap:hover .gal_cover {
    opacity: 1;
}

.service_list {
    display: flex;
    padding: 0px !important;
    justify-content: space-between;
    margin-bottom: 40px
}

.service_list .item {
    width: 32%;
    list-style: none;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
}

.service_list .item img {
    width: 100%
}

.service_list .item:hover img {
    transform: scale(1.02);
    transition: 0.5s;
}

.service_list .title {
    color: #000;
    display: block;
    font-family: Overpass
}

.service_list .price {
    color: #e68831;
    display: block
}

@media (max-width: 960px) {
    .service_list {
        display: block;
    }

    .service_list .item {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media (max-width: 960px) {
    .material_list {
        display: flex;
        overflow-x: auto;
        flex-wrap: nowrap !important;
        position: relative;
        min-width: initial !important;
        margin-bottom: 20px;
    }

    .material_list .item img {
        width: 300px;
        ;
        height: auto;
    }

    .material_list .item {
        width: 300px !important;
        padding: 10px;
    }

    .material_list .item .wrap {
        height: auto
    }
}

@media (max-width: 768px) {
    .material_list .item p {
        font-size: 15px;
        line-height: 1.2;
        font-weight: bold;
    }
}

.menu_list .item {
    display: inline-block;
    margin-bottom: 6px;
}

.menu_list .item a {
    background: #ffcc33 none repeat scroll 0 0;
    display: inline-block;
    font-size: 17px;
    padding: 6px 12px;
    color: black;
}

.menu_list li.item.active a {
    background-color: #ff4b33;
    color: white;
}

.work_list {
    font-size: 0;
    padding-left: 0px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.work_list .item {
    display: inline-block;
    text-align: left;
    width: 22%;
    box-sizing: border-box;
    margin: 0 19px 19px;
}

.work_list .item a {
    display: block;
    background-size: cover;
    color: #000;
    font-size: 20px;
    line-height: 1.4;
    font-weight: normal;
    text-align: center;
    font-family: Overpass
}

.work_list .item a figure {
    width: 279px;
    height: 279px;
    overflow: hidden
}

.work_list .wrap {
    display: block;
    border-radius: 3px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.work_list img {
    width: 100%;
    display: block
}

.work_list .hide {
    display: none;
}

.work_list p {
    line-height: 1.6 !important
}

.work_list .button {
    text-align: center;
    margin-top: 16px;
}

.work_list .button a {
    background-color: #ff4b33;
    border-radius: 4px;
    color: #fff;
    font-size: 17px;
    padding: 8px 20px;
    text-align: center;
    margin: auto;
    display: inline-block;
}

.work_list .button a:hover {
    background: #FFCC33;
}

.work_list .button a.fb {
    line-height: normal;
    font-weight: normal
}

.work_list_last {
    font-size: 0;
    margin: -15px -15px 15px -15px;
    padding-left: 0px !important;
    display: flex
}

.work_list_last .item {
    vertical-align: top;
    padding: 0 15px 15px;
    text-align: center;
    margin: 0 20px 0px 0;
    width: 33%
}

.work_list_last .item span {
    font-size: 20px;
}

.work_params a {
    font-size: 20px !important;
    line-height: 16px !important;
}

@media (max-width: 960px) {
    .work_list .item {
        width: 33.33%;
    }
}

@media (max-width: 640px) {
    .work_list {
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .work_list .item {
        width: 100%;
        padding: 0 0 20px 0;
        margin: 0;
    }

    .work_list .item:nth-child(2n) {
        margin-right: 0;
    }

    div.container ul.work_list li.item p.tit {
        font-size: 12px;
    }

    .work_list h2 a {
        margin-bottom: -10px !important;
        margin-left: 3px !important;
    }

    .work_list .item a figure {
        width: 100%
    }
}

.review_list {
    position: relative;
}

.review_list .iosSlider,
.review_list .slider_box .item {
    height: 240px !important;
}

.review_list .item {
    width: 100%;
    text-align: center;
}

.review_list .name {
    font-size: 18px;
    padding: 0 40px 10px;
    margin: 0 0 10px 0;
    border-bottom: 2px solid #ffcc33;
    display: inline-block;
}

.review_list .text {
    max-width: 760px;
    margin: 0 auto;
}

.review_list .spnav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    font-size: 0;
    text-align: center;
    padding: 25px;
}

.review_list .spnav .btn {
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
    width: 11px;
    height: 11px;
    margin: 0 5px;
    border: 2px solid #fff;
    background: #999;
    border-radius: 50%;
    transition: 0.3s;
}

.review_list .spnav .btn.active {
    background: #ffcc33;
}

.slider_nav {
    cursor: pointer;
    position: absolute;
    z-index: 100;
    top: 50%;
    margin-top: -24px;
    width: 30px;
    height: 48px;
    opacity: 0.4;
    background: url(../img/slider_nav.png) no-repeat;
    transition: 0.3s;
}

.slider_nav:hover {
    opacity: 1;
}

.slider_nav.prev {
    left: 10px;
    background-position: left top;
}

.slider_nav.next {
    right: 10px;
    background-position: right top;
}

@media (max-width: 1024px) {

    .review_list .iosSlider,
    .review_list .slider_box .item {
        height: 280px !important;
    }

    .review_list .text {
        max-width: 800px;
        padding: 0 60px;
    }

    .slider_nav.prev {
        left: 0;
    }

    .slider_nav.next {
        right: 0;
    }
}

@media (max-width: 760px) {

    .review_list .iosSlider,
    .review_list .slider_box .item {
        height: 360px !important;
    }

    .review_list .text {
        padding: 0 20px;
    }

    .slider_nav {
        top: -35px;
    }
}

@media (max-width: 480px) {

    .review_list .iosSlider,
    .review_list .slider_box .item {
        height: 460px !important;
    }

    .review_list .name {
        padding: 0 10px 10px;
        margin: 0 0 10px 0;
    }

    .review_list .text {
        padding: 0;
    }
}

.art_list .item {
    margin-bottom: 30px;
}

.art_list figure {
    float: left;
}

.art_list img {
    display: block;
    width: 262px;
}

.art_list .text_box {
    margin-left: 295px;
}

.art_list h2 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 10px
}

.art_list a {
    color: #337ab7;
}

.art_list a:hover {
    color: #23527c;
}

@media (max-width: 760px) {
    .art_list figure {
        float: none;
        margin-bottom: 30px;
    }

    .art_list img {
        display: block;
        width: 60%;
    }

    .art_list .text_box {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .art_list img {
        width: 100%;
    }
}

.type_list {
    font-size: 0;
    margin: -15px -15px 0 -15px;
    text-align: center;
}

.type_list .item {
    display: inline-block;
    vertical-align: top;
    padding: 15px;
    margin-bottom: 10px;
    text-align: left;
    /*width: 50%;*/
    width: 33%;
}

.type_list figure {
    float: left;
}

.type_list img {
    display: block;
    width: 265px;
}

.type_list .text_box {
    /*margin-left: 295px;*/
}

.type_list a {
    color: #337ab7;
}

.type_list a:hover {
    color: #23527c;
}

@media (max-width: 960px) {
    .type_list .item {
        margin-bottom: 0;
    }

    .type_list figure {
        float: none;
    }

    .type_list img {
        display: block;
        width: 100%;
        margin-bottom: 20px
    }

    .type_list .text_box {
        margin-left: 0;
    }

    .type_list h2 {
        margin-bottom: 5px;
    }
}

@media (max-width: 480px) {
    .type_list .item {
        position: relative;
        width: 100%;
    }

    .type_list img {
        margin-bottom: 0
    }

    .type_list .text_box {
        position: absolute;
        bottom: 15px;
        left: 15px;
        right: 15px;
        background-color: rgba(0, 0, 0, 0.6);
    }

    .type_list h2 {
        margin-bottom: 0;
        text-align: center
    }

    .type_list h2 a {
        display: block;
        padding: 15px 10px;
        color: #fff;
    }
}

.contacts_list {
    overflow: hidden;
    margin: 0 -15px;
    padding-left: 0px !important;
}

.contacts_list .item {
    width: 33%;
    float: left;
    padding: 0 15px;
    list-style: none;
}

.contacts_list .box_title {
    height: 63px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 15px;
}

.contacts_list .box_title h3 {
    padding: 0 0 0 58px;
    line-height: 48px;
    font-size: 22px;
}

.contacts_list .box_title .phone_num {
    background: url(../img/ico_phone.png) no-repeat;
    padding: 0 0 0 58px;
    line-height: 48px;
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0 20px;
    color: #333
}

.contacts_list .box_title .phone_num a {
    color: #333;
}

.contacts_list .box_title .wa {
    background: url(../img/whatsap-icon-green.svg) no-repeat;
    padding: 0 0 0 58px;
    line-height: 48px;
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0 20px;
}

.contacts_list .box_title .wa a {
    color: #333;
}

.contacts_list .box_title .email {
    background: url(../img/ico_mail.png) no-repeat;
    padding: 0 0 0 58px;
    line-height: 48px;
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0 20px;
}

.contacts_list .box_title .email a {
    color: #333;
}

.contacts_list h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.contacts_list p {
    font-size: 14px !important;
    line-height: 20px;
    margin-bottom: 0px !important;
}

.contacts_list .contacts_list-title {
    font-size: 18px !important;
    margin-bottom: 15px !important;
    font-weight: bold;
    color: #333;
    margin-top: 15px !important;
}

.contacts_list .col {
    width: 50%;
    float: left;
    padding-right: 10px;
}

.map_box {
    width: 100%;
    height: 420px;
    padding-top: 5px;
}

@media (max-width: 960px) {
    .contacts_list {
        margin: 0;
    }

    .contacts_list .item {
        width: auto;
        float: none;
        padding: 0;
        margin-bottom: 40px;
    }
}

@media (max-width: 480px) {
    .contacts_list .col {
        width: auto;
        float: none;
        padding-right: 0;
    }

    .map_box {
        height: 360px;
    }
}

.price_list {
    margin: 0 -15px;
}

.price_list .item {
    width: 33.33%;
    float: left;
    padding: 0 15px;
}

.price_list .wrap {
    position: relative;
    padding: 10px 15px;
    background-color: #fff
}

.price_list .wrap:before,
.price_list .wrap:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 8px;
    background: url(../img/wave_white.png) repeat-x;
}

.price_list .wrap:before {
    top: 100%;
    background-position: center bottom;
}

.price_list .wrap:after {
    bottom: 100%;
    background-position: center top;
}

.price_list .title {
    margin: 0 -15px 10px;
    padding: 0 15px;
    line-height: 60px;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    background-color: #FFCC33;
}

.price_list .line {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    border-bottom: 1px dashed #ddd;
    padding: 8px 0;
}

.price_list .line span {
    display: block;
    font-weight: 400;
    color: #999;
    font-size: 14px;
}

.price_list .cena {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    padding: 20px 0 15px;
}

.price_list .cena span {
    border-radius: 4px;
    color: #333;
    padding: 5px 10px;
    background-color: #FFCC33;
}

@media (max-width: 960px) {
    .price_list .item {
        width: auto;
        float: none;
        margin-top: 10px;
        min-width: 80vw;
    }

    .price_list .item:first-child {}

    .price_list .item br {
        display: none;
    }

    .price_list {
        display: flex;
        align-items: flex-start;
        flex-wrap: nowrap;
        overflow: auto;
    }
}

.obj_gal {
    float: right;
    position: relative;
    width: 340px;
    margin: 0 0 30px 30px;
}

.obj_gal .prod_photo_slider,
.obj_gal .prod_photo_slider .slider,
.obj_gal .prod_photo_slider .slider li {
    height: 340px;
}

.obj_gal .prod_photo_slider {
    width: 100%;
    margin-bottom: 5px;
    overflow: hidden;
}

.obj_gal .prod_photo_slider .slider {
    width: 100%;
}

.obj_gal .prod_photo_slider .slider li {
    position: relative;
    width: 100%;
}

.obj_gal .prod_photo_slider img {
    display: block;
    max-width: 100%;
    cursor: default;
}

.obj_gal .thumb_box {
    position: relative;
    height: 110px;
    margin-right: -5px;
    overflow: hidden;
    display: none
}

.obj_gal .sldr_thumb_list .slider {
    height: 110px;
}

.obj_gal .sldr_thumb_list .button {
    width: 33.33%;
    cursor: pointer;
    float: left;
    transition: 0.3s;
}

.obj_gal .sldr_thumb_list img {
    display: block;
    width: 100%;
    opacity: 0.7;
    transition: 0.3s;
    padding-right: 5px;
}

.obj_gal .sldr_thumb_list .button:hover img,
.obj_gal .sldr_thumb_list .button.selected img {
    opacity: 1;
}

@media (max-width: 640px) {
    .obj_gal {
        float: none;
        width: auto;
        border: none;
        box-shadow: none;
        margin: 0 0 30px;
    }

    .obj_gal .prod_photo_slider img {
        width: 100%;
    }
}

@media (max-width: 320px) {

    .obj_gal .prod_photo_slider,
    .obj_gal .prod_photo_slider .slider,
    .obj_gal .prod_photo_slider .slider li {
        height: 280px;
    }
}

/* typography */
.text_style h2 {
    font-size: 35px;
    margin: 0;
}

.text_style p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.text_style ul,
.text_style ol {
    margin-bottom: 20px;
    padding-left: 40px;
}

@media (max-width: 800px) {
    .text_style ol {
        padding-left: 18px;
    }
}

.text_style li {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
}

.text_style ul li {
    list-style-type: disc;
    font-size: 16px;
    line-height: 1.6;
}

.text_style ol li {
    list-style-position: outside;
    font-size: 16px;
    line-height: 1.6;
}

.text_style img {
    width: 100%;
}

.text_style figure.fl {
    float: left;
    margin: 0 15px 10px 0;
}

.text_style figure.fr {
    float: right;
    margin: 0 0 10px 15px;
}

@media (max-width: 800px) {

    .text_style figure.fl,
    .text_style figure.fr {
        float: none;
        margin: 0 0 20px;
    }

    .mob_cover {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .text_style img {
        border: none;
        box-shadow: none;
    }
}

/* elements */
.info_box {
    /*padding-top: 50px; padding-bottom: 50px;*/
}

@media (max-width: 760px) {
    .info_box {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.info_box h2 {
    margin-bottom: 50px;
    text-align: center;
}

.info_box h3 {
    font-size: 24px;
    margin-bottom: 40px;
    text-align: center;
}

.info_box .note {
    text-align: center;
    padding: 30px 0;
    color: #999;
    font-size: 12px;
}

article .info_box {
    padding-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.yellow_box {
    background: #ffcc33;
}

@media (max-width: 768px) {
    .yellow_box .material_list .item {
        margin-bottom: 0;
    }
}

.gray_box {
    background: #eee;
}

.gray_box h2 {
    margin: 10px auto 40px !important;
}

.gray_wave_bt {
    position: relative;
}

/*.gray_wave_bt:after {content: ''; position: absolute; z-index: 100; left: 0; top: 100%; width: 100%; height: 8px; background: url(../img/wave_gray.png) center bottom repeat-x;}*/
.full_bg {
    margin-left: -1000px;
    margin-right: -1000px;
    padding-left: 1000px;
    padding-right: 1000px;
}

table {
    width: 100%;
}

img.decor {
    border: 3px solid #FFF;
    box-shadow: 0 0 3px #999;
}

@media (max-width: 480px) {
    img.decor {
        border: none;
        box-shadow: none;
    }
}

.blue_btn {
    display: inline-block;
    padding: 0 15px;
    height: 32px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    border: none;
    background: #3599dc;
    border-radius: 100px;
    transition: 0.3s;
}

.blue_btn:hover {
    color: #2d3e50;
    background-color: #fff;
}

.gray_btn {
    display: inline-block;
    padding: 0 26px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    border: none;
    background: #2d3e50;
    border-radius: 100px;
    transition: 0.3s;
}

.gray_btn:hover {
    background-color: #3599dc;
}

.white_btn {
    display: inline-block;
    padding: 0 20px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #717171;
    font-size: 16px;
    border: 1px solid #e2e2e2;
    background: #fff;
    border-radius: 4px;
    transition: 0.3s;
}

.white_btn:hover {
    color: #000;
    border-color: #000;
}

input[type="submit"] {
    cursor: pointer;
}

input::-webkit-input-placeholder {
    opacity: 0.5;
    color: inherit;
}

input::-moz-placeholder {
    opacity: 0.5;
    color: inherit;
}

/* Firefox 19+ */
input:-moz-placeholder {
    opacity: 0.5;
    color: inherit;
}

/* Firefox 18- */
input:-ms-input-placeholder {
    opacity: 0.5;
    color: inherit;
}

textarea::-webkit-input-placeholder {
    opacity: 0.5;
    color: inherit;
}

textarea::-moz-placeholder {
    opacity: 0.5;
    color: inherit;
}

/* Firefox 19+ */
textarea:-moz-placeholder {
    opacity: 0.5;
    color: inherit;
}

/* Firefox 18- */
textarea:-ms-input-placeholder {
    opacity: 0.5;
    color: inherit;
}

textarea,
input {
    -webkit-appearance: none;
}

a,
input:focus,
select:focus,
textarea:focus,
button:focus,
button {
    outline: none !important;
}

.popup {
    display: none;
}

.form_box {
    font-size: 0;
}

.form_box label {
    display: block;
    font-size: 14px;
    margin: 0 0 15px 7px;
}

.form_box label span {
    color: #f65211;
    font-weight: bold;
}

.form_box textarea,
.form_box input[type="text"] {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    background: #ecf0f1;
    border: 1px solid #d0d0d0;
    transition: 0.3s;
}

.form_box input[type="text"] {
    height: 37px;
    padding: 0 12px;
}

.form_box textarea {
    padding: 12px;
    height: 94px;
    resize: none;
}

.form_box .field {
    margin-bottom: 15px;
    width: 100%;
    font-size: 14px;
    position: relative;
}

.form_box .field.rqrd:after {
    content: "*";
    position: absolute;
    right: 4px;
    top: 4px;
    color: #3599dc;
    font-size: 23px;
    font-weight: bold;
}

.form_box .btn_box {
    padding-top: 5px;
    text-align: right;
}

.form_box .gray_btn {
    padding: 0 15px;
    height: 37px;
    line-height: 39px;
}

.checkbox {
    display: inline-block !important;
    margin: 0 !important;
    color: #262626;
    line-height: 24px;
}

.checkbox .jq-checkbox {
    float: left;
    margin-left: 0;
}

.checkbox a {
    text-decoration: underline;
}

.checkbox>em {
    margin-left: 40px;
    font-style: normal;
}

.error {
background: #feeded !important;
  color: black !important;
  padding-top: 12px;
  padding-left: 12px;
}

@media (max-width: 480px) {
    .form_box .btn_box {
        text-align: center;
    }
}

/* plugins */
/* support class style */
.clear {
    clear: both;
    float: none !important;
}

.cf:before,
.cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.cf:after {
    clear: both;
}

div.main_nav_box nav.main_nav li.active>a {
    color: #ffcc33;
    opacity: 1;
}

div.container ul.work_list li.item p.tit {
    display: block;
    margin: 5px 0;
    text-align: center;
}

div.container ul.work_list li.item p.tit span {
    color: #000;
    font-size: 20px;
}

.proj_list p {
    margin: 20px 0 0;
}

.proj_list .work_params,
.proj_list .work_params a {
    background: none;
    margin-top: 0;
    color: #e68831;
}

.proj_list .button {
    text-align: center;
}

.proj_list .button a {
   /* background-color: #ff4b33; */
    border-radius: 4px;
    color: #fff;
    font-size: 17px;
    padding: 8px 20px;
    text-align: center;
    margin: auto;
}

.proj_list .button a:hover {
  /* background: #FFCC33; */
}

@media (max-width: 998px) {
    .proj_list .item {
        width: 48% !important
    }
}

.pop {
    border: 1px solid #e4e4e4;
    padding: 30px 30px 55px;
    display: none;
   /* width: 400px; */
}

.pop .frmtxt,
.pop .text {
    width: 100%;
}

ul.price_list.cf li.item div.wrap a.blue_btn {
    background-color: #ff4b33;
    border-radius: 4px;
    color: #fff;
    display: table;
    margin: 13px auto 12px;
    text-align: center;
    font-size: 17px;
    padding: 8px 20px;
    height: auto;
    line-height: 1;
}

ul.price_list.cf li.item div.wrap a.blue_btn:hover {
    background-color: #FFCC33;
}

div.wrap input {
    border: 1px solid #e3e8ee;
    box-sizing: border-box;
    color: #474a4c;
    font-size: 15px;
    height: 51px;
    /*margin-bottom: 17px;*/
    outline: medium none;
    padding-left: 21px;
    width: 100%;
}

.field.rqrd div.wrap input {
    margin-bottom: 17px;
    border-radius: 4px;
}

.btn_box input.cms_submit {
    padding: 0px;
    background: #f06622 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "feather";
    font-size: 12px;
    font-weight: bold;
    height: 37px;
    letter-spacing: 0.4px;
    line-height: 31px;
    margin-top: -4px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 100px;
}

.frza {
    border-radius: 3px;
    font-weight: normal;
    margin-bottom: 5px;
}

.msg_forms div.frza a {
    color: #ff4b33;
}

div.field div.wrap textarea {
    border: 1px solid #e3e8ee;
    box-sizing: border-box;
    color: #474a4c;
    height: 180px;
    margin-bottom: 17px;
    outline: medium none;
    padding-left: 21px;
    width: 100%;
    padding-top: 16px;
}

div.btn_box input.gray_btn {
    background-color: #ff4b33;
    border-radius: 4px;
    color: #fff;
    display: block;
    margin: 13px auto -16px;
    text-align: center;
    /*width: 162px;*/
}

div.btn_box input.gray_btn:hover {
    background: #ffcc33;
}

div.row input {
    border: 1px solid #e3e8ee;
    box-sizing: border-box;
    color: #474a4c;
    font-size: 15px;
    height: 51px;
    margin-bottom: 17px;
    outline: medium none;
    padding-left: 21px;
    width: 400px;
}

@media (max-width: 768px) {

    div.row input,
    div.row textarea {
        width: 100% !important
    }

    .proj_list .button a {
        font-size: 14px
    }
}

/*
div.row span {
    display: none;
}
*/
div.row textarea.cms_textarea {
    border: 1px solid #e3e8ee;
    box-sizing: border-box;
    color: #474a4c;
    font-size: 15px;
    height: 190px;
    margin-bottom: 17px;
    outline: medium none;
    padding-left: 21px;
    padding-top: 11px;
    width: 400px;
}

.cms_form input.cms_submit {
    background-color: #ff4b33;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    display: block;
    padding: 13px;
    text-align: center;
    width: 142px;
}

div.container div.promo_form a.blue_btn {
    height: auto;
    padding: 20px 40px;
    font-size: 20px;
    /* width: 213px; */
}

.main_slider .container {
    background: none
}

.main_slider .iosSlider .item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 900px;
    background: #000;
    opacity: 0.3;
    top: -0
}

.main_slider,
.main_slider .iosSlider,
.main_slider .iosSlider .item,
.main_slider .container {
    height: 900px;
}

.main_slider .iosSlider .item {
    width: 100%;
    padding-top: 285px;
    background-size: cover !important;
}

.main_slider .spnav {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100;
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
    bottom: 40px;
}

.main_slider .spnav .item {
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
    width: 10px;
    height: 10px;
    margin: 2px 17px;
    background: #fff;
    border-radius: 50%;
    transition: 0.3s;
}

.main_slider .spnav .item.active {
    width: 34px;
    height: 6px;
    border: 0px solid #eeedea;
    margin: 0 15px 4px;
    background: #FFCC33;
    border-radius: 20%;
}

.main_slider .container {
    background-size: 0;
}

@media (max-width: 480px) {
    .main_slider .spnav .item {
        margin: 2px 10px;
    }

    .main_slider .spnav .item.active {
        margin: 0 15px 4px;
    }
}

@media (max-width: 960px) {
    .promo_box h1 {
        font-size: 40px;
    }

    .promo_box h1 span {
        padding: 15px 20px;
    }

    h1 {
        font-size: 30px;
        margin: 78px 0 30px
    }
}

@media (max-width: 760px) {
    .promo_box h1 {
        font-size: 36px;
    }
}

@media (max-width: 640px) {
    .promo_box {
        margin: 0 0 -70px;
        top: -120px;
    }

    .promo_box h1 {
        border-radius: 20px;
        padding: 15px;
        background-color: rgba(0, 0, 0, 0.7);
    }

    .promo_box h1 span {
        display: inline;
        border-radius: 0;
        line-height: 1.5;
        padding: 0;
        background: none;
    }

    .promo_box h1 br {
        display: none;
    }

    .promo_form h3 {
        font-size: 22px;
        margin: 0 0 10px;
    }

    .timer {
        font-size: 22px;
    }

    .promo_form {
        width: 440px;
    }

    .promo_form input[type="text"] {
        width: 195px;
        font-size: 13px;
    }

    .promo_form input[type="submit"] {
        font-size: 13px;
        padding: 5px 10px !important
    }
}

@media (max-width: 640px) {
    .main_slider .iosSlider .item {
        padding-top: 0;
    }

    .main_slider .iosSlider .item .head {
        padding-top: 250px
    }

    .promo_box h1 {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 50px;
    }

    .promo_form {
        width: 100%;
    }

    .promo_form input {
        border-radius: 6px !important;
        float: none;
    }

    .promo_form input[type="submit"] {
        width: 185px;
        border: 0;
    }

    .promo_box,
    .main_slider,
    .main_slider .iosSlider,
    .main_slider .iosSlider .item,
    .main_slider .container {
        height: 100vh !important;
    }

    .main_slider .iosSlider .item {
        background: none !important;
    }

    .main_slider .container {
        padding-top: 150px;
        background-size: cover;
        background-position: center;
    }
}

@media (max-width: 360px) {
    .main_slider .iosSlider .item {
        padding-top: 130px;
    }

    .promo_box h1 {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 40px;
    }

    .promo_form h3.rbg {
        padding: 12px 20px;
    }

    .promo_form input[type="submit"] {
        width: 100%;
    }
}

@media (max-width: 320px) {
    .promo_form {
        padding: 15px;
    }
}

.menu_cat {
    margin-bottom: 60px;
}

.menu_cat a {
    display: inline-block;
    font: bold 18px/20px var(--font-family);
    margin-right: 20px;
    text-transform: uppercase;
}

#l-form9 {
    border: 1px solid #e4e4e4;
    display: none;
    padding: 30px 30px 55px;
    max-width: 100%;
}

#l-form20 {
    border: 1px solid #e4e4e4;
    display: none;
    padding: 30px 30px 55px;
    max-width: 100%;
}

#l-form25 {
    border: 1px solid #e4e4e4;
    display: none;
    padding: 30px 30px 55px;
    max-width: 100%;
}

#zakaz_razschet {
    border: 1px solid #e4e4e4;
    display: none;
    padding: 30px 30px 55px;
    width: 400px;
}

#l-form11 {
    border: 1px solid #e4e4e4;
    display: none;
    padding: 30px 30px 55px;
    max-width: 100%;
}

#l-form15 {
    border: 1px solid #e4e4e4;
    display: none;
    padding: 30px 30px 55px;
    max-width: 100%;
}

#l-form17 {
    border: 1px solid #e4e4e4;
    display: none;
    padding: 30px 30px 55px;
    max-width: 100%;
}

@media (max-width: 640px) {
    .pop {
        width: 90%
    }

    div.field div.wrap textarea {
        height: 100px;
    }

    div.btn_box input.gray_btn {
        margin: 13px auto 0;
    }
}

a.zvrb.fb {
    background-color: #ff4b33;
    border-radius: 4px;
    color: #fff;
    font-size: 17px;
    margin-bottom: 20px;
    margin-top: 7px;
    padding: 8px 20px;
    text-align: center;
    /*width: 180px;*/
    display: inline-block;
}

a.zvrb.fb:hover {
    background: #ffcc33;
}

a.zvrb.fb-none {
    background-color: #ff4b33;
    border-radius: 4px;
    color: #fff;
    font-size: 17px;
    margin-bottom: 20px;
    margin-top: 7px;
    padding: 8px 20px;
    text-align: center;
    width: 180px;
    display: inline-block;
    margin: auto;
}

a.zvrb.fb-none:hover {
    background: #FFCC33;
}

div.st {
    color: grey;
    margin-top: 10px;
}

div.st-gl {
    color: grey;
    padding: 10px 0 0 0;
}

div.st-vp {
    color: grey;
    padding: 0 0 10px 0;
}

div.h_phone span.email a.fb {
    background-color: #ff4b33;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    margin-bottom: 1px;
    padding: 8px 20px;
    text-align: center;
    font-weight: normal;
}

div.h_phone span.email a.fb:hover {
    background: #ffcc33;
}

div.container a.usp {
    background-color: #ff4b33;
    border-radius: 4px;
    color: #fff;
    font-size: 17px;
    margin: auto;
    padding: 8px 20px;
    text-align: center;
    width: 270px;
    display: block;
}

div.container a.usp:hover {
    background: #ffcc33;
}

div.text_box span.prs {
    display: block;
    color: #ff4b33;
    font: bold 24px "Overpass";
}

.twobuttons {
    margin: 20px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.twobuttons a {
    background-color: #ff4b33;
    border-radius: 4px;
    color: #fff;
    font-size: 17px;
    padding: 8px 20px;
    text-align: center;
    display: inline-block;
    margin: 0 20px 0 0 !important;
    width: auto !important;
}

.twobuttons a:hover {
    background: #FFCC33;
}

.threebuttons {
    margin: 20px 0
}

.threebuttons a {
    display: inline-block;
    margin-right: 20px;
}

.fourbuttons {
    margin: 20px 0;
    display: flex;
    justify-content: flex-start;
}

.fourbuttons a {
    background-color: #ff4b33;
    border-radius: 4px;
    color: #fff;
    font-size: 17px;
    padding: 8px 20px;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
}

.fourbuttons a:hover {
    background: #FFCC33;
}

@media (max-width: 800px) {
    .twobuttons {
        text-align: center;
        margin: 20px 0 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .twobuttons a {
        font-size: 15px;
        padding: 10px;
        margin-bottom: 20px;
        width: 46%;
        margin: 0 0 20px 0 !important;
    }

    .threebuttons {
        display: flex;
        justify-content: space-between;
    }

    .threebuttons a.zvrb.fb {
        margin: 0;
        width: 30%;
    }

    .fourbuttons {
        text-align: center;
        display: inline-block;
    }

    .fourbuttons a {
        font-size: 14px;
        padding: 12px;
        width: 100%;
        margin-bottom: 9px;
    }
}

.material_list h2.specFont {
    font-size: 33px;
    margin-bottom: 6px;
    margin-top: 39px;
    text-align: center;
}

.golk li {
    display: inline-block;
    margin-bottom: 12px;
    margin-right: 5px;
}

.golk li a {
    background: #f3f5f7 none repeat scroll 0 0;
    display: inline-block;
    font-size: 17px;
    padding: 6px 12px;
}

.golk li.active a {
    background-color: #ff4b33;
    color: white;
}

ul.inside li {
    background: rgba(0, 0, 0, 0) url("../img/arrow01.gif") no-repeat scroll left 7px;
    font-size: 16px;
    line-height: 1.4;
    padding: 0px 7px 0px 21px;
    list-style: none;
    margin-bottom: 10px;
}

ul.inside {
    margin: 0px 0 20px;
}

ol.inside li {
    font-size: 16px;
    line-height: 1.4;
    padding: 0px 7px 0px 21px;
    list-style: none;
    margin-bottom: 10px;
}

ol.inside {
    margin: 0px 0 20px;
}

@media (max-width: 800px) {
    ul.inside {
        padding-left: 0px;
    }
}

.info-text-block {
    padding: 50px 75px;
    color: #333;
    margin: 25px auto;
    font-size: 26px;
    line-height: 1.5;
    background: #feeed5;
    text-align: center;
}

.info-text-block-01 {
    padding: 50px 75px;
    color: #333;
    margin: 25px auto;
    font-size: 26px;
    line-height: 1.5;
    background: #feeed5;
    text-align: center;
}

.info-text-block-02 {
    padding: 35px 50px 35px 40px;
    color: #333;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 26px;
    line-height: 1.5;
    background: #edcaa1;
    text-align: center;
}

@media (max-width: 800px) {

    .info-text-block,
    .info-text-block-01,
    .info-text-block-02 {
        font-size: 18px;
        line-height: 1.4;
        padding: 30px;
    }
}

.info-text-block ul {
    text-align: left;
    margin-top: 20px;
}

.info-text-block-2 {
    padding: 35px 50px 35px 40px;
    color: #333;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 23px;
    line-height: 1.5;
    background: #EEE;
}

.subn li ul.sb_menu {
    margin-bottom: 18px;
}

.subn li ul.sb_menu li a {
    color: white;
    display: block;
    font-size: 16px;
    line-height: 14px;
    margin-bottom: 0;
    font-weight: normal;
}

.subn li ul.sb_menu li {
    background: rgba(0, 0, 0, 0) url("../img/arrow01.gif") no-repeat scroll left center;
    list-style: none;
    margin-left: 27px;
}

.subn li ul.sb_menu li a:hover {
    color: #ffcc33;
    opacity: 1;
}

.container hr {
    color: #f3f5f7;
    height: 1px;
    margin: 60px 0 60px 0
}

.sd {
    display: block;
    font-size: 16px;
    margin: 0 0 10px;
    font-weight: bold;
    color: gray;
}

.gray_wave_bt div.text.cv span.que {
    font-weight: bold;
    display: block;
    font-size: 20px;
}

.gray_wave_bt div.text.cv span.eerv {
    font-weight: bold;
    display: block;
    margin-top: 12px;
    margin-bottom: 2px;
}

.gray_wave_bt div.text.cv span.ans {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.gray_wave_bt div.text.cv {
    margin-bottom: 40px;
}

@media (max-width: 960px) {
    .cv {
        width: 100%;
    }
}

.obrtk {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 180px;
    transition: all 0.3s ease 0s;
    width: 300px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.prs {
    color: #ff4b33;
    font: bold 24px "Overpass";
    margin-bottom: 1px;
}

.txtgray {
    color: #8c8b8b;
    font-size: 14px;
}

@media (max-width: 640px) {
    .type_list {
        padding-left: 0px !important;
    }

    .type_list .prs {
        text-align: center;
        margin-bottom: 13px;
    }

    .type_list h2 {
        padding: 0px;
    }

    .menu_list .item {
        margin: 0 8px 8px 0 !important;
    }

    .menu_list .item a {
        font-size: 13px;
        padding: 6px 8px 4px;
    }

    .twobuttons a {
        margin-right: 10px;
    }

    .social {
        display: block;
    }
}

.copyright a {
    color: #FFF;
    text-decoration: underline;
}

.copyright a:hover {
    text-decoration: none;
}

@media (max-width: 640px) {
    .copyright a {
        display: block
    }
}

.social {
    text-align: center;
    margin-bottom: -40px;
}

.social img {
    margin: 0 0 -10px 10px;
}

.img_left .descr {
    padding: 0 0 0 60px;
}

.img_right .descr {
    padding: 0 60px 0 0;
    text-align: right
}

.img_left,
.img_right {
    margin-bottom: 0px;
}

.img_left .descr,
.img_right .descr {
    width: 50%;
    vertical-align: top;
    line-height: 20px;
    line-height: 25px;
    font-size: 20px;
}

.info_blocks strong {
    display: block;
    font-size: 35px;
    margin-bottom: 20px;
}

@media (max-width: 800px) {
    .info_blocks strong {
        margin: 20px 0;
        line-height: 32px;
        font-size: 25px;
    }
}

.info_blocks figure {
    width: 50%;
    display: table-cell;
}

.info_blocks figure img {
    width: 100%;
}

.info_blocks .descr {
    display: table-cell;
    vertical-align: middle
}

.info_blocks .more {
    background-color: #ff4b33;
    border-radius: 4px;
    color: #fff;
    font-size: 17px;
    margin: auto;
    padding: 8px 20px;
    text-align: center;
    display: inline-block;
    transition: 0.3s;
    line-height: normal
}

.info_blocks a {
    color: #333
}

.info_blocks a:hover .more {
    background: #ffcc33;
}

@media (max-width: 800px) {
    .info_blocks figure {
        width: 100%;
        display: block;
    }

    .info_blocks .descr {
        display: block;
        width: 100%;
        padding: 0px;
    }

    .info_blocks {
        display: flex;
        overflow: auto;
        flex-wrap: nowrap;
        gap: 10px
    }

    .info_blocks .img_left,
    .info_blocks .img_right {
        min-width: 70vw
    }

    .info_blocks .img_right a {
        display: flex;
        flex-direction: column;
    }

    .img_left,
    .img_right {
        margin-bottom: 20px;
    }

    .img_right img,
    .img_left img {
        margin-top: 20px;
    }

    .img_right .anch {
        display: flex;
        flex-flow: wrap
    }

    .img_right figure {
        order: 1;
    }

    .img_right .descr {
        order: 2;
        text-align: left;
    }
}

.anch-slide {
    margin-top: -50px;
}

.fancybox-caption {
    font-size: 18px !important;
    text-align: center;
}

.news_list {
    font-size: 0;
    margin-bottom: 10px;
}

.news_list .item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 25px;
    margin-bottom: 30px;
}

.news_list .item a {
    text-decoration: none
}

.news_list .item:before {
    content: "";
    display: none;
}

.news_list .wrap {
    display: table;
    width: 100%;
}

.news_list .wrap>* {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}

.news_list img {
    max-width: 100%;
    border-bottom-right-radius: 0;
}

.news_list a {
    color: #000
}

.news_list a:hover img {
    transform: scale(1.04);
}

.news_list .text_box {
    padding: 12px 0 0 30px;
    position: relative;
    transition: 0.3s;
}

.news_list .text_box p {
    font-size: 14px;
}

.news_list .ttl {
    font-size: 17px;
    line-height: 1.4;
    font-weight: bold;
    max-width: 235px;
    margin-bottom: 5px
}

.news_list time {
    font-size: 16px;
    margin-top: 20px;
    display: block;
    color: #aeaeae
}

.news_list figure {
    position: relative;
}

.news_list figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border-bottom-right-radius: 0;
    background: rgba(0, 0, 0, 0.45);
    transition: 0.3s;
    opacity: 0;
}

/*.news_list a:hover figure:after {opacity: 1;}*/
@media (max-width: 1600px) {
    .news_list .text_box {
        padding: 5px 0 0 30px;
    }

    .news_list time {
        bottom: 5px;
    }
}

@media (max-width: 1280px) {
    .news_list .ttl {
        font-size: 15px;
        line-height: 1.5;
    }
}

@media (max-width: 1024px) {
    .news_list .item {
        padding-right: 0;
    }

    .news_list .text_box {
        padding: 5px 10px 0 20px;
    }

    .news_list time {
        left: 20px;
    }
}

@media (max-width: 960px) {
    .news_list .item {
        display: block;
        width: auto;
        margin-bottom: 40px;
    }

    .news_list .item:last-child {
        margin-bottom: 0;
    }

    .news_list img {
        width: 100%;
    }

    .news_list .text_box {
        padding: 10px 0 0 30px;
    }

    .news_list .ttl {
        font-size: 16px;
        line-height: 1.8;
        max-width: 90%;
    }

    .news_list time {
        left: 30px;
        bottom: 10px;
    }
}

@media (max-width: 640px) {
    .news_list {
        margin-bottom: 40px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .news_list .item {
        width: 48%;
    }

    .news_list {
        display: flex;
        flex-wrap: wrap;
    }

    .news_list .ttl {
        font-size: 16px;
        line-height: 1.4;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .news_list .wrap>* {
        display: block;
        width: auto;
    }

    .news_list .text_box {
        padding: 10px 0 0 0;
    }

    .news_list time {
        position: static;
    }
}

.addmenu {
    margin-bottom: 35px
}

.addmenu li {
    margin: 10px 0 10px 38px;
}

.form_page {
    border: solid 3px #ffcc33;
    padding: 20px 30px 30px;
    margin: 60px 0;
    background: #ffcc33
}

.form_page input[type="text"] {
    width: 100%
}

.form_page .field {
    display: inline-block;
    width: 24%;
}

.form_page h2 {
    font-size: 40px;
}

.form_page .title-h2 {
    color: #333
}

.form_page a {
    color: #333;
    opacity: 0.6
}

.form_page p {
    text-align: center;
    color: #333
}

.form_page .st {
    color: #333;
    text-align: center;
}

@media (max-width: 800px) {
    .form_page h2 {
        font-size: 24px
    }

    .form_page .field {
        display: inline-block;
        width: 100%;
    }

    .form_page {
        margin: 60px 0 30px;
        padding: 30px;
    }

    .form_page .st {
        font-size: 12px;
        margin-top: 12px;
    }
}

.quest {
    margin-bottom: 10px;
}

.ans {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.yellow_form .form_page {
    background: #ffcc33;
    margin-bottom: -40px;
}

.yellow_form .form_page .gray_btn:hover {
    background: #fff !important;
    color: #000 !important
}

.container h2.specFont span {
    text-align: center;
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
    display: block;
}

.respname {
    margin-bottom: 20px;
}

.resp {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 40px;
}

@media (max-width: 960px) {
    .resp img {
        width: 100%
    }
}

.img-brandy div {
    padding: 20px 30px;
    width: 19%;
    display: inline-block;
}

.img-brandy img {
    width: 100%
}

@media (max-width: 960px) {
    .img-brandy div {
        padding: 10px;
        width: 32%;
    }
}

.date-in-text {
    color: #666;
    text-align: center;
    font-size: 14px;
    padding-top: 5px;
}

.view {
    padding-left: 25px;
    background: url(../../uploads/images/Eye.svg) left center no-repeat;
    color: gray;
    font-size: 15px;
    margin-left: 25px;
}

#ymaps {
    width: 1140px;
    height: 600px;
}

h2 span.zgbn {
    color: grey;
    display: block;
    font: 15px 'HelveticaNeue';
    margin-top: 10px;
}

.ddf {
    float: right;
    margin-left: 25px;
}

@media (max-width: 768px) {
    .ddf {
        width: 100%;
        margin-bottom: 20px;
        float: none;
        margin-left: 0
    }
}

.wrap div.text_box div.desc_shot {}

.adres-otzyvy {
    display: none;
}

.finpages p {
    margin: 30px 0 !important
}

.finpages .buttonfin {
    margin: 30px 0;
    text-align: center;
}

.pl_col nav.inpagespec ul li a {
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
    color: #0fa5ee;
    text-decoration: none;
}

.pl_col nav.inpagespec ul li a:hover {
    text-decoration: underline;
}

.pl_col nav.inpagespec ul li {
    list-style: none;
    margin-bottom: 20px;
    margin-left: 3px;
}

#ymaps {
    width: 100%
}

.dists {
    margin: 30px 0
}

.dist_item {
    display: inline-block;
    width: 32%;
    vertical-align: top;
}

.dist_item li {
    background: rgba(0, 0, 0, 0) url(../img/arrow01.gif) no-repeat scroll left center;
    font-size: 16px;
    line-height: 1.4;
    padding: 0px 7px 0px 15px;
    list-style: none;
    margin-bottom: 10px;
}

@media (max-width: 760px) {
    .dist_item a {
        font-size: 13px;
    }
}

.pic_right {
    float: right;
    margin: 0 0 10px 10px
}

@media (max-width: 760px) {
    .pic_right {
        float: none;
        margin: 0 0 10px 0;
        width: 100%
    }
}

.calc {
    margin-bottom: 40px;
    text-align: center;
    font-size: 16px;
}

.calc input {
    border: 1px dashed black;
    box-sizing: border-box;
    color: #474a4c;
   /* font-size: 32px; */
    height: 60px;
    margin: 0 10px;
    outline: medium none;
    text-align: center;
    width: 100px;
}

.calc span {
    display: block;
    margin-top: 10px;
    font-size: 16px;
}

.final_cost {
    border-radius: 4px;
    color: #FFF;
    padding: 5px 10px;
    background-color: #6bc96b;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    margin: 10px auto;
}

.title-h2 {
    text-align: center;
    font: normal 45px var(--font-family);
    color: #333;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
}

@media (max-width: 560px) {
    .full_bg ul.work_list_last li.item {
        width: 100%;
    }

    .work_list_last {
        display: block;
    }

    .final_cost {
        border-radius: 4px;
        color: #FFF;
        padding: 5px 10px;
        background-color: #6bc96b;
        font-size: 20px;
        font-weight: 600;
        display: block;
        margin: 10px auto;
        text-align: center;
        width: 170px;
    }
}

.content_page div.container h2 {
    text-align: center;
    margin: 50px 0 20px;
}

.content_page .container {
    padding: 30px 48px;
}

.sqare {
    position: absolute;
    z-index: 1;
    bottom: 0;
    font-size: 20px;
    font-weight: 500;
    color: #333;
    padding: 5px 10px;
    background-color: #FFCC33;
    border-radius: 0 5px 0 0;
}

.work_params {
    text-align: center;
    padding: 0 10px;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.6;
}

.work_params .param {
    color: #e68831
}

.block_goroda {
    margin-top: 50px;
}

.block_goroda h2 {
    margin-bottom: 30px !important;
}

.center {
    text-align: center
}

@media (max-width: 768px) {

    /*.work_params {font-size: 15px;}*/
    .cf section.pl_col nav.inpagespec {
        float: left;
        width: 100%;
    }

    .center_box div.block_goroda nav.inpagespec {
        width: 100%;
    }

    .center_box div.block_goroda {
        margin-top: 25px !important;
        display: block;
        margin-bottom: -162px !important;
    }
}

.dist_item a.mn-subn__link.active {
    color: #333;
}

.proj_blocks {
    display: flex
}

.proj_blocks .pics {
    width: 60%
}

.proj_blocks .proj_inf {
    width: 40%
}

.proj_blocks .proj_inf ul {
    margin: 0 0 15px 0;
}

.proj_blocks .proj_inf li {
    font-size: 16px;
    padding: 0px 7px 0px 15px;
    background: rgba(0, 0, 0, 0) url(../img/arrow01.gif) no-repeat scroll left center;
    margin-bottom: 8px;
}

@media (max-width: 760px) {
    .proj_blocks {
        display: block
    }

    .proj_blocks .pics,
    .proj_blocks .proj_inf {
        width: 100%
    }

    .proj_blocks .obrtk {
        margin-right: 0;
        width: 100%
    }
}

.pullup {
    background-color: #ff4b33;
    border-radius: 4px;
    color: #fff;
    font-size: 17px;
    padding: 8px 20px;
    text-align: center;
    display: inline-block;
    margin: 0 20px 0 0 !important;
    width: auto !important;
    transition: 0.3s;
}

.pullup:hover {
    background: #FFCC33;
}

.pullup_button {
    margin-bottom: 15px;
    cursor: pointer;
}

.material_list li.item p.tit {
    color: red;
    text-align: center;
}

.material_list li h3.specFont {
    font: bold 24px var(--font-family);
    margin-top: 40px;
    display: block;
}

.material_list li h3.specFont a {
    color: #000
}

.obj_gal figure {
    width: 340px;
    height: 340px;
    overflow: hidden;
}

.obj_gal figure img {
    max-height: 340px;
}

.title-h2 span#zakaz_bani_name {
    font: bold 35px var(--font-family);
}

.menu_news li {
    margin: 0 10px 10px 0 !important
}

.menu_news li a {
    font-size: 15px !important
}

.main_container {
    padding-top: 30px;
}

.main_container h1 {
    margin: 10px 0 50px;
}

.main_container h2 {
    text-align: center;
}

@media (max-width: 768px) {
    .menu_news li a {
        font-size: 12px !important
    }

    .material_list li h3.specFont {
        font: 500 20px var(--font-family);
        text-align: center
    }

    .main_container h1 {
        font-size: 35px;
    }

    .main_services_3 figure {
        overflow: hidden;
        height: 200px
    }
}

.markers {
    font-size: 16px;
    line-height: 27px;
    font-weight: bold;
    max-width: 235px;
    margin-bottom: 5px;
}

a span.count {
    display: inline-block;
    text-align: center;
    font-size: 13px;
    color: #1a1a18;
    background: #ffcc33;
    text-decoration: none;
    padding: 4px;
    margin-right: 7px;
    margin-bottom: 7px;
}

.text_box a span.count:hover {
    color: #000;
    background: #ffef5f;
}

.item div.ttl_s {
    /*position: absolute;*/
    z-index: 9;
    opacity: 0.9;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 280px;
}

.button_all {
    position: relative;
    display: flex;
    margin-bottom: 40px;
}

.button_all a {
    background-color: #ff4b33;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin: auto;
    display: inline-block;
    padding: 5px 12px;
    line-height: 1.6;
}

.button_all a:hover {
    background: #FFCC33;
}

.text_style {
    display: flex
}

.text_style .start_info {
    width: 66.66%;
    margin-right: 30px;
}

.text_style .start_info p:first-child {
    font-size: 20px;
    line-height: 1.4;
}

.text_style figure {
    width: 32.1%;
}

.h_phone .phone_num {
    margin-right: 30px;
}

.button_center {
    position: relative;
    text-align: center;
}

.short_desc {
    display: block
}

.icons_mob {
    display: none
}

.work-center {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    a span.count {
        font-size: 10px
    }

    .item div.ttl_s {
        width: 160px;
    }

    .work-center a {
        width: 48% !important;
        font-size: 15px !important;
        margin-bottom: 20px !important;
    }

    .icons_mob {
        display: flex;
        align-items: center;
        position: absolute;
        top: 34px;
        right: 78px;
    }

    .icons_mob img {
        width: 22px;
        margin: 0 8px;
    }

    .text_style {
        display: block;
    }

    .text_style .start_info {
        width: 100%;
    }

    .text_style figure {
        width: 100%;
    }

    .title-h2 {
        font: bold 25px var(--font-family);
    }

    .content_page div.container h2 {
        margin: 30px 0 15px;
        font: bold 25px var(--font-family);
    }

    .content_page div.container h3 {
        font: 500 20px var(--font-family);
    }
}

.menu_anch_4cols {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
}

.menu_anch_4cols .item {
    width: 25%;
    text-align: center;
    margin-bottom: 20px;
    padding: 10px;
}

.menu_anch_4cols .item a {
    color: #451e17
}

.menu_anch_4cols .item a img {
    transition: 1.05s;
}

.menu_anch_4cols .item a:hover img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    transition: 0.5s;
}

.menu_anch_4cols .item img {
    width: 100%
}

.menu_anch_4cols .item span {
    display: inline-block;
    margin-top: 5px;
    font-size: 18px;
    margin-top: 15px;
    border-bottom: dashed 1px #451e17
}

.menu_anch_4cols .item:hover span {
    border-bottom: dashed 1px #fff
}

.menu_anch_4cols figure {
    overflow: hidden;
    height: 190px
}

.pics_row_2,
.pics_row_3,
.pics_row_4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.pics_row_2 a img,
.pics_row_3 a img,
.pics_row_4 a img,
.pics_row_2 .item img,
.pics_row_3 .item img,
.pics_row_4 .item img {
    width: 100%
}

.pics_row_2 a,
.pics_row_2 .item {
    width: 49%;
    display: flex;
    position: relative;
}

.pics_row_3 a,
.pics_row_3 .item {
    width: 32%
}

.pics_row_4 a,
.pics_row_4 .item {
    width: 23.5%
}

.pics_row_2:hover a::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 6px;
    background: #ffcc33;
    width: 100%
}

.first-p {
    font-size: 24px;
}

@media (max-width: 768px) {
    .menu_anch_4cols .item {
        width: 50%;
    }

    .menu_anch_4cols figure {
        height: 110px;
    }

    .first-p {
        font-size: 20px;
        line-height: 25px;
    }

    .menu_anch_1 .item {
        width: 31%;
        text-align: center;
    }

    .pics_row_4 a {
        width: 49%
    }
}

.header-block {
    text-align: center;
    margin-bottom: 10px;
}

.header-block h2 {
    margin: 60px auto 10px !important;
}

.header-block a {
    display: inline-block;
    margin-bottom: 20px;
    border-bottom: dashed 1px #23527c
}

.header-block a:hover {
    border-bottom: dashed 1px #fff
}

.form_hor {
    display: flex;
    justify-content: space-between;
}

.form_hor .gray_btn {
    height: 51px;
    margin: 0 auto !important;
    width: 100%
}

.form_hor .gray_btn:hover {
    border: solid 1px #ff4b33;
    color: #333
}

.form_hor .btn_box {
    width: 24%
}

.text_2_col {
    display: flex;
    justify-content: space-between
}

.text_2_col .col {
    width: 48%
}

.mob_serv {
    display: none
}

@media (max-width: 768px) {
    .mob_serv {
        display: flex;
        justify-content: flex-start;
        padding: 13px 20px 0;
    }

    .mob_serv li {
        line-height: 13px;
    }

    .mob_serv .sb_menu {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-top: 5px;
    }

    .mob_serv a {
        background: #ffcc33 none repeat scroll 0 0;
        padding: 7px 15px 5px;
        line-height: 13px;
        color: #451e17;
        border-radius: 6px;
        font-size: 14px;
    }

    .open-nav .mob_serv {
        display: none
    }

    .form_hor {
        display: block;
    }

    .form_hor .btn_box {
        width: 100%
    }

    .text_2_col {
        display: block;
    }

    .text_2_col .col {
        width: 100%
    }

    .blog_open img {
        width: 100%;
        margin-bottom: 20px;
    }
}

.container h3.specFont_m a {
    font: bold 24px var(--font-family);
    margin-top: 40px;
    display: block;
    color: #000;
    text-align: center;
}

.icons_mob {
    position: static;
    margin-right: 20px;
}

.icons_mob a,
.icons_mob img {
    display: block;
}

.lon_menu_sec {
    margin-left: 20px;
}

#vk_comments,
#vk_comments iframe {
    height: 200px !important
}

.mob_serv ul.sb_menu a.active {
    background-color: #ff4b33;
    color: white;
}

.navigator_link {
    display: none;
}

@media (max-width: 992px) {
    .navigator_link {
        display: block;
        margin-top: 30px;
    }

    .navigator_link a {
        width: 100%;
        color: #ffffff;
        text-decoration: none;
        font-size: 14px;
    }

    .navigator_link .button-navi {
        display: inline-flex;
        height: 40px;
        align-items: center;
        justify-content: center;
        text-align: center;
        transition: 0.3s;
        text-transform: uppercase;
        background-color: #ff4b33;
    }

    .navigator_link .button-navi--more::after {
        content: '';
        width: 18px;
        height: 18px;
        background: url(../../uploads/images/arrow-right.svg) center no-repeat;
        margin-left: 10px;
        background-size: 18px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .work_list_ind {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .work_list_ind .item {
        margin: 0 20px 0 0 !important;
    }

    .work_list_ind img {
        width: 250px;
    }
}

.faq_list_inner {
    margin: 0 !important;
    padding: 0 !important;
}

.about-box__wrap {
    position: relative;
    overflow: hidden;
    height: 230px;
}

.about-box__wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 132px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.about-box__wrap.open::after {
    display: none;
}

.about-box__more {
    display: inline-block;
    color: #dc2827;
    cursor: pointer;
    margin-bottom: 30px;
    border-bottom: dashed 1px #dc2827;
    font-size: 15px;
}

.about-box__more:hover {
    border-bottom: dashed 1px #fff;
}

.country_descr .about-box__wrap {
    height: 120px;
}

.content_page {
    padding-bottom: 0 !important
}

.main-nav__item.active a.main-nav__item-link {
    color: #FFD194 !important;
}

.main-nav-dropdown div.main-nav-dropdown__item a.active {
    color: #FFD194 !important;
}

.main-nav-dropdown__group-list div a.active {
    color: #FFD194 !important;
}

@media (max-width: 960px) {
    .material_list {
        display: flex;
        flex-wrap: nowrap;
        overflow: auto
    }

    .material_list {
        min-width: 70vw
    }
}

.project-cover {
    position: relative;
    margin-bottom: 32px;
    overflow-x: hidden;
}

.project-cover__badges {
    position: absolute;
    left: 10px;
    top: 20px;
    display: flex;
    z-index: 1;
}

@media (max-width: 992px) {
    .project-cover__badges {
        top: -40px;
        right: 40px;
    }
}

@media (max-width: 568px) {
    .project-cover__badges {
        position: static;
        margin-top: 20px;
        justify-content: center;
    }
}

.project-cover__badges img {
    margin-left: 8px;
    display: block;
    width: 85px;
}

@media (max-width: 992px) {
    .project-cover__badges img {
        width: 80px;
    }
}

@media (max-width: 568px) {
    .project-cover__badges img {
        width: 100px;
    }
}

.project-cover__slider {
    /*height: 540px;border-radius: 16px;overflow: hidden;*/
}

@media (max-width: 1200px) {
    .project-cover__slider {
        height: auto;
        margin-bottom: 24px;
    }
}

.project-cover__params {
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -40px;
    transform: translate(0, -50%);
    background: #fff;
    border-radius: 4px;
    width: 100px;
    z-index: 1;
}

@media (max-width: 568px) {
    .project-cover__params {
        position: static;
        width: 100%;
        display: flex;
        transform: none;
        border: 1px solid #EEF3FA;
        margin-top: 20px;
    }
}

.project-cover__params .project-param-card {
    border-bottom: 1px solid #E6E6E7;
    width: 103px;
}

@media (max-width: 568px) {
    .project-cover__params .project-param-card {
        border-bottom: none;
    }
}

.project-cover__params .project-param-card:last-child {
    border: none;
}

.slider-for img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
    display: block;
}

@media (max-width: 1200px) {
    .slider-for img {
        border-radius: 8px;
    }
}

.slider-for .slick-dots {
    position: static;
    margin-top: 16px;
}

.project-param-card {
    padding: 16px 0;
    text-align: center;
}

.project-param-card__icon {
    display: block;
    margin-bottom: 4px;
}

.project-param-card__icon img {
    width: 32px;
    display: block;
    margin: 0 auto;
}

.project-param-card__title {
    font-size: 16px;
    line-height: 26px;
}

.product-gallery {
    margin-bottom: 20px;
}

.product-gallery__item {
    height: 540px;
    width: -moz-fit-content;
    width: fit-content;
}

@media (max-width: 1200px) {
    .product-gallery__item {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .product-gallery__item {
        width: 100%;
        height: 320px;
    }
}

.product-gallery__item img {
    height: 100%;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    border-radius: 20px;
}

.product-gallery__controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 35px;
}

@media (max-width: 992px) {
    .product-gallery__controls {
        margin-top: 20px;
    }

    .swiper-wrapper {
        height: auto !important
    }

    .product-gallery__item img {
        height: auto !important
    }
}

.product-gallery .swiper-button {
    position: static;
    transform: none;
    margin: 0;
}

@media (max-width: 992px) {
    .product-gallery .swiper-button {
        display: none;
    }
}

.product-gallery .swiper-pagination {
    position: static;
}

.mobile-contacts {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 45px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.mobile-contacts::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    transition: 0.5s;
    background: #000;
    opacity: 0.97;
}

.mobile-contacts.open {
    opacity: 1;
    visibility: visible;
}

.mobile-contacts.open::after {
    opacity: 0.7;
}

.mobile-contacts.open .mobile-contacts__list {
    height: 390px;
    opacity: 1;
}

.mobile-contacts__list {
    overflow: hidden;
    opacity: 0;
    transition: 0.5s;
}

.contact-buttons {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.contact-buttons__item {
    margin-top: 10px;
    width: 70px;
    height: 70px;
}

.contact-button {
    display: block;
    border: none;
    width: 70px;
    height: 68px;
    border-radius: 50%;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 42px;
    cursor: pointer;
}

.contact-button--email {
    background-color: #31877c;
    background-image: url(../../uploads/icons/social-media-email.svg);
}

.contact-button--phone {
    background-color: #f79937;
    background-image: url(../../uploads/icons/social-media-phone.svg);
}

.contact-button--telegram {
    background-color: #01a7e1;
    background-image: url(../../uploads/icons/social-media-telegram.svg);
}

.contact-button--whatsapp {
    background-color: #25d366;
    background-image: url(../../uploads/icons/social-media-whatsapp.svg);
}

.contact-button--faq {
    background-color: #31877c;
    background-image: url(../../uploads/icons/icon-faq-w.svg);
}

.contact-button--close {
    background-image: url(../../uploads/icons/icon-close-orange.svg);
}

.contact-button--chat {
    background-color: #ff4d11;
    background-image: url(../../uploads/icons/icon-chat.svg);
}

.mobile-open-contacts {
    display: block;
    position: fixed;
    bottom: 45px;
    right: 45px;
    z-index: 9999;
}

.pulsar-icons {
    background-color: #f79937;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 50%;
    z-index: 1;
}

.pulsar-icons__list {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
}

.pulsar-icons__list-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    min-width: 70px;
    height: 70px;
}

.pulsar-icons__list-item img {
    width: 42px;
}

@keyframes pulsate {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.pulse-base::before,
.pulse-base::after {
    content: "";
    border: 15px solid rgba(255, 77, 17, 0.3);
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    animation: pulsate 3s ease-out;
    animation-iteration-count: infinite;
    opacity: 0;
    z-index: 1;
}

.pulse-base::before {
    animation-delay: 0s;
}

.pulse-base::after {
    animation-delay: -1.5s;
}

.icons_soc_top {
    display: flex
}

.icons_soc_top img {
    margin: 0 5px;
    height: 32px;
}

.sl-container {
    border: 10px solid #BFE2FF;
    margin: 20px auto;
    overflow: hidden;
    position: relative;
    width: 640px;
    height: 420px;
    box-sizing: border-box;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2), 0 16px 20px rgba(0, 0, 0, 0.2);
}

.sl-container .view {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.sl-container .view img {
    width: 640px;
    max-width: 640px;
}

.sl-container .view-before {
    z-index: 100;
}

.sl-container .view-after {
    width: 100px;
    z-index: 200;
}

.sl-container .dragme {
    position: absolute;
    width: 10px;
    height: 100%;
    top: 0px;
    left: 100px;
    background-color: #BFE2FF;
    cursor: pointer;
    z-index: 300;
}

.sl-container .dr-circle {
    position: absolute;
    top: calc(50% - 20px);
    left: -15px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #BFE2FF;
    cursor: pointer;
    z-index: 300;
}

.sl-container .dr-circle i {
    line-height: 40px;
    font-size: 20px;
    color: #337AB7;
    font-weight: bold;
}

@media screen and (max-width: 600px) {
    .sl-container {
        width: 320px;
        height: 210px;
    }

    .sl-container .view img {
        width: 320px;
        max-width: 320px;
    }
}

@media (max-width: 992px) {
    .mobile-open-contacts {
        bottom: 25px;
        right: 16px;
    }

    .mobile-contacts {
        padding: 25px 16px;
    }

    .contact-button {
        width: 54px;
        height: 54px;
        background-size: 32px;
    }

    .pulsar-icons__list-item {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 54px;
        min-width: 54px;
        height: 54px;
    }

    .mobile-contacts.open .mobile-contacts__list {
        height: 310px;
    }

    .pulsar-icons__list-item img {
        width: 32px;
    }

    .contact-buttons__item {
        width: 54px;
        height: 54px;
    }
}

.tabs__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    flex-wrap: wrap;
}

.section .tabs__header {
    width: 100%
}

.tabs__item {
    cursor: pointer;
}

.tabs__item:first-child {
    margin-left: 0;
}

.tabs__item:hover,
.tabs__item.active {
    opacity: 1;
}

.tabs__box {
    display: none;
    font-size: 18px;
    line-height: 30px;
    color: #555;
}

.tabs__box .typography {
    font-size: 18px;
    line-height: 30px;
    color: #555;
}

.tabs__box.visible {
    display: block;
}
/* Stylesheet: Старый_стиль Modified On 2025-07-08 14:54:57 */
.footer-nav div.footer-nav__item a.active {
 color: var(--accent);
}

.container section.section.section--md div h2 {
  text-align: left;
  margin: 0;
  width: 100%;
}


.row {
  display: flex;
  flex-wrap: wrap;
  margin: -2.5px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding: 2.5px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
}
:root {
  --white: #fff;
  --black: #161616;
  --dark: #191f2d;
  --accent: #d3933f;
  --light-gray: #fafafa;
  --font-family: "Overpass", sans-serif;
  --second-family: "El Messiri", sans-serif;
}

* {
  box-sizing: border-box;
}

.title-h1,
.title-h2,
.title-h3,
.title-h4 {
  font-family: var(--second-family);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--black);
  letter-spacing: 0.04em;
  width: auto;
  margin: 0 0 20px 0;
}
.title-h1 span,
.title-h2 span,
.title-h3 span,
.title-h4 span {
  background: linear-gradient(90deg, #d1913c 0%, #ffd194 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-h1 {
  font-size: 56px;
  line-height: 125%;
}
@media (max-width: 992px) {
  .title-h1 {
    font-size: 32px;
  }
}

.title-h2 {
  font-size: 46px;
  line-height: 122%;
}
@media (max-width: 992px) {
  .title-h2 {
    font-size: 32px;
  }
}
@media (max-width: 568px) {
  .title-h2 {
    font-size: 28px;
  }
}

.title-h3 {
  font-size: 32px;
  line-height: 131%;
}
@media (max-width: 1200px) {
  .title-h3 {
    font-size: 26px;
  }
}
@media (max-width: 568px) {
  .title-h3 {
    font-size: 24px;
  }
}

.title-h4 {
  font-size: 24px;
  line-height: 142%;
}
@media (max-width: 1200px) {
  .title-h4 {
    font-size: 20px;
  }
}
@media (max-width: 568px) {
  .title-h4 {
    font-size: 17px;
  }
}

.full-bg {
  margin-left: calc((100vw - 1280px) / -2);
  margin-right: calc((100vw - 1280px) / -2);
  padding-left: calc((100vw - 1280px) / 2);
  padding-right: calc((100vw - 1280px) / 2);
}
@media (max-width: 1340px) {
  .full-bg {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.more-link {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.08em;
  color: var(--black);
  border-bottom: 1px dashed #d3933f;
  transition: 0.3s;
  position: relative;
}
@media (max-width: 568px) {
  .more-link {
    font-size: 13px;
  }
}
.more-link:hover {
  border-bottom-color: transparent;
}
.more-link::after {
  content: "";
  width: 6px;
  height: 9px;
  position: absolute;
  left: 100%;
  margin-left: 10px;
  top: 7px;
  background: url(../../../images/more-arrow-gold-sm.svg) center no-repeat;
}

.container {
  max-width: 1340px;
  padding: 0 30px;
  background: none;
}

.button {
  cursor: pointer;
}
.button._lg {
  height: 65px;
  font-size: 16px;
}
@media (max-width: 568px) {
  .button._lg {
    height: 52px;
    font-size: 14px;
    width: 100%;
  }
}

button.button {
  border: none;
}

.button--more {
  gap: 10px;
}
.button--more::after {
  content: "";
  display: block;
  margin-left: 10px;
  width: 10px;
  height: 19px;
  background: url(../../../images/more-arrow-button.svg) center no-repeat;
  position: relative;
  top: -2px;
}

@media (max-width: 992px) {
  .header-wrap {
    background: #161616;
  }
}

.section {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 1200px) {
  .section {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 30px 0;
  }
}
.section--md {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .section--md {
    padding: 20px 0;
  }
}
.section._bg-01::after {
  content: "";
  height: 965px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100px;
  background: url(../../images/box-bg-01.jpg) bottom center no-repeat;
  z-index: -1;
}
.section._bg-02::after {
  content: "";
  height: 1045px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -200px;
  background: url(../../images/box-bg-02.jpg) bottom center no-repeat;
  z-index: -1;
}
.section._bg-03::after {
  content: "";
  height: 1455px;
  position: absolute;
  left: -1000px;
  right: -1000px;
  bottom: 0;
  background: url(../../images/box-bg-03.jpg) bottom center no-repeat;
  z-index: -1;
}
.section._bg-04::after {
  content: "";
  height: 1210px;
  position: absolute;
  left: -1000px;
  right: -1000px;
  bottom: 0;
  background: url(../../images/box-bg-04.jpg) bottom center no-repeat;
  z-index: -1;
}

.mbp50 {
  margin-bottom: 50px;
}

.page-cover {
  margin-top: -154px;
  padding-top: 160px;
  height: 600px;
  position: relative;
  background-color: #161616;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 992px) {
  .page-cover {
    padding-top: 240px;
  }
}
@media (max-width: 568px) {
  .page-cover {
    padding-top: 220px;
  }
}
.page-cover .container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page-cover__wrap {
  flex: 1;
  display: flex;
  align-items: center;
}
.page-cover__title {
  color: var(--white);
  /*max-width: 720px;*/
  max-width: 100%;
}

.promo-box {
  margin-top: -154px;
  position: relative;
}

.promo-slider .swiper-pagination {
  position: absolute;
  display: flex;
}
.promo-slider .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  left: 50%;
  bottom: 65px;
  gap: 12px;
  width: 1050px;
  transform: translate(-50%, 0);
}
@media (max-width: 1200px) {
  .promo-slider .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    width: auto;
    transform: none;
    left: 30px;
  }
}
.promo-slider .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  border-radius: 4px;
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
.promo-slider .swiper-pagination-bullet div {
  height: 8px;
  opacity: 0;
}
.promo-slider .swiper-pagination-bullet div::before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  height: 8px;
  width: 0;
  transition: 5.5s;
  background: var(--white);
}
.promo-slider .swiper-pagination-bullet-active {
  width: 50px;
  background: rgba(255, 255, 255, 0.5);
}
.promo-slider .swiper-pagination-bullet-active div {
  opacity: 1;
}
.promo-slider .swiper-pagination-bullet-active div::before {
  width: 50px;
}
.promo-slider .swiper-button {
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  margin: 0;
}
.promo-slider .swiper-button::after {
  display: none;
}

.promo-slide {
  position: relative;
  height: 800px;
}
.promo-slide__bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.promo-slide__wrap {
  width: 1050px;
  margin: 0 auto;
  padding-top: 200px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .promo-slide__wrap {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 992px) {
  .promo-slide__wrap {
    padding-top: 280px;
  }
}
.promo-slide__title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 56px;
  line-height: 125%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--white);
}
@media (max-width: 992px) {
  .promo-slide__title {
    font-size: 48px;
  }
}
@media (max-width: 992px) {
  .promo-slide__title {
    font-size: 32px;
  }
}
.promo-slide__subtitle {
  font-weight: 300;
  font-size: 34px;
  line-height: 129%;
  letter-spacing: 0.04em;
  color: var(--white);
  margin-top: 10px;
}
@media (max-width: 992px) {
  .promo-slide__subtitle {
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  .promo-slide__subtitle {
    font-size: 22px;
  }
}
.promo-slide__more {
  margin-top: 50px;
}

.section-header {
  position: relative;
  padding-right: 150px;
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .section-header {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.section-header::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 160px;
  height: 160px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 767px) {
  .section-header._decor-1::after {
    content: "";
    background-image: url(../../images/lable-promo.svg);
  }
  .section-header._decor-2::after {
    content: "";
    background-image: url(../../images/lable-portfolio.svg);
  }
}
@media (min-width: 992px) {
  .section-header._column {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0;
  }
  .section-header._column .section-intro {
    max-width: 500px;
    margin-top: -6px;
  }
}

.section-title {
  margin: 0;
  text-align: left;
  width: auto;
}

.section-intro {
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.04em;
  margin-top: 20px;
  max-width: 960px;
}
@media (max-width: 992px) {
  .section-intro {
    font-size: 16px;
    letter-spacing: 0;
  }
}
.section-intro:first-child {
  margin-top: 0;
}
.section-intro span {
  background: linear-gradient(90deg, #d1913c 0%, #ffd194 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
  height: 194px;
  padding: 20px 30px;
  border-radius: 4px;
  overflow: hidden;
  z-index: 9;
}
@media (max-width: 992px) {
  .service-card {
    padding: 20px;
  }
}
@media (max-width: 568px) {
  .service-card {
    padding: 15px;
  }
}
.service-card._lg {
  padding: 40px;
  height: 600px;
}
@media (max-width: 992px) {
  .service-card._lg {
    height: 480px;
    padding: 20px;
  }
}
@media (max-width: 568px) {
  .service-card._lg {
    height: 240px;
    padding: 15px;
  }
}
.service-card._lg .service-card__more {
  border-bottom-color: #ad762d;
}
.service-card._lg .service-card__more:hover {
  border-bottom-color: transparent;
}
.service-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 4px;
  background: linear-gradient(45deg, rgb(41, 43, 56) 0%, rgba(125, 185, 232, 0) 100%);
  opacity: 0.6;
  z-index: -1;
  transition: 0.5s;
}
.service-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 4px;
  background: linear-gradient(45deg, rgb(234, 179, 106) 0%, rgba(125, 185, 232, 0) 100%);
  opacity: 0.2;
  z-index: -2;
  transition: 0.5s;
}
@media (min-width: 992px) {
  .service-card:hover .service-card__cover {
    transform: scale(1.05);
  }
  .service-card:hover::before {
    opacity: 1;
  }
  .service-card:hover::after {
    opacity: 0;
  }
}
@media (max-width: 568px) {
  .service-card::before {
    opacity: 1;
  }
  .service-card::after {
    opacity: 0;
  }
}
.service-card._more {
  background: linear-gradient(90deg, #d1913c 0%, #ffd194 100%);
}
.service-card._more::before {
  display: none;
}
.service-card._more::after {
  display: none;
}
.service-card__cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -3;
  transform: scale(1.0001);
  transition: 1s;
}
.service-card__title {
  color: var(--white);
  margin: 0;
}
.service-card__title span {
  display: block;
}
.service-card__price {
  font-weight: 300;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: 0.04em;
  color: var(--white);
  font-size: 24px;
  line-height: 142%;
  margin-bottom: 35px;
  margin-top: 7px;
}
@media (max-width: 992px) {
  .service-card__price {
    font-size: 18px;
  }
}
.service-card__count {
  margin-bottom: 22px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--white);
  border-radius: 40px;
  padding: 4px 10px 0 10px;
  height: 26px;
  background: var(--dark);
  display: inline-flex;
  align-items: center;
}
@media (max-width: 568px) {
  .service-card__count {
    font-weight: normal;
    font-size: 10px;
    padding: 4px 8px 2px 8px;
    position: absolute;
    top: 15px;
    left: 15px;
  }
}
.service-card__more {
  margin-top: 15px;
  position: relative;
}
@media (max-width: 568px) {
  .service-card__more {
    font-size: 13px;
  }
}
.service-card__more .more-link {
  color: var(--white);
  border-bottom-color: var(--white);
}
.service-card__more .more-link::after {
  filter: brightness(0) invert(1);
}
.service-card__more .more-link:hover {
  border-bottom-color: transparent;
}

.footer {
  margin-top: 50px;
  padding: 40px 0;
  border: 1px solid rgba(25, 31, 45, 0.08);
  height: auto;
}
.footer__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .footer__logo {
    margin-bottom: 30px;
  }
}
.footer__nav {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .footer__nav {
    display: none;
  }
}
.footer__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  font-weight: 300;
  font-size: 13px;
  color: #828282;
}
@media (max-width: 767px) {
  .footer__info {
    flex-direction: column;
    gap: 14px;
  }
}
.footer__info a {
  color: #828282;
}
.footer__info a:hover {
  color: var(--accent);
}

.footer-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-nav__item {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #4f4f4f;
}
.footer-nav a {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #4f4f4f;
  text-transform: uppercase;
}
.footer-nav a:hover {
  color: var(--accent);
}

.footer-soc {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}
@media (min-width: 767px) {
  .footer-soc {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
  }
}
.footer-soc__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(25, 31, 45, 0.08);
}
.footer-soc__item:hover {
  border-color: var(--dark);
}

.portfolio-card {
  height: 425px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  border-radius: 4px;
  overflow: hidden;
  padding: 40px;
  z-index: 1;
}
@media (max-width: 568px) {
  .portfolio-card {
    height: 240px;
  }
}
.portfolio-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 4px;
  background: linear-gradient(45deg, rgb(0, 0, 0) 0%, rgba(125, 185, 232, 0) 100%);
  opacity: 0.5;
  z-index: -1;
  transition: 0.3s;
}
.portfolio-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 4px;
  background: linear-gradient(45deg, rgb(234, 179, 106) 0%, rgba(125, 185, 232, 0) 100%);
  opacity: 0.2;
  z-index: -2;
  transition: 0.3s;
}
.portfolio-card:hover::before, .portfolio-card:hover::after {
  opacity: 1;
}
@media (min-width: 767px) {
  .portfolio-card:hover .portfolio-card__title {
    bottom: 120px;
  }
}
.portfolio-card:hover .portfolio-card__more {
  opacity: 1;
}
.portfolio-card__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  z-index: -3;
}
.portfolio-card__count {
  display: flex;
  position: absolute;
  align-items: center;
  top: 20px;
  right: 25px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--white);
  border-radius: 40px;
  padding: 4px 10px 0 10px;
  height: 30px;
  background: var(--dark);
}
@media (max-width: 568px) {
  .portfolio-card__count {
    font-weight: normal;
    font-size: 10px;
    padding: 4px 8px 2px 8px;
    position: absolute;
    top: 15px;
    left: 15px;
    right: auto;
  }
}
.portfolio-card__title {
  position: absolute;
  bottom: 40px;
  left: 40px;
  color: var(--white);
  transition: 0.3s;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .portfolio-card__title {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
}
@media (max-width: 568px) {
  .portfolio-card__title {
    bottom: 15px;
    left: 15px;
    right: 15px;
    font-size: 18px;
  }
}
.portfolio-card__title span {
  display: block;
}
.portfolio-card__more {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0.08em;
  color: var(--white);
  border-radius: 2px;
  padding: 4px 22px 0 22px;
  height: 53px;
  display: inline-flex;
  align-items: center;
  gap: 25px;
  border-radius: 2px;
  -o-border-image: linear-gradient(to right, #D1913C 0%, #FFD194 100%) 1;
     border-image: linear-gradient(to right, #D1913C 0%, #FFD194 100%) 1;
  border-width: 1px;
  border-style: solid;
  text-transform: uppercase;
  transition: 0.3s;
  opacity: 0;
}
.portfolio-card__more:hover {
  background: rgba(0, 0, 0, 0.5);
}
.portfolio-card__more::after {
  content: "";
  width: 10px;
  height: 19px;
  position: relative;
  top: -3px;
  background: url(../../images/more-arrow-gold.svg) center no-repeat;
}

.feedback-box {
  padding: 60px 90px 50px 90px;
  margin: 0 -90px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--dark);
  background-size: cover;
  border-radius: 4px;
  min-height: 410px;
}
@media (max-width: 1200px) {
  .feedback-box {
    padding: 50px 90px;
  }
}
.feedback-box__wrap {
  max-width: 720px;
}
.feedback-box__title {
  text-align: left;
  color: var(--white);
  margin-bottom: 15px;
}
.feedback-box__title::after {
  width: 50px;
  height: 50px;
  margin-left: 20px;
  position: relative;
  top: 9px;
  display: inline-block;
}
.feedback-box__title._calc::after {
  content: "";
  background: url(../../images/icon-calc.svg) center no-repeat;
}
.feedback-box__title._sale::after {
  content: "";
  background: url(../../images/icon-sale.svg) center no-repeat;
}
.feedback-box__note {
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #f2f2f2;
  margin-bottom: 30px;
}
.feedback-box__form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 616px;
  margin: -13px -18px;
}
@media (max-width: 767px) {
  .feedback-box__form {
    width: 100%;
    margin: 0;
  }
}
.feedback-box._tpz .feedback-box__form {
  align-items: flex-end;
}

.feedback-field {
  width: 50%;
  padding: 13px 18px;
}
@media (max-width: 568px) {
  .feedback-field {
    width: 100%;
    padding: 15px 0;
  }
}
.feedback-field._full {
  width: 100%;
}
.feedback-field._phone {
  position: relative;
}
.feedback-field._phone::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translate(0, -50%);
  margin-top: -4px;
  width: 16px;
  height: 16px;
  background: url(../../images/icon-phone.svg) center no-repeat;
}
@media (max-width: 568px) {
  .feedback-field._phone::after {
    right: 15px;
  }
}
.feedback-field input[type=text] {
  width: 100%;
  height: 34px;
  padding-bottom: 10px;
  background: none;
  border: none;
  border-bottom: 1px solid var(--white);
  font-size: 16px;
  line-height: 150%;
  color: #f2f2f2;
}
.feedback-field input[type=text]::-moz-placeholder {
  opacity: 1;
}
.feedback-field input[type=text]::placeholder {
  opacity: 1;
}
.feedback-field .button {
  display: flex;
  width: 100%;
}
.feedback-field__note {
  font-weight: 300;
  font-size: 13px;
  color: #e0e0e0;
}

.blue-box {
  background: url(../../images/advantages-bg.jpg) center no-repeat;
  background-size: cover;
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1200px) {
  .blue-box {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.blue-box .title-h2 {
  text-align: left;
  color: var(--white);
}

.advantages-box {
  min-height: 830px;
  color: var(--white);
}
@media (max-width: 1200px) {
  .advantages-box {
    height: auto;
  }
}
.advantages-box__wrap {
  display: flex;
  flex-wrap: wrap;
}
.advantages-box__title {
  text-align: left;
  margin: 0 0 20px;
}
.advantages-box__intro {
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #f2f2f2;
}

.advantage-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  padding-right: 20px;
}
@media (max-width: 767px) {
  .advantage-header {
    width: 100%;
    border: none;
    margin-bottom: 30px;
  }
}

.advantage-footer {
  width: 25%;
  padding: 45px 0 0 35px;
  position: relative;
}
@media (max-width: 992px) {
  .advantage-footer {
    padding: 25px 0 0 25px;
  }
}
@media (max-width: 767px) {
  .advantage-footer {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}
.advantage-footer .feedback-card__note {
  color: #f2f2f2;
}

.feedback-card__title {
  margin-bottom: 10px;
}
.feedback-card__note {
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
}
@media (max-width: 992px) {
  .feedback-card__note {
    font-size: 16px;
  }
}
.feedback-card__button {
  margin-top: 22px;
}
.feedback-card .button {
  white-space: nowrap;
}
@media (max-width: 992px) {
  .feedback-card .button {
    width: 100%;
    padding: 0;
  }
}
.feedback-card::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 220px;
  width: 38px;
  height: 38px;
  background: url(../../images/icon-call.svg) center no-repeat;
}
@media (max-width: 767px) {
  .feedback-card::before {
    display: block;
    position: static;
    margin-bottom: 15px;
  }
}

.advantage-item {
  display: flex;
  align-items: center;
  width: 25%;
  min-height: 320px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  margin: 0 0 -1px 0;
  border-left: none;
  border-bottom: none;
}
@media (max-width: 1200px) {
  .advantage-item {
    min-height: 280px;
  }
}
@media (max-width: 767px) {
  .advantage-item {
    width: 50%;
    border: none !important;
    min-height: 0;
  }
  .advantage-item:nth-child(even) {
    padding-right: 15px;
  }
  .advantage-item:nth-child(odd) {
    padding-left: 15px;
  }
}
.advantage-item:nth-child(n+3) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.advantage-item:nth-child(4) {
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.advantage-card {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 50px 30px;
}
@media (max-width: 1200px) {
  .advantage-card {
    padding: 40px 30px;
  }
}
@media (max-width: 992px) {
  .advantage-card {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .advantage-card {
    padding: 20px 0;
  }
}
.advantage-card__num {
  position: absolute;
  right: 15px;
  top: 15px;
}
@media (max-width: 767px) {
  .advantage-card__num {
    position: absolute;
    right: 15px;
    top: 15px;
    background: rgba(0, 0, 0, 0.4);
    padding: 10px;
    border-radius: 50%;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    padding-top: 4px;
    display: none;
  }
}
.advantage-card__icon {
  margin-bottom: 45px;
}
@media (max-width: 1200px) {
  .advantage-card__icon {
    margin-bottom: 25px;
  }
}
.advantage-card__icon img {
  display: block;
}
.advantage-card__title {
  margin-bottom: 15px;
  color: var(--white);
}
.advantage-card__text {
  font-size: 18px;
  line-height: 156%;
  color: #f2f2f2;
}
@media (max-width: 1200px) {
  .advantage-card__text {
    font-size: 14px;
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
@media (max-width: 992px) {
  .breadcrumb {
    overflow: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    margin: 0 -20px;
    padding: 0 20px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .breadcrumb::-webkit-scrollbar {
    display: none;
  }
}
.breadcrumb img {
  display: block;
  position: relative;
  top: -1px;
}
.breadcrumb a {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #bdbdbd;
}
.breadcrumb a:hover {
  color: #D1913C;
}
.breadcrumb span:last-child {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.04em;
  background: linear-gradient(90deg, #d1913c 0%, #ffd194 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contacts {
  display: flex;
}
@media (max-width: 767px) {
  .contacts {
    flex-wrap: wrap;
    gap: 40px;
  }
}
.contacts__wrap {
  width: 50%;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .contacts__wrap {
    width: 100%;
    padding-right: 0;
  }
}
.contacts__map {
  width: 50%;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .contacts__map {
    width: 100%;
  }
}
.contacts__map img {
  display: block;
}
.contacts__title {
  text-align: left;
  margin-bottom: 40px;
}
.contacts__call {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .contacts__call {
    flex-direction: column;
    align-items: flex-start;
  }
}
.contacts__phone-num {
  font-weight: 700;
  font-size: 24px;
  line-height: 142%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--black);
  font-family: var(--second-family);
}
.contacts__phone-recall {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.04em;
  background: linear-gradient(90deg, #d1913c 0%, #ffd194 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px dashed #f1d2a9;
}
.contacts__phone-recall:hover {
  border-color: transparent;
}
.contacts__item {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  display: flex;
  align-items: center;
  gap: 20px;
}
.contacts__item:last-child {
  margin-bottom: 0;
}
.contacts__item::before {
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: -2px;
}
.contacts__item a {
  color: var(--black);
}
.contacts__item a:hover {
  color: var(--accent);
}
.contacts__item._whatsapp::before {
  content: "";
  background-image: url(../../images/icon-whatsapp.svg);
}
.contacts__item._location::before {
  content: "";
  background-image: url(../../images/icon-location.png);
}
.contacts__item._email::before {
  content: "";
  background-image: url(../../images/icon-email.svg);
}
.contacts__item._clock::before {
  content: "";
  background-image: url(../../images/icon-clock.svg);
}

.bake-list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .bake-list {
    flex-wrap: wrap;
    margin: -10px;
  }
}

.bake-card {
  display: flex;
  align-items: center;
  gap: 25px;
  width: 380px;
  min-height: 130px;
}
@media (max-width: 992px) {
  .bake-card {
    flex-direction: column;
    width: 33.33%;
    padding: 10px;
  }
}
@media (max-width: 568px) {
  .bake-card {
    width: 50%;
  }
}
.bake-card__thumb {
  width: 110px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .bake-card__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 160px;
    width: 100%;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 4px;
  }
}
.bake-card__thumb img {
  display: block;
  max-width: 100%;
}
@media (max-width: 992px) {
  .bake-card__thumb img {
    height: 70%;
  }
}
.bake-card__title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .bake-card__title {
    font-size: 16px;
  }
}
.bake-card__info {
  font-size: 18px;
  line-height: 156%;
  color: #828282;
}
@media (max-width: 992px) {
  .bake-card__info {
    font-size: 14px;
  }
}

.info-box__top {
  display: flex;
  justify-content: flex-end;
}
.info-box__text {
  padding: 55px 60px;
  background: var(--light-gray);
  border-radius: 4px;
  width: 930px;
  min-height: 380px;
  margin-bottom: -285px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .info-box__text {
    width: 100%;
    margin-bottom: 20px;
    padding: 25px;
  }
}
.info-box__text h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 131%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--black);
  margin: 0 0 20px;
}
.info-box__text h3:last-child {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .info-box__text h3 {
    font-size: 26px;
  }
}
.info-box__text p {
  font-size: 16px;
  line-height: 175%;
  color: #4f4f4f;
  margin: 0 0 20px;
}
.info-box__text p:last-child {
  margin-bottom: 0;
}
.info-box__cover {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .info-box__cover {
    margin-bottom: 5px;
  }
}
.info-box__cover div {
  height: 485px;
  max-width: 955px;
  position: relative;
}
@media (max-width: 992px) {
  .info-box__cover div {
    width: 100%;
    height: auto;
  }
}
.info-box__cover img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.info-box__cover div::after {
  position: absolute;
  width: 100px;
  height: 100px;
  right: -40px;
  bottom: -20px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .info-box__cover div::after {
    display: none;
  }
}
.info-box__cover._icon-01 div::after {
  content: "";
  background-image: url(../../images/info-icon-01.svg);
}
.info-box__cover._icon-02 div::after {
  content: "";
  background-image: url(../../images/info-icon-02.svg);
}
.info-box__cover._icon-03 div::after {
  content: "";
  background-image: url(../../images/info-icon-03.svg);
}
.info-box__cover._icon-04 div::after {
  content: "";
  background-image: url(../../images/info-icon-04.svg);
}
@media (min-width: 993px) {
  .info-box__gallery {
    padding-left: 80px;
  }
}
.info-box__gallery a {
  display: block;
}
.info-box__gallery img {
  display: block;
  width: 100%;
}
.info-box._left .info-box__top {
  justify-content: flex-start;
}
.info-box._left .info-box__text {
  background: var(--dark);
  color: var(--white);
}
.info-box._left .info-box__text h3 {
  color: var(--white);
}
.info-box._left .info-box__text p {
  color: #f2f2f2;
}
.info-box._left .info-box__cover {
  justify-content: flex-end;
}
.info-box._left .info-box__cover div::after {
  right: auto;
  left: -40px;
}
@media (min-width: 993px) {
  .info-box._left .info-box__gallery {
    padding-left: 0;
    padding-right: 80px;
  }
}

.num-list {
  counter-reset: my-awesome-counter;
  font-weight: 300;
  font-size: 18px;
  line-height: 156%;
  color: var(--black);
}
.num-list__item {
  counter-increment: my-awesome-counter;
  margin-bottom: 18px;
  padding-left: 60px;
  min-height: 40px;
  position: relative;
}
.num-list__item:last-child {
  margin-bottom: 18px;
}
.num-list__item::before {
  content: "0" counter(my-awesome-counter);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 17px;
  color: var(--white);
  background: var(--dark);
  width: 40px;
  height: 40px;
  border: 2px solid #D1913C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
  box-sizing: border-box;
}

.info-box-01 {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 992px) {
  .info-box-01 {
    flex-direction: column;
  }
}
.info-box-01__left {
  max-width: 610px;
  width: 100%;
  padding-top: 40px;
}
.info-box-01__right {
  max-width: 550px;
  width: 100%;
}

.info-box-001 {
  position: relative;
}
.info-box-001__cover img {
  display: block;
}
.info-box-001__text {
  position: absolute;
  top: 40px;
  left: 45px;
  right: 45px;
  color: var(--white);
}
@media (max-width: 992px) {
  .info-box-001__text {
    left: 30px;
  }
}
.info-box-001__text .title-h4 {
  color: var(--white);
  margin-bottom: 10px;
}
.info-box-001__text p {
  font-size: 18px;
  line-height: 156%;
  color: var(--white);
}

.bg-gray-01 {
  margin-top: -50px;
}
@media (max-width: 992px) {
  .bg-gray-01 {
    margin-top: 0;
  }
}
.bg-gray-01::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: calc((100vw - 1280px) / -2);
  right: calc((100vw - 1280px) / -2);
  height: 794px;
  background: var(--light-gray);
}

.info-box-02 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  padding-top: 60px;
  gap: 40px;
}
@media (max-width: 992px) {
  .info-box-02 {
    flex-direction: column;
    padding-bottom: 0;
  }
}
.info-box-02__left {
  max-width: 670px;
  width: 100%;
}
@media (max-width: 992px) {
  .info-box-02__left {
    max-width: 100%;
  }
}
.info-box-02__right {
  max-width: 550px;
  width: 100%;
}
@media (max-width: 992px) {
  .info-box-02__right {
    max-width: 100%;
  }
}
.info-box-02__right img {
  display: block;
  max-width: 100%;
}
@media (max-width: 992px) {
  .info-box-02__right img {
    width: 100%;
  }
}
.info-box-02 .title-h2 {
  text-align: left;
}
.info-box-02 p {
  width: 510px;
  font-weight: 300;
  font-size: 18px;
  line-height: 156%;
  color: #4f4f4f;
}
@media (max-width: 992px) {
  .info-box-02 p {
    width: 100%;
  }
}

.product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -65px;
}
@media (max-width: 767px) {
  .product-list {
    margin: 0 -5px -20px;
  }
}
.product-list__item {
  position: relative;
  width: 25%;
  padding: 0 10px 65px 10px;
}
@media (max-width: 992px) {
  .product-list__item {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .product-list__item {
    width: 50%;
    padding: 0 5px 20px 5px;
  }
}
.product-list .feedback-card {
  padding: 10px 0 20px 20px;
}
@media (max-width: 1200px) {
  .product-list .feedback-card {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .product-list .feedback-card {
    padding-left: 10px;
  }
  .product-list .feedback-card .button::after {
    display: none;
  }
}
.product-list .feedback-card::before {
  top: -10px;
  left: 210px;
  background-image: url(../../images/icon-call-dark.svg);
}

.product-card {
  display: block;
}
.product-card__thumb {
  overflow: hidden;
  border-radius: 4px;
}
.product-card__thumb img {
  display: block;
  width: 100%;
  border-radius: 4px;
  transform: scale(1.00001);
  transition: 1s;
}
.product-card:hover .product-card__thumb img {
  transform: scale(1.05);
}
.product-card__wrap {
  padding: 20px 20px 0 20px;
}
@media (max-width: 1200px) {
  .product-card__wrap {
    padding: 20px 0 0 0;
  }
}
.product-card__title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 142%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--black);
}
@media (max-width: 1200px) {
  .product-card__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .product-card__title {
    font-size: 16px;
  }
}
.product-card__size {
  font-size: 18px;
  line-height: 156%;
  color: #828282;
}
@media (max-width: 1200px) {
  .product-card__size {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .product-card__size {
    font-size: 13px;
  }
}
.product-card__price {
  margin: 10px 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: 0.04em;
  color: #828282;
}
@media (max-width: 767px) {
  .product-card__price {
    font-size: 16px;
  }
}
.product-card__price span {
  font-size: 24px;
  line-height: 142%;
  background: linear-gradient(90deg, #d1913c 0%, #ffd194 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .product-card__price span {
    font-size: 20px;
  }
}

.pb0 {
  padding-bottom: 0;
}

.gallery-list {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
@media (max-width: 767px) {
  .gallery-list {
    margin: -5px;
  }
}
.gallery-list__item {
  width: 33.33%;
  padding: 10px;
}
@media (max-width: 767px) {
  .gallery-list__item {
    width: 50%;
    padding: 5px;
  }
}
.gallery-list__more {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}

.gallery-card {
  display: block;
  border-radius: 4px;
  overflow: hidden;
  background: var(--white);
  position: relative;
  height: 100%;
}
@media (max-width: 1200px) {
  .gallery-card {
    display: flex;
    flex-direction: column;
  }
}
.gallery-card__thumb {
  overflow: hidden;height:413px;
}
@media (max-width: 1200px) {
.gallery-card__thumb {
  overflow: hidden;height:164px;
}
}


.gallery-card__thumb img {
  display: block;
  width: 100%;
  border-radius: 4px;
  transform: scale(1.00001);
  transition: 1s;
}
.gallery-card:hover .gallery-card__thumb img {
  transform: scale(1.05);
}
.gallery-card__wrap {
  padding: 30px 40px;
}
@media (max-width: 1200px) {
  .gallery-card__wrap {
    padding: 30px;
  }
}
@media (max-width: 992px) {
  .gallery-card__wrap {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
}
@media (max-width: 767px) {
  .gallery-card__wrap {
    padding: 15px;
  }
}
.gallery-card__title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.04em;
  color: var(--black);
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .gallery-card__title {
    font-size: 16px;
  }
}
.gallery-card__info {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #828282;
  min-height: 48px;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .gallery-card__info {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .gallery-card__info {
    font-size: 12px;
  }
}
.gallery-card__price {
  font-weight: 300;
  font-size: 24px;
  line-height: 142%;
  letter-spacing: 0.04em;
  color: var(--black);
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .gallery-card__price {
    font-size: 18px;
  }
}
.gallery-card__price span {
  font-size: 18px;
  line-height: 156%;
  color: #828282;
}
.gallery-card__sq {
  position: absolute;
  right: 20px;
  bottom: 40px;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../../images/ellipse.svg);
}
@media (max-width: 992px) {
  .gallery-card__sq {
    position: static;
    margin-bottom: 10px;
    background: none;
    width: auto;
    height: auto;
    display: block;
    text-align: left;
  }
}
.gallery-card__sq div {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(90deg, #d1913c 0%, #ffd194 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .gallery-card__sq div {
    display: block;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .gallery-card__sq div {
    font-size: 18px;
  }
}
.gallery-card__sq div span {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: none;
  margin-top: -8px;
  display: block;
  text-align: center;
  margin-left: 3px;
}
@media (max-width: 992px) {
  .gallery-card__sq div span {
    display: inline;
  }
}
@media (max-width: 767px) {
  .gallery-card__sq div span {
    font-size: 14px;
  }
}

.tarif-box {
  padding-top: 130px;
  padding-bottom: 100px;
}
.tarif-box__header {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .tarif-box__header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.tarif-box__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1200px) {
  .tarif-box__list {
    gap: 20px;
  }
}
@media (max-width: 1200px) {
  .tarif-box__list {
    flex-direction: column;
  }
}
.tarif-box__title {
  max-width: 690px;
  width: 100%;
  margin-bottom: 0;
}
.tarif-card {
  position: relative;
  width: 352px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: var(--white);
}
@media (max-width: 1200px) {
  .tarif-card {
    width: 100%;
  }
}
.tarif-card::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 56px;
  height: 56px;
  background: url(../../images/tarif-decor.svg) center no-repeat;
}
.tarif-card__header {
  border-bottom: 1px dashed var(--white);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .tarif-card__header {
    padding-right: 40px;
  }
}
.tarif-card__title {
  margin-bottom: 5px;
}
.tarif-card__note {
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  color: #e0e0e0;
  margin-bottom: 5px;
}
@media (max-width: 1200px) {
  .tarif-card__note {
    font-size: 16px;
  }
}
.tarif-card__type {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.04em;
  color: #f2f2f2;
  padding-right: 10px;
}
@media (max-width: 1200px) {
  .tarif-card__type {
    font-size: 18px;
  }
}
.tarif-card__params {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 15px;
}
.tarif-card__price {
  font-weight: 300;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: 0.04em;
}
.tarif-card__price span {
  font-size: 24px;
  line-height: 142%;
  background: linear-gradient(90deg, #d1913c 0%, #ffd194 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tarif-card__button {
  margin-top: 15px;
}
.tarif-card__button .button {
  width: 100%;
}

.param-item__title {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #e0e0e0;
}
.param-item__value {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 17px;
  line-height: 124%;
  letter-spacing: 0.04em;
  color: #f2f2f2;
}

.sq-form__label {
  margin-bottom: 15px;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.04em;
  color: var(--white);
}

.sq-field {
  display: flex;
  align-items: center;
  border-radius: 4px;
  width: 228px;
  height: 56px;
  border: 1px dashed #D1913C;
  background: var(--white);
}
.sq-field input {
  width: 164px;
  height: 100%;
  border: none;
  background: none;
  text-align: center;
  padding-top: 4px;
}
.sq-field label {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 142%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #d1913c 0%, #ffd194 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  position: relative;
  width: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-top: 6px;
}
.sq-field label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  border-left: 1px dashed #D1913C;
}

.intro-box__header {
  margin-bottom: 50px;
}
.intro-box__header::after {
  margin-top: -40px;
}
@media (max-width: 1200px) {
  .intro-box__header::after {
    margin-top: 0;
  }
}
.intro-box__title {
  text-align: left;
  margin: 0;
}
.intro-box__text {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 150px;
       column-gap: 150px;
}
@media (max-width: 1200px) {
  .intro-box__text {
    -moz-columns: 1;
         columns: 1;
  }
}
.intro-box__text h3 {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: var(--black);
  margin: 0 0 20px;
}
.intro-box__text p {
  font-weight: 300;
  font-size: 18px;
  line-height: 156%;
  color: #4f4f4f;
  margin: 0 0 20px;
}
.intro-box__text p:last-child {
  margin-bottom: 0;
}
.intro-box__more {
  margin-top: 40px;
}
.intro-box__gallery {
  margin: 70px -7.5px 0;
}
@media (max-width: 568px) {
  .intro-box__gallery {
    margin: 50px -2.5px 0;
  }
}
.intro-box__gallery a {
  display: block;
  padding: 0 7.5px;
}
@media (max-width: 568px) {
  .intro-box__gallery a {
    padding: 0 2.5px;
  }
}
.intro-box__gallery img {
  display: block;
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media (max-width: 568px) {
  .intro-box__gallery img {
    height: 200px;
  }
}/*# sourceMappingURL=style.css.map */


.feedback-field__note a {
  color:#FFD194;
}

.section.section--md.aolks {
  padding-bottom:0px;
  padding-top:0px;
}

.project-info.typography.section_blog_open {
  padding: 0px;
}

/* Кругляш */
.mobile-contacts {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	padding: 45px;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
}


.mobile-contacts__wrap {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	opacity: 0;
	transition: 0.5s;
	background: #000;
	opacity: 0.97;
}
.mobile-contacts.open {
	opacity: 1;
	visibility: visible;
}
.mobile-contacts.open .mobile-contacts__wrap {
	opacity: 0.7;
}
.mobile-contacts.open .mobile-contacts__list {
	height: 390px;
	opacity: 1;
}
.mobile-contacts__list {
	overflow: hidden;
	opacity: 0;
	transition: 0.5s;
}
.contact-buttons {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.contact-buttons__item {
	margin-top: 10px;
	width: 70px;
	height: 70px;
}
.contact-button {
	display: block;
	border: none;
	width: 70px;
	height: 68px;
	border-radius: 50%;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 42px;
	cursor: pointer;
}
.contact-button--email {
	background-color: #31877c;
	background-image: url(https://baniy.ru/uploads/icons/social-media-email.svg);
}
.contact-button--phone {
	background-color: #f79937;
	background-image: url(https://baniy.ru/uploads/icons/social-media-phone.svg);
}
.contact-button--telegram {
	background-color: #01a7e1;
	background-image: url(https://baniy.ru/uploads/icons/social-media-telegram.svg);
}
.contact-button--whatsapp {
	background-color: #25d366;
	background-image: url(https://baniy.ru/uploads/icons/social-media-whatsapp.svg);
}
.contact-button--faq {
	background-color: #31877c;
	background-image: url(https://baniy.ru/uploads/icons/icon-faq-w.svg);
}
.contact-button--close {
	background-image: url(https://baniy.ru/uploads/icons/icon-close-orange.svg);
}
.contact-button--chat {
	background-color: #ff4d11;
	background-image: url(https://baniy.ru/uploads/icons/icon-chat.svg);
}
.mobile-open-contacts {
	display: block;
	position: fixed;
	bottom: 45px;
	right: 45px;
	z-index: 9999;
}
.pulsar-icons {
	background-color: #f79937;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	border-radius: 50%;
	z-index: 1;
}
.pulsar-icons__list {
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
}
.pulsar-icons__list-item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	min-width: 70px;
	height: 70px;
}
.pulsar-icons__list-item img {
	width: 42px;
}
@keyframes pulsate {
	0% {
		transform: scale(1);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: scale(1.5);
		opacity: 0;
	}
}
.pulse-base::before,
.pulse-base::after {
	content:"";
	border: 15px solid rgba(255,77,17,0.3);
	border-radius: 50%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	animation: pulsate 3s ease-out;
	animation-iteration-count: infinite;
	opacity: 0;
	z-index: 1;
}
.pulse-base::before {
	animation-delay: 0s;
}
.pulse-base::after {
	animation-delay: -1.5s;
}

.icons_soc_top {display:flex}
.icons_soc_top img {margin:0 5px;height:32px;}

.sl-container {
    border: 10px solid #BFE2FF;
    margin: 20px auto;
    overflow: hidden;
    position: relative;
    width: 640px;
    height: 420px;
    box-sizing: border-box;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
}
.sl-container .view {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.sl-container .view img {
    width: 640px;
    max-width: 640px;
}
.sl-container .view-before {
    z-index: 100;
}
.sl-container .view-after {
    width: 100px;
    z-index: 200;
}
.sl-container .dragme {
    position: absolute;
    width: 10px;
    height: 100%;
    top: 0px;
    left: 100px;
    background-color: #BFE2FF;
    cursor: pointer;
    z-index: 300;
}
.sl-container .dr-circle {
    position: absolute;
    top: calc(50% - 20px);
    left: -15px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #BFE2FF;
    cursor: pointer;
    z-index: 300;
}
.sl-container .dr-circle i {
    line-height: 40px;
    font-size: 20px;
    color: #337AB7;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .sl-container {
        width: 320px;
        height: 210px;
    }
    .sl-container .view img {
        width: 320px;
        max-width: 320px;
    }
    .slider_new .text_box {text-align: left;padding: 10px 20px 40px;}
    .slider_new .text_box h4 {margin-bottom: 0;}
    .spnav .item {margin: 0 10px 10px;}
}    

@media (max-width: 992px) {
	.mobile-open-contacts {
		bottom: 25px;
		right: 16px;
	}
	.mobile-contacts {
		padding: 25px 16px;
	}
	.contact-button {
		width: 54px;
		height: 54px;
		background-size: 32px;
	}
	.pulsar-icons__list-item {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 54px;
		min-width: 54px;
		height: 54px;
	}
	.mobile-contacts.open .mobile-contacts__list {
		height: 310px;
	}
	.pulsar-icons__list-item img {
		width: 32px;
	}

	.contact-buttons__item {
		width: 54px;
		height: 54px;
	}
}


.cookies {
    position: fixed;
    bottom: 0;
    z-index: 10000;
    left: 0;
    right: 0;
    background: #f7f7f7;
}
.cookies a{
text-decoration:underline;	
}

.cookies a:hover{
text-decoration:none;	
}

.cookies .inf {
    width: 100%;
    margin: auto;
    padding: 20px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #000;
max-width: 1500px;
}

.cookies .close {
    display: block;
    background: #D3933F;
    padding: 5px 10px;
    max-height: 29px;
    margin-left: 20px;
    color: #ffffff;
text-decoration:none;	
}

.cookies .close:hover {
    background: #2f2f2f
}

.cookies .close span {
    -moz-transform: rotate(45deg);
    /* Для Firefox */
    -ms-transform: rotate(45deg);
    /* Для IE */
    -webkit-transform: rotate(45deg);
    /* Для Safari, Chrome, iOS */
    -o-transform: rotate(45deg);
    /* Для Opera */
    transform: rotate(45deg);
    display: block;
    padding-top: 1px;
    padding-left: 2px;
}

@media (max-width: 767px) {
    .cookies .inf {
        width: 100%;
        font-size: 13px;
        letter-spacing: 1px;
    }
}

.hidden {display: none;}

.develop {
  float: right;
  padding-left: 55px;
  background: url(../../img/icon-visualweb.svg) left center no-repeat;
}

.footer__info div.footer-soc a.pl_conf {

}

.mpllk {
font-weight: 300;
  font-size: 18px;
  line-height: 127%;
  letter-spacing: 0.04em;
  color: var(--black);
  margin-bottom: 8px;
}


.confirm-field {
    display: block;
    margin-bottom: 22px;
    font-size: 15px;
    line-height: 24px;
    cursor: pointer;
}

.confirm-field .st {
    margin: 0;
    padding-left: 32px;
    position: relative;
}

.confirm-field input[type=checkbox] {
    display: none;
    margin: 0;
    padding: 0;
    width: 24px;
    height: 24px;
}

.confirm-field .st::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background-image: url(../../images/checkbox.svg);
}

.confirm-field input[type=checkbox]:checked + .st::before {
    background-image: url(../../images/checkbox-active.svg);
}

.confirm-field input[type=checkbox].error + .st::before {
    background-image: url(../../images/checkbox-error.svg);
}
/* Stylesheet: Новый Modified On 2025-07-08 14:54:32 */
