@charset "UTF-8";
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background: transparent;
    text-decoration: underline
}

a:active, a:hover {
    outline: 0;
    text-decoration: none
}

ol, ul {
    list-style: none
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0;
    max-width: 100%
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 100%
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal;
    outline: none
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

* {
    box-sizing: border-box
}

html {
    overflow-x: hidden
}

body {
    background: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #212121;
    overflow-x: hidden
}

img {
    width: 100%;
    max-width: 100%;
    display: block
}

.grid_container {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    position: relative
}

a {
    text-decoration: none
}

a:visited {
    text-decoration: none
}

.clearfix:after {
    display: block;
    content: " ";
    clear: both
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 800;
    font-style: normal;
    color: #212121
}

h4, h5, h6 {
    font-size: 20px;
    font-weight: bold
}

input:-webkit-autofill {
    color: transparent !important
}

.compensate-for-scrollbar {
    margin-right: 0 !important
}

.aligncenter, .alignleft, .alignright {
    display: block;
    padding: 0
}

.aligncenter {
    float: none;
    margin: 0.5em auto 1em
}

.alignright {
    float: right;
    margin: 0.5em 4em 2em 0
}

.alignleft {
    float: left;
    margin: 0.5em 4em 2em 0
}

.wp-caption {
    padding: 5px 0;
    border: 1px solid #555;
    background: #444;
    text-align: center
}

.wp-caption img {
    display: inline
}

.wp-caption p.wp-caption-text {
    margin: 5px 0 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-weight: 100;
    font-style: italic;
    color: #ddd
}

.button_hover {
    transition: all 0.3s ease
}

.button_hover:hover {
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5), -4px -4px 6px 0 rgba(116, 125, 136, 0.5), -4px -4px 6px 0 rgba(255, 255, 255, 0.2), 4px 4px 6px 0 rgba(0, 0, 0, 0.4)
}

.alModal {
    width: 96%;
    max-width: 350px;
    height: auto;
    display: none;
    position: fixed;
    z-index: 100;
    font-family: sans-serif;
    opacity: 0;
    top: 100%;
    left: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.alModal.modal-profil {
    max-width: 900px;
    max-height: 90vh;
    overflow: auto
}

.alModal.modal-profil h2 {
    margin-bottom: 20px
}

.alModal.modal-profil p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px
}

span.alModalClose:before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 42%
}

.alModalClose {
    cursor: pointer;
    width: 20px;
    display: block;
    text-align: center;
    float: right;
    position: absolute;
    top: -25px;
    right: -25px;
    z-index: 101;
    color: #ffffff;
    font-size: 12px;
    height: 20px;
    line-height: 26px;
    font-family: sans-serif
}

span.alModalClose:after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 42%;
    left: 0%
}

.alModalClose:hover {
    color: #ffffff
}

.alModal p {
    position: relative;
    display: block;
    text-align: left;
    color: #000;
    margin: 0px;
    font-size: 16px;
    line-height: 1.4;
    padding: 0px 5px
}

.alModalThank {
    max-width: 500px
}

.alModal .thank_ico {
    color: #42AD41;
    padding: 10px 10px 0;
    font-size: 50px;
    display: inline-block;
    line-height: 1;
    border-radius: 50%;
    width: 65px;
    text-align: center;
    height: 65px;
    font-weight: bold;
    vertical-align: middle
}

.alModal .thank_words {
    display: inline-block;
    color: #333;
    padding-left: 15px;
    line-height: 1.4;
    font-size: 17px;
    width: 73%;
    vertical-align: middle
}

.overlay {
    z-index: 70;
    position: fixed;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none
}

.alModalContent {
    padding: 15px 22px;
    background: #fff
}

.alModalContent .alModalInput {
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    padding: 12px;
    height: auto;
    width: 100%;
    line-height: 1;
    border-radius: 0px;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    color: #333
}

.alModal .alModalButton {
    font-weight: bold;
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    line-height: 1.4;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
    padding: 9px;
    transition: 0.5s ease;
    box-sizing: border-box;
    border: 1px solid #00f;
    background: #00f
}

.alModal .alModalButton:hover {
    background: #fff;
    color: #00f
}

.popup_title_wrp {
    padding: 15px 20px;
    color: #ffffff;
    font-size: 16px;
    background-image: -webkit-linear-gradient(0deg, blue 0%, #000067 100%)
}

.alModal.city_popup_wrp {
    width: calc(100% - 40px);
    max-width: 860px
}

.cities_list_wrp {
    max-height: 378px;
    overflow-y: auto;
    padding: 10px 20px
}

.cities_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr))
}

.cities_list .city_name_wrp {
    min-height: 40px;
    padding: 2px 10px;
    font-size: 0px;
    line-height: 36px;
    text-align: left;
    cursor: pointer;
    transition: all 0.1s ease-in-out 0s;
    text-decoration: none;
    color: #000;
    display: block
}

.cities_list .city_name_wrp .text {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle
}

.cities_list .city_name_wrp:hover, .cities_list .active .city_name_wrp {
    background-color: blue
}

.cities_list .city_name_wrp:hover span, .cities_list .active .city_name_wrp span {
    color: #ffffff
}

.alModal.policy.js_modal-2 {
    height: 90vh;
    max-width: 720px;
    width: 95%;
    overflow: hidden;
    text-align: left
}

.alModal.policy.js_modal-2 h2, .alModal.policy.js_modal-2 h3, .alModal.policy.js_modal-2 h4 {
    margin: 10px 0
}

.white-popup {
    position: relative;
    background: #fff;
    padding: 25px;
    width: auto;
    max-width: 1200px;
    margin: 0 auto
}

.mfp-zoom-in {
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8)
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.modal_form {
    max-width: 655px;
    border-radius: 5px
}

.modal_form .measurer_call_wrapper::before {
    display: none
}

.modal_form .measurer_call_wrapper {
    width: 595px
}

.modal_form > .modal_form-head {
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 22px;
    color: #fff;
    display: block;
    margin: 0 0 25px 0;
    display: block;
    margin: 0 0 30px 0;
    text-align: center
}

.modal_form .form_block-top {
    display: flex;
    flex-flow: row;
    margin: 0 0 13px 0
}

.modal_form .form_block-top input {
    width: calc(50% - 5px);
    margin: 0 10px 0 0;
    background: #fff;
    border: 0.5px solid #fff;
    border-radius: 5px;
    padding: 10px 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #152741
}

.modal_form .form_block-top input:nth-child(2) {
    margin: 0
}

.modal_form textarea {
    width: 100%;
    min-height: 120px;
    resize: vertical;
    background: #fff;
    border: 0.5px solid #fff;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 5px 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #152741;
    margin: 0 0 18px 0
}

.modal_form .button-click {
    background: #4a8252;
    border: 1px solid #094873;
    border: none;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    padding: 15px 43px;
    margin: 0 auto;
    display: block;
    transition: all 0.3s ease
}

.modal_form .button-click:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.22)
}

.alModal {
    width: 96%;
    max-width: 350px;
    height: auto;
    display: none;
    position: fixed;
    z-index: 100;
    font-family: sans-serif;
    opacity: 0;
    top: 100%;
    left: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

span.alModalClose:before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 42%
}

.alModalClose {
    cursor: pointer;
    width: 20px;
    display: block;
    text-align: center;
    float: right;
    position: absolute;
    top: -25px;
    right: -25px;
    z-index: 101;
    color: #ffffff;
    font-size: 12px;
    height: 20px;
    line-height: 26px;
    font-family: sans-serif
}

span.alModalClose:after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 42%;
    left: 0%
}

.alModalClose:hover {
    color: #ffffff
}

.alModal p {
    position: relative;
    display: block;
    text-align: left;
    color: #000;
    margin: 0px;
    font-size: 16px;
    line-height: 1.4;
    padding: 0px 5px
}

.alModalThank {
    max-width: 500px
}

.alModal .thank_ico {
    color: #42AD41;
    padding: 10px 10px 0;
    font-size: 50px;
    display: inline-block;
    line-height: 1;
    border-radius: 50%;
    width: 65px;
    text-align: center;
    height: 65px;
    font-weight: bold;
    vertical-align: middle
}

.alModal .thank_words {
    display: inline-block;
    color: #333;
    padding-left: 15px;
    line-height: 1.4;
    font-size: 17px;
    width: 73%;
    vertical-align: middle
}

.overlay {
    z-index: 70;
    position: fixed;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none
}

.alModalContent {
    padding: 15px 22px;
    background: #fff
}

.alModalContent .alModalInput {
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    padding: 12px;
    height: auto;
    width: 100%;
    line-height: 1;
    border-radius: 0px;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    color: #333
}

.alModal .alModalButton {
    font-weight: bold;
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    line-height: 1.4;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
    padding: 9px;
    transition: 0.5s ease;
    box-sizing: border-box;
    border: 1px solid #00f;
    background: #00f
}

.alModal .alModalButton:hover {
    background: #fff;
    color: #00f
}

.popup_title_wrp {
    padding: 15px 20px;
    color: #ffffff;
    font-size: 16px;
    background-image: -webkit-linear-gradient(0deg, blue 0%, #000067 100%)
}

.alModal.city_popup_wrp {
    width: calc(100% - 40px);
    max-width: 860px
}

.cities_list_wrp {
    max-height: 378px;
    overflow-y: auto;
    padding: 10px 20px
}

.cities_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr))
}

.cities_list .city_name_wrp {
    min-height: 40px;
    padding: 2px 10px;
    font-size: 0px;
    line-height: 36px;
    text-align: left;
    cursor: pointer;
    transition: all 0.1s ease-in-out 0s;
    text-decoration: none;
    color: #000;
    display: block
}

.cities_list .city_name_wrp .text {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle
}

.cities_list .city_name_wrp:hover, .cities_list .active .city_name_wrp {
    background-color: blue
}

.cities_list .city_name_wrp:hover span, .cities_list .active .city_name_wrp span {
    color: #ffffff
}

.alModal.policy.js_modal-2 {
    height: 90vh;
    max-width: 720px;
    width: 95%;
    overflow: hidden;
    text-align: left
}

.alModal.policy.js_modal-2 h2, .alModal.policy.js_modal-2 h3, .alModal.policy.js_modal-2 h4 {
    margin: 10px 0
}

.headre_top {
    background: #f0f7e8;
    padding: 7px 0
}

.headre_top_wrapper {
    display: flex;
    flex-flow: row;
    align-items: center
}

.headre_top_left {
    width: 52%;
    border-right: 1px solid #d0dfab;
    display: flex;
    flex-flow: row;
    align-items: center
}

.headre_top_left .headre_top_left_wrapper {
    margin: 0 40px 0 0;
    display: flex;
    flex-flow: row;
    align-items: center
}

.headre_top_left .headre_top_descriptions {
    font-size: 12px;
    font-family: "Montserrat";
    color: #7b886b;
    font-weight: 600;
    display: inline-block;
    margin-right: 10px
}

.headre_top_left .headre_top_mail {
    padding: 0 0 0 25px;
    font-size: 12px;
    color: #748e24;
    text-decoration: underline;
    background: url(../images/mail.png) no-repeat left
}

.headre_top_left_wrapper {
    margin: 0 40px 0 0;
    display: flex;
    flex-flow: row;
    align-items: center
}

.headre_top_descriptions {
    font-size: 12px;
    font-family: "Montserrat";
    color: #7b886b;
    font-weight: 600;
    display: inline-block;
    margin-right: 10px
}

.headre_top_mail {
    padding: 0 0 0 25px;
    font-size: 12px;
    color: #748e24;
    text-decoration: underline;
    background: url(../images/mail.png) no-repeat left
}

.header_top_social {
    display: flex;
    flex-flow: row
}

.header_top_social .social_link {
    display: block;
    width: 26px;
    height: 26px;
    margin: 0 10px 0 0;
    transition: all 0.3s ease
}

.header_top_social .social_link:hover {
    transform: translate(0, -2px)
}

.header_top_social .in {
    background: url(../images/in.png) no-repeat center
}

.header_top_social .vk {
    background: url(../images/vk.png) no-repeat center
}

.header_top_social .fe {
    background: url(../images/fb.png) no-repeat center;
    margin: 0
}

.headre_top_right {
    width: 48%
}

.headre_top_nav ul {
    display: flex;
    flex-flow: row;
    justify-content: flex-end
}

.headre_top_nav ul li {
    margin: 0 27px 0 0
}

.headre_top_nav ul li a {
    font-size: 12px;
    font-family: "Montserrat";
    color: #7b886b;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative
}

.headre_top_nav ul li:first-child a {
    color: #f0191e
}

.headre_top_nav ul li:hover a {
    color: #52ac62;
    position: relative
}

.headre_top_nav ul li a::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    background: #52ac62;
    top: -100%;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease
}

.headre_top_nav ul li:hover a::before {
    opacity: 1;
    top: -13px
}

.headre_top_nav ul li:last-child {
    margin: 0
}

.headre_top .headre_top_nav ul .current-menu-item a::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    background: #52ac62;
    top: -13px !important;
    left: 0;
    opacity: 1
}

.header_middle {
    border-bottom: 1px solid #dedede;
    padding: 18px 0
}

.header_middle_wrapper {
    display: flex;
    flex-flow: row;
    align-items: center
}

.header_middle_left {
    width: 52%;
    height: 52px;
    border-right: 1px solid #ececec;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center
}

.header_logotip {
    display: flex;
    flex-flow: row
}

.header_logotip_img {
    width: 120px;
    height: 41px;
    margin: 0 18px 0 0
}

.header_logotip_desc {
    font-size: 12px;
    font-family: "Montserrat";
    color: #666666;
    line-height: 1.2
}

.header_logotip_desc .bold {
    font-weight: 600;
    color: #282828
}

.header_link_calc {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 27px 0 0;
    font-size: 14px;
    color: #1c1c1c;
    font-weight: bold;
    line-height: 1.286;
    padding: 0 0 0 65px;
    background: url(../images/calc.png) no-repeat left;
    height: 52px
}

.header_middle_right {
    width: 48%;
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center
}

.header_button_wh {
    display: flex;
    flex-flow: column;
    margin: 0 40px 0 0
}

.header_button_wh .header_button_wh_title {
    font-size: 12px;
    font-family: "Montserrat";
    color: #1c1c1c;
    display: block;
    margin: 0 0 5px
}

.header_button_wh_link {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    width: 208px;
    height: 39px;
    font-size: 13px;
    color: #ffffff;
    font-weight: bold;
    padding: 0 0 0 10px;
    background: url(../images/wh.png) no-repeat 12px 50% #a1cd18;
    transition: all 0.3s ease
}

.header_button_wh_link:hover {
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5), -4px -4px 6px 0 rgba(116, 125, 136, 0.5), -4px -4px 6px 0 rgba(255, 255, 255, 0.2), 4px 4px 6px 0 rgba(0, 0, 0, 0.4)
}

.header_button_tl_link {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    width: 208px;
    height: 39px;
    font-size: 13px;
    color: #ffffff;
    font-weight: bold;
    padding: 0 0 0 10px;
    background: url(../images/0223.png) no-repeat 13px 50% #2ba2de;
    transition: all 0.3s ease
}

.header_phone_call {
    display: flex;
    flex-flow: row;
    align-items: center
}



.header_phone_call .header_phone_img {
    margin: 0 20px 0 0
}

.header_phone_call .header_phone_call_box {
    display: flex;
    flex-flow: column
}

.header_phone_call .header_phone_call_box .call_box_title {
    font-size: 12px;
    font-family: "Montserrat";
    color: #8db70c;
    font-weight: 600;
    display: block;
    margin: 0 0 5px
}

.header_phone_call .header_phone_call_box .call_box_phone {
    font-size: 19px;
    font-family: "Montserrat";
    color: #282828;
    font-weight: bold
}

.header_phone_call .header_phone_call_box .callback_link {
    font-size: 12px;
    font-family: "Montserrat";
    color: #a09f9f;
    text-decoration: underline;
    transition: all 0.3s ease
}

.header_phone_call .header_phone_call_box .callback_link:hover {
    color: #000
}

.header_bottom {
    padding: 22px 0
}

.header_bottom_nav ul {
    display: flex;
    flex-flow: row
}

.header_bottom_nav ul li {
    margin: 0 27px 0 0
}

.header_bottom_nav ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #191919;
    transition: all 0.3s ease
}

.header_bottom_nav ul li a:hover {
    color: #000
}

.header_bottom_nav ul li:last-child {
    margin: 0
}

.banner_slider .slick-prev, .banner_slider .slick-next {
    width: 50px;
    height: 50px;
    background-color: rgba(26, 26, 26, 0.4);
    z-index: 10
}

.banner_slider .slick-prev {
    left: 35px
}

.banner_slider .slick-next {
    right: 35px
}

.banner_slider .slick-prev:before, .banner_slider .slick-next:before {
    display: block;
    font-family: '';
    font-size: 0
}

.banner_slider .slick-prev:before {
    width: 50px;
    height: 50px;
    content: '';
    background: url(../images/prev.png) no-repeat center
}

.banner_slider .slick-next:before {
    width: 50px;
    height: 50px;
    content: '';
    background: url(../images/next.png) no-repeat center
}

.banner_slide {
    position: relative;
    height: 550px
}

.banner_slide img {
    object-fit: cover;
    object-position: bottom;
    height: 100%
}

.banner_slide_info {
    display: flex;
    flex-flow: column;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

.banner_slide_info .banner_slide_title {
    font-size: 60px;
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase
}

.banner_slide_info .banner_slide_text {
    max-width: 483px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    color: #ffffff
}

.banner_slider .banner_slide:not(:first-child) {
    display: none
}

.banner_slider.slick-initialized .banner_slide:not(:first-child) {
    display: block
}

.index_descriptions {
    background: #f8f8f8;
    padding: 50px 0;
    margin: 0 0 50px
}

.index_descriptions_wrapper {
    display: flex;
    flex-flow: row
}

.index_descriptions_left {
    width: 670px;
    margin: 0 60px 0 0
}

.index_descriptions_title {
    color: #212121;
    font-weight: 800;
    font-size: 36px;
    line-height: normal;
    margin: 0 0 30px
}

.index_descriptions_text {
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #212121
}

.index_descriptions_right {
    width: calc(100% - 730px);
    background: #fff;
    border-width: 1px;
    border-color: #a1cd18;
    border-style: solid;
    padding: 27px 35px;
    position: relative
}

.index_descriptions_right::before, .index_descriptions_right::after {
    position: absolute;
    content: '';
    width: 35px;
    height: 25px;
    top: 13px;
    left: -16px;
    background: url(../images/cavuchka_left.png) center no-repeat
}

.index_descriptions_right::after {
    top: auto;
    left: auto;
    bottom: 10px;
    right: -14px;
    background: url(../images/cavuchka_right.png) center no-repeat
}

.index_descriptions_block_title {
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    color: #212121;
    margin: 0 0 10px
}

.index_descriptions_block_text {
    font-weight: 500;
    font-style: italic;
    font-size: 14px;
    line-height: 20px;
    color: #a3bb5b
}

.triger {
    margin: 0 0 50px
}

.triger_wrapper {
    display: flex;
    flex-flow: row wrap
}

.trigger_item {
    width: calc(33.333% - 40px);
    margin: 0 40px 40px 0;
    display: flex;
    flex-flow: row
}

.trigger_item .trigger_item_img {
    width: 90px;
    margin: 0 20px 0 0
}

.trigger_item .trigger_item_img img {
    width: auto
}

.trigger_item .trigger_item_info {
    width: calc(100% - 110px);
    padding: 12px 0 0
}

.trigger_item .trigger_item_info .trigger_item_title {
    font-weight: bold;
    font-size: 16px;
    color: #212121;
    text-transform: uppercase;
    display: block;
    margin: 0 0 10px
}

.trigger_item .trigger_item_info .trigger_item_text {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #575757
}

.trigger_item:nth-child(3n+3) {
    margin: 0 0 40px
}

.constructions {
    margin: 0 0 60px
}

.constructions_title {
    font-weight: 800;
    font-size: 36px;
    color: #212121;
    margin: 0 0 10px;
    display: block;
    text-align: center;
    text-transform: uppercase
}

.constructions_subtitle {
    font-weight: 500;
    font-size: 14px;
    color: #575757;
    text-align: center;
    display: block;
    margin: 0 0 20px
}

.constructions_product {
    display: flex;
    flex-flow: column
}

.constructions_product.height {
    height: 600px
}

.constructions_product_name {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto 60px;
    max-width: 1060px
}

.constructions_product_name li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(25% - 15px);
    margin: 0 15px 25px 0
}

.constructions_product_name li a {
    font-size: 14px;
    font-weight: bold;
    color: #5d5d5d;
    text-transform: uppercase;
    padding: 20px 5px;
    border-right: 1px solid #a1cd18;
    border-width: 1px;
    border-color: #a1cd18;
    border-style: solid;
    border-radius: 4px;
    display: block;
    width: 100%;
    text-align: center
}

.constructions_product_name .ui-tabs-active a {
    color: #8cb804
}

.constructions_product_box {
    display: flex;
    flex-flow: row wrap;
    width: 100%
}

.product_box {
    width: calc(280px - 10px);
    margin: 0 23px 0 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between
}

.constructions_product_box.hidden {
    display: none
}

.product_box:last-child {
    margin: 0
}

.product_box:nth-child(3) {
    width: 300px
}

.product_box_wrapper {
    display: flex;
    flex-flow: column;
    height: 100%
}

.product_box_wrapper .product_box_title {
    font-size: 14px;
    font-weight: 600;
    color: #212121;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 20px
}

.product_box_wrapper .product_box_img {
    margin: 0 0 25px;
    height: 280px
}

.product_box_wrapper .product_box_img img {
    object-fit: scale-down;
    object-position: top center;
    height: 100%;
    width: auto;
    margin: 0 auto
}

.product_box_wrapper .product_box_size {
    font-size: 14px;
    font-weight: 600;
    color: #292929;
    display: block;
    width: 205px;
    margin: 0 auto 15px
}

.product_box_wrapper .product_box_text {
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    color: #7e7e7e;
    width: 205px;
    margin: 0 auto 20px;
    flex-grow: 1
}

.product_box_wrapper .product_box_price {
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    color: #8cb804;
    text-align: center;
    margin: 0 0 15px
}

.product_box_button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #a1cd18;
    width: 167px;
    height: 39px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin: 0 auto
}

.advantage {
    padding: 50px 80px;
    background: url(../images/back_advantage.jpg) no-repeat;
    background-size: cover
}

.advantage_title {
    font-size: 30px;
    line-height: 24px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 15px
}

.advantage_subtitle {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 0 75px
}

.advantage_wrapper {
    display: flex;
    flex-flow: row wrap
}

.advantage_item {
    width: calc(25% - 22.5px);
    margin: 0 30px 30px 0;
    padding: 0 0 0 60px
}

.advantage_item .advantage_item_title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 15px
}

.advantage_item .advantage_item_text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #fff
}

.item_img1 {
    background: url(../images/advantage.png) no-repeat left top
}

.item_img2 {
    background: url(../images/advantage2.png) no-repeat left top
}

.item_img3 {
    background: url(../images/advantage3.png) no-repeat left top
}

.item_img4 {
    background: url(../images/advantage4.png) no-repeat left top
}

.advantage_item:nth-child(4n+4) {
    margin: 0 0 30px
}

.tree_types {
    display: flex;
    flex-flow: row wrap
}

.tree_types_item {
    width: 25%;
    height: 41vh;
    position: relative;
    min-height: 330px;
    max-height: 440px;
    position: relative;
    z-index: 0
}

.tree_types_item img {
    object-fit: cover;
    object-position: center;
    height: 100%
}

.tree_types_item .tree_types_item_wrapper {
    position: absolute;
    top: 15px;
    left: 15px;
    border: 1px solid #fff;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-end;
    z-index: 2
}

.tree_types_item .tree_types_item_title {
    font-size: 30px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    display: block;
    margin: 0 0 25px
}

.tree_types_item .tree_types_item_text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    max-width: 90%;
    margin: 0 auto 30px
}

.tree_types_item::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.6) 75%);
    z-index: 1
}

.window_profile {
    padding: 70px 0 35px;
    background: #f8f8f8
}

.window_profile_title {
    font-size: 30px;
    font-weight: 800;
    color: #212121;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 15px
}

.window_profile_title_box {
    display: flex;
    flex-flow: row;
    margin: 0 auto 65px;
    width: fit-content
}

.window_profile_title_box li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px 0 0;
    height: 38px;
    border: 1px solid transparent
}

.window_profile_title_box li a {
    font-size: 20px;
    font-weight: bold;
    color: #5d5d5d;
    text-transform: uppercase;
    padding: 0 10px
}

.window_profile_title_box .ui-tabs-active {
    border: 1px solid #a1cd18
}

.window_profile_title_box .ui-tabs-active a {
    color: #8cb804
}

.box_slider1, .box_slider2, .box_slider3, .box_slider4, .box_slider5, .box_slider6 {
}

.box_slider1 .slick-prev, .box_slider1 .slick-next, .box_slider2 .slick-prev, .box_slider2 .slick-next, .box_slider3 .slick-prev, .box_slider3 .slick-next, .box_slider4 .slick-prev, .box_slider4 .slick-next, .box_slider5 .slick-prev, .box_slider5 .slick-next, .box_slider6 .slick-prev, .box_slider6 .slick-next {
    width: 50px;
    height: 50px;
    background-color: rgba(26, 26, 26, 0.4);
    z-index: 10
}

.box_slider1 .slick-prev, .box_slider2 .slick-prev, .box_slider3 .slick-prev, .box_slider4 .slick-prev, .box_slider5 .slick-prev, .box_slider6 .slick-prev {
    top: calc(50% - 50px);
    left: -60px
}

.box_slider1 .slick-next, .box_slider2 .slick-next, .box_slider3 .slick-next, .box_slider4 .slick-next, .box_slider5 .slick-next, .box_slider6 .slick-next {
    top: calc(50% - 50px);
    right: -60px
}

.box_slider1 .slick-prev:before, .box_slider1 .slick-next:before, .box_slider2 .slick-prev:before, .box_slider2 .slick-next:before, .box_slider3 .slick-prev:before, .box_slider3 .slick-next:before, .box_slider4 .slick-prev:before, .box_slider4 .slick-next:before, .box_slider5 .slick-prev:before, .box_slider5 .slick-next:before, .box_slider6 .slick-prev:before, .box_slider6 .slick-next:before {
    display: block;
    font-family: '';
    font-size: 0
}

.box_slider1 .slick-prev:before, .box_slider2 .slick-prev:before, .box_slider3 .slick-prev:before, .box_slider4 .slick-prev:before, .box_slider5 .slick-prev:before, .box_slider6 .slick-prev:before {
    width: 50px;
    height: 50px;
    content: '';
    background: url(../images/prev.png) no-repeat center
}

.box_slider1 .slick-next:before, .box_slider2 .slick-next:before, .box_slider3 .slick-next:before, .box_slider4 .slick-next:before, .box_slider5 .slick-next:before, .box_slider6 .slick-next:before {
    width: 50px;
    height: 50px;
    content: '';
    background: url(../images/next.png) no-repeat center
}

.box_slider1 .slick-list, .box_slider2 .slick-list, .box_slider3 .slick-list, .box_slider4 .slick-list, .box_slider5 .slick-list, .box_slider6 .slick-list {
    margin: 0 -15px
}

.box_slider1 .slick-slide, .box_slider2 .slick-slide, .box_slider3 .slick-slide, .box_slider4 .slick-slide, .box_slider5 .slick-slide, .box_slider6 .slick-slide {
    padding: 0 15px
}

.box_slider1 .slick-dots li, .box_slider1 .slick-dots li button, .box_slider2 .slick-dots li, .box_slider2 .slick-dots li button, .box_slider3 .slick-dots li, .box_slider3 .slick-dots li button, .box_slider4 .slick-dots li, .box_slider4 .slick-dots li button, .box_slider5 .slick-dots li, .box_slider5 .slick-dots li button, .box_slider6 .slick-dots li, .box_slider6 .slick-dots li button {
    width: 50px;
    height: 4px;
    opacity: 1;
    margin: 0 7.5px
}

.box_slider1 .slick-dots .slick-active button:before, .box_slider2 .slick-dots .slick-active button:before, .box_slider3 .slick-dots .slick-active button:before, .box_slider4 .slick-dots .slick-active button:before, .box_slider5 .slick-dots .slick-active button:before, .box_slider6 .slick-dots .slick-active button:before {
    background: #bbda5b
}

.box_slider1 .slick-dots .slick-active button:hover:before, .box_slider2 .slick-dots .slick-active button:hover:before, .box_slider3 .slick-dots .slick-active button:hover:before, .box_slider4 .slick-dots .slick-active button:hover:before, .box_slider5 .slick-dots .slick-active button:hover:before, .box_slider6 .slick-dots .slick-active button:hover:before {
    background: #bbda5b
}

.box_slider1 .slick-dots li button:before, .box_slider2 .slick-dots li button:before, .box_slider3 .slick-dots li button:before, .box_slider4 .slick-dots li button:before, .box_slider5 .slick-dots li button:before, .box_slider6 .slick-dots li button:before {
    content: '';
    width: 50px;
    height: 4px;
    background: #9f9f9f;
    opacity: 1
}

.box_slider_id .window_profile_item:not(:first-child) {
    display: none
}

.box_slider_id.slick-initialized .window_profile_item:not(:first-child) {
    display: block
}

#window_profile-1[aria-hidden="true"] {
    display: block !important;
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    margin-bottom: 0
}

#window_profile-1[aria-hidden="false"] {
    visibility: visible;
    opacity: 1;
    height: fit-content;
    overflow: inherit;
    margin-bottom: 30px
}

#window_profile-2[aria-hidden="true"] {
    display: block !important;
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    margin-bottom: 0
}

#window_profile-2[aria-hidden="false"] {
    visibility: visible;
    opacity: 1;
    height: fit-content;
    overflow: inherit;
    margin-bottom: 30px
}

#window_profile-3[aria-hidden="true"] {
    display: block !important;
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    margin-bottom: 0
}

#window_profile-3[aria-hidden="false"] {
    visibility: visible;
    opacity: 1;
    height: fit-content;
    overflow: inherit;
    margin-bottom: 30px
}

#window_profile-4[aria-hidden="true"] {
    display: block !important;
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    margin-bottom: 0
}

#window_profile-4[aria-hidden="false"] {
    visibility: visible;
    opacity: 1;
    height: fit-content;
    overflow: inherit;
    margin-bottom: 30px
}

#window_profile-5[aria-hidden="true"] {
    display: block !important;
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    margin-bottom: 0
}

#window_profile-5[aria-hidden="false"] {
    visibility: visible;
    opacity: 1;
    height: fit-content;
    overflow: inherit;
    margin-bottom: 30px
}

.window_profile_item {
    display: flex !important;
    flex-flow: row;
    margin: 0 0 50px
}

.window_profile_item_img {
    display: block;
    width: 197px;
    height: 340px;
    margin: 0 18px 0 0;
    position: relative;
    background-size: 100% 90%
}

.window_profile_item_img .profile_item_img {
    position: absolute;
    top: 75px;
    left: 15px;
    height: 100%;
    width: 180px
}

.window_profile_item_img .profile_item_img .slick-list {
    width: 180px
}

.window_profile_item_img .profile_item_img .slick-dots {
    bottom: 5px
}

.window_profile_item_img .profile_item_img .slick-dots li, .window_profile_item_img .profile_item_img .slick-dots li button {
    width: 15px;
    height: 4px;
    opacity: 1;
    margin: 0 7.5px
}

.window_profile_item_img .profile_item_img .slick-dots .slick-active button:before {
    background: #bbda5b
}

.window_profile_item_img .profile_item_img .slick-dots .slick-active button:hover:before {
    background: #bbda5b
}

.window_profile_item_img .profile_item_img .slick-dots li button:before {
    content: '';
    width: 15px;
    height: 4px;
    background: #9f9f9f;
    opacity: 1
}

.window_profile_item_img .profile_item_img .slick-slide div {
    height: 100%;
    width: 180px;
    cursor: pointer
}

.window_profile_item_img .profile_item_img img {
    object-fit: contain;
    object-position: center;
    height: 100%
}

.window_profile_item_brend {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 30px;
    font-weight: 800;
    color: #212121;
    text-transform: uppercase;
    z-index: 1
}

.window_profile_item_desc {
    width: calc(100% - 210px);
    display: flex;
    flex-flow: column
}

.window_profile_item_desc .window_profile_text {
    font-size: 12px;
    font-weight: bold;
    color: #3c3c3c;
    padding: 15px 0;
    display: block
}

.window_profile_item_desc .bottom_border {
    border-bottom: 1px solid #c3c3c3
}

.window_profile_item_desc .window_profile_text_info {
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    color: #474747;
    display: block;
    margin: 0 0 25px
}

.window_profile_item_desc .window_profile_price {
    font-size: 16px;
    font-weight: bold;
    color: #212121;
    display: block;
    margin: 0 0 15px
}

.window_profile_item_desc .window_profile_button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
    background: #a1cd18;
    width: 157px;
    height: 32px
}

.wrapper {
    width: 112px;
    margin: 0 0 15px 35px;
    position: relative
}

.wrapper::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    top: 0;
    left: -35px;
    background: url(../images/soundproofing.png) no-repeat
}

.meter {
    max-width: 590px;
    box-sizing: content-box;
    height: 10px;
    position: relative;
    background: #555;
    overflow: hidden;
    background: #bce344;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    position: relative;
    bottom: -5px
}

.meter > span {
    display: block;
    height: 100%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #a1cd18;
    position: relative;
    overflow: hidden
}

.index_info {
    padding: 50px 30px
}

.index_info_wrapper {
    display: flex;
    flex-flow: row;
    margin: 0 0 40px
}

.index_info_wrapper .index_info_text {
    width: calc(50% - 50px);
    margin: 0 50px 0 0;
    padding: 25px 0 0 0
}

.index_info_wrapper .index_info_text .index_info_title {
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    color: #212121;
    margin: 0 0 25px
}

.index_info_wrapper .index_info_text p {
    font-size: 15px;
    line-height: 22px;
    font-weight: normal;
    color: #212121
}

.index_info_wrapper .index_info_img {
    width: 50%
}

.index_info_wrapper .index_info_img img {
    object-fit: cover;
    object-position: bottom center;
    height: 100%;
    border-radius: 5px;
    box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.4)
}

.index_info_wrapper:nth-child(even) {
    flex-flow: row-reverse
}

.index_info_wrapper:nth-child(even) .index_info_text {
    width: 50%;
    margin: 0
}

.index_info_wrapper:nth-child(even) .index_info_img {
    width: calc(50% - 50px);
    margin: 0 50px 0 0
}

.advantages {
    margin: 0 0 100px
}

.advantages_title {
    font-size: 28px;
    font-weight: 800;
    color: #212121;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 0 0 60px
}

.advantages_wrapper {
    display: flex;
    flex-flow: row wrap
}

.advantages_item {
    width: calc(33.333% - 17px);
    margin: 0 25px 55px 0;
    display: flex;
    flex-flow: row
}

.advantages_item .advantages_item_img {
    width: 90px;
    margin: 0 15px 0 0
}

.advantages_item .advantages_item_img img {
    object-fit: contain;
    object-position: top center;
    height: 100%
}

.advantages_item .advantages_item_text {
    width: calc(100% - 105px);
    padding: 15px 0 0
}

.advantages_item .advantages_item_text .advantages_item_title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #212121;
    display: block;
    margin: 0 0 15px 0
}

.advantages_item .advantages_item_text p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #212121
}

.advantages_item:nth-child(3n+3) {
    margin: 0 0 55px
}

.measurer_call {
    background: url(../images/back_call.jpg) no-repeat;
    background-size: cover;
    padding: 30px 0;
    position: relative
}

.measurer_call_wrapper {
    width: 870px;
    margin: 0 auto;
    background: #fff;
    padding: 35px 45px;
    border-radius: 5px;
    position: relative;
    z-index: 0
}

.measurer_call_wrapper::before {
    position: absolute;
    content: '';
    width: 360px;
    height: 535px;
    bottom: -30px;
    right: -110px;
    background: url(../images/back_form_call.png) no-repeat
}

.measurer_call_wrapper::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #a1cd18;
    border-radius: 5px;
    z-index: -1
}

.measurer_call_title {
    font-size: 30px;
    font-weight: bold;
    color: #89b500;
    text-transform: uppercase;
    display: block;
    margin: 0 0 20px
}

.measurer_call_form {
    display: flex;
    flex-flow: column
}

.call_form_label {
    max-width: 500px;
    font-size: 16px;
    font-weight: 600;
    color: #3a3a3a;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 10px
}

.call_form_label input {
    border-width: 1px;
    border-color: gainsboro;
    border-style: solid;
    border-radius: 7px;
    background-color: #f3f3f3;
    padding: 0 15px;
    width: 350px;
    height: 46px
}

.call_form_button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background-color: #a1cd18;
    width: 352px;
    height: 48px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border: none;
    outline: none;
    margin-left: 150px;
    margin-bottom: 10px
}

.measurer_call_info {
    max-width: 288px;
    margin-left: 180px;
    text-align: center;
    font-size: 11px;
    line-height: normal;
    font-weight: normal;
    color: #bcbcbc
}

.measurer_call_info a {
    color: #bcbcbc
}

.measurer_call_info a:hover {
    color: #212121
}

.reviews {
    background: #f8f8f8;
    padding: 50px 0 20px
}

.reviews_title {
    font-weight: 800;
    font-size: 28px;
    color: #212121;
    margin: 0 0 10px;
    display: block;
    text-align: center;
    text-transform: uppercase
}

.reviews_subtitle {
    font-weight: 500;
    font-size: 14px;
    color: #212121;
    margin: 0 0 40px;
    display: block;
    text-align: center
}

.reviews_video_slider {
    margin: 0 0 90px !important
}

.reviews_video_slider .slick-list {
    margin: 0 -10px
}

.reviews_video_slider .slick-slide {
    height: 375px;
    margin: 10px
}

.reviews_video_slider .slick-slide div {
    height: 100%
}

.reviews_video_slider .slick-prev, .reviews_video_slider .slick-next {
    width: 50px;
    height: 50px;
    background-color: rgba(26, 26, 26, 0.4);
    z-index: 10
}

.reviews_video_slider .slick-prev {
    left: -70px
}

.reviews_video_slider .slick-next {
    right: -70px
}

.reviews_video_slider .slick-prev:before, .reviews_video_slider .slick-next:before {
    display: block;
    font-family: '';
    font-size: 0
}

.reviews_video_slider .slick-prev:before {
    width: 50px;
    height: 50px;
    content: '';
    background: url(../images/prev.png) no-repeat center
}

.reviews_video_slider .slick-next:before {
    width: 50px;
    height: 50px;
    content: '';
    background: url(../images/next.png) no-repeat center
}

.reviews_video_slider .slick-dots {
    bottom: -50px
}

.reviews_video_slider .slick-dots li, .reviews_video_slider .slick-dots li button {
    width: 50px;
    height: 4px;
    opacity: 1;
    margin: 0 7.5px
}

.reviews_video_slider .slick-dots .slick-active button:before {
    background: #bbda5b
}

.reviews_video_slider .slick-dots .slick-active button:hover:before {
    background: #bbda5b
}

.reviews_video_slider .slick-dots li button:before {
    content: '';
    width: 50px;
    height: 4px;
    background: #9f9f9f;
    opacity: 1
}

.video_slide {
    height: 100%;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.4)
}

.youtube {
    background-size: 100% 100%;
    height: 100% !important;
    width: 100% !important
}

.video iframe {
    height: 100% !important;
    width: 100% !important
}

.video {
    position: relative
}

.video .play {
    width: 86px !important;
    height: 86px !important;
    background: url(../images/play.png) no-repeat center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    background-size: 100% 100%
}

.video .play:hover {
    background-size: 99% 99%
}

.index_map {
    height: 500px;
    pointer-events: none
}

.index_map iframe {
    width: 100% !important;
    height: 100% !important
}

footer {
    background: #292929
}

.footer_top {
    border-bottom: 1px solid #707070;
    padding: 35px 0
}

.footer_top_wrapper {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between
}

.footer_logotip {
    display: flex;
    flex-flow: row
}

.footer_logotip .header_logotip_img img {
    width: auto;
    height: auto
}

.footer_logotip .header_logotip_desc, .footer_logotip .bold {
    color: #fff
}

.footer_phone {
    display: flex;
    flex-flow: row wrap
}

.footer_phone_item {
    display: flex;
    flex-flow: column;
    margin: 0 25px 0 0;
    padding: 0 0 0 25px;
    background: url(../images/phone_footer.png) no-repeat 0% 8px
}

.footer_phone_item:last-child {
    margin: 0
}

.footer_phone_link {
    font-size: 19px;
    font-family: "Montserrat";
    color: #fff;
    font-weight: bold
}

.footer_phone_item_text {
    font-size: 12px;
    font-weight: 600;
    font-family: "Montserrat";
    color: #8db70c
}

.footer_middle {
    padding: 30px 0;
    border-bottom: 1px solid #707070
}

.footer_middle_wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.footer_nav_list {
    width: 25%
}

.footer_nav_list .footer_nav_list_title {
    font-size: 12px;
    font-family: "Montserrat";
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin: 0 0 20px
}

.footer_nav ul li {
    margin: 0 0 12px 0
}

.footer_nav ul li a {
    font-size: 12px;
    font-family: "Montserrat";
    color: #cacaca;
    font-weight: 500;
    transition: all 0.3s ease
}

.footer_nav ul li a:hover {
    color: #fff
}

.footer_bottom {
    padding: 15px 0
}

.footer_bottom_wrapper {
    display: flex;
    flex-flow: row;
    align-items: center
}

.footer_bottom_left {
    display: flex;
    flex-flow: row;
    align-items: center;
    width: 50%
}

.footer_bottom_left .headre_top_left_wrapper {
    margin: 0 30px 0 0
}

.footer_bottom_left .headre_top_descriptions, .footer_bottom_left .headre_top_mail {
    color: #fff
}

.footer_bottom_left .in {
    background: url(../images/in_footer.png) no-repeat center
}

.footer_bottom_left .vk {
    background: url(../images/vk_footer.png) no-repeat center
}

.footer_bottom_right {
    width: 50%;
    display: flex;
    justify-content: flex-end
}

.footer_bottom_right .footer_bottom_link {
    font-size: 12px;
    font-family: "Montserrat";
    color: #959595;
    font-weight: 600;
    margin: 0 35px 0 0;
    transition: all 0.3s ease
}

.footer_bottom_right .footer_bottom_link:hover {
    color: #fff
}

.footer_bottom_right .is_art {
    margin: 0;
    position: relative;
    padding: 0 58px 0 0
}

.footer_bottom_right .is_art::after {
    position: absolute;
    content: '';
    background: url(../images/is_art.png) no-repeat;
    width: 50px;
    height: 16px;
    right: 0;
    bottom: 0
}

@font-face {
    font-family: "Montserrat";
    font-weight: 300;
    font-style: normal;
    src: url("../fonts/otf/Montserrat-Light.otf") format('opentype')
}

@font-face {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/otf/Montserrat-Regular.otf") format('opentype')
}

@font-face {
    font-family: "Montserrat";
    font-weight: 500;
    font-style: normal;
    src: url("../fonts/otf/Montserrat-Medium.otf") format('opentype')
}

@font-face {
    font-family: "Montserrat";
    font-weight: 600;
    font-style: normal;
    src: url("../fonts/otf/Montserrat-SemiBold.otf") format('opentype')
}

@font-face {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: normal;
    src: url("../fonts/otf/Montserrat-Bold.otf") format('opentype')
}

@font-face {
    font-family: "Montserrat";
    font-weight: 800;
    font-style: normal;
    src: url("../fonts/otf/Montserrat-ExtraBold.otf") format('opentype')
}

@font-face {
    font-family: "Montserrat";
    font-weight: 900;
    font-style: normal;
    src: url("../fonts/otf/Montserrat-Black.otf") format('opentype')
}

@font-face {
    font-family: "Montserrat";
    font-weight: 300;
    font-style: normal;
    src: url("../fonts/ttf/Montserrat-Light.ttf") format('truetype')
}

@font-face {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/ttf/Montserrat-Regular.ttf") format('truetype')
}

@font-face {
    font-family: "Montserrat";
    font-weight: 500;
    font-style: normal;
    src: url("../fonts/ttf/Montserrat-Medium.ttf") format('truetype')
}

@font-face {
    font-family: "Montserrat";
    font-weight: 600;
    font-style: normal;
    src: url("../fonts/ttf/Montserrat-SemiBold.ttf") format('truetype')
}

@font-face {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: normal;
    src: url("../fonts/Montserrat-Bold.ttf") format('truetype')
}

@font-face {
    font-family: "Montserrat";
    font-weight: 800;
    font-style: normal;
    src: url("../fonts/ttf/Montserrat-ExtraBold.ttf") format('truetype')
}

@font-face {
    font-family: "Montserrat";
    font-weight: 900;
    font-style: normal;
    src: url("../fonts/ttf/Montserrat-Black.ttf") format('truetype')
}

@font-face {
    font-family: "Montserrat";
    font-weight: 300;
    font-style: normal;
    src: url("../fonts/webfonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/webfonts/Montserrat-Light.woff") format("woff")
}

@font-face {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/webfonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/webfonts/Montserrat-Regular.woff") format("woff")
}

@font-face {
    font-family: "Montserrat";
    font-weight: 500;
    font-style: normal;
    src: url("../fonts/webfonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/webfonts/Montserrat-Medium.woff") format("woff")
}

@font-face {
    font-family: "Montserrat";
    font-weight: 600;
    font-style: normal;
    src: url("../fonts/webfonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/webfonts/Montserrat-SemiBold.woff") format("woff")
}

@font-face {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: normal;
    src: url("../fonts/webfonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/webfonts/Montserrat-Bold.woff") format("woff")
}

@font-face {
    font-family: "Montserrat";
    font-weight: 800;
    font-style: normal;
    src: url("../fonts/webfonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/webfonts/Montserrat-ExtraBold.woff") format("woff")
}

@font-face {
    font-family: "Montserrat";
    font-weight: 900;
    font-style: normal;
    src: url("../fonts/webfonts/Montserrat-Black.woff2") format("woff2"), url("../fonts/webfonts/Montserrat-Black.woff") format("woff")
}

.catalog_head {
    padding: 20px 0 50px
}

.breadcrumb {
    margin: 0 auto;
    width: fit-content
}

.breadcrumb_wrapper ul {
    display: flex;
    flex-flow: row wrap
}

.breadcrumb_wrapper ul li {
    margin: 0 15px 0 0;
    font-size: 14px;
    font-weight: 500;
    color: #878787;
    position: relative
}

.breadcrumb_wrapper ul li a {
    transition: all 0.3s ease;
    color: #878787
}

.breadcrumb_wrapper ul li a:hover {
    color: #000
}

.breadcrumb_wrapper ul li::after {
    position: absolute;
    content: '/';
    font-size: 14px;
    font-weight: 500;
    color: #878787;
    bottom: -1px;
    right: -10px
}

.breadcrumb_wrapper ul li:last-child::after {
    display: none
}

.catalog_title {
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 25px
}

.catalog_head_text {
    max-width: 980px;
    margin: 0 auto
}

.catalog_head_text p {
    font-size: 15px;
    line-height: 24px;
    font-weight: normal
}

.catalog_product {
    background: #f8f8f8;
    padding: 45px 0 70px
}

.catalog_product_title {
    display: block;
    font-size: 22px;
    font-weight: 800;
    color: #212121;
    text-transform: uppercase;
    margin: 0 0 35px
}

.catalog_product_wrapper {
    display: flex;
    flex-flow: column;
    margin: 0 0 30px
}

.product {
    border-radius: 5px;
    background: #ffffff;
    width: 100%;
    padding: 25px 40px 20px;
    display: flex;
    flex-flow: column;
    margin: 0 0 20px;
    min-height: 365px;
    transition: all 0.3s ease
}

.product_title {
    font-size: 18px;
    font-weight: bold;
    color: #212121;
    text-transform: uppercase;
    margin: 0 0 30px 0
}

.product_wrapper {
    display: flex;
    flex-flow: row
}

.product_img {
    width: 300px;
    height: 215px;
    margin: 0 15px 0 0
}

.product_img img {
    object-fit: contain;
    object-position: center;
    height: 100%;
    transition: all 0.3s ease-out
}

.profile_item_img img, .product_box_img img {
    transition: all 0.3s ease-out
}

.profile_item_img:hover img, .product_box_img:hover img, .product_img:hover img {
    transform: scale(1.1)
}

.product_info {
    width: calc(100% - 315px);
    display: flex;
    flex-flow: row
}

.product_info_item {
    display: flex;
    flex-flow: column;
    width: calc(25% - 5px);
    padding: 16px;
    margin: 0 9px 20px 0;
    border: 1px solid #d0d0d0;
    border-radius: 5px
}

.product_info_item:nth-child(4n+4) {
    margin: 0 0 20px
}

.product_info_item_title {
    font-size: 14px;
    font-weight: bold;
    color: #292929;
    text-transform: uppercase;
    margin: 0 0 15px;
    flex-grow: 1
}

.product_info_item_subtitle {
    font-size: 14px;
    font-weight: 500;
    color: #789f00;
    max-width: 195px;
    margin: 0 0 15px
}

.product_info_item_size {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #272727;
    background: #f8f7e4;
    padding: 10px 15px 7px;
    width: fit-content;
    margin: 0 0 15px
}

.product_info_item_price {
    font-size: 22px;
    font-weight: bold;
    color: #8cb804
}

.product_button_wrapper {
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    min-height: 0;
    transition: all 0.3s ease
}

.product_button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #e8c626;
    width: 256px;
    height: 41px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin: 0 10px 0 0
}

.button_grin {
    background: #a1cd18;
    margin: 0
}

.product {
    position: relative;
    min-height: auto
}

.product .product_button_wrapper {
    position: absolute;
    bottom: -45px;
    right: 0;
    background: transparent;
    transition: all 0.2s ease
}

.product:hover {
    box-shadow: 0px 5px 62px 0px rgba(184, 184, 184, 0.77)
}

.product:hover .product_button_wrapper {
    opacity: 1;
    visibility: visible;
    overflow: initial;
    position: absolute;
    bottom: -45px;
    right: 0;
    width: 100%;
    height: 85px;
    background: #fff;
    padding: 20px 40px 0 0;
    box-shadow: 0px 35px 40px -7px rgba(184, 184, 184, 0.77);
    border-radius: 0 0 5px 5px;
    z-index: 999
}

.catalog_product_text p {
    font-size: 15px;
    font-weight: normal;
    line-height: 24px
}

.catalog_product_text ul li {
    list-style: url(../images/kvadrat.png) outside
}

.catalog_product_text ul li::before {
    display: none
}

.additional_options {
    padding: 50px 0 0;
    margin: 0 0 50px
}

.additional_options .grid_container {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 50px
}

.additional_options_title {
    font-size: 22px;
    font-weight: 800;
    color: #212121;
    text-transform: uppercase;
    margin: 0 0 35px
}

.additional_options_wrapper {
    display: flex;
    flex-flow: row wrap
}

.additional_options_item {
    width: calc(25% - 15px);
    margin: 0 20px 30px 0;
    border-radius: 5px 5px 0 0;
    display: flex;
    flex-flow: column
}

.additional_options_item_img {
    height: 195px;
    margin: 0 0 20px
}

.additional_options_item_img img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    border-radius: 5px
}

.additional_options_item_title {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    color: #212121;
    text-align: center;
    margin: 0 0 20px;
    flex-grow: 1
}

.additional_options_item_text {
    margin: 0 0 10px
}

.additional_options_item_text p {
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    text-align: center;
    color: #6a6a6a
}

.additional_options_item_button {
    display: block;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
    color: #6b8e00
}

.additional_options_item:nth-child(4n+4) {
    margin: 0 0 30px
}

.our_work {
    padding: 0 0 130px;
    position: relative
}

.our_work:before {
    position: absolute;
    content: '';
    width: 284px;
    height: 615px;
    background: url(../images/back_work.png) no-repeat;
    top: -80px;
    left: 0
}

.our_work_title {
    font-size: 36px;
    font-weight: 800;
    color: #212121;
    margin: 0 0 40px;
    display: block;
    text-transform: uppercase
}

.our_work_slider {
}

.our_work_slider .slick-slider {
    margin: 0 -10px
}

.our_work_slider .slick-slide {
    padding: 0 10px
}

.our_work_slider .slick-prev, .our_work_slider .slick-next {
    width: 50px;
    height: 50px;
    z-index: 10
}

.our_work_slider .slick-prev {
    left: -60px
}

.our_work_slider .slick-next {
    right: -60px
}

.our_work_slider .slick-prev:before, .our_work_slider .slick-next:before {
    display: block;
    font-family: '';
    font-size: 0
}

.our_work_slider .slick-prev:before {
    width: 50px;
    height: 50px;
    content: '';
    background: url(../images/prev_work.png) no-repeat center
}

.our_work_slider .slick-next:before {
    width: 50px;
    height: 50px;
    content: '';
    background: url(../images/next_work.png) no-repeat center
}

.our_work_slide {
    display: flex;
    flex-flow: column
}

.our_work_slide_img {
    height: 380px;
    margin: 0 0 10px
}

.our_work_slide_img img {
    object-fit: cover;
    object-position: center;
    height: 100%
}

.our_work_slide_text p {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    color: #212121
}

.index_info_catalog {
    padding-bottom: 10px
}

.term-premium-okna .product_info_item, .term-premium-okna .product_info_item_subtitle, .term-finskie-okna .product_info_item, .term-finskie-okna .product_info_item_subtitle {
    width: 100%;
    max-width: inherit
}

.our_work_head {
    background: #f8f8f8
}

.page_our_work {
    padding: 35px 0 170px
}

.page_our_work_wrapper {
    display: flex;
    flex-flow: row wrap
}

.page_our_work_item {
    width: calc(50% - 10px);
    margin: 0 20px 40px 0;
    transition: all 0.3s ease
}

.page_our_work_item:nth-child(2n+2) {
    margin: 0 0 40px
}

.page_our_work_item:hover {
    box-shadow: 0px 5px 62px 0px rgba(184, 184, 184, 0.77);
    border-radius: 0 0 5px 5px
}

.page_our_work_item_img {
    height: 385px
}

.page_our_work_item_img img {
    object-fit: cover;
    object-position: center;
    height: 100%
}

.page_our_work_item_text {
    max-width: 90%;
    padding: 10px 5px 5px
}

.page_our_work_item_text p {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    color: #212121
}

.pagintation_block {
    margin: 0 auto;
    width: fit-content
}

.pagintation_block .nav-links {
    display: flex;
    flex-flow: row
}

.pagintation_block .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    width: 39px;
    height: 39px;
    margin: 0 15px 0 0;
    font-size: 18px;
    font-weight: 600;
    color: #323232;
    background: #f3f3f3;
    transition: all 0.3s ease
}

.pagintation_block .current {
    background: none
}

.pagintation_block .page-numbers:hover {
    box-shadow: -4px -4px 6px 0 rgba(255, 255, 255, 0.2), 4px 4px 6px 0 rgba(0, 0, 0, 0.4)
}

.pagintation_block .current:hover {
    box-shadow: none
}

.page_work_head {
    background: #f1f1f1;
    padding-top: 40px
}

.page_work {
    background: #f1f1f1;
    padding: 0 0 125px
}

.work_slider::before {
    position: absolute;
    content: '';
    width: 75px;
    height: 100%;
    background: #f1f1f1;
    z-index: 1;
    top: 0;
    left: -75px
}

.work_slider {
    width: 100vw;
    position: relative;
    left: 100px
}

.work_slider .slick-list {
    margin: 0 -22.5px
}

.work_slider .slick-prev, .work_slider .slick-next {
    width: 50px;
    height: 50px;
    z-index: 10
}

.work_slider .slick-prev {
    left: -60px
}

.work_slider .slick-next {
    right: calc(50vw - 25px)
}

.work_slider .slick-prev:before, .work_slider .slick-next:before {
    display: block;
    font-family: '';
    font-size: 0
}

.work_slider .slick-prev:before {
    width: 50px;
    height: 50px;
    content: '';
    background: url(../images/prev_work.png) no-repeat center
}

.work_slider .slick-next:before {
    width: 50px;
    height: 50px;
    content: '';
    background: url(../images/next_work.png) no-repeat center
}

.work_slide {
    height: 580px;
    padding: 0 22.5px;
    position: relative
}

.work_slide img {
    object-fit: cover;
    object-position: center;
    height: 100%
}

.work_slide::before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 22.5px;
    z-index: 1;
    transition: all 0.3s ease
}

.slick-current .work_slide::before {
    opacity: 0;
    visibility: hidden
}

.work_slider .slide:not(:first-child) {
    display: none
}

.work_slider.slick-initialized .work_slide:not(:first-child) {
    display: block
}

.measurer_work_page {
    margin: 0 0 0 98px
}

.contacts {
    padding-bottom: 65px
}

.contacts_wrapper {
    display: flex;
    flex-flow: column;
    position: relative
}

.contacts_map {
    height: 470px
}

.contacts_map iframe {
    height: 100% !important;
    width: 100% !important
}

.contacts_info {
    border-radius: 4px;
    background: #ffffff;
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translate(0, -50%);
    padding: 35px;
    padding-right: 55px;
    z-index: 0
}

.contacts_info::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 1px solid #a1cd18;
    border-radius: 5px;
    z-index: -1
}

.contacts_address {
    font-size: 24px;
    font-weight: 500;
    color: #212121;
    display: block;
    margin: 0 0 20px;
    max-width: 470px;
    line-height: 30px
}

.contacts_info_item {
    margin: 0 0 25px
}

.contacts_info_item:last-child {
    margin: 0
}

.contacts_info_item_title {
    font-size: 24px;
    font-weight: 500;
    color: #212121;
    display: block;
    margin: 0 0 10px
}

.contacts_info_item_block .item_block_title {
    font-size: 12px;
    font-weight: 500;
    color: #a09f9f
}

.item_block_wrapper {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end
}

.item_block_phone {
    font-size: 19px;
    font-weight: bold;
    color: #212121;
    display: block;
    margin-right: 15px
}

.item_block_phone_time {
    font-size: 12px;
    font-weight: bold;
    color: #90b438;
    padding-bottom: 3px
}

.item_block_mail {
    font-size: 17px;
    font-weight: bold;
    color: #212121;
    display: block;
    margin: 0 8px 0 0
}

.contacts_back_call {
    margin: 30px 0 0;
    border: 1px solid #a1cd18;
    border-radius: 5px;
    background: #ffffff;
    padding: 20px 45px 20px 35px
}

.contacts_back_call_title {
    font-size: 30px;
    font-weight: bold;
    color: #89b500;
    text-transform: uppercase;
    display: block;
    margin: 0 0 10px
}

.back_call_form {
    display: flex;
    flex-flow: row;
    align-items: flex-end;
    margin: 0 0 10px
}

.back_call_form label {
    font-size: 15px;
    font-weight: 600;
    color: #3a3a3a;
    display: flex;
    flex-flow: column;
    margin: 0 20px 0 0;
    width: calc(33.33% - 20px)
}

.back_call_form label input {
    border: 1px solid #dcdcdc;
    border-radius: 7px;
    background: #f3f3f3;
    height: 46px;
    padding: 0 15px;
    margin: 8px 0 0 0;
    font-size: 14px;
    font-weight: normal;
    color: #212121
}

.back_call_form label input::placeholder {
    font-size: 14px;
    font-weight: normal;
    color: #9a9a9a
}

.back_call_form .back_call_form_button {
    width: calc(33.33% - 20px);
    border-radius: 7px;
    background: #a1cd18;
    height: 48px;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase
}

.back_call_text {
    display: block;
    text-align: center;
    font-size: 11px;
    font-weight: normal;
    color: #bcbcbc
}

.back_call_text a {
    color: #bcbcbc
}

.back_call_text a:hover {
    color: #89b500
}

.video_box .video {
    position: relative;
    height: 390px
}

.page-id-240 .wsp-container ul {
    margin: 20px 0
}

.page-id-240 .wsp-container ul li {
    margin: 0 0 5px
}

.page-id-240 .wsp-container a {
    font-size: 15px;
    font-weight: 500;
    color: #212121;
    transition: all 0.3s ease
}

.page-id-240 .wsp-container a:hover {
    color: #8db70c
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
    .video_box .video {
        position: relative;
        height: 230px
    }
}

.news_catalog_title {
    margin-bottom: 50px
}

.news_catalog {
    display: flex;
    flex-flow: row wrap;
    max-width: 100%
}

.news_article {
    display: flex;
    flex-flow: column;
    width: calc(33.3333% - 20px);
    margin: 0 20px 25px 0;
    border: 1px solid #c4c4c4
}

.news_article .news_article_img {
    height: 285px;
    margin: 0 0 25px
}

.news_article .news_article_img img {
    object-fit: cover;
    object-position: center;
    height: 100%
}

.news_article .news_article_title {
    font-size: 18px;
    font-weight: 600;
    color: #212121;
    margin: 0 0 20px;
    padding: 0 30px
}

.news_article .news_article_text {
    padding: 0 30px;
    font-size: 15px;
    line-height: 21px;
    font-weight: normal;
    color: #212121;
    margin: 0 0 18px;
    padding: 0 30px
}

.news_article .news_article_text p {
    font-size: 15px;
    line-height: 22px
}

.news_article .news_article_button {
    padding: 0 30px;
    font-size: 15px;
    font-weight: 600;
    color: #212121;
    display: block;
    margin: 0 0 30px;
    transition: all 0.3s ease
}

.news_article .news_article_button:hover {
    color: #a1cd18
}

.news_article:nth-child(3n+3) {
    margin: 0 0 25px
}

.news_content {
    padding: 0 0 90px
}

.news_content p {
    font-size: 16px;
    font-weight: 500;
    color: #212121;
    margin: 0 0 20px
}

.news_content a {
    font-size: 16px;
    font-weight: 500;
    color: #212121;
    text-decoration: underline
}

.news_content a:hover {
    color: #7cbf46
}

.news_content h2 {
    font-size: 24px;
    font-weight: 700;
    color: #212121;
    margin: 0 0 25px
}

.news_content h3, .news_content h4 {
    font-size: 22px;
    font-weight: 700;
    color: #212121;
    margin: 0 0 25px
}

.news_content ul {
    margin: 0 0 30px
}

.news_content ul li {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #212121
}

.news_content ul li::before {
    position: absolute;
    content: '';
    top: 3px;
    left: 0;
    border: 1px solid #7cbf46;
    width: 8px;
    height: 8px
}

.news_content img {
    width: auto;
    border-radius: 8px
}

.ham {
    position: absolute;
    top: -11px;
    right: 4px;
    width: 50px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 9999
}

.hamRotate.active {
    transform: rotate(45deg)
}

.hamRotate180.active {
    transform: rotate(180deg)
}

.line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #212121;
    stroke-width: 5.5;
    stroke-linecap: round
}

.ham6.active .line {
    stroke: #212121
}

.ham6 .top {
    stroke-dasharray: 40 172
}

.ham6 .middle {
    stroke-dasharray: 40 111
}

.ham6 .bottom {
    stroke-dasharray: 40 172
}

.ham6.active .top {
    stroke-dashoffset: -132px
}

.ham6.active .middle {
    stroke-dashoffset: -71px
}

.ham6.active .bottom {
    stroke-dashoffset: -132px
}

@media screen and (min-width: 320px) and (max-width: 1179px) {
    .grid_container {
        width: 100%;
        padding: 0 5vw
    }

    .headre_top_right, .headre_top_left .headre_top_descriptions {
        display: none
    }

    .header_bottom {
        padding: 0
    }

    .header_bottom_nav {
        display: flex;
        flex-flow: column;
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        padding: 105px 5vw;
        background: #fff;
        overflow: auto;
        transition: all 0.4s ease;
        z-index: 999
    }

    .header_bottom_nav ul {
        display: flex;
        flex-flow: column;
        margin: 0 0 10px
    }

    .header_bottom_nav ul li {
        margin: 0 0 10px;
        width: fit-content
    }

    .header_bottom_nav ul li a {
        font-size: 18px;
        font-weight: 600
    }

    .header_bottom_nav.active {
        right: 0
    }

    html.active, body.active {
        overflow: hidden
    }
}

@media screen and (min-width: 320px) and (max-width: 1179px) {
    .grid_container {
        width: 100%;
        padding: 0 5vw
    }

    .headre_top_left .headre_top_left_wrapper {
        margin: 0 15px 0 0
    }

    .headre_top_left {
        border: none
    }

    .header_middle_wrapper {
        flex-flow: column;
        align-items: flex-start
    }

    .header_middle_left {
        width: 100%;
        border: none
    }

    .header_logotip_desc {
        display: none
    }

    .header_link_calc {
        margin: 0
    }

    .header_middle_right {
        display: none
    }

    .banner_slide_info {
        padding: 0 6vw
    }

    .banner_slide {
        height: 280px
    }

    .banner_slide::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.3)
    }

    .banner_slide_info .banner_slide_title {
        font-size: 20px;
        margin: 0 0 10px
    }

    .banner_slide_info .banner_slide_text {
        font-size: 14px;
        line-height: 18px
    }

    .banner_slider .slick-prev, .banner_slider .slick-next {
        background: none
    }

    .banner_slider .slick-prev {
        left: -14px
    }

    .banner_slider .slick-next {
        right: -14px
    }

    .index_descriptions {
        padding: 25px 0;
        shape-margin: 0 0 25px
    }

    .index_descriptions_wrapper {
        flex-flow: column
    }

    .index_descriptions_title {
        font-size: 22px;
        margin: 0 0 15px
    }

    .index_descriptions_left {
        width: 100%;
        margin: 0 0 25px
    }

    .index_descriptions_right {
        width: 100%
    }

    .triger {
        margin: 0 0 20px
    }

    .triger_wrapper {
        flex-flow: column
    }

    .trigger_item {
        width: 100%;
        margin: 0 0 25px
    }

    .trigger_item .trigger_item_info {
        padding: 0
    }

    .constructions {
        margin: 0 0 35px
    }

    .constructions_title {
        font-size: 20px
    }

    .constructions_product_name {
        flex-flow: row wrap;
        border: none;
        height: auto
    }

    .constructions_product_name li:nth-child(n) {
        margin: 5px
    }

    .constructions_product_name li:nth-child(2n+2) {
        margin: 5px 0 5px
    }

    .product_box:nth-child(n) {
        width: calc(50% - 10px);
        margin: 0 20px 35px 0
    }

    .product_box:nth-child(2n+2) {
        margin: 0 0 35px
    }

    .product_box_wrapper .product_box_img {
        height: 160px
    }

    .product_box_wrapper .product_box_size, .product_box_wrapper .product_box_text {
        width: 100%
    }

    .advantage {
        padding: 25px 0
    }

    .advantage_title {
        font-size: 20px;
        line-height: 24px
    }

    .advantage_subtitle {
        font-size: 15px;
        margin: 0 0 35px
    }

    .advantage_wrapper {
        flex-flow: column
    }

    .advantage_item {
        width: 100%;
        margin: 0 0 25px
    }

    .tree_types {
        flex-flow: column
    }

    .tree_types_item {
        width: 100%
    }

    .tree_types_item {
        height: 38vh;
        min-height: 240px;
        max-height: 340px
    }

    .window_profile {
        padding: 25px 0 35px
    }

    .window_profile_title {
        font-size: 20px;
        margin: 0 0 25px
    }

    .window_profile_title_box {
        flex-flow: row wrap;
        justify-content: center
    }

    .window_profile_item_modal {
        padding: 10px 5vw !important
    }

    .window_profile_item_modal .window_profile_item_img {
        height: 255px
    }

    .window_profile_item_modal .profile_item_img {
        left: 0;
        right: 0;
        margin: 0 auto
    }

    .box_slider1 .slick-dots li, .box_slider1 .slick-dots li button, .box_slider2 .slick-dots li, .box_slider2 .slick-dots li button {
        width: 38px
    }

    .box_slider1 .slick-list, .box_slider2 .slick-list {
        margin: 0
    }

    .window_profile_item {
        flex-flow: column
    }

    .window_profile_item_img {
        width: 100%;
        margin: 0 0 35px
    }

    .window_profile_item_desc {
        width: 100%
    }

    .index_info {
        padding: 0
    }

    .index_info_wrapper {
        flex-flow: column
    }

    .index_info_wrapper .index_info_text .index_info_title {
        font-size: 20px;
        margin: 0 0 15px
    }

    .index_info_wrapper:nth-child(even) {
        flex-flow: column
    }

    .index_info_wrapper:nth-child(odd) .index_info_text, .index_info_wrapper:nth-child(even) .index_info_text {
        width: 100%;
        margin: 0 0 25px
    }

    .index_info_wrapper:nth-child(odd) .index_info_img, .index_info_wrapper:nth-child(even) .index_info_img {
        width: 100%
    }

    .advantages {
        margin: 0 0 35px
    }

    .advantages_title {
        font-size: 20px;
        margin: 0 0 25px
    }

    .advantages_wrapper {
        flex-flow: column
    }

    .advantages_item:nth-child(n) {
        width: 100%;
        margin: 0 0 35px
    }

    .measurer_call {
        margin: 0 0 30px
    }

    .measurer_call_wrapper {
        width: 100%;
        padding: 25px
    }

    .measurer_call_title {
        font-size: 17px
    }

    .call_form_label {
        flex-flow: column;
        align-items: flex-start
    }

    .call_form_label input {
        width: 100%;
        margin: 5px 0 15px
    }

    .call_form_button {
        margin: 0 auto 15px;
        width: 100%
    }

    .measurer_call_wrapper::before {
        display: none
    }

    .measurer_call_info {
        max-width: 100%;
        margin: 0 auto
    }

    .reviews_title {
        font-size: 20px
    }

    .reviews_video_slider .slick-slide {
        height: 225px
    }

    .index_map {
        height: 250px
    }

    .catalog_head {
        padding: 20px 0 30px
    }

    .breadcrumb {
        margin-bottom: 20px
    }

    .catalog_title {
        font-size: 20px;
        margin: 0 0 20px
    }

    .catalog_product {
        padding: 35px 0
    }

    .catalog_product_title {
        font-size: 20px;
        margin: 0 0 20px
    }

    .product {
        flex-flow: column;
        padding: 15px
    }

    .product:last-of-type {
        margin: 0
    }

    .product_wrapper {
        flex-flow: column
    }

    .product_img {
        margin: 0 0 25px;
        width: 100%
    }

    .product_info {
        width: 100%;
        flex-flow: column
    }

    .product_info_item {
        width: 100%;
        margin: 0 0 25px
    }

    .product .product_button_wrapper, .product_button_wrapper {
        opacity: 1;
        visibility: visible;
        overflow: inherit;
        height: auto;
        min-height: auto;
        flex-flow: column;
        align-items: center;
        position: static;
        bottom: auto;
        right: 0;
        transition: all 0.2s ease
    }

    .product_button {
        margin: 0 0 15px
    }

    .additional_options {
        padding: 25px 0 0;
        margin: 0 0 35px
    }

    .additional_options_title {
        font-size: 20px
    }

    .additional_options_item {
        width: 100%;
        margin: 0 0 35px
    }

    .additional_options_item_img {
        height: 205px
    }

    .our_work_title {
        font-size: 22px;
        margin: 0 0 30px
    }

    .our_work_slide_img {
        height: 280px;
        margin: 0 0 15px
    }

    .page_our_work {
        padding: 35px 0 40px
    }

    .page_our_work_item {
        width: 100%;
        margin: 0 0 25px
    }

    .page_our_work_item_img {
        height: 240px;
        margin: 0 0 10px
    }

    .page_work {
        padding: 0 0 35px
    }

    .work_slider {
        width: 100%;
        left: 0
    }

    .work_slide {
        height: 280px
    }

    .page_work_measurer {
        margin: 0
    }

    .measurer_work_page {
        margin: 0
    }

    .contacts_wrapper {
        flex-flow: column-reverse
    }

    .contacts_map {
        height: 330px
    }

    .contacts_info {
        position: relative;
        top: 0;
        right: 0;
        transform: translate(0, 0);
        margin: 0 0 35px;
        padding-right: 25px
    }

    .contacts_address {
        font-size: 20px;
        margin: 0 0 15px
    }

    .contacts_info_item {
        margin: 0 0 15px
    }

    .contacts_info_item_title {
        font-size: 18px;
        margin: 0 0 5px
    }

    .contacts_back_call {
        padding: 15px
    }

    .contacts_back_call_title {
        font-size: 17px;
        margin: 0 0 25px
    }

    .back_call_form {
        flex-flow: column
    }

    .back_call_form label {
        width: 100%;
        margin: 0 0 25px
    }

    .back_call_form .back_call_form_button {
        width: 100%
    }

    .news_catalog {
        flex-flow: column
    }

    .news_article {
        width: 100%;
        margin: 0 0 25px
    }

    .news_content {
        padding: 0 0 10px
    }

    .news_content h2 {
        font-size: 21px;
        margin: 0 0 20px
    }

    .news_content h3, .news_content h4 {
        font-size: 19px
    }

    .footer_top_wrapper {
        flex-flow: column;
        align-items: flex-start
    }

    .footer_logotip {
        margin: 0 0 25px
    }

    .header_button_wh_link {
        margin: 0 0 25px
    }

    .footer_phone {
        flex-flow: column
    }

    .footer_phone_item {
        margin: 0 0 25px
    }

    .footer_nav_list {
        width: 100%;
        margin: 0 0 25px
    }

    .footer_nav_list:last-child {
        margin: 0
    }

    .footer_nav ul {
        column-count: 2;
        column-gap: 15px
    }

    .footer_bottom_wrapper {
        flex-flow: column;
        align-items: flex-start
    }

    .headre_top_left_wrapper {
        flex-flow: row wrap
    }

    .headre_top_descriptions {
        margin: 0 0 15px
    }

    .footer_bottom_left {
        flex-flow: column;
        align-items: flex-start;
        width: 100%;
        margin: 0 0 15px
    }

    .footer_bottom_left .headre_top_left_wrapper {
        margin: 0 0 15px
    }

    .footer_bottom_right {
        display: block
    }

    .footer_bottom_right .footer_bottom_link {
        margin: 0 0 15px
    }
}

@media screen and (min-width: 768px) and (max-width: 1179px) {
    .grid_container {
        padding: 0 4vw
    }

    .headre_top_left {
        width: auto;
        align-items: center
    }

    .headre_top_left .headre_top_descriptions {
        display: inline-block;
        margin: 0 15px 0 0
    }

    .header_logotip_desc {
        display: block
    }

    .ham {
        right: 2vw
    }

    .banner_slide {
        height: 320px
    }

    .banner_slide_info .banner_slide_title {
        font-size: 26px
    }

    .banner_slide_info .banner_slide_text {
        font-size: 16px;
        line-height: 20px
    }

    .index_descriptions_title {
        font-size: 30px;
        margin: 0 0 25px
    }

    .index_descriptions_block_title {
        font-size: 20px
    }

    .constructions_title {
        font-size: 27px
    }

    .constructions_product_name {
        border-radius: 4px;
        margin: 0 auto 25px;
        padding: 0 5px
    }

    .constructions_product_name li:nth-child(n) {
        padding: 0 20px;
        border: none;
        margin: 0;
        width: calc(33% - 15px);
        margin: 0 15px 25px 0
    }

    .constructions_product_name li:nth-child(n) a {
        padding: 10px 5px
    }

    .constructions_product_name li:last-child {
        border: none
    }

    .product_box_text {
        width: 70%
    }

    .advantage {
        padding: 50px 0 25px
    }

    .advantage_title {
        font-size: 24px
    }

    .advantage_subtitle {
        font-size: 16px
    }

    .advantage_wrapper {
        flex-flow: row wrap
    }

    .advantage_item {
        width: calc(50% - 15px);
        margin: 0 30px 30px 0
    }

    .advantage_item:nth-child(2n+2) {
        margin: 0 0 30px
    }

    .tree_types {
        flex-flow: row wrap;
        margin: 0 0 25px
    }

    .tree_types_item {
        width: 50%
    }

    .window_profile_title {
        font-size: 27px;
        margin: 0 0 25px
    }

    .window_profile {
        margin: 0 0 15px
    }

    .index_info_wrapper .index_info_text .index_info_title {
        font-size: 28px;
        margin: 0 0 25px
    }

    .advantages_title {
        font-size: 28px;
        margin: 0 0 35px
    }

    .advantages_wrapper {
        flex-flow: row wrap
    }

    .advantages_item:nth-child(n) {
        width: calc(50% - 15px);
        margin: 0 30px 35px 0
    }

    .advantages_item:nth-child(2n+2) {
        margin: 0 0 35px
    }

    .measurer_call_title {
        font-size: 27px
    }

    .call_form_label {
        flex-flow: row;
        align-items: center
    }

    .call_form_label input {
        width: 350px;
        height: 46px;
        margin: 0
    }

    .call_form_button {
        width: 352px;
        margin-left: 150px;
        margin-bottom: 10px
    }

    .measurer_call_info {
        max-width: 288px;
        margin-left: 180px
    }

    .reviews_title {
        font-size: 28px
    }

    .breadcrumb {
        margin-bottom: 5px
    }

    .catalog_title {
        font-size: 24px
    }

    .catalog_product_title {
        font-size: 22px;
        margin: 0 0 25px
    }

    .product_wrapper {
        flex-flow: row wrap
    }

    .product_info {
        flex-flow: row wrap
    }

    .product_info_item {
        width: calc(33.333% - 3.5px);
        padding: 16px;
        margin: 0 5px 20px 0
    }

    .product_info_item_title {
        font-size: 13px
    }

    .product_info_item_size {
        font-size: 13px
    }

    .product_button_wrapper {
        flex-flow: row
    }

    .product .product_button_wrapper {
        position: static
    }

    .product_button {
        margin: 0 15px 0 0
    }

    .product_button:last-child {
        margin: 0
    }

    #modal2 {
        margin: 0 15px 0 0
    }

    .additional_options_item {
        width: calc(50% - 10px);
        margin: 0 20px 30px 0
    }

    .additional_options_item:nth-child(2n+2) {
        margin: 0 0 30px
    }

    .additional_options_item_button {
        font-size: 14px
    }

    .our_work {
        padding: 0 0 30px
    }

    .page_our_work {
        padding: 35px 0 80px
    }

    .page_our_work_item {
        width: calc(50% - 15px);
        margin: 0 30px 30px 0
    }

    .page_our_work_item_img {
        height: 240px;
        margin: 0 0 10px
    }

    .work_slider {
        width: 100vw
    }

    .news_catalog {
        flex-flow: row wrap
    }

    .news_article:nth-child(n) {
        width: calc(50% - 10px);
        margin: 0 20px 25px 0
    }

    .news_article:nth-child(2n+2) {
        margin: 0 0 25px
    }

    .footer_top_wrapper, .footer_phone {
        flex-flow: row wrap
    }

    .footer_phone {
        width: 100%;
        justify-content: space-between
    }

    .footer_nav_list {
        width: calc(50% - 10px);
        margin: 0 20px 35px 0
    }

    .footer_nav_list:nth-child(2n+2) {
        margin: 0 0 35px
    }

    .footer_nav ul {
        column-count: 1
    }

    .footer_bottom_wrapper {
        flex-flow: row wrap
    }

    .footer_bottom_left {
        display: flex;
        flex-flow: row;
        align-items: center
    }

    .footer_bottom_right {
        display: flex;
        flex-flow: row;
        justify-content: space-between;
        width: 100%
    }

    .footer_bottom_left .headre_top_left_wrapper {
        flex-flow: row
    }

    .footer_bottom_left .headre_top_left_wrapper {
        align-items: center
    }

    .footer_bottom_left .headre_top_descriptions, .footer_bottom_left .header_top_social {
        margin: 0 25px 0 0
    }

    .footer_bottom_left .headre_top_mail {
        margin: 0 15px 10px 0
    }
}

@media screen and (min-width: 1024px) and (max-width: 1179px) {
    .ham {
        right: 3vw
    }

    .header_middle_wrapper {
        flex-flow: row;
        align-items: center
    }

    .header_middle_left {
        width: 58%
    }

    .header_middle_right {
        display: flex;
        align-items: center;
        width: 42%
    }

    .header_button_wh, .header_button_wh_link {
        margin: 0
    }

    .header_phone_call, .header_button_wh .header_button_wh_title {
        display: none
    }

    .banner_slide {
        height: 360px
    }

    .banner_slide_info .banner_slide_title {
        font-size: 30px
    }

    .banner_slide_info .banner_slide_text {
        max-width: 530px
    }

    .index_descriptions_wrapper {
        flex-flow: row
    }

    .index_descriptions_left {
        width: 50%;
        margin: 0 35px 0 0
    }

    .index_descriptions_right {
        width: calc(50% - 35px)
    }

    .index_descriptions {
        padding: 50px 0
    }

    .triger_wrapper {
        flex-flow: row wrap
    }

    .trigger_item {
        width: calc(33.333% - 14px);
        margin: 0 20px 40px 0
    }

    .trigger_item .trigger_item_img {
        width: 65px
    }

    .trigger_item .trigger_item_info {
        width: calc(100% - 65px)
    }

    .window_profile_item {
        flex-flow: row
    }

    .window_profile_item_img {
        width: 197px;
        height: 340px;
        margin: 0 18px 0 0
    }

    .window_profile_item_desc {
        width: calc(100% - 210px)
    }

    .index_info {
        padding: 50px 0
    }

    .index_info_wrapper {
        flex-flow: row
    }

    .index_info_wrapper:nth-child(odd) .index_info_text, .index_info_wrapper:nth-child(even) .index_info_text {
        width: calc(50% - 50px);
        margin: 0 50px 0 0
    }

    .index_info_wrapper .index_info_text .index_info_title {
        font-size: 24px
    }

    .index_info_wrapper:nth-child(odd) .index_info_img, .index_info_wrapper:nth-child(even) .index_info_img {
        width: 50%
    }

    .index_info_wrapper:nth-child(even) {
        flex-flow: row-reverse
    }

    .advantages {
        margin: 0 0 100px
    }

    .measurer_call_wrapper::before {
        display: block;
        right: -30px
    }

    .catalog_title {
        font-size: 28px
    }

    .product_wrapper {
        flex-flow: row
    }

    .product_img {
        width: 285px;
        height: 215px;
        margin: 0 15px 0 0
    }

    .product_info {
        width: calc(100% - 300px)
    }

    .additional_options_item:nth-child(n) {
        width: calc(25% - 15px);
        margin: 0 20px 30px 0;
        display: flex;
        flex-flow: column;
        height: 100%
    }

    .additional_options_item:nth-child(4n+4) {
        margin: 0 0 30px
    }

    .our_work {
        padding: 0 0 130px
    }

    .page_our_work {
        padding: 35px 0 130px
    }

    .page_our_work_item_img {
        height: 280px
    }

    .page_work {
        padding: 0 0 135px
    }

    .work_slider {
        width: 100vw
    }

    .work_slide {
        height: 380px
    }

    .contacts_wrapper {
        flex-flow: column
    }

    .contacts_map {
        height: 470px
    }

    .contacts_info {
        position: absolute;
        right: 35px;
        top: 50%;
        transform: translate(0, -50%);
        padding: 35px;
        padding-right: 55px
    }

    .contacts_address {
        font-size: 24px;
        margin: 0 0 20px
    }

    .contacts_info_item_title {
        font-size: 20px;
        margin: 0 0 10px
    }

    .contacts_back_call {
        padding: 20px 45px 20px 35px
    }

    .contacts_back_call_title {
        font-size: 30px;
        margin: 0 0 10px
    }

    .back_call_form {
        flex-flow: row
    }

    .back_call_form label {
        margin: 0 20px 0 0;
        width: calc(33.33% - 20px)
    }

    .back_call_form .back_call_form_button {
        width: calc(33.33% - 20px)
    }

    .contacts {
        padding-bottom: 65px
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .modal_form .measurer_call_wrapper {
        width: 100%
    }

    .white-popup {
        padding: 0
    }

    .constructions_product_name li:nth-child(n) {
        width: 100%;
        margin: 0 0 15px
    }

    .news_content img {
        height: auto
    }
}

@media screen and (min-width: 1179px) {
    .ham {
        display: none
    }
}

@media screen and (min-height: 500px) and (max-height: 1080px) and (min-width: 1280px) and (max-width: 1921px) {
    .constructions_product_name {
        margin: 0 auto 20px
    }

    .constructions_product_name li {
        margin: 0 15px 20px 0
    }

    .constructions_product_name li a {
        font-size: 13px;
        padding: 10px 5px
    }

    .product_box_wrapper .product_box_img {
        height: 185px;
        margin: 0 0 20px
    }

    .product_box_wrapper .product_box_text {
        margin: 0 auto 15px
    }

    .product_box_wrapper .product_box_price {
        margin: 0 0 10px
    }
}