/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

html {
    font-size: 10px;
}

@media (max-width: 1800px) {
    html {
        font-size: 9px;
    }
}

@media (max-width: 1430px) {
    html {
        font-size: 8.2px;
    }
}

@media (max-width: 1320px) {
    html {
        font-size: 8px;
    }
}

@media (max-width: 767px) {
    html {
        font-size: 10px;
    }
}


body {
    line-height: 1.2;
    font-family: Merriweather;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    overflow-x: hidden;
}

* {
    outline: none !important;
}

.modal-mainscreen.active {
    left: 0;
    z-index: 500;
}

.dialog__overlay {
    background-color: rgba(0, 0, 0, 0.7);
}

.modal_dom_index .dialog__content {
    -webkit-box-shadow: 0 0 44px rgba(0, 0, 0, 0.46);
    box-shadow: 0 0 44px rgba(0, 0, 0, 0.46);
    max-height: 95vh;
    padding: 2em;
}

.modal_dom_index h2 {
    margin-bottom: 7px;
}

.modal_dom_index .content .photos {
    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;
}

.modal_dom_index .content .photos .item {
    max-width: 48.5%;
    width: 100%;
    margin-bottom: 15px;
}

.modal_dom_index .content .photos .item img {
    height: 100%;
}

.modal_dom_index .content .photos .left {
    max-width: 387px;
    width: 100%;
}

.modal_dom_index .content .photos .mt70 {
    margin-top: 70px;
}

.modal_dom_index .content .photos .mb25 {
    margin-bottom: 25px;
}

.modal_dom_index .content .photos .right {
    max-width: 400px;
    width: 100%;
}

.modal_dom_index .content .text {
    margin-top: 20px;
}

.modal_dom_index .content .text p {
    text-align: left;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.modal_dom_index .content .text p:last-of-type {
    margin-bottom: 10px;
}

.modal_dom_index .content .empty_block {
    height: 275px;
}

.inp_select {
    background-color: #ffffff;
    padding-left: 12px;
    padding-right: 30px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background-image: url(../img/select_arrow.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 90% 50%;
    cursor: pointer;
    font-family: Merriweather;
    font-weight: 400;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.inp_num {
    background-color: #ffffff;
    padding-left: 12px;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-size: 16px;
    cursor: pointer;
    font-family: Merriweather;
    font-weight: 400;
    -moz-appearance: textfield;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
}

.inp_num::-webkit-outer-spin-button,
.inp_num::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.inp_num[type="number"] {
    -moz-appearance: textfield;
}

.inp_min_max {
    position: relative;
}

.inp_min_max .max {
    width: 20px;
    height: 20px;
    background-image: url(../img/select_arrow.svg);
    position: absolute;
    right: 21px;
    top: 6px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-size: 19px;
    background-position: 50% 50%;
    cursor: pointer;
}

.inp_min_max .min {
    width: 20px;
    height: 20px;
    background-image: url(../img/select_arrow.svg);
    position: absolute;
    right: 21px;
    top: 20px;
    background-repeat: no-repeat;
    background-size: 19px;
    background-position: 50% 50%;
    cursor: pointer;
}

.dialog,
.dialog h2 {
    font-family: Merriweather;
}

.dialog h2 {
    font-size: 24px;
    font-weight: 900;
}

.dialog__content {
    max-width: 870px;
}

.dialog,
.dialog__overlay {
    z-index: 200;
}

.form_submit {
    max-width: 318px;
    width: 100%;
    height: 60px;
    background-color: #ffcb05;
    color: #000000;
    font-family: Merriweather;
    font-size: 16px;
    font-weight: 400;
    border: none;
}

.form_inp,
.form_select {
    max-width: 354px;
    width: 100%;
    height: 52px;
    border: 1px solid #000000;
    font-family: Merriweather;
    color: #000;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
}

.form_inp::-webkit-input-placeholder {
    color: #7b7b7b;
}

.form_inp::-moz-placeholder {
    color: #7b7b7b;
    opacity: 1;
}

.form_inp:-ms-input-placeholder {
    color: #7b7b7b;
}

.form_inp:-moz-placeholder {
    color: #7b7b7b;
    opacity: 1;
}

.form_textarea {
    max-width: 100%;
    width: 100%;
    height: 130px;
    border: 1px solid #000000;
    font-family: Merriweather;
    padding: 20px;
    resize: none;
}

.dialog__content .close_modal {
    position: absolute;
    right: 26px;
    top: 4px;
    font-size: 56px;
    font-weight: 300;
    color: #000;
    cursor: pointer;
}

.submit_inp {
    background-color: #ffcb05;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000000;
    font-family: Merriweather;
    font-size: 16px;
    font-weight: 400;
}

.form_select {
    background-color: #ffffff;
    padding-right: 30px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../img/select_arrow.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 94% 52%;
    cursor: pointer;
    font-family: Merriweather;
    font-weight: 400;
}

.form_select::-webkit-input-placeholder {
    color: #7b7b7b;
}

.form_select::-moz-placeholder {
    color: #7b7b7b;
    opacity: 1;
}

.form_select:-ms-input-placeholder {
    color: #7b7b7b;
}

.form_select:-moz-placeholder {
    color: #7b7b7b;
    opacity: 1;
}

.dialog__content {
    padding-top: 5em;
    width: 100%;
}

.dialog h2 {
    margin-bottom: 50px;
}

.row_form .mr25 {
    /* margin-right: 25px; */
}

.form_inp {
    margin-bottom: 40px;
}

.form_textarea {
    margin-top: -5px;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    max-width: 173px;
    width: 100%;
    height: 52px;
    border: 1px solid #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    font-family: Merriweather;
    font-size: 16px;
    color: #000000;
}

.file_row {
    margin-top: 45px;
    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;
}

.file_row .left {
    /* max-width: 320px; */
    width: 100%;
}

.file_row .left .span_top {
    color: #858585;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    padding-left: 19px;
    text-align: left;
}

.file_row .left .item_file_cnt {
    max-width: 59%;
    width: 100%;
}

.file_row .left .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.file_row .left .file_name {
    color: #858585;
    font-size: 14px;
}

.file_row .right {
    padding-top: 31px;
}

.submit_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 45px;
}

.mainscreen-catalog-menu li a {
    position: relative;
    display: inline-block;
    font-weight: 500;
    text-decoration: none;
    line-height: 22px;
    letter-spacing: 0.005em;
    padding-bottom: 3px;
    color: #1d1d1e;
    border-bottom: 3px solid transparent;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.mainscreen-catalog-menu li a:hover {
    border-bottom: 3px solid #fff;
}

.fade_body_menu {
    width: 100%;
    height: calc(100vh - 91px);
    position: fixed;
    left: 0;
    top: 91px;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.fade_body_menu.scrolled {
    top: 70px;
    height: calc(100vh - 70px);
}

.fade_body_menu.active {
    opacity: 1;
    z-index: 90;
    visibility: visible;
}

.modal_mob_menu {
    overflow-y: scroll;
}

.modal-mainscreen .geo span {
    font-size: 14px;
    text-decoration: underline;
    color: #040506;
    display: block;
    background-image: url(../img/geo_icon.svg);
    background-repeat: no-repeat;
    background-position: 0px 50%;
    padding-left: 22px;
    min-height: 18px;
    cursor: pointer;
}

.modal-mainscreen .geo {
    margin-bottom: 25px;
}

.breadcrumbs {
    max-width: 1440px;
    margin: 0 auto;
}

.breadcrumbs a,
.breadcrumbs span {
    color: #ffffff;
    font-size: 12px;
}

.breadcrumbs a {
    text-decoration: underline;
}

.breadcrumbs span:not(.current_page) {
    margin-right: 1px;
}

.modal-mainscreen-contacts__phone {
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: 0.005em;
    color: #898989;
}

.modal-mainscreen-contacts__phone a {
    text-decoration: none;
    color: #898989;
}

.modal-mainscreen-contacts__mail a {
    text-decoration: none;
    color: #898989;
}

.modal-mainscreen-contacts__title {
    margin-bottom: 15px;
    letter-spacing: 0.005em;
    font-weight: 500;
    color: #191818;
}

.mainscreen-catalog-menu li {
    margin-bottom: 15px;
}

.header_mob {
    z-index: 6;
    width: 100%;
    top: 0;
    left: 0;
}

.header_mob .geo {
    display: none;
}

.modal-mainscreen__close {
    position: absolute;
    right: 30px;
    top: 55px;
    width: 35px;
    height: 15px;
    padding: 5px 0;
    cursor: pointer;
    font-size: 40px;
}

.mainscreen-catalog-menu {
    padding-bottom: 50px;
}

.modal-mainscreen-contacts {
    margin-bottom: 100px;
}

.modal-mainscreen-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal-mainscreen {
    position: absolute;
    top: 0;
    left: -100%;
    width: 550px;
    height: 100%;
    padding: 70px 120px 70px 135px;
    background: #e3e5e8;
    -webkit-box-shadow: 8px 14px 72px 0px rgba(0, 0, 0, 0.63);
    box-shadow: 8px 14px 72px 0px rgba(0, 0, 0, 0.63);
    background-position: 50% 50px;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 80;
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-color: #21d4fd;
    background-image: -o-linear-gradient(71deg, #fff 0%, #fff 100%);
    background-image: linear-gradient(19deg, #fff 0%, #fff 100%);
    z-index: 1001;
    color: #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.preloader img {
    max-width: 200px;
}

body.lock {
    overflow-y: hidden;
}

.mainscreen__bg.active {
    z-index: 70;
    opacity: 1;
}

.mainscreen__bg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1;
    opacity: 0;
}

.preloader__image {
    position: relative;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    text-align: center;
    -webkit-animation: preloader-rotate 2s infinite linear;
    animation: preloader-rotate 2s infinite linear;
}

#lottie {
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    text-align: center;
    opacity: 1;
    max-width: 180px;
    margin: 0 auto;
}

@-webkit-keyframes preloader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes preloader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loaded_hiding .preloader {
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
    opacity: 0;
}

.loaded .preloader {
    display: none;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {

    /* Safari and Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

a {
    text-decoration: none;
    color: #000;
}

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

b {
    font-weight: 700;
}

.index_bg {
    width: 100%;
    height: 815px;
    background-image: url(../img/home_slider_bg.jpg);
    background-image: url(../img/index12.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

header {
    width: 100%;
    height: 91px;
    background-color: #e6e6e6;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
}

header .wrap {
    max-width: 1814px;
    margin: 0 auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 7px;
}

header .logo {
    margin-right: 2rem;
}

header .geo:hover .contacts_hidden {
    opacity: 1;
    z-index: 100;
    visibility: visible;
    left: 9.5vw;
    pointer-events: auto;
}

header .geo span {
    font-size: 1.4rem;
    text-decoration: underline;
    color: #040506;
    display: block;
    background-image: url(../img/geo_icon.svg);
    background-repeat: no-repeat;
    background-position: 0px 50%;
    padding-left: 2.2rem;
    min-height: 18px;
    cursor: pointer;
}

header .geo .contacts_hidden {
    max-width: 827px;
    width: 100%;
    height: 505px;
    -webkit-box-shadow: 0 70px 44px rgba(0, 0, 0, 0.35);
    box-shadow: 0 70px 44px rgba(0, 0, 0, 0.35);
    background-color: #ffffff;
    position: absolute;
    left: 8.5vw;
    top: 5.8vh;
    padding-left: 50px;
    padding-top: 55px;
    z-index: 40;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    visibility: hidden;
}

header .geo .contacts_hidden .left {
    max-width: 400px;
    width: 100%;
}

header .geo .contacts_hidden .left h3 {
    color: #040506;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 40px;
}

header .geo .contacts_hidden .left .meta_contacts {
    margin-top: 48px;
}

header .geo .contacts_hidden .left .meta_contacts .whats_app {
    background-image: url(../img/whatsapp_yellow.png);
    background-repeat: no-repeat;
    background-position: 1px 12%;
    padding-left: 31px;
    margin-bottom: 16px;
    min-height: 26px;
}

header .geo .contacts_hidden .left .meta_contacts .mail {
    background-image: url(../img/mail_icon_footer.svg);
    background-repeat: no-repeat;
    background-position: 1px 12%;
    padding-left: 31px;
    margin-bottom: 13px;
    min-height: 26px;
    background-size: 17px;
}

header .geo .contacts_hidden .left .meta_contacts .mail a {
    font-weight: 400;
}

header .geo .contacts_hidden .right {
    height: 302px;
    border-left: 1px solid #ccc;
    padding-left: 69px;
    padding-right: 62px;
    padding-top: 55px;
    margin-top: 80px;
    width: 83%;
}

header .geo .contacts_hidden .right h4 {
    font-weight: 700;
    color: #040506;
    margin-bottom: 38px;
}

header .geo .contacts_hidden .right p {
    color: #040506;
    font-size: 14px;
    margin-bottom: 19px;
}

header .geo .contacts_hidden .phone {
    margin: 0;
    background-image: url(../img/phone_icon_footer.svg);
    background-repeat: no-repeat;
    background-position: 1px 12%;
    background-size: 20px;
    padding-left: 31px;
    margin-bottom: 13px;
    min-height: 26px;
}

header .geo .contacts_hidden .phone:first-of-type {
    padding-left: 35px;
}

header .geo .contacts_hidden .phone a {
    font-weight: 400;
}

header .geo .contacts_hidden .mail {
    margin: 0;
}

header .geo .contacts_hidden.scrolled {
    top: 4.8vh;
}

header .header_menu {
    min-height: 22px;
    margin-left: 30px;
    height: 100%;
}

header .header_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

header .header_menu ul li {
    margin-right: 21px;
    height: 100%;
    overflow: hidden;
}

header .header_menu ul li:last-of-type {
    margin-right: 0;
}

header .header_menu ul li a {
    color: #040506;
    font-size: 14px;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    position: relative;
    border-bottom: 4px solid transparent;
    left: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .header_menu ul li a:hover {
    border-bottom: 4px solid #fff;
}

header .header_menu ul li a.active {
    font-weight: 700;
}

header .header_menu ul li.has_podmenu:hover .podmenu {
    z-index: 100;
    visibility: visible;
    opacity: 1;
    left: 50%;
    top: 91px;
    pointer-events: auto;
}

header .header_menu ul li.has_podmenu:hover .podmenu.scrolled {
    top: 70px;
}

header .header_menu ul li.has_podmenu a.hovered {
    border-bottom: 4px solid #fff;
}

header .header_menu .podmenu {
    max-width: 1440px;
    width: 100%;
    height: 479px;
    -webkit-box-shadow: 0 70px 44px rgba(0, 0, 0, 0.35);
    box-shadow: 0 70px 44px rgba(0, 0, 0, 0.35);
    background-color: #ffffff;
    position: absolute;
    left: 47%;
    top: 91px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    pointer-events: none;
}

header .header_menu .podmenu .links {
    max-width: 825px;
    width: 100%;
    padding-left: 232px;
    padding-top: 84px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header .header_menu .podmenu .links .col_1 {
    margin-right: 75px;
}

header .header_menu .podmenu .links .col_1 {
    max-width: 160px;
}

header .header_menu .podmenu .links .col_2 {
    max-width: 195px;
}

header .header_menu .podmenu .links ul {
    display: block;
}

header .header_menu .podmenu .links ul li {
    height: auto;
    margin-bottom: 33px;
    margin-right: 0;
}

header .header_menu .podmenu .links ul li a {
    line-height: 1.4;
}

header .header_menu .podmenu .links ul li a:hover {
    text-decoration: underline;
}

header .header_menu .podmenu .photo {
    max-width: 614px;
    width: 100%;
}

header .header_menu .podmenu .photo img {
    height: 479px;
    -o-object-fit: cover;
    object-fit: cover;
}

header .header_menu .podmenu.scrolled {
    top: 70px;
}

header .header_menu .podmenu.active {
    z-index: 100;
    visibility: visible;
    opacity: 1;
    left: 50%;
}

header .phone {
    min-height: 22px;
    flex: 0 0 auto;
}

header .phone a {
    font-weight: 700;
    color: #040506;
    font-size: 1.6rem;
}

header .phone span {
    color: #040506;
    font-size: 14px;
}

header .mail {
    min-height: 22px;
}

header .mail a {
    color: #040506;
    font-size: 16px;
    font-weight: 700;
}

header .social_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 118px;
    width: 100%;
}

header .social_links a {
    display: block;
    width: 3.4rem;
    min-width: 3.4rem;
    height: 3.4rem;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
}

header .social_links a:hover {
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

header .social_links a.vk_icon {
    background-image: url(../img/vk_icon.svg);
    background-size: 17px;
}

header .social_links a.odn_icon {
    background-image: url(../img/odn_icon.svg);
    background-size: 14px;
}

header .social_links a.inst_icon {
    background-image: url(../img/inst_icon.svg);
    background-size: 12px;
}

header .social_links a.youtube_icon {
    background-image: url(../img/youtube_icon.svg);
    background-size: 15px;
}

header.index_header {
    background-color: rgba(230, 230, 230, 0.93);
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

header.index_header .logo {
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

header.index_header .logo img {
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

header.index_header.scrolled {
    background-color: #e6e6e6;
}

header.index_header.active {
    background-color: #e6e6e6;
    height: 70px;
}

header.index_header.active .logo img {
    max-width: 85%;
}

.mainscreen-catalog-menu .has_podmenu {
    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;
}

.mainscreen-catalog-menu .has_podmenu ul li {
    padding: 0;
    padding-left: 15px;
    border: none;
    margin-bottom: 0;
}

.mainscreen-catalog-menu .has_podmenu ul li a {
    font-weight: 400;
    color: #898989;
    font-size: 14px;
    border-bottom: none;
}

.mainscreen-catalog-menu .has_podmenu ul li a:hover {
    text-decoration: underline;
}

.mainscreen-catalog-menu .open_podmenu {
    width: 50px;
    height: 23px;
    background-image: url(../img/select_arrow.svg);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    margin-top: 1px;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    cursor: pointer;
}

.mainscreen-catalog-menu .open_podmenu.close {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mainscreen-catalog-menu li.has_podmenu .podmenu {
    display: none;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.inner_header_bg {
    background-image: url(../img/header_projects_bg.jpg);
    height: 177px;
    background-repeat: no-repeat;
}

.inner_header_bg .breadcrumbs {
    padding-top: 142px;
    margin-top: 90px;
}

.w1440_main_wrap {
    max-width: 1440px;
    margin: 0 auto;
    height: 100%;
    margin-top: 0;
    position: relative;
    padding-top: 230px;
}

.akcii_slider {
    height: 100%;
    max-width: 57%;
}

.akcii_slider .item {
    opacity: 1;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.akcii_slider .item .date {
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 0.1px;
}

.akcii_slider .item .title {
    margin-top: 65px;
}

.akcii_slider .item .title h1,
.akcii_slider .item .title h2 {
    color: #ffffff;
    letter-spacing: 0.22px;
    font-size: 44px;
    text-transform: uppercase;
    position: relative;
    left: 0;
    opacity: 1;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.akcii_slider .item .title h1 b,
.akcii_slider .item .title h2 b {
    font-weight: 900;
}

.akcii_slider .item .title h1.animated,
.akcii_slider .item .title h2.animated {
    opacity: 0.6;
}

.akcii_slider .item .sub_title {
    margin-top: 8px;
}

.akcii_slider .item .sub_title span {
    display: block;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 0.1px;
}

.akcii_slider .item .link {
    margin-top: 61px;
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all ease-in-out 0.6s;
    -o-transition: all ease-in-out 0.6s;
    transition: all ease-in-out 0.6s;
}

.akcii_slider .item .link.animated {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.akcii_slider .item.animated {
    opacity: 0.8;
}

.akcii_slider .slick-dots {
    position: absolute;
    left: 0;
    z-index: 2;
    bottom: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 500px;
    padding-left: 35px;
    padding-right: 100px;
}

.akcii_slider .slick-dots::after {
    content: "";
    max-width: 500px;
    min-width: 500px;
    width: 100%;
    height: 106px;
    background-color: #000000;
    opacity: 0.7;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.akcii_slider .slick-dots li {
    margin-right: 10px;
}

.akcii_slider .slick-dots li button {
    text-indent: -9999999999px;
    width: 12px;
    min-width: 12px;
    min-height: 12px;
    height: 12px;
    display: block;
    border: none;
    background-image: url(../img/akcii_slider_dotted.svg);
    background-size: contain;
    background-color: transparent;
    background-repeat: no-repeat;
}

.akcii_slider .slick-dots .slick-active button {
    background-image: url(../img/akcii_slider_dotted__active.svg);
    width: 13px;
    min-width: 13px;
    min-height: 12px;
    height: 12px;
}

.akcii_slider .slick-arrow {
    position: absolute;
    z-index: 5;
    bottom: 39px;
    left: 18%;
}

.akcii_slider .slick-prev {
    width: 30px;
    height: 30px;
    background-image: url(../img/slider_arrow_left.svg);
    background-size: 15px;
    border: none;
    outline: none;
    background-color: transparent;
    background-position: 50% 50%;
    text-indent: -99999999px;
    left: 49.5%;
    background-repeat: no-repeat;
    -webkit-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.akcii_slider .slick-next {
    width: 30px;
    height: 30px;
    background-image: url(../img/slider_arrow_right.svg);
    background-size: 15px;
    border: none;
    outline: none;
    background-color: transparent;
    background-position: 50% 50%;
    text-indent: -99999999px;
    left: 54.2%;
    background-repeat: no-repeat;
    -webkit-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.link_arrow {
    background-repeat: no-repeat;
    background-position: 100% 50%;
    padding-right: 35px;
    display: inline-block;
    position: relative;
    left: 0;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.link_arrow:hover {
    padding-right: 40px;
    left: 5px;
}

.link_arrow.yellow {
    color: #ffcb05;
    font-size: 20px;
}

.link_arrow.yellow.big {
    background-image: url(../img/link_arrow_big_yellow.svg);
    color: #ffcb05;
}

.link_arrow.big {
    font-size: 20px;
}

.news_slider {
    max-width: 586px;
    width: 100%;
    height: 305px;
    background-color: rgba(231, 231, 231, 0.93);
    opacity: 0.93;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 34px 82px;
    padding-right: 100px;
    background-image: -o-radial-gradient(circle, transparent, 1%, #ffcb0512 1%);
    background-image: radial-gradient(circle, transparent, 1%, #ffcb0512 1%);
    background-image: -o-radial-gradient(circle, transparent, 1%, #ffffff5c 1%);
    background-image: radial-gradient(circle, transparent, 1%, #ffffff5c 1%);
    background-position: 50% 50%;
    background-size: 15000%;
    -webkit-transition: all ease-in-out 0.7s;
    -o-transition: all ease-in-out 0.7s;
    transition: all ease-in-out 0.7s;
}

.news_slider .item {
    opacity: 1;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.news_slider .item.animated {
    opacity: 0.8;
}

.news_slider .rubrika {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news_slider .rubrika .play_v {
    height: 33px;
    margin-right: 7px;
}

.news_slider .rubrika h3 {
    color: #000000;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    position: relative;
    left: 0;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    opacity: 1;
}

.news_slider .rubrika h3.animated {
    left: 10px;
    opacity: 0.6;
}

.news_slider .date {
    margin-top: 30px;
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
}

.news_slider .date span {
    color: #616161;
    font-size: 14px;
}

.news_slider .date.animated {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.news_slider .title {
    margin-top: 15px;
}

.news_slider .title h4 {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.4px;
}

.news_slider .text {
    margin-top: 11px;
    display: none;
}

.news_slider .text p {
    color: #616161;
    font-size: 14px;
}

.news_slider .link {
    margin-top: 25px;
}

.news_slider .link a {
    color: #616161;
    font-size: 14px;
    text-decoration: underline;
    background-image: url(../img/link_catalog_arrow.svg);
    display: inline-block;
    min-height: 11px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    padding-right: 26px;
    background-size: 18px;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    position: relative;
    left: 0;
}

.news_slider .link a:hover {
    padding-right: 19px;
    left: 5px;
}

.news_slider .slick-arrow {
    position: absolute;
    z-index: 5;
    top: 33px;
    right: 0;
}

.news_slider .slick-prev {
    width: 30px;
    height: 30px;
    background-image: url(../img/home_slider_arrow_left.svg);
    background-size: 20px;
    border: none;
    outline: none;
    background-color: transparent;
    background-position: 50% 50%;
    text-indent: -99999999px;
    right: 54px;
    background-repeat: no-repeat;
    -webkit-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.news_slider .slick-next {
    width: 30px;
    height: 30px;
    background-image: url(../img/home_slider_arrow_right.svg);
    background-size: 20px;
    border: none;
    outline: none;
    background-color: transparent;
    background-position: 50% 50%;
    text-indent: -99999999px;
    right: 18px;
    background-repeat: no-repeat;
    -webkit-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.news_slider.animated {
    background-size: 20%;
}

.news_slider.slick-slider {
    position: absolute;
}

.row_2__yellow_links {
    max-width: 1440px;
    margin: 0 auto;
    height: 128px;
    margin-top: 8px;
    background-color: #ffcb05;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 25px;
    padding-right: 25px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.row_2__yellow_links a.item_wrap {
    width: 16.6%;
}

.row_2__yellow_links a.item_wrap:hover span {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(182, 153, 3, 0.61);
}

.row_2__yellow_links .item_wrap_1:hover .icon_1 {
    background-image: url(../img/yellow_links_1_1.svg);
}

.row_2__yellow_links .item_wrap_2:hover .icon_2 {
    background-image: url(../img/yellow_links_2_1.svg);
}

.row_2__yellow_links .item_wrap_3:hover .icon_3 {
    background-image: url(../img/yellow_links_3_1.svg);
}

.row_2__yellow_links .item_wrap_4:hover .icon_4 {
    background-image: url(../img/yellow_links_4_1.svg);
}

.row_2__yellow_links .item_wrap_5:hover .icon_5 {
    background-image: url(../img/yellow_links_5_1.svg);
}

.row_2__yellow_links .item_wrap_6:hover .icon_6 {
    background-image: url(../img/yellow_links_6_1.svg);
}

.row_2__yellow_links .item {
    text-align: center;
}

.row_2__yellow_links .item img {
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.row_2__yellow_links .item span {
    display: block;
    font-size: 14px;
    color: #000000;
    margin-top: 15px;
}

.row_2__yellow_links .item .icon {
    margin: 0 auto;
}

.row_2__yellow_links .item .icon_1 {
    width: 76px;
    height: 47px;
    background-image: url(../img/yellow_links_1_1.svg);
    background-image: url(../img/yellow_links_1.svg);
    background-repeat: no-repeat;
}

.row_2__yellow_links .item .icon_2 {
    width: 50px;
    height: 43px;
    background-image: url(../img/yellow_links_2_1.svg);
    background-image: url(../img/yellow_links_2.svg);
    background-repeat: no-repeat;
}

.row_2__yellow_links .item .icon_3 {
    width: 43px;
    height: 43px;
    background-image: url(../img/yellow_links_3_1.svg);
    background-image: url(../img/yellow_links_3.svg);
    background-repeat: no-repeat;
}

.row_2__yellow_links .item .icon_22 {
    width: 43px;
    height: 43px;
    background-image: url(../img/house_black.svg);
    background-repeat: no-repeat;
}

.row_2__yellow_links .item_wrap_22:hover .icon_22 {
    background-image: url(../img/house_white.svg);
}

.row_2__yellow_links .item .icon_222 {
    width: 43px;
    height: 43px;
    background-image: url(../img/house_white.svg);
    background-repeat: no-repeat;
}

.row_2__yellow_links .item_wrap_222:hover .icon_222 {
    background-image: url(../img/house_yellow.svg);
}

.row_2__yellow_links .item .icon_4 {
    width: 43px;
    height: 43px;
    background-image: url(../img/yellow_links_4_1.svg);
    background-image: url(../img/yellow_links_4.svg);
    background-repeat: no-repeat;
}

.row_2__yellow_links .item .icon_5 {
    width: 42px;
    height: 42px;
    background-image: url(../img/yellow_links_5_1.svg);
    background-image: url(../img/yellow_links_5.svg);
    background-repeat: no-repeat;
}

.row_2__yellow_links .item .icon_6 {
    width: 36px;
    height: 41px;
    background-image: url(../img/yellow_links_6_1.svg);
    background-image: url(../img/yellow_links_6.svg);
    background-repeat: no-repeat;
}

.row_2__yellow_links a.item_wrap:first-of-type {
    position: relative;
    top: -2px;
}

.row_2__yellow_links a.item_wrap:nth-of-type(2) {
    position: relative;
    left: -25px;
}

.row_2__yellow_links a.item_wrap:nth-of-type(3) {
    position: relative;
    left: -40px;
}

.row_2__yellow_links a.item_wrap:nth-of-type(4) {
    position: relative;
    left: -18px;
}

.row_2__yellow_links.black {
    background-color: #121212;
    margin-top: 7px;
    height: 107px;
}

.row_2__yellow_links.black a.item_wrap:hover span {
    color: #ffcf04;
    text-shadow: none;
}

.row_2__yellow_links.black .item span {
    color: #fff;
    margin-top: 8px;
}

.row_2__yellow_links.black .item .icon_1 {
    width: 76px;
    height: 47px;
    background-image: url(../img/yellow_links_1_2.svg);
    background-image: url(../img/yellow_links_1_1.svg);
    background-repeat: no-repeat;
}

.row_2__yellow_links.black .item .icon_2 {
    width: 50px;
    height: 43px;
    background-image: url(../img/yellow_links_2_2.svg);
    background-image: url(../img/yellow_links_2_1.svg);
    background-repeat: no-repeat;
}

.row_2__yellow_links.black .item .icon_3 {
    width: 43px;
    height: 43px;
    background-image: url(../img/yellow_links_3_2.svg);
    background-image: url(../img/yellow_links_3_1.svg);
    background-repeat: no-repeat;
}

.row_2__yellow_links.black .item .icon_4 {
    width: 43px;
    height: 43px;
    background-image: url(../img/yellow_links_4_2.svg);
    background-image: url(../img/yellow_links_4_1.svg);
    background-repeat: no-repeat;
}

.row_2__yellow_links.black .item .icon_5 {
    width: 42px;
    height: 42px;
    background-image: url(../img/yellow_links_5_2.svg);
    background-image: url(../img/yellow_links_5_1.svg);
    background-repeat: no-repeat;
}

.row_2__yellow_links.black .item .icon_6 {
    width: 36px;
    height: 41px;
    background-image: url(../img/yellow_links_6_2.svg);
    background-image: url(../img/yellow_links_6_1.svg);
    background-repeat: no-repeat;
}

.row_2__yellow_links.black .item_wrap_1:hover .icon_1 {
    background-image: url(../img/yellow_links_1_2.svg);
}

.row_2__yellow_links.black .item_wrap_2:hover .icon_2 {
    background-image: url(../img/yellow_links_2_2.svg);
}

.row_2__yellow_links.black .item_wrap_3:hover .icon_3 {
    background-image: url(../img/yellow_links_3_2.svg);
}

.row_2__yellow_links.black .item_wrap_4:hover .icon_4 {
    background-image: url(../img/yellow_links_4_2.svg);
}

.row_2__yellow_links.black .item_wrap_5:hover .icon_5 {
    background-image: url(../img/yellow_links_5_2.svg);
}

.row_2__yellow_links.black .item_wrap_6:hover .icon_6 {
    background-image: url(../img/yellow_links_6_2.svg);
}

.control {
    display: block;
    position: relative;
    padding-left: 36px;
    margin-bottom: 5px;
    padding-top: 10px;
    cursor: pointer;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control_indicator {
    position: absolute;
    top: 4px;
    left: 0;
    height: 28px;
    width: 29px;
    background: #fff;
    border: none;
}

.control_indicator:after {
    -webkit-box-sizing: unset;
    box-sizing: unset;
    content: "";
    position: absolute;
    display: none;
}

.control-checkbox .control_indicator:after {
    left: 11px;
    top: 7px;
    width: 6px;
    height: 10px;
    border: solid #000000;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.control-checkbox.control-checkbox_2 .control_indicator:after {
    left: 7px;
    top: 5px;
    width: 3px;
    height: 6px;
    border: solid #949494;
    border-width: 0 1px 1px 0;
}

.control input:checked ~ .control_indicator:after {
    display: block;
}

.control.border_checkbox {
    text-align: left;
    color: #777777;
    font-family: Merriweather;
    font-size: 14px;
    padding-left: 44px;
    margin-bottom: 5px;
    padding-top: 3px;
}

.control.border_checkbox a {
    color: #232323;
    font-size: 14px;
    text-decoration: underline;
}

.control.border_checkbox .control_indicator {
    border: 1px solid #000000;
    width: 30px;
    height: 30px;
    display: block;
}

.row_3__find_home {
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.row_3__find_home .left {
    max-width: 736px;
    width: 100%;
    height: 392px;
    background-image: url(../img/row_3__find_home_bg.png);
    padding: 7px;
}

.row_3__find_home .left .h_tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.row_3__find_home .left .h_tabs .item {
    max-width: 358px;
    width: 100%;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    background-color: rgba(165, 165, 165, 0.4);
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.row_3__find_home .left .h_tabs .item:hover {
    padding-left: 10px;
}

.row_3__find_home .left .h_tabs .item.active {
    background-color: #101215;
    color: #ffffff;
    opacity: 1;
}

.row_3__find_home .left .h_tabs .item.active:hover {
    padding-left: 0px;
}

.row_3__find_home .left .tabs .tab.active_tab {
    display: block;
    animation: fadein 0.7s;
    -moz-animation: fadein 0.7s;
    /* Firefox */
    -webkit-animation: fadein 0.7s;
    /* Safari and Chrome */
    -o-animation: fadein 0.7s;
    /* Opera */
}

.row_3__find_home .left .tabs .tab {
    display: none;
}

.row_3__find_home .right {
    max-width: 697px;
    width: 100%;
}

.row_3__find_home .right .item {
    max-width: 345px;
    width: 100%;
    height: 193px;
    padding: 29px 42px;
    overflow: hidden;
    background-position: 50%;
}

.row_3__find_home .right .item .title {
    color: #ffffff;
    font-size: 20px;
    min-height: 48px;
}

.row_3__find_home .right .item .text {
    color: #e7e7e7;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: 38px;
    position: relative;
    top: -4px;
}

.row_3__find_home .right .item .link {
    margin-top: 22px;
}

.row_3__find_home .right .item .link_arrow.big.med {
    font-size: 16px;
    background-size: 22px;
}

.row_3__find_home .right .item .link_arrow {
    padding-right: 30px;
}

.row_3__find_home .right .item .link_arrow:hover {
    padding-right: 35px;
}

.row_3__find_home .right .row_50 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.row_3__find_home .right .row_100 {
    margin-top: 7px;
}

.row_3__find_home .right .row_100 .item {
    max-width: 100%;
    width: 100%;
}

.row_3__find_home .tab .wrap_3_cols {
    padding-left: 30px;
    padding-top: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.row_3__find_home .tab .wrap_3_cols .left_text {
    max-width: 186px;
    margin-right: 54px;
    margin-top: 15px;
}

.row_3__find_home .tab .wrap_3_cols .left_text p {
    font-size: 20px;
    line-height: 37px;
}

.row_3__find_home .tab .wrap_3_cols .form_wrap .inp_ot {
    width: 111px;
    height: 33px;
    background-color: #ffffff;
    color: #000000;
    font-family: Merriweather;
    font-weight: 400;
    font-size: 14px;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 12px;
    padding-right: 12px;
}

.row_3__find_home .tab .wrap_3_cols .form_wrap .inp_ot::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.row_3__find_home .tab .wrap_3_cols .form_wrap .inp_ot::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

.row_3__find_home .tab .wrap_3_cols .form_wrap .inp_ot:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.row_3__find_home .tab .wrap_3_cols .form_wrap .inp_ot:-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

.row_3__find_home .tab .wrap_3_cols .form_wrap .inp_select {
    width: 111px;
    height: 33px;
    background-color: #ffffff;
    padding-left: 12px;
    padding-right: 30px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background-image: url(../img/select_arrow.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 90% 50%;
    cursor: pointer;
    font-family: Merriweather;
    font-weight: 400;
}

.row_3__find_home .tab .wrap_3_cols .form_wrap .inp_submit {
    width: 111px;
    height: 33px;
    background-color: #ffcb05;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    color: #000000;
    font-family: Merriweather;
    font-size: 14px;
    font-weight: 400;
    margin-left: 27px;
    position: relative;
    top: 1px;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    left: 0;
}

.row_3__find_home .tab .wrap_3_cols .form_wrap .inp_submit:hover {
    left: 5px;
}

.row_3__find_home .tab .wrap_3_cols .form_wrap .first_row,
.row_3__find_home .tab .wrap_3_cols .form_wrap .two_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.row_3__find_home .tab .wrap_3_cols .form_wrap .first_row .items,
.row_3__find_home .tab .wrap_3_cols .form_wrap .two_row .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}

.row_3__find_home .tab .wrap_3_cols .form_wrap .first_row .items .item,
.row_3__find_home .tab .wrap_3_cols .form_wrap .two_row .items .item {
    margin-right: 13px;
}

.row_3__find_home .tab .wrap_3_cols .form_wrap .first_row .col span,
.row_3__find_home .tab .wrap_3_cols .form_wrap .two_row .col span {
    display: block;
    margin-bottom: 10px;
}

.row_3__find_home .tab .wrap_3_cols .form_wrap .first_row .col_1,
.row_3__find_home .tab .wrap_3_cols .form_wrap .two_row .col_1 {
    margin-right: 40px;
}

.row_3__find_home .tab .wrap_3_cols .form_wrap .first_row {
    margin-bottom: 40px;
}

.row_3__find_home .tab .wrap_3_cols .form_wrap .three_row {
    margin-top: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.row_3__find_home .tab .wrap_3_cols .form_wrap .three_row label {
    font-size: 14px;
}

.row_3__find_home .tab .wrap_3_cols .form_wrap .three_row .hit_control {
    margin-right: 34px;
}

.row_3__find_home.projects_find {
    margin-top: 45px;
}

.row_3__find_home.projects_find .right .item {
    padding: 25px 43px;
}

.row_3__find_home.projects_find .right .item .link {
    margin-top: 20px;
}

.row_3__find_home.projects_find .right .item .title {
    min-height: 87px;
}

.row_3__find_home.projects_find .right .item.fix_padding {
    padding: 25px 30px;
}

.row_3__find_home.projects_find .right .item.fix_padding h4 {
    position: relative;
    left: 13px;
}

.row_3__find_home.projects_find .right .item.fix_padding .link_watch {
    left: 10px;
}

.row_3__find_home.projects_find .link_watch {
    background-image: url(../img/youtube_icon_red.svg);
    background-image: url(../img/youtube_icon_white.svg);
    background-repeat: no-repeat;
    min-height: 27px;
    background-position: 0 50%;
    padding-left: 42px;
    background-size: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    left: -4px;
    color: #ffffff;
    font-size: 16px;
}

.row_3__find_home.projects_find .link_watch:hover {
    background-image: url(../img/youtube_icon_red.svg);
    background-size: 35px;
    color: #ff0000;
}

h2 {
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    color: #000000;
}

h1 {
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    color: #000000;
}

.row_4__high_tech {
    max-width: 1230px;
    margin: 0 auto;
    margin-top: 86px;
    margin-bottom: -10px;
    overflow: hidden;
}

.row_4__high_tech .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.row_4__high_tech .left {
    padding-top: 60px;
}

.row_4__high_tech .left .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 21px;
}

.row_4__high_tech .left .item .num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 47px;
    min-height: 47px;
    width: 47px;
    height: 47px;
    background-color: #ffd600;
    border-radius: 50%;
    color: #000000;
    font-size: 20px;
}

.row_4__high_tech .left .item .text {
    padding-left: 15px;
    font-size: 16px;
    color: #000000;
    position: relative;
    top: -2px;
}

.row_4__high_tech .left .item .text::after {
    content: " -";
}

.row_4__high_tech .left .item .link {
    margin-left: 7px;
    position: relative;
    top: -4px;
}

.row_4__high_tech .left .item .link a {
    color: #818181;
    font-size: 14px;
    background-image: url(../img/gray_arrow.svg);
    background-repeat: no-repeat;
    background-size: 23px;
    padding-right: 32px;
    background-position: 100% 10%;
    position: relative;
    left: 0;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.row_4__high_tech .left .item .link a span {
    border-bottom: 1px dashed #8c8c8c;
    padding-bottom: 1px;
}

.row_4__high_tech .left .item .link a:hover {
    padding-right: 37px;
    left: 5px;
}

.row_4__high_tech .right {
    padding-top: 5px;
}

.row_4__high_tech .right .item {
    position: relative;
    left: 20px;
}

.row_4__high_tech .right .item .circle {
    position: absolute;
    left: 0;
    top: 0;
    width: 47px;
    height: 47px;
    background-color: #ffd600;
    border-radius: 50%;
    color: #000000;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.row_4__high_tech .right .item .circle.hovered {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.row_4__high_tech .right .item .cr_1 {
    left: 27.5%;
    top: 8%;
}

.row_4__high_tech .right .item .cr_2 {
    left: 82.5%;
    top: 30%;
}

.row_4__high_tech .right .item .cr_3 {
    left: 8%;
    top: 43%;
}

.row_4__high_tech .right .item .cr_4 {
    left: 45.5%;
    top: 44.5%;
}

.row_4__high_tech .right .item .cr_5 {
    left: 78.5%;
    top: 53.5%;
}

.row_4__high_tech .right .item .cr_6 {
    left: 35.3%;
    top: 58.5%;
}

.row_4__high_tech .right .item .cr_7 {
    left: 28.3%;
    top: 84.5%;
}

.row_4__high_tech .right .item .cr_8 {
    left: 58%;
    top: 81%;
}

.row_4__high_tech .right .item .cr_9 {
    left: 80.5%;
    top: 78%;
}

.row_4__high_tech .big_red_btn {
    position: relative;
    top: -67px;
}

.row_4__high_tech .big_red_btn a {
    display: inline-block;
    max-width: 610px;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.row_4__high_tech .big_red_btn a:hover {
    top: 6px;
}

.row_4__high_tech .big_red_btn .btn {
    max-width: 610px;
    width: 100%;
    height: 101px;
    position: relative;
    background-image: url(../img/big_red_btn_main.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    font-size: 16.5px;
    padding-right: 53px;
    padding-bottom: 36px;
}

.gray_text {
    color: #7b7b7b;
    font-size: 16px;
    margin-top: 5px;
}

.row_5__why_we_wrap {
    background-color: #efefef;
    background-image: url(../img/row_5__why_we_bg.png);
    background-repeat: no-repeat;
    background-position: 50% 0%;
}

.row_5__why_we_wrap .row_5__why_we {
    max-width: 1440px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 75px;
}

.row_5__why_we_wrap .row_5__why_we .left {
    max-width: 660px;
    width: 100%;
    padding-left: 39px;
    padding-top: 50px;
    padding-top: 76px;
}

.row_5__why_we_wrap .row_5__why_we .left .gray_text {
    margin-bottom: 56px;
}

.row_5__why_we_wrap .row_5__why_we .left .text {
    max-width: 575px;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}

.row_5__why_we_wrap .row_5__why_we .right {
    width: 100%;
    height: 100%;
    position: relative;
    padding-left: 82px;
    padding-top: 84px;
}

.row_5__why_we_wrap .row_5__why_we .right .play_why_we {
    position: relative;
    cursor: pointer;
}

.row_5__why_we_wrap .row_5__why_we .right .play_why_we:hover .you_tube {
    top: 46%;
}

.row_5__why_we_wrap .row_5__why_we .right .play_why_we .you_tube {
    position: absolute;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    top: 43%;
    left: 47%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.row_6_yellow_txt {
    max-width: 1440px;
    margin: 0 auto;
    height: 369px;
    height: 410px;
    height: auto;
    -webkit-box-shadow: 0 0 35px rgba(64, 34, 24, 0.19);
    box-shadow: 0 0 35px rgba(64, 34, 24, 0.19);
    border-radius: 10px;
    background-color: #ffd600;
    position: relative;
    top: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-image: url(../img/row_6_yellow_txt__bg.png);
}

.row_6_yellow_txt .left {
    max-width: 595px;
    width: 100%;
    margin-left: 66px;
    padding-top: 50px;
}

.row_6_yellow_txt .left .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 28px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.row_6_yellow_txt .left .row .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48%;
}

.row_6_yellow_txt .left .row .item p {
    margin-left: 18px;
    line-height: 24px;
}

.row_6_yellow_txt .left .row .item .icon {
    width: 76px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.row_6_yellow_txt .left .row .fix_item {
    position: relative;
    left: -15px;
}

.row_6_yellow_txt .right {
    max-width: 620px;
    width: 100%;
    margin-right: 68px;
    padding-top: 48px;
    padding-bottom: 15px;
}

.row_6_yellow_txt .right p {
    line-height: 24px;
    margin-bottom: 23px;
}

.row_6_yellow_txt .right p a {
    color: #ffffff;
    text-decoration: underline;
}

.row_7__vnimanie {
    width: 100%;
    height: 148px;
    background-color: #efefef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: -60px;
    z-index: -1;
    padding-top: 30px;
}

.row_7__vnimanie p {
    line-height: 26px;
}

.row_7__vnimanie p a {
    font-weight: 700;
    color: #ff0000;
    text-decoration: underline;
}

.row_7__vnimanie b {
    text-transform: uppercase;
}

.row_7__vnimanie h4 {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.row_8__how_we_work {
    text-align: center;
    margin-top: 13px;
}

.row_8__how_we_work h2 {
    margin-bottom: 40px;
}

.pre_video__photo {
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.pre_video__photo:hover .you_tube {
    top: 51%;
}

.pre_video__photo .you_tube {
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    position: absolute;
    left: 50%;
    top: 48%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    display: block;
}

.pre_video__photo .you_tube img {
    max-width: 104px;
    width: 104px;
}

.hotels_and_comm_obj,
.cottedgs_and_live_house {
    margin-top: 80px;
    background-color: #efefef;
    padding-top: 46px;
    padding-bottom: 46px;
}

.hotels_and_comm_obj h2,
.cottedgs_and_live_house h2 {
    text-align: center;
    margin-bottom: 5px;
}

.hotels_and_comm_obj .gray_text,
.cottedgs_and_live_house .gray_text {
    text-align: center;
}

.hotels_and_comm_obj .wrap,
.cottedgs_and_live_house .wrap {
    max-width: 1410px;
    margin: 0 auto;
    margin-top: 46px;
}

.hotels_and_comm_obj .h_tabs,
.cottedgs_and_live_house .h_tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hotels_and_comm_obj .h_tabs .item,
.cottedgs_and_live_house .h_tabs .item {
    width: 275px;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ccc;
    margin-right: 8px;
    cursor: pointer;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.hotels_and_comm_obj .h_tabs .item:hover,
.cottedgs_and_live_house .h_tabs .item:hover {
    padding-left: 10px;
}

.hotels_and_comm_obj .h_tabs .item:last-of-type,
.cottedgs_and_live_house .h_tabs .item:last-of-type {
    margin-right: 0;
}

.hotels_and_comm_obj .h_tabs .item.active:hover,
.cottedgs_and_live_house .h_tabs .item.active:hover {
    padding-left: 0;
}

.hotels_and_comm_obj .h_tabs .item.all_projects,
.cottedgs_and_live_house .h_tabs .item.all_projects {
    background-color: rgba(0, 0, 0, 0.4);
    color: rgba(255, 255, 255, 0.4);
}

.hotels_and_comm_obj .h_tabs .item.hits,
.cottedgs_and_live_house .h_tabs .item.hits {
    background-color: rgba(255, 214, 0, 0.4);
    color: rgba(0, 0, 0, 0.4);
}

.hotels_and_comm_obj .h_tabs .item.super_price,
.cottedgs_and_live_house .h_tabs .item.super_price {
    background-color: rgba(255, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.4);
}

.hotels_and_comm_obj .h_tabs .item.all_projects.active,
.cottedgs_and_live_house .h_tabs .item.all_projects.active {
    background-color: #000000;
    color: #efefef;
}

.hotels_and_comm_obj .h_tabs .item.hits.active,
.cottedgs_and_live_house .h_tabs .item.hits.active {
    background-color: #ffd600;
    color: #000000;
}

.hotels_and_comm_obj .h_tabs .item.super_price.active,
.cottedgs_and_live_house .h_tabs .item.super_price.active {
    background-color: #ff0000;
    color: #ffffff;
}

.hotels_and_comm_obj .link_catalog,
.cottedgs_and_live_house .link_catalog {
    text-align: center;
    margin-top: 50px;
}

.hotels_and_comm_obj .link_catalog a,
.cottedgs_and_live_house .link_catalog a {
    display: inline-block;
    min-height: 16px;
    font-size: 16px;
    color: #000000;
    background-image: url(../img/link_catalog_arrow.svg);
    background-repeat: no-repeat;
    padding-right: 32px;
    background-position: 100% 50%;
    background-size: 24px;
    min-width: 190px;
    position: relative;
    left: 0;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.hotels_and_comm_obj .link_catalog a:hover,
.cottedgs_and_live_house .link_catalog a:hover {
    left: 8px;
    padding-right: 37px;
}

.hotels_and_comm_obj .tabs,
.cottedgs_and_live_house .tabs {
    margin-top: 40px;
}

.hotels_and_comm_obj .tabs .tab.active_tab,
.cottedgs_and_live_house .tabs .tab.active_tab {
    display: block;
    animation: fadein 0.7s;
    -moz-animation: fadein 0.7s;
    /* Firefox */
    -webkit-animation: fadein 0.7s;
    /* Safari and Chrome */
    -o-animation: fadein 0.7s;
    /* Opera */
}

.hotels_and_comm_obj .tabs .tab,
.cottedgs_and_live_house .tabs .tab {
    display: none;
    min-height: 468px;
}

.hotels_and_comm_obj .slider .a_item,
.cottedgs_and_live_house .slider .a_item {
    width: 275px;
    display: block;
}

.hotels_and_comm_obj .slider .item,
.cottedgs_and_live_house .slider .item {
    width: 275px;
    height: 468px;
    border-radius: 10px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 0 0 2100px rgba(40, 40, 40, 0.45) inset;
    box-shadow: 0 0 0 2100px rgba(40, 40, 40, 0.45) inset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 35px;
    padding-bottom: 40px;
    padding-bottom: 24px;
    -webkit-transition: all ease 0.7s;
    -o-transition: all ease 0.7s;
    transition: all ease 0.7s;
    position: relative;
    overflow: hidden;
}

.hotels_and_comm_obj .slider .item:hover,
.cottedgs_and_live_house .slider .item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.hotels_and_comm_obj .slider .item:hover .slider_hover_lupa,
.cottedgs_and_live_house .slider .item:hover .slider_hover_lupa {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.hotels_and_comm_obj .slider .item:hover h4,
.cottedgs_and_live_house .slider .item:hover h4 {
    opacity: 0;
    left: -100%;
}

.hotels_and_comm_obj .slider .item:hover span,
.cottedgs_and_live_house .slider .item:hover span {
    opacity: 0;
    left: -100%;
}

.hotels_and_comm_obj .slider .item:hover .price,
.cottedgs_and_live_house .slider .item:hover .price {
    opacity: 0;
    left: -100%;
}

.hotels_and_comm_obj .slider .item:hover .link,
.cottedgs_and_live_house .slider .item:hover .link {
    opacity: 0;
    left: -100%;
}

.hotels_and_comm_obj .slider .item:hover .icon_top,
.cottedgs_and_live_house .slider .item:hover .icon_top {
    left: -100%;
    opacity: 0;
}

.hotels_and_comm_obj .slider .item .slider_hover_lupa,
.cottedgs_and_live_house .slider .item .slider_hover_lupa {
    position: absolute;
    top: 25%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.9s;
    -o-transition: all ease 0.9s;
    transition: all ease 0.9s;
}

.hotels_and_comm_obj .slider .item h4,
.cottedgs_and_live_house .slider .item h4 {
    font-weight: 900;
    color: #efefef;
    font-size: 20px;
    margin-bottom: 13px;
    position: relative;
    left: 0;
    -webkit-transition: all ease 0.8s;
    -o-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.hotels_and_comm_obj .slider .item span,
.cottedgs_and_live_house .slider .item span {
    color: #efefef;
    font-size: 16px;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
    position: relative;
    left: 0;
}

.hotels_and_comm_obj .slider .item .price,
.cottedgs_and_live_house .slider .item .price {
    font-weight: 900;
    color: #efefef;
    font-size: 20px;
    min-height: 84px;
    position: relative;
    left: 0;
    -webkit-transition: all ease 1.1s;
    -o-transition: all ease 1.1s;
    transition: all ease 1.1s;
}

.hotels_and_comm_obj .slider .item .price span,
.cottedgs_and_live_house .slider .item .price span {
    font-size: 16px;
    font-weight: 400;
    opacity: 1;
    left: 0 !important;
}

.hotels_and_comm_obj .slider .item .price .gotoviy_project span,
.cottedgs_and_live_house .slider .item .price .gotoviy_project span {
    color: #efefef;
    line-height: 18px;
    display: block;
    margin-top: 3px;
}

.hotels_and_comm_obj .slider .item .floors,
.cottedgs_and_live_house .slider .item .floors {
    margin-bottom: 12px;
}

.hotels_and_comm_obj .slider .item .link,
.cottedgs_and_live_house .slider .item .link {
    background-position: 100% 0 !important;
    max-width: 124px;
    position: relative;
    left: 0;
    background-size: 25px;
    -webkit-transition: all ease 0.8s;
    -o-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.hotels_and_comm_obj .slider .item .link span,
.cottedgs_and_live_house .slider .item .link span {
    color: #ffd600;
    font-size: 16px !important;
    text-decoration: underline;
}

.hotels_and_comm_obj .slider .item .icon_top,
.cottedgs_and_live_house .slider .item .icon_top {
    position: absolute;
    left: 33px;
    top: 15px;
    opacity: 1;
    -webkit-transition: all ease 0.8s;
    -o-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.hotels_and_comm_obj .slider .slick-arrow,
.cottedgs_and_live_house .slider .slick-arrow {
    position: absolute;
    z-index: 5;
    top: -81px;
    right: 0;
}

.hotels_and_comm_obj .slider .slick-prev,
.cottedgs_and_live_house .slider .slick-prev {
    width: 40px;
    height: 40px;
    background-image: url(../img/home_slider_arrow_left.svg);
    background-size: 38px;
    border: none;
    outline: none;
    background-color: transparent;
    background-position: 50% 50%;
    text-indent: -99999999px;
    right: 54px;
    background-repeat: no-repeat;
    -webkit-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.hotels_and_comm_obj .slider .slick-next,
.cottedgs_and_live_house .slider .slick-next {
    width: 40px;
    height: 40px;
    background-image: url(../img/home_slider_arrow_right.svg);
    background-size: 38px;
    border: none;
    outline: none;
    background-color: transparent;
    background-position: 50% 50%;
    text-indent: -99999999px;
    right: -9px;
    background-repeat: no-repeat;
    -webkit-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.hotels_and_comm_obj .slider .slick-slide,
.cottedgs_and_live_house .slider .slick-slide {
    margin: 0 3px;
}

.hotels_and_comm_obj .slider .slick-list,
.cottedgs_and_live_house .slider .slick-list {
    margin: 0 -3px;
}

.cottedgs_and_live_house {
    background-color: #fff;
    margin-top: 2px;
}

.dostoinstva_sip_domov {
    margin-top: 17px;
}

.dostoinstva_sip_domov h2 {
    text-align: center;
}

.dostoinstva_sip_domov .items_text {
    max-width: 1230px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 48px;
}

.dostoinstva_sip_domov .items_text .left {
    max-width: 570px;
}

.dostoinstva_sip_domov .items_text .left p {
    color: #000000;
    line-height: 32px;
}

.dostoinstva_sip_domov .items_text .right {
    max-width: 570px;
}

.dostoinstva_sip_domov .items_text .right p {
    color: #000000;
    line-height: 32px;
}

.dostoinstva_sip_domov .yelllow_wrap {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    height: 377px;
    border-radius: 10px 10px 0 0;
    background-color: #ffd600;
    margin-top: 18px;
    background-image: url(../img/row_6_yellow_txt__bg.png);
    padding-top: 48px;
    overflow: hidden;
}

.dostoinstva_sip_domov .yelllow_wrap .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1170px;
    margin: 0 auto;
}

.dostoinstva_sip_domov .yelllow_wrap .items .item .photo {
    margin-bottom: 17px;
}

.dostoinstva_sip_domov .yelllow_wrap .items .item h4 {
    margin-bottom: 20px;
    font-weight: 700;
}

.dostoinstva_sip_domov .yelllow_wrap .items .item p {
    opacity: 0.8;
    color: #000000;
    font-size: 14px;
    line-height: 20px;
}

.dostoinstva_sip_domov .yelllow_wrap .items .item_1 {
    max-width: 310px;
    width: 100%;
}

.dostoinstva_sip_domov .yelllow_wrap .items .item_2 {
    max-width: 370px;
    width: 100%;
}

.dostoinstva_sip_domov .yelllow_wrap .items .item_3 {
    max-width: 320px;
    width: 100%;
}

.dostoinstva_sip_domov .items_txt_2 {
    max-width: 1230px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 29px;
}

.dostoinstva_sip_domov .items_txt_2 .left {
    max-width: 585px;
}

.dostoinstva_sip_domov .items_txt_2 .left p {
    font-size: 16px;
    line-height: 32px;
}

.dostoinstva_sip_domov .items_txt_2 .right {
    max-width: 585px;
    margin-right: -9px;
}

.dostoinstva_sip_domov .items_txt_2 .right p {
    font-size: 16px;
    line-height: 32px;
}

.dostoinstva_sip_domov .vnimanie_block {
    max-width: 1440px;
    margin: 0 auto;
    height: 120px;
    border-radius: 0 0 10px 10px;
    background-color: #efefef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
}

.dostoinstva_sip_domov .vnimanie_block h4 {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.dostoinstva_sip_domov .vnimanie_block p {
    line-height: 26px;
    font-size: 16px;
}

.dostoinstva_sip_domov .vnimanie_block p a {
    color: #ff0000;
    font-weight: 700;
    text-decoration: underline;
}

.reviews {
    max-width: 1230px;
    margin: 0 auto;
    margin-top: 87px;
}

.reviews .gray_text {
    margin-top: 7px;
}

.reviews .reviews_text {
    max-width: 880px;
    margin-top: 31px;
}

.reviews .reviews_text p {
    color: #181818;
    font-size: 16px;
    line-height: 28px;
}

.reviews .reviews_slider {
    margin-top: 39px;
    /* the slides */
    /* the parent */
}

.reviews .reviews_slider .item .photo {
    position: relative;
    cursor: pointer;
}

.reviews .reviews_slider .item .photo img {
    width: 100%;
    max-height: 360px;
    -o-object-fit: cover;
    object-fit: cover;
}

.reviews .reviews_slider .item .photo:hover .you_tube {
    top: 52%;
}

.reviews .reviews_slider .item .photo .photo_play {
    position: absolute;
    left: 0;
    bottom: 0;
}

.reviews .reviews_slider .item .photo .you_tube {
    position: absolute;
    left: 50%;
    top: 49%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.reviews .reviews_slider .item .bottom {
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 28px;
}

.reviews .reviews_slider .item .bottom .date span {
    color: #8d8d8d;
}

.reviews .reviews_slider .item .bottom .name {
    text-align: right;
}

.reviews .reviews_slider .item .bottom .name span {
    display: block;
    color: #202020;
}

.reviews .reviews_slider .slick-slide {
    margin: 0 14px;
}

.reviews .reviews_slider .slick-list {
    margin: 0 -14px;
}

.reviews .reviews_slider .slick-arrow {
    position: absolute;
    z-index: 5;
    top: -177px;
    right: 0;
}

.reviews .reviews_slider .slick-prev {
    width: 40px;
    height: 40px;
    background-image: url(../img/home_slider_arrow_left.png);
    background-size: 21px 38px;
    border: none;
    outline: none;
    background-color: transparent;
    background-position: 50% 50%;
    text-indent: -99999999px;
    right: 56px;
    background-repeat: no-repeat;
    -webkit-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.reviews .reviews_slider .slick-next {
    width: 40px;
    height: 40px;
    background-image: url(../img/home_slider_arrow_right.png);
    background-size: 21px 38px;
    border: none;
    outline: none;
    background-color: transparent;
    background-position: 50% 50%;
    text-indent: -99999999px;
    right: -7px;
    background-repeat: no-repeat;
    -webkit-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
    transition: all ease 0.35s;
}


/*бэкап правого блока карты*/

.map_wrap .maps_object {
    padding-top: 110px;
    padding-left: 53px;
}

.gray_text {
    color: #7b7b7b;
    font-size: 16px;
    margin-top: 5px;
}

.map_wrap .block {
    max-width: 360px;
    width: 100%;
    height: 435px;
    height: 384px;
    background-color: #ffd600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 64px;
}

.map_wrap .block .wrap {
    width: 311px;
    height: 384px;
    border: 2px solid #000000;
    text-align: center;
    padding-top: 24px;
}

.map_wrap .block .title {
    font-weight: 900;
    font-size: 39px;
    line-height: 32px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 11px;
}

.map_wrap .block .text_1 {
    color: #2d2d2d;
}

.map_wrap .block img {
    margin-top: 13px;
}

.map_wrap .block .text_2 {
    color: #2d2d2d;
    line-height: 24px;
    margin-top: 6px;
}


/*конец бэкап правого блока карты*/

.map_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 730px;
    background-color: #efefef;
    margin-top: 80px;
}

.map_wrap .map {
}

.our_team {
    max-width: 1410px;
    margin: 0 auto;
    margin-top: 78px;
    margin-bottom: 110px;
}

.our_team .our_team_slider {
    margin-top: 60px;
    /* the slides */
    /* the parent */
}

.our_team .our_team_slider .item {
    text-align: center;
}

.our_team .our_team_slider .item .name {
    display: block;
    text-align: center;
    color: #000000;
    font-size: 20px;
    margin-top: 20px;
}

.our_team .our_team_slider .item .dolgnost {
    display: block;
    text-align: center;
    font-size: 14px;
    margin-top: 17px;
}

.our_team .our_team_slider .slick-slide {
    margin: 0 3px;
}

.our_team .our_team_slider .slick-list {
    margin: 0 -3px;
}

.our_team .our_team_slider .slick-arrow {
    position: absolute;
    z-index: 5;
    top: -96px;
    right: 0;
}

.our_team .our_team_slider .slick-prev {
    width: 40px;
    height: 40px;
    background-image: url(../img/home_slider_arrow_left.png);
    background-size: 21px 38px;
    border: none;
    outline: none;
    background-color: transparent;
    background-position: 50% 50%;
    text-indent: -99999999px;
    right: 54px;
    background-repeat: no-repeat;
    -webkit-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.our_team .our_team_slider .slick-next {
    width: 40px;
    height: 40px;
    background-image: url(../img/home_slider_arrow_right.png);
    background-size: 21px 38px;
    border: none;
    outline: none;
    background-color: transparent;
    background-position: 50% 50%;
    text-indent: -99999999px;
    right: -9px;
    background-repeat: no-repeat;
    -webkit-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.footer {
    width: 100%;
    height: 766px;
    background-image: url(../img/footer_bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-top: 100px;
}

.footer .wrap {
    max-width: 1410px;
    margin: 0 auto;
}

.footer .first_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 72px;
    padding-bottom: 26px;
    position: relative;
}

.footer .first_row::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-image: url(../img/dashed_footer.png);
    bottom: 0;
    left: 0;
}

.footer .first_row .item ul li a {
    opacity: 0.7;
    color: #ffffff;
    font-size: 14px;
    line-height: 34px;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.footer .first_row .item ul li a:hover {
    opacity: 1;
}

.footer .first_row .item ul li.title {
    color: #ffd600;
    font-size: 20px;
    margin-bottom: 20px;
}

.footer .first_row .item_1 {
    max-width: 224px;
    width: 100%;
}

.footer .first_row .item_2 {
    max-width: 262px;
    width: 100%;
}

.footer .first_row .item_3 {
    max-width: 250px;
    width: 100%;
}

.footer .first_row .item_4 {
    max-width: 231px;
    width: 100%;
}

.footer .first_row .item_5 {
    max-width: 242px;
    width: 100%;
}

.footer .two_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;

}

@media (min-width: 961px) {
    .footer .two_row {
        justify-content: space-between;
    }
}

.footer .two_row .item_1 {
    max-width: 169px;
    width: 100%;
    text-align: center;
}

.footer .two_row .item_1 .company {
    display: block;
    color: #ffffff;
    font-size: 18px;
    line-height: 34px;
    margin-top: 28px;
}

.footer .two_row .item_1 .phone {
    margin-top: 7px;
}

.footer .two_row .item_1 .phone a {
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
}

.footer .two_row .item_1 .phone span {
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
    display: block;
}

.footer .two_row .item_1 .mail {
    opacity: 0.5;
    color: #ffffff;
    line-height: 18px;
    font-size: 16px;
    margin-top: 15px;
    display: block;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.footer .two_row .item_1 .mail:hover {
    opacity: 0.8;
}

.footer .two_row .item_1 .meta {
    text-align: center;
}

.footer .two_row .towns {
    padding-top: 16px;
}

.footer .two_row .towns .town {
    color: #ffd600;
    font-size: 20px;
    line-height: 36px;
}

.footer .two_row .towns .adr {
    opacity: 0.7;
    color: #ffffff;
    line-height: 22px;
    font-size: 14px;
    /*max-width: 204px;*/
    max-width: 246px;
    margin-top: 19px;
}

.footer .two_row .towns .phone_ico {
    background-image: url(../img/phone_icon_footer.svg);
    background-repeat: no-repeat;
    background-position: 1px 6px;
    background-size: 17px;
    padding-left: 28px;
    margin-top: 9px;
    min-height: 26px;
}

.footer .two_row .towns .phone_ico span {
    display: block;
    color: #ffffff;
    font-size: 14px;
}

.footer .two_row .towns .phone_ico span a {
    color: #ffffff;
    font-size: 14px;
}

.footer .two_row .towns .phone_ico span.last {
    padding-left: 10px;
}

.footer .two_row .towns .mail_ico {
    background-image: url(../img/mail_icon_footer.svg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding-left: 32px;
    background-size: 16px;
    margin-top: 16px;
}

.footer .two_row .towns .mail_ico a {
    color: #ffffff;
    font-size: 14px;
}

.footer .two_row .towns.item_2 {
    margin-left: 178px;
    max-width: 283px;
    width: 100%;
}

.footer .two_row .towns.item_2 .year {
    margin-top: 82px;
}

.footer .two_row .towns.item_2 .year span {
    opacity: 0.5;
    color: #ffffff;
    font-size: 16px;
}

.footer .two_row .towns.item_3 {
    max-width: 273px;
    width: 100%;
}

.footer .two_row .towns.item_3 .creator {
    margin-top: 82px;
    margin-top: 102px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Montserrat;
}

.footer .two_row .towns.item_3 .creator span {
    color: #fff;
    font-size: 14px;
    opacity: 0.65;
}

.footer .two_row .towns.item_3 .creator span.semi_red {
    color: #a32637;
    opacity: 1;
}

.footer .two_row .towns.item_3 .creator img {
    width: 20px;
    margin-right: 3px;
    margin-left: 8px;
}

.footer .two_row .towns.item_4 {
    max-width: 250px;
    width: 100%;
    margin-right: 16px;
}

.footer .two_row .towns.item_4 .mail_ico {
    margin-top: 9px;
    background-position: 2px 50%;
}

.footer .two_row .towns.item_5 .mail_ico {
    margin-top: 5px;
    background-position: 2px 50%;
}

.footer .two_row .towns.item_5 .soc_links {
    max-width: 203px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 100px;
}

.footer .two_row .towns.item_5 .soc_links a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
}

.footer .two_row .towns.item_5 .soc_links a:hover {
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.footer .two_row .towns.item_5 .soc_links a.vk {
    background-image: url(../img/footer_vk_icon.svg);
    background-size: 22px;
}

.footer .two_row .towns.item_5 .soc_links a.odn {
    background-image: url(../img/footer_odn_icon.svg);
    background-size: 19px;
}

.footer .two_row .towns.item_5 .soc_links a.inst {
    background-image: url(../img/footer_inst_icon.svg);
    background-size: 17px;
    background-size: 21px;
}

.footer .two_row .towns.item_5 .soc_links a.you_tube {
    background-image: url(../img/footer_you_tube_icon.svg);
    background-size: 20px;
    background-size: 24px;
}

.header_mob {
    display: none;
}

.tovar_item .item {
    width: 275px;
    height: 468px;
    border-radius: 10px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 0 0 2100px rgba(40, 40, 40, 0.45) inset;
    box-shadow: 0 0 0 2100px rgba(40, 40, 40, 0.45) inset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 35px;
    padding-bottom: 40px;
    -webkit-transition: all ease 0.7s;
    -o-transition: all ease 0.7s;
    transition: all ease 0.7s;
    position: relative;
    overflow: hidden;
}

.tovar_item .item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tovar_item .item:hover h4 {
    opacity: 0;
    left: -100%;
}

.tovar_item .item:hover span {
    opacity: 0;
    left: -100%;
}

.tovar_item .item:hover .price {
    opacity: 0;
    left: -100%;
}

.tovar_item .item:hover .link {
    opacity: 0;
    left: -100%;
}

.tovar_item .item:hover .icon_top {
    left: -100%;
    opacity: 0;
}

.tovar_item .item:hover .slider_hover_lupa {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.tovar_item h4 {
    font-weight: 900;
    color: #efefef;
    font-size: 20px;
    margin-bottom: 13px;
    position: relative;
    left: 0;
    -webkit-transition: all ease 0.8s;
    -o-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.tovar_item span {
    color: #efefef;
    font-size: 16px;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
    position: relative;
    left: 0;
}

.tovar_item .item .floors {
    /* margin-bottom: 12px; */
}

.tovar_item .price {
    font-weight: 900;
    color: #efefef;
    font-size: 20px;
    min-height: 84px;
    min-height: 70px;
    position: relative;
    left: 0;
    -webkit-transition: all ease 1.1s;
    -o-transition: all ease 1.1s;
    transition: all ease 1.1s;
}

.tovar_item .price span {
    font-size: 16px;
    font-weight: 400;
    opacity: 1;
    left: 0 !important;
}

.tovar_item .link {
    background-position: 100% 0 !important;
    max-width: 124px;
    position: relative;
    left: 0;
    background-size: 25px;
    -webkit-transition: all ease 0.8s;
    -o-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.tovar_item .link span {
    color: #ffd600;
    font-size: 16px !important;
    text-decoration: underline;
}

.tovar_item .slider_hover_lupa {
    position: absolute;
    top: 25%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.9s;
    -o-transition: all ease 0.9s;
    transition: all ease 0.9s;
}

.tovar_item .icon_top {
    position: absolute;
    left: 33px;
    top: 15px;
    opacity: 1;
    -webkit-transition: all ease 0.8s;
    -o-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.projects__all_projects {
    max-width: 1410px;
    margin: 0 auto;
    margin-top: 65px;
    margin-bottom: 125px;
}

.projects__all_projects .top_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.projects__all_projects .top_row .snoska .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.projects__all_projects .top_row .snoska .items .item {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 29px;
}

.projects__all_projects .top_row .snoska .items .item img {
    margin-right: 5px;
}

.projects__all_projects .tovars {
    margin-top: 26px;
    margin-bottom: 20px;
}

.projects__all_projects .tovars .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 9px;
}

.projects__all_projects .tovars .items .tovar_item {
    margin-bottom: 14px;
    /* width: 275px; */
    /* margin-right: 8.5px; */
    width: calc(33.3333333% - 6px);
}


/* .projects__all_projects .tovars .items .tovar_item:nth-child(5n) {
  margin-right: 0px;
} */

.projects__all_projects .tovars .items .tovar_item:nth-child(3n) {
    margin-right: 0px;
}

.projects__all_projects .tovars .items .tovar_item .item .properties {
    flex-direction: column;
    display: grid;
    margin-bottom: 12px;
}

.yellow_raschet {
    margin-top: 50px;
    max-width: 1440px;
    margin: 0 auto;
}

.yellow_raschet h2 {
    text-align: center;
}

.yellow_raschet .yellow_block_raschet {
    width: 100%;
    height: 377px;
    border-radius: 10px 10px 0 0;
    background-color: #ffd600;
    margin-top: 35px;
    background-image: url(../img/yellow_raschet_bg.png);
    background-repeat: repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 135px;
    overflow: hidden;
}

.yellow_raschet .yellow_block_raschet .left {
    position: relative;
    top: 9px;
}

.yellow_raschet .yellow_block_raschet .left .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.yellow_raschet .yellow_block_raschet .left .item .town {
    font-size: 20px;
    color: #000000;
    display: inline-block;
    min-width: 165px;
}

.yellow_raschet .yellow_block_raschet .left .item p {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
}

.yellow_raschet .yellow_block_raschet .right {
    max-width: 360px;
    width: 100%;
}

.yellow_raschet .yellow_block_raschet .raschet_btn {
    max-width: 360px;
    width: 100%;
    height: 172px;
    border: 2px solid #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    top: 0;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.yellow_raschet .yellow_block_raschet .raschet_btn:hover {
    top: 8px;
}

.yellow_raschet .yellow_block_raschet .raschet_btn img {
    margin-right: 40px;
}

.yellow_raschet .yellow_block_raschet .raschet_btn span {
    font-weight: 900;
    font-size: 39px;
    font-size: 23px;
    text-transform: uppercase;
}

.yellow_raschet .vnimanie_block {
    width: 100%;
    height: 120px;
    border-radius: 0 0 10px 10px;
    background-color: #efefef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.yellow_raschet .vnimanie_block h4 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 3px;
    position: relative;
    top: -5px;
}

.yellow_raschet .vnimanie_block p a {
    color: #ff0000;
    font-weight: 700;
    text-decoration: underline;
}

.yellow_raschet.v_m_y_raschet {
    max-width: 1410px;
}

.yellow_raschet.v_m_y_raschet .yellow_block_raschet {
    background-image: url(../img/v_m_yellow_blc.png);
    background-position: 50% 50%;
    height: 318px;
    margin-top: 28px;
    padding: 0 122px;
}

.rub_icon {
    font-family: "PT Rouble Serif";
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination .prev_btn,
.pagination .next_btn,
.pagination .num,
.pagination .dote {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    background-color: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Montserrat;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin-right: 15px;
}

.pagination .prev_btn {
    background-image: url(../img/arrow_gary.svg);
    background-image: url(../img/link_catalog_arrow.svg);
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-size: 17px;
    background-position: 50% 50%;
    position: relative;
    right: 0;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.pagination .prev_btn:hover {
    right: 6px;
}

.pagination .prev_btn.disabled {
    background-image: url(../img/arrow_gary.svg);
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-size: 17px;
    background-position: 50% 50%;
}

.pagination .next_btn {
    background-image: url(../img/link_catalog_arrow.svg);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: 50% 50%;
    position: relative;
    left: 0;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.pagination .next_btn:hover {
    left: 6px;
}

.pagination .next_btn.disabled {
    background-image: url(../img/arrow_gary.svg);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: 50% 50%;
}

.pagination .num {
    position: relative;
    top: 0;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.pagination .num:hover {
    background-color: #171717;
    color: #ffffff;
}

.pagination .num.active {
    background-color: #171717;
    color: #ffffff;
}

.pagination .num.active:hover {
    top: 0px;
}

.projects_text {
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 40px;
    padding-left: 14px;
}

.projects_text h1 {
    font-weight: 900;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 23px;
}

.projects_text .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.projects_text .items .left {
    max-width: 875px;
    max-width: 855px;
    width: 100%;
    max-width: 100%;
}

.projects_text .items .left p {
    color: #000000;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 18px;
}

.projects_text .items .left p:last-of-type {
    margin-bottom: 0;
}

.projects_text .items .right {
    max-width: 495px;
    max-width: 556px;
    width: 100%;
    margin-left: 24px;
}

.projects_text .items .right .vnimanie_right {
    max-width: 495px;
    width: 100%;
    height: 286px;
    background-color: #efefef;
    text-align: center;
    padding-top: 74px;
    margin-top: 10px;
}

.projects_text .items .right .vnimanie_right h4 {
    font-weight: 700;
    color: #000000;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.projects_text .items .right .vnimanie_right p {
    line-height: 26px;
    font-size: 16px;
}

.projects_text .items .right .vnimanie_right p a {
    color: #ff0000;
    text-decoration: underline;
}

.mob_bottom {
    display: none;
}

.big_house {
    margin-top: 54px;
    margin-bottom: 50px;
}

.big_house h1 {
    color: #000000;
    font-size: 24px;
    font-weight: 900;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.big_house .chto_vhodit_v_domkomplekt {
    max-width: 1410px;
    margin: 0 auto;
    margin-top: 54px;
    padding-left: 33px;
}

.big_house .chto_vhodit_v_domkomplekt h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
}

.big_house .chto_vhodit_v_domkomplekt .items {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.big_house .chto_vhodit_v_domkomplekt .items .left .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 360px;
    margin-bottom: 9px;
}

.big_house .chto_vhodit_v_domkomplekt .items .left .item .num {
    width: 47px;
    height: 47px;
    min-width: 47px;
    min-height: 47px;
    background-color: #ffd600;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000000;
    font-size: 20px;
    margin-right: 25px;
}

.big_house .chto_vhodit_v_domkomplekt .items .left .item .letter {
    font-size: 16px;
    padding-top: 3px;
}

.big_house .chto_vhodit_v_domkomplekt .items .left .item .text {
    font-size: 16px;
}

.big_house .chto_vhodit_v_domkomplekt .items .right .big_house_cnt {
    position: relative;
    top: -35px;
    left: -22px;
}

.big_house .chto_vhodit_v_domkomplekt .items .right .big_house_cnt .circle {
    position: absolute;
    left: 0;
    top: 0;
    width: 34px;
    height: 34px;
    background-color: #ffd600;
    border-radius: 50%;
    color: #000000;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.big_house .chto_vhodit_v_domkomplekt .items .right .big_house_cnt .circle.hovered {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.big_house .chto_vhodit_v_domkomplekt .items .right .big_house_cnt .cr_1 {
    left: 15.5%;
    top: 12%;
}

.big_house .chto_vhodit_v_domkomplekt .items .right .big_house_cnt .cr_2 {
    left: 51.3%;
    top: 28.5%;
}

.big_house .chto_vhodit_v_domkomplekt .items .right .big_house_cnt .cr_3 {
    left: 86.3%;
    top: 33.5%;
}

.big_house .chto_vhodit_v_domkomplekt .items .right .big_house_cnt .cr_4 {
    left: 38%;
    top: 46%;
}

.big_house .chto_vhodit_v_domkomplekt .items .right .big_house_cnt .cr_5 {
    left: 16.5%;
    top: 60.5%;
}

.big_house .chto_vhodit_v_domkomplekt .items .right .big_house_cnt .cr_6 {
    left: 31.5%;
    top: 56.5%;
}

.big_house .chto_vhodit_v_domkomplekt .items .right .big_house_cnt .cr_7 {
    left: 17%;
    top: 78.5%;
}

.big_house .chto_vhodit_v_domkomplekt .items .right .big_house_cnt .cr_8 {
    left: 30.8%;
    top: 76%;
}

.big_house .chto_vhodit_v_domkomplekt .items .right .big_house_cnt .cr_9 {
    left: 56.5%;
    top: 72%;
}

.big_house .chto_vhodit_v_domkomplekt .items .right .big_house_cnt .cr_10 {
    left: 63.6%;
    top: 80%;
}

.big_house .chto_vhodit_v_domkomplekt .items .right .big_house_cnt .cr_11 {
    left: 83%;
    top: 70%;
}

.big_house .chto_vhodit_v_domkomplekt .podtext {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    max-width: 750px;
    margin-left: 73px;
    margin-top: -35px;
}

section.gray_bg {
    width: 100%;
    background-color: #efefef;
}

.domkomplekt_text .content {
    max-width: 1410px;
    margin: 0 auto;
    padding-top: 55px;
    padding-bottom: 55px;
    padding-left: 33px;
    padding-right: 33px;
}

.domkomplekt_text .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.domkomplekt_text .mob_h_d {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.domkomplekt_text .mb_cnt {
    margin-bottom: 38px;
}

.domkomplekt_text .left {
    max-width: 630px;
}

.domkomplekt_text .big_mrg .flx {
    margin-top: 20px;
}

.domkomplekt_text .right {
    max-width: 620px;
    margin-right: 40px;
}

.domkomplekt_text .right .txt_r {
    margin-top: 17px;
    margin-bottom: 17px;
}

.domkomplekt_text h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
}

.domkomplekt_text h3 .num::after {
    content: "-";
}

.domkomplekt_text h3 a {
    color: #ff0000;
    font-size: 14px;
    text-decoration: none;
    text-transform: none;
    background-image: url(../img/link_catalog_arrow.svg);
    display: inline-block;
    min-height: 11px;
    background-repeat: no-repeat;
    background-position: 100% 30%;
    padding-right: 29px;
    background-size: 22px;
    margin-left: 10px;
    position: relative;
    left: 0;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.domkomplekt_text h3 a:hover {
    left: 5px;
    padding-right: 33px;
}

.domkomplekt_text h3 a::after {
    content: "....................................";
    width: calc(100% - 29px);
    position: absolute;
    left: 0;
    top: 7px;
    overflow: hidden;
}

.domkomplekt_text .txt_r {
    font-size: 16px;
    line-height: 19px;
    padding-left: 43px;
    margin-top: 15px;
}

.domkomplekt_text .txt_r .ttu {
    text-transform: uppercase;
    font-weight: 700;
}

.domkomplekt_text .flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    line-height: 20px;
}

.domkomplekt_text .flx .num {
    padding-right: 20px;
    padding-left: 12px;
    padding-top: 2px;
    max-width: 44px;
    min-width: 44px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.domkomplekt_text .num {
    color: #000000;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    min-width: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.domkomplekt_text.s4 .left {
    max-width: 680px;
}

.domkomplekt_text.s4 .right {
    margin-right: 0;
    max-width: 635px;
    padding-top: 40px;
}

.domkomplekt_text.s4 .right .predupregdeine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.domkomplekt_text.s4 .right .predupregdeine p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    margin-left: 30px;
}

.domkomplekt_text.s4 .right .predupregdeine p a {
    color: #ffcb05;
    text-decoration: underline;
}

.no_buy {
    font-size: 16px;
    padding-left: 43px;
    color: #ff0000;
    display: block;
    margin-top: -3px;
}

.domkomplekt_text.s2 .left {
    max-width: 650px;
}

.domkomplekt_text.s5 .right {
    margin-right: 128px;
}

.empty_gray_hr {
    width: 100%;
    height: 12px;
    background-color: #efefef;
    margin-top: 15px;
}

.s1 {
    margin-top: -6px;
}

.reschet_domkomplekt {
    margin-bottom: 100px;
    margin-top: -10px;
    max-width: 1410px;
    margin: 0 auto;
}

.reschet_domkomplekt .top_block {
    height: 101px;
    background-color: #ffdd5c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reschet_domkomplekt .reschet_domkomplekt__form {
    width: 100%;
    margin-top: 5px;
}

.reschet_domkomplekt .reschet_domkomplekt__form .yellow_block {
    background-color: #ffcb05;
    padding-top: 50px;
    padding-bottom: 95px;
}

.reschet_domkomplekt .reschet_domkomplekt__form .white_block {
    margin-top: 23px;
    padding-bottom: 93px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.reschet_domkomplekt .reschet_domkomplekt__form .white_block .left {
    max-width: 842px;
    width: 100%;
}

.reschet_domkomplekt .reschet_domkomplekt__form .white_block .left .items_cnt .item {
    height: 39px;
    padding-left: 122px;
    padding-right: 27px;
}

.reschet_domkomplekt .reschet_domkomplekt__form .white_block .left .items_cnt .item .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reschet_domkomplekt .reschet_domkomplekt__form .white_block .left .items_cnt .item.gray {
    background-color: #efefef;
}

.reschet_domkomplekt .reschet_domkomplekt__form .white_block .left .items_cnt .item.mega_gray {
    background-color: #dcdcdc;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reschet_domkomplekt .reschet_domkomplekt__form .white_block .right {
    max-width: 315px;
    width: 100%;
    margin-right: 120px;
}

.reschet_domkomplekt .reschet_domkomplekt__form .white_block .right .price_fo_form {
    padding-top: 50px;
}

.reschet_domkomplekt .reschet_domkomplekt__form .white_block .right .price_fo_form .item {
    text-align: right;
    margin-bottom: 40px;
}

.reschet_domkomplekt .reschet_domkomplekt__form .white_block .right .price_fo_form .item .title {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}

.reschet_domkomplekt .reschet_domkomplekt__form .white_block .right .price_fo_form .item .price {
    color: #000000;
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
    display: block;
    margin-top: 1px;
}

.reschet_domkomplekt .reschet_domkomplekt__form .white_block .right .price_fo_form .item .price .rub_icon {
    font-size: 30px;
    font-weight: 400;
    position: relative;
    top: -2px;
    left: -3px;
}

.reschet_domkomplekt .reschet_domkomplekt__form .white_block .right .submit_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.reschet_domkomplekt .reschet_domkomplekt__form .white_block .right .submit_btn .submit_inp {
    max-width: 301px;
    width: 100%;
    height: 60px;
    margin-top: 55px;
    position: relative;
    left: 0;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.reschet_domkomplekt .reschet_domkomplekt__form .white_block .right .submit_btn .submit_inp:hover {
    left: 5px;
}

.reschet_domkomplekt .reschet_domkomplekt__form .white_block .title,
.reschet_domkomplekt .reschet_domkomplekt__form .white_block .text {
    color: #5a5a5a;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.reschet_domkomplekt .reschet_domkomplekt__form .white_block .text {
    min-width: 211px;
    color: #000000;
}

.reschet_domkomplekt .reschet_domkomplekt__form .white_block .title.big {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.reschet_domkomplekt .reschet_domkomplekt__form .control {
    padding-left: 40px;
}

.reschet_domkomplekt .reschet_domkomplekt__form .hr_y_f {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    height: 1px;
    background-color: #bf9700;
    margin-top: 35px;
    margin-bottom: 35px;
}

.reschet_domkomplekt .reschet_domkomplekt__form .hr_y_f.hr_y_f_2 {
    margin-bottom: 25px;
}

.reschet_domkomplekt .reschet_domkomplekt__form .mr__row_itm {
    margin-right: 35px;
}

.reschet_domkomplekt .reschet_domkomplekt__form .y_b_cnt {
    max-width: 1170px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.reschet_domkomplekt .reschet_domkomplekt__form .y_b_cnt .left,
.reschet_domkomplekt .reschet_domkomplekt__form .y_b_cnt .right {
    max-width: 570px;
    width: 100%;
}

.reschet_domkomplekt .reschet_domkomplekt__form .y_b_cnt .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reschet_domkomplekt .reschet_domkomplekt__form .y_b_cnt .items.row_itms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.reschet_domkomplekt .reschet_domkomplekt__form .y_b_100 {
    max-width: 1170px;
    margin: 0 auto;
}

.reschet_domkomplekt .reschet_domkomplekt__form .y_b_100 .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.reschet_domkomplekt .reschet_domkomplekt__form .y_b_100 .items .item {
    max-width: 570px;
    width: 100%;
}

.reschet_domkomplekt .reschet_domkomplekt__form .mtradio {
    margin-top: 31px;
}

.reschet_domkomplekt .reschet_domkomplekt__form .y_b_m {
    margin-top: 30px;
    margin-bottom: 35px;
}

.reschet_domkomplekt .reschet_domkomplekt__form .inp_num {
    max-width: 570px;
    height: 43px;
    width: 100%;
    padding-left: 20px;
    padding-right: 60px;
}

.reschet_domkomplekt .reschet_domkomplekt__form .inp_select {
    max-width: 570px;
    height: 43px;
    width: 100%;
    background-size: 24px;
    background-position: 96.7% 60%;
    padding-left: 20px;
    padding-right: 60px;
}

.reschet_domkomplekt .reschet_domkomplekt__form .inp_select:disabled {
    color: #a2a2a2;
}

.reschet_domkomplekt .reschet_domkomplekt__form .inp_select option:disabled {
    color: #a2a2a2;
}

.reschet_domkomplekt .reschet_domkomplekt__form .inp_select[disabled="disabled"]::-ms-value {
    color: #a2a2a2;
}

.reschet_domkomplekt .reschet_domkomplekt__form .title {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    display: block;
    margin-bottom: 15px;
}

.reschet_domkomplekt .reschet_domkomplekt__form .title.mini_margin {
    margin-bottom: 6px;
}

.reschet_domkomplekt .reschet_domkomplekt__form .title.mini_margin_2 {
    margin-bottom: 10px;
}

.reschet_domkomplekt .reschet_domkomplekt__form .osobiy_margin {
    margin-top: 16px;
}

.reschet_domkomplekt .reschet_domkomplekt__form .title.mini_text {
    font-size: 16px;
}

.reschet_domkomplekt .reschet_domkomplekt__form .mr_y_b {
    margin-right: 33px;
}

.reschet_domkomplekt .reschet_domkomplekt__form .mr_y_b__mini {
    margin-right: 15px;
}

.reschet_domkomplekt .reschet_domkomplekt__form .mtradio .control {
    padding-left: 37px;
}

.reschet_domkomplekt .material_sip_panel {
    display: none;
}

.reschet_domkomplekt .uplotnitel_csp {
    display: none;
}

.reschet_domkomplekt .material_narug_steni {
    display: none;
}

.reschet_domkomplekt .uplotnitel_narug_steni {
    display: none;
}

.reschet_domkomplekt .megkomnt_per {
    display: none;
}

.yellow_raschet__tessssstt {
    margin-top: 400px;
}

.prj_s_house {
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.prj_s_house .left {
    max-width: 857px;
    width: 100%;
}

.prj_s_house .left .meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 12px;
    padding-left: 11px;
}

.prj_s_house .left .meta h1 {
    color: #000000;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
}

.prj_s_house .left .meta .price {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin-left: 39px;
}

.prj_s_house .left .meta .price span {
    color: #ff0000;
    color: #000;
    text-decoration: underline;
}

.prj_s_house .left .meta .price span.item {
    text-decoration: none;
    color: #000;
}

.prj_s_house .left .meta .price a {
    color: #ff0000;
    text-decoration: underline;
}

.prj_s_house .left .meta .price span.rub_icon {
    text-decoration: none;
    position: relative;
    left: -3px;
}

.prj_s_house .right {
    max-width: 555px;
    width: 100%;
}

.prj_s_house .right .haracteristiki {
    margin-top: 27px;
}

.prj_s_house .right .haracteristiki .items .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 39px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 46px;
    padding-right: 46px;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}

.prj_s_house .right .haracteristiki .items .item span:first-of-type {
    max-width: 215px;
    width: 100%;
}

.prj_s_house .right .haracteristiki .items .item span:last-of-type {
    max-width: 110px;
    width: 100%;
}

.prj_s_house .right .haracteristiki .items .item.big {
    background-color: #dcdcdc;
    height: 50px;
    font-weight: 700;
    text-transform: uppercase;
}

.prj_s_house .right .haracteristiki .items .item.last {
    border-bottom: 1px solid #efefef;
    height: 63px;
}

.prj_s_house .right .haracteristiki .white_gray {
    margin-bottom: 5px;
}

.prj_s_house .right .haracteristiki .white_gray .item:nth-child(2n) {
    background-color: #efefef;
}

.prj_s_house .y_b__credit {
    max-width: 555px;
    width: 100%;
    height: 54px;
    background-color: #ffcb05;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.prj_s_house .y_b__credit:hover {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.prj_s__slider {
    margin-top: 40px;
}

.prj_s__slider .mini_photos {
    position: relative;
    max-width: 795px;
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
}

.prj_s__slider .mini_photos .item img {
    width: 195px;
    height: 118px;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer;
}

.prj_s__slider .mini_photos .slick-arrow {
    position: absolute;
    z-index: 5;
    top: 41px;
    right: 0;
}

.prj_s__slider .mini_photos .slick-prev {
    width: 30px;
    height: 30px;
    background-image: url(../img/arrow_prj_left.png);
    background-size: 17px;
    border: none;
    outline: none;
    background-color: transparent;
    background-position: 50% 50%;
    text-indent: -99999999px;
    left: -39px;
    background-repeat: no-repeat;
    -webkit-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.prj_s__slider .mini_photos .slick-next {
    width: 30px;
    height: 30px;
    background-image: url(../img/arrow_prj_right.png);
    background-size: 17px;
    border: none;
    outline: none;
    background-color: transparent;
    background-position: 50% 50%;
    text-indent: -99999999px;
    right: -39px;
    background-repeat: no-repeat;
    -webkit-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.prj_s__slider .mini_photos .slick-slide {
    margin: 0 5px;
}

.prj_s__slider .mini_photos .slick-slide.with-icon-video {
    position: relative;
}

.prj_s__slider .mini_photos .slick-slide.with-icon-video video {
    width: 195px;
    height: 118px;
    -o-object-fit: cover;
    object-fit: cover;
}


.prj_s__slider .mini_photos .slick-slide.with-icon-video::after {
    content: '';
    width: 40px;
    height: 40px;
    background: url(/local/templates/virmak/assets/img/video-camera.svg) center/cover no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-filter: drop-shadow(0 4px 3px rgba(0, 0, 0, .5));
    filter: drop-shadow(0 4px 3px rgba(0, 0, 0, .5));
}

@media (max-width: 767px) {
    .prj_s__slider .mini_photos .slick-slide.with-icon-video video {
        width: 96px;
        height: 60px;
    }

    .prj_s__slider .mini_photos .slick-slide.with-icon-video::after {
        width: 30px;
        height: 30px;
    }
}


.prj_s__slider .mini_photos .slick-list {
    margin: 0 -5px;
}

.prj_s__slider .prj_s__slider__big_photos img {
    width: 857px;
    height: 542px;
    -o-object-fit: cover;
    object-fit: cover;
}

.prj_s__slider__big_photos .catalog-video-bg {
    width: 100%;
    height: 542px;
    object-fit: contain;
}

@media (max-width: 767px) {
    .prj_s__slider__big_photos .catalog-video-bg {
        height: auto;
    }
}

.plan_house {
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 44px;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.plan_house .left {
    max-width: 585px;
    width: 100%;
    margin-left: 134px;
}

.plan_house .right {
    max-width: 555px;
    width: 100%;
    padding-top: 42px;
}

.plan_house .right .dop {
    max-width: 555px;
    width: 100%;
    background-color: #f7f7f7;
    padding: 42px 45px;
    padding-right: 9px;
}

.plan_house .right .dop .items .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 34px;
}

.plan_house .right .dop .items .item:last-of-type {
    margin-top: 50px;
    margin-bottom: 21px;
}

.plan_house .right .dop .items .item p {
    max-width: 309px;
    width: 100%;
    font-size: 16px;
    line-height: 32px;
    text-decoration: underline;
}

.plan_house .right .dop .items .item span {
    max-width: 178px;
    width: 100%;
    text-align: right;
    display: block;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
}

.plan_house .plan_house__slider .item {
    z-index: 5;
    position: relative;
}

.plan_house .plan_house__slider .item:hover .slider_hover_lupa {
    top: 50%;
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.plan_house .plan_house__slider .item .slider_hover_lupa {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.9s;
    -o-transition: all ease 0.9s;
    transition: all ease 0.9s;
}

.plan_house .plan_house__slider .item p {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    left: -14px;
    margin-bottom: 2px;
}

.plan_house .plan_house__slider .slick-arrow {
    position: absolute;
    z-index: 5;
    top: 50%;
    right: 0;
}

.plan_house .plan_house__slider .slick-prev {
    width: 30px;
    height: 30px;
    background-image: url(../img/arrow_prj_left.png);
    background-size: 17px;
    border: none;
    outline: none;
    background-color: transparent;
    background-position: 50% 50%;
    text-indent: -99999999px;
    left: -88px;
    background-repeat: no-repeat;
    -webkit-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.plan_house .plan_house__slider .slick-next {
    width: 30px;
    height: 30px;
    background-image: url(../img/arrow_prj_right.png);
    background-size: 17px;
    border: none;
    outline: none;
    background-color: transparent;
    background-position: 50% 50%;
    text-indent: -99999999px;
    right: -73px;
    background-repeat: no-repeat;
    -webkit-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.plan_house .plan_house__slider .slick-disabled {
    opacity: 0.7;
}

.zakazhiki {
    max-width: 1250px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.zakazhiki h2 {
    text-align: center;
    margin-bottom: 5px;
}

.zakazhiki .zakazhiki_p {
    text-align: center;
    color: #000000;
    font-size: 16px;
}

.zakazhiki .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
}

.zakazhiki .left {
    max-width: 751px;
    width: 100%;
    height: 327px;
    background-color: #efefef;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.zakazhiki .left .text {
    padding-left: 80px;
    padding-top: 28px;
}

.zakazhiki .left .text .row_1 {
    margin-bottom: 17px;
}

.zakazhiki .left .text .row_1 p::before {
    content: "-";
    padding-right: 2px;
}

.zakazhiki .left .text h4 {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
}

.zakazhiki .left .text p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

.zakazhiki .left .text p.red {
    color: #ff0000;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    margin-top: 10px;
}

.zakazhiki .right {
    max-width: 500px;
    width: 100%;
    height: 327px;
    background-color: #000000;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.zakazhiki .right .text {
    max-width: 330px;
    margin: 0 auto;
    margin-top: 62px;
}

.zakazhiki .right h4 {
    font-weight: 700;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 8px;
}

.zakazhiki .right p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 36px;
}

.zakazhiki .right p a {
    color: #ff0000;
    font-weight: 700;
    text-decoration: underline;
    font-size: 20px;
}

.box_sip_panel {
    max-width: 1424px;
    margin: 0 auto;
    padding-top: 33px;
    padding-bottom: 33px;
}

.box_sip_panel h2 {
    text-align: center;
}

.box_sip_panel .home_circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 56px;
}

.box_sip_panel .home_circle .left {
    max-width: 560px;
    width: 100%;
}

.box_sip_panel .home_circle .left .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.box_sip_panel .home_circle .left .item .flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2px;
}

.box_sip_panel .home_circle .left .item .flx h4 {
    margin-right: 5px;
}

.box_sip_panel .home_circle .left .item .text {
    margin-top: 7px;
}

.box_sip_panel .home_circle .left .item .num {
    width: 47px;
    height: 47px;
    min-width: 47px;
    min-height: 47px;
    background-color: #ffd600;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000000;
    font-size: 20px;
    margin-right: 16px;
}

.box_sip_panel .home_circle .left .item p {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 17px;
}

.box_sip_panel .home_circle .left .item p.f16 {
    font-size: 16px;
    margin-bottom: 0;
}

.box_sip_panel .home_circle .left .item p.block {
    margin-top: -4px;
}

.box_sip_panel .home_circle .left .item .h5_letter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.box_sip_panel .home_circle .left .item .h5_letter .letter_span {
    color: #ba0000;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    position: absolute;
    left: -26px;
    /* left: -38px; */
    padding-top: 3px;
}

.box_sip_panel .home_circle .left .item .h5_letter__2 {
    margin-top: -17px;
}

.box_sip_panel .home_circle .left .item h5 {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    margin-top: 13px;
    margin-bottom: 8px;
}

.box_sip_panel .home_circle .left .item p.italic {
    font-style: italic;
    margin-top: -7px;
}

.box_sip_panel .home_circle .left .item h4 {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
}

.box_sip_panel .home_circle .right .big_house_cnt {
    left: -20px;
    top: 100px;
    position: relative;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    left: 34px;
    top: 0;
}

.box_sip_panel .home_circle .right .circle {
    position: absolute;
    left: 0;
    top: 0;
    width: 34px;
    height: 34px;
    background-color: #ffd600;
    border-radius: 50%;
    color: #000000;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.box_sip_panel .home_circle .right .circle.hovered {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}

.box_sip_panel .home_circle .right .cr_1 {
    left: 53%;
    top: -1%;
}

.box_sip_panel .home_circle .right .cr_2 {
    left: 13.5%;
    top: 29%;
}

.box_sip_panel .home_circle .right .cr_3 {
    left: 57.5%;
    top: 45%;
}

.box_sip_panel .home_circle .right .cr_4 {
    left: 73.5%;
    top: 36%;
}

.box_sip_panel .home_circle .right .cr_5 {
    left: 12%;
    top: 82%;
}

.box_sip_panel .home_circle .right .cr_6 {
    left: 23%;
    top: 82%;
}

.box_sip_panel .home_circle .right .cr_7 {
    left: 29.5%;
    top: 80%;
}

.box_sip_panel .home_circle .right .cr_8 {
    left: 64.5%;
    top: 71%;
}

.box_sip_panel .home_circle .right .cr_9 {
    left: 67%;
    top: 81%;
}

.box_sip_panel .home_circle .right .cr_10 {
    left: 81%;
    top: 86%;
}

.text_prj_single {
    max-width: 1410px;
    margin: 0 auto;
    margin-top: 22px;
    margin-bottom: 35px;
}

.text_prj_single p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.text_prj_single h2 {
    margin-bottom: 34px;
}

.text_prj_single .row_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.text_prj_single .row_text .left {
    max-width: 585px;
    width: 100%;
}

.text_prj_single .row_text .right {
    max-width: 660px;
    width: 100%;
    margin-right: 29px;
}

.text_prj_single .row_text .right h2 {
    margin-bottom: 38px;
}

.text_prj_single .row_text .right .circle_p {
    max-width: 510px;
}

.text_prj_single .row_text.row_text__2 {
    margin-top: 29px;
}

.text_prj_single .row_text.row_text__2 h2 {
    margin-bottom: 25px;
}

.text_prj_single .num_p .item {
    margin-bottom: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.text_prj_single .num_p .item .num {
    color: #000000;
    font-size: 24px;
    font-weight: 900;
    min-width: 28px;
}

.text_prj_single .circle_p p {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15.5px;
    padding-left: 19px;
    line-height: 21px;
}

.text_prj_single .circle_p p::before {
    content: "";
    width: 14px;
    min-width: 14px;
    min-height: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #000000;
    margin-top: 3px;
    position: relative;
    left: -19px;
}

.text_prj_single .bold {
    font-weight: 700;
}

.prj_s_form {
    margin-top: 48px;
}

.prj_s_form .prj_s_form__cnt {
    max-width: 1230px;
    margin: 0 auto;
}

.prj_s_form .prj_s_form__cnt .top_cnt {
    background-color: #ffdd5c;
    padding-top: 42px;
    padding-bottom: 39px;
    border-bottom: 2px solid #fff;
}

.prj_s_form .prj_s_form__cnt .top {
    background-color: #ffdd5c;
    max-width: 1075px;
    margin: 0 auto;
}

.prj_s_form .prj_s_form__cnt .top .price::before {
    opacity: 0.5;
}

.prj_s_form .prj_s_form__cnt .bottom__cnt {
    background-color: #ffcb05;
    padding-top: 41px;
    padding-bottom: 20px;
}

.prj_s_form .prj_s_form__cnt .bottom {
    background-color: #ffcb05;
    max-width: 1075px;
    margin: 0 auto;
}

.prj_s_form .prj_s_form__cnt .bottom .price::before {
    opacity: 0.3;
}

.prj_s_form .d_b {
    display: block;
}

.prj_s_form .che_pr_2 {
    margin-top: 17px;
}

.prj_s_form .che_pr_3 {
    margin-top: 13px;
}

.prj_s_form .op_0_8 {
    opacity: 0.8;
}

.prj_s_form .che_pr_1 {
    margin-top: 20px;
}

.prj_s_form .hr {
    width: 100%;
    height: 1px;
    background-color: #bf9700;
    margin-top: 25px;
    margin-bottom: 25px;
}

.prj_s_form .hr.hr_2 {
    margin-top: 32px;
    margin-bottom: 32px;
}

.prj_s_form .hr.hr_3 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.prj_s_form .mt_b {
    margin-bottom: 23px;
}

.prj_s_form .prj_s_form__zakaz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.prj_s_form .prj_s_form__zakaz input {
    width: 282px;
    height: 60px;
    background-color: #e6f8f5;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    color: #000000;
    font-family: Merriweather;
    font-size: 16px;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.prj_s_form .prj_s_form__zakaz input:hover {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.prj_s_form .p_b_1 {
    max-width: 740px;
    margin-top: 8px;
    line-height: 23px;
}

.prj_s_form .big {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 7px;
}

.prj_s_form .price {
    margin-left: auto;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.prj_s_form .price::before {
    content: "..........................................................................................................................................................................................................................................................................";
    overflow: hidden;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: 8px;
    position: relative;
    right: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    top: 5px;
}

.prj_s_form .price p {
    font-size: 24px;
    font-weight: 900;
}

.prj_s_form .check_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.prj_s_form .check_price .control {
    font-size: 20px;
    padding-left: 40px;
    padding-top: 8px;
}

.prj_s_form .check_price h4 {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
}

.prj_s_form .check_price h4 a {
    color: #ff0000;
    font-size: 16px;
    text-decoration: underline;
}

.prj_s_form .check_price .item {
    margin-right: 5px;
}

.prj_s_form .check_price.mt {
    margin-top: 30px;
}

.prj_s_form p.mini {
    opacity: 0.8;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}

.prj_s_form p.mini.ml {
    margin-left: 41px;
}

.prj_s_form .itogs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 52px;
}

.prj_s_form .itogs .left h4 {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
}

.prj_s_form .itogs .right {
    text-align: right;
    position: relative;
}

.prj_s_form .itogs .right::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #bf9700;
    position: absolute;
    left: 0;
    top: -10px;
}

.prj_s_form .itogs .right .itog_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.prj_s_form .itogs .right .itog_price .t_i {
    color: #000000;
    font-weight: 900;
    font-size: 24px;
    margin-right: 10px;
}

.prj_s_form .itogs .right .itog_price .price_p {
    font-size: 36px;
    font-weight: 900;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.prj_s_form .itogs .right .itog_price .price_p .rub_icon {
    font-size: 24px;
    margin-left: 4px;
}

.primechanie {
    margin-bottom: 60px;
}

.primechanie .primechanie_cnt {
    max-width: 1440px;
    margin: 0 auto;
    background-image: url(../img/primechanie__bg.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.primechanie .primechanie_cnt h2 {
    color: #000000;
    font-size: 24px;
    font-weight: 900;
    line-height: 32px;
    text-align: center;
}

.primechanie .primechanie_cnt .text {
    max-width: 1225px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 58px;
}

.primechanie .primechanie_cnt .text p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

.primechanie .primechanie_cnt .text .p_center {
    text-align: center;
}

.primechanie .primechanie_cnt .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 41px;
}

.primechanie .primechanie_cnt .items .left {
    max-width: 610px;
}

.primechanie .primechanie_cnt .items .right {
    max-width: 555px;
}

.primechanie .primechanie_cnt .items .right p {
    margin-bottom: 32px;
}

.primechanie .primechanie_cnt .items .right p:last-of-type {
    margin-bottom: 0;
}


/* =============================== About Page ========================== */


/* --------------------- About Company Section ------------------ */

.container-1440 {
    position: relative;
    max-width: 1470px;
    padding: 0 15px;
    margin: 0 auto;
}

.container-1320 {
    position: relative;
    max-width: 1350px;
    padding: 0 15px;
    margin: 0 auto;
}

.aside-contacts {
    width: 100%;
}

.aside-contacts__title {
    background-color: #020202;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100px;
}

.aside-contacts__title h2 {
    color: #ffffff;
}

.aside-contacts__container {
    margin: 6px 0 0 0;
    background-color: #e0e0e0;
    padding: 35px 65px 65px 70px;
    padding: 35px 65px 65px 55px;
}

.aside-contacts__item {
    line-height: 24px;
    line-height: 18px;
    margin: 0 0 40px 0;
    height: 48px;
}

.aside-contacts__item:last-child {
    margin: 0;
}

.aside-contacts__item span {
    font-weight: 700;
}

.aside-useful-links {
    width: 100%;
}

.aside-useful-links__title {
    height: 76px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.aside-useful-links__container {
    padding: 40px 30px 53px 70px;
    border: 2px solid rgba(0, 0, 0, 0.16);
}

.aside-useful-links__item {
    text-decoration: underline;
    display: block;
    margin: 0 0 32px 0;
}

.aside-useful-links__item:last-child {
    margin: 0;
}

.about-company {
    margin: 60px 0 0 0;
}

.about-company__container {
    margin: 50px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about-company__col-1 {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 74.09722%;
    flex: 0 0 74.09722%;

    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.about-company__para-1 {
    line-height: 28px;
    padding: 0 100px 0 18px;
}

.about-company__para-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 42px 0 0 0;
}

.about-company__para-2-text {
    position: absolute;
    background-color: #fff;
    width: 61.85567%;
    padding: 10px 48px 0 18px;
    line-height: 28px;
}

.about-company__para-2-text h3 {
    margin: 0 0 30px 0;
    font-weight: 700;
}

.about-company__para-2-text p {
    margin: 0 0 15px 0;
}

.about-company__para-2-text p:last-child {
    margin: 0;
}

.about-company__para-2-text p span {
    font-weight: 700;
}

.about-company__para-2-image {
    width: 100%;
}

.about-company__para-2-image img {
    float: right;
}

.about-company__presentation {
    margin: 70px 0 0 18px;
}

.about-company__presentation-title {
    margin: 0 0 28px 0;
}

.about-company__para-3 {
    margin: 50px 0 0 0;
    padding: 0 50px 0 60px;
}

.about-company__para-3 span {
    font-weight: 700;
}

.about-company__para-3 .row-1 {
    line-height: 28px;
}

.about-company__para-3 .row-2 {
    margin: 30px 0 40px 0;
    line-height: normal;
}

.about-company__para-3 .row-2 p {
    margin: 0 0 20px 0;
}

.about-company__para-3 .row-2 p:last-child {
    margin: 0;
}

.about-company__para-3 .row-3 {
    font-weight: 700;
}

.about-company__col-2 {
    margin: 0 0 0 12px;
    width: 100%;
    display: none !important;
}

.videos {
    background-color: #e0e0e0;
    padding: 20px 25px 10px 18px;
    margin: 0 0 36px 0;
    width: 100%;
}

.videos__title {
    font-weight: 700;
    padding: 0 0 20px 45px;
}

.videos__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.videos__container a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-weight: 400;
    text-decoration: underline;
}

.videos__container img {
    margin: 0 15px 0 0;
}

.videos__item {
    height: 60px;
}


/* --------------------- Scale Image  ------------------ */

.scale-image {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 40%;
    left: 45%;
    opacity: 0;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover .scale-image {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}


/* --------------------- Certificates Section ------------------ */

.certificates {
    margin: 25px 0 0 0;
}

.certificates__row-1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.certificates__row-1-text {
    position: absolute;
    right: 0;
    width: 629px;
    padding: 30px 60px 32px 46px;
    background-color: #ffffff;
}

.certificates__row-1-text p {
    line-height: 28px;
    margin: 0 0 20px 0;
}

.certificates__row-1-text p:last-child {
    margin: 0;
}

.certificates__row-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 40px;
    margin: 56px 0 0 0;
}

.certificates__row-2-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43.05556%;
    flex: 0 0 43.05556%;
}

.certificates__row-2-text p {
    line-height: 28px;
    margin: 0 0 20px 0;
}

.certificates__row-2-text p:last-child {
    margin: 0;
}

.certificates__row-2-text p span {
    font-weight: 700;
}

.certificates__row-2-image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.certificates__row-2-image {
    position: relative;
    cursor: pointer;
}

.certificates__row-2-image:first-child {
    margin: 0 30px 0 0;
}

.certificates__row-2-image .scale-image {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 40%;
    left: 45%;
    opacity: 0;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.certificates__row-2-image:hover .scale-image {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.certificates__row-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 45px 0 0 0;
}

.certificates__row-3-image {
    position: relative;
    cursor: pointer;
    margin: 0 36px 0 0;
}

.certificates__row-3-image img {
    width: 100%;
}

.certificates__row-3-image .scale-image {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 40%;
    left: 45%;
    opacity: 0;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.certificates__row-3-image:hover .scale-image {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.certificates__row-3-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 740px;
    flex: 0 0 740px;
    line-height: 28px;
}

.certificates__row-3-text p {
    margin: 0 0 20px 0;
}

.certificates__row-3-text p:first-child {
    padding: 0 300px 0 0;
    font-weight: 700;
    padding: 0;
}

.certificates__row-3-text p span {
    color: #ffcb05;
    text-decoration: underline;
}

.certificates__row-4 {
    margin: 45px 0 0 0;
}

.certificates__row-4-title {
    font-weight: 700;
    margin: 0 0 34px 0;
}

.certificates__row-4-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.certificates__row-4-img {
    position: relative;
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 24%;
    flex: 0 1 24%;
}

.certificates__row-4-img img {
    max-width: 100%;
}

.certificates__row-4-img .scale-image {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 40%;
    left: 45%;
    opacity: 0;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.certificates__row-4-img:hover .scale-image {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}


/* --------------------- Bulid Experience Section ------------------ */

.build-exp {
    margin: 90px 0 0 0;
}

.build-exp__subtitle {
    line-height: 28px;
    margin: 25px 300px 40px 0;
}

.build-exp__para-1-row-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.build-exp__number {
    position: absolute;
    width: 31px;
    height: 31px;
    background-color: #ffcb05;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.build-exp__number p {
    font-size: 20px;
    font-weight: 900;
}

.build-exp__para-text {
    padding: 0 0 0 44px;
    line-height: 28px;
}

.build-exp__para-row-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0 40px 0;
}

.build-exp__para-image {
    position: relative;
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.33333%;
    flex: 0 1 33.33333%;
    padding: 0 4px 0 0;
}

.build-exp__para-image .scale-image {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 40%;
    left: 45%;
    opacity: 0;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.build-exp__para-image:hover .scale-image {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}


/* --------------------- Why Us Section ------------------ */

.why-us {
    margin: 55px 0 90px 0;
}

.why-us__subtitle {
    margin: 8px 0 20px 0;
}

.why-us__para-1-row-1 > p {
    font-weight: 700;
    padding: 0 0 0 44px;
    line-height: 28px;
}

.why-us__num {
    position: absolute;
    width: 31px;
    height: 31px;
    background-color: #ffcb05;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.why-us__num p {
    font-size: 20px;
    font-weight: 900;
}

.why-us__para-1-row-2 {
    margin: 28px 260px 0 0;
    line-height: 28px;
}

.why-us__para-1-row-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0 35px 0;
}

.why-us__image {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0 0 37.51% 0;
}

.why-us__image:last-child {
    margin: 0 0 0 4px;
}

.why-us__image-1 {
    background-image: url("../img/why-us-image-1.png");
}

.why-us__image-2 {
    background-image: url("../img/why-us-image-2.png");
}

.why-us__para-1-row-4 {
    line-height: 28px;
}

.why-us__para-2 {
    margin: 28px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.why-us__col-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}

.why-us__col-1 .row > p {
    padding: 0 0 0 44px;
    line-height: 28px;
    margin: 0 0 24px 0;
    text-align: justify;
}

.why-us__image-3 img {
    display: block;
    margin: 0 auto;
}

.why-us__col-2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    padding: 0 0 0 30px;
}

.why-us__col-2 .row > p {
    padding: 0 0 0 44px;
    line-height: 28px;
    margin: 0 0 24px 0;
    text-align: justify;
}

.why-us__attention {
    margin: 75px 0 0 0;
    padding: 0 15px 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.why-us__attention p {
    font-weight: 700;
    line-height: 28px;
    padding: 0 0 0 15px;
}

.why-us__attention a {
    color: #ffca05;
    text-decoration: underline;
}


/* ========================= Certificates Page ========================= */

.certificates-grid {
    margin: 60px 0 130px 0;
}

.certificates-grid__title {
    margin: 0 0 80px 0;
}

.certificates-grid__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.certificates-grid__col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 74.09722%;
    flex: 0 0 74.09722%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.certificates-grid__item {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 31%;
    flex: 0 1 31%;
    padding: 0 0 38px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.certificates-grid__item .scale-image {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 37%;
    opacity: 0;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.certificates-grid__item:hover {
    -webkit-filter: brightness(75%);
    filter: brightness(75%);
}

.certificates-grid__item:hover .scale-image {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.certificates-grid__col-2 {
    width: 100%;
}


/* ========================= Build Calculator Page ========================= */

.build-calc {
    margin: 55px 0 0 0;
}

.build-calc__title {
    padding: 0 400px 0 0;
    line-height: 36px;
}

.build-calc__container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0 0 0;
}

.build-calc__col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 74.09722%;
    flex: 0 0 74.09722%;
}

.build-calc__subtitle {
    width: 100%;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ffdd5c;
}

.build-calc__sizes {
    margin: 6px 0 0 0;
    padding: 25px 0 75px 0;
    background-color: #ffcb05;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.build-calc__description {
    margin: 80px 0 0 0;
}

.build-calc__col-2 {
    width: 100%;
    margin: 0 0 0 12px;
}

.sizes-item {
    width: 39.45642%;
}

.sizes-item:first-child {
    margin: 0 28px 0 0;
}

.sizes-item__title {
    font-size: 20px;
    margin: 0 0 15px 0;
}

.sizes-item__select {
    padding: 0 15px 0 0;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 43px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sizes-item__input {
    font-family: Merriweather;
    border: 0;
    font-size: 16px;
    margin: 0 0 0 16px;
    width: 100%;
}

.sizes-item__up {
    border: 0;
    border-radius: 0;
    background: transparent;
    display: block;
    background-image: url("../img/size-select-up.png");
    background-size: cover;
    background-position: center;
    padding-bottom: 50%;
    margin-bottom: 6px;
}

.sizes-item__down {
    border: 0;
    border-radius: 0;
    background: transparent;
    display: block;
    background-image: url("../img/select_arrow.png");
    background-size: cover;
    background-position: center;
    padding-bottom: 50%;
}

.calc-floors-number {
    padding: 0 14px 0 0;
}

.calc-floors-number__title {
    text-align: center;
    margin: 33px 0 50px 0;
}

.calc-floors-number__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.calc-floors-number__items #item-1 .calc-floors-number__item-picture {
    background-image: url(../img/floor-1_1.png);
}

.calc-floors-number__items #item-1 .calc-floors-number__item-picture.selected {
    background-image: url(../img/floor-1.png);
}

.calc-floors-number__items #item-2 .calc-floors-number__item-picture {
    background-image: url(../img/floor-2_2.png);
}

.calc-floors-number__items #item-2 .calc-floors-number__item-picture.selected {
    background-image: url(../img/floor-2.png);
}

.calc-floors-number__items #item-3 .calc-floors-number__item-picture {
    background-image: url(../img/floor-3_3.png);
}

.calc-floors-number__items #item-3 .calc-floors-number__item-picture.selected {
    background-image: url(../img/floor-3.png);
}

.calc-floors-number__items #item-4 .calc-floors-number__item-picture {
    background-image: url(../img/floor-4_4.png);
}

.calc-floors-number__items #item-4 .calc-floors-number__item-picture.selected {
    background-image: url(../img/floor-4.png);
}

.calc-floors-number__items #item-5 .calc-floors-number__item-picture {
    background-image: url(../img/floor-5_5.png);
}

.calc-floors-number__items #item-5 .calc-floors-number__item-picture.selected {
    background-image: url(../img/floor-5.png);
}

.calc-floors-number__items #item-6 .calc-floors-number__item-picture {
    background-image: url(../img/floor-6_6.png);
}

.calc-floors-number__items #item-6 .calc-floors-number__item-picture.selected {
    background-image: url(../img/floor-6.png);
}

.calc-floors-number__item {
    padding: 0 38px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666%;
    flex: 0 0 16.6666%;
    cursor: pointer;
}

.calc-floors-number__item-title {
    font-weight: 700;
    margin: 0 0 18px 0;
}

.calc-floors-number__item-picture {
    min-height: 165px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
}

.params-and-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 80px 0 0 0;
    padding: 0 52px 0 0;
}

.params-and-total__params {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 59.04405%;
    flex: 0 0 59.04405%;
    border-bottom: 4px solid #efefef;
}

.params-and-total__params-title {
    background-color: #dcdcdc;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 34px;
    font-weight: 700;
    text-transform: uppercase;
}

.params-and-total__param {
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 57px 0 34px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.params-and-total__param-2 {
    background-color: #efefef;
}

.params-and-total__total {
    text-align: center;
    margin: 0 0 0 12px;
}

.params-and-total__total-title {
    font-weight: 700;
    text-transform: uppercase;
}

.params-and-total__total-price {
    margin: 16px 0 18px 0;
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
}

.params-and-total__total-price span {
    font-size: 32px;
}

.params-and-total__total-button-container button {
    border: 0;
    font-family: Merriweather;
    width: 301px;
    height: 60px;
    background-color: #ffcb05;
}

.description-container {
    padding: 0 100px 80px 40px;
}

.description-container__paragraph {
    margin: 0 0 25px 0;
}

.description-container__paragraph > p {
    margin: 0 0 0 50px;
}

.description-container__para-1 i {
    margin-right: 20px;
}

.description-container__para-1 .p-1 {
    margin-bottom: 10px;
}

.description-container__para-1 .p-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 66px;
}

.description-container__para-1 .p-2 p:first-child {
    font-weight: 900;
    margin: 0 3px 0 0;
}

.description-container__para-1 .p-2 p span {
    font-weight: 900;
}

.description-container__para-1 .p-3 {
    margin: 7px 0 10px 66px;
    font-family: "Merriweather - Light It";
    font-style: italic;
    font-weight: 300;
    font-size: 18px;
}

.description-container__num {
    position: absolute;
    width: 31px;
    height: 31px;
    background-color: #ffcb05;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.description-container__num p {
    font-size: 20px;
    font-weight: 900;
}

.description-container__paragraph-title {
    line-height: 28px;
    font-weight: 900;
}

.description-container__paragraph-text {
    line-height: 22px;
    text-align: justify;
}


/* ========================= About Us > Advantages Page ========================= */

.advantages-company.first {
    margin: 50px 0 0 0;
}

.advantages__container {
    margin: 50px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.advantages-company .text {
    line-height: 28px;
}


/* ========================= Contacts Page ========================= */

.contats__container {
}

.offices__phones-container {
    display: flex;
    flex-wrap: wrap;
}

.contats__container .offices__row-1 {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 35px 0;
}

.contats__container .offices__row-1 a {
    font-weight: 700;
    text-decoration: underline;
}

.contats__container .contacts__offices .offices__phones {
    display: flex;
}

.contats__container .contacts__offices .offices__phones .col-1 {
    margin: 0 28px 0 0;
    flex: 0 1 auto;
    min-width: 160px;
}

.contats__container .contacts__offices .offices__phones .col-1 a {
    display: block;
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
}

.contats__container .contacts__offices .offices__phones .col-1 a img {
    margin: 0 12px 0 0;
}

.contats__container .contacts__offices .offices__phones .col-2 {
    flex: 0 1 auto;
}

.contats__container .contacts__offices .offices__phones .col-2 p {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
}

.contats__container .contacts__offices .col-3 {
    margin: 0 0 0 72px;
}

.contats__container .contacts__offices .col-3 a {
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
}

.contats__container .contacts__offices .col-3 span {
    color: #0ecb31;
}

.contats__container .contacts__offices .col-3 span i {
    margin: 0 15px 0 0;
}

.contats__container .contacts__alert {
    background-color: #ededed;
    display: flex;
    padding: 50px 60px;
    margin: 20px 0 0 0;
}

.contats__container .contacts__alert .alert__image {
    margin: 0 35px 0 0;
}

.contats__container .contacts__alert .alert__title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.contats__container .contacts__alert .alert__p-1 {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.contats__container .contacts__alert .alert__p-2 {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}


/* ------------------------- Office Card ------------------------- */

.contats__container .our-office {
    margin: 45px 0 0 0;
}

.contats__container .our-office__title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 40px 0;
}

.contats__container .our-office__content {
    display: flex;
}

.contats__container .our-office__coat {
    margin: 0 40px 0 0;
}

.contats__container .our-office__row {
    display: flex;
}

.contats__container .our-office__row-img {
    margin: 0 12px 0 0;
    width: 21px;
}

.contats__container .our-office__row-img img {
    min-width: 100%;
}

.contats__container .our-office__row-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 20px 0 0;
}

.contats__container .our-office__phone .our-office__row-title {
    min-width: 150px;
}

.contats__container .our-office__row-text {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 20px 0;
}

.contats__container .our-office__row-text p {
    font-size: 16px;
    font-weight: 400;
}

.contats__container .our-office__row-text a {
    text-decoration: underline;
}

.contats__container .our-office__details-link {
    margin: 20px 0 0 0;
    cursor: pointer;
    max-width: 140px;
}

.contats__container .our-office__details-link a {
    background-image: url(/local/templates/virmak/assets/img/gray_arrow.svg);
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: right;
    padding: 0 40px 0 0;
    pointer-events: none;
}


/* ------------------------- Grey Block ------------------------- */

.grey-block {
    background-color: #ededed;
    padding: 25px 15px 40px 15px;
    margin: 10px 0 0 0;
    display: none;
}

.grey-block.opened {
    display: block;
}

.grey-block__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin: 0 0 35px 0;
}

.grey-block__p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.grey-block__img-container {
    display: flex;
    margin: 30px 0;
}

.grey-block__img {
    width: 100%;
    margin: 20px 0 40px 0;
}

.grey-block__img-container .image {
    width: 100%;
    height: 100%;
}

.grey-block__img-container a {
    position: relative;
    display: block;
    width: 48%;
}

.grey-block__img-container a:first-child {
    margin-right: 30px;
}

.grey-block__questions {
    margin: 20px 0 0 0;
}

.grey-block__questions p {
    line-height: 28px;
}

.grey-block__questions p:first-child {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 12px 0;
}

.grey-block__questions p:last-child {
    font-size: 18px;
    font-weight: 400;
}

.grey-block__questions p:last-child span {
    font-weight: 700;
}

.grey-block__second-title {
    text-align: center;
}

.grey-block__part {
    margin: 30px 0 0 0;
}

.grey-block__part h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin: 0 0 8px 0;
}

.grey-block__map-container {
    margin: 30px 0 35px 0;
}

.grey-block__map-container iframe {
    width: 100%;
}

.grey-block__add {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    padding: 0 65px 0 65px;
}

.grey-block__add a {
    color: #ffca05;
    text-decoration: underline;
}

.grey-block-4 .grey-block__second-title {
    margin: 30px 0 0 0;
}


/* --------------------- Factory ------------------ */

.factory {
    margin: 40px 0 120px 0;
    padding: 35px 25px 55px 25px;
    background-color: #ededed;
}

.factory__title {
    text-align: center;
    margin: 0 0 10px 0;
}

.factory__subtitle {
    margin: 0 0 40px 0;
    font-size: 18px;
    font-weight: 700;
}

.factory__content {
    display: flex;
}

.factory__img {
    margin: 0 20px 0 0;
    flex: 0 1 50%;
}

.factory__text {
    flex: 0 1 50%;
}

.factory__row {
    display: flex;
}

.factory__row-title-image {
    display: flex;
}

.factory__row img {
    min-width: 100%;
}

.factory__row.phone .our-office__row-title {
    min-width: 150px;
}

.factory__add {
    font-size: 18px;
    font-weight: 700;
    margin: 30px 40px 0 40px;
    line-height: 28px;
}


/* --------------------- Contacts Resposive ------------------ */

@media (max-width: 990px) {
    .contats__container .contacts__offices .col-3 {
        margin: 0;
    }

    .factory__content {
        flex-direction: column;
    }

    .factory__img {
        margin: 0 0 10px 0;
    }
}

@media (max-width: 767px) {
    .contats__container .contacts__offices .offices__phones .col-1 a {
        font-size: 14px;
        line-height: 30px;
    }

    .contats__container .contacts__offices .offices__phones .col-2 p {
        font-size: 14px;
        line-height: 30px;
    }

    .contats__container .contacts__offices .col-3 a {
        font-size: 14px;
        line-height: 30px;
    }
}

@media (max-width: 525px) {
    .contats__container .contacts__offices .offices__phones .col-2 {
        display: none;
    }

    .contats__container .contacts__alert {
        flex-direction: column;
        padding: 20px 20px;
    }

    .contats__container .contacts__alert .alert__image {
        margin: 12px auto;
    }

    .contats__container .our-office {
        margin: 20px 0 0 0;
    }

    .contats__container .our-office__title {
        margin: 20px 0;
    }

    .contats__container .our-office__content {
        flex-direction: column;
    }

    .contats__container .our-office__coat {
        max-width: 120px;
        margin: 0 0 12px 0;
    }

    .contats__container .our-office__details-link {
        margin: 0 0 0 0;
    }

    .grey-block__img-container {
        flex-direction: column;
        margin: 20px 0;
    }

    .grey-block__img-container a {
        width: 100%;
    }

    .grey-block__img-container a:first-child {
        margin: 0 0 10px 0;
    }

    .grey-block__part {
        margin: 15px 0 0 0;
    }

    .grey-block__map-container {
        margin: 15px 0 20px 0;
    }

    .grey-block__map-container iframe {
        height: 200px;
    }

    .grey-block__add {
        padding: 0 25px 0 25px;
    }

    .factory__row {
        flex-direction: column;
    }
}


/* --------------------- Resposive ------------------ */

@media only screen and (max-width: 1915px) {
    header .mail {
        display: none;
    }

    header .wrap {
        /* max-width: 1600px; */
        max-width: 100%;
    }

    header .logo {
        /* margin-right: 6rem; */
    }

    header .header_menu {
        margin-left: 43px;
    }

    .header_mob .geo {
        display: block;
    }

    .header_mob header .contacts_hidden .phone {
        display: block;
    }

    header .geo .contacts_hidden {
        top: 8.8vh;
    }
}

@media only screen and (max-width: 1680px) {
    .modal_dom_index .content .photos .right {
        max-width: 48.5%;
    }

    .modal_dom_index .content .photos .left {
        max-width: 48.5%;
    }

    .modal_dom_index .dialog__content {
        max-width: 85vh;
        overflow-y: scroll;
    }
}

@media only screen and (max-width: 1600px) {

    .w1440_main_wrap,
    .row_2__yellow_links,
    .row_3__find_home {
        padding-left: 40px;
        padding-right: 40px;
    }

    .prj_s_house,
    .plan_house,
    .box_sip_panel,
    .text_prj_single {
        padding-left: 40px;
        padding-right: 40px;
    }

    .plan_house .left {
        max-width: 520px;
    }

    .reschet_domkomplekt .reschet_domkomplekt__form .white_block .left {
        max-width: 780px;
    }

    .prj_s_house .left {
        margin-right: 30px;
    }

    .reschet_domkomplekt {
        padding-left: 40px;
        padding-right: 40px;
    }

    .modal_dom_index .content .photos .item img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .dialog__content {
        width: 100%;
        padding: 2.5em;
        padding-top: 5em;
        padding-bottom: 4em;
        max-height: 85vh;
        overflow-y: scroll;
    }

    .reschet_domkomplekt .reschet_domkomplekt__form .white_block .left .items_cnt .item {
        padding-left: 60px;
    }

    .projects__all_projects .tovars .items .tovar_item {
        width: 20%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .tovar_item .item {
        width: 255px;
        height: 440px;
    }

    /* .projects__all_projects .tovars .items .tovar_item {
    margin-bottom: 20px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  } */
    .projects__all_projects,
    .yellow_raschet {
        padding-left: 40px;
        padding-right: 40px;
    }

    .breadcrumbs {
        padding-left: 40px;
        padding-right: 40px;
    }

    .projects_text {
        padding-left: 40px;
        padding-right: 40px;
    }

    .projects_text .items .left {
        max-width: 55%;
    }

    .inner_header_bg {
        background-position: 50% 100%;
    }

    .row_2__yellow_links .item span {
        font-size: 13px;
        max-width: 70%;
        margin: 0 auto;
        margin-top: 15px;
    }

    .akcii_slider {
        max-width: 63%;
    }

    .row_3__find_home .left {
        max-width: 620px;
    }

    .news_slider {
        right: 40px;
    }

    .row_2__yellow_links {
        max-width: 1328px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .row_3__find_home .tab .wrap_3_cols {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-right: 30px;
    }

    .row_3__find_home .tab .wrap_3_cols .left_text {
        max-width: 100%;
        margin-right: 0;
    }

    .row_3__find_home .tab .wrap_3_cols {
        padding-top: 0;
    }

    .row_3__find_home .tab .wrap_3_cols .left_text p {
        font-size: 18px;
        font-weight: 700;
    }

    .row_3__find_home .form_wrap {
        margin-top: 20px;
    }

    .row_3__find_home .tab .wrap_3_cols .form_wrap .inp_ot {
        width: 170px;
        font-size: 12px;
    }

    .row_3__find_home .tab .wrap_3_cols .form_wrap .inp_select,
    .row_3__find_home .tab .wrap_3_cols .form_wrap .inp_submit {
        width: 140px;
        font-size: 12px;
    }

    .row_3__find_home .tab .wrap_3_cols .form_wrap .three_row {
        margin-top: 35px;
    }

    .row_3__find_home .tab .wrap_3_cols .form_wrap .three_row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .row_3__find_home .left .h_tabs .item {
        font-size: 18px;
    }

    .row_3__find_home .tab .wrap_3_cols .left_text {
        margin-top: 30px;
    }

    .row_3__find_home .form_wrap {
        margin-top: 30px;
    }

    .row_3__find_home .tab .wrap_3_cols .form_wrap .first_row {
        margin-bottom: 25px;
    }

    .row_3__find_home .tab .wrap_3_cols .form_wrap .first_row .col span,
    .row_3__find_home .tab .wrap_3_cols .form_wrap .two_row .col span {
        font-size: 14px;
    }

    .row_3__find_home .form_wrap {
        margin-top: 15px;
    }

    .row_3__find_home .tab .wrap_3_cols .form_wrap .three_row .hit_control {
        margin-right: 0;
    }

    .three_row .hit_control {
        margin-right: 0;
    }

    .row_3__find_home .tab .wrap_3_cols .form_wrap .three_row label {
        margin-right: 32px;
    }

    .row_6_yellow_txt {
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 40px;
    }

    .hotels_and_comm_obj,
    .cottedgs_and_live_house {
        padding-left: 40px;
        padding-right: 40px;
    }

    .hotels_and_comm_obj .slider .item,
    .cottedgs_and_live_house .slider .item {
        width: 310px;
    }

    .footer .wrap {
        padding-left: 40px;
        padding-right: 40px;
    }

    .footer {
        height: auto;
        background-size: cover;
        padding-bottom: 30px;
    }

    .our_team {
        padding-left: 40px;
        padding-right: 40px;
    }

    .map_wrap .map {
        max-width: 60%;
    }

    .footer .first_row .item_3 {
        max-width: 220px;
    }

    .footer .first_row .item_5 {
        max-width: 220px;
    }

    .modal-mainscreen-social .social_links {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: 0;
        max-width: 118px;
        width: 100%;
    }

    .modal-mainscreen-social .social_links a {
        display: block;
        width: 34px;
        min-width: 34px;
        height: 34px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        -webkit-transition: 0.9s;
        -o-transition: 0.9s;
        transition: 0.9s;
    }

    .modal-mainscreen-social .social_links a:hover {
        -webkit-transition: 0.9s;
        -o-transition: 0.9s;
        transition: 0.9s;
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    .modal-mainscreen-social .social_links a.vk_icon {
        background-image: url(../img/vk_icon.svg);
        background-size: 17px;
    }

    .modal-mainscreen-social .social_links a.odn_icon {
        background-image: url(../img/odn_icon.svg);
        background-size: 14px;
    }

    .modal-mainscreen-social .social_links a.inst_icon {
        background-image: url(../img/inst_icon.svg);
        background-size: 12px;
    }

    .modal-mainscreen-social .social_links a.youtube_icon {
        background-image: url(../img/youtube_icon.svg);
        background-image: url(../img/youtube1.svg);
        background-size: 15px;
    }

    .modal-mainscreen-social .social_links a.youtube_icon {
        margin-left: 5px;
    }

    .modal-mainscreen-social .social_links a.vk_icon,
    .modal-mainscreen-social .social_links a.youtube_icon {
        background-size: 25px;
    }

    .modal-mainscreen-social .social_links a.odn_icon,
    .modal-mainscreen-social .social_links a.inst_icon {
        background-size: 18px;
    }

    .header_mob {
        display: block;
    }

    .header_mob header {
        display: block;
        padding-left: 25px;
        padding-right: 25px;
    }

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

    .header_mob header .phone {
        /* display: none; */
        display: flex;
        align-items: center;
        margin-left: 1.5rem;
    }

    /* .header_mob header .social_links {
		display: none;
	} */
    .header_mob .gamburger {
        width: 40px;
        height: 40px;
        cursor: pointer;
        margin-left: 100px;
        display: none;
    }

    .header_mob .gamburger_empty {
        width: 40px;
        height: 40px;
        margin-left: 100px;
        display: none;
    }

    header {
        display: none;
    }
}

/* @media (max-width:1300px){
  .header_mob header .social_links{
    display: none;
  }
} */

@media (max-width: 1300px) {
    header .header_menu_virmak_top ul {
        flex-wrap: wrap;
        gap: 1rem;
    }
}

@media (max-width: 1250px) {
    header .social_links {
        display: none;
    }
}

@media only screen and (max-width: 1460px) {
    header .header_menu .podmenu {
        -webkit-transform: translate(-50%, -12px) scale(0.95);
        -ms-transform: translate(-50%, -12px) scale(0.95);
        transform: translate(-50%, -12px) scale(0.95);
    }

    .form_inp,
    .form_select {
        max-width: 48%;
    }

    .mainscreen-catalog-menu li {
        margin: 0;
        border-bottom: 1px solid #ccc;
        padding-top: 8px;
        padding-bottom: 5px;
    }
}

@media only screen and (max-width: 1420px) {
    .row_3__find_home .right {
        margin-left: 10px;
    }

    .row_3__find_home .right .item {
        max-width: 307px;
    }

    .row_6_yellow_txt {
        height: auto;
        padding-bottom: 20px;
    }

    .projects__all_projects .tovars .items .tovar_item {
        width: 25%;
    }

    .tovar_item .item {
        width: 290px;
    }

    .hotels_and_comm_obj .slider .item,
    .cottedgs_and_live_house .slider .item {
        width: 305px;
    }

    .row_2__yellow_links {
        margin-left: 40px;
        margin-right: 40px;
    }

    .footer .first_row .item ul li.title,
    .footer .two_row .towns .town {
        font-size: 16px;
    }

    .footer .two_row .towns .phone_ico span,
    .footer .two_row .towns .phone_ico span a,
    .footer .two_row .towns .mail_ico a {
        font-size: 14px;
    }

    .footer .first_row .item_3 {
        max-width: 185px;
    }

    .mainscreen-catalog-menu {
        padding-bottom: 25px;
    }

    .modal-mainscreen-contacts {
        padding-bottom: 20px;
    }

    .projects__all_projects .tovars .items .tovar_item {
        margin-bottom: 15px;
    }

    .projects__all_projects .tovars .items .tovar_item {
        margin-bottom: 30px;
    }

    .projects_text .items .left {
        max-width: 59%;
    }

    .prj_s_house .left {
        margin-right: 0;
    }

    .prj_s_house .left {
        padding-right: 30px;
    }

    .prj_s__slider .mini_photos {
        max-width: 750px;
    }

    .prj_s__slider .mini_photos .item img {
        width: 185px;
    }

    .prj_s_house .right .haracteristiki .items .item {
        padding-left: 30px;
        padding-right: 30px;
    }

    .plan_house .left {
        max-width: 400px;
        padding-top: 65px;
        padding-top: 0;
    }

    .text_prj_single .row_text .left {
        max-width: 50%;
    }

    .text_prj_single .row_text .right {
        max-width: 50%;
        margin-right: 0;
        padding-left: 40px;
    }
}

@media only screen and (max-width: 1366px) {
    .modal_dom_index .dialog__content {
        padding-top: 4em;
    }
}

@media only screen and (max-width: 1325px) {
    .projects__all_projects .tovars .items .tovar_item:nth-child(4n) {
        margin-right: 9px;
    }

    .header_mob .geo {
        /* display: none; */
    }
}

@media only screen and (max-width: 1320px) {
    header.index_header {
        display: none;
    }

    .header_mob {
        display: block;
    }

    .header_mob header.index_header {
        display: block;
    }

    .row_3__find_home .right,
    .row_3__find_home .left {
        max-width: 50%;
    }

    .row_3__find_home .tab .wrap_3_cols .form_wrap .inp_ot {
        width: 94px;
    }

    .row_3__find_home .tab .wrap_3_cols .left_text p {
        display: none;
    }

    .row_3__find_home .tab .wrap_3_cols .form_wrap .three_row label {
        margin-right: -10px;
    }

    .row_3__find_home .tab .wrap_3_cols .form_wrap .three_row label {
        font-size: 12px;
    }

    .control {
        padding-bottom: 5px;
    }

    .row_3__find_home .right .item {
        max-width: 227px;
    }

    .row_3__find_home .right .item .title {
        font-size: 15px;
    }

    .row_3__find_home .right .item .text {
        font-size: 12px;
    }

    .header_mob .geo {
        padding-right: 10px;
    }
}

@media (max-width: 1000px) {
    .about-company__col-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .about-company__col-2 {
        display: none;
    }

    .certificates-grid__col-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .certificates-grid__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 33%;
        flex: 1 1 33%;
        padding: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .certificates-grid__col-2 {
        display: none;
    }

    .build-calc__col-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .build-calc__col-2 {
        display: none;
    }

    .calc-floors-number__item {
        padding: 0 19px 0 19px;
    }

    .header_mob .geo {
        display: none;
    }
}

@media only screen and (max-width: 1300px) {
    .projects__all_projects .tovars .items .tovar_item {
        width: 33%;
    }

    .big_house .chto_vhodit_v_domkomplekt .items .right .big_house_cnt {
        left: 0;
        top: 40px;
        text-align: center;
    }

    .big_house .chto_vhodit_v_domkomplekt .items .right .big_house_cnt img {
        max-width: 80%;
    }

    .big_house .chto_vhodit_v_domkomplekt .items .left {
        width: 50%;
    }

    .big_house .chto_vhodit_v_domkomplekt .podtext {
        margin-top: 0;
    }

    .domkomplekt_text .right,
    .domkomplekt_text .left {
        max-width: 50%;
        width: 100%;
        margin: 0;
        padding: 0 20px;
    }

    .domkomplekt_text.s4 .right .predupregdeine {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .reschet_domkomplekt .reschet_domkomplekt__form .yellow_block {
        padding: 30px;
    }

    .domkomplekt_text.s4 .right {
        padding-top: 0;
    }

    .domkomplekt_text.s5 .right {
        margin-right: 0;
    }

    .reschet_domkomplekt .reschet_domkomplekt__form .y_b_100 .items .item {
        max-width: 48.4%;
    }

    .reschet_domkomplekt .reschet_domkomplekt__form .white_block .title,
    .reschet_domkomplekt .reschet_domkomplekt__form .white_block .text {
        font-size: 14px;
    }

    .reschet_domkomplekt .reschet_domkomplekt__form .white_block .text {
        max-width: 194px;
    }

    .reschet_domkomplekt .reschet_domkomplekt__form .white_block .right {
        margin-right: 50px;
        margin-left: 50px;
    }

    .reschet_domkomplekt .reschet_domkomplekt__form .y_b_cnt .left,
    .reschet_domkomplekt .reschet_domkomplekt__form .y_b_cnt .right {
        max-width: 50%;
        width: 100%;
        padding: 15px;
    }

    .reschet_domkomplekt .reschet_domkomplekt__form .y_b_m {
        padding: 15px;
    }

    .reschet_domkomplekt .reschet_domkomplekt__form .title {
        font-size: 18px;
    }

    .domkomplekt_text.s4 .right .predupregdeine p {
        font-size: 14px;
        margin-top: 25px;
    }

    .prj_s_house {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .prj_s_house .right {
        margin-top: 50px;
    }

    .prj_s__slider .mini_photos .item img {
        width: 243px;
    }

    .plan_house {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .plan_house .left {
        margin-left: 0;
    }

    .prj_s_form .prj_s_form__cnt .top_cnt,
    .prj_s_form .prj_s_form__cnt .bottom__cnt {
        padding: 40px;
    }

    .zakazhiki {
        padding-left: 40px;
        padding-right: 40px;
    }

    .zakazhiki .left {
        height: auto;
    }

    .zakazhiki .right {
        height: auto;
    }

    .zakazhiki .left .text {
        padding: 40px;
    }

    .zakazhiki .right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .zakazhiki .right .text {
        margin-top: 0;
    }

    .box_sip_panel .home_circle .right .big_house_cnt {
        left: 0;
        max-width: 90%;
        margin: 0 auto;
        top: 200px;
    }

    .prj_s_form {
        padding-left: 40px;
        padding-right: 40px;
    }

    .primechanie .primechanie_cnt .text p {
        line-height: 28px;
        text-align: center;
    }

    .primechanie .primechanie_cnt .items .left,
    .primechanie .primechanie_cnt .items .right {
        max-width: 50%;
        padding: 40px;
    }

    .primechanie .primechanie_cnt .text .p_center {
        max-width: 80%;
        margin: 0 auto;
    }

    .primechanie .primechanie_cnt .text .p_center {
        padding-left: 40px;
        padding-right: 40px;
    }

    .primechanie {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 1220px) {
    .why-us__para-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .why-us__col-1 {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }

    .why-us__image-3 {
        margin: 0 0 20px 0;
    }

    .why-us__col-2 {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        padding: 0;
    }
}

@media (max-width: 1200px) {
    .certificates__row-2 {
        padding: 0;
    }

    .build-calc__title {
        padding: 0;
    }
}

@media (max-width: 1100px) {
    .certificates__row-1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .certificates__row-1-text {
        position: relative;
        padding: 25px 0 0 0;
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .w1440_main_wrap {
        height: 100%;
    }

    .akcii_slider .slick-dots::after {
        max-width: 420px;
        min-width: 420px;
    }

    .akcii_slider .slick-prev {
        display: none !important;
    }

    .akcii_slider .slick-next {
        display: none !important;
    }

    .header_mob .gamburger {
        display: block;
    }

    .header_mob .gamburger_empty {
        display: none;
    }

    .row_2__yellow_links.black {
        margin-top: 15px;
    }

    .projects_text .items .right .vnimanie_right p br {
        display: none;
    }

    .projects__all_projects .top_row,
    .projects__all_projects .bottom_row {
        padding-left: 20px;
        padding-right: 30px;
    }

    .yellow_raschet .yellow_block_raschet {
        padding: 0 5%;
    }

    .yellow_raschet .yellow_block_raschet .raschet_btn {
        -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
        transform: scale(0.85);
    }

    .yellow_raschet .vnimanie_block {
        text-align: center;
    }

    .projects_text .items .right .vnimanie_right {
        height: auto;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .inner_header_bg {
        height: auto;
        background-image: none;
    }

    .inner_header_bg .breadcrumbs {
        padding-top: 80px;
        padding-bottom: 20px;
    }

    .inner_header_bg .breadcrumbs .projects__all_projects .tovars .items {
        width: 97%;
        margin: 0 auto;
    }

    .projects_text .items .right .vnimanie_right {
        max-width: 100%;
    }

    .projects_text .items .right {
        max-width: 100%;
    }

    .projects_text .items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .projects_text .items .left {
        max-width: 100%;
    }

    .projects_text .items .right {
        margin-top: 20px;
    }

    header.index_header {
        background-color: #e6e6e6;
    }

    .w1440_main_wrap {
        margin-top: 0;
    }

    .header_mob header {
        height: 60px;
    }

    .header_mob header .logo {
        max-width: 7%;
    }

    .header_mob {
        z-index: 60;
        position: fixed;
    }

    .modal-mainscreen {
        position: fixed;
    }

    .mainscreen__bg.active {
        z-index: 4;
    }

    .mainscreen__bg {
        position: fixed;
    }

    header .header_menu {
        display: none;
    }

    .index_bg {
        height: 750px;
        -webkit-box-shadow: 0 0 0 2100px rgba(78, 78, 78, 0.52) inset;
        box-shadow: 0 0 0 2100px rgba(78, 78, 78, 0.52) inset;
    }

    .akcii_slider {
        max-width: 85%;
    }

    .news_slider {
        max-width: 490px;
        padding: 40px;
    }

    .w1440_main_wrap {
        padding-top: 11%;
    }

    .row_2__yellow_links a.item_wrap {
        width: 13.5%;
    }

    .row_4__high_tech {
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 50px;
    }

    .row_4__high_tech .big_red_btn {
        top: 0;
        margin-top: 30px;
    }

    .row_4__high_tech .left .item .text {
        font-size: 14px;
    }

    .row_4__high_tech .right .item {
        position: relative;
        left: 20px;
        max-width: 95%;
        margin: 0 auto;
        top: 50px;
    }

    .row_4__high_tech .left {
        max-width: 445px;
        width: 100%;
    }

    .row_5__why_we_wrap .row_5__why_we .left .text {
        max-width: 81%;
        font-size: 14px;
    }

    .row_5__why_we_wrap .row_5__why_we .left {
        max-width: 50%;
        padding-left: 40px;
    }

    .row_5__why_we_wrap .row_5__why_we .right {
        max-width: 50%;
        padding: 0;
        padding-right: 40px;
        padding-top: 150px;
    }

    .row_6_yellow_txt .righ,
    .row_6_yellow_txt .left .row .item p {
        font-size: 14px;
    }

    .row_6_yellow_txt .left {
        margin-left: 40px;
    }

    .row_6_yellow_txt .right {
        margin-right: 40px;
        font-size: 14px;
    }

    .row_7__vnimanie,
    .row_8__how_we_work {
        padding-left: 40px;
        padding-right: 40px;
    }

    .hotels_and_comm_obj .h_tabs .item,
    .cottedgs_and_live_house .h_tabs .item {
        width: 220px;
    }

    .dostoinstva_sip_domov {
        padding-left: 40px;
        padding-right: 40px;
    }

    .dostoinstva_sip_domov .items_text .left p {
        font-size: 14px;
    }

    .dostoinstva_sip_domov .items_text .left,
    .dostoinstva_sip_domov .items_txt_2 .left,
    .dostoinstva_sip_domov .items_txt_2 .right {
        max-width: 48%;
    }

    .dostoinstva_sip_domov .items_text .right {
        max-width: 48%;
        font-size: 14px;
    }

    .dostoinstva_sip_domov .yelllow_wrap {
        padding-left: 30px;
        padding-right: 30px;
        height: auto;
        padding-bottom: 45px;
    }

    .dostoinstva_sip_domov .yelllow_wrap .items .item_1,
    .dostoinstva_sip_domov .yelllow_wrap .items .item_2,
    .dostoinstva_sip_domov .yelllow_wrap .items .item_3 {
        max-width: 30%;
    }

    .dostoinstva_sip_domov .items_txt_2 .left p,
    .dostoinstva_sip_domov .items_txt_2 .right p {
        font-size: 14px;
    }

    .dostoinstva_sip_domov .vnimanie_block {
        padding-left: 40px;
        padding-right: 40px;
        text-align: center;
    }

    .reviews {
        padding-left: 40px;
        padding-right: 40px;
    }

    .reviews .reviews_slider .item .bottom .name {
        font-size: 14px;
    }

    .reviews .reviews_slider .item .bottom .date span {
        font-size: 14px;
    }

    .map_wrap .maps_object {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        padding-left: 20px;
    }

    .our_team .our_team_slider .item .name {
        font-size: 16px;
    }

    .our_team .our_team_slider .item .dolgnost {
        font-size: 12px;
    }

    .footer .two_row .item_1 {
        max-width: 20%;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    .footer .two_row .towns.item_2,
    .footer .two_row .towns.item_3,
    .footer .two_row .towns.item_4,
    .footer .two_row .towns.item_5,
    .footer .first_row .item_1,
    .footer .first_row .item_2,
    .footer .first_row .item_3,
    .footer .first_row .item_4,
    .footer .first_row .item_5 {
        margin-left: 0;
        max-width: 20%;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    .inp_min_max .min {
        right: 21px;
    }
}

@media (max-width: 992px) {
    .about-company__para-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .about-company__para-2-text {
        position: relative;
        width: 100%;
    }

    .about-company__para-2-image img {
        float: none;
        width: 100%;
        margin: 15px 0 0 0;
    }

    .videos__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .certificates__row-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 30px 0 0 0;
    }

    .certificates__row-3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .certificates__row-3-image {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .certificates__row-3-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .build-exp {
        margin: 40px 0 0 0;
    }

    .build-exp__subtitle {
        margin: 20px 0 30px 0;
    }

    .why-us__para-1-row-2 {
        margin: 20px 0 0 0;
    }

    .build-calc__description {
        margin: 35px 0 0 0;
    }

    .calc-floors-number {
        padding: 0;
    }

    .calc-floors-number__items #item-1 .calc-floors-number__item-title,
    .calc-floors-number__items #item-2 .calc-floors-number__item-title,
    .calc-floors-number__items #item-3 .calc-floors-number__item-title {
        margin: 0;
    }

    .calc-floors-number__items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .calc-floors-number__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        padding: 0 19px 30px 19px;
    }

    .calc-floors-number__item-title {
        min-height: 38px;
    }

    .calc-floors-number__item-picture {
        max-width: 140px;
    }

    .params-and-total {
        padding: 0;
        margin: 35px 0 0 0;
    }

    .description-container {
        padding: 0 0 25px 0;
    }

    .description-container__paragraph {
        margin: 0 0 15px 0;
    }

    .description-container__para-1 {
        line-height: 22px;
    }
}

@media only screen and (max-width: 960px) {
    .projects__all_projects .tovars .items {
        width: 100%;
    }

    .prj_s_house .left .meta {
        padding: 0;
    }

    .prj_s_house .left .meta .price {
        margin-left: 0;
        margin-top: 5px;
    }

    .zakazhiki .left {
        border-radius: 0;
    }

    .box_sip_panel .home_circle .right {
        display: none;
    }

    .prj_s_form .prj_s_form__cnt h2 {
        font-size: 20px;
    }

    .primechanie .primechanie_cnt h2 {
        margin-bottom: 10px;
    }

    .primechanie .primechanie_cnt .items {
        padding-left: 25px;
        padding-right: 25px;
    }

    .box_sip_panel .home_circle .left .item p {
        line-height: 25px;
    }

    .prj_s_form .prj_s_form__zakaz {
        margin-top: 40px;
    }

    .prj_s_form .itogs .left {
        max-width: 40%;
    }

    .prj_s_form .check_price .item {
        max-width: 60%;
    }

    .box_sip_panel .home_circle .left {
        max-width: 100%;
    }

    .primechanie .primechanie_cnt .items .left,
    .primechanie .primechanie_cnt .items .right {
        max-width: 100%;
        padding: 20px;
    }

    .primechanie .primechanie_cnt .items .right p {
        margin-bottom: 20px;
    }

    .primechanie .primechanie_cnt .items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 15px;
    }

    .zakazhiki .items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .zakazhiki .right .text {
        max-width: 80%;
    }

    .zakazhiki .right {
        max-width: 100%;
        border-radius: 0;
    }

    .zakazhiki .right .text {
        padding: 40px;
    }

    .prj_s_house .left {
        padding-left: 40px;
        padding-right: 40px;
    }

    .plan_house .left {
        padding-top: 40px;
    }

    .prj_s_house .left .meta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .row_2__yellow_links.black .item span {
        font-size: 10px;
    }

    .reschet_domkomplekt .reschet_domkomplekt__form .y_b_cnt .items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .reschet_domkomplekt .reschet_domkomplekt__form .white_block .right .price_fo_form .item .price {
        font-size: 19px;
    }

    .reschet_domkomplekt .reschet_domkomplekt__form .mr__row_itm {
        margin-bottom: 30px;
    }

    .reschet_domkomplekt .reschet_domkomplekt__form .white_block .title {
        margin-right: 30px;
    }

    .reschet_domkomplekt .reschet_domkomplekt__form .white_block .right .price_fo_form .title {
        margin-right: 0;
    }

    .reschet_domkomplekt .reschet_domkomplekt__form .white_block .right {
        margin-right: 0;
    }

    .yellow_raschet.v_m_y_raschet .yellow_block_raschet {
        padding-top: 60px;
    }

    .reschet_domkomplekt .reschet_domkomplekt__form .white_block .right .price_fo_form .item .price .rub_icon {
        font-size: 17px;
        top: 0;
    }

    .reschet_domkomplekt .reschet_domkomplekt__form .white_block .left .items_cnt .item {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .akcii_slider .slick-dots .slick-active button,
    .akcii_slider .slick-dots li button {
        width: 8px;
        min-width: 8px;
        min-height: 8px;
        height: 8px;
    }

    .reschet_domkomplekt .top_block h2 {
        text-align: center;
    }

    .big_house .chto_vhodit_v_domkomplekt .items .right {
        max-width: 48%;
        width: 100%;
        padding-right: 30px;
    }

    .big_house .chto_vhodit_v_domkomplekt .items .right .big_house_cnt img {
        max-width: 100%;
    }

    .akcii_slider .slick-arrow {
        bottom: 37px;
    }

    .akcii_slider .slick-dots li {
        margin-right: 5px;
    }

    .dialog__content {
        width: 95%;
    }

    .form_inp,
    .form_select {
        max-width: 47.5%;
    }

    .control.border_checkbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .projects_text .items .right .vnimanie_right {
        padding-left: 25px;
        padding-right: 25px;
    }

    .row_2__yellow_links a.item_wrap {
        width: 20%;
    }

    .akcii_slider {
        max-width: 100%;
    }

    .akcii_slider .slick-dots::after {
        max-width: 250px;
        min-width: 250px;
    }

    .projects__all_projects .tovars .items .tovar_item {
        margin-bottom: 45px;
    }

    .yellow_raschet .yellow_block_raschet {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .projects__all_projects .top_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .projects__all_projects .top_row .snoska {
        margin-top: 20px;
    }

    .projects__all_projects .top_row,
    .projects__all_projects .bottom_row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .projects__all_projects .top_row .snoska .items .item img {
        width: 35px;
    }

    .projects__all_projects .top_row .snoska .items .item {
        font-size: 12px;
    }

    .projects__all_projects .top_row,
    .projects__all_projects .bottom_row {
        padding-left: 0;
        padding-right: 0;
    }

    .projects__all_projects .tovars .items .tovar_item {
        width: 50%;
    }

    .tovar_item .item {
        width: 300px;
    }

    .yellow_raschet .yellow_block_raschet {
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .yellow_raschet .vnimanie_block {
        padding-left: 20px;
        padding-right: 20px;
    }

    .yellow_raschet .yellow_block_raschet .right {
        margin-top: 20px;
    }

    .akcii_slider .slick-prev {
        left: 24.5%;
    }

    .akcii_slider .slick-next {
        left: 29.2%;
    }

    .news_slider {
        max-width: 395px;
    }

    .news_slider .rubrika h3,
    .news_slider .title h4 {
        font-size: 16px;
    }

    .news_slider .date {
        margin-top: 15px;
    }

    .akcii_slider .item .title h1,
    .akcii_slider .item .title h2 {
        font-size: 38px;
    }

    .row_2__yellow_links .item span {
        font-size: 10px;
        margin: 0 auto;
        margin-top: 10px;
    }

    .row_2__yellow_links a.item_wrap:nth-of-type(4),
    .row_2__yellow_links a.item_wrap:nth-of-type(3),
    .row_2__yellow_links a.item_wrap:nth-of-type(2) {
        left: 0;
    }

    .row_3__find_home {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .row_3__find_home .right,
    .row_3__find_home .left {
        max-width: 67%;
    }

    .row_3__find_home .right {
        margin-left: 0;
        margin-top: 7px;
    }

    .row_3__find_home .left {
        height: 370px;
    }

    .row_4__high_tech .right {
        display: none;
    }

    .row_4__high_tech h2 {
        text-align: center;
        max-width: 90%;
        margin: 0 auto;
    }

    .row_5__why_we_wrap .row_5__why_we {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .row_5__why_we_wrap .row_5__why_we .left {
        max-width: 100%;
    }

    .row_4__high_tech .items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .row_4__high_tech .left {
        padding-top: 45px;
    }

    .row_4__high_tech .big_red_btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .row_5__why_we_wrap .row_5__why_we .left {
        padding-right: 40px;
        text-align: center;
    }

    .row_5__why_we_wrap .row_5__why_we .left .text {
        margin: 0 auto;
    }

    .row_5__why_we_wrap .row_5__why_we .right {
        max-width: 100%;
        padding-left: 40px;
        padding-top: 50px;
    }

    .row_5__why_we_wrap .row_5__why_we .right .play_why_we {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .row_5__why_we_wrap .row_5__why_we .right .play_why_we img {
        max-width: 80%;
    }

    .row_6_yellow_txt {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .row_6_yellow_txt .right {
        padding-top: 0;
    }

    .hotels_and_comm_obj .h_tabs .item,
    .cottedgs_and_live_house .h_tabs .item {
        width: 170px;
    }

    .hotels_and_comm_obj .slider .slick-slide,
    .cottedgs_and_live_house .slider .slick-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .reviews .reviews_slider .item .bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .reviews .reviews_slider .item .bottom .name {
        text-align: left;
        margin-top: 3px;
    }

    .reviews .reviews_slider .item .bottom .name span.geo {
        font-size: 10px;
        display: block;
        margin-top: 3px;
    }

    .map_wrap .maps_object {
        padding-left: 0;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

    .map_wrap .block .wrap {
        width: 270px;
    }

    .footer .first_row,
    .footer .two_row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer .two_row .towns.item_2,
    .footer .two_row .towns.item_3,
    .footer .two_row .towns.item_4,
    .footer .two_row .towns.item_5,
    .footer .first_row .item_1,
    .footer .first_row .item_2,
    .footer .first_row .item_3,
    .footer .first_row .item_4,
    .footer .first_row .item_5,
    .footer .two_row .item_1 {
        max-width: 50%;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        margin-bottom: 30px;
    }

    .footer .two_row .item_1 {
        text-align: left;
    }

    .footer .two_row .item_1 {
        -moz-text-align-last: left;
        text-align-last: left;
    }
}

@media (max-width: 768px) {
    .about-company {
        margin: 35px 0 0 0;
    }

    .about-company__container {
        margin: 20px 0 0 0;
    }

    .about-company__para-1 {
        padding: 0;
    }

    .about-company__para-2 {
        margin: 10px 0 0 0;
    }

    .about-company__para-2-text {
        padding: 10px 0 0 0;
    }

    .about-company__para-2-text h3 {
        margin: 0 0 15px 0;
    }

    .about-company__para-2-text p {
        margin: 0 0 10px 0;
    }

    .about-company__presentation {
        margin: 35px 0 0 0;
    }

    .about-company__presentation-title {
        margin: 0 0 10px 0;
    }

    .about-company__para-3 {
        padding: 0;
        margin: 35px 0 0 0;
    }

    .about-company__para-3 .row-1 {
        line-height: normal;
    }

    .about-company__para-3 .row-2 {
        margin: 20px 0 20px 0;
    }

    .about-company__para-3 .row-2 p {
        margin: 0 0 10px 0;
    }

    .certificates__row-2-image:first-child {
        margin: 0;
    }

    .certificates__row-4 {
        margin: 10px 0 0 0;
    }

    .why-us {
        margin: 30px 0 35px 0;
    }

    .why-us__attention {
        margin: 35px 0 0 0;
    }

    .certificates-grid {
        margin: 35px 0 50px 0;
    }

    .certificates-grid__title {
        margin: 0 0 40px 0;
    }

    .advantages__container {
        margin: 20px 0 0 0;
    }
}

@media (max-width: 767px) {
    .videos__item {
        height: auto;
        margin: 0 0 20px 0;
    }

    .certificates__row-3 {
        margin: 25px 0 0 0;
    }

    .params-and-total {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
        margin: 15px 0 0 0;
    }

    .params-and-total__params {
        width: 100%;
    }

    .params-and-total__params-title {
        padding: 0 0 0 15px;
    }

    .params-and-total__param {
        padding: 0 15px 0 15px;
    }

    .params-and-total__total {
        width: 100%;
        margin: 20px 0 0 0;
    }
}

@media only screen and (max-width: 767px) {

    .row_3__find_home .tab .wrap_3_cols .form_wrap .first_row,
    .row_3__find_home .tab .wrap_3_cols .form_wrap .two_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .domkomplekt_text.s4 .right .predupregdeine p {
        margin-left: 25px;
        margin-right: 25px;
        line-height: 20px;
    }

    .text_prj_single .row_text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .plan_house .left {
        max-width: 300px;
    }

    .prj_s__slider .prj_s__slider__big_photos img {
        height: auto;
    }

    .plan_house .left {
        padding-top: 0;
    }

    .plan_house .plan_house__slider .item p {
        left: 0;
    }

    .plan_house .left {
        max-width: 250px;
    }

    .plan_house .plan_house__slider .slick-next {
        right: -40px;
    }

    .plan_house .plan_house__slider .slick-prev {
        left: -40px;
    }

    .prj_s_house .right .haracteristiki .items .item span:first-of-type {
        color: #5a5a5a;
    }

    .prj_s_house .right .haracteristiki .items .item {
        font-size: 14px;
    }

    .prj_s_house .right .haracteristiki .items .item {
        padding-left: 15px;
        padding-right: 15px;
    }

    .prj_s__slider .mini_photos {
        padding-left: 25px;
        padding-right: 25px;
    }

    .prj_s__slider .mini_photos .slick-arrow {
        top: 24px;
    }

    .plan_house .plan_house__slider .item p {
        font-size: 14px;
    }

    .prj_s_form .prj_s_form__cnt h2,
    .prj_s_form .big {
        font-size: 16px;
    }

    .prj_s_form .price p {
        font-size: 14px;
    }

    .prj_s_form .check_price .control {
        font-size: 14px;
    }

    .prj_s_form .check_price .item {
        max-width: 70%;
    }

    .prj_s_form .op_0_8 {
        font-size: 14px;
    }

    .prj_s_form .price::before {
        display: none;
    }

    .prj_s_form {
        margin-top: 30px;
    }

    .prj_s_form p.mini.ml {
        margin-left: 0;
    }

    .prj_s_house .right .haracteristiki .items .item {
        height: auto;
        padding: 8px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .plan_house .right .dop {
        padding: 25px;
    }

    .prj_s_form .prj_s_form__cnt .top_cnt,
    .prj_s_form .prj_s_form__cnt .bottom__cnt {
        padding: 25px;
    }

    .prj_s_form .p_b_1 {
        line-height: 20px;
    }

    .prj_s_form .check_price h4 {
        font-size: 14px;
    }

    .plan_house .right .dop .items .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .prj_s_form p.mini.ml {
        font-size: 14px;
    }

    .prj_s_form .check_price .control {
        padding-left: 28px;
        padding-top: 6px;
    }

    .prj_s_form .control_indicator {
        width: 20px;
        height: 20px;
    }

    .prj_s_form .control input:checked ~ .control_indicator:after {
        left: 7px;
        top: 3px;
    }

    .prj_s_form .itogs .left h4 {
        font-size: 16px;
    }

    .zakazhiki .left .text h4 {
        margin-bottom: 8px;
    }

    .zakazhiki .right .text {
        padding: 25px;
    }

    .zakazhiki .right .text {
        max-width: 100%;
        font-size: 14px;
        line-height: 1.7;
    }

    .zakazhiki .right p a {
        font-size: 16px;
    }

    .text_prj_single .row_text .right {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .text_prj_single p {
        font-size: 14px;
        line-height: 1.7;
    }

    .text_prj_single .row_text.row_text__2 h2 {
        font-size: 18px;
    }

    .text_prj_single h2 {
        margin-bottom: 20px;
    }

    .box_sip_panel .home_circle .left .item .h5_letter .letter_span {
        left: 0;
        position: relative;
        padding-right: 10px;
    }

    .box_sip_panel .home_circle .left .item p.italic br {
        display: none;
    }

    .box_sip_panel {
        padding-bottom: 0;
    }

    .text_prj_single {
        margin-top: 0;
    }

    .primechanie {
        margin-bottom: 40px;
    }

    .box_sip_panel .home_circle .left .item h4 {
        font-size: 18px;
    }

    .box_sip_panel .home_circle .left .item {
        margin-bottom: 20px;
    }

    .box_sip_panel .home_circle .left .item p.f16 {
        font-size: 14px;
    }

    .box_sip_panel .home_circle .left .item .flx {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .text_prj_single .row_text.row_text__2 {
        margin-top: 15px;
    }

    .text_prj_single .row_text .right {
        margin-top: 15px;
    }

    .text_prj_single .row_text .right h2 {
        margin-bottom: 20px;
    }

    .text_prj_single .row_text .left {
        max-width: 100%;
        margin-bottom: 0;
    }

    .primechanie .primechanie_cnt .items {
        padding-left: 20px;
        padding-right: 20px;
    }

    .primechanie .primechanie_cnt .items .left,
    .primechanie .primechanie_cnt .items .right {
        padding: 0;
    }

    .primechanie .primechanie_cnt .text p {
        font-size: 13px;
        line-height: 1.8;
    }

    .primechanie .primechanie_cnt .text .p_center {
        max-width: 100%;
    }

    .prj_s_house .left .meta .price {
        font-size: 14px;
        text-align: center;
    }

    .zakazhiki .left .text h4 {
        font-size: 16px;
    }

    .box_sip_panel .home_circle .left .item .num {
        width: 30px;
        height: 30px;
        min-width: 30px;
        min-height: 30px;
        margin-right: 0;
        margin-top: 11px;
        font-size: 14px;
        position: relative;
        left: -12px;
    }

    .box_sip_panel .home_circle .left .item h5 {
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .box_sip_panel .home_circle .left .item {
        margin-bottom: 10px;
    }

    .box_sip_panel .home_circle .left .item p {
        margin-bottom: 10px;
    }

    .single_prj_black {
        display: none;
    }

    .prj_s_form .prj_s_form__zakaz input {
        height: 50px;
    }

    .prj_s_form .prj_s_form__zakaz {
        margin-top: 20px;
    }

    .prj_s_house .right .haracteristiki {
        margin-top: 30px;
    }

    .prj_s_house .right {
        margin-top: 40px;
    }

    .prj_s_house .y_b__credit {
        font-size: 14px;
    }

    .primechanie {
        padding-left: 25px;
        padding-right: 25px;
    }

    .prj_s_house {
        margin-top: 30px;
    }

    .box_sip_panel .home_circle .left .item .flx {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .box_sip_panel .home_circle .left .item .h5_letter__2 {
        margin-top: 0;
    }

    .box_sip_panel .home_circle .left .item p {
        line-height: 22px;
    }

    .box_sip_panel {
        padding-top: 0;
    }

    .box_sip_panel .home_circle .left .item .text {
        margin-top: 10px;
    }

    .box_sip_panel .home_circle {
        margin-top: 30px;
    }

    .zakazhiki {
        padding-left: 25px;
        padding-right: 25px;
    }

    .zakazhiki .left .text h4 {
        font-size: 18px;
        line-height: 1.5;
    }

    .zakazhiki .left .text p,
    .zakazhiki .left .text p.red,
    .zakazhiki .right p {
        font-size: 14px;
        line-height: 1.7;
    }

    .prj_s_form .check_price h4 a {
        font-size: 14px;
    }

    .prj_s_form .itogs .right::before {
        display: none;
    }

    .prj_s_form .itogs .right {
        margin-top: 20px;
    }

    .prj_s_form .itogs {
        margin-top: 30px;
    }

    .prj_s_form .itogs .right .itog_price {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .prj_s_form .itogs .right .itog_price .price_p {
        font-size: 20px;
    }

    .prj_s_form .itogs .right .itog_price .t_i {
        font-size: 18px;
    }

    .prj_s_form {
        padding-left: 25px;
        padding-right: 25px;
    }

    .prj_s_form .itogs .left {
        max-width: 100%;
    }

    .prj_s_form .itogs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .plan_house .right .dop .items .item span {
        margin-top: 10px;
        font-size: 16px;
    }

    .plan_house .right .dop .items .item p {
        font-size: 14px;
        line-height: 1.7;
    }

    .plan_house .right .dop .items .item span {
        text-align: left;
    }

    .prj_s__slider .mini_photos .slick-prev {
        left: -26px;
    }

    .prj_s__slider .mini_photos .slick-next {
        right: -26px;
    }

    .prj_s__slider .mini_photos .slick-prev,
    .prj_s__slider .mini_photos .slick-next {
        width: 17px;
        height: 17px;
        background-size: contain;
    }

    .plan_house .plan_house__slider .slick-next,
    .plan_house .plan_house__slider .slick-prev {
        width: 17px;
        height: 17px;
        background-size: contain;
    }

    .prj_s_house,
    .plan_house,
    .box_sip_panel,
    .text_prj_single {
        padding-left: 25px;
        padding-right: 25px;
    }

    .prj_s__slider .mini_photos .item img {
        width: 96px;
        height: 60px;
    }

    .prj_s_house .left {
        padding-left: 0;
        padding-right: 0;
    }

    .domkomplekt_text h3 .num::after {
        display: none;
    }

    .reschet_domkomplekt .reschet_domkomplekt__form .yellow_block {
        padding: 25px;
    }

    .inp_select,
    .inp_num {
        font-size: 14px;
    }

    .reschet_domkomplekt .reschet_domkomplekt__form .mtradio .control,
    .reschet_domkomplekt .reschet_domkomplekt__form .control {
        font-size: 14px;
    }

    .reschet_domkomplekt .reschet_domkomplekt__form .hr_y_f {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .reschet_domkomplekt .reschet_domkomplekt__form .white_block .title {
        margin-right: 0;
        padding-left: 0px;
        padding-right: 25px;
    }

    .reschet_domkomplekt .reschet_domkomplekt__form .mr__row_itm {
        margin-bottom: 10px;
    }

    .reschet_domkomplekt .reschet_domkomplekt__form .white_block .right .price_fo_form .item .price .rub_icon {
        font-size: 19px;
    }

    .yellow_raschet.v_m_y_raschet .yellow_block_raschet {
        padding: 0 40px;
        padding-top: 40px;
        padding-bottom: 34px;
    }

    .reschet_domkomplekt .reschet_domkomplekt__form .white_block {
        padding-bottom: 45px;
    }

    .yellow_raschet.v_m_y_raschet h2 {
        font-size: 16px;
    }

    .reschet_domkomplekt .reschet_domkomplekt__form .white_block .right .price_fo_form .item {
        margin-bottom: 20px;
    }

    .reschet_domkomplekt .reschet_domkomplekt__form .white_block .right .submit_btn .submit_inp {
        margin-top: 20px;
    }

    .reschet_domkomplekt .reschet_domkomplekt__form .white_block .right .price_fo_form {
        padding-top: 40px;
    }

    .reschet_domkomplekt .reschet_domkomplekt__form .white_block .right .price_fo_form .title {
        padding-right: 0;
        font-size: 14px !important;
    }

    .reschet_domkomplekt .reschet_domkomplekt__form .hr_y_f.hr_y_f_2 {
        margin-bottom: 10px;
        margin-top: 0;
    }

    .reschet_domkomplekt .reschet_domkomplekt__form .title {
        font-size: 16px;
    }

    .reschet_domkomplekt .top_block h2 {
        font-size: 16px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .reschet_domkomplekt .reschet_domkomplekt__form .y_b_m {
        margin-top: 0;
        margin-bottom: 0;
    }

    .reschet_domkomplekt .reschet_domkomplekt__form .white_block {
        margin-top: 30px;
    }

    .reschet_domkomplekt .reschet_domkomplekt__form .y_b_cnt .left,
    .reschet_domkomplekt .reschet_domkomplekt__form .y_b_cnt .right {
        max-width: 100%;
    }

    .reschet_domkomplekt .reschet_domkomplekt__form .y_b_cnt {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .big_house .chto_vhodit_v_domkomplekt .items .right {
        display: none;
    }

    .big_house .chto_vhodit_v_domkomplekt .items .left {
        width: 100%;
    }

    .reschet_domkomplekt .reschet_domkomplekt__form .white_block .left .items_cnt .item {
        padding-left: 15px;
        padding-right: 15px;
    }

    .domkomplekt_text .content {
        padding-left: 25px;
        padding-right: 25px;
    }

    .big_house .chto_vhodit_v_domkomplekt .podtext {
        margin-left: 0;
    }

    .reschet_domkomplekt {
        padding-left: 25px;
        padding-right: 25px;
    }

    .domkomplekt_text .flx {
        font-size: 14px;
    }

    .domkomplekt_text.s4 .right .predupregdeine img {
        max-width: 25%;
    }

    .domkomplekt_text .big_mrg .flx {
        margin-top: 15px;
    }

    .domkomplekt_text .num {
        font-size: 20px;
        padding-right: 20px;
        padding-left: 12px;
        padding-top: 2px;
        max-width: 44px;
        min-width: 44px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .domkomplekt_text .right,
    .domkomplekt_text .left {
        padding: 0;
    }

    .no_buy {
        margin-top: 5px;
    }

    .domkomplekt_text h3 a {
        font-size: 12px;
        background-size: 18px;
    }

    .domkomplekt_text h3 {
        font-size: 15px;
    }

    .big_house .chto_vhodit_v_domkomplekt {
        padding-left: 25px;
        padding-right: 25px;
    }

    .domkomplekt_text .txt_r {
        font-size: 14px;
    }

    .domkomplekt_text .mb_cnt {
        margin-bottom: 30px;
    }

    .domkomplekt_text .right {
        margin-top: 30px;
    }

    .domkomplekt_text .content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .domkomplekt_text .mb_cnt {
        text-align: center;
    }

    .big_house .chto_vhodit_v_domkomplekt {
        margin-top: 0;
    }

    .big_house .chto_vhodit_v_domkomplekt .podtext {
        margin-top: 15px;
    }

    .big_house .chto_vhodit_v_domkomplekt .items .left .item .text {
        font-size: 14px;
    }

    .big_house {
        margin-top: 35px;
    }

    .big_house .chto_vhodit_v_domkomplekt h3 {
        text-align: center;
        font-size: 18px;
    }

    .big_house h1 {
        padding-left: 25px;
        padding-right: 25px;
        font-size: 20px;
        line-height: 32px;
    }

    .reschet_domkomplekt .reschet_domkomplekt__form .white_block .text {
        min-width: auto;
    }

    .reschet_domkomplekt .reschet_domkomplekt__form .yellow_block {
        padding: 10px;
    }

    .domkomplekt_text .right,
    .domkomplekt_text .left {
        max-width: 100%;
    }

    .domkomplekt_text .items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .reschet_domkomplekt .reschet_domkomplekt__form .white_block .right {
        margin-left: 0;
    }

    .reschet_domkomplekt .reschet_domkomplekt__form .white_block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .inner_header_bg .breadcrumbs {
        padding-top: 50px;
        padding-bottom: 5px;
    }

    .yellow_raschet .vnimanie_block p {
        font-size: 14px;
        line-height: 23px;
    }

    .projects_text .items .right .vnimanie_right p {
        font-size: 14px;
        line-height: 23px;
    }

    .modal_dom_index .content .empty_block {
        display: none;
    }

    .akcii_slider .slick-next,
    .akcii_slider .slick-prev {
        display: inline-block !important;
    }

    .modal_dom_index .dialog__content {
        padding-top: 4em;
    }

    .modal_dom_index .content .photos .mt70 {
        margin-top: 0;
    }

    .modal_dom_index .content .photos .mb25 {
        margin-bottom: 15px;
    }

    .modal_dom_index .dialog__content {
        width: 85%;
    }

    .modal_dom_index .content .photos .left {
        max-width: 100%;
    }

    .modal_dom_index .content .text p {
        font-size: 14px;
    }

    .modal_dom_index .content .photos .right {
        max-width: 100%;
    }

    .footer .two_row .towns.item_3 .creator,
    .footer .two_row .towns.item_5 .soc_links {
        display: none;
    }

    .footer .two_row .towns.item_3 .creator span {
        font-size: 13px;
    }

    .mob_bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }

    .mob_bottom .creator {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-family: Montserrat;
    }

    .mob_bottom .creator span {
        color: #fff;
        font-size: 14px;
        opacity: 0.65;
    }

    .mob_bottom .creator span.semi_red {
        color: #a32637;
        opacity: 1;
    }

    .mob_bottom .creator img {
        width: 20px;
        margin-right: 3px;
        margin-left: 8px;
    }

    .mob_bottom .soc_links {
        max-width: 115px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .mob_bottom .soc_links a {
        display: inline-block;
        width: 30px;
        height: 30px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        -webkit-transition: 0.9s;
        -o-transition: 0.9s;
        transition: 0.9s;
    }

    .mob_bottom .soc_links a:hover {
        -webkit-transition: 0.9s;
        -o-transition: 0.9s;
        transition: 0.9s;
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    .mob_bottom .soc_links a.vk {
        background-image: url(../img/footer_vk_icon.svg);
        background-size: 22px;
    }

    .mob_bottom .soc_links a.odn {
        background-image: url(../img/footer_odn_icon.svg);
        background-size: 19px;
    }

    .mob_bottom .soc_links a.inst {
        background-image: url(../img/footer_inst_icon.svg);
        background-size: 17px;
    }

    .mob_bottom .soc_links a.you_tube {
        background-image: url(../img/footer_you_tube_icon.svg);
        background-size: 20px;
    }

    .projects__all_projects .tovars {
        margin-bottom: 5px;
    }

    .row_3__find_home.projects_find {
        margin-top: 25px;
    }

    .dialog h2 {
        max-width: 80%;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .form_inp,
    .form_select {
        max-width: 100%;
        font-size: 14px;
        height: 45px;
    }

    .form_textarea {
        margin-top: 25px;
        font-size: 14px;
    }

    .file_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .file_row .left .file_name {
        color: #858585;
        font-size: 11px;
        margin-top: 10px;
        display: block;
    }

    .submit_row {
        margin-top: 30px;
    }

    .file_row .right {
        padding-top: 25px;
    }

    .file_row {
        margin-top: 25px;
    }

    .file_row .left .span_top {
        padding-left: 0;
    }

    .file_row .left .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .custom-file-upload {
        font-size: 14px;
        height: 45px;
        width: 100%;
        max-width: 100%;
    }

    .file_row .left .item_file_cnt {
        max-width: 100%;
    }

    .form_submit {
        height: 50px;
    }

    .file_row .right {
        max-width: 100%;
        width: 100%;
    }

    .dialog h2 {
        font-size: 20px;
    }

    .form_inp {
        margin-bottom: 25px;
    }

    .yellow_raschet .vnimanie_block {
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .projects__all_projects {
        margin-bottom: 45px;
    }

    .yellow_raschet .yellow_block_raschet .left .item {
        max-width: 80%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .breadcrumbs {
        padding-left: 25px;
        padding-right: 25px;
    }

    .yellow_raschet .yellow_block_raschet .left .item .town {
        font-size: 16px;
    }

    .yellow_raschet .yellow_block_raschet .left .item p {
        font-size: 14px;
    }

    .yellow_raschet .yellow_block_raschet .raschet_btn span {
        font-size: 27px;
    }

    .yellow_raschet .yellow_block_raschet .left .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .tovar_item .item {
        width: 290px;
    }

    .projects__all_projects .tovars .items .tovar_item {
        margin-bottom: 30px;
    }

    .projects__all_projects {
        margin-top: 30px;
    }

    .projects__all_projects .tovars .items .tovar_item {
        width: 100%;
    }

    .projects__all_projects .top_row .snoska .items .item {
        margin-left: 10px;
        margin-right: 10px;
    }

    .projects__all_projects,
    .yellow_raschet {
        padding-left: 25px;
        padding-right: 25px;
    }

    .pagination .prev_btn,
    .pagination .next_btn,
    .pagination .num,
    .pagination .dote {
        margin-left: 3px;
        margin-right: 3px;
    }

    .pagination .prev_btn,
    .pagination .next_btn {
        margin-left: 5px;
        margin-right: 5px;
    }

    .projects_text {
        padding-left: 25px;
        padding-right: 25px;
    }

    .hotels_and_comm_obj .slider .slick-slide,
    .cottedgs_and_live_house .slider .slick-slide {
        margin: 0 8px;
    }

    .hotels_and_comm_obj .slider .slick-list,
    .cottedgs_and_live_house .slider .slick-track {
        margin: 0;
    }

    .header_mob .gamburger {
        width: 35px;
        height: 35px;
    }

    .cottedgs_and_live_house .slick-slider .slick-track,
    .hotels_and_comm_obj .slick-slider .slick-track,
    .cottedgs_and_live_house .slick-slider .slick-list,
    .hotels_and_comm_obj .slick-slider .slick-list {
        -webkit-transition: all 0.55s ease-out 0s !important;
        -o-transition: all 0.55s ease-out 0s !important;
        transition: all 0.55s ease-out 0s !important;
    }

    .cottedgs_and_live_house .slick-list,
    .hotels_and_comm_obj .slick-list {
        margin: 0 -8px;
    }

    .w1440_main_wrap,
    .row_2__yellow_links,
    .row_3__find_home,
    .row_2__yellow_links,
    .footer .wrap {
        padding-left: 25px;
        padding-right: 25px;
    }

    .row_3__find_home .right,
    .row_3__find_home .left {
        max-width: 100%;
    }

    .modal-mainscreen-social .social_links a.youtube_icon {
        margin-left: 0;
    }

    .modal-mainscreen {
        width: 100%;
        left: -300%;
        padding: 50px;
        padding-top: 100px;
        overflow-y: scroll;
    }

    .modal-mainscreen .geo {
        margin-bottom: 45px;
    }

    .modal-mainscreen-contacts {
        margin-bottom: 0px;
    }

    .modal-mainscreen .geo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .modal-mainscreen-social {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .modal-mainscreen-social .social_links {
        max-width: 50%;
    }

    .modal-mainscreen__close {
        top: 30px;
        right: 30px;
    }

    .header_mob header .logo {
        max-width: 65px;
    }

    .mainscreen-catalog-menu {
        text-align: left;
    }

    .modal-mainscreen-contacts {
        text-align: left;
    }

    .mainscreen-catalog-menu li {
        margin: 0;
        border-bottom: 1px solid #ccc;
        padding-top: 8px;
        padding-bottom: 5px;
    }

    h2 {
        font-size: 20px;
        line-height: 1.4;
    }

    .news_slider.slick-slider {
        position: relative;
        right: 0;
    }

    .akcii_slider .item .title h1,
    .akcii_slider .item .title h2 {
        font-size: 30px;
        line-height: 1.5;
    }

    .akcii_slider .item .title {
        margin-top: 40px;
    }

    .akcii_slider .item .date,
    .link_arrow.big {
        font-size: 16px;
    }

    .index_bg {
        height: 100vh;
    }

    .w1440_main_wrap {
        padding-top: 25vh;
    }

    .akcii_slider .item .sub_title span {
        font-size: 16px;
    }

    .akcii_slider .item .link {
        margin-top: 40px;
    }

    .akcii_slider .slick-dots::after {
        max-width: 100%;
        min-width: 100%;
        height: 80px;
    }

    .akcii_slider .slick-next {
        left: 85%;
    }

    .akcii_slider .slick-prev {
        left: 76%;
    }

    .row_2__yellow_links {
        margin-top: 35px;
    }

    .inner_header_bg {
        margin-top: 30px;
        padding-bottom: 15px;
        height: auto;
        padding-bottom: 0;
    }

    .row_2__yellow_links.black .item span {
        font-size: 12px;
    }

    .row_2__yellow_links .item span {
        font-size: 12px;
    }

    .news_slider.slick-slider {
        margin-top: 30px;
        display: none;
    }

    .projects_text .items .left p {
        font-size: 14px;
        line-height: 1.8;
    }

    .row_2__yellow_links.black {
        margin-top: 20px;
    }

    .row_2__yellow_links,
    .row_2__yellow_links.black {
        margin-left: 25px;
        margin-right: 25px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        padding: 40px 25px;
        padding-bottom: 15px;
    }

    .row_2__yellow_links a.item_wrap {
        width: 50%;
    }

    .row_2__yellow_links .item {
        margin-bottom: 25px;
    }

    .news_slider {
        padding: 25px;
        padding-top: 40px;
    }

    .news_slider {
        max-width: 100%;
    }

    .row_3__find_home .left {
        margin-top: 20px;
        height: auto;
        padding: 25px;
    }

    .row_3__find_home .left .h_tabs .item {
        font-size: 14px;
    }

    .row_3__find_home .left .h_tabs .item {
        height: 43px;
    }

    .row_3__find_home .form_wrap {
        margin-top: 0;
    }

    .row_3__find_home .left .h_tabs .item {
        width: 47%;
    }

    .row_3__find_home .tab .wrap_3_cols {
        padding: 0;
    }

    .row_3__find_home .tab .wrap_3_cols .form_wrap .first_row .col_1,
    .row_3__find_home .tab .wrap_3_cols .form_wrap .two_row .col_1 {
        margin-right: 0;
    }

    .row_3__find_home .tab .wrap_3_cols .form_wrap .first_row .col,
    .row_3__find_home .tab .wrap_3_cols .form_wrap .two_row .col {
        margin-bottom: 15px;
    }

    .row_3__find_home .tab .wrap_3_cols .form_wrap .first_row {
        margin-bottom: 10px;
    }

    .row_3__find_home .tab .wrap_3_cols .form_wrap .inp_select,
    .row_3__find_home .tab .wrap_3_cols .form_wrap .inp_submit {
        width: 201px;
    }

    .row_3__find_home .tab .wrap_3_cols .form_wrap .three_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .row_3__find_home .tab .wrap_3_cols .form_wrap .three_row {
        margin-top: 10px;
    }

    .row_3__find_home .tab .wrap_3_cols .form_wrap .three_row label {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .row_3__find_home .tab .wrap_3_cols .form_wrap .inp_select,
    .row_3__find_home .tab .wrap_3_cols .form_wrap .inp_submit {
        margin-left: 0;
    }

    .row_3__find_home .tab .wrap_3_cols .form_wrap .inp_submit {
        margin-top: 20px;
    }

    .row_3__find_home .right .row_50 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 25px;
    }

    .row_3__find_home .right .item {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .row_3__find_home .right .row_100 {
        margin-top: 0;
    }

    .row_3__find_home .right .item .title {
        font-size: 14px;
    }

    .row_3__find_home .right .item .link_arrow.big.med {
        font-size: 14px;
    }

    .row_4__high_tech {
        margin-top: 40px;
    }

    .row_4__high_tech h2 {
        max-width: 100%;
    }

    .row_4__high_tech {
        padding-left: 25px;
        padding-right: 25px;
    }

    .row_4__high_tech .left .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 35px;
    }

    .row_4__high_tech .left .item .num {
        margin-bottom: 20px;
    }

    .row_4__high_tech .left .item .link {
        margin-top: 5px;
        top: 0;
        margin-left: 0;
    }

    .row_4__high_tech .left .item .link a {
        background-image: none;
        padding-right: 0;
    }

    .row_4__high_tech .left .item .text::after {
        display: none;
    }

    .row_4__high_tech .left .item .text {
        padding-left: 0;
    }

    .row_4__high_tech .big_red_btn .btn {
        background-image: none;
        background-color: #eb0404;
        padding: 20px;
        border-radius: 20px;
        text-align: center;
        height: 75px;
        font-size: 14px;
    }

    .row_4__high_tech .big_red_btn {
        margin-top: 10px;
    }

    .row_5__why_we_wrap .row_5__why_we .left {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 40px;
    }

    .row_5__why_we_wrap .row_5__why_we .left .text {
        max-width: 100%;
        text-align: left;
    }

    .row_5__why_we_wrap .row_5__why_we .left .gray_text {
        margin-bottom: 30px;
    }

    .row_5__why_we_wrap .row_5__why_we .right .play_why_we img {
        max-width: 100%;
    }

    .row_6_yellow_txt .left {
        margin-left: 25px;
        margin-right: 25px;
    }

    .row_6_yellow_txt .left .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .row_6_yellow_txt .left .row .item {
        width: 100%;
    }

    .row_6_yellow_txt {
        margin: 0 25px;
    }

    .row_4__high_tech .left .item {
        text-align: center;
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .row_4__high_tech .left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .row_5__why_we_wrap .row_5__why_we .right {
        padding-top: 40px;
    }

    .row_6_yellow_txt .left {
        margin-left: 0;
        margin-right: 0;
        padding-left: 25px;
        padding-right: 25px;
    }

    .row_6_yellow_txt .left .row .fix_item {
        left: 0;
    }

    .row_6_yellow_txt .left .row {
        margin-bottom: 0px;
    }

    .row_6_yellow_txt .left .row .item {
        margin-bottom: 25px;
    }

    .row_6_yellow_txt .left .row .item .icon {
        width: 50px;
    }

    .row_6_yellow_txt .right {
        margin-right: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .row_7__vnimanie {
        height: auto;
        padding-top: 40px;
        padding-bottom: 30px;
        font-size: 14px;
    }

    .row_8__how_we_work {
        margin-top: -20px;
    }

    .hotels_and_comm_obj,
    .cottedgs_and_live_house {
        margin-top: 60px;
    }

    .hotels_and_comm_obj .h_tabs .item,
    .cottedgs_and_live_house .h_tabs .item {
        font-size: 12px;
    }

    .hotels_and_comm_obj,
    .cottedgs_and_live_house {
        padding-left: 25px;
        padding-right: 25px;
    }

    .hotels_and_comm_obj .wrap,
    .cottedgs_and_live_house .wrap {
        margin-top: 30px;
    }

    .hotels_and_comm_obj .tabs,
    .cottedgs_and_live_house .tabs {
        margin-top: 70px;
    }

    .hotels_and_comm_obj .slider .slick-prev,
    .cottedgs_and_live_house .slider .slick-prev {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
    }

    .hotels_and_comm_obj .slider .slick-next,
    .cottedgs_and_live_house .slider .slick-next {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
    }

    .hotels_and_comm_obj .slider .slick-prev,
    .cottedgs_and_live_house .slider .slick-prev {
        right: 30px;
    }

    .hotels_and_comm_obj .slider .slick-arrow,
    .cottedgs_and_live_house .slider .slick-arrow {
        top: -50px;
    }

    .hotels_and_comm_obj .slider .slick-next,
    .cottedgs_and_live_house .slider .slick-next {
        right: 0px;
    }

    .hotels_and_comm_obj .link_catalog,
    .cottedgs_and_live_house .link_catalog {
        margin-top: 30px;
    }

    .hotels_and_comm_obj .link_catalog a,
    .cottedgs_and_live_house .link_catalog a {
        font-size: 14px;
    }

    .cottedgs_and_live_house {
        margin-top: 0px;
    }

    .dostoinstva_sip_domov {
        padding-left: 25px;
        padding-right: 25px;
    }

    .dostoinstva_sip_domov .items_text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .dostoinstva_sip_domov .items_text .left,
    .dostoinstva_sip_domov .items_txt_2 .left,
    .dostoinstva_sip_domov .items_txt_2 .right {
        max-width: 100%;
    }

    .dostoinstva_sip_domov .items_text .right {
        max-width: 100%;
        margin-top: 15px;
    }

    .dostoinstva_sip_domov .items_text {
        margin-top: 20px;
    }

    .dostoinstva_sip_domov .yelllow_wrap .items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .dostoinstva_sip_domov .items_txt_2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .dostoinstva_sip_domov .yelllow_wrap .items .item_1,
    .dostoinstva_sip_domov .yelllow_wrap .items .item_2,
    .dostoinstva_sip_domov .yelllow_wrap .items .item_3 {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .dostoinstva_sip_domov .items_txt_2 .right {
        margin-right: 0;
        margin-top: 15px;
    }

    .dostoinstva_sip_domov .vnimanie_block {
        height: auto;
        padding: 30px 25px;
    }

    .dostoinstva_sip_domov .vnimanie_block p,
    .reviews .reviews_text p {
        font-size: 14px;
    }

    .dostoinstva_sip_domov .vnimanie_block h4 {
        margin-bottom: 7px;
    }

    .reviews {
        margin-top: 40px;
    }

    .reviews .reviews_text {
        margin-top: 20px;
    }

    .reviews .reviews_slider .item .bottom {
        padding-left: 0;
        padding-right: 0;
    }

    .reviews .reviews_slider .slick-arrow {
        top: -50px;
    }

    .reviews .reviews_slider .slick-next {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
    }

    .reviews .reviews_slider .slick-prev {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
        right: 23px;
    }

    .reviews .reviews_slider .item .bottom {
        margin-top: 15px;
    }

    .map_wrap {
        margin-top: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        padding: 0;
    }

    .map_wrap.map_wrap_moscow .map-loading {
        height: auto;
        max-height: 100000px;
        margin: 0px;
    }

    .map_wrap .maps_object {
        margin-top: 0;
        padding-top: 0;
    }

    .map_wrap .block {
        margin-top: 30px;
    }

    .our_team {
        padding-left: 25px;
        padding-right: 25px;
        margin-top: 40px;
        margin-bottom: 0;
    }

    .our_team h2 {
        text-align: center;
    }

    .our_team .our_team_slider .slick-slide {
        text-align: center;
    }

    .our_team .our_team_slider .slick-slide img {
        margin: 0 auto;
        max-width: 90%;
    }

    .our_team .our_team_slider .slick-prev {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
        right: 25px;
    }

    .our_team .our_team_slider {
        margin-top: 70px;
    }

    .our_team .our_team_slider .slick-next {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
        right: -5px;
    }

    .our_team .our_team_slider .slick-arrow {
        top: -50px;
    }

    .footer .first_row {
        padding-top: 40px;
    }

    .footer .two_row .item_1 {
        width: 100%;
        min-width: 100%;
        -moz-text-align-last: center;
        text-align-last: center;
    }

    .hotels_and_comm_obj .slider .item h4,
    .cottedgs_and_live_house .slider .item h4 {
        font-size: 25px;
    }

    .footer .first_row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer .two_row .towns.item_2,
    .footer .two_row .towns.item_3,
    .footer .two_row .towns.item_4,
    .footer .two_row .towns.item_5,
    .footer .first_row .item_1,
    .footer .first_row .item_2,
    .footer .first_row .item_3,
    .footer .first_row .item_4,
    .footer .first_row .item_5,
    .footer .two_row .item_1 {
        max-width: 45%;
    }

    .footer .first_row,
    .footer .two_row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer .two_row .towns .phone_ico span.last {
        padding-left: 0;
    }

    .footer .two_row .towns .phone_ico,
    .footer .two_row .towns .mail_ico {
        background-image: none;
        padding-left: 0;
    }

    .footer .two_row .towns.item_2 .year {
        display: none;
    }

    .news_slider .slick-next {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

    .news_slider .slick-prev {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        right: 40px;
    }

    .news_slider .rubrika h3 {
        max-width: 80%;
    }

    .news_slider {
        height: auto;
    }

    .row_3__find_home .tab .wrap_3_cols .form_wrap .first_row .col,
    .row_3__find_home .tab .wrap_3_cols .form_wrap .two_row .col {
        max-width: 100%;
        width: 100%;
    }

    .row_3__find_home .tab .wrap_3_cols .form_wrap .first_row .items .item,
    .row_3__find_home .tab .wrap_3_cols .form_wrap .two_row .items .item {
        width: 47%;
    }

    .row_3__find_home .tab .wrap_3_cols .form_wrap .inp_ot {
        width: 100%;
    }

    .row_3__find_home .tab .wrap_3_cols .form_wrap .first_row .items,
    .row_3__find_home .tab .wrap_3_cols .form_wrap .two_row .items {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .row_3__find_home .tab .wrap_3_cols .form_wrap .first_row .items .item,
    .row_3__find_home .tab .wrap_3_cols .form_wrap .two_row .items .item {
        margin-right: 0;
    }

    .row_3__find_home .tab .wrap_3_cols .form_wrap .inp_select,
    .row_3__find_home .tab .wrap_3_cols .form_wrap .inp_submit {
        width: 100%;
    }

    .row_3__find_home .tab .wrap_3_cols .form_wrap .inp_select {
        background-position: 95% 50%;
    }

    .hotels_and_comm_obj .h_tabs .item,
    .cottedgs_and_live_house .h_tabs .item {
        height: 37px;
    }

    .reviews .reviews_slider .item .bottom .name span.geo {
        font-size: 12px;
    }

    .text_prj_single {
        margin-top: 10px;
    }

    .prj_s_house .left .meta .price span.item {
        display: block;
    }

    .plan_house {
        margin-top: 40px;
    }

    .zakazhiki {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .box_sip_panel h2 {
        max-width: 80%;
        margin: 0 auto;
    }

    .maps_object {
        display: none;
    }
}

@media (max-width: 525px) {
    .certificates__row-4-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .certificates__row-4-img {
        margin: 0 0 10px 0;
    }

    .build-exp__para-row-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .build-exp__para-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        padding: 0 0 5px 0;
    }

    .why-us__para-1-row-3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .why-us__image {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin: 0 0 5px 0;
        padding: 0 0 50% 0;
    }

    .why-us__para-2 {
        margin: 15px 0 0 0;
    }

    .why-us__col-1 .row > p {
        text-align: left;
        margin: 0 0 15px 0;
    }

    .why-us__col-2 .row > p {
        text-align: left;
        margin: 0 0 15px 0;
    }

    .certificates-grid__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding: 5px;
    }

    .build-calc__subtitle {
        height: 80px;
    }

    .build-calc__sizes {
        padding: 25px 0 35px 0;
    }

    .build-calc__description {
        margin: 20px 0 0 0;
    }

    .calc-floors-number__items #item-1 .calc-floors-number__item-picture {
        min-height: 120px;
    }

    .calc-floors-number__items #item-2 .calc-floors-number__item-picture {
        min-height: 120px;
    }

    .calc-floors-number__items #item-4 .calc-floors-number__item-title {
        margin: 0;
    }

    .calc-floors-number__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding: 0 9px 30px 9px;
    }

    .description-container__para-1 .p-2 {
        margin: 0 0 0 46px;
    }

    .description-container__paragraph-title {
        line-height: 22px;
        padding-bottom: 6px;
    }
}

@media (max-width: 400px) {
    .sizes-item__title {
        font-size: 16px;
    }
}

@media only screen and (max-width: 380px) {

    .row_2__yellow_links .item span,
    .row_2__yellow_links.black .item span {
        max-width: 76%;
    }
}

@media only screen and (max-width: 360px) {

    .row_2__yellow_links .item span,
    .row_2__yellow_links.black .item span {
        max-width: 76%;
    }
}

@media (max-width: 325px) {
    .certificates-grid__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 5px 0 5px 0;
    }

    .params-and-total__param {
        font-size: 14px;
    }

    .params-and-total__total-button-container button {
        width: 100%;
    }
}

@media only screen and (max-width: 320px) {
    .w1440_main_wrap {
        padding-top: 14vh;
    }

    .prj_s_form .price p {
        font-size: 12px;
    }

    .box_sip_panel .home_circle .left .item h4 {
        line-height: 23px;
    }

    .yellow_raschet .yellow_block_raschet .raschet_btn span {
        font-size: 22px;
    }

    .projects__all_projects .top_row .snoska .items .item {
        margin-right: 5px;
        margin-left: 5px;
    }

    .pagination .dote {
        display: none;
    }

    .row_2__yellow_links {
        margin-top: 35px;
    }

    h2 {
        font-size: 18px;
    }

    .row_6_yellow_txt .left {
        padding-left: 0;
        padding-right: 0;
    }

    .pre_video__photo .you_tube img {
        width: 60%;
    }

    .hotels_and_comm_obj,
    .cottedgs_and_live_house {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.block_left_virmak_video a img {
    max-width: 150px;
    margin-right: 12px;
    /* margin-top: 34px; */
}

.block_main_virmak_video {
    display: flex;
}

.block_main_virmak_video {
    margin-top: 8%;
}

.news_slider .title {
    margin-top: 0;
}

.news_slider .date {
    margin-top: 0;
}

.otzive_page_block_title h1 {
    text-align-last: left;
}

.button_youtube_red_rev_block img {
    width: 48px;
    height: 33px;
    margin-right: 38px;
}

.button_youtube_red_rev_block {
    border-radius: 31px;
    background-color: #eb0404;
    padding: 16px 29px;
}

.button_youtube_red_rev_block a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 36px;
    text-align: left;
    /* Text style for "Смотрите в" */
}

.button_youtube_red_rev_block img::before {
    width: 1px;
    height: 44px;
    background-color: #ffffff;
}

.desc_text_rev_page_block p {
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 24px;
    text-align: left;
    max-width: 305px;
}

.col_left_rev_block {
    margin-right: 30px;
}

.item_otz_rev {
    width: 32% !important;
    max-width: 32%;
}

.row_rev_otz {
    justify-content: space-between;
}

.desc_text_rev_page_block {
    margin: 26px 3px;
}

.col_right_rev_block {
    margin: 0 0 0 0px;
    width: 100%;
}

.col_left_rev_block {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 74.09722%;
    flex: 0 0 74%;
}

h4.name_of_reviever_block_page {
    color: #000000;
    font-size: 12px;
    font-weight: 800;
    text-align: left;
    margin-bottom: 0;
}

h4.city_of_reviver_block_page {
    font-weight: 400;
    color: #000000;
    font-size: 12px;
    text-align: left;
    margin-bottom: 0;
}

.desc_text_rev_page_block {
    margin-bottom: 10px;
}

@media (max-width: 1300px) {
    .col_left_rev_block {
        flex: 0 0 100%;
    }

    .desc_text_rev_page_block p {
        max-width: unset;
    }

    .col_left_rev_block {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .item_otz_rev {
        width: 49% !important;
        max-width: 49%;
    }
}

@media (max-width: 500px) {
    .item_otz_rev {
        width: 100% !important;
        max-width: 100%;
    }

    .row_rev_otz {
        padding: 0 50px;
    }
}

@media (max-width: 450px) {
    .row_rev_otz {
        padding: 0;
    }

    .col_left_rev_block {
        max-width: 320px;
    }

    .rev_container_block_otz_page {
        justify-content: center;
    }
}

.button_youtube_red_rev_block {
    display: flex;
}

.button_youtube_red_rev_block a {
    width: 100%;
    display: inline-block;
    text-align: center;
    position: relative;
}

.button_youtube_red_rev_block a::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 44px;
    background-color: #ffffff;
    top: -3px;
    left: 0;
}

.button_youtube_red_rev_block a {
    font-size: 15px;
}

@media (max-width: 1300px) {
    .button_youtube_red_rev_block a {
        font-size: 17px;
    }
}

@media (max-width: 1110px) {
    .button_youtube_red_rev_block a {
        font-size: 14px;
    }
}

.button_youtube_red_rev_block {
    display: flex;
    align-items: center;
}

@media (max-width: 920px) {
    .button_youtube_red_rev_block a {
        font-size: 12px;
    }
}

@media (max-width: 830px) {
    .button_youtube_red_rev_block a {
        font-size: 10px;
    }
}

@media (max-width: 715px) {
    .button_youtube_red_rev_block a {
        font-size: 13px;
    }

    .button_youtube_red_rev_block a::before {
        content: '';
        position: absolute;
        width: 1px;
        height: 80px;
        background-color: #ffffff;
        top: -3px;
        left: 0;
    }
}

@media (max-width: 640px) {
    .button_youtube_red_rev_block a::before {
        left: -9px;
    }
}

@media (max-width: 600px) {
    .button_youtube_red_rev_block a::before {
        left: -13px;
    }
}

@media (max-width: 546px) {
    .button_youtube_red_rev_block a::before {
        height: 114px;
    }
}

@media (max-width: 450px) {
    .button_youtube_red_rev_block a::before {
        height: 186px;
    }
}

.projects__all_projects .tovars .items .tovar_item {
    margin-bottom: 40px;
}

.descr_dnevnik_block_page p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 24px;
    text-align: left;
}

.dnevnik_of_buildings_page .item_rev_block_page img {
    width: 330px;
    height: 299px;
}

.dnevnik_of_buildings_page h4.name_of_reviever_block_page {
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.dnevnik_of_buildings_page .link_arrow.yellow {
    width: 100%;
    text-align: right;
}

.dnevnik_of_buildings_page .link_arrow.yellow a {
    color: #000000;
    font-family: Merriweather;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 24px;
}

.dnevnik_of_buildings_page .item_otz_rev {
    margin-bottom: 60px;
}

.dnevnik_of_buildings_page h4.name_of_reviever_block_page {
    padding: 15px 6px;
    height: 102px;
}

.dnevnik_of_buildings_page .link_arrow.yellow.big {
    background-image: url(/local/templates/virmak/assets/css/../img/grey_arrow_page.png);
}

@media (max-width: 615px) {
    .dnevnik_of_buildings_page h4.name_of_reviever_block_page {
        height: 110px;
    }
}

@media (max-width: 450px) {
    .dnevnik_of_buildings_page .item_rev_block_page img {
        height: 200px !important;
    }
}

.sips_panel_houses_block h3 {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    margin-bottom: 30px;
}

.sips_panel_houses_block .pre_video__photo p {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.sips_panel_houses_block .pre_video__photo {
    width: 497px;
    height: 276px;
    margin-top: -80px;
    margin-bottom: 65px;
}

.sips_panel_houses_block .pre_video__photo .you_tube img {
    width: 45px;
    height: 50px;
}

.sips_panel_houses_block p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
}

.sips_panel_houses_block .video p {
    text-align: left;
}

.sips_panel_houses_block .outer_text_mid_page_sip {
    margin-bottom: 100px;
}

.sips_panel_houses_block .video-with-info .video {
    width: unset;
}

.video_sec_block_page_sip .video_sec_block_page_sip_item {
    margin-top: -75px;
}

.video_sec_block_page_sip_item ul {
    margin-top: 30px;
}

.video_sec_block_page_sip_item ul li {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    line-height: 28px;
    margin-left: 35px;
    margin-bottom: 5px;
    position: relative;
}

.video_sec_block_page_sip_item ul li::before {
    content: '';
    position: absolute;
    left: -25px;
    top: 11px;
    width: 11px;
    height: 11px;
    background-color: #ffcb05;
    border-radius: 25px
}

.outer_text_midbot_page_sip {
    margin-bottom: 40px;
}

.sips_panel_houses_block .mid_vid_page_sip {
    margin-top: -22px;
}

.sips_panel_houses_block .midbot_vid_page_sip {
    margin-right: 15px;
    margin-top: -22px;
}

.sips_panel_houses_block .video p {
    margin-left: 10px;
}

.video_sec_block_page_sip_mid_block .video {
    margin-right: 20px;
}

.mid_block_text p {
    padding-right: 35px;
}

.how_to_builds_cott {
    margin-top: 30px;
}

.video_sec_block_page_sip_item_bottom_block {
    margin-top: -50px;
}

@media (max-width: 850px) {
    .first_block_sips_panels_page h3 {
        width: 100%;
        text-align: center;
    }

    .first_block_sips_panels_page .video-with-info {
        flex-direction: column;
        align-items: center;
    }

    .first_block_sips_panels_page .video-with-info .text {
        width: 100%;
    }

    .first_block_sips_panels_page .pre_video__photo {
        margin-top: 10px;
    }

    .first_block_sips_panels_page .outer_text_mid_page_sip {
        margin-bottom: 0 !important;
    }

    .sips_panel_houses_block .mid_vid_page_sip {
        margin-bottom: 0;
    }

    .sips_panel_houses_block .second_video_block_page_sip {
        margin-bottom: 130px;
    }

    .sips_panel_houses_block .midbot_vid_page_sip {
        margin-bottom: 90px;
    }
}

@media (max-width: 550px) {
    .sips_panel_houses_block .pre_video__photo {
        width: unset;
        height: unset;
    }

    .sips_panel_houses_block .midbot_vid_page_sip {
        margin-bottom: 40px;
    }
}

.contant_block_all_pages {
    margin: 60px 0 0 0;
}

.dnevnik_of_buildings_page .link_arrow.yellow {
    text-align: left;
}

.dnevnik_of_buildings_page .link_arrow.yellow.big {
    max-width: 115px;
}

.row_for_all_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.item_all_block_page {
    -ms-flex: 0 0 29%;
    flex: 0 0 29%;
    max-width: 29%;
    margin-bottom: 40px;
}

.item_all_block_page .partners__item .partners__item__img img {
    object-fit: none;
    width: 330px;
    height: 300px;
}

.partners__item__img {
    margin-bottom: 20px;
}

.kontakti-company {
    margin: 60px 0 0 0;
}

.kontakti-company p {
    line-height: 24px;
}

.partners__item__title {
    line-height: 24px;
}

.prev_video_play_sip {
    width: 497px;
    height: 270px;
    object-fit: none;
}

.container-1440 .new-calc {
    margin-top: 60px;
}

.modal-style-for-calc .modal-header {
    display: none !important;
}

.container_calc_page {
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}

.fourti_four_page_class {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

.fourti_four_page_class .big_words_of_error h1 {
    font-size: 150px;
}

.fourti_four_page_class .description_error_page p {
    font-size: 30px;
    margin-top: 22px;
}

.photo_gall_bot_more_col {
    display: flex;
    justify-content: space-between;
}

.prj_s_form .prj_s_form__zakaz input {
    background-color: #fff;
}

.all_block_pages {
    margin: 60px 0 0 0;
}

.all_block_pages p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
}

.all_block_pages h3 {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    margin-bottom: 30px;
}

.top_photo_and_text__sravnenie_sip_page .left img {
    max-width: 340px;
    margin-right: 20px;
}

.row_size_block_in_texts {
    margin-top: 20px;
    margin-bottom: 20px;
}

.video.left {
    margin-bottom: 10px;
}

.italic_descr_block_text {
    font-style: italic;
}

.mid_block_text_sips_sravn {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.video p {
    margin-bottom: 10px;
}

.duo_pict_text_sips_block {
    display: flex;
    justify-content: space-around;
}

.bot_block_text_sips_block {
    margin-top: 15px;
    margin-bottom: 30px;
}

.bot_block_text_sips_block p {
    margin-top: 10px;
}

#kredit_modal_id .form_inp {
    margin-bottom: 40px;
}

#kredit_modal_id .row_form .mr25 {
    margin-right: 25px;
}

#kredit_modal_id .form_textarea {
    margin-top: -5px;
}

#kredit_modal_id .file_row {
    margin-top: 45px;
    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;
}

#kredit_modal_id .submit_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 10px;
}

#kredit_modal_id .file_row .left {
    max-width: 320px;
    width: 100%;
}

.dnevnik_of_buildings_page h4.name_of_reviever_block_page {
    font-size: 14px;
}

.teplo_ol_li_block li {
    list-style: decimal;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #000;
    margin-left: 34px;
}

.a_list_style__teplo a {
    margin: 5px 0;
    font-weight: 600;
}

.a_list_style__teplo {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

@media (max-width: 820px) {
    .top_photo_and_text__sravnenie_sip_page .video-with-info {
        display: flex;
        flex-direction: column;
        align-content: center;
        text-align: center;
    }

    .top_photo_and_text__sravnenie_sip_page .video-with-info .text {
        width: 100%;
    }
}

@media (max-width: 885px) {
    .row_size_block_in_texts .video-with-info p {
        text-align: center;
    }

    .row_size_block_in_texts .video-with-info {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .row_size_block_in_texts .video-with-info .text {
        width: 100%;
    }
}

@media (max-width: 1100px) {
    .mid__block_text_and_vid_2.video-with-info {
        flex-direction: column;
        text-align: center;
    }

    .mid__block_text_and_vid_2.video-with-info .video {
        width: 100%;
    }

    .mid__block_text_and_vid_2.video-with-info .text {
        width: 100%;
    }

    .bot_bideo_and_text_block.video-with-info {
        flex-direction: column;
        text-align: center;
    }

    .bot_bideo_and_text_block.video-with-info .video {
        width: 100%;
    }

    .bot_bideo_and_text_block.video-with-info .text {
        width: 100%;
    }
}

@media (max-width: 1000px) {
    .mid_next_text_align_adapt.video-with-info .text {
        width: 100%;
    }

    .mid_next_text_align_adapt.video-with-info {
        flex-direction: column;
        text-align: center;
    }

    .mid_next_text_align_adapt.video-with-info .right image-rendering {
        max-width: 565px;
    }

    .top_photo_and_text__sravnenie_sip_page .left img {
        max-width: 340px;
        margin-right: 0px;
    }
}

@media (max-width: 460px) {
    .sravnenie-tekhnologiy-sip-i-karkas-company iframe {
        width: 100% !important;
    }

    .sravnenie-tekhnologiy-sip-i-karkas-company .container-1440 {
        padding: 0;
    }
}

@media (max-width: 1000px) {
    .top_photo_and_text__sravnenie_sip_page .video-with-info .mid_block_text img {
        margin-right: 20px;
    }
}

@media (max-width: 365px) {
    .sravnenie-tekhnologiy-sip-i-karkas-company.all_block_pages h2 {
        font-size: 16px;
        margin-left: 10px;
    }

    .sravnenie-tekhnologiy-sip-i-karkas-company.all_block_pages p {
        margin-left: 10px;
    }

    .sravnenie-tekhnologiy-sip-i-karkas-company.all_block_pages h3 {
        margin-left: 10px;
    }

    .top_photo_and_text__sravnenie_sip_page .video-with-info .mid_block_text img {
        margin-right: 0px;
    }
}

@media (max-width: 767px) {
    .sravnenie-tekhnologiy-sip-i-karkas-company {
        padding: 0 25px;
    }
}

.yellow_raschet {
    margin-top: 35px;
}

@media (min-width: 1025px) and (max-width: 1225px) {
    header .header_menu ul li a {
        white-space: nowrap;
    }
}

.left_video_video_and_text_block {
    margin-right: 20px;
}

.descript_fric_text_teplotehnicheskiyraschet p {
    font-weight: 600;
}

.descript_fric_text_teplotehnicheskiyraschet {
    margin-bottom: 15px;
}

.video_and_text_block {
    display: flex;
    justify-content: space-between;
}

.duo_pictures_without_text {
    display: flex;
    justify-content: space-around;
    margin: 20px 0;
}

.left_picture_block_without {
    width: 48%;
    text-align: right;
}

.right_picture_block_without {
    width: 48%;
    text-align: left;
}

.preimushestva-company__para-1-text {
    line-height: 24px;
}

.left_video_video_and_text_block iframe {
    width: 415px;
}


/* .video_center_in_p {
  max-width: 415px;
} */

.video_center_in_p iframe {
    width: 415px;
}

@media (max-width: 867px) {
    .video_and_text_block {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 460px) {
    .video_center_in_p iframe {
        width: 280px;
        height: 200px;
    }

    .left_video_video_and_text_block iframe {
        width: 280px;
        height: 200px;
    }
}

.top_photo_and_text__sravnenie_sip_page iframe {
    margin-right: 20px;
}

@media (max-width: 600px) {
    .duo_pictures_without_text {
        flex-direction: column;
        align-items: center;
    }

    .left_picture_block_without {
        margin-bottom: 10px;
    }

    .right_picture_block_without {
        margin-top: 10px;
    }

    .left_picture_block_without {
        width: 100%;
        text-align: center;
    }

    .right_picture_block_without {
        width: 100%;
        text-align: center;
    }
}

.video_and_text_block_mr {
    margin-bottom: 30px;
}

.all_block_pages iframe {
    margin-top: 10px;
}

.duo_pictures_without_text_video {
    text-align: center;
}

.duo_pictures_without_text_video_it p {
    text-align: center;
}

.universal_video_text_and_video_block {
    display: flex;
    justify-content: space-between;
    justify-content: center;
}

.pre_video__photo .you_tube_uni_block img {
    width: 45px;
    height: 50px;
}

.pre_video_photo_univ {
    width: 410px !important;
    height: 270px !important;
    margin-right: 20px;
}

.prev_video_play_sip_uni {
    width: 410px !important;
    height: 270px !important;
    object-fit: none;
}

@media (max-width: 767px) {
    .universal_video_text_and_video_block {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .left_video_block_universal_video_text {
        margin-bottom: 20px;
    }
}

@media (max-width: 444px) {
    .pre_video_photo_univ {
        width: 100% !important;
        height: 270px !important;
    }

    .prev_video_play_sip_uni {
        width: 100% !important;
        height: auto !important;
        object-fit: none;
    }
}

.news_slider .title h4 {
    color: #000000;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.4px;
    margin-top: 7px;
}

.universal_video_text_and_video_block {
    margin-bottom: 25px;
}

.center_pre_video_photo_univ {
    text-align: center;
    width: 100% !important;
}

.text_spb_page p {
    margin-top: 20px;
}

.slider_about_spb_page .slick-arrow {
    position: absolute;
    z-index: 5;
    top: 33px;
    right: 0;
}

.slider_about_spb_page .slick-prev {
    width: 30px;
    height: 30px;
    background-image: url(../img/home_slider_arrow_left.svg);
    background-size: 20px;
    border: none;
    outline: none;
    background-color: transparent;
    background-position: 50% 50%;
    text-indent: -99999999px;
    right: 54px;
    background-repeat: no-repeat;
    -webkit-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.slider_about_spb_page .slick-next {
    width: 30px;
    height: 30px;
    background-image: url(../img/home_slider_arrow_right.svg);
    background-size: 20px;
    border: none;
    outline: none;
    background-color: transparent;
    background-position: 50% 50%;
    text-indent: -99999999px;
    right: 18px;
    background-repeat: no-repeat;
    -webkit-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.container_for_spb_slider_page {
    position: relative;
    max-width: 1070px;
    margin: 0 auto;
    margin: 50px 0;
    margin-top: 80px;
}

.slider_about_spb_page {
    position: relative;
}

.slider_about_spb_page img {
    width: 100%;
    padding-right: 10px;
    height: 300px;
    object-fit: cover;
}

.slider_about_spb_page .slick-arrow {
    top: -40px;
}

.descr_spb_block_page p {
    margin-bottom: 15px;
}

.descr_spb_block_page li {
    margin-bottom: 8px;
}

.descr_spb_block_page ul {
    margin-bottom: 10px;
}

@media (max-width: 1100px) {
    .container_for_spb_slider_page {
        max-width: 920px;
    }
}

@media (max-width: 950px) {
    .slider_about_spb_page {
        max-width: 500px;
    }

    .container_for_spb_slider_page {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 520px) {
    .slider_about_spb_page {
        max-width: 350px;
    }
}

@media (max-width: 370px) {
    .slider_about_spb_page {
        max-width: 300px;
    }
}

.partners__item__title.name_of_reviever_block_page {
    font-size: 14px;
}

.partners_item_img_nv img {
    width: 330px;
    height: 299px;
}

.partners__item__text {
    padding: 10px 0;
    font-size: 13px;
    font-weight: 600;
    color: rgb(96, 96, 96);
}

.end_date.link.link_arrow.big {
    width: 100%;
    text-align: right;
}

.partners__items {
    display: flex;
    flex-wrap: wrap;
}

.item_sales_page {
    margin-bottom: 30px;
}

.sale_deskr_page {
    margin-bottom: 30px;
}

.stocks-detail__content {
    margin-top: 25px;
}

.stocks-detail__content p {
    margin-bottom: 15px;
}

.stocks-detail__title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.stocks-detail__img {
    text-align: center;
}


/**Таблицы на страницах**/

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}

.table-bordered {
    margin-top: 15px;
}

.bmarg,
.bordot,
.vmarg {
    margin-bottom: 40px;
}

pre code,
table {
    background-color: transparent;
}

td,
th {
    padding: 0;
}

.bmarg .price > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #ddd;
    padding: 6px;
}

pre code,
table {
    background-color: transparent;
}

.bot_table_page_csp > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #ddd;
    padding: 7px;
}

.bot_table_page_csp {
    margin-bottom: 20px;
}

.all_block_pages table {
    table-layout: fixed;
}

.table_bkack_class {
    overflow: auto;
}

.table_bkack_class table td {
    width: 118px;
}

.all_block_pages table tbody {
    display: block;
}

.all_block_pages table tbody tr {
    overflow-x: auto;
}

tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #ddd;
    padding: 7px;
}

table tbody tr {
    overflow-x: auto;
}

table tbody {
    display: block;
}

.prodazha-csp h4 {
    margin-top: 20px;
    margin-bottom: 15px;
}

#fizhim ul li {
    list-style: inside;
    /* margin-top: 7px;
  margin-bottom: 7px; */
    line-height: 24px;
}

.prodazha-csp h3 {
    font-size: 19px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.ul_block_sips_page li {
    list-style: inside;
    /* margin-top: 7px;
  margin-bottom: 7px; */
    line-height: 24px;
}

.photo-string.bmarg {
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
}

.partnership-company img {
    max-width: 512px;
}

.description_partners_page_block p {
    line-height: 24px;
}

.description_partners_page_block li {
    line-height: 24px;
    list-style: decimal;
    margin-left: 21px;
}


/*Конец таблиц*/

@media (min-width: 768px) and (max-width: 1732px) {
    .form_fix_top {
        display: flex;
    }

    #kredit_modal_id .row_form .mr25 {
        margin-right: 14px;
    }
}

@media (max-width: 767px) {
    .row_form_tx {
        margin-top: 20px;
    }

    .dialog__content_fx {
        width: 80%;
    }

    #kredit_modal_id .form_inp {
        margin-bottom: 20px;
    }
}

@media (max-width: 1000px) {
    .file_row_fx {
        display: flex;
        flex-direction: column;
    }
}

.dialog__content_fx {
    overflow-y: auto;
}

.file_row_tx {
    margin-top: 20px;
}

@media (max-width: 450px) {
    .dialog__content_fx {
        width: 95%;
    }
}

@media (max-width: 1600px) {
    #kredit_modal_id .dialog__content {
        width: 100%;
        padding: 2.5em;
        padding-top: 2.5em;
        padding-bottom: 2.5em;
        padding-top: 5em;
        padding-bottom: 4em;
        max-height: 85vh;
        overflow-y: scroll;
    }
}

@media (max-width: 960px) {
    .dialog__content {
        width: 95%;
    }
}

.image_partners_page_container_row_item img {
    width: 100%;
    max-width: 350px;
}

.partners_page_container_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.partners_page_container_row_item {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.select_partners_page_container_row_item {
    margin-top: 20px;
}

.image_partners_page_container_row_item img {
    width: 350px;
    max-width: 350px;
    height: 216px;
}

.select_partners_page_container_row_item {
    width: 100%;
    text-align: center;
}

.partners_page_container_row_item {
    margin-bottom: 50px;
}

.dialog__content__page__version {
    opacity: 1;
}

.dialog_static_version {
    position: relative;
}

.partners_page_container_row_item_left {
    align-items: flex-end;
    margin-right: 10px;
}

.partners_page_container_row_item_right {
    align-items: flex-start;
    margin-left: 10px;
}

.partners_page_container_row_item_right .select_partners_page_container_row_item {
    text-align: left;
}

.partners_page_container_row_item_left .select_partners_page_container_row_item {
    text-align: right;
}

.title_partners_page_container_row_item {
    width: 100%;
}

.title_partners_page_container_row_item p {
    text-align: center;
}

.partners_page_container_row_item_left .title_partners_page_container_row_item p {
    margin-left: 32%;
}

.partners_page_container_row_item_right .title_partners_page_container_row_item p {
    margin-right: 32%;
}

@media (max-width: 1460px) {

    .partners_page_container .form_inp,
    .form_select_pg {
        max-width: 100%;
    }

    .image_partners_page_container_row_item {
        width: 100%;
    }

    .image_partners_page_container_row_item img {
        width: 100%;
        max-width: 100%;
    }

    .partners_page_container_row_item_left .title_partners_page_container_row_item p {
        margin-left: 0;
    }

    .partners_page_container_row_item_right .title_partners_page_container_row_item p {
        margin-right: 0;
    }
}

.title_partners_page_container_row_item {
    margin-bottom: 10px;
}

.title_partners_page_container_row_item p {
    font-size: 20px
}

#postavka_form .row_form .mr25 {
    margin-right: 25px;
}

#postavka_form .form_inp {
    margin-bottom: 40px;
}

@media (max-width: 1460px) {
    #postavka_form .form_select {
        width: 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }
}

@media (max-width: 1600px) {
    #postavka_form .dialog__content {
        width: 100%;
        padding: 2.5em;
        padding-top: 2.5em;
        padding-bottom: 2.5em;
        padding-top: 5em;
        padding-bottom: 4em;
        max-height: 85vh;
        overflow-y: scroll;
    }
}

.partners_page_container_row_item_left .form_select_pg {
    padding-right: 55px;
}

#postavka_form .file_row .left .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#postavka_form .file_row .left .item_file_cnt {
    max-width: 59%;
    width: 100%;
}

#postavka_form .custom-file-upload {
    max-width: 173px;
    width: 100%;
    height: 52px;
    border: 1px solid #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    font-family: Merriweather;
    font-size: 16px;
    color: #000000;
}

#postavka_form input[type="file"] {
    display: none;
}

#postavka_form .file_row .left .span_top {
    color: #858585;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    padding-left: 19px;
    text-align: left;
}


/*form_postavka*/

#postavka_form .dialog__content {
    padding-top: 5em;
    width: 100%;
}

#postavka_form .dialog h2 {
    margin-bottom: 50px;
}

#postavka_form .row_form .mr25 {
    margin-right: 25px;
}

#postavka_form .form_inp {
    margin-bottom: 40px;
}

#postavka_form .form_textarea {
    margin-top: -5px;
}

#postavka_form input[type="file"] {
    display: none;
}

#postavka_form .custom-file-upload {
    max-width: 173px;
    width: 100%;
    height: 52px;
    border: 1px solid #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    font-family: Merriweather;
    font-size: 16px;
    color: #000000;
}

#postavka_form .file_row {
    margin-top: 45px;
    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;
}

#postavka_form .file_row .left {
    max-width: 320px;
    width: 100%;
}

#postavka_form .file_row .left .span_top {
    color: #858585;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    padding-left: 19px;
    text-align: left;
}

.file_row .left .item_file_cnt {
    max-width: 59%;
    width: 100%;
}

#postavka_form .file_row .left .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.file_row .left .file_name {
    color: #858585;
    font-size: 14px;
}

#postavka_form .file_row .right {
    padding-top: 31px;
}

#postavka_form .submit_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 45px;
}

#postavka_form .dialog__content {
    width: 100%;
    padding: 2.5em;
    padding-top: 5em;
    padding-bottom: 4em;
    max-height: 85vh;
    overflow-y: unset;
}

#postavka_form .dialog__content {
    width: 95%;
}

#postavka_form .dialog h2 {
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 15px;
}

#postavka_form .form_textarea {
    margin-top: 25px;
    font-size: 14px;
}

#postavka_form .file_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#postavka_form .file_row .left .file_name {
    color: #858585;
    font-size: 11px;
    margin-top: 10px;
    display: block;
}

#postavka_form .submit_row {
    margin-top: 30px;
}

#postavka_form .file_row .right {
    padding-top: 25px;
}

#postavka_form .file_row {
    margin-top: 25px;
}

#postavka_form .file_row .left .span_top {
    padding-left: 0;
}

#postavka_form .file_row .left .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#postavka_form .custom-file-upload {
    font-size: 14px;
    height: 45px;
    width: 100%;
    max-width: 100%;
}

#postavka_form .file_row .left .item_file_cnt {
    max-width: 100%;
}

#postavka_form .file_row .right {
    max-width: 100%;
    width: 100%;
}

#postavka_form .form_inp {
    margin-bottom: 40px;
}

#postavka_form .file_row {
    align-items: flex-start;
}

.form_block_container .row_form input {
    width: 354px;
}

.form_block_container .row_form {
    text-align: center;
}

.row_ofrows_form_block_partners {
    display: flex;
    justify-content: center;
}

.row_ofrows_form_block_partners_item {
    display: flex;
    flex-direction: column;
}

.row_ofrows_form_block_partners input {
    margin-bottom: 20px;
}

.row_ofrows_form_block_partners select {
    margin-bottom: 20px;
}

.form_block_container .form_textarea {
    max-width: 730px;
    margin-right: 17px;
}

.row_ofrows_item_right {
    margin-right: 10px;
    margin-left: -20px;
}

.row_ofrows_item_left {
    margin-left: 10px;
}

.form_block_container .file_row {
    margin-top: 20px;
    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;
}

.form_block_container .file_row .left {
    max-width: 320px;
    width: 100%;
}

.form_block_container .file_row .left .span_top {
    color: #858585;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    padding-left: 19px;
    text-align: left;
}

.form_block_container .file_row .left .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form_block_container .file_row .left .item_file_cnt {
    max-width: 59%;
    width: 100%;
}

.form_block_container .custom-file-upload {
    max-width: 173px;
    width: 100%;
    height: 52px;
    border: 1px solid #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    font-family: Merriweather;
    font-size: 16px;
    color: #000000;
}

.form_block_container input[type="file"] {
    display: none;
}

.form_block_container .file_row .left .file_name {
    color: #858585;
    font-size: 14px;
}

.form_block_container .file_row .right {
    padding-top: 31px;
}

.form_block_container .submit_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 45px;
}

.row_file_form_container .file_row {
    max-width: 65%;
    width: 100%;
}

.row_file_form_container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
}

.form_block_container .submit_row {
    margin-right: 16.5%;
}

@media (max-width: 1460px) {
    .row_ofrows_form_block_partners {
        margin: 0 22px;
    }

    .form_block_container .row_ofrows_form_block_partners_item {
        width: 100%;
    }

    .form_block_container .row_ofrows_form_block_partners_item input {
        width: 100%;
    }

    .form_block_container .row_ofrows_form_block_partners_item select {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 880px) {
    .row_ofrows_form_block_partners {
        margin-right: 12px;
    }
}

@media (max-width: 529px) {
    .partners_page_container_row_item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .partners_page_container_row_item_right {
        margin-left: 0;
    }

    .row_ofrows_form_block_partners {
        margin-right: 0;
    }

    .row_file_form_container .file_row {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
    }
}

.tree_videos_project_page {
    display: flex;
    justify-content: space-between;
    width: 100%;
}


/* .tree_videos_project_page .pre_video_photo_univ{
  border: 1px solid #000;
} */

.tree_videos_project_page .pre_video_photo_univ img {
    padding-bottom: 2px;
}

.tree_videos_project_page .pre_video_photo_univ p {
    text-align: center;
}

.projects_text .items_tree_videos {
    flex-wrap: wrap;
}

.items_tree_videos {
    margin-top: 20px;
}

.tree_videos_project_page {
    margin-top: 35px;
}


/*end postavka*/

.ul_proj_pages li {
    list-style: inside;
    line-height: 24px;
    margin-left: 15px;
}

.ul_proj_pages {
    margin: 10px 0;
}

@media (max-width: 870px) {
    .universal_video_text_and_video_block {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
}

.projects_text_nw .items_nw .videos {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
}

.tree_video__page_projs {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1369px) {
    .tree_video__page_projs {
        flex-wrap: wrap;
        justify-content: center;
    }

    .tree_video__page_projs_item {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

.desk_proj_bot_hotels p {
    line-height: 24px;
}

.desk_proj_bot_hotels {
    margin-top: 40px;
}

#tree_video__page_projs_id .slick-arrow {
    position: absolute;
    z-index: 5;
    top: -50px;
    right: 0;
}

#tree_video__page_projs_id .slick-prev {
    width: 30px;
    height: 30px;
    background-image: url(/local/templates/virmak/assets/css/../img/home_slider_arrow_left.svg);
    background-size: 20px;
    border: none;
    outline: none;
    background-color: transparent;
    background-position: 50% 50%;
    text-indent: -99999999px;
    right: 130px;
    background-repeat: no-repeat;
    -webkit-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

#tree_video__page_projs_id .slick-next {
    width: 30px;
    height: 30px;
    background-image: url(/local/templates/virmak/assets/css/../img/home_slider_arrow_right.svg);
    background-size: 20px;
    border: none;
    outline: none;
    background-color: transparent;
    background-position: 50% 50%;
    text-indent: -99999999px;
    right: 90px;
    background-repeat: no-repeat;
    -webkit-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.tree_video__page_projs_item.slick-slide {
    text-align: center;
}

@media (max-width: 917px) {
    #tree_video__page_projs_id .slick-arrow {
        position: absolute;
        z-index: 5;
        top: 40%;
        right: 0;
    }

    #tree_video__page_projs_id .slick-prev {
        right: 80%;
    }

    #tree_video__page_projs_id .slick-next {
        right: 20%;
    }
}

.prj_s__slider .prj_s__slider__big_photos img {
    object-fit: contain;
}

.pre_video_photo_univ_cont {
    width: 97% !important;
    height: 270px !important;
    margin-right: 20px;
}

.text_about_industrial {
    margin-top: 20px;
}

.text_about_industrial img {
    margin-bottom: 25px;
}

.text_about_industrial p {
    line-height: 24px;
}

.text_about_industrial li {
    line-height: 24px;
}

.text_about_industrial h2 {
    margin-bottom: 10px;
}

.text_about_industrial b {
    font-weight: 600;
    padding-bottom: 10px;
}

.text_about_industrial img {
    width: 100%;
}

.ling_btn_ftr {
    color: #fff;
}

.ling_btn_ftr:hover {
    color: #ff0000;
}

.tovar_item .item {
    width: 275px;
    height: 275px;
}

.hotels_and_comm_obj .slider .item,
.cottedgs_and_live_house .slider .item {
    width: 275px;
    height: 275px;
}

.hotels_and_comm_obj .tabs .tab,
.cottedgs_and_live_house .tabs .tab {
    min-height: 275px;
}

.hotels_and_comm_obj .slider .item .icon_top,
.cottedgs_and_live_house .slider .item .icon_top {
    right: 20px;
    top: 20px;
    left: unset;
}

.tovar_item .icon_top {
    right: 20px;
    top: 20px;
    left: unset;
}

.hotels_and_comm_obj .slider .item .price .gotoviy_project span,
.cottedgs_and_live_house .slider .item .price .gotoviy_project span {
    display: inline;
}


/*Ремастеринг блоков проектов*/

@media only screen and (max-width: 1600px) {
    .projects__all_projects .tovars .items .tovar_item:nth-child(5n) {
        margin-right: 8.5px;
    }

    .projects__all_projects .tovars .items .tovar_item {
        margin-right: 8.5px;
    }

    .projects__all_projects .tovars .items .tovar_item:nth-child(5n) {
        margin-right: 0;
    }

    .projects__all_projects .tovars .items .tovar_item {
        margin-right: 0;
    }

    .projects__all_projects .tovars .items .tovar_item {
        width: 19%;
    }

    .projects__all_projects .tovars .items {
        justify-content: space-between;
    }
}

@media only screen and (max-width: 1420px) {
    .projects__all_projects .tovars .items .tovar_item {
        width: 19%;
    }
}

@media only screen and (max-width: 1325px) {
    .projects__all_projects .tovars .items .tovar_item:nth-child(4n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1220px) {
    .projects__all_projects .tovars .items .tovar_item {
        width: 24%;
    }

    .projects__all_projects .tovars .items {
        justify-content: center;
    }
}

@media only screen and (max-width: 1024px) {

    /* .projects__all_projects .tovars .items .tovar_item {
      width: 32%;
  } */
    .projects__all_projects .tovars .items .tovar_item:nth-child(5n) {
        margin-right: 8px;
    }

    .projects__all_projects .tovars .items .tovar_item:nth-child(4n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 970px) {
    .projects__all_projects .tovars .items .tovar_item {
        width: 32%;
    }
}

@media only screen and (max-width: 700px) {
    .projects__all_projects .tovars .items .tovar_item {
        margin-right: 0;
    }

    .projects__all_projects .tovars .items .tovar_item:nth-child(4n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 722px) {
    .projects__all_projects .tovars .items .tovar_item {
        width: 48%;
    }
}

@media only screen and (max-width: 480px) {
    .projects__all_projects .tovars .items .tovar_item {
        width: 100%;
    }
}


/*Конец Ремастеринга блоков проектов*/

.text_about_industrial h2 {
    margin-top: 15px;
}

@media (min-width: 1461px) {
    .image_partners_page_container_row_item {
        width: 100%;
    }

    .image_partners_page_container_row_item img {
        width: 100%;
        max-width: 100%;
    }

    .partners_page_container_row_item_left .title_partners_page_container_row_item p {
        margin-left: 0;
    }

    .partners_page_container_row_item_right .title_partners_page_container_row_item p {
        margin-right: 0;
    }

    .partners_page_container .form_inp,
    .form_select_pg {
        max-width: 100%;
    }

    .form_block_container .row_ofrows_form_block_partners_item input {
        width: 100%;
    }

    .form_block_container .row_ofrows_form_block_partners_item select {
        width: 100%;
        max-width: 100%;
    }

    .form_textarea {
        width: 98%;
        max-width: 100%;
        margin-right: 51px;
    }

    .row_ofrows_item_right {
        width: 100%;
    }

    .row_ofrows_item_left {
        width: 100%;
    }

    .row_ofrows_form_block_partners {
        margin-right: 23px;
    }

    .form_block_container .form_textarea {
        max-width: 100%;
    }

    .form_block_container .submit_row {
        margin-right: 20px;
    }

    .row_file_form_container .file_row {
        max-width: 96%;
    }
}

.row_ofrows_item_right {
    margin-left: 0;
}

.image_partners_page_container_row_item img {
    height: 300px;
}

.image_partners_page_container_row_item img {
    object-fit: cover;
}

.two_row .item_1 .informer {
    margin-top: 15px;
}

@media (max-width: 1082px) {
    .two_row .item_1 .informer {
        margin-top: 8px;
    }
}

@media (max-width: 1460px) {
    .image_partners_page_container_row_item img {
        object-fit: cover;
    }

    .row_ofrows_form_block_partners {
        margin-left: 0;
    }

    .form_block_container .form_textarea {
        max-width: 98%;
    }

    .row_file_form_container .file_row {
        max-width: 96%;
        width: 100%;
    }

    .form_block_container .submit_row {
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .row_ofrows_form_block_partners {
        margin-right: 9px;
    }
}

@media (max-width: 529px) {
    .form_block_container .form_textarea {
        max-width: 100%;
    }
}

.text_about_industrial_table tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    max-width: 211px;
}

.text_about_industrial_table .table {
    max-width: 1058px;
}

.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
    background-color: #dff0d8;
}

.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
    background-color: #f2dede;
}

.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
    background-color: #fcf8e3;
}

.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}

.tree_video__page_projs_item_pro {
    max-width: 33%;
    text-align: center;
}

@media (max-width: 1369px) {
    .tree_video__page_projs_item_pro {
        max-width: unset;
    }
}


/* ----------- Our Adnantages ------------ */

.advantages-company.second p span {
    font-weight: 700;
    color: rgb(218, 141, 0)
}

.advantages-company.second p {
    line-height: 24px;
}

.preimushestva-company__para-1-image img {
    width: 100%;
}

.preimushestva-company__para-1-text p {
    font-size: 20px;
    font-size: 16px;
    line-height: 28px;
    padding: 40px 40px 0 0;
}

.preimushestva-company__para-2-text h3 {
    font-size: 20px;
    padding: 8px 0 8px 0;
}

.preimushestva-company__para-2-text .row-2 {
    margin: 0 0 24px 0;
}

.preimushestva-company__para-2-text li {
    margin: 0 0 24px 0;
}

.preimushestva-company__para-2-text li > p {
    line-height: 26px;
    padding: 0 0 0 44px;
}

.preimushestva-company__para-2-image {
    display: flex;
}

.preimushestva-company__para-2-image .img-container {
    flex: 0 0 33.333333333%;
}

.preimushestva-company__para-2-image .img-container img {
    width: 98%;
    height: 100%;
}

.preimushestva-company__para-2-image .img-container:last-child img {
    width: 100%;
}

.preimushestva-company__para-3 {
    margin: 30px 0;
}

.preimushestva-company__para-3 p {
    margin: 20px 0;
}

.preimushestva-company__para-3 img {
    display: block;
    margin: 0 auto;
}

.preimushestva-company__para-4 h4 {
    font-size: 20px;
}

.preimushestva-company__para-4 p {
    margin: 12px 0;
    line-height: 24px;
}

.preimushestva-company__para-4-image {
    display: flex;
    align-items: center;
    margin: 12px 0;;
}

.preimushestva-company__para-4-image .img-container {
    flex: 0 0 50%;
    padding: 0 10px;
}

.preimushestva-company__para-5 p {
    margin: 32px 0 18px 0;
}

.preimushestva-company__para-5-image img {
    display: block;
    margin: 0 auto;
}

.preimushestva-company__para-6 p {
    margin: 32px 0 18px 0;
}

.preimushestva-company__para-6-image {
    display: flex;
    padding: 0 16%;
}

.preimushestva-company__para-6-image .img-container {
    flex: 1 0 33%;
    padding: 0 20px;
}

.preimushestva-company__para-7 p {
    margin: 32px 0 18px 0;
}

.preimushestva-company__para-7-image {
    display: flex;
}

.preimushestva-company__para-7-image .img-container {
    flex: 0 0 50%;
}

.preimushestva-company__para-7-image .img-container:first-child {
    padding: 0 10px 0 0;
}

.preimushestva-company__para-7-image .img-container:last-child {
    padding: 0 0 0 10px;
}

.preimushestva-company__para-8 p {
    margin: 32px 0 18px 0;
}

.preimushestva-company__para-8-image img {
    display: block;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .preimushestva-company__para-6-image {
        padding: 0;
    }

    .preimushestva-company__para-6-image .img-container {
        padding: 0 10px;
    }
}

@media (max-width: 420px) {
    .preimushestva-company__para-1-text p {
        font-size: 16px;
        line-height: 24px;
    }

    .preimushestva-company__para-2-image,
    .preimushestva-company__para-4-image,
    .preimushestva-company__para-6-image,
    .preimushestva-company__para-7-image {
        flex-direction: column;
    }

    .preimushestva-company__para-2-image .img-container img {
        width: 100%;
    }

    .preimushestva-company__para-5 p,
    .preimushestva-company__para-6 p,
    .preimushestva-company__para-7 p,
    .preimushestva-company__para-8 p {
        margin: 18px 0 10px 0;
    }

    .preimushestva-company__para-2-image .img-container,
    .preimushestva-company__para-4-image .img-container,
    .preimushestva-company__para-6-image .img-container,
    .preimushestva-company__para-7-image .img-container:first-child,
    .preimushestva-company__para-7-image .img-container:last-child {
        padding: 0;
        margin: 6px 0 6px 0;
    }
}


/*detail revievs*/

.container_rev_detail_pager .reviev_youtube_link {
    display: flex;
    font-weight: 600;
    margin: 10px 0;
    font-size: 18px;
}

.otziv_detail_col h4 {
    color: #606060;
    margin: 10px 0;
    font-size: 18px;
}

.container_rev_detail_pager {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.left_col_1_rev_detail {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.right_col_2_rev_detail {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.title_rev_det_page h1 {
    font-size: 30px;
}

.universal_video_text_and_video_block.t1 {
    margin-top: 25px;
}

.mid_block_text_sips_sravn.t2 {
    margin-bottom: 30px;
}

.mid_block_text_sips_sravn.t1 {
    margin-top: 20px;
}

.mid_block_text_sips_sravn.t1 h3 {
    max-width: 80%;
}

b {
    line-height: 24px;
}

.top_rev_cont_item_page {
    display: flex;
    flex-direction: column;
}


/* .ekovata.all_block_pages .table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th{
  border: 0;
} */

.sip-paneli-s-uteplitelem-isover h2 {
    margin-top: 20px;
}

.mt20px_css {
    margin-top: 20px;
}

.table-ekos .table.table-bordered {
    border: 0;
}

.sip-paneli-s-uteplitelem-isover.all_block_pages table {
    table-layout: auto;
}

.table_ekos_div {
    display: flex;
    margin-top: 10px;
}

.trio_pic_block_sips_page_item img {
    width: 100%;
    max-width: 310px;
    height: 232px;
}

.trio_pic_block_sips_page {
    display: flex;
    justify-content: space-between;
}

.trio_pic_block_sips_page {
    margin-top: 25px;
    margin-bottom: 15px;
}

@media (max-width: 880px) {
    .trio_pic_block_sips_page {
        flex-direction: column;
        text-align: center;
    }

    .trio_pic_block_sips_page_item img {
        margin-bottom: 25px;
        max-width: 380px;
        height: unset;
    }
}

.duo_sertificates_block_sips_panel_page img {
    max-width: 180px;
}

.sertificates_block_sips_panel_page {
    display: flex;
}

.partnership-company__para-1-image {
    text-align: center;
}


/*Изменения в адаптиве контейнеров*/

@media (max-width: 1600px) {
    .row_2__yellow_links {
        max-width: 1440px;
    }
}

@media (max-width: 1420px) {
    .container-1440 {
        margin: 0px 25px;
    }
}

@media (max-width: 1024px) {
    .bx-breadcrumb span {
        color: #000;
    }
}

.row_7__vnimanie {
    z-index: 0;
}
.bx-breadcrumb {
    margin: 10px 0;
  }
  .bx-breadcrumb .bx-breadcrumb-item {
    float: left;
    margin-bottom: 10px;
    white-space: nowrap;
    line-height: 13px;
    vertical-align: middle;
    margin-right: 10px;
  }

/*Конец Изменения в адаптиве контейнеров*/


/*end revievs*/

.plan_house__slider .slick-arrow {
    position: absolute;
    z-index: 5;
    top: 50%;
    right: 0;
}

.plan_house__slider .slick-prev {
    left: -26px;
}

.plan_house__slider .slick-next {
    right: -26px;
}

.plan_house__slider .slick-prev {
    width: 30px;
    height: 30px;
    background-image: url(../img/arrow_prj_left.png);
    background-size: 17px;
    border: none;
    outline: none;
    background-color: transparent;
    background-position: 50% 50%;
    text-indent: -99999999px;
    left: -39px;
    background-repeat: no-repeat;
    -webkit-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.plan_house__slider .slick-next {
    width: 30px;
    height: 30px;
    background-image: url(../img/arrow_prj_right.png);
    background-size: 17px;
    border: none;
    outline: none;
    background-color: transparent;
    background-position: 50% 50%;
    text-indent: -99999999px;
    right: -39px;
    background-repeat: no-repeat;
    -webkit-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
    transition: all ease 0.35s;
}


/* .plan_house__slider .slick-prev, .plan_house__slider .slick-next {
  width: 17px;
  height: 17px;
  background-size: contain;
}

.plan_house__slider .slick-prev, .plan_house__slider .slick-next {
  width: 17px;
  height: 17px;
  background-size: contain;
} */


/* header .header_menu ul li a:hover{
  border-bottom: unset!important;
}   */

header .header_menu ul li {
    padding: 0 10px;
    margin-right: 0;
}

.block_left_virmak_video a img {
    margin-right: 0;
    width: 254px;
    max-width: unset;
}

.block_right_virmak_video {
    margin-left: 20px;
}

.news_slider {
    padding-left: 40px;
    padding-right: 80px;
}

.block_main_virmak_video {
    margin: 5%;
}

.news_slider {
    max-width: 620px;
    width: 100%;
    height: 355px;
}

.block_left_virmak_video a img {
    width: 334px;
}

.block_main_virmak_video {
    margin-left: 0;
}

.news_slider .link {
    text-align: right;
}

.plan_house__slider {
    max-width: 585px !important;
}

.ul_for_state_descript ul {
    line-height: 28px;
    font-size: 16px;
    margin: 10px 0;
    margin-left: 10px;
}

.ul_for_state_descript ul li {
    list-style: inside;
}

.all_block_pages ul {
    line-height: 28px;
    font-size: 16px;
    margin: 10px 0;
    margin-left: 10px;
}

.all_block_pages ul li {
    list-style: inside;
}

.all_block_pages ol {
    line-height: 28px;
    font-size: 16px;
    margin: 10px 0;
    margin-left: 10px;
}

.all_block_pages ol li {
    list-style: decimal;
    margin-left: 30px;
}

.all_link_about_this_page_title p {
    font-size: 18px;
    font-weight: 600;
}

.grey_block_text_this_page {
    background-color: #e0e0e0;
    padding: 8px 10px;
    margin-bottom: 15px;
}

.grey_block_text_this_page p {
    font-weight: 600;
}

.yellow_block_this_page {
    background-color: #ffd600;
    padding: 8px 10px;
    margin-bottom: 15px;
}

.all_link_about_this_page_title {
    margin-top: 30px;
}

.all_link_about_this_page_title {
    margin-bottom: 10px;
}

.about-company__col-1 .duo_pic_balki img {
    height: auto;
    max-width: 234px;
    width: 100%;
}

.duo_pic_balki {
    max-width: 410px;
    width: 100%;
    max-height: 307px;
}

.new_page_block_img_row {
    display: flex;
    justify-content: space-around;
}


/* .new_page_block_img img{
  border: 0.1px solid #000;
}
.new_page_block_img_mini img{
  border: 0.1px solid #000;
} */

@media (max-width: 980px) {
    .new_page_block_img_row {
        flex-direction: column;
        align-items: center;
    }

    .new_page_block_img_mini {
        margin-top: 20px;
    }
}

.tree_video__page_projs {
    display: flex;
    justify-content: space-evenly;
}

.row_6_yellow_txt {
    z-index: 10;
}

.eng_map .maps_object h2 {
    font-size: 17px;
}

.eng_map .map_wrap .block {
    max-width: 240px;
    width: 100%;
    height: 235px;
}

.eng_map .block .wrap img {
    width: 90px !important;
}

.map_wrap .eng_map .maps_object {
    padding-top: 20px;
}

.map_wrap .eng_map .block {
    margin-top: 20px;
}

.map_wrap .eng_map .block .wrap {
    width: 211px;
    height: 243px;
    padding-top: 5px;
}

.map_wrap .eng_map .block {
    max-width: 260px;
    width: 100%;
    height: 268px;
}

.map_wrap .eng_map .block .title {
    font-weight: 900;
    font-size: 15px;
    margin-bottom: 0;
}

.map_wrap .eng_map .block p {
    font-size: 11px;
}

@media (max-width: 767px) {
    .eng_map {
        display: flex;
        justify-content: space-around;
    }
}

@media (max-width: 524px) {
    .eng_map {
        display: block;
    }

    .map_wrap .eng_map .maps_object {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.video_img {
    text-align: center;
}

.video_img {
    margin-top: 37px;
    position: relative;
}

.video_img img {
    cursor: pointer;
    position: relative;
    z-index: 10;
    width: 100%;
    opacity: 1;
}

.video_img img.hide {
    opacity: 0;
    z-index: 0;
}

.video_img video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: black;
}

.video_houses_virmak {
    display: flex;
    justify-content: center;
}

.video_img {
    max-width: 560px;
}

.video_houses_virmak .prev_video_play_sip_uni {
    width: 644px !important;
    height: 350px !important;
    object-fit: cover;
    border: 1px solid #000;
}

.video_houses_virmak .pre_video_photo_univ {
    width: 100% !important;
    height: auto !important;
    margin-right: 20px;
}

.video_houses_virmak {
    margin-top: 25px;
    display: flex;
    justify-content: space-evenly;
}

.rigth_block_deskript_project a img {
    max-width: 644px;
    max-height: 323px;
    border: 1px solid #000;
}

.rigth_block_deskript_project {
    text-align: center;
}

.rigth_block_deskript_project .btn_go_proj_link {
    margin-top: 7px;
    font-size: 25px;
    font-weight: 600;
}

.rigth_block_deskript_project {
    display: flex;
    flex-direction: column;
}

.rigth_block_deskript_project p {
    color: #000000;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
}

.rigth_block_deskript_project .btn_go_proj_link {
    margin-top: 7px;
    font-size: 23px;
    font-weight: 600;
}

.rigth_block_deskript_project .btn_go_proj_link {
    margin-top: 7px;
    text-decoration: underline;
    font-size: 23px;
    font-weight: 600;
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    color: #ffcb05;
}

.rigth_block_deskript_project {
    display: flex;
    flex-direction: column;
    position: relative;
}

.bg_cls_for_fun {
    -webkit-box-shadow: 0 0 0 2100px rgba(40, 40, 40, 0.45) inset;
    box-shadow: 0 0 0 2100px rgba(40, 40, 40, 0.45) inset;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    max-height: 323px;
}

.btn_go_proj_link {
    transition: all ease 0.4s;
}

.rigth_block_deskript_project:hover .btn_go_proj_link {
    bottom: 42px;
}

.video_houses_virmak .left_video_block_universal_video_text {
    margin-top: 28px;
}

.bg_cls_for_fun {
    max-height: 350px;
}

.rigth_block_deskript_project a img {
    max-height: 350px;
}

@media (max-width: 767px) {
    .map_wrap .map, .map_wrap .map-loading .map {
        height: 530px;
    }
}

.pochta_baner_project {
    text-align: right;
}

.pochta_baner_project img {
    max-width: 240px;
}

.pochta_baner_project img:first-child {
    max-width: 330px;
    width: 100%;
}

.hotels_gallery_class_block_fx .item_all_block_page .partners__item .fix_hotel_gall img {
    object-fit: cover;
}

.kit_home_pro p {
    font-size: 25px;
    color: #ffd600;
    line-height: 36px;
    text-align: center;
    margin-bottom: 20px;
    color: #ffd600;
    font-size: 20px;
    line-height: 36px;
}

.item_1.kit_home_pro {
    margin-left: 50px;
}

.kit_home_pro_a {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
}

.header_mob {
    z-index: 200
}

.table_center_page p {
    text-align: center;
}

.table_center_page blockquote {
    text-align: center;
}

.table_center_page td {
    text-align: center;
}

#pochta_bank__modal .form_pochta_bank_select select {
    max-width: 100%;
    width: 100%;
    height: 52px;
    border: 1px solid #000000;
    font-family: Merriweather;
    color: #000;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ffffff;
    padding-right: 30px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(/local/templates/virmak/assets/css/../img/select_arrow.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 94% 52%;
    cursor: pointer;
    font-family: Merriweather;
    font-weight: 400;
    margin-top: 40px;
}

.top_form_pochta_in {
    display: flex;
    justify-content: space-between;
}

.top_form_pochta_in p {
    display: flex;
    align-items: center;
    padding: 5px;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    margin-right: -24px;
}


/* #pochta_bank__modal .dialog__content {
  max-width: 970px;
} */

.form_pochta_bank_select {
    display: flex;
    align-items: center;
}

.form_pochta_bank_select p {
    margin-top: 40px;
    width: 100%;
    max-width: 130px;
    padding: 5px;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    height: 52px;
    display: flex;
    align-items: center;
    margin-right: 3px;
}

.top_form_pochta_in input {
    border: 1px solid #000000;
}

#pochta_bank__modal .form_pochta_bank_select select {
    border: 1px solid #000000;
}

.pochta_btn_block button {
    max-width: 318px;
    width: 100%;
    height: 60px;
    background-color: #ffcb05;
    color: #000000;
    font-family: Merriweather;
    font-size: 16px;
    font-weight: 400;
    border: none;
    margin-top: 25px;
}

.logo_pochta_bank_modal_block img {
    width: 100%;
    max-width: 122px;
    position: absolute;
    top: 33px;
    left: 64px;
}

@media (max-width: 1640px) {
    .pochta_form_modal {
        margin-top: 50px !important;
    }
}

@media (max-width: 500px) {
    .top_form_pochta_in {
        flex-direction: column;
    }

    .top_form_pochta_in #chekPrice {
        margin-bottom: 20px;
    }
}

.pochta-bank .link {
    color: blue;
}

#pochta_bank__modal .link {
    color: blue !important;
    display: block !important;
    margin-top: 25px;
}

.pochtacredit-info {
    text-align: right;
}

.pochtacredit-info a {
    text-decoration: underline;
    color: blue;
}


/*Pocha bank kredit baner*/

.block_pochta_kredit {
    position: absolute;
    bottom: 54%;
    right: 0;
    z-index: 1;
    transform: translateY(46%);
    max-width: 620px;
}

@media (max-width: 1600px) {
    .block_pochta_kredit {
        position: absolute;
        bottom: 52%;
        right: 0;
        z-index: 1;
        transform: translateY(46%);
        max-width: 517px;
        padding-right: 40px;
    }
}

@media (max-width: 1720px) {
    .akcii_slider .item .sub_title {
        margin-top: 8px;
    }
}

@media (max-width: 1410px) {
    .akcii_slider {
        max-width: 50%;
    }

    .akcii_slider .item .title h1,
    .akcii_slider .item .title h2 {
        font-size: 34px;
    }
}

@media (max-width: 1310px) {
    .akcii_slider {
        max-width: 44%;
    }
}

@media (max-width: 1100px) {
    .news_slider {
        display: none;
    }

    .akcii_slider {
        max-width: 100%;
    }
}

@media (max-width: 1340px) {

    .akcii_slider .item .title h1,
    .akcii_slider .item .title h2 {
        font-size: 36px;
    }
}

@media (max-width: 1240px) {

    .akcii_slider .item .title h1,
    .akcii_slider .item .title h2 {
        font-size: 25px;
        max-width: 600px;
    }

    .akcii_slider .item .sub_title span {
        max-width: 600px;
    }
}

@media (max-width: 1160px) {
    .block_pochta_kredit {
        display: none;
    }
}


/*end Pocha bank kredit baner*/

.aksii_block_house_index {
    position: absolute;
    bottom: 0;
    left: 320px;
    z-index: 100;
}

.aksii_block_house_index p {
    position: absolute;
    top: 36px;
    left: 51%;
    width: 100%;
    transform: translateX(-49%);
    max-width: 500px;
    color: #fff;
    font-size: 18px;
    padding: 8px;
    padding-right: 0px;
}

.aksii_block_house_index img {
    max-width: 426px;
}

.aksii_block_house_index {
    border: 6px solid #ffcb05;
}

.aksii_block_house_index::before {
    content: '';
    width: 96%;
    height: 52px;
    background-color: #ffcb05;
    opacity: 0.8;
    top: 42px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.aksii_block_house_index::before {
    height: 30px;
}

.aksii_block_house_index a.desc_but_akcii_index {
    position: absolute;
    transform: translateX(-50%);
    color: #fff;
    left: 35%;
    bottom: 18px;
    width: 57%;
    color: #fff;
    z-index: 10;
}

.aksii_block_house_index a.desc_but_akcii_index span {
    text-decoration: underline;
}

.aksii_block_house_index::after {
    content: '';
    width: 60%;
    height: 52px;
    background-color: #ffcb05;
    opacity: 0.8;
    bottom: 10px;
    position: absolute;
    left: 35%;
    transform: translateX(-50%);
}


/* .aksii_block_house_index{
  max-width: 438px;
} */

.close_bnr_index_akcii {
    position: absolute;
    width: 24px;
    height: 24px;
    cursor: pointer;
    right: unset;
    top: 4px;
    left: 8px;
}

.close_bnr_index_akcii::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 3px;
    top: 12px;
    left: 0;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close_bnr_index_akcii::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 3px;
    top: 12px;
    left: 0;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.aksii_block_house_index.active {
    display: block;
    opacity: 1;
    visibility: visible;
}

.aksii_block_house_index.hidden {
    display: none;
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 1420px) {
    .aksii_block_house_index {
        left: 220px;
    }
}

@media (max-width: 1320px) {
    .aksii_block_house_index {
        left: 140px;
    }
}

@media (max-width: 1240px) {
    .aksii_block_house_index {
        left: 70px;
    }
}

@media (max-width: 1170px) {
    .aksii_block_house_index {
        left: 17px;
        bottom: unset;
        top: 108px;
    }
}

@media (max-width: 468px) {
    .aksii_block_house_index p {
        font-size: 15px;
    }

    .aksii_block_house_index {
        width: 100%;
        max-width: 380px;
    }

    .aksii_block_house_index img {
        max-width: 380px;
        width: 100%;
    }

    .aksii_block_house_index a.desc_but_akcii_index {
        font-size: 15px;
    }
}

@media (max-width: 410px) {
    .aksii_block_house_index p {
        font-size: 13px;
        top: 44px;
    }

    .aksii_block_house_index {
        width: 100%;
        max-width: 350px;
    }

    .aksii_block_house_index img {
        max-width: 350px;
        width: 100%;
    }

    .aksii_block_house_index a.desc_but_akcii_index {
        font-size: 13px;
    }
}

@media (max-width: 378px) {
    .aksii_block_house_index p {
        font-size: 11px;
        top: 44px;
        width: 98%;
    }

    .aksii_block_house_index {
        width: 100%;
        max-width: 320px;
    }

    .aksii_block_house_index img {
        max-width: 320px;
        width: 100%;
    }

    .aksii_block_house_index a.desc_but_akcii_index {
        font-size: 11px;
    }

    .aksii_block_house_index::after {
        height: 44px;
    }
}

@media (max-width: 348px) {
    .aksii_block_house_index p {
        font-size: 11px;
        top: 44px;
        width: 98%;
    }

    .aksii_block_house_index {
        width: 100%;
        max-width: 290px;
    }

    .aksii_block_house_index img {
        max-width: 290px;
        width: 100%;
    }

    .aksii_block_house_index a.desc_but_akcii_index {
        font-size: 11px;
    }

    .aksii_block_house_index::after {
        height: 44px;
    }
}

.plan_house .plan_house__slider .item p {
    display: none;
}

.a_item.ready_on_storage {
    position: relative;
}

.a_item.ready_on_storage .item::before {
    /* content: 'Готовый дом на складе!';
	background-color: #ffd600;
	width: 100%;
	height: 21px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	color: #fff;
	text-align: center;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding-top: 2px; */
}

@media (max-width: 960px) {
    .a_item.ready_on_storage item::before {
        width: 283px;
    }
}

@media (max-width: 959px) {
    .a_item.ready_on_storage item::before {
        width: 276px;
        transform: translateX(-50%);
        left: 50%;
    }
}

.calc-floors-number__items {
    justify-content: space-between;
}

.aksii_block_house_index {
    z-index: 30;
}


/*Перестройка блоков проектов в прямоугольные*/

.projects__all_projects .tovars .items .tovar_item {
    /* width: 460px; */
    width: calc(33.3333333% - 6px);
}

.projects__all_projects .tovars .items .tovar_item.with-video {
    position: relative;
}

.projects__all_projects .tovars .items .tovar_item.with-video .item {
    background-image: none !important;
}

.projects__all_projects .tovars .items .tovar_item.with-video .catalog-video-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.hotels_and_comm_obj .slider .item,
.cottedgs_and_live_house .slider .item {
    width: 460px;
    height: 275px;
}

@media (max-width: 470px) {

    .hotels_and_comm_obj .slider .item,
    .cottedgs_and_live_house .slider .item {
        width: 430px;
        height: 275px;
    }
}

.tovar_item .item {
    /* width: 460px; */
    width: 100%;
}

@media (max-width: 1600px) {

    /* .projects__all_projects .tovars .items .tovar_item,
	.tovar_item .item {
		width: 434px;
	} */
}

@media (max-width: 1390px) {

    /* .projects__all_projects .tovars .items .tovar_item,
	.tovar_item .item, */
    .hotels_and_comm_obj .slider .item,
    .cottedgs_and_live_house .slider .item {
        width: 420px;
    }
}

@media (max-width: 1350px) {

    /* .projects__all_projects .tovars .items .tovar_item,
	.tovar_item .item, */
    .hotels_and_comm_obj .slider .item,
    .cottedgs_and_live_house .slider .item {
        width: 400px;
    }
}

@media (max-width: 1290px) {

    /* .projects__all_projects .tovars .items .tovar_item,
	.tovar_item .item, */
    .hotels_and_comm_obj .slider .item,
    .cottedgs_and_live_house .slider .item {
        width: 380px;
    }
}

@media (max-width: 1240px) {

    /* .projects__all_projects .tovars .items .tovar_item,
	.tovar_item .item, */
    .hotels_and_comm_obj .slider .item,
    .cottedgs_and_live_house .slider .item {
        width: 364px;
    }
}

@media (max-width: 1180px) {

    .projects__all_projects .tovars .items .tovar_item,
    .tovar_item .item {
        width: 460px;
    }
}

@media (max-width: 1010px) {

    .projects__all_projects .tovars .items .tovar_item,
    .tovar_item .item {
        width: 440px;
    }
}

@media (max-width: 970px) {

    .projects__all_projects .tovars .items .tovar_item,
    .tovar_item .item {
        width: 420px;
    }
}

@media (max-width: 930px) {

    .projects__all_projects .tovars .items .tovar_item,
    .tovar_item .item {
        width: 400px;
    }
}

@media (max-width: 894px) {

    .projects__all_projects .tovars .items .tovar_item,
    .tovar_item .item {
        width: 360px;
    }
}

@media (max-width: 810px) {

    .projects__all_projects .tovars .items .tovar_item,
    .tovar_item .item {
        width: 340px;
    }
}

@media (max-width: 770px) {

    .projects__all_projects .tovars .items .tovar_item,
    .tovar_item .item {
        width: 320px;
    }
}

@media (max-width: 710px) {

    .projects__all_projects .tovars .items .tovar_item,
    .tovar_item .item {
        width: 275px;
    }
}

@media (max-width: 610px) {
    .projects__all_projects .tovars .items {
        justify-content: center;
    }
}

@media (max-width: 1250px) {
    .projects__all_projects .tovars .items .tovar_item:nth-child(3n) {
        margin-right: 0px;
    }
}


/* конец Перестройка блоков проектов в прямоугольные*/

.block_k_for_proj {
    display: none;
}


/* .a_item.tovar_item[href="/proektirovanie-domov/1944/"] .block_k_for_proj{
  display: block;
}  */

.a_item.tovar_item[href="/proektirovanie-domov/1944/"] {
    position: relative;
}

.block_k_for_proj {
    position: absolute;
    right: 85px;
    top: 23px;
    border: 2px solid #ffd600;
    color: #ffd600;
    width: 200px;
    z-index: 10;
    padding: 5px;
    border-radius: 10px;
}


/* .a_item.ready_on_storage item::before{
  content: '';
  background-color: transparent;
} */

.block_k_for_proj {
    right: 22px;
    top: 84px;
    width: 250px;
}

@media (max-width: 1600px) {
    .block_k_for_proj {
        width: 230px;
    }
}

@media (max-width: 1390px) {
    .block_k_for_proj {
        width: 200px;
    }
}

@media (max-width: 1350px) {
    .block_k_for_proj {
        width: 180px;
    }
}

@media (max-width: 1290px) {
    .block_k_for_proj {
        width: 158px;
    }
}


/* @media (max-width: 1240px){
  .a_item.tovar_item[href="/proektirovanie-domov/1944/"] .block_k_for_proj{
    display: none;
  }
} */

@media (max-width: 1240px) {
    .block_k_for_proj {
        width: 250px;
    }
}

@media (max-width: 1010px) {
    .block_k_for_proj {
        width: 240px;
    }
}

@media (max-width: 1010px) {
    .block_k_for_proj {
        width: 230px;
    }
}

@media (max-width: 930px) {
    .block_k_for_proj {
        width: 200px;
    }
}

@media (max-width: 894px) {
    .block_k_for_proj {
        width: 160px;
    }
}

@media (max-width: 810px) {
    .a_item.tovar_item[href="/proektirovanie-domov/1944/"] .block_k_for_proj {
        display: none;
    }
}

.a_item.ready_on_storage item::before {
    width: 100%;
}

.projects_block_indexx .block_pochta_kredit {
    bottom: 52%;
    border: 6px solid #ffcb05;
    /* border-top: 0; */
    padding-right: 0;
}

.projects_block_indexx .block_pochta_kredit img {
    height: 150px;
}

@media (max-width: 1600px) {

    .akcii_slider .item .title h1,
    .akcii_slider .item .title h2 {
        max-width: 700px;
    }

    .projects_block_indexx .block_pochta_kredit {
        right: 40px;
        max-width: 620px;
    }
}

.projects_block_indexx .block_pochta_kredit::before {
    content: 'Готовый дом на складе!';
    background-color: #ffcb05;
    width: 100%;
    height: 21px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    color: #fff;
    text-align: center;
    /* border-top-left-radius: 8px;
  border-top-right-radius: 8px; */
    padding-top: 2px;
}

@media (min-width: 1180px) and (max-width: 1240px) {
    .block_k_for_proj {
        width: 158px;
    }
}


/* .a_item.tovar_item[href="/proektirovanie-domov/1944/"] .item{
  border: 5px solid #ff0000;
} */

.a_item.tovar_item .item {
    position: relative;
}

.block_k_for_proj {
    bottom: 0;
    right: 0;
    top: unset;
    border: 2px solid #f00;
    color: #fff;
    background: #f00;
    width: 130px;
}

/* @media (max-width: 810px) {
	.a_item.tovar_item[href="/proektirovanie-domov/1944/"] .block_k_for_proj {
		display: block;
	}
} */

/* @media (max-width: 710px) {
	.a_item.tovar_item[href="/proektirovanie-domov/1944/"] .block_k_for_proj {
		display: block;
	}
} */

.block_house_dom {
    position: absolute;
    bottom: 76.6%;
    right: 0;
    z-index: 1;
    transform: translateY(46%);
    max-width: 415px;
}


/* .block_house_dom img{
  border-radius: 10px;
} */


/* @media (max-width: 1600px){
  .block_house_dom{
    right: 40px;
  }
}
@media (max-width: 1160px){
  .block_house_dom{
    bottom: 57.6%;
  }
} */

.a_item.tovar_item[href="/proektirovanie-domov/1944/"] .item {
    /* -webkit-box-shadow: unset;
  box-shadow: unset; */
}

.block_house_dom {
    position: absolute;
    bottom: 14.1%;
    left: -7.2%;
    z-index: 1;
    transform: translateY(46%);
    max-width: 425px;
    z-index: 10;
}

.block_house_dom.active img {
    height: 253px;
}

@media (min-width: 1601px) and (max-width: 1650px) {
    .block_house_dom {
        left: -2.9%;
    }

    .aksii_block_house_index {
        left: 382px;
    }
}

@media (max-width: 1600px) {
    .block_house_dom {
        bottom: 45.6%;
        left: 22.2%;
        max-width: 437px;
        z-index: 10;
    }
}

@media (max-width: 1420px) {
    .block_house_dom {
        left: 220px;
    }
}

@media (max-width: 1320px) {
    .block_house_dom {
        left: 140px;
    }
}

@media (max-width: 1240px) {
    .block_house_dom {
        left: 70px;
    }
}

@media (max-width: 1170px) {
    .block_house_dom {
        left: 17px;
        bottom: 38.6%;
    }
}

@media (max-width: 1024px) {
    .block_house_dom {
        bottom: 33%;
    }
}

@media (max-width: 600px) {

    .block_house_dom,
    .aksii_block_house_index {
        transform: translateX(-50%);
        left: 50%;
    }

    .block_house_dom {
        width: 100%;
        bottom: 16.2%;
    }
}

@media (max-width: 468px) {
    .block_house_dom {
        width: 100%;
        bottom: 25.2%;
        max-width: 380px;
    }
}

@media (max-width: 410px) {
    .block_house_dom {
        bottom: 30.2%;
        max-width: 350px;
    }
}

@media (max-width: 378px) {
    .block_house_dom {
        bottom: 34.7%;
        max-width: 320px;
    }
}

@media (max-width: 348px) {
    .block_house_dom {
        bottom: 38.7%;
        max-width: 290px;
    }
}

@media (max-width: 800px) {
    .aksii_block_house_index.active {
        display: none;
    }
}

.block_house_dom {
    display: none;
}

.block_house_dom.active {
    display: block;
}

.block_house_dom.hidden {
    display: none;
}

.block_house_dom .close_bnr_index_akcii {
    top: 10px;
    left: 10px;
}

@media (max-width: 410px) {
    .block_house_dom .close_bnr_index_akcii {
        top: 4px;
        left: 4px;
    }
}

.ready_house_title_block {
    padding-left: 10px;
    margin-bottom: -20px;
    margin-top: 20px;
}

.projects_block_indexx .block_pochta_kredit {
    border: none;
}

.projects_block_indexx .block_pochta_kredit::before {
    content: '';
    background-color: transparent;
}

.projects_block_indexx .block_pochta_kredit img {
    height: 100%;
}

.projects_block_indexx .block_pochta_kredit {
    bottom: 57%;
}

.projects_block_indexx .block_pochta_kredit {
    border: 5px solid #fff;
}

.block_table_greenboard {
    margin-top: 50px;
    margin-bottom: 20px;
}

.block_table_greenboard p {
    margin-bottom: 10px;
}

.block_table_item {
    margin-top: 50px;
    margin-bottom: 20px;
}

.block_table_item p {
    margin-bottom: 10px;
}

.block_tables_container td {
    text-align: center;
}

.perectr_block {
    margin-top: 20px;
}

.item_otz_rev {
    width: 100% !important;
    max-width: 46%;
}

.dnevnik_of_buildings_page .item_rev_block_page img {
    width: 100%;
    height: 299px;
    object-fit: contain;
}

@media (max-width: 1100px) {
    .dnevnik_of_buildings_page .item_rev_block_page img {
        height: auto !important;
    }
}

@media (max-width: 610px) {
    .projects__all_projects .tovars .items {
        justify-content: space-between;
    }
}

@media (max-width: 550px) {
    .item_otz_rev {
        width: 100% !important;
        max-width: 100%;
    }
}

#bx_3218110189_1989 {
    display: none;
}

.certificates-grid__item {
    max-width: 280px;
    width: 100%;
}

.footer .two_row .item_1 .company {
    color: #ffd600;
}

.footer .two_row .item_1 .phone a {
    color: #ffd600;
}

.footer .two_row .item_1 .mail {
    color: #ffd600;
}

.footer .two_row .item_1 .phone span {
    color: #ffd600;
}

.footer .two_row .towns.item_5 .soc_links_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 66px;
}

.title_block_soc_footer p {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 10px;
}

.block_social_links_footer {
    max-width: 203px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.kit_home_pro p {
    text-align: center;
    margin-bottom: 16px;
    color: #ffd600;
    font-size: 16px;
    line-height: 21px;
}

.title_block_soc_footer p {
    color: #ffd600;
}

.block_100proj {
    margin-top: 34px;
}

.kit_home_pro_a {
    background-color: #fff;
    padding: 6px 20px;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 600;
}

.footer .two_row .towns.item_5 .soc_links a.vk {
    background-image: url(/local/templates/virmak/assets/css/../img/vk1.svg);
}

.mob_bottom .soc_links a.vk {
    background-image: url(/local/templates/virmak/assets/css/../img/vk1.svg);
}

.footer .two_row .towns.item_5 .soc_links a.inst {
    background-image: url(/local/templates/virmak/assets/css/../img/instagram1.svg);
}

.mob_bottom .soc_links a.inst {
    background-image: url(/local/templates/virmak/assets/css/../img/instagram1.svg);
}

.footer .two_row .towns.item_5 .soc_links a.you_tube {
    background-image: url(/local/templates/virmak/assets/css/../img/youtube1.svg);
}

.mob_bottom .soc_links a.you_tube {
    background-image: url(/local/templates/virmak/assets/css/../img/youtube1.svg);
}

@media (max-width: 960px) {
    .footer .two_row .item_1.kit_home_pro {
        margin-left: 0;
        max-width: 27%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* .kit_home_pro_a{
    margin-left: 26px;
  } */
}

@media (max-width: 767px) {
    .footer .two_row .towns.item_5 .soc_links_container.soc_links_container_dsk {
        display: none;
    }

    .title_block_soc_footer p {
        color: #ffffff;
        font-size: 12px;
        margin-bottom: 10px;
    }

    .mob_bottom .soc_links_container {
        display: flex;
        flex-direction: column;
    }
}

.partnership_company_container {
    max-width: 800px;
    width: 100%;
}

.online_page .partnership-company__para-1-image {
    display: flex;
    justify-content: center;
}

@media (max-width: 1140px) {
    .online_page .duo_pictures_without_text {
        flex-direction: column;
        align-items: center;
    }

    .online_page .duo_pictures_without_text .left_picture_block_without {
        margin-bottom: 20px;
        max-width: 600px;
        width: 100%;
    }

    .online_page .duo_pictures_without_text .right_picture_block_without {
        max-width: 600px;
        width: 100%;
    }

    .online_page .left_picture_block_without img {
        max-width: 100%;
    }

    .online_page .right_picture_block_without img {
        max-width: 100%;
    }

    .online_page .partnership-company__para-1-image {
    }

    .partnership_company_container {
        max-width: 600px;
        width: 100%;
    }

    .online_page .partnership-company__para-1-image iframe {
        width: 100%;
        height: 350px !important;
    }
}

@media (max-width: 550px) {
    .online_page .partnership-company__para-1-image iframe {
        width: 100%;
        height: 300px !important;
    }
}

@media (max-width: 470px) {
    .online_page .partnership-company__para-1-image iframe {
        width: 100%;
        height: 240px !important;
    }
}

.ready_proj {
    color: rgba(255, 255, 255, 0.4);
}

.ready_proj.active {
    color: #000;
}

.hotels_and_comm_obj .h_tabs .item,
.cottedgs_and_live_house .h_tabs .item.ready_proj {
    background-color: #7B7B7B;
    opacity: 0.5;
}

.hotels_and_comm_obj .h_tabs .item,
.cottedgs_and_live_house .h_tabs .item.ready_proj.active {
    color: #fff;
    background-color: #7B7B7B;
    opacity: 1;
}

.pochta_baner_project .stone_block_img img {
    max-width: 310px;
    margin-right: 10px;
}

.pochta_baner_project {
    display: flex;
}

.pochta_baner_project img {
    max-height: 350px;
}

@media (max-width: 1270px) {
    .pochta_baner_project {
        flex-direction: column;
    }

    .pochta_baner_project .stone_block_img img {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .pochta_baner_project img {
        max-width: 310px;
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .pochta_baner_project {
        flex-direction: unset;
    }

    .pochta_baner_project .stone_block_img img {
        margin-right: 10px;
        margin-bottom: 0;
    }
}

@media (max-width: 606px) {
    .pochta_baner_project {
        flex-direction: column;
        align-items: center;
    }

    .pochta_baner_project .stone_block_img img {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .pochta_baner_project a {
        width: 100%;
        max-width: 310px;
    }
}


/*Новости + отзывы блок*/

.duo_block_new {
    display: flex;
    justify-content: space-between;
}

.duo_block_new .block_rev_right_duo {
    max-width: 48%;
    width: 100%;
}

.duo_block_new .block_news_left_duo {
    max-width: 48%;
    max-width: 100%;
    width: 100%;
}

.reviews.duo_block_new {
    max-width: 1440px;
}

.block_duo_news_items {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.block_duo_news_items p {
    font-size: 14px;
    padding: 15px 0px;
}

.title.name_of_reviever_block_page {
    height: unset;
}

.block_duo_news_items a {
    font-size: 14px;
}

.block_duo_news_items .link.link_arrow.yellow {
    background-image: url(/local/templates/virmak/assets/css/../img/grey_arrow_page.png);
}

.block_duo_news_items {
    margin-top: 39px;
    margin-top: 67px;
}

@media (max-width: 1480px) {
    .duo_block_new {
        margin-left: 20px;
        margin-right: 20px;
    }

    .block_duo_news_items_item {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (max-width: 960px) {
    .reviews.duo_block_new {
        flex-direction: column;
        align-items: center;
    }

    .duo_block_new .block_news_left_duo {
        max-width: 100%;
        width: 100%;
    }

    .duo_block_new .block_rev_right_duo {
        max-width: 100%;
        width: 100%;
    }

    .block_rev_right_duo {
        margin-top: 30px;
    }
}

@media (max-width: 500px) {
    .block_duo_news_items {
        flex-direction: column;
    }

    .block_duo_news_items_item {
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
    }
}


/* .block_house_dom.active{
  display: none!important;
} */

@media (max-width: 800px) {
    .aksii_block_house_index.active {
        display: block;
    }
}


/*Новости + отзывы конец */

header .social_links a.vk_icon {
    display: none;
}

.footer .two_row .towns.item_5 .soc_links a.vk {
    display: none;
}

.block_social_links_footer {
    justify-content: space-evenly;
}

header .social_links {
    justify-content: space-evenly;
}

.modal-mainscreen-social .social_links a.vk_icon {
    display: none;
}

.mob_bottom .soc_links a.vk {
    display: none;
}

.block_duo_news_items_item a img {
    max-width: 300px;
    width: 100%;
}

.block_duo_news_items p {
    max-width: 300px;
}

.left_button_whats {
    position: fixed;
    bottom: 20px;
    bottom: 130px;
    right: 20px;
    display: flex;
    align-items: center;
    z-index: 2222222222;
}

.left_button_whats {
    max-width: 280px;
    width: 100%;
    line-height: 40px;
    text-decoration: none;
    color: #4fce5d;
    position: fixed;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .15) 0 3px 12px;
    border-radius: 25px;
    font-size: 15px;
    text-align: center;
    z-index: 2;
    display: block;
    transition: .3s;
    right: 64px;
}

.left_button_whats img {
    width: 20px;
    height: 20px;
}

.block_news_about_homes_virmak {
    display: flex;
    flex-wrap: wrap;
    margin-top: 14px;
    gap: 2rem 1.6rem;
}

.block_news_about_homes_virmak_item:first-child {
    /* margin-right: 14px; */
}

.block_news_about_homes_virmak_item:last-child {
    /* margin-left: 14px; */
}

.block_news_about_homes_virmak_item {
    margin-bottom: 14px;
}

.block_news_about_homes_virmak_item .tovar_item .item {
    width: 330px;
}

@media (max-width: 1444px) {
    .block_news_about_homes_virmak_item .tovar_item .item {
        width: 310px;
    }
}

@media (max-width: 1377px) {
    .block_news_about_homes_virmak_item .tovar_item .item {
        width: 290px;
    }
}

@media (max-width: 1277px) {
    .block_news_about_homes_virmak_item .tovar_item .item {
        width: 270px;
    }
}

@media (max-width: 1194px) {
    .block_news_about_homes_virmak_item .tovar_item .item {
        width: 260px;
    }
}

@media (max-width: 1152px) {
    .block_news_about_homes_virmak_item .tovar_item .item {
        width: 250px;
    }
}

@media (max-width: 1150px) {
    .block_news_about_homes_virmak_item .tovar_item .item {
        width: 460px;
    }

    .block_news_about_homes_virmak_item:first-child {
        margin-right: 0;
    }

    .block_news_about_homes_virmak_item:last-child {
        margin-left: 0;
    }
}

@media (max-width: 960px) {
    .block_news_about_homes_virmak_item .tovar_item .item {
        width: 390px;
    }

    .block_news_about_homes_virmak_item:first-child {
        margin-right: 14px;
    }

    .block_news_about_homes_virmak_item:last-child {
        margin-left: 14px;
    }
}

@media (max-width: 913px) {
    .block_news_about_homes_virmak_item .tovar_item .item {
        width: 370px;
    }
}

@media (max-width: 873px) {
    .block_news_about_homes_virmak_item .tovar_item .item {
        width: 350px;
    }
}

@media (max-width: 833px) {
    .block_news_about_homes_virmak_item .tovar_item .item {
        width: 330px;
    }
}

@media (max-width: 793px) {
    .block_news_about_homes_virmak_item .tovar_item .item {
        max-width: 530px;
        width: 100%;
    }

    .block_news_about_homes_virmak_item:first-child {
        margin-right: 0;
    }

    .block_news_about_homes_virmak_item:last-child {
        margin-left: 0;
    }

    .block_news_about_homes_virmak {
        justify-content: center;
    }
}

.stocks-detail__content .desc_but_akcii_index span {
    text-decoration: underline;
}

.block_duo_video_index_page {
    display: flex;
    align-items: center;
    justify-content: center;
}


/* .block_duo_video_index_page .pre_video__photo{
  max-width: 600px;
  margin-right: 15px;
  margin-left: 15px;
  width: 100%;
} */


/* .block_duo_video_index_page .pre_video__photo .you_tube img {
  max-width: 54px;
  width: 104px;
} */


/* @media (max-width: 800px){
  .block_duo_video_index_page{
    flex-direction: column;
  }
  .block_duo_video_index_page .pre_video__photo:last-child{
    margin-top: 20px;
  }
} */


/* new call back */

.oprosnik-company {
    margin: 60px 0 0 0;
}

.container-1440 {
    position: relative;
    max-width: 1470px;
    padding: 0 15px;
    margin: 0 auto;
}

.block_iputs_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.block_iputs_container textarea {
    margin-right: 0;
    width: 100%;
}

.block_opros_page {
    max-width: 900px;
    margin: 0 auto;
}

.build-calc__title {
    padding: 0;
}

.block_opros_page .span_top {
    color: #858585;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    padding-left: 19px;
    text-align: left;
}

.block_opros_page .item_file_cnt {
    max-width: 59%;
    width: 100%;
}

.block_opros_page .custom-file-upload {
    max-width: 173px;
    width: 100%;
    height: 52px;
    border: 1px solid #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    font-family: Merriweather;
    font-size: 16px;
    color: #000000;
}

.block_opros_page input[type="file"] {
    display: none;
}

.deskcription_opros_brif_virmak p {
    margin-bottom: 20px;
}

.deskcription_opros_brif_virmak {
    margin-top: 10px;
}

.block_iputs_container_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 900px;
    width: 100%;
    margin-bottom: 25px;
}

.block_iputs_container .form_inp,
.block_iputs_container .form_select {
    width: 100%;
    max-width: 440px;
}

.block_iputs_container {
    width: 100%;
}

.block_opros_page .form_select {
    color: #7b7b7b;
}

.block_iputs_container_item textarea {
    height: 52px;
    padding: 4px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 440px;
    width: 100%;
}

.block_duo_text_areas {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.block_duo_text_areas textarea {
    max-width: 440px;
    width: 100%;
}

.block_duo_text_areas {
    width: 100%;
    max-width: 900px;
}

.block_files_polz {
    display: flex;
    width: 100%;
    justify-content: space-between;
    max-width: 900px;
    margin-top: 25px;
}

.block_opros_page .item_file_cnt {
    max-width: 100%;
    width: 100%;
}

.flex_files_cont {
    display: flex;
    align-items: center;
}

.block_files_polz .left {
    width: 100%;
    max-width: 440px;
}

.block_files_polz .right {
    width: 100%;
    max-width: 440px;
}

.block_opros_page .span_top {
    width: 100%;
    margin: 0;
}

.flex_files_cont .flex {
    width: 100%;
    max-width: 173px;
}

.opros_submit_row {
    margin-top: 45px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 900px;
}

.opros_submit_row input {
    max-width: 318px;
    width: 100%;
    height: 60px;
    background-color: #ffcb05;
    color: #000000;
    font-family: Merriweather;
    font-size: 16px;
    font-weight: 400;
    border: none;
}

.block__of_item_form {
    width: 100%;
    margin-bottom: 50px;
}

@media (max-width: 930px) {
    .block_iputs_container_item .form_select:first-child {
        margin-bottom: 25px;
    }

    .left.flex_files_cont {
        justify-content: center;
    }

    .solo_item {
        margin-bottom: 0;
    }

    .block_iputs_container_item input:first-child {
        margin-bottom: 25px;
    }

    /* .block_iputs_container_item select:first-child{
	margin-bottom: 25px;
	} */
    .block_iputs_container_item textarea:first-child {
        margin-bottom: 25px;
    }

    .block_iputs_container_item {
        flex-direction: column;
    }

    .block_duo_text_areas {
        margin-top: 0;
        flex-direction: column;
    }

    .block_duo_text_areas textarea:first-child {
        margin-bottom: 25px;
    }

    .block_files_polz {
        flex-direction: column;
        align-items: center;
    }

    .block_files_polz .right {
        margin-top: 25px;
    }

    .opros_submit_row {
        margin-top: 25px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .block_iputs_container .form_inp,
    .block_iputs_container .form_select {
        width: 100%;
    }

    .select_top select {
        margin-bottom: 25px;
    }
}

.block_iputs_container {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .block_iputs_container_item textarea {
        font-size: 14px;
        padding-top: 6px;
    }
}

.block_multi_download {
    width: 100%;
    max-width: 200px;
}


/* end new call back */

.time_proj_main_index {
    color: #fff;
}

.w1440_main_wrap .aksii_block_house_index.active {
    display: none !important;
}

.w1440_main_wrap .block_house_dom.active {
    display: none !important;
}

header .social_links a.inst_icon {
    background-image: url(/local/templates/virmak/assets/css/../img/instagram1.svg);
    background-size: 20px;
}

header .social_links a.youtube_icon {
    background-image: url(/local/templates/virmak/assets/css/../img/youtube1.svg);
    background-size: 26px;
}

@media (max-width: 767px) {
    /* .akcii_slider .item .title h1, .akcii_slider .item .title h2{
    font-size: 25px;
  }
   */
}

.callback_modal input {
    margin-bottom: 25px;
}

.block_callback_modal_ap {
    width: 100%;
    height: 40px;
    position: fixed;
    bottom: 75px;
    right: 20px;
    cursor: pointer;
    max-width: 280px;
    z-index: 11;
}

.all_modals_css .dialog__content {
    max-width: 470px;
    max-width: 500px;
}

.all_modals_css .dialog h2 {
    margin-bottom: 0;
}

.all_modals_css .form_inp {
    margin-bottom: 10px;
}

.all_modals_css .form_textarea {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-top: 10px;
    max-width: 354px;
}

.all_modals_css .file_row {
    margin-top: 10px;
}

.all_modals_css .submit_row {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    width: 100%;
}

#callBack .row_form.file_row {
    margin-top: 10px;
}

.left_button_call {
    max-width: 280px;
    width: 100%;
    line-height: 40px;
    text-decoration: none;
    color: #e2af00;
    position: fixed;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .15) 0 3px 12px;
    border-radius: 25px;
    font-size: 15px;
    text-align: center;
    z-index: 9;
    display: block;
    transition: .3s;
    bottom: 180px;
    z-index: 222222222222;
    right: 0;
    right: 64px;
}

.left_button_call img {
    width: 20px;
    height: 20px;
}

@media (max-width: 1460px) {
    .all_modals_css .row_form {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .all_modals_css .row_form input {
        width: 100%;
        max-width: 100%;
    }

    .all_modals_css .form_textarea {
        max-width: 100%;
    }

    .all_modals_css .row_form select {
        width: 100%;
        max-width: 100%;
    }

    .all_modals_css .dialog__content {
        max-width: 470px;
        width: 100%;
    }
}

@media (max-width: 520px) {
    .all_modals_css .dialog__content {
        padding: 40px;
    }
}


/*header menu*/

.header_menu_virmak_top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    max-width: 844px;
    max-width: 985px;
    width: 100%;
}

.header_menu_virmak_top ul li {
    padding: 0 1rem;
    margin-right: 0;
    cursor: pointer;
}

header .header_menu_virmak_top ul li span {
    height: 100%;
    overflow: hidden;
    color: #040506;
    font-size: 1.4rem;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    position: relative;
    /* border-bottom: 4px solid transparent; */
    left: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
}

header .header_menu_virmak_top ul li a {
    height: 100%;
    overflow: hidden;
    color: #040506;
    font-size: 1.4rem;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    position: relative;
    /* border-bottom: 4px solid transparent; */
    left: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
}

.podmenu_header {
    max-width: 1440px;
    width: 100%;
    height: 479px;
    -webkit-box-shadow: 0 70px 44px rgba(0, 0, 0, 0.35);
    box-shadow: 0 70px 44px rgba(0, 0, 0, 0.35);
    background-color: #ffffff;
    position: absolute;
    left: 47%;
    top: 91px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    pointer-events: none;
    display: none;
    z-index: 100;
    visibility: visible;
    opacity: 1;
    left: 50%;
    top: 91px;
    pointer-events: auto;
}

header .header_menu .podmenu_header .links {
    max-width: 825px;
    width: 100%;
    padding-left: 232px;
    padding-top: 84px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header .header_menu_virmak_top .podmenu_header .photo {
    max-width: 614px;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

header .header_menu_virmak_top .podmenu_header .links .col_1 {
    margin-right: 75px;
}

header .header_menu_virmak_top .podmenu_header .links .col_1 {
    max-width: 160px;
}

header .header_menu_virmak_top .podmenu_header .links .col_2 {
    max-width: 195px;
}

header .header_menu_virmak_top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

header .header_menu_virmak_top .podmenu_header .links ul {
    display: block;
}

header .header_menu_virmak_top .podmenu_header .links ul li {
    height: auto;
    margin-bottom: 33px;
    margin-right: 0;
}

header .header_menu_virmak_top .podmenu_header .photo img {
    height: 479px;
    -o-object-fit: cover;
    object-fit: cover;
}

.has_podmenu_down.active {
    font-weight: 700;
}

.podmenu_header.scrolled {
    top: 70px;
}

header .header_menu_virmak_top .podmenu_header .links {
    max-width: 825px;
    width: 100%;
    padding-left: 232px;
    padding-top: 84px;
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 25px;
}

.podmenu_header.activate {
    display: flex !important;
}

.podmenu_header .links ul li {
    white-space: unset;
    font-weight: 400;
}

.podmenu_header .links ul li a {
    white-space: unset;
    font-weight: 400;
}

.podmenu_header .links ul li span {
    white-space: unset;
    font-weight: 400;
}

.podmenu_header.hidden {
    display: none !important;
}

.podmenu_header .links ul li:hover {
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .header_menu_virmak_top {
        display: none;
    }
}

@media (min-width: 1025px) {
    header.index_header .logo img {
        min-width: 9.4rem;
    }
}


/*end header menu*/

.inp_file_docs__label span {
    max-width: 173px;
    width: 100%;
    height: 52px;
    border: 1px solid #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    font-family: Merriweather;
    font-size: 16px;
    color: #000000;
}

.block_opros_page button,
.block_opros_page input::-webkit-input-placeholder,
.block_opros_page select::-webkit-input-placeholder,
.block_opros_page textarea::-webkit-input-placeholder {
    color: #000;
}

.block_opros_page input::-moz-placeholder,
.block_opros_page select::-moz-placeholder,
.block_opros_page textarea::-moz-placeholder {
    color: #000;
}

.block_opros_page .form_select {
    color: #000;
}

.block_iputs_container_item textarea:-ms-input-placeholder {
    color: #000;
}

.block_iputs_container_item textarea::-webkit-input-placeholder {
    color: #000;
}

.block_pic_files {
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}

.profile_my_docs__images_1_p {
    margin-top: 3px;
}

@media (max-width: 767px) {

    .row_2__yellow_links,
    .row_2__yellow_links.black {
        padding: 10px 6px;
    }

    .row_2__yellow_links a.item_wrap {
        width: 32%;
    }

    .row_2__yellow_links .item span,
    .row_2__yellow_links.black .item span {
        margin: 0;
        text-align: center;
        width: 100%;
        max-width: 100%;
    }

    .row_2__yellow_links .item {
        margin-bottom: 10px;
    }
}

.block_trio_photo_panels_virmak {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.block_trio_photo_panels_virmak a {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    max-width: 350px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .block_trio_photo_panels_virmak {
        flex-direction: column;
        align-items: center;
    }
}

.block_button_modal_prodasha {
    cursor: pointer;
}

.block_button_modal_prodasha {
    max-width: 555px;
    width: 100%;
    height: 54px;
    background-color: #ffcb05;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    margin-bottom: 14px;
}

.block_button_modal_prodasha:hover {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.block_serch_virmak_ru img {
    width: 20px;
    height: 20px;
}

.block_serch_virmak_ru {
    cursor: pointer;
    min-width: 20px;
    max-width: 20px;
    width: 100%;
}

.search_line_virmak_ru {
    display: none;
    width: 100%;
    max-width: 585px;
    transition: 0.5s;
    right: 175px;
    position: absolute;
    border: 0;
    top: 15px;
    padding: 13px;
}

header .wrap {
    position: relative;
}

.search_line_virmak_ru input {
    height: 34px;
    width: 100%;
    padding-left: 15px;
}

.search_line_virmak_ru.active {
    display: block;
}

.search_line_virmak_ru.hidden {
    display: none;
}

.block_serch_virmak_ru {
    margin-bottom: 10px;
}

@media (max-width: 1250px) {
    .block_serch_virmak_ru {
        margin-left: 10px;
    }
}

@media (max-width: 1024px) {
    .block_serch_virmak_ru {
        display: none;
    }
}

.block_under_project_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 42px;
    margin-bottom: 43px;
    flex-direction: column;
}

.block_under_project_list_items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-content: space-around;
    max-width: 1200px;
    width: 100%;
    flex-wrap: wrap;
}

.block_under_project_list_item {
    max-width: 325px;
    width: 100%;
    height: 173px;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    background-color: #ffcb05;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
}

.triger_info {
    cursor: pointer;
}

.block_under_project_list_items .block_under_project_list_item:first-child {
    margin-right: 0;
}

.title_block_under_project_list_item p {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    max-width: 224px;
}

.price_block_under_project_list_item p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 27px;
}

.btn_block_under_project_list_item {
    display: flex;
    align-items: center;
}

.btn_block_under_project_list_item a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
}

.btn_block_under_project_list_item img {
    width: 16px;
    height: 12px;
    margin-left: 9px;
}

.block_under_project_list .block_under_project_list_items:nth-child(2) .block_under_project_list_item {
    background-color: #08bb04;
}

.block_under_project_list .block_under_project_list_items:nth-child(2) .title_block_under_project_list_item p {
    color: #fff;
}

.btn_block_under_project_list_item a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
}

.block_under_project_list .block_under_project_list_items:nth-child(2) .price_block_under_project_list_item p {
    color: #fff;
}

.block_under_project_list .block_under_project_list_items:nth-child(2) {
    margin-top: 50px;
}

.hiden_block_another_one_two {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.hiden_block_another_one_two.active {
    opacity: 1;
    visibility: visible;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
}

.hiden_block_another_one_bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.hiden_block_another_one_bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    opacity: .87;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    z-index: 100;
    height: 100vh;
}

.hiden_block_another_one__inner {
    height: auto;
}

.hiden_block_another_one__inner {
    position: relative;
    top: 6vh;
    /* top: 500px; */
    right: 0;
    bottom: 0;
    left: 50%;
    /* background-color: #fff; */
    max-width: 950px;
    height: 1415px;
    display: flex;
    flex-direction: column;
    /* align-items: center;
    justify-content: center; */
    padding: 7px;
    border-radius: 14px;
    z-index: 101;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    background-color: #ffffff;
    transform: translateX(-50%);
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    position: fixed;
}

.hiden_block_another_one__inner {
    overflow-y: scroll;
    overflow-x: hidden;
    height: auto;
    min-height: 610px;
}

.hiden_block_another_one_x {
    position: relative;
    width: 100%;
}

.close_another {
    position: absolute;
    top: 0px;
    top: -50px;
    right: -6px;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    z-index: 10;
    cursor: pointer;
}

.close_another::after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 20px;
    font-weight: normal;
    font-size: 20px;
    font-weight: normal;
    font-size: 20px;
    font-weight: normal;
    color: #000;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: transparent;
    transition: background .25s;
    box-sizing: border-box;
    z-index: 2;
    font-size: 40px;
}

.title_another_form_one {
    display: none;
}

.block_text_modal {
    margin-top: 36px;
    padding-left: 33px;
    padding-right: 33px;
}

.block_text_modal h2 {
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.block_text_modal ul li {
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -1.26px;
    line-height: 30px;
    margin-bottom: 3px;
    max-width: 843px;
    list-style: disc;
    margin-left: 30px;
}

.block_text_modal ol li {
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -1.26px;
    line-height: 30px;
    margin-bottom: 3px;
    max-width: 843px;
    list-style: dislinear-gradientc;
    margin-left: 10px;
}

.btn_green_modal {
    display: flex;
    justify-content: center;
    margin-top: 65px;
}

.triger_call {
    cursor: pointer;
}

.block_text_modal p {
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -1.26px;
    line-height: 30px;
    margin-bottom: 3px;
    max-width: 843px;
    margin-left: 10px;
}

.btn_green_modal a {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    max-width: 205px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border-radius: 4px;
    background-color: #08bb04;
}

@media (max-width: 1030px) {
    .detail_modal_trigger_0_1 {
        margin-right: 10px;
        margin-left: 10px;
    }
}

@media (max-width: 994px) {
    .detail_modal_trigger_0_2 {
        margin-top: 25px;
    }

    /* .detail_modal_trigger_0_1{
		margin-right: 0;
		margin-left: 0;
	} */
}

@media (max-width: 669px) {
    .detail_modal_trigger_0_0 {
        margin-bottom: 25px;
    }
}

.modal_call_back .hiden_block_another_one__inner {
    max-width: 600px;
    height: auto;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-color: #f1f1f1;
    position: fixed;
    max-height: 536px;
    height: 100%;
    overflow-y: unset;
    overflow-x: unset;
    max-height: 100%;
    height: 610px;
}

.title_block_form_main_page {
    text-align: center;
}

.title_block_form_main_page h3 {
    color: #000000;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 14px;
}

.desk_block_form_main_page {
    display: flex;
    justify-content: center;
}

.desk_block_form_main_page {
    margin-bottom: 44px;
}

.desk_block_form_main_page p {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.desk_block_form_main_page p {
    max-width: 536px;
}

.block_form_main {
    max-width: 1195px;
    margin: 0 auto;
}

.top_block_form_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top_block_form_main {
    margin-bottom: 31px;
}

.top_block_form_main_item {
    width: 100%;
}

.top_block_form_main .top_block_form_main_item:first-child {
    margin-right: 15px;
}

.top_block_form_main_item input {
    border: none;
    max-width: 582px;
    width: 100%;
    height: 68px;
    border-radius: 8px;
    background-color: #ffffff;
    color: #616161;
    font-family: Muller;
    font-family: Merriweather;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    padding-left: 17px;
}

.bot_block_form_main_item textarea {
    border: none;
    resize: none;
    max-width: 1195px;
    width: 100%;
    height: 175px;
    border-radius: 8px;
    background-color: #ffffff;
    color: #616161;
    font-family: Muller;
    font-family: Merriweather;
    font-size: 16px;
    font-weight: 400;
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
}

.block_btn_form_main_submiit {
    margin-top: 47px;
}

.block_btn_form_main_submiit {
    display: flex;
    align-items: center;
    justify-content: center;
}

.block_btn_form_main_submiit button {
    border: none;
    max-width: 203px;
    width: 100%;
    height: 61px;
    border-radius: 5px;
    background-color: #ffcb05;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

.block_btn_form_main_submiit img {
    width: 12px;
    height: 7px;
}

.block_btn_form_main_submiit button img {
    margin-left: 6px;
}

.detail_modal_trigger_0_1::after {
    content: 'или';
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
}

.detail_modal_trigger_0_1 {
    position: relative;
}

.mob_block_projj {
    display: none;
}

@media (max-width: 1014px) {
    .mob_block_projj {
        display: block;
    }

    .desktop_block_projj {
        display: none;
    }

    .detail_modal_trigger_0_1 {
        margin-top: 50px;
    }
}

.price_block_det_virmak {
    display: flex;
}

.block_more_btn_price {
    margin-left: 15px;
}

.desc_detail_box_virmak {
    text-align: center;
    display: flex;
    justify-content: center;
}

.desc_detail_box_virmak p {
    max-width: 520px;
}

.tg_icon {
    background-image: url(/local/templates/virmak/assets/css/../img/blutelegram.svg);
    background-size: 21px;
}

.tg_icon.wa_mob_ic {
    background-image: url(/local/templates/virmak/assets/img/whatsapp_2.svg);
    background-size: 21px;
}

.block_btn_call_modal {
    position: fixed;
    z-index: 1111111111;
    bottom: 75px;
    bottom: 180px;
    right: 0;
    cursor: pointer;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .15) 0 3px 12px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 60px;
}

.block_btn_call_modal img {
    width: 22px;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.block_btn_call_modal:hover img {
    margin-left: -10px;
}

.block_callback_modal_ap {
    right: -500px;
}

.active.block_callback_modal_ap {
    right: 20px;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    z-index: 5;
    display: block;
}

.block_btn_call_modal.hidden {
    display: none;
}

.left_button_whats {
    right: -500px;
}

.left_button_whats.active {
    right: 0px;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    z-index: 5;
    right: 64px;
}

.whats_app_btn_swift {
    bottom: 20px;
    bottom: 130px;
}

.green_title_css h2 {
    max-width: 206px;
    max-width: 870px;
    background-color: #ffcb05;
    padding: 10px;
}

.greenboadr_css .pre_video__photo {
    width: 497px;
    height: 276px;
}

.greenboadr_css .pre_video__photo p {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    padding: 0 10px;
}

.greenboadr_css .you_tube {
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    position: absolute;
    left: 50%;
    top: 48%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.greenboadr_css .you_tube img {
    width: 45px;
    height: 50px;
}

.left_block_picture_video_greenboards {
    width: 100%;
    margin-right: 7px;
}

.right_block_picture_video_greenboards {
    width: 100%;
    margin-left: 7px;
}

.block_picture_video_greenboards {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}

.left_block_picture_video_greenboards img {
    height: 100%;
}

.just_text_info {
    margin-top: 24px;
}

.duo_pic_greengoars {
    display: flex;
    justify-content: space-between;
}

.duo_pic_greengoars_left {
    width: 100%;
    margin-right: 7px;
}

.duo_pic_greengoars_right {
    width: 100%;
    margin-left: 7px;
}

.duo_pic_greengoars {
    margin-top: 24px;
}

.block_mini_table_greenboards {
    margin-top: 24px;
}

.block_mini_table_greenboards table td {
    text-align: center;
}

.just_text_info i {
    font-style: italic;
}

/* .green_title_css h2 */
@media (max-width: 767px) {
    .duo_pic_greengoars {
        flex-direction: column;
        text-align: center;
    }

    .duo_pic_greengoars_left {
        margin: 0;
        margin-bottom: 24px;
    }

    .duo_pic_greengoars_right {
        margin: 0;
    }

    .duo_pic_greengoars img {
        max-width: 497px;
        padding: 0 9px;
    }
}

@media (max-width: 967px) {
    .block_picture_video_greenboards {
        flex-direction: column;
        text-align: center;
    }

    .left_block_picture_video_greenboards {
        margin: 0;
        margin-bottom: 24px;
    }

    .right_block_picture_video_greenboards {
        margin: 0;
    }

    .left_block_picture_video_greenboards img {
        height: auto;
        max-width: 497px;
        padding: 0 9px;
    }

    .green_title_css h2 {
        max-width: 100%;
    }
}

a[href="https://www.instagram.com/virmak.ru/"] {
    display: none !important;
}

.inst_icon {
    display: none;
}

.row_3__find_home.projects_find .right .item .link a {
    color: #fff;
}

.block_serch_virmak_ru {
    display: none;
}

.factory__text_fact {
    display: flex;
    flex-direction: column;
}

.button_more_form_call button, .button_more_form_call > span, .button_more_form_call a span {
    border: 0;
    font-family: Merriweather;
    width: 301px;
    height: 60px;
    background-color: #ffcb05;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.button_more_form_call {
    text-align: right;
}

@media (max-width: 1350px) {
    header .header_menu_virmak_top .podmenu_header .links {
        padding-left: 132px;
    }
}

.block_pic_container_house_complex_page img {
    max-height: 542px;
    width: 100%;
    object-fit: cover;

}

.block_pic_container_house_complex_page {
    position: relative;
}

.container_house_complex_page {
    max-width: 975px;
}

.block_text_pic_container p {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #fefefe;
}

.block_text_pic_container {
    position: absolute;
    bottom: 36px;
    left: 58px;
    max-width: 525px;
    width: 100%;
}

.block_big_house_img {
    position: relative;
}

.block_big_house_img_item {
    position: absolute;
    width: 204px;
    height: 67px;
    padding: 17px 21px 16px 17px;
    padding: 17px 12px 16px 17px;
    border-radius: 5px;
    background-color: #000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.block_big_house_img_item p {
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    font-size: 14px;
}

.block_big_house_img_item span {
    color: #ffd400;
}

.block_big_house_img {
    text-align: right;
}

.block_big_house_img {
    margin-top: 91px;
}

.row1 {
    top: 0;
    left: 0;
}

.row2 {
    top: 130px;
    left: 0;
}

.row3 {
    top: 246px;
    left: 0;
    white-space: nowrap;
}

.row4 {
    top: 356px;
    left: 0;
    white-space: nowrap;
}

.block_video_btn_virmak {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    max-width: 337px;
    width: 100%;
    background-color: #ffd400;
    padding: 29px 41px 29px 32px;
    border-radius: 10px;
    -webkit-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.block_video_btn_virmak:hover {
    -webkit-transform: translateX(7px);
    -ms-transform: translateX(7px);
    transform: translateX(7px);
    background-color: #e8c100;
    background-position: 11.5% 50%;
}

.img_play_block_video_btn_virmak {
    width: 60px;
    height: 60px;
}

.img_play_block_video_btn_virmak img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    max-width: 60px;
}

.text_block_video_btn_virmak p {
    font-size: 16px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.text_block_video_btn_virmak {
    max-width: 188px;
    width: 100%;
}

.img_play_block_video_btn_virmak {
    margin-right: 36px;
}

.block_video_btn_virmak_container {
    display: flex;
    justify-content: center;
    margin-top: 53px;
    margin-bottom: 127px;
}

.title_why_we_block_container p {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-bottom: 65px;
    text-transform: uppercase;
}

.img_why_we_block_container_items_item img {
    width: 111px;
    height: 111px;
    margin-bottom: 22px;
}

.title_why_we_block_container_items_item p {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}

.why_we_block_container_items_item {
    max-width: 144px;
    width: 100%;
    margin-right: 26px;
    text-align: center;
}

.why_we_block_container_items {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.just_text_housecomplex {
    margin-top: 83px;
    margin-bottom: 73px;
}

.just_text_housecomplex p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.title_text_left_side_prezentation p {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.text_text_left_side_prezentation p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.text_left_side_prezentation {
    max-width: 320px;
    width: 100%;
    margin-right: 25px;
}

.title_right_side_prezentation p {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #ffd400;
    text-transform: uppercase;
}

.subtitle_right_side_prezentation p {
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #ffd400;
    text-transform: uppercase;
}

.title_right_side_prezentation {
    margin-bottom: 40px;
    margin-top: 94px;
}

.right_side_prezentation {
    width: 100%;
    background-color: #000;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 347px;
    cursor: pointer;
}

.title_right_side_prezentation {
    -webkit-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.right_side_prezentation:hover .title_right_side_prezentation {
    margin-bottom: 25px;
}

.prezentation_virmak_block_container {
    display: flex;
    align-items: center;
}

.how_we_work_title {
    margin-top: 118px;
}

.how_we_work_title p {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-bottom: 63px;
    text-transform: uppercase;
}

.how_we_flex .how_we_flex__item_1 {
    position: relative;
}

.how_we_flex {
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.how_we_flex .how_we_flex__item {
    width: 33%;
    text-align: center;
    margin-bottom: 23px;
}

.how_we_flex .how_we_flex__item .how_we_flex__item_title {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0;
}

.how_we_flex__item .how_we_flex__item_text {
    color: #010101;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    max-width: 315px;
    text-align: center;
    margin: 0 auto;
}

.how_we_flex .how_we_flex__item {
    width: 33%;
    text-align: center;
    margin-bottom: 23px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.how_we_flex__item_240 .how_we_flex__item_text {
    max-width: 240px;
}

.how_we_flex .how_we_flex__item_240 .how_we_flex__item_text {
    max-width: 240px;
}

.how_we_flex .how_we_flex__item_4::after {
    content: "";
    width: 76px;
    height: 200px;
    background-image: url(/prodazha/domokomplekty/tochka_4.png);
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    bottom: -70.5%;
    left: 50%;
}

.how_we_flex .how_we_flex__item_2::before {
    content: "";
    width: 120px;
    height: 186px;
    background-image: url(/prodazha/domokomplekty/tochka_2.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -41%;
    left: 50%;
    width: 86px;
    height: 118px;
}

.how_we_flex .how_we_flex__item_3::before {
    content: "";
    width: 120px;
    height: 186px;
    background-image: url(/prodazha/domokomplekty/tochka_3.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -41%;
    right: 49%;
    width: 86px;
    height: 118px;
}

.how_we_flex .how_we_flex__item_1::after {
    content: "";
    width: 76px;
    height: 200px;
    background-image: url(/prodazha/domokomplekty/how_we_dotted_1.png);
    background-repeat: no-repeat;
    position: absolute;
    background-size: cover;
    bottom: -70.5%;
    left: 50%;
}

.how_we_flex .how_we_flex__item_4 {
    position: relative;
}

.how_we_flex .how_we_flex__item_2 {
    position: relative;
}

.how_we_flex .how_we_flex__item_3 {
    position: relative;
}

.btn_call_hous_complex {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: #ffd400;
    width: 271px;
    height: 57px;
    padding: 21px 33px 21px 32px;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.btn_call_hous_complex_container {
    display: flex;
    justify-content: center;
    margin-top: 91px;
    margin-bottom: 101px;
}

.left_blk {
    margin-right: 99px;
}

.card-tovar__description-text {
    height: 130px;
    margin-top: 20px;
    max-width: 827px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .35s ease-out;
    -o-transition: all .35s ease-out;
    transition: all .35s ease-out;

}

.card-tovar__description-text p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.card-tovar__description-text.active {
    height: auto;
    overflow: visible;
}

.card-tovar__description-more {
    color: #7fc345;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin-top: 11px;
    text-transform: none;
    -webkit-transition: all .35s ease-out;
    -o-transition: all .35s ease-out;
    transition: all .35s ease-out;
}

.hero-link.card-tovar__description-more {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #949494;
}

.card-tovar__description-text-bg {
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#fff));
    background: -o-linear-gradient(hsla(0, 0%, 100%, 0), #fff);
    background: linear-gradient(hsla(0, 0%, 100%, 0), #fff);
    bottom: 0;
    height: 90px;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transition: all .35s ease-out;
    -o-transition: all .35s ease-out;
    transition: all .35s ease-out;
    z-index: 1;
}

.card-tovar__description-text.active .card-tovar__description-text-bg {
    opacity: 0;
}


:root {
    --sizeIndex: calc(1vw + 1vh);
}

@media (max-width: 950px) {

    .block_big_house_img_item {
        width: calc(var(--sizeIndex) * 12);
        height: calc(var(--sizeIndex) * 4);
        white-space: unset;
    }

    .block_big_house_img_item p {
        font-size: calc(var(--sizeIndex) * 0.7);
    }

    .row2 {
        top: calc(var(--sizeIndex) * 4.7);
    }

    .row3 {
        top: calc(var(--sizeIndex) * 10);
    }

    .row4 {
        top: calc(var(--sizeIndex) * 14.7);
    }

    .block_big_house_img img {
        padding-left: calc(var(--sizeIndex) * 9.7);
    }
}

@media (max-width: 780px) {
    .row2 {
        top: calc(var(--sizeIndex) * 5.7);
    }
}

@media (max-width: 750px) {
    .block_big_house_img {
        display: none;
    }

    .block_video_btn_virmak_container {
        margin-top: 33px;
        margin-bottom: 48px;
    }
}

@media (max-width: 850px) {
    .why_we_block_container_items {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .why_we_block_container_items_item {
        margin-top: 16px;
    }

    .title_why_we_block_container p {
        margin-bottom: 24px;
    }

}

.mon_ver_how {
    display: none;
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 960px) {

    .how_we_flex .how_we_flex__item_1::after,
    .how_we_flex .how_we_flex__item_3::before,
    .how_we_flex .how_we_flex__item_2::before,
    .how_we_flex .how_we_flex__item_4::after {
        display: none;
    }

    .mon_ver_how {
        display: flex;
        opacity: 1;
        visibility: visible;
    }

    .desktop_ver_how {
        display: none;
        opacity: 0;
        visibility: hidden;
    }
}

@media (max-width: 730px) {
    .bot_side_btn {
        flex-direction: column;
        align-items: center;
    }

    .left_blk {
        margin-right: 0;
        margin-bottom: 14px;
    }
}

@media (max-width: 950px) {
    .btn_call_hous_complex_container {
        display: flex;
        justify-content: center;
        margin-top: 31px;
        margin-bottom: 41px;
    }
}

@media (max-width: 750px) {
    .text_left_side_prezentation {
        max-width: 100%;
        margin-right: 25px;
        width: 100%;
        padding: 15px;
    }

    .prezentation_virmak_block_container {
        display: flex;
        align-items: center;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .title_text_left_side_prezentation p {
        margin-bottom: 14px;
    }

    .right_side_prezentation {
        height: 307px;
        margin: 0 auto;
        padding: 24px;
    }

    .title_right_side_prezentation {
        margin-bottom: 40px;
        margin-top: 64px;
    }

    .just_text_housecomplex {
        margin-bottom: 33px;
        margin-top: 33px;
    }

    .block_pic_container_house_complex_page img {
        max-height: 342px;
        width: 100%;
        object-fit: cover;
    }

    .block_text_pic_container {
        left: 28px;
    }

    .how_we_work_title {
        margin-top: 48px;
    }

    .how_we_work_title p {
        margin-bottom: 33px;
    }

    .how_we_flex {
        padding-top: 0;
    }
}

@media (max-width: 550px) {
    .why_we_block_container_items {
        justify-content: center;
    }

    .block_video_btn_virmak {
        padding: 19px 31px 19px 22px;
    }

    .text_block_video_btn_virmak p {
        font-size: 14px;
    }

    .block_text_pic_container p {
        max-width: 89%;
        font-size: 14px;
    }

}

@media (max-width: 680px) {
    .how_we_flex .how_we_flex__item {
        width: 50%;
    }

    .how_we_flex__item img {
        max-width: 70px;
    }

    .how_we_flex .how_we_flex__item .how_we_flex__item_title {
        font-size: 17px;
        margin: 10px 0;
    }

    .how_we_flex__item .how_we_flex__item_text {
        color: #010101;
        font-size: 14px;
    }
}

@media (max-width: 460px) {
    .block_text_pic_container p {
        max-width: 83%;
        font-size: 12px;
    }

    .text_left_side_prezentation {
        margin-right: 0;
    }

    .block_text_pic_container {
        position: absolute;
        bottom: 36px;
        left: 6px;
        max-width: unset;
        width: 100%;
    }

    .mon_ver_how {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .title_why_we_block_container p,
    .title_text_left_side_prezentation p,
    .how_we_work_title p {
        font-size: 18px;
        text-align: center;
    }

    .subtitle_right_side_prezentation p {
        font-size: 30px;
    }
}

.prezentation_virmak_block_container a {
    display: block;
    width: 100%;
}

.hiden_block_another {
    opacity: 0;
    visibility: hidden;
    /* display: none; */
}

.hiden_block_another.active {
    opacity: 1;
    visibility: visible;
    display: block;
    z-index: 111;
}

.hiden_block_another {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* .hiden_block_another {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  opacity: .87;
  transition-timing-function: cubic-bezier(.22, .61, .36, 1);
  z-index: 100;
  height: 100vh;
} */
.hiden_block_another_inner_block {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    max-width: 450px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 14px;
    z-index: 101;
    padding: 44px;
    max-width: 600px;
}

.hiden_block_another_one_x {
    position: relative;
    width: 100%;
}

.close_another {
    position: absolute;
    top: -20px;
    top: 0;
    right: -16px;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    z-index: 10;
    cursor: pointer;
}

.close_another::after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 20px;
    font-weight: normal;
    font-size: 20px;
    font-weight: normal;
    color: #3b3b3b;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background .25s;
    box-sizing: border-box;
    z-index: 2;
    font-size: 40px;
}

/* .hiden_block_another{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	right: unset;
	bottom: unset;
  }

   */
.hiden_block_another_bg_id {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    opacity: .87;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    z-index: 100;
    height: 100vh;
}

.block_modal_content_big_house h3 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.block_modal_content_big_house p {
    font-size: 16px;
    line-height: 19px;
}

.btn_call_back_header_virmak {
    width: 16.1rem;
    height: 3.9rem;
    padding: 1.6rem 2rem 1.5rem;
    background-color: #ffd400;
    font-size: 1.4rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.64;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-left: 1.9rem;
    -webkit-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.phone_fix_header_virmak {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_call_back_header_virmak:hover {
    -webkit-transform: translateX(7px);
    -ms-transform: translateX(7px);
    transform: translateX(7px);
    background-color: #e8c100;
    background-position: 11.5% 50%;
}

.hiden_container_block.hidden {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.hiden_container_block {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.hiden_container_block.active {
    opacity: 1;
    visibility: visible;
    display: block;
    z-index: 111;
}

.hhiden_block_another_bg_id {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    opacity: .87;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    z-index: 100;
    height: 100vh;
}

.hiden_container_block_inner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    /* max-width: 450px; */
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* padding: 20px; */
    border-radius: 14px;
    z-index: 101;
    /* padding: 44px; */
    padding: 24px;
    max-width: 1167px;
    max-width: 1410px;
    padding: 0;
    width: 100%;
}

.hiden_container_block_x {
    position: relative;
    width: 100%;
}

.close_another_x {
    position: absolute;
    top: -20px;
    top: 0;
    right: -16px;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    z-index: 10;
    cursor: pointer;
}

.close_another_x::after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 20px;
    font-weight: normal;
    font-size: 20px;
    font-weight: normal;
    font-size: 20px;
    font-weight: normal;
    color: #3b3b3b;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background .25s;
    box-sizing: border-box;
    z-index: 2;
    font-size: 40px;
}

.hiden_container_block_inner {
    max-height: 80vh;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.block_content_calc {
    height: 100%;
    width: 100%;
}

.block_content_calc .build-calc {
    margin: 0;
}

.block_content_calc .build-calc__col-1 {
    flex: 0 0 100%;
}

.block_callback_modal_ap {
    right: 0;
    display: none;
}

.left_button_whats {
    right: 0;
    right: 64px;
    display: none;
}

.block_text_and_photo_sip {
    display: flex;
    justify-content: space-between;
}

.left_block_text_and_photo_sip {
    margin-right: 14px;
    width: 100%;
}

.right_block_text_and_photo_sip {
    width: 100%;
}

.right_block_text_and_photo_sip {
    display: flex;
    flex-direction: column;
}

.right_block_text_and_photo_sip a:first-child {
    margin-bottom: 7px;
}

@media (max-width: 1010px) {
    .block_text_and_photo_sip {
        flex-direction: column;
    }

    .left_block_text_and_photo_sip {
        margin-right: 0;
        width: 100%;
    }

    .right_block_text_and_photo_sip img {
        max-width: 70%;
    }

    .right_block_text_and_photo_sip {
        text-align: center;
        margin-top: 14px;
    }
}

@media (max-width: 650px) {
    .right_block_text_and_photo_sip img {
        max-width: 84%;
    }
}

.link_ul_dwnl {
    margin-top: 24px;
}

.link_ul_dwnl p {
    margin-bottom: 14px;
}

.beautiful_pictures {
    max-width: 1410px;
    margin: 0 auto;
    margin-top: 78px;
    margin-bottom: 110px;
}

@media (max-width: 1600px) {
    .beautiful_pictures {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.item_slider_bu {
    margin-left: 7px;
    margin-right: 7px;
    height: 200px;
}

.item_slider_bu img {
    height: 200px;
    height: auto;
    width: 100%;
}

.container_slider_beautiful .slick-arrow {
    position: absolute;
    z-index: 5;
    top: -96px;
    right: 0;
}

.container_slider_beautiful .slick-prev {
    width: 40px;
    height: 40px;
    background-image: url(/local/templates/virmak/assets/css/../img/home_slider_arrow_left.png);
    background-size: 21px 38px;
    border: none;
    outline: none;
    background-color: transparent;
    background-position: 50% 50%;
    text-indent: -99999999px;
    right: 54px;
    background-repeat: no-repeat;
    -webkit-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.container_slider_beautiful .slick-next {
    width: 40px;
    height: 40px;
    background-image: url(/local/templates/virmak/assets/css/../img/home_slider_arrow_right.png);
    background-size: 21px 38px;
    border: none;
    outline: none;
    background-color: transparent;
    background-position: 50% 50%;
    text-indent: -99999999px;
    right: -9px;
    background-repeat: no-repeat;
    -webkit-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.container_slider_beautiful {
    margin-top: 60px;
}

@media (max-width: 560px) {
    .beautiful_pictures h2 {
        margin-bottom: 60px;
    }

    .item_slider_bu img {
        height: auto;
    }

    .item_slider_bu {
        height: auto;
    }
}

@media (max-width: 767px) {
    .container_slider_beautiful .slick-prev {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
        right: 23px;
        top: -50px;
    }

    .container_slider_beautiful .slick-next {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
        top: -50px;
    }

    .container_slider_beautiful {
        margin-top: 0;
    }
}

.sev_btn .btn_call_back_header_virmak {
    width: 261px;
    height: 59px;
    border-radius: 10px;
    font-size: 16px;
}

@media (max-width: 1250px) {
    .header_mob header .phone .btn_call_back_header_virmak {
        display: none;
    }

    .header_mob .gamburger_empty {
        /* display: block; */
    }

    .header_mob header .wrap {
        justify-content: center;
    }
}

@media (max-width: 1024px) {
    .header_mob header .wrap {
        justify-content: space-between;
    }
}

.medium_times_working {
    margin-left: 14px;
    margin-right: 14px;
    white-space: nowrap;
    font-size: 15px;
}

.mob_time_wr {
    display: none;
}

@media (max-width: 1250px) {
    .mob_time_wr {
        display: block;
    }
}

@media (max-width: 1150px) {
    .block_time_working_header.medium_times_working {
        display: none;
    }
}

@media (max-width: 1024px) {
    .block_time_working_header.medium_times_working {
        /* display: block; */
    }
}

@media (min-width: 1150px) {
    .block_time_working_header.medium_times_working {
        display: none;
    }
}

@media (max-width: 550px) {
    .block_time_working_header.medium_times_working {
        display: none;
    }
}

.reviews_text p {
    position: relative;
}

.div_phone_flex_virmak {
    display: flex;
    flex-direction: column;
}

.last_table_col_fura {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.web_table_track {
    margin-top: 14px;
    margin-bottom: 14px;
}

.last_table_col_fura img {
    width: 45px;
}

.block_only_sochi {
    margin: 0 auto;
    max-width: 900px;
    margin-top: 40px;
}

@media (max-width: 1000px) {
    .block_only_sochi {
        margin-left: 40px;
        margin-right: 40px;
    }
}

.web_table_track {
    text-align: center;
}

.block_pochta_kredit p {
    color: #ed1b24;
}

.block_pochta_kredit .dop_text {
    font-size: 13px;
    background-color: #fff;
    color: #000;
    padding: 10px;
}

@media (max-width: 900px) {
    .table_adaptive_flex {
        display: flex;
        flex-direction: column;
    }

    .div_table_scroll {
        max-width: 100vw;
        overflow-x: scroll;
        width: 100vw;
    }
}

@media (max-width: 565px) {
    .raschet_btn img {
        display: none;
    }

    .raschet_btn span {
        font-size: 22px;
    }


}

/* --- Tab loading --- */
.tab-loading {
    width: 100%;
    height: 275px;
    position: relative;
    overflow: hidden;
}

.tab-loading:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #dfdfdf;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 190000;
}

.tab-loading:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 46px;
    margin-top: -5px;
    height: 16px;
    margin-left: -15px;
    background: url(../img/three-dots.svg) no-repeat center center;
    background-size: contain;
    z-index: 200000;
}

/* --- // --- */

.map_wrap_not_moscow {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 46px;
    padding-bottom: 46px;
}

.map_wrap_not_moscow .map, .map_wrap_not_moscow .map-loading {
    margin: 0 auto;
    height: 100vh;
    max-width: 1440px;
}

.map_wrap_not_moscow p {
    margin-bottom: 46px;
}

.map-loading {
    height: 539px;
    width: 100%;
    background: #dfdfdf;
    position: relative;
}

.map-loading .map {
    height: 100%;
}

.map_wrap_moscow .map-loading {
    height: 100%;
}

.map-loading:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 46px;
    margin-top: -5px;
    height: 16px;
    margin-left: -15px;
    background: url(../img/three-dots.svg) no-repeat center center;
    background-size: contain;
    z-index: 200000;
}

.map-loading-init:after {
    display: none;
}

@media (max-width: 767px) {
    .map_wrap_not_moscow .map, .map-loading {
        margin-left: 20px;
        margin-right: 20px;
    }

    .pre_video__photo .you_tube img {
        max-width: 58px;
        width: 58px;
    }

    .map_wrap_not_moscow .map, .map-loading {
        max-height: 324px;
    }
}

@media (max-width: 1250px) {
    .header_mob .gamburger {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.footer .two_row .towns.item_5 {
    max-width: 250px;
    width: 100%;
}

@media (max-width: 1100px) {
    .footer .two_row .towns.item_2 {
        margin-left: 150px;
    }

    .footer .two_row .towns {
        margin-right: 10px;
    }
}

@media (max-width: 850px) {
    .footer .two_row .towns.item_2 {
        margin-left: 0;
    }

    .footer .two_row .towns.item_5 {
        width: 100%;
        max-width: 45%;
    }
}

.spb_bg_main_block_grey {
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 45px;
}

.mob_pic_spb {
    display: none;
}

@media (max-width: 775px) {
    .desk_pic_spb {
        display: none;
    }

    .mob_pic_spb {
        display: block;
        position: relative;
    }

    .mob_pic_spb p {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 15px;
        color: #fff;
        z-index: 3;
        padding: 0 40px;
        width: 100%;
    }

    .mob_pic_spb::after {
        content: '';
        background-color: #000;
        opacity: 0.3;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 650px) {
    .mob_pic_spb p {
        padding: 0 25px;
        font-size: 14px;
        line-height: 19px;
    }

    .mob_pic_spb img {
        height: 200px;
    }
}

.descr_footer {
    font-size: 11px;
}

@media (min-width: 1421px) {
    .footer .two_row .towns .town {
        font-size: 16px;
    }

    .footer .two_row .towns .adr {
        font-size: 11px;
    }
}

@media (max-width: 1100px) {
    .aside-contacts__item {
        height: auto;
    }
}

.footer .two_row .towns.item_4 .creator span {
    color: #fff;
    font-size: 14px;
    opacity: 0.65;
}

.footer .two_row .towns.item_4 .year span {
    opacity: 0.5;
    color: #ffffff;
    font-size: 16px;
}

.footer .two_row .towns.item_4 .creator {
    margin-top: 24px;
}

@media (max-width: 960px) {
    .item.towns.item_4.vlg {
        margin: 0 auto;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}


@media (max-width: 1366px) {
    /* .itlcb-call-btn.background-callback{
		right: 35px!important;
	} */
}


.marquiz__container {
    margin-top: 46px !important;
}

@media (min-width: 961px) {
    .moretitle {
        position: relative;
    }

    .moretitle::after {
        content: 'Cтроительство возможно при заказе от 3-х домов';
        position: absolute;
        bottom: -30px;
        left: 0;
        font-size: 14px;
        white-space: nowrap;
        font-weight: 400;
        color: red;

    }
}


@media (max-width: 960px) {
    .moretitlecnt {
        position: relative;
    }

    .moretitlecnt::after {
        content: 'Cтроительство возможно при заказе от 3-х домов';
        position: absolute;
        top: -22px;
        left: 50%;
        font-size: 11px;
        white-space: nowrap;
        font-weight: 400;
        transform: translateX(-50%);
        color: red;

    }
}

@media (max-width: 1399px) {
    .footer .two_row .towns.item_2 {
        margin-left: 155px;
    }

    .footer .two_row .towns.item_3 {
        margin-right: 16px;
    }
}

.footer {
    height: auto;
    background-size: cover;
    padding-bottom: 40px;
}

.footer__bottom {
    display: flex;
    width: 100%;
}

@media (max-width: 767px) {
    .footer__bottom {
        flex-direction: column;
    }
}

.footer__bottom-towns {
    flex: 1 1 auto;
    padding-left: 178px;
    padding-top: 16px;
}

@media (max-width: 1200px) {
    .footer__bottom-towns {
        padding-left: 70px;
    }
}

@media (max-width: 767px) {
    .footer__bottom-towns {
        padding-left: 0;
    }
}

.footer__bottom-towns-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px 14px;
}

.footer__bottom-towns-grid.solo_city_style {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 1400px) {
    .footer__bottom-towns-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 1200px) {
    .footer__bottom-towns-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .footer__bottom-towns-grid .town-item:nth-child(4) {
        order: 2;
    }
    .footer__bottom-towns-grid .town-item:nth-child(8) {
        order: 3;
    }
}

@media (max-width: 767px) {
    .footer__bottom-towns-grid {
        gap: 20px 12px;
        margin-bottom: 15px;
    }
}

@media (max-width: 1024px) {
    .footer .footer__bottom-container.two_row .item_1 {
        max-width: 100%;
    }
}

@media (max-width: 960px) {
    .footer__bottom-towns-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer__bottom-towns-grid .town-item:nth-child(4) {
        order: 8;
    }
    .footer__bottom-towns-grid .town-item:nth-child(8) {
        order: 10;
    }
    .footer__bottom-towns-grid .town-item:nth-child(11) {
        order: 9;
    }
}

.footer .two_row .towns.footer__bottom-towns-grid {
    padding-top: 0;
}

.footer__bottom-social {
    margin-top: 42px;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .footer__bottom-social {
        display: none;
    }
}

.footer__bottom-social-info {
    display: flex;
    align-items: flex-end;
    gap: 15px;
}

@media (max-width: 960px) {
    .footer__bottom-social-info {
        flex-direction: column;
        align-items: flex-start;
    }
}

.footer__bottom-social-info .year {
    opacity: 0.5;
    color: #ffffff;
    font-size: 16px;
}

.footer__bottom-social-info .creator {
    display: flex;
    align-items: center;
    font-family: Montserrat;
}

.footer__bottom-social-info .creator span {
    color: #fff;
    font-size: 14px;
    opacity: 0.65;
}

.footer__bottom-social-info .creator img {
    width: 20px;
    margin-right: 3px;
    margin-left: 8px;
}

.footer__bottom-social-info span.semi_red {
    color: #a32637;
    opacity: 1;
}

.footer__bottom-social-items {
    max-width: 203px;
    width: 100%;
}

.footer__bottom-social-items a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
}

.footer__bottom-social-items a.vk {
    background-image: url(/local/templates/virmak/assets/css/../img/vk1.svg);
    background-size: 22px;
    display: none;
}

.footer__bottom-social-items a.inst {
    background-image: url(/local/templates/virmak/assets/css/../img/instagram1.svg);
    background-size: 21px;
}

.footer__bottom-social-items a.you_tube {
    background-image: url(/local/templates/virmak/assets/css/../img/youtube1.svg);
    background-size: 24px;
}

.title_block_soc_footer {
    text-align: center;
}

@media (max-width: 767px) {
    .footer .two_row .towns .adr {
        margin-top: 5px;
        font-size: 12px;
    }

    .footer .two_row .towns .town {
        line-height: 1.3;
    }

    .footer .two_row .towns {
        margin-right: 0;
    }

    .footer__bottom-towns-grid.solo_city_style {
        display: flex;
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .block_btn_call_modal.call_swift_btn {
        /* display: none!important; */
        bottom: 150px;
    }

    .block_btn_call_modal.whats_app_btn_swift {
        /* display: none!important; */
        bottom: 200px;
    }

    .left_button_whats {
        bottom: 200px;
        z-index: 10000000;
    }

    .left_button_call {
        position: unset;
    }

    .block_callback_modal_ap {
        bottom: 150px;
        z-index: 10000000;
        right: 64px;
    }

    .active.block_callback_modal_ap {
        right: 64px;
    }
}

.b24-widget-button-position-bottom-right {
    right: 90px !important;
}

@media (max-width: 767px) {
    .b24-widget-button-position-bottom-right {
        right: 30px !important;
        bottom: 30px !important;

        right: 5px !important;
        bottom: 70px !important;
    }
}


.tostart {
    width: 50px;
    height: 50px;
    background-color: #ffa801;
    border-radius: 50%;
    position: fixed;
    right: 5px;
    bottom: 5px;
    z-index: 10;
    display: none;
    opacity: 1;
    cursor: pointer;
}

.tostart.show {
    display: block;
}


.btn-up {
    position: fixed;
    background-color: #ffa801;
    right: 7px;
    bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 50px;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.btn-up::before {
    content: "";
    width: 40px;
    height: 40px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
}

.btn-up_hide {
    display: none;
}

@media (hover: hover) and (pointer: fine) {
    .btn-up:hover {
        background-color: #ffbe1f;
    }
}

.pdf_ico_teplo {
    max-width: 28px;
    margin-right: 14px;
    margin-bottom: 14px;
}

.all_block_pages .link_pdf_prod {
    display: flex;
    align-items: center;
    font-weight: 600;
}

.link_pdf_prod a {
    display: block;
    width: 100%;
    max-width: 28px;
    margin-right: 14px;
}

.link_pdf_prod a img {
    width: 100%;
}

.conpany_inn_footer {
    color: #ffd600;
    font-size: 18px;
}

.date_item_projj {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
}

.footer .two_row .item_1 .company.moscow_fix_wr {
    font-size: 14px;
}


.poplr-projects {
    margin-bottom: 102px;
    width: 100%;
    max-width: 100%;
    /* display: none; */
}

@media (max-width: 767px) {
    .poplr-projects {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .poplr-projects {
        overflow: hidden;
        width: calc(100% + 15px);
        max-width: unset;
    }
}

.poplr-projects .h2 {
    font-weight: bold;
    margin-bottom: 31px;
}

@media (max-width: 767px) {
    .poplr-projects .h2 {
        margin-bottom: 20px;
    }
}

.poplr-projects__slider {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding: 0 35px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .poplr-projects__slider {
        padding: 0;
        width: calc(100% + 15px);
        overflow: visible;
    }
}

.poplr-projects__link {
    text-align: center;
    margin-bottom: 48px;
    margin-top: 26px;
}

@media (max-width: 767px) {
    .poplr-projects__link {
        margin-top: 20px;
        margin-bottom: 30px;
        padding-right: 15px;
    }
}

.poplr-projects__link a {
    text-decoration: underline;
}

.poplr-projects__yb {
    background: #ffd400;
    padding: 36px 140px 28px 98px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-left: 37px;
    margin-right: 37px;
}

@media (max-width: 960px) {
    .poplr-projects__yb {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .poplr-projects__yb {
        flex-direction: column;
        margin: 0;
        margin-right: 15px;
        padding: 30px;
    }
}

.poplr-projects__yb-left .h3 {
    font-size: 26px;
    font-family: Roboto, sans-serif;
    margin-bottom: 0;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .poplr-projects__yb-left .h3 {
        font-size: 22px;
    }

}

.poplr-projects__yb-right {
    max-width: 271px;
    width: 100%;
    text-align: center;
}

@media (max-width: 767px) {
    .poplr-projects__yb-right {
        max-width: 100%;
    }
}

.poplr-projects__yb-right p {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 12px;
}

@media (max-width: 767px) {
    .poplr-projects__yb-right p {
        font-size: 25px;
    }
}

.poplr-projects__yb-btn {
    width: 100%;
    font-family: Merriweather;
}


.poplr-projects__slider .swiper-wrapper {
    -webkit-transition: all .45s cubic-bezier(.39, .575, .565, 1);
    -o-transition: all .45s cubic-bezier(.39, .575, .565, 1);
    transition: all .45s cubic-bezier(.39, .575, .565, 1);
}

.poplr-projects__slide {
    position: relative;
    height: 250px;
    display: block;
    -webkit-transition: all .45s cubic-bezier(.39, .575, .565, 1);
    -o-transition: all .45s cubic-bezier(.39, .575, .565, 1);
    transition: all .45s cubic-bezier(.39, .575, .565, 1);
}

.poplr-projects__slide:hover {
    opacity: 0.9;
}

.poplr-projects__slide-wrap {
    position: absolute;
    width: 100%;
    bottom: 50px;
    text-align: center;
    z-index: 2;
}

.poplr-projects__slide-wrap h4 {
    text-shadow: 5px 2px 0 rgba(31, 34, 41, .2);
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .poplr-projects__slide-wrap h4 {
        font-size: 20px;
    }
}

.poplr-projects__slide-wrap p {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #ffd400;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .poplr-projects__slide-wrap p {
        font-size: 20px;
    }
}

.poplr-projects__slide-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.poplr-projects__slide-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.poplr-projects__prev {
    background: url(/local/templates/virmak/assets/img/home_slider_arrow_left.svg) center/contain no-repeat;
    width: 37px;
    height: 37px;
    position: absolute;
    left: -6px;
    top: 51%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
}

@media (max-width: 767px) {
    .poplr-projects__prev {
        display: none;
    }
}

.poplr-projects__next {
    background: url(/local/templates/virmak/assets/img/home_slider_arrow_right.svg) center/contain no-repeat;
    width: 37px;
    height: 37px;
    position: absolute;
    right: -6px;
    top: 51%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
}

@media (max-width: 767px) {
    .poplr-projects__next {
        display: none;
    }
}

.poplr-projects__slider .swiper-slide {
    opacity: 0;
    transition: opacity 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
    pointer-events: none;

}

@media (max-width: 1000px) {
    .about-company__col-1 {
        width: 100%;
        flex: unset;
    }
}

@media (max-width: 767px) {
    .poplr-projects__slider .swiper-slide {
        opacity: 1;
        pointer-events: auto;
    }

}

.poplr-projects__slider .swiper-slide-visible {
    opacity: 1;
    pointer-events: auto;
}

.dmkp-title span {
    padding-left: 15px;
    text-transform: none;
}

@media (max-width: 767px) {
    .dmkp-title span {
        display: block;
        padding-left: 0;
    }
}

.poplr-projects__slide-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .25);
    z-index: 1;
    height: 100%;

}

.new_rev_block_desc {
    max-width: 80%;
}


@media (max-width: 767px) {
    .new_rev_block_title {
        margin-bottom: 24px;
    }
}

.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-question-button {
    background-color: #ffbe1f;
}

@media (max-width: 767px) {
    header .logo {
        margin-right: auto;
    }

    .header_mob .gamburger {
        margin-left: auto;
    }

    header .wrap {
        padding-left: 0;
    }

    .header_mob header .phone {
        margin-left: 0;
    }
}


.wa_dell {
    display: none !important;
}


/* Интегрированная форма на сайт */
#mpc4ca4238a0b923820dcc509a6f75849b {
    background-color: #FFFFFF;
    width: 100%;
    display: flex;
    justify-content: center;
    font-family: sans-serif;
}

#mpc4ca4238a0b923820dcc509a6f75849b .form {
    width: 450px;

    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 16px;
    padding-top: 16px;
}

#mpc4ca4238a0b923820dcc509a6f75849b * {
    box-sizing: border-box;
    font-size: 14px;
}

#mpc4ca4238a0b923820dcc509a6f75849b .form__item {
    width: 100%;
    padding: 0;
    margin-bottom: 16px;
    min-height: 42px;
}


#mpc4ca4238a0b923820dcc509a6f75849b .form__item_styled-content {
    color: #484848;
    line-height: 1.4;
}

}

#mpc4ca4238a0b923820dcc509a6f75849b .form__item_styled-content ul,
#mpc4ca4238a0b923820dcc509a6f75849b .form__item_styled-content ol {
    padding-left: 32px;
}

#mpc4ca4238a0b923820dcc509a6f75849b .form__item_styled-content ul,
#mpc4ca4238a0b923820dcc509a6f75849b .form__item_styled-content ol,
#mpc4ca4238a0b923820dcc509a6f75849b .form__item_styled-content li,
#mpc4ca4238a0b923820dcc509a6f75849b .form__item_styled-content blockquote,
#mpc4ca4238a0b923820dcc509a6f75849b .form__item_styled-content pre {
    margin: 8px 0 0 0;
}

#mpc4ca4238a0b923820dcc509a6f75849b .form__item_styled-content ul:first-child,
#mpc4ca4238a0b923820dcc509a6f75849b .form__item_styled-content ol:first-child,
#mpc4ca4238a0b923820dcc509a6f75849b .form__item_styled-content li:first-child,
#mpc4ca4238a0b923820dcc509a6f75849b .form__item_styled-content blockquote:first-child,
#mpc4ca4238a0b923820dcc509a6f75849b .form__item_styled-content pre:first-child {
    margin-top: 0;
}

#mpc4ca4238a0b923820dcc509a6f75849b .form__item_styled-content a {
    color: #FFCB05;
    text-decoration: none;
    font-weight: normal
}

#mpc4ca4238a0b923820dcc509a6f75849b .form__item_styled-content a:hover {
    text-decoration: underline;
}

#mpc4ca4238a0b923820dcc509a6f75849b .form__item_styled-content blockquote {
    color: #484848;
    line-height: 1.4;
    font-size: 12px;
    padding: 0 0 0 4px;
    border-left: 2px solid #FFCB05;
}

#mpc4ca4238a0b923820dcc509a6f75849b .form__item_styled-content code {
    background-color: #F7F7F7;
    font-family: monospace;
    font-size: 12px;
    border-radius: 4px;
}

#mpc4ca4238a0b923820dcc509a6f75849b .form__item_styled-content p {
    color: #484848;
    margin: 8px 0 0 0;
    line-height: 1.4em;
}

#mpc4ca4238a0b923820dcc509a6f75849b .form__item_styled-content p:first-child {
    margin-top: 0;
}

#mpc4ca4238a0b923820dcc509a6f75849b .form__item_styled-content p:empty {
    min-height: 1.4em;
}

#mpc4ca4238a0b923820dcc509a6f75849b .form__item_styled-content blockquote + p,
#mpc4ca4238a0b923820dcc509a6f75849b .form__item_styled-content ul + p,
#mpc4ca4238a0b923820dcc509a6f75849b .form__item_styled-content ol + p,
#mpc4ca4238a0b923820dcc509a6f75849b .form__item_styled-content pre + p {
    margin-top: 8px;
}

#mpc4ca4238a0b923820dcc509a6f75849b .form__item_inline {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

#mpc4ca4238a0b923820dcc509a6f75849b .form__item_inline .form__label {
    margin: 0 16px 0 0;
    margin: 0 0 0 16px;
}

#mpc4ca4238a0b923820dcc509a6f75849b .form__item:last-child {
    margin-bottom: 0;
}

/* кнопка */
#mpc4ca4238a0b923820dcc509a6f75849b .form__button {
    display: block;
    cursor: pointer;
    border: none;
    text-align: center;
    font-weight: 500;
    color: #484848;
    padding: 11px 16px;
    background: #FFCB05;
    border-radius: 4px;
    filter: drop-shadow(0px 10px 15px #FFCB0555) drop-shadow(0px 5px 5px #FFCB0533) drop-shadow(0px 2px 2px #FFCB0511);
}

#mpc4ca4238a0b923820dcc509a6f75849b .form__button.form__button_disabled {
    background: #aeaeae;
    filter: drop-shadow(0px 10px 15px rgba(110, 110, 110, 0.3)) drop-shadow(0px 5px 5px rgba(110, 110, 110, 0.2)) drop-shadow(0px 2px 2px rgba(110, 110, 110, 0.2));
}

#mpc4ca4238a0b923820dcc509a6f75849b .form__button_wrap {
    display: flex;
    justify-content: center;
}

/* инпут */
#mpc4ca4238a0b923820dcc509a6f75849b .form__input {
    outline: none;
    width: 100%;
    color: #484848;
    padding: 8px;
    background: #F7F7F7;
    border: 1px solid #D4D4D4;
    border-radius: 4px;
    box-sizing: border-box;
}

/* выпадающий список и все дл€ него */
#mpc4ca4238a0b923820dcc509a6f75849b .form__dropdown {
    position: relative;
}

#mpc4ca4238a0b923820dcc509a6f75849b .form__dropdown__header {
    cursor: pointer;
    display: block;
    position: relative;
    width: 100%;
    color: #484848;
    padding: 8px;
    background: #F7F7F7;
    border: 1px solid #D4D4D4;
    border-radius: 4px;
    height: 34px;
}

#mpc4ca4238a0b923820dcc509a6f75849b .form__dropdown.multiple .form__dropdown__header {
    display: flex;
    padding: 4px 30px 4px 4px;
    flex-wrap: wrap;
    min-height: 34px;
    height: auto;
    gap: 6px;
}


#mpc4ca4238a0b923820dcc509a6f75849b .form__dropdown__value {
    cursor: default;
    display: flex;
    gap: 6px;
    padding: 0px 5px;
    border: 1px solid #D4D4D4;
    border-radius: 3px;
    background-color: #FFFFFF;
    align-items: center;

}

#mpc4ca4238a0b923820dcc509a6f75849b .form__dropdown__value_remove {
    cursor: pointer;
    display: flex;
    align-items: center;
}

#mpc4ca4238a0b923820dcc509a6f75849b .form__dropdown__header::after {
    display: block;
    content: '';
    border: 5px solid transparent;
    border-top: 5px solid #939393;
    position: absolute;
    top: 14px;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
}

#mpc4ca4238a0b923820dcc509a6f75849b .form__dropdown__header.active::after {
    display: none;
}

#mpc4ca4238a0b923820dcc509a6f75849b .close__icon {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
}

#mpc4ca4238a0b923820dcc509a6f75849b .form__dropdown__header.active + .close__icon {
    display: block;
}

#mpc4ca4238a0b923820dcc509a6f75849b .form__dropdown__checkbox_hidden:checked ~ .form__dropdown__header::after {
    transform: rotate(180deg) translateY(5px);
}

#mpc4ca4238a0b923820dcc509a6f75849b .form__dropdown__checkbox_hidden {
    position: absolute;
    visibility: hidden;
}

#mpc4ca4238a0b923820dcc509a6f75849b .form__dropdown__content {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 2;
    border: 1px solid #D4D4D4;
    border-radius: 4px;
    background: #F7F7F7;
    max-height: 360px;
    overflow-y: auto;
}

#mpc4ca4238a0b923820dcc509a6f75849b .form__dropdown__checkbox_hidden:checked ~ .form__dropdown__content {
    display: block;
}

#mpc4ca4238a0b923820dcc509a6f75849b .form__dropdown__option {
    width: 100%;
    color: #484848;
    padding: 8px;
    background: #F7F7F7;
    cursor: pointer;
}

#mpc4ca4238a0b923820dcc509a6f75849b .form__dropdown__option.selected {
    display: none;
}

#mpc4ca4238a0b923820dcc509a6f75849b .form__dropdown__option:first-child {
    border-radius: 4px 4px 0 0;
}

#mpc4ca4238a0b923820dcc509a6f75849b .form__dropdown__option:last-child {
    border-radius: 0 0 4px 4px;
}

#mpc4ca4238a0b923820dcc509a6f75849b .form__dropdown__option:hover {
    background: #FFCB05;
    color: #484848;
}

/* „екбокс и все дл€ него */
#mpc4ca4238a0b923820dcc509a6f75849b .form__checkbox_hidden {
    position: absolute;
    visibility: hidden;
}

#mpc4ca4238a0b923820dcc509a6f75849b .form__checkbox {
    width: 24px;
    height: 24px;
    display: block;
    position: relative;
    cursor: pointer;
}

#mpc4ca4238a0b923820dcc509a6f75849b .form__checkbox__icon {
    display: block;
}

#mpc4ca4238a0b923820dcc509a6f75849b .form__checkbox_hidden:checked ~ .form__checkbox .form__checkbox__icon {
    display: none;
}

#mpc4ca4238a0b923820dcc509a6f75849b .form__checkbox__icon_checked {
    display: none;
}

#mpc4ca4238a0b923820dcc509a6f75849b .form__checkbox_hidden:checked ~ .form__checkbox .form__checkbox__icon_checked {
    display: block;
}

/* лейбл */
#mpc4ca4238a0b923820dcc509a6f75849b .form__label {
    margin: 0;
    margin-bottom: 4px;
    color: #484848;
}

#mpc4ca4238a0b923820dcc509a6f75849b .form__label_required::after {
    position: relative;
    content: ' *';
    color: red;
}

/* ошибка */
#mpc4ca4238a0b923820dcc509a6f75849b .form__error {
    color: red;
    display: none;
    text-align: center;
}

/* успешный текст */
#mpc4ca4238a0b923820dcc509a6f75849b .success {
    padding: 20px 24px;
    text-align: center;
    font-size: 32px;
    color: #484848;
    display: none;
}

#mpc4ca4238a0b923820dcc509a6f75849b .form__item.error input {
    border-color: red;
}

#mpc4ca4238a0b923820dcc509a6f75849b .form__item .form__error {
    font-size: 12px;
    display: none;
    color: red;
    text-align: left;
    margin: 2px 0 0;
}

#mpc4ca4238a0b923820dcc509a6f75849b .form__item_inline {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

#mpc4ca4238a0b923820dcc509a6f75849b .form__label.form__label-title {
    font-size: 24px;
    font-weight: 900;
    font-family: Merriweather;
    text-transform: uppercase;
    color: #000000;
}

#mpc4ca4238a0b923820dcc509a6f75849b .form__input {
    max-width: 354px;
    width: 100%;
    height: 52px;
    border: 1px solid #000000;
    font-family: Merriweather;
    color: #000;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0;
    color: #7b7b7b;
}

#mpc4ca4238a0b923820dcc509a6f75849b .form__dropdown__header {
    max-width: 354px;
    width: 100%;
    height: 52px;
    border: 1px solid #000000;
    font-family: Merriweather;
    color: #000;
    color: #7b7b7b;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#mpc4ca4238a0b923820dcc509a6f75849b .form__button {
    max-width: 318px;
    width: 100%;
    height: 60px;
    background-color: #ffcb05;
    color: #000000;
    font-family: Merriweather;
    font-size: 16px;
    font-weight: 400;
    border: none;
}

#mpc4ca4238a0b923820dcc509a6f75849b .success p {
    font-size: 24px;
    margin-bottom: 16px;
}

/* Конец Интегрированная форма на сайт */

.kont-text-h {
    /* color: red; */
}

.cont_img {
    height: 430px;
}

.cont_img img {
    height: 100%;
    min-width: 0%;
}

.maps_block iframe {
    width: 100%;
    height: 650px;
}

@media (max-width: 500px) {
    .maps_block iframe {
        height: 350px;
    }

    .cont_img {
        height: auto;
    }

    .cont_img img {
        object-fit: contain;
    }

    .kont-text-h {
        white-space: nowrap;
        padding-bottom: 5px;
    }

    .our-office__row-new {
        flex-wrap: wrap;
    }
}

.kontakt-two {
    display: flex;
}

.kontankt-column {
    width: 50%;
}

.kontankt-img {
    margin-right: 20px;
    margin-top: 20px;
    height: auto;
}

.kontankt-img img {
    object-fit: contain;
    width: 100%;

}

.kontakt-map {
    margin-top: 139px;
    margin-right: 0px;
}

@media (max-width: 1100px) {
    .kontakt-two {
        flex-direction: column;
    }

    .kontankt-column {
        width: 100%;
    }

    .kontankt-column:first-child {
        margin-bottom: 40px;
    }

    .kontankt-img {
        margin-right: 0px;
    }

    .kontakt-map {
        margin-top: 0px;
    }

    .kontankt-column .maps_block {
        margin-right: 0px;
    }
}

.podmenu_2 {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.has_podmenu_down_in {
    position: relative;
}

.podmenu_down_title {
    font-weight: 600 !important;
    text-decoration: underline;
}

.has_podmenu_down_in:hover .podmenu_2 {
    display: block;
}

.podmenu_new_block {
    position: relative;
}

.podmenu_new_block_in {
    transition: 0.3s;
    z-index: 1;
    left: -120px;
    top: 30px;
    background: #fff;
    overflow: hidden;
    display: none;
    position: absolute;
    /*	display: flex;*/
    padding: 20px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(34, 60, 80, 1);
    -moz-box-shadow: 0px 0px 25px 0px rgba(34, 60, 80, 1);
    box-shadow: 0px 0px 25px 0px rgba(34, 60, 80, 1);
}

.podmenu_new_block:hover .podmenu_new_block_in {
    display: flex;
    /*	height: auto;*/
}

.podmenu_new_block_in .col_1,
.podmenu_new_block_in .col_2 {
    min-width: 200px;
}


.new-h1-main{
    color: #ffffff;
    letter-spacing: 0.22px;
    text-transform: uppercase;
    position: relative;
    left: 0;
    opacity: 1;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    font-weight: 900;
    font-size: 44px;
}

@media only screen and (max-width: 960px) {
    .new-h1-main {
        font-size: 38px;
    }
}

@media only screen and (max-width: 767px) {
    .new-h1-main {
        font-size: 30px;
        line-height: 1.5;
    }
}

@media (max-width: 1410px) {
    .new-h1-main {
        font-size: 34px;
    }
}

@media (max-width: 1340px) {
    .new-h1-main {
        font-size: 36px;
    }
}

@media (max-width: 1240px) {
    .new-h1-main {
        font-size: 25px;
        max-width: 600px;
    }
}

@media (max-width: 1600px) {
    .new-h1-main{
        max-width: 700px;
    }
}

