@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    background: #fff;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #000;
    min-width: 320px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding-top: 140px;
    box-sizing: border-box;
}
details,
main {
    display: block;
}
h1 {
    font-size: 2em;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"],
legend {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
summary {
    display: list-item;
}
#rate,
[hidden],
template {
    display: none;
}
@media (max-width: 1100px) {
    body {
        padding-top: 98px;
    }
}
@media (max-width: 767px) {
    body {
        padding-top: 66px;
    }
}
.center {
    max-width: 1190px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}
@media (max-width: 1100px) {
    .center {
        max-width: 720px;
    }
}
:active,
:focus,
:hover {
    outline: 0;
    outline-offset: 0;
}
h1,
p {
    margin: 0;
}
.valid-error-container {
    position: relative;
    width: 100%;
    display: block;
    height: 0;
}
.valid-error--phone {
    position: absolute;
    top: -5px;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #d62323;
    margin-top: 5px;
    padding: 5px;
    border-radius: 4px;
    background: #fff;
    display: none;
    box-sizing: border-box;
}
.valid-error--phone.active {
    display: block;
}
@media (max-width: 767px) {
    .valid-error--phone {
        font-size: 11px;
    }
}
.header {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid #dcdce3;
    z-index: 5;
}
.header_top {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
    position: relative;
}
@media (max-width: 1100px) {
    .header_top {
        justify-content: space-between;
    }
}
@media (max-width: 767px) {
    .header_top {
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .header_logo,
    .header_logo svg {
        width: 120px;
        height: 25.71px;
    }
}
.header_logo {
    line-height: 0;
}
.header_contacts_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: auto;
}
@media (max-width: 1100px) {
    .header_contacts_wrapper {
        flex-direction: column;
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .header_contacts_wrapper {
        display: none;
    }
}
.header_contact,
.header_contact a {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 120%;
    text-align: right;
    color: #8996a8;
}
.header_contact a {
    display: block;
    margin-top: 6px;
    font-weight: 600;
    font-size: 16px;
    color: #24282f;
    text-decoration: none;
}
.header_contact a:hover {
    color: #6b778f;
}
.header_contact:not(:last-child) {
    margin-right: 45px;
}
@media (max-width: 1100px) {
    .header_contact span {
        display: none;
    }
    .header_contact:not(:last-child) {
        margin-right: 0;
        margin-bottom: 8px;
    }
    .header_contact a {
        margin-top: 0;
    }
}
.header_button {
    background: #515d6d;
    border: 0;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #fff;
}
.header_button:hover {
    cursor: pointer;
    background: #24282f;
}
.header_button.disabled {
    background: #dcdce3;
    cursor: auto;
}
.header_button--desktop {
    padding-right: 32px;
    padding-left: 32px;
    min-height: 45px;
    margin-left: 70px;
}
.header_button--mobile {
    padding-right: 14px;
    padding-left: 14px;
    min-height: 38px;
    display: none;
    font-size: 14px;
    line-height: 17px;
    margin-left: auto;
    margin-right: 19px;
}
@media (max-width: 1100px) {
    .header_button--desktop {
        display: none;
    }
}
@media (max-width: 767px) {
    .header_button--mobile {
        display: block;
    }
}
.header_menu {
    padding-left: 0;
    margin: 0;
}
.header_menu .center {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 1100px) {
    .header_menu {
        transform: translateX(100%);
        transition: all 0.8s ease-in-out;
        position: fixed;
        top: 98px;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 6;
    }
    .header_menu.active {
        transform: translateX(0);
        transition: all 0.8s ease-in-out;
        overflow: scroll;
    }
    .header_menu .center {
        display: flex;
        flex-direction: column;
        padding-top: 80px;
    }
}
@media (max-width: 767px) {
    .header_menu {
        top: 66px;
        padding: 30px 0;
    }
}
.header_menu-item {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #24282f;
    border-bottom: 4px solid transparent;
    padding-bottom: 18px;
    text-decoration: none;
}
.header_menu-item:not(:last-of-type) {
    margin-right: 4px;
}
.header_menu-item:hover {
    color: #6b778f;
    cursor: pointer;
}
.header_menu-item.active {
    border-bottom: 3px solid #24282f;
    /* font-weight: 500;
    font-size: 14px; */
    padding-bottom: 0;
    margin-bottom: 0;
}

@media (max-width: 1100px) {
    .header_menu-item.active {
    
    padding-bottom: 0;
    margin-bottom: 0;
    }
    .mobil_drop p {
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 0;
    margin-bottom: 0;    
    }
}

@media (max-width: 1100px) {
    .header_menu-item {
        padding-bottom: 2px;
    }
    .header_menu-item:not(:last-of-type) {
        margin-right: 0;
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .header_menu-item {
        font-size: 16px;
        line-height: 20px;
    }
    .header_menu-item:not(:last-of-type) {
        margin-bottom: 15px;
    }
}
.header_burger {
    display: none;
}
@media (max-width: 1100px) {
    .header_burger {
        display: block;
    }
    .header_burger:hover {
        cursor: pointer;
    }
}
.header_menu-button {
    display: none;
}
@media (max-width: 1100px) {
    .header_menu-button {
        display: block;
        margin-top: 80px;
        background: #515d6d;
        font-family: "Montserrat", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        text-align: center;
        color: #fff;
        min-width: 190px;
        min-height: 46px;
        border: 0;
    }
    .header_menu-button:hover {
        background: #24282f;
        cursor: pointer;
    }
    .header_menu-button.disabled {
        background: #dcdce3;
    }
    .header_menu-button.disabled:hover {
        cursor: auto;
        background: #dcdce3;
    }
}
@media (max-width: 767px) {
    .header_menu-button {
        width: 100%;
        margin-top: 30px;
    }
}
@media (min-width: 1100px) {
    .product-about_img > a#gallery {
        height: 65vh;
    }
}
.header_menu-adress {
    display: none;
}
@media (max-width: 1100px) {
    .header_menu-adress {
        display: block;
        font-family: "Montserrat", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
        text-align: center;
        color: #8996a8;
    }
    .header_menu-adress:not(:last-of-type) {
        margin-bottom: 20px;
    }
    .header_menu-adress:first-of-type {
        margin-top: 80px;
    }
}
@media (max-width: 767px) {
    .header_menu-adress:not(:last-of-type) {
        margin-bottom: 10px;
    }
    .header_menu-adress:first-of-type {
        margin-top: 37px;
    }
}
.visuallyHidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.hamburger {
    width: 20px;
    height: 18px;
    position: relative;
}
.hamburger:hover {
    cursor: pointer;
}
.hamburger .bar {
    padding: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    display: block;
    border-radius: 2px;
    transition: all 0.4s ease-in-out;
    position: absolute;
}
.bar1 {
    top: 0;
}
.bar2,
.bar3 {
    top: 8px;
}
.bar3 {
    right: 0;
}
.bar4 {
    bottom: 0;
}
.header_burger.open .checkbox1 + label > .hamburger1 > .bar1 {
    transform: rotate(45deg);
    transform-origin: 5%;
    width: 24px;
}
.header_burger.open .checkbox1 + label > .hamburger1 > .bar2 {
    transform: translateX(-40px);
    background-color: transparent;
}
.header_burger.open .checkbox1 + label > .hamburger1 > .bar3 {
    transform: translateX(40px);
    background-color: transparent;
}
.header_burger.open .checkbox1 + label > .hamburger1 > .bar4 {
    transform-origin: 5%;
    transform: rotate(-45deg);
    width: 24px;
}
.banner {
    background: url(./../img/banner_background.png) no-repeat;
    background-size: cover;
    margin-bottom: 60px;
}
.banner .center {
    display: flex;
    flex-direction: row;
    align-items: center;
}
@media (max-width: 1100px) {
    .banner {
        background: url(./../img/banner_background_tablet.png) no-repeat;
        background-size: cover;
    }
}
@media (max-width: 864px) {
    .banner {
        background-size: contain;
    }
}
@media (max-width: 767px) {
    .banner {
        margin-bottom: 40px;
        padding-bottom: 40px;
        padding-top: 40px;
        background: #F5F5F8;
        /*background-image: url("./../img/banner_background_mobile.webp");*/
        
    }
    .banner .center {
        flex-direction: column;
    }
}
.banner_wrapper {
    padding-top: 96px;
    padding-bottom: 92px;
    flex-grow: 1;
}
@media (max-width: 767px) {
    .banner_wrapper {
        padding-top: 0;
        padding-bottom: 0;
    }
}
.banner_title {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 45px;
    line-height: 120%;
    color: #24282f;
    margin-bottom: 47px;
}
@media (max-width: 767px) {
    .banner_title {
        font-size: 30px;
        margin-bottom: 30px;
    }
}
.banner_advantages {
    display: grid;
    grid-template-columns: minmax(-webkit-min-content, -webkit-max-content) minmax(-webkit-min-content, -webkit-max-content);
    grid-template-columns: minmax(min-content, max-content) minmax(min-content, max-content);
    grid-row-gap: 25px;
    grid-column-gap: 60px;
}
@media (max-width: 767px) {
    .banner_advantages {
        grid-template-columns: 1fr;
        grid-row-gap: 16px;
        grid-column-gap: 0;
    }
}
.bannner_advantage-item {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #24282f;
    position: relative;
    padding-left: 28px;
}
.bannner_advantage-item span,
.installment_advantage_item span {
    font-weight: 600;
}
@media (max-width: 767px) {
    .bannner_advantage-item br {
        display: none;
    }
}
@media (max-width: 1100px) {
    .banner_img {
        display: none;
    }
}
@media (max-width: 767px) {
    .banner_img {
        display: block;
        width: 290px;
        height: 284px;
        margin-top: 40px;
    }
}
.sail {
    background: #6b778f;
    margin-top: 60px;
    margin-bottom: 60px;
}
.sail .center {
    padding-top: 120px;
    padding-bottom: 120px;
    display: grid;
    grid-template: "title link" "list list";
}
@media (max-width: 767px) {
    .sail {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .sail .center {
        padding-top: 80px;
        padding-bottom: 80px;
        grid-template: "title" "list" "link";
    }
}
.sail_title {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 110%;
    color: #fff;
    grid-area: title;
}
@media (max-width: 767px) {
    .sail_title {
        font-size: 26px;
        line-height: 110%;
    }
}
.sail_link {
    grid-area: link;
    border: 1px solid #fff;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    min-width: 220px;
    min-height: 54px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: self-end;
}
.sail_link:hover {
    cursor: pointer;
    background: #24282f;
    border-color: #24282f;
}
.sail_link.disabled,
.sail_link.disabled:hover {
    border: 1px solid #8996a8;
    color: #8996a8;
}
.sail_link.disabled:hover {
    cursor: auto;
    background: #6b778f;
}
@media (max-width: 767px) {
    .sail_link {
        margin-top: 30px;
        justify-self: stretch;
    }
}
.sail_list {
    grid-area: list;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    margin-top: 40px;
}
@media (max-width: 767px) {
    .sail_list {
        grid-gap: 30px;
    }
}
@media (max-width: 1100px) {
    .sail_list {
        grid-template-columns: 1fr;
    }
}
.installment .center,
.sail_item {
    background: #f3f3f6;
    display: flex;
    flex-direction: row;
}
.sail_item {
    align-items: center;
    justify-content: flex-start;
}
@media (max-width: 767px) {
    .sail_item img {
        width: 100%;
    }
    .sail_item {
        flex-direction: column;
    }
}
.sail_wrapper {
    padding: 0 15px 0 40px;
    box-sizing: border-box;
}
@media (max-width: 767px) {
    .sail_wrapper {
        margin-left: 0;
        padding: 24px;
        width: 100%;
        box-sizing: border-box;
    }
}
.sail_count,
.sail_description {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
}
.sail_count {
    font-weight: 600;
    font-size: 36px;
    line-height: 110%;
    color: #a65b48;
    margin-bottom: 14px;
}
.sail_description {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #24282f;
}
.installment {
    margin-top: 60px;
    margin-bottom: 60px;
}
.installment .center {
    padding: 46px 60px;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .installment .center {
        padding: 24px;
    }
    .installment {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
.installment_content-wrapper {
    display: flex;
    flex-direction: column;
}
@media (max-width: 767px) {
    .installment_content-wrapper {
        width: 100%;
        box-sizing: border-box;
        padding: 0;
    }
}
.installment_title {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 110%;
    color: #24282f;
    margin-bottom: 39px;
}
@media (max-width: 767px) {
    .installment_title {
        font-size: 26px;
        line-height: 110%;
        margin-bottom: 23px;
    }
}
.installment_advantage_list {
    display: grid;
    grid-template-columns: minmax(-webkit-min-content, -webkit-max-content) minmax(-webkit-min-content, -webkit-max-content);
    grid-template-columns: minmax(min-content, max-content) minmax(min-content, max-content);
    grid-gap: 40px;
}
@media (max-width: 1100px) {
    .installment_advantage_list {
        grid-template-columns: minmax(-webkit-min-content, -webkit-max-content);
        grid-template-columns: minmax(min-content, max-content);
        grid-gap: 25px;
    }
}
@media (max-width: 767px) {
    .installment_advantage_list {
        grid-gap: 18px;
    }
}
.installment_advantage_item {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #24282f;
    position: relative;
    padding-left: 28px;
}
.bannner_advantage-item::before,
.installment_advantage_item::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.3' cx='7' cy='7' r='7' fill='%23A65B48'/%3E%3Ccircle cx='7' cy='7' r='4' fill='%23A65B48'/%3E%3C/svg%3E%0A");
    position: absolute;
    top: 5px;
    left: 0;
}
@media (max-width: 767px) {
    .installment_advantage_item {
        font-size: 17px;
    }
}
.installment_image span,
.installment_link {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    color: #fff;
    display: flex;
}
.installment_link {
    margin-top: 60px;
    background: #515d6d;
    border: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    min-height: 54px;
    align-self: flex-start;
}
.installment_link:hover {
    cursor: pointer;
    background: #24282f;
}
.installment_link.disabled {
    background: #dcdce3;
}
.installment_link.disabled:hover {
    background: #dcdce3;
    cursor: auto;
}
@media (max-width: 767px) {
    .installment_link {
        align-self: stretch;
        margin-top: 33px;
    }
}
.installment_image {
    background: #a65b48;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 240px;
    flex-shrink: 0;
}
.installment_image span {
    font-weight: 600;
    font-size: 120px;
    line-height: 100%;
    align-items: baseline;
}
.installment_image span span {
    font-weight: 600;
    font-size: 72px;
    line-height: 100%;
}
@media (max-width: 1100px) {
    .installment_image {
        width: 180px;
        height: 180px;
        align-self: flex-end;
    }
}
@media (max-width: 767px) {
    .installment_image {
        display: none;
    }
}
.news {
    padding-top: 60px;
    padding-bottom: 60px;
    display: grid;
    grid-template: "title link" "list list";
}
@media (max-width: 767px) {
    .news {
        grid-template: "title" "list" "link";
    }
}
.news_title {
    grid-area: title;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 110%;
    color: #24282f;
}
@media (max-width: 767px) {
    .news_title {
        font-weight: 600;
        font-size: 26px;
        line-height: 110%;
    }
}
.news_link {
    border: 1px solid #24282f;
    min-width: 220px;
    min-height: 54px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #24282f;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: self-end;
    align-self: flex-start;
    background: #fff;
}
.news_link:hover {
    cursor: pointer;
    background: #24282f;
    color: #fff;
    border-color: #24282f;
}
.news_link.disabled,
.news_link.disabled:hover {
    color: #dcdce3;
    border-color: #dcdce3;
}
.news_link.disabled:hover {
    cursor: auto;
    background: #fff;
}
@media (max-width: 767px) {
    .news_link {
        justify-self: stretch;
        margin-top: 30px;
    }
}
.news_list {
    grid-area: list;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 60px;
    margin-top: 40px;
}
@media (max-width: 1100px) {
    .news_list {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 767px) {
    .news_list {
        grid-template-columns: 1fr;
        grid-row-gap: 30px;
        margin-top: 30px;
    }
}
.company_columns a,
.news_article {
    text-decoration: none;
}
.news_article:hover .news_article-title {
    color: #6b778f;
}
.news_article-img {
    margin-bottom: 18px;
    width: 100%;
}
@media (max-width: 767px) {
    .news_article-img {
        margin-bottom: 14px;
    }
}
.news_article-date {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #6b778f;
    margin-bottom: 12px;
}
@media (max-width: 767px) {
    .news_article-date {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 10px;
    }
}
.company h1,
.company h2,
.company h3,
.news_article-title {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #24282f;
}
.company {
    background: #24282f;
    margin-top: 60px;
}
.company .center {
    padding-top: 120px;
    padding-bottom: 120px;
    display: flex;
    flex-direction: row;
}
@media (max-width: 767px) {
    .company .center {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .company {
        margin-top: 40px;
    }
}
.company_content-wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.company h1,
.company h2,
.company h3 {
    font-weight: 700;
    font-size: 21px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 24px;
}
.company h1:not(:first-of-type),
.company h2:not(:first-of-type),
.company h3:not(:first-of-type) {
    margin-top: 36px;
}
@media (max-width: 1100px) {
    .company h1:not(:first-of-type),
    .company h2:not(:first-of-type),
    .company h3:not(:first-of-type) {
        margin-top: 16px;
    }
}
@media (max-width: 767px) {
    .company h1,
    .company h2,
    .company h3 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 18px;
    }
    .company h1:not(:first-of-type),
    .company h2:not(:first-of-type),
    .company h3:not(:first-of-type) {
        margin-top: 18px;
    }
}
.company p,
.company ul li {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #fff;
}
.company p:not(:last-child) {
    margin-bottom: 24px;
}
.company p a {
    text-decoration: underline;
    color: #fff;
}
.company p a:hover {
    cursor: pointer;
    color: #8996a8;
}
.company p a.disabled {
    color: #515d6d;
}
@media (max-width: 767px) {
    .company p {
        font-size: 13px;
        line-height: 140%;
    }
    .company p:not(:last-of-type) {
        margin-bottom: 18px;
    }
}
.company_columns {
    display: grid;
    grid-template-columns: minmax(-webkit-min-content, -webkit-max-content) minmax(-webkit-min-content, -webkit-max-content);
    grid-template-columns: minmax(min-content, max-content) minmax(min-content, max-content);
    grid-column-gap: 60px;
    grid-row-gap: 16px;
}
@media (max-width: 767px) {
    .company_columns {
        grid-template-columns: minmax(-webkit-min-content, -webkit-max-content);
        grid-template-columns: minmax(min-content, max-content);
    }
}
.company ul {
    padding-left: 17px;
    margin: 0;
}
.company_img-wrapper {
    margin-left: 100px;
}
.company_img-wrapper img:not(:last-child) {
    margin-bottom: 40px;
}
@media (max-width: 1100px) {
    .company_img-wrapper {
        display: none;
    }
}
.footer {
    background: #fff;
    margin-top: auto;
    border-top: 1px solid #dcdce3;
}
.footer .center {
    display: grid;
    grid-template: "company contacts" "developer contacts";
    padding-top: 60px;
    padding-bottom: 60px;
}
@media (max-width: 1100px) {
    .footer .center {
        grid-template: "company" "menu" "contacts" "developer";
    }
}
.footer_company {
    grid-area: company;
}
@media (max-width: 1100px) {
    .footer_company {
        margin-bottom: 40px;
    }
}
.footer_menu {
    display: none;
    grid-area: menu;
}
.footer_menu .header_menu-item {
    display: block;
    text-align: left;
    border: 0;
    padding: 0;
}
@media (max-width: 1100px) {
    .footer_menu {
        display: block;
        margin: 0 0 40px;
        padding: 0;
    }
}
.footer_logo {
    margin-bottom: 14px;
}
.company_information {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #6b778f;
    margin-top: 14px;
}
@media (max-width: 767px) {
    .company_information {
        font-size: 13px;
    }
}
.footer_developer {
    grid-area: developer;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #000;
    align-self: flex-end;
}
.footer_developer svg {
    margin-left: 4px;
}
@media (max-width: 1100px) {
    .footer_developer {
        margin-top: 60px;
    }
}
@media (max-width: 767px) {
    .footer_developer {
        margin-top: 40px;
    }
}
.footer_contacts {
    grid-area: contacts;
    display: grid;
    grid-template-columns: minmax(-webkit-min-content, -webkit-max-content) minmax(-webkit-min-content, -webkit-max-content);
    grid-template-columns: minmax(min-content, max-content) minmax(min-content, max-content);
    grid-column-gap: 120px;
    grid-row-gap: 40px;
    justify-self: self-end;
}
@media (max-width: 1100px) {
    .footer_contacts {
        justify-self: self-start;
    }
}
@media (max-width: 767px) {
    .footer_contacts {
        grid-template-columns: minmax(-webkit-min-content, -webkit-max-content);
        grid-template-columns: minmax(min-content, max-content);
        grid-row-gap: 30px;
    }
}
.footer_contacts-wrapper {
    display: flex;
    flex-direction: column;
}
.footer_phone {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    text-align: right;
    color: #24282f;
    margin-bottom: 10px;
    text-decoration: none;
    white-space: nowrap;
}
.footer_phone:hover {
    color: #6b778f;
}
@media (max-width: 1100px) {
    .footer_phone {
        text-align: left;
    }
}
@media (max-width: 767px) {
    .footer_phone {
        font-size: 16px;
        line-height: 120%;
    }
}
.footer_address {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    color: #24282f;
    margin-top: 8px;
}
@media (max-width: 1100px) {
    .footer_address {
        text-align: left;
    }
}
@media (max-width: 767px) {
    .footer_address {
        font-size: 14px;
        margin-top: 4px;
    }
}
.carusel {
    padding: 60px 0;
}
@media (max-width: 767px) {
    .carusel {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.carusel_header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 15px;
    padding-left: 15px;
}
.carusel_title {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 110%;
    color: #24282f;
}
@media (max-width: 767px) {
    .carusel_title {
        font-size: 26px;
        line-height: 110%;
    }
}
.carusel_link {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #24282f;
    border: 1px solid #24282f;
    text-decoration: none;
    min-width: 220px;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carusel_link:hover {
    cursor: pointer;
    background: #24282f;
    border-color: #24282f;
    color: #fff;
}
.carusel_link.disabled,
.carusel_link.disabled:hover {
    color: #dcdce3;
    border-color: #dcdce3;
}
.carusel_link.disabled:hover {
    cursor: auto;
    background: #fff;
}
.carusel_link--mobile,
.slick-slide.slick-loading img {
    display: none;
}
@media (max-width: 767px) {
    .carusel_link--mobile {
        display: flex;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 30px;
    }
    .carusel_link--decktop {
        display: none;
    }
}
.carusel_carusel {
    position: relative;
    margin-top: 40px;
}
@media (max-width: 767px) {
    .carusel_carusel {
        margin-top: 30px;
    }
}
.carusel_pagination {
    background: #24282f;
    opacity: 0.6;
    border: 0;
    width: 38px;
    height: 54px;
    position: absolute;
    top: calc(50% - 27px);
    z-index: 1;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.carusel_pagination--next {
    right: 15px;
}
.carusel_pagination--prev {
    left: 15px;
}
.carusel_pagination:hover {
    cursor: pointer;
    background: #24282f;
    opacity: 1;
}
.carusel_pagination.disabled {
    opacity: 0.2;
}
.carusel_pagination.disabled:hover {
    opacity: 0.2;
    cursor: auto;
}
.slick-slide {
    padding-right: 15px;
    padding-left: 15px;
}
.carusel_img {
    width: 100%;
}
.carusel_dots {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 40px;
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-end;
    list-style: none;
}
.carusel_dots button {
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
    font-size: 0;
    line-height: 0;
    padding: 0;
}
.carusel_dots button::before,
.payment_dots button::before,
.product-about_dots button::before {
    content: "";
    display: block;
    border: 1px solid #8996a8;
    border-radius: 50%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin-left: 12px;
}
.carusel_dots .slick-active button::before,
.payment_dots .slick-active button::before,
.product-about_dots .slick-active button::before,
ul.installation_dots .slick-active button::before {
    background: #8996a8;
}
@media (max-width: 767px) {
    .carusel_dots {
        justify-content: center;
        margin-top: 30px;
    }
}
.slick-list,
.slick-slider {
    position: relative;
    display: block;
}
.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-initialized .slick-slide,
.slick-slide img {
    display: block;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.modal,
.modal-contacts {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    z-index: 7;
}
.modal-contacts.active,
.modal.active {
    transform: scale(1);
    display: flex;
}
.modal-contacts.active .modal-contacts_wrapper,
.modal.active .modal_form {
    transform: scale(1);
    transition: all 0.5s ease-in-out;
}
.modal-contacts_wrapper,
.modal_form {
    background: #f3f3f6;
    padding: 64px 60px 60px;
    position: relative;
    max-width: 450px;
    width: 100%;
    box-sizing: border-box;
    transform: scale(0);
    transition: all 0.5s ease-in-out;
    margin-right: 15px;
    margin-left: 15px;
}
@media (max-width: 767px) {
    .modal-contacts_wrapper,
    .modal_form {
        padding: 54px 20px 20px;
    }
}
.modal-contacts_close,
.modal_close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: 0 0;
    border: 0;
}
.modal-contacts_close:hover,
.modal_close:hover {
    cursor: pointer;
}
@media (max-width: 767px) {
    .modal-contacts_close,
    .modal_close {
        top: 14px;
        right: 14px;
    }
}
.modal_title {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 26px;
    text-align: center;
    color: #000;
    margin-bottom: 16px;
}
@media (max-width: 767px) {
    .modal_title {
        font-size: 21px;
        line-height: 26px;
        margin-bottom: 20px;
    }
}
.modal_text {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #24282f;
    margin-bottom: 12px;
}
@media (max-width: 767px) {
    .modal_text {
        font-size: 16px;
        line-height: 140%;
        margin-bottom: 8px;
    }
}
.modal_text-input {
    border: 1px solid #dcdce3;
    background: #fff;
    padding: 14px 20px;
    margin-top: 12px;
    width: 100%;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #24282f;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.modal_text-input::-moz-placeholder {
    color: #8996a8;
}
.modal_text-input:-ms-input-placeholder {
    color: #8996a8;
}
.modal_text-input::placeholder {
    color: #8996a8;
}
.modal_text-input:focus,
.modal_text-input:hover {
    border-color: #6b778f;
}
.modal_text-input.valid {
    background: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.99999 15.172L19.192 5.979L20.607 7.393L9.99999 18L3.63599 11.636L5.04999 10.222L9.99999 15.172Z' fill='%2315AF40'/%3E%3C/svg%3E%0A")
            98% center no-repeat,
        #fff;
}
.modal_text-input.invalid {
    background: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12C2 6.477 6.477 2 12 2C17.523 2 22 6.477 22 12C22 17.523 17.523 22 12 22ZM12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20ZM11 15H13V17H11V15ZM11 7H13V13H11V7Z' fill='%23D62323'/%3E%3C/svg%3E%0A")
            98% center no-repeat,
        #fff;
    border-color: #d62323;
}
.modal_submit {
    margin-top: 24px;
    background: #515d6d;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    min-height: 54px;
    border: 0;
}
.modal_submit:hover {
    cursor: pointer;
    background: #24282f;
}
.modal_submit:disabled {
    background: #dcdce3;
}
.modal_submit:disabled:hover {
    background: #dcdce3;
    cursor: auto;
}
@media (max-width: 767px) {
    .modal_submit {
        margin-top: 20px;
    }
}
.modal-contacts_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.modal-contacts_phone {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #24282f;
    margin-bottom: 10px;
    text-decoration: none;
}
.modal-contacts_address,
.modal-contacts_time {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}
.modal-contacts_address {
    line-height: 17px;
    color: #24282f;
    margin-bottom: 24px;
}
.modal-contacts_time {
    line-height: 120%;
    color: #6b778f;
}
.modal-contacts_time:not(:last-of-type) {
    margin-bottom: 4px;
}
.product-card_img {
    width: 100%;
    /*max-height: 50vh;*/
    cursor: pointer;
}
@media (max-width: 1000px) and (orientation: landscape) {
    .product-card_img {
        max-height: 300px;
        width: auto;
        margin: 0 auto;
        display: block;
    }
}
.product-card_model {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #6b778f;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: auto;
}
@media (max-width: 1100px) {
    .product-card_model {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    .product-card_model {
        font-size: 14px;
        margin-bottom: 12px;
    }
}
.product-card_item::before,
.product-card_subtitle {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
}
.product-card_subtitle {
    font-size: 18px;
    line-height: 120%;
    color: #24282f;
    margin-bottom: 27px;
    padding-right: 20px;
    padding-left: 20px;
    text-decoration: none;
    display: block;
    margin-top: 10px;
}
.product-card_subtitle:hover {
    cursor: pointer;
    color: #6b778f;
}
@media (max-width: 1100px) {
    .product-card_subtitle {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    .product-card_subtitle {
        margin-bottom: 16px;
    }
}
.product-card_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
}
@media (max-width: 1100px) {
    .product-card_wrapper {
        padding-bottom: 0;
        padding-right: 0;
        padding-left: 0;
    }
}
.product-card_item {
    position: relative;
    display: flex;
    flex-direction: column;
}
.product-card_item::before {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 14px;
    line-height: 130%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 36px;
}
.product-card_item--hit::before {
    content: "Популярный товар";
    background: #a65b48;
    color: #fff;
}
.product-card_item--sail::before {
    content: "Скидка";
    background: #ffc924;
    color: #24282f;
}
.product-card_price-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.product-card_price {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #1a1d22;
    white-space: nowrap;
}
.product-card_price span {
    font-weight: 600;
    font-size: 32px;
    line-height: 130%;
}
@media (max-width: 767px) {
    .product-card_price {
        font-size: 18px;
    }
    .product-card_price span {
        font-size: 26px;
    }
}
.product-card_about,
.product-card_sail {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
}
.product-card_sail {
    font-size: 19px;
    line-height: 23px;
    text-align: right;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #6b778f;
}
.product-card_about {
    background: #515d6d;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    border: 0;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 146px;
    min-height: 54px;
    margin-left: auto;
}
.product-card_about:hover {
    cursor: pointer;
    background: #24282f;
}
.product-card_about.disabled {
    background: #dcdce3;
}
.product-card_about.disabled:hover {
    background: #dcdce3;
    cursor: auto;
}
@media (max-width: 767px) {
    .product-card_about {
        max-width: 145px;
        max-height: 48px;
    }
}
.catalog {
    display: grid;
    grid-template-areas: "title title" "categories catalog_wrapper" "categories catalog_wrapper" ". pagination";
    grid-template-columns: minmax(-webkit-min-content, 360px) 1fr;
    grid-template-columns: minmax(min-content, 360px) 1fr;
    grid-column-gap: 40px;
    margin-bottom: 60px;
}
@media (max-width: 1100px) {
    .catalog {
        grid-template-areas: "title " "catalog_wrapper" "pagination";
        grid-template-columns: 1fr;
    }
}
@media (max-width: 767px) {
    .catalog {
        margin-bottom: 40px;
    }
}
.catalog_title {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 110%;
    color: #24282f;
    margin-bottom: 36px;
    grid-area: title;
}
@media (max-width: 40px) {
    .catalog_title {
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .catalog_title {
        font-size: 26px;
        line-height: 110%;
    }
}
.catalog_categories {
    grid-area: categories;
    display: flex;
    flex-direction: column;
}
@media (max-width: 1100px) {
    .catalog_categories {
        display: none;
    }
}
.catalog_subtitle {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 26px;
    color: #24282f;
    padding-top: 24px;
    border-top: 1px solid #dcdce3;
    padding-bottom: 5px;
    text-decoration: none;
}
.catalog_subtitle:last-of-type {
    border-bottom: 1px solid #dcdce3;
    padding-bottom: 24px;
}
.catalog_subtitle:not(:first-of-type) {
    margin-top: 24px;
}
.catalog_subtitle.active {
    color: #6b778f;
}
.catalog_subtitle.active:hover {
    cursor: auto;
    color: #6b778f;
}
.catalog_item:hover,
.catalog_subtitle[href]:hover {
    cursor: pointer;
    color: #6b778f;
}
.catalog_item {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 200%;
    color: #24282f;
    margin-top: 5px;
    text-decoration: none;
}
.catalog_item.active {
    color: #6b778f;
    pointer-events: none;
}
.catalog_item.active:hover {
    cursor: auto;
    color: #6b778f;
}
.catalog_wrapper {
    grid-area: catalog_wrapper;
    display: grid;
    grid-template-areas: "catalog_sorting_type" "catalog_list";
    grid-template-columns: 1fr;
    grid-template-rows: minmax(-webkit-min-content, -webkit-max-content) 1fr;
    grid-template-rows: minmax(min-content, max-content) 1fr;
}
@media (max-width: 1100px) {
    .catalog_wrapper {
        grid-template-areas: "catalog_sorting_product catalog_sorting_type" "catalog_list catalog_list";
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 30px;
    }
}
@media (max-width: 767px) {
    .catalog_wrapper {
        grid-template-areas: "catalog_sorting_product" "catalog_sorting_type" "catalog_list";
        grid-template-columns: 1fr;
        grid-column-gap: 40px;
    }
}
.catalog_sorting {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.catalog_sorting--type {
    grid-area: catalog_sorting_type;
}
.catalog_sorting--product {
    grid-area: catalog_sorting_product;
    display: none;
}
@media (max-width: 1100px) {
    .catalog_sorting {
        flex-direction: column;
    }
    .catalog_sorting--product {
        display: flex;
    }
}
@media (max-width: 767px) {
    .catalog_sorting {
        margin-bottom: 20px;
    }
}
.catalog_sorting-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #8996a8;
    margin-right: 20px;
}
@media (max-width: 1100px) {
    .catalog_sorting-title {
        margin-right: 0;
        text-align: left;
        width: 100%;
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .catalog_sorting-title {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 8px;
    }
}
.catalog_sorting-wrapper {
    position: relative;
}
@media (max-width: 1100px) {
    .catalog_sorting-wrapper {
        width: 100%;
    }
}
.catalog_sorting--product .catalog_sorting-selected,
.catalog_sorting--product .catalog_sorting-selected:hover {
    background: #515d6d;
    color: #fff;
    background: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 4H24V6H6V4ZM6 11H24V13H6V11ZM6 18H24V20H6V18Z' fill='white'/%3E%3Cpath d='M0 4H2V6H0V4ZM0 11H2V13H0V11ZM0 18H2V20H0V18Z' fill='white'/%3E%3C/svg%3E%0A")
            95% center no-repeat,
        #515d6d;
}
.catalog_sorting--product .catalog_sorting-selected {
    padding-right: 43px;
}
.catalog_sorting--product .catalog_sorting-selected:hover {
    cursor: pointer;
}
.catalog_sorting-selected {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #6b778f;
    height: 50px;
    padding-right: 25px;
    padding-left: 15px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #24282f;
    background: url("data:image/svg+xml,%0A%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.00023 5.17192L11.9502 0.221924L13.3642 1.63592L7.00023 7.99992L0.63623 1.63592L2.05023 0.221924L7.00023 5.17192Z' fill='%23515D6D'/%3E%3C/svg%3E%0A")
            95% center no-repeat,
        #fff;
    min-width: 320px;
    box-sizing: border-box;
}
.catalog_sorting-selected:hover {
    cursor: pointer;
    color: #6b778f;
    background: url("data:image/svg+xml,%0A%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.00023 5.17192L11.9502 0.221924L13.3642 1.63592L7.00023 7.99992L0.63623 1.63592L2.05023 0.221924L7.00023 5.17192Z' fill='%236B778F'/%3E%3C/svg%3E")
            95% center no-repeat,
        #fff;
}
@media (max-width: 1100px) {
    .catalog_sorting-selected {
        width: 100%;
        min-width: auto;
    }
}
.catalog_sorting-options-list {
    position: absolute;
    top: 49px;
    background: #fff;
    z-index: 1;
    width: 100%;
    box-shadow: 0 3px 20px rgba(36, 40, 47, 0.2);
    transition: height 1s ease-out;
    transform: scaleY(0);
    height: 0;
    overflow-y: scroll;
    max-height: 300px;
    display: flex;
    flex-direction: column;
}
.catalog_sorting-item.open + .catalog_sorting-item--submenu,
.catalog_sorting-wrapper.open .catalog_sorting-options-list {
    transform: scaleY(1);
    transform-origin: top;
    transition: transform 0.4s ease;
    height: auto;
}
.bread-crumbs span,
.bread-crumbs span a,
.catalog_sorting-item {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
}
.catalog_sorting-item {
    font-size: 16px;
    line-height: 20px;
    color: #24282f;
    padding: 13px 13px 13px 30px;
    box-sizing: border-box;
    text-decoration: none;
    display: block;
}
.catalog_sorting-item:hover {
    background: #f3f3f6;
    cursor: pointer;
}
.catalog_sorting-item--title {
    font-weight: 700;
    padding-left: 15px;
    border-bottom: 1px solid #dcdce3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.catalog_sorting-item--title::before {
    content: "";
    width: 9px;
    height: 14px;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.4s ease;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQogICAgPHBhdGggZD0iTTEgMTNMNyA3TDEgMC45OTk5OTkiIHN0cm9rZT0iIzI0MjgyRiIgc3Ryb2tlLXdpZHRoPSIyIj48L3BhdGg+DQogIDwvc3ZnPg==);
}
.catalog_sorting-item.open::before {
    transform: translateY(-50%) rotate(90deg);
}
.catalog_sorting-item--submenu {
    transition: height 1s ease-out;
    transform: scaleY(0);
    height: 0;
}
.catalog_list {
    grid-area: catalog_list;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    margin-top: 40px;
    grid-template-rows: minmax(-webkit-min-content, -webkit-max-content);
    grid-template-rows: minmax(min-content, max-content);
}
@media (max-width: 1100px) {
    .catalog_list {
        grid-gap: 30px;
    }
}
@media (max-width: 767px) {
    .catalog_list {
        grid-template-columns: 1fr;
        grid-gap: 40px;
        margin-top: 20px;
    }
}
.catalog_pagination {
    grid-area: pagination;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-top: 60px;
}
@media (max-width: 767px) {
    .catalog_pagination {
        justify-content: center;
    }
}
.catalog_next,
.catalog_prev {
    width: 33px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.catalog_prev {
    margin-right: 10px;
}
.catalog_next:hover,
.catalog_prev:hover {
    cursor: pointer;
}
.catalog_prev:hover path {
    stroke: #6b778f;
}
.catalog_next.disabled:hover,
.catalog_prev.disabled:hover {
    cursor: auto;
}
.catalog_next.disabled:hover path,
.catalog_prev.disabled path,
.catalog_prev.disabled:hover path {
    stroke: #dcdce3;
}
.catalog_next {
    margin-left: 10px;
    background: #fff;
}
.catalog_next:hover path {
    stroke: #6b778f;
}
.catalog_next.disabled path {
    stroke: #dcdce3;
}
.catalog_page-number,
.search_form input {
    display: flex;
    align-items: center;
    font-family: Montserrat;
    font-style: normal;
    color: #24282f;
}
.catalog_page-number {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    width: 33px;
    height: 33px;
    margin-right: 5px;
    margin-left: 5px;
    justify-content: center;
    text-decoration: none;
}
.catalog_page-number.active {
    background: #24282f;
    color: #fff;
}
.catalog_page-number.active:hover {
    cursor: auto;
    color: #fff;
}
.catalog_page-number:hover,
.contacts_item a:hover,
a.contacts_item-important:hover {
    color: #6b778f;
    cursor: pointer;
}
.catalog_page-number.disabled {
    color: #dcdce3;
}
.catalog_page-number.disabled:hover {
    cursor: auto;
    color: #dcdce3;
}
@media (max-width: 767px) {
    .catalog_page-number {
        margin: 0;
    }
}
.search_form {
    margin-top: 24px;
    position: relative;
}
.search_form input {
    flex-direction: row;
    border: 1px solid #6b778f;
    height: 50px;
    width: 100%;
    padding-right: 50px;
    padding-left: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    min-width: 290px;
    box-sizing: border-box;
}
.search_form button {
    padding: 0;
    line-height: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
}
.search_form button svg {
    width: 20px;
    height: 20px;
}
.mobile_search_form {
    display: none;
    margin: 0;
}
@media (max-width: 1100px) {
    .mobile_search_form {
        display: flex;
    }
}
.bread-crumbs {
    display: block;
    padding-top: 40px;
    padding-bottom: 14px;
}
.bread-crumbs span,
.bread-crumbs span a {
    font-size: 13px;
    line-height: 120%;
    color: #8996a8;
}
.bread-crumbs span a {
    text-decoration: none;
}
.bread-crumbs > span:not(:last-child)::after {
    content: "/";
    margin-right: 3px;
    margin-left: 3px;
}
.bread-crumbs span:not(:last-child) a:hover,
.bread-crumbs span:not(:last-child) a:hover span,
.bread-crumbs span:not(:last-child):hover {
    color: #24282f;
    cursor: pointer;
}
@media (max-width: 767px) {
    .bread-crumbs {
        padding-top: 20px;
        padding-bottom: 16px;
    }
    .bread-crumbs span {
        font-size: 13px;
    }
}
.discounts {
    padding-bottom: 120px;
    display: flex;
    flex-direction: column;
}
@media (max-width: 767px) {
    .discounts {
        padding-bottom: 80px;
    }
}
.discounts_title {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 110%;
    color: #24282f;
    margin-bottom: 36px;
}
@media (max-width: 767px) {
    .discounts_title {
        font-size: 26px;
        line-height: 110%;
        margin-bottom: 40px;
    }
}
.discounts_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
}
@media (max-width: 1100px) {
    .discounts_list {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 30;
        grid-row-gap: 40px;
    }
}
@media (max-width: 767px) {
    .discounts_list {
        grid-template-columns: 1fr;
        grid-row-gap: 30px;
    }
}
.discounts_img {
    width: 100%;
}
@media (max-width: 767px) {
    .product-about {
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .product-about_title {
        font-size: 26px;
        line-height: 110%;
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .product-about_wrapper {
        margin-bottom: 30px;
        flex-direction: column;
        align-items: stretch;
    }
}
@media (max-width: 1100px) {
    .product-about_img-list {
        max-height: 570px;
    }
}
@media (max-width: 767px) {
    .product-about_img-list {
        order: 2;
        flex-direction: row;
        height: auto;
        flex-wrap: wrap;
    }
}
@media (max-width: 767px) {
    .product-about_miniature {
        width: 90px;
        height: 90px;
    }
    .product-about_miniature:not(:last-child) {
        margin-bottom: 0;
        margin-right: 10px;
    }
}
/*11111*/
.product-about_img img {
    width: 100%;
    height: 100%;
    /*
        max-height: 590px;
    max-width: 500px;
    */

    -o-object-fit: cover;
    object-fit: contain;
    aspect-ratio: 1 / 1;
}
@media (max-width: 1100px) {
    .product-about_img {
        width: 570px;
        height: 570px;
    }
}
@media (max-width: 767px) {
    .product-about_img {
        order: 1;
        width: auto;
        height: auto;
        max-height: 80vh;
        margin-bottom: 20px;
    }
}
@media (max-width: 1100px) {
    .product-about_advantages {
        display: none;
    }
}
@media (max-width: 767px) {
    .product-about_tabel-title {
        font-size: 21px;
        line-height: 110%;
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .product-about_decktop-wrapper {
        display: none;
    }
}
@media (max-width: 1100px) {
    .product-about_cell span {
        margin-right: 0;
    }
    .product-about_cell {
        flex-direction: column;
        justify-content: center;
    }
}
@media (max-width: 767px) {
    .product-about_mobile-wrapper {
        display: block;
        padding-bottom: 58px;
        position: relative;
    }
}
.product-about_dots button {
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
    font-size: 0;
    line-height: 0;
    padding: 0;
}
@media (max-width: 767px) {
    .product-about_tabel-description {
        font-size: 14px;
        line-height: 17px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .product-about_get {
        max-width: none;
    }
}
.additionally {
    display: flex;
    flex-direction: column;
    margin-top: 60px;
    margin-bottom: 60px;
}
@media (max-width: 767px) {
    .additionally {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
.additionally_title {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 110%;
    color: #24282f;
    margin-bottom: 36px;
}
@media (max-width: 1100px) {
    .additionally_title {
        font-size: 26px;
        line-height: 110%;
        margin-bottom: 30px;
    }
}
.additionally_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 60px;
}
@media (max-width: 1100px) {
    .additionally_list {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 30px;
        grid-row-gap: 82px;
    }
}
@media (max-width: 767px) {
    .additionally_list {
        grid-template-columns: 1fr;
        grid-row-gap: 40px;
    }
}
.additionally_item {
    display: flex;
    flex-direction: column;
}
.additionally_img {
    width: 100%;
    margin-bottom: 24px;
}
.additionally_subtitle {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #24282f;
    margin-bottom: 24px;
}
@media (max-width: 767px) {
    .additionally_subtitle {
        font-size: 18px;
        line-height: 120%;
    }
}
.additionally_link {
    border: 1px solid #24282f;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #24282f;
    max-width: 200px;
    min-height: 54px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin-top: auto;
}
.additionally_link:hover {
    cursor: pointer;
    background: #24282f;
    color: #fff;
}
.additionally_link.disabled {
    border-color: 1px solid #dcdce3;
    color: #dcdce3;
}
.additionally_link.disabled:hover {
    cursor: auto;
    color: #24282f;
    background: #fff;
}
@media (max-width: 767px) {
    .additionally_link {
        max-width: none;
    }
}
.materials {
    display: flex;
    flex-direction: column;
    margin-top: 60px;
    margin-bottom: 60px;
}
@media (max-width: 767px) {
    .materials {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
.material_title {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 110%;
    color: #24282f;
    margin-bottom: 36px;
}
@media (max-width: 767px) {
    .material_title {
        font-size: 26px;
        line-height: 110%;
        margin-bottom: 30px;
    }
}
.material_list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 40px;
}
@media (max-width: 1100px) {
    .material_list {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 30px;
    }
}
@media (max-width: 767px) {
    .material_list {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }
}
.installation_slider img,
.material_img {
    width: 100%;
}
.elements {
    display: flex;
    flex-direction: column;
    margin-top: 60px;
    margin-bottom: 60px;
}
@media (max-width: 767px) {
    .elements {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
.elements_title {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 110%;
    color: #24282f;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .elements_title {
        font-size: 26px;
        line-height: 110%;
    }
}
.elements_subtitle {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #000;
    margin-bottom: 40px;
    display: block;
    max-width: 660px;
}
@media (max-width: 767px) {
    .elements_subtitle {
        font-size: 16px;
        line-height: 140%;
    }
}
.elements_img {
    width: 100%;
    max-height: 70vh;
    -o-object-fit: contain;
    object-fit: contain;
}
.questions {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
}
@media (max-width: 767px) {
    .questions {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.questions_title {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 110%;
    color: #24282f;
    margin-bottom: 43px;
    align-self: flex-start;
}
@media (max-width: 767px) {
    .questions_title {
        font-size: 26px;
        line-height: 110%;
    }
}
.questions_item {
    border-top: 1px solid #dcdce3;
    padding-top: 36px;
    padding-bottom: 18px;
    width: 100%;
}
.questions_item:last-of-type {
    border-bottom: 1px solid #dcdce3;
}
@media (max-width: 767px) {
    .questions_item {
        padding-top: 26px;
        padding-bottom: 13px;
    }
}
.quesrions_checkbox {
    display: none;
}
.questions_question {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    color: #24282f;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 18px;
}
.questions_question:hover {
    cursor: pointer;
    color: #515d6d;
}
.questions_question:hover .questions_button {
    background: #515d6d;
}
.questions_question svg {
    transform: rotate(0);
    transition: transform 0.3s ease-in-out;
    flex-shrink: 0;
}
@media (max-width: 767px) {
    .questions_question {
        font-size: 18px;
        line-height: 120%;
        margin-bottom: 13px;
    }
}
.question_answer {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #000;
    padding-right: 164px;
    overflow: hidden;
    max-height: 0;
}
.question_answer a {
    text-decoration: none;
    color: #000;
}
@media (max-width: 1100px) {
    .question_answer {
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .question_answer {
        font-size: 16px;
        line-height: 140%;
    }
}
.quesrions_checkbox:checked + .questions_question svg {
    stroke: #000;
    transform: rotate(45deg);
    transition: transform 0.3s ease-in-out;
}
.quesrions_checkbox:checked ~ .question_answer {
    max-height: 100vh;
    transition: all 1s ease-in-out 0.05s;
}
.questions_button {
    width: 36px;
    height: 36px;
    background: #515d6d;
    border: 0;
    padding: 0;
    flex-shrink: 0;
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 767px) {
    .questions_button {
        width: 30px;
        height: 30px;
    }
    .questions_button svg {
        width: 13.33px;
        height: 13.33px;
    }
}
.product-about {
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
}
.product-about .slick-slide {
    padding: 0;
}
@media (max-width: 767px) {
    .product-about {
        margin-bottom: 40px;
    }
}
.product-about_title {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 110%;
    color: #24282f;
    margin-bottom: 36px;
}
@media (max-width: 767px) {
    .product-about_title {
        font-size: 26px;
        line-height: 110%;
        margin-bottom: 30px;
    }
}
.product-about_wrapper {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    margin-bottom: 60px;
}
@media (max-width: 767px) {
    .product-about_wrapper {
        margin-bottom: 30px;
        flex-direction: column;
        align-items: stretch;
    }
}
.product-about_img-list {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
    height: 70vh;
    height: 580px;
    flex-shrink: 0;
}
@media (max-width: 1100px) {
    .product-about_img-list {
        max-height: 570px;
    }
}
@media (max-width: 767px) {
    .product-about_img-list {
        order: 2;
        flex-direction: row;
        height: auto;
        flex-wrap: wrap;
    }
}
.product-about_miniature {
    box-sizing: border-box;
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    border: 2px solid transparent;
}
.product-about_miniature:not(:last-child) {
    margin-bottom: 20px;
}
.product-about_miniature:hover {
    cursor: pointer;
}
.product-about_miniature.active {
    border-color: #8996a8;
}
@media (max-width: 767px) {
    .product-about_miniature {
        width: 90px;
        height: 90px;
    }
    .product-about_miniature:not(:last-child) {
        margin-bottom: 0;
        margin-right: 10px;
    }
}
.product-about_img,
.product-about_img::before {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-about_img {
    flex-grow: 1;
    width: 580px;
    height: 70vh;
    max-height: 580px;
    position: relative;
    flex-shrink: 0;
}
.product-about_img::before {
    position: absolute;
    top: 12px;
    left: 12px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 36px;
}
.product-about_img--hit::before {
    content: "ПОПУЛЯРНЫЙ ТОВАР";
    background: #a65b48;
    color: #fff;
}
.product-about_img--sail::before {
    content: "Скидка";
    background: #ffc924;
    color: #24282f;
}
@media (max-width: 1100px) {
    .product-about_img {
        width: 570px;
        height: 570px;
    }
}
@media (max-width: 767px) {
    .product-about_img {
        order: 1;
        width: auto;
        height: auto;
        max-height: 80vh;
        margin-bottom: 20px;
    }
}
.product-about_advantages {
    display: flex;
    flex-direction: column;
    background: #f3f3f6;
    padding: 40px;
    margin-left: 60px;
    max-width: 400px;
    box-sizing: border-box;
}
@media (max-width: 1100px) {
    .product-about_advantages {
        display: none;
    }
}
.product-about_advantages-title {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 26px;
    color: #000;
    margin-bottom: 24px;
}
.product-about_advantages-point {
    padding-left: 28px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #24282f;
    position: relative;
}
.product-about_advantages-point span {
    font-weight: 700;
}
.product-about_advantages-point::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("data:image/svg+xml,%0A%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.3' cx='7' cy='7' r='7' fill='%23A65B48'/%3E%3Ccircle cx='7' cy='7' r='4' fill='%23A65B48'/%3E%3C/svg%3E%0A")
        center no-repeat;
    position: absolute;
    top: 3px;
    left: 0;
}
.product-about_advantages-point:not(:last-of-type) {
    margin-bottom: 24px;
}
.product-about_advantages-subtitle {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #000;
    margin-top: 52px;
    margin-bottom: 12px;
}
.product-about_advantages-text-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 12px;
    background: #fff;
    border: 1px solid #dcdce3;
    box-sizing: border-box;
    padding: 14px 20px;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #24282f;
}
.product-about_advantages-text-input::-moz-placeholder {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #8996a8;
}
.product-about_advantages-text-input:-ms-input-placeholder {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #8996a8;
}
.product-about_advantages-text-input::placeholder {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #8996a8;
}
.product-about_advantages-text-input:focus,
.product-about_advantages-text-input:hover {
    border: 1px solid #6b778f;
}
.product-about_advantages-text-input.valid {
    background: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.99999 15.172L19.192 5.979L20.607 7.393L9.99999 18L3.63599 11.636L5.04999 10.222L9.99999 15.172Z' fill='%2315AF40'/%3E%3C/svg%3E%0A")
            98% center no-repeat,
        #fff;
}
.product-about_advantages-text-input.invalid {
    background: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12C2 6.477 6.477 2 12 2C17.523 2 22 6.477 22 12C22 17.523 17.523 22 12 22ZM12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20ZM11 15H13V17H11V15ZM11 7H13V13H11V7Z' fill='%23D62323'/%3E%3C/svg%3E%0A")
            98% center no-repeat,
        #fff;
    border-color: #d62323;
}
.product-about_advantages-submit {
    background: #515d6d;
    border: 0;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    margin-top: 24px;
    width: 100%;
    box-sizing: border-box;
    padding-top: 17px;
    padding-bottom: 17px;
}
.product-about_advantages-submit:hover {
    background: #24282f;
    cursor: pointer;
}
.product-about_advantages-submit:disabled {
    cursor: auto;
    background: #dcdce3;
}
.product-about_tabel {
    display: flex;
    flex-direction: column;
}
.product-about_tabel-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 110%;
    color: #24282f;
    margin-bottom: 26px;
}
@media (max-width: 767px) {
    .product-about_tabel-title {
        font-size: 21px;
        line-height: 110%;
        margin-bottom: 20px;
    }
}
.product-about_decktop-wrapper {
    display: flex;
    flex-direction: column;
}
@media (max-width: 767px) {
    .product-about_decktop-wrapper {
        display: none;
    }
}
.product-about_row {
    border-top: 1px solid #dcdce3;
    display: flex;
    flex-direction: row;
}
.product-about_row:last-child {
    border-bottom: 1px solid #dcdce3;
}
.product-about_row:hover .product-about_cell {
    background: #f3f3f6;
}
.product-about_cell {
    padding: 24px 20px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #24282f;
    flex-basis: 25%;
    display: flex;
    flex-direction: row;
}
.product-about_cell:first-child {
    font-weight: 600;
}
.product-about_cell:not(:first-child) {
    flex-grow: 1;
}
.product-about_cell span {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #6b778f;
    margin-right: 10px;
}
@media (max-width: 1100px) {
    .product-about_cell span {
        margin-right: 0;
    }
    .product-about_cell {
        flex-direction: column;
        justify-content: center;
    }
}
.product-about_mobile-wrapper {
    display: none;
}
@media (max-width: 767px) {
    .product-about_mobile-wrapper {
        display: block;
        padding-bottom: 58px;
        position: relative;
    }
}
.product-about_card {
    background: #f3f3f6;
    padding: 24px;
    box-sizing: border-box;
}
.product-about_subtitle,
.product-about_text {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    line-height: 140%;
    color: #24282f;
}
.product-about_subtitle {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 3px;
}
.product-about_text {
    font-weight: 400;
    font-size: 18px;
}
.product-about_text:not(:last-of-type) {
    margin-bottom: 12px;
}
.product-about_text:last-child {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #24282f;
}
.product-about_text span {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #6b778f;
    margin-right: 10px;
}
.product-about_pagination {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #24282f;
    width: 38px;
    height: 38px;
    border: 0;
    padding: 0;
}
.product-about_pagination:disabled {
    background: #dcdce3;
}
.product-about_pagination--prev {
    right: 50px;
}
.product-about_dots {
    position: absolute;
    padding: 0;
    margin: 0;
    bottom: 0;
    left: 0;
    display: flex !important;
    flex-direction: row;
    justify-content: flex-start;
    list-style: none;
}
.product-about_tabel-description {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #6b778f;
    margin-top: 24px;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .product-about_tabel-description {
        font-size: 14px;
        line-height: 17px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
.product-about_get {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: #fff;
    background: #515d6d;
    max-width: 274px;
    min-height: 64px;
    border: 0;
}
.product-about_get:hover {
    cursor: pointer;
    background: #24282f;
}
.product-about_get:disabled {
    background: #dcdce3;
}
.product-about_get:disabled:hover {
    background: #dcdce3;
    cursor: auto;
}
@media (max-width: 767px) {
    .product-about_get {
        max-width: none;
    }
}
.payment {
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
}
@media (max-width: 767px) {
    .payment {
        margin-bottom: 40px;
    }
}
.payment_title {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 110%;
    color: #24282f;
    margin-bottom: 36px;
}
@media (max-width: 767px) {
    .payment_title {
        font-weight: 600;
        font-size: 26px;
        line-height: 110%;
        margin-bottom: 30px;
    }
}
.installation_item h3,
.payment_subtitle {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 26px;
    color: #24282f;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .payment_subtitle {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 18px;
    }
}
.payment_text {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #24282f;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .payment_text {
        font-size: 14px;
        line-height: 140%;
        margin-bottom: 30px;
    }
}
.payment_list {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}
.payment_list .slick-slide {
    padding: 0;
}
@media (max-width: 767px) {
    .payment_list {
        margin-top: 2px;
        padding-bottom: 58px;
    }
}
.payment_item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px solid #dcdce3;
    padding: 24px 0;
}
.payment_item:last-of-type {
    border-bottom: 1px solid #dcdce3;
}
@media (max-width: 1100px) {
    .payment_item {
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .payment_item {
        background: #f3f3f6;
        border: 0;
        padding: 24px;
        box-sizing: border-box;
    }
    .payment_item:last-of-type {
        border: 0;
    }
}
.payment_img {
    margin-right: 60px;
    max-width: 200px;
    max-height: 127px;
}
@media (max-width: 1100px) {
    .payment_img {
        margin-bottom: 18px;
    }
}
@media (max-width: 767px) {
    .payment_img {
        width: 100%;
        max-width: none;
        max-height: none;
    }
}
.payment_conditions {
    display: grid;
    grid-template-columns: minmax(87px, -webkit-max-content) minmax(159px, -webkit-max-content) minmax(159px, -webkit-max-content);
    grid-template-columns: minmax(87px, max-content) minmax(159px, max-content) minmax(159px, max-content);
    flex-grow: 1;
    grid-column-gap: 50px;
    align-content: center;
}
@media (max-width: 1100px) {
    .payment_conditions {
        grid-template-columns: minmax(87px, -webkit-max-content) minmax(159px, -webkit-max-content) 1fr;
        grid-template-columns: minmax(87px, max-content) minmax(159px, max-content) 1fr;
        grid-column-gap: 30px;
    }
}
@media (max-width: 767px) {
    .payment_conditions {
        grid-template-columns: 1fr;
        grid-gap: 18px;
    }
}
.payment_condition {
    display: flex;
    flex-direction: column;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #6b778f;
}
.payment_condition span {
    margin-top: 8px;
    font-size: 18px;
    line-height: 120%;
    color: #24282f;
}
.payment_condition--time span {
    font-weight: 600;
}
@media (max-width: 767px) {
    .payment_condition {
        font-size: 13px;
        line-height: 16px;
    }
    .payment_condition span {
        margin-top: 5px;
        font-size: 16px;
        line-height: 120%;
    }
}
.payment_pagination {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #24282f;
    width: 38px;
    height: 38px;
    border: 0;
    padding: 0;
}
.payment_pagination:disabled {
    background: #dcdce3;
}
.payment_pagination--prev {
    right: 50px;
}
.payment_dots {
    position: absolute;
    padding: 0;
    margin: 0;
    bottom: 0;
    left: 0;
    display: flex !important;
    flex-direction: row;
    justify-content: flex-start;
    list-style: none;
}
.payment_dots button,
ul.installation_dots button {
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
    font-size: 0;
    line-height: 0;
    padding: 0;
}
.installation_item {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}
.installation_item:not(:first-of-type) {
    margin-top: 120px;
}
@media (max-width: 767px) {
    .installation_item {
        margin-bottom: 30px;
    }
    .installation_item:not(:first-of-type) {
        margin-top: 80px;
    }
}
.installation_item h1,
.installation_item h2 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 110%;
    color: #24282f;
    max-width: 860px;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .installation_item h1,
    .installation_item h2 {
        font-size: 26px;
        line-height: 110%;
        margin-bottom: 30px;
    }
}
.installation_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
@media (max-width: 1100px) {
    .installation_wrapper {
        flex-direction: column;
    }
}
.installation_content-wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.installation_img-wrapper {
    flex-basis: 460px;
    margin-left: 80px;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end;
}
@media (max-width: 1100px) {
    .installation_img-wrapper {
        justify-content: flex-start;
        margin-left: 0;
        margin-top: 40px;
        flex-basis: auto;
    }
}
@media (max-width: 767px) {
    .installation_img-wrapper {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .installation_item h3 {
        font-size: 18px;
        line-height: 22px;
    }
}
.installation_item h4,
.installation_item h5,
.installation_item p,
.installation_item ul {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #24282f;
}
@media (max-width: 767px) {
    .installation_item p {
        font-size: 14px;
        line-height: 160%;
    }
    .installation_item p--prompt {
        font-size: 14px;
    }
    .installation_item p--attantion {
        font-size: 16px;
    }
}
.installation_item h4,
.installation_item h5,
.installation_item ul {
    font-size: 14px;
    line-height: 140%;
    color: #6b778f;
}
.installation_item h5,
.installation_item ul {
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    color: #24282f;
    margin-bottom: 24px;
}
.installation_text ~ .installation_subtitle {
    margin-top: 40px;
}
@media (max-width: 767px) {
    .installation_text ~ .installation_subtitle {
        margin-top: 20px;
    }
}
.installation_item ul {
    padding-left: 22px;
    margin-top: 0;
    font-weight: 400;
}
@media (max-width: 767px) {
    .installation_item ul {
        margin-bottom: 20px;
        font-size: 14px;
    }
}
.installation_article {
    display: flex;
    flex-direction: column;
    max-width: 360px;
    text-decoration: none;
}
.gallery_list img:hover,
.installation_article:hover {
    cursor: pointer;
}
.installation_article:hover .installation_article-title {
    color: #6b778f;
}
@media (max-width: 1100px) {
    .installation_article {
        max-width: none;
    }
}
@media (max-width: 767px) {
    .installation_article {
        max-width: none;
        width: 100%;
    }
}
.installation_article-img {
    margin-bottom: 18px;
}
@media (max-width: 767px) {
    .installation_article-img {
        margin-bottom: 14px;
    }
}
.installation_article-date {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #6b778f;
    margin-bottom: 12px;
}
@media (max-width: 767px) {
    .installation_article-date {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 10px;
    }
}
p.installation_article-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #24282f;
}
@media (max-width: 767px) {
    p.installation_article-title {
        font-size: 18px;
        line-height: 120%;
    }
}
.installation_slider {
    max-width: 480px;
    padding-bottom: 36px;
    position: relative;
}
.installation_slider .slick-slide {
    padding: 0;
}
@media (max-width: 767px) {
    .installation_slider {
        max-width: none;
        width: 100%;
        padding-bottom: 0;
    }
}
.installation_pagination {
    position: absolute;
    top: calc(50% - 19px);
    background: #24282f;
    width: 38px;
    height: 54px;
    border: 0;
    padding: 0;
    z-index: 1;
    opacity: 0.6;
}
.installation_pagination:disabled {
    background: #dcdce3;
}
.installation_pagination--prev {
    left: 0;
}
.installation_pagination--next {
    right: 0;
}
.installation_pagination:hover {
    cursor: pointer;
    opacity: 1;
}
ul.installation_dots {
    position: absolute;
    padding: 0;
    margin: 0;
    bottom: 0;
    left: 0;
    display: flex !important;
    flex-direction: row;
    justify-content: flex-start;
    list-style: none;
}
ul.installation_dots button::before {
    content: "";
    display: block;
    border: 1px solid #8996a8;
    border-radius: 50%;
    background: #fff;
    width: 12px;
    height: 12px;
}
ul.installation_dots li:not(:first-of-type) button::before {
    margin-left: 12px;
}
@media (max-width: 767px) {
    ul.installation_dots {
        position: relative;
        margin-top: 30px;
        justify-content: center;
    }
}
.installation_table {
    margin-bottom: 60px;
}
@media (max-width: 767px) {
    .installation_table {
        margin-bottom: 40px;
    }
}
.installation_table-title {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 26px;
    color: #24282f;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .installation_table-title {
        font-size: 18px;
        line-height: 22px;
    }
}
.installation_row {
    border-top: 1px solid #dcdce3;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #24282f;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 24px 20px;
}
.installation_row:hover {
    background: #f3f3f6;
}
.installation_row:last-child {
    border-bottom: 1px solid #dcdce3;
}
@media (max-width: 1100px) {
    .installation_row {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    .installation_row {
        flex-direction: column;
        justify-content: flex-start;
        font-size: 16px;
        line-height: 120%;
    }
}
.installation_table-price {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    white-space: nowrap;
}
@media (max-width: 767px) {
    .installation_table-price {
        font-size: 16px;
        line-height: 120%;
        margin-top: 12px;
    }
}
.gallery {
    padding-bottom: 120px;
}
.gallery_title {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 110%;
    color: #24282f;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .gallery_title {
        font-size: 26px;
        line-height: 110%;
        margin-bottom: 30px;
    }
}
.gallery_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
}
.gallery_list img {
    width: 100%;
    height: 100%;
    max-height: 80vh;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 1100px) {
    .gallery_list {
        grid-gap: 30px;
    }
}
@media (max-width: 767px) {
    .gallery_list {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    .gallery_list img {
        -o-object-fit: contain;
        object-fit: contain;
        width: 100%;
        height: auto;
    }
}
.gallery_button {
    margin-top: 60px;
    background: #515d6d;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    max-width: 220px;
    min-height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
}
.gallery_button:hover {
    background: #24282f;
    cursor: pointer;
}
.gallery_button.disabled {
    background: #dcdce3;
}
.gallery_button.disabled:hover {
    cursor: auto;
    background: #dcdce3;
}
@media (max-width: 767px) {
    .gallery_button {
        max-width: none;
    }
}
.gallery_modal {
    display: none;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
}
.gallery_modal.active {
    display: flex;
}
.gallery_modal-wrapper {
    position: relative;
    margin-right: 15px;
    margin-left: 15px;
}
.gallery_modal-wrapper img {
    max-width: 100%;
    max-height: 80vh;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.gallery_modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #fff;
    border: 0;
    border-radius: 4px;
    padding: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery_modal-close:hover {
    cursor: pointer;
}
.articles {
    padding-bottom: 120px;
}
.articles.article_page {
    padding-bottom: 80px;
}
@media (max-width: 767px) {
    .articles {
        padding-bottom: 80px;
    }
    .articles.article_page {
        padding-bottom: 40px;
    }
}
.articles_title {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 110%;
    color: #24282f;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .articles_title {
        font-weight: 600;
        font-size: 26px;
        line-height: 110%;
        margin-bottom: 30px;
    }
}
.articles_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px 60px;
}
@media (max-width: 1100px) {
    .articles_list {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px 60px;
    }
}
@media (max-width: 767px) {
    .articles_list {
        grid-template-columns: 1fr;
        grid-gap: 40px;
    }
}
.articles_article {
    text-decoration: none;
}
.articles_article:hover {
    cursor: pointer;
}
.articles_article:hover .articles_caption {
    color: #6b778f;
}
.articles_img {
    margin-bottom: 18px;
    width: 100%;
}
@media (max-width: 767px) {
    .articles_img {
        margin-bottom: 14px;
    }
}
.articles_date {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #6b778f;
    margin-bottom: 12px;
}
@media (max-width: 767px) {
    .articles_date {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 10px;
    }
}
.articles_caption {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #24282f;
}
@media (max-width: 767px) {
    .articles_caption {
        font-size: 18px;
        line-height: 120%;
    }
}
.article_page ol,
.article_page ul {
    padding-left: 17px;
}
.article_page h1,
.article_page li,
.article_page p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    color: #24282f;
}
.article_page li,
.article_page p {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 24px;
    max-width: 760px;
}
@media (max-width: 1100px) {
    .article_page li,
    .article_page p {
        max-width: none;
    }
}
@media (max-width: 767px) {
    .article_page li,
    .article_page p {
        font-size: 16px;
        line-height: 160%;
        margin-bottom: 20px;
    }
}
.article_page h1 {
    font-weight: 600;
    font-size: 36px;
    line-height: 110%;
    margin-top: 0;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .article_page h1 {
        font-size: 26px;
        line-height: 110%;
        margin-bottom: 30px;
    }
}
.article_page h2,
.article_page h3 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
}
.article_page h2 {
    font-weight: 700;
    font-size: 21px;
    line-height: 26px;
    color: #24282f;
    margin-top: 0;
    margin-bottom: 20px;
    max-width: 760px;
}
@media (max-width: 1100px) {
    .article_page h2 {
        max-width: none;
    }
}
@media (max-width: 767px) {
    .article_page h2 {
        font-size: 18px;
        line-height: 22px;
    }
}
.article_page h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #515d6d;
    margin-bottom: 12px;
}
@media (max-width: 767px) {
    .article_page h3 {
        font-size: 14px;
        line-height: 17px;
    }
}
.article_page img {
    margin-top: 16px;
    margin-bottom: 40px;
    max-width: 460px;
}
@media (max-width: 767px) {
    .article_page img {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 30px;
        max-width: none;
    }
}
.article_page .bread-crumbs {
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .article_page .bread-crumbs {
        margin-bottom: 30px;
    }
}
.contacts {
    padding-bottom: 120px;
    display: grid;
    grid-template: "title title" "description feedback" "contacts_list feedback" "map map";
    grid-column-gap: 100px;
}
@media (max-width: 1100px) {
    .contacts {
        grid-template: "title" "description" "contacts_list" "feedback" "map";
        grid-column-gap: 0;
    }
}
@media (max-width: 767px) {
    .contacts {
        padding-bottom: 80px;
        grid-template: "title" "description" "contacts_list" "feedback" "map";
    }
}
.contacts_title {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 110%;
    color: #24282f;
    margin-bottom: 40px;
    grid-area: title;
}
@media (max-width: 767px) {
    .contacts_title {
        font-size: 26px;
        line-height: 110%;
        margin-bottom: 20px;
    }
}
.contacts_subtitle {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #24282f;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .contacts_subtitle {
        font-size: 16px;
        line-height: 160%;
        margin-bottom: 40px;
    }
}
.contacts_feedback {
    background: #f3f3f6;
    max-width: 360px;
    grid-area: feedback;
    padding: 40px;
    box-sizing: border-box;
    align-self: flex-start;
}
@media (max-width: 1100px) {
    .contacts_feedback {
        justify-self: center;
        max-width: 450px;
        padding: 40px 60px;
    }
}
@media (max-width: 767px) {
    .contacts_feedback {
        margin-top: 40px;
        padding: 24px;
        width: 100%;
        max-width: none;
    }
}
.contacts_feedback-title {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 26px;
    text-align: center;
    color: #000;
    margin-bottom: 16px;
}
@media (max-width: 767px) {
    .contacts_feedback-title {
        font-size: 21px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 14px;
    }
}
.contacts_feedback-subtitle {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #24282f;
    margin-bottom: 12px;
}
@media (max-width: 767px) {
    .contacts_feedback-subtitle {
        font-size: 16px;
        line-height: 140%;
        text-align: center;
        margin-bottom: 8px;
    }
}
.contacts_feedback-text-input {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #dcdce3;
    margin-top: 12px;
    padding: 14px 20px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #24282f;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.contacts_feedback-text-input:focus,
.contacts_feedback-text-input:hover {
    border-color: #6b778f;
}
.contacts_feedback-text-input.valid {
    background: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.99999 15.172L19.192 5.979L20.607 7.393L9.99999 18L3.63599 11.636L5.04999 10.222L9.99999 15.172Z' fill='%2315AF40'/%3E%3C/svg%3E%0A")
            98% center no-repeat,
        #fff;
}
.contacts_feedback-text-input.invalid {
    background: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12C2 6.477 6.477 2 12 2C17.523 2 22 6.477 22 12C22 17.523 17.523 22 12 22ZM12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20ZM11 15H13V17H11V15ZM11 7H13V13H11V7Z' fill='%23D62323'/%3E%3C/svg%3E%0A")
            98% center no-repeat,
        #fff;
    border-color: #d62323;
}
.contacts_feedback-text-input::-moz-placeholder {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #8996a8;
}
.contacts_feedback-text-input:-ms-input-placeholder {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #8996a8;
}
.contacts_feedback-text-input::placeholder {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #8996a8;
}
@media (max-width: 767px) {
    .contacts_feedback-text-input {
        margin-top: 12px;
    }
}
.contacts_feedback-submit {
    background: #515d6d;
    border: 0;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    margin-top: 24px;
    width: 100%;
    box-sizing: border-box;
    padding-top: 17px;
    padding-bottom: 17px;
}
.contacts_feedback-submit:hover {
    background: #24282f;
    cursor: pointer;
}
.contacts_feedback-submit:disabled {
    cursor: auto;
    background: #dcdce3;
}
.contacts_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 100px;
}
@media (max-width: 1100px) {
    .contacts_list {
        margin-bottom: 80px;
    }
}
@media (max-width: 767px) {
    .contacts_list {
        grid-template-columns: 1fr;
        grid-gap: 40px;
        margin-bottom: 0;
    }
}
.contacts_item {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #6b778f;
    display: flex;
    flex-direction: column;
}
.contacts_item:not(:last-of-type) {
    margin-bottom: 30px;
}
.contacts_item a,
.contacts_item span {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    margin-top: 10px;
    color: #24282f;
    text-decoration: none;
}
@media (max-width: 767px) {
    .contacts_item {
        font-size: 13px;
        line-height: 16px;
    }
    .contacts_item a,
    .contacts_item span {
        font-size: 16px;
        line-height: 120%;
        margin-top: 8px;
    }
    .contacts_item:not(:last-of-type) {
        margin-bottom: 24px;
    }
}
a.contacts_item-important {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #24282f;
    text-decoration: none;
}
@media (max-width: 767px) {
    a.contacts_item-important {
        font-size: 16px;
        line-height: 120%;
    }
}
.contacts_map {
    grid-area: map;
    margin-top: 40px;
    overflow: hidden;
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 100%, 0 100%);
    clip-path: polygon(0 20%, 100% 20%, 100% 100%, 0 100%);
}
@media (max-width: 767px) {
    .contacts_map {
        margin-top: 10px;
    }
    .contacts_map iframe {
        height: 400px;
    }
}
.thanks {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
}
@media (max-width: 767px) {
    .thanks {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .thanks_img {
        width: 40px;
        height: 40px;
    }
}
.thanks_title {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    text-align: center;
    color: #24282f;
    margin-top: 25px;
    margin-bottom: 25px;
}
@media (max-width: 767px) {
    .thanks_title {
        font-size: 26px;
        line-height: 120%;
        margin-top: 20px;
    }
}
.thanks_subtitle {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: #24282f;
    margin-bottom: 15px;
}
.thanks_subtitle span {
    font-weight: 600;
}
@media (max-width: 767px) {
    .thanks_subtitle {
        font-size: 18px;
        line-height: 120%;
        margin-bottom: 12px;
    }
}
.thanks_description {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #6b778f;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .thanks_description {
        font-size: 14px;
        line-height: 140%;
        margin-bottom: 25px;
    }
}
.thanks_link {
    background: #515d6d;
    min-width: 280px;
    min-height: 54px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.thanks_link:hover {
    cursor: pointer;
    background: #24282f;
}
.thanks_link.disabled {
    background: #dcdce3;
}
.error_link.disabled:hover,
.thanks_link.disabled:hover {
    cursor: auto;
    background: #dcdce3;
}
@media (max-width: 767px) {
    .thanks_link {
        width: 100%;
    }
}
.error {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
}
@media (max-width: 767px) {
    .error {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.error_title {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 96px;
    line-height: 120%;
    text-align: center;
    color: #515d6d;
}
@media (max-width: 767px) {
    .error_title {
        font-size: 72px;
        line-height: 120%;
    }
}
.error_subtitle {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    text-align: center;
    color: #000;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .error_subtitle {
        font-size: 24px;
        line-height: 120%;
        margin-bottom: 25px;
    }
}
.error_description {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000;
    margin-bottom: 35px;
}
@media (max-width: 990px) {
    .error_description br {
        display: none;
    }
}
@media (max-width: 767px) {
    .error_description {
        font-size: 16px;
        line-height: 150%;
        margin-bottom: 30px;
    }
}
.error_link {
    min-width: 280px;
    min-height: 54px;
    background: #515d6d;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.error_link:hover {
    cursor: pointer;
    background: #24282f;
}
.error_link.disabled {
    background: #dcdce3;
}
@media (max-width: 767px) {
    .error_link {
        width: 100%;
    }
}
.product_before:hover {
    cursor: pointer;
    background: #24282f;
    opacity: 1;
}
.product_before.disabled {
    opacity: 0.2;
}
.product_before.disabled:hover {
    opacity: 0.2;
    cursor: auto;
}
.product_after:hover {
    cursor: pointer;
    background: #24282f;
    opacity: 1;
}
.product_after.disabled {
    opacity: 0.2;
}
.product_after.disabled:hover {
    opacity: 0.2;
    cursor: auto;
}
.product_before {
    background: #24282f;
    opacity: 0.6;
    border: 0;
    width: 38px;
    height: 54px;
    position: absolute;
    top: calc(50% - 27px);
    z-index: 1;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    user-select: none;

}

.product_after {
    background: #24282f;
    opacity: 0.6;
    border: 0;
    width: 38px;
    height: 54px;
    position: absolute;
    top: calc(50% - 27px);
    z-index: 1;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0;
    right:0px;
    cursor: pointer;
    user-select: none;
}

.main_topmeny ul {
    display: flex;
    position: relative;
    width: 100%;
    justify-content: space-between;
    list-style-type: none;
    
}

.hidden_burger_mob {
    padding: 0;
}

.hidden_burger_mob .drop_menu_item {
    display: none;
    /* margin-left: -40px; */

}



@media (min-width: 1001px) {
    .drop_menu:hover .drop_menu_item {
    display: grid;
    position: absolute;
    top: 25px;
    background: #fff;
    padding: 20px 25px 20px 15px;
    row-gap: 6px;
    margin-left: -5px;
    width: -webkit-max-content;
    box-shadow: 6px 6px 16px rgba(0, 0, 0, .15);
    transition-property: display;
    transition-duration: .4s;
        
    }
}
    
.drop_arrow {
    padding-right: 24px;
    background: url(../img/arrow-black.svg) right 52% no-repeat;
}
    
@media (max-width: 1100px) {
    .main_topmeny ul {
        /* margin-left: -40px; */
        display: block;
        text-align: center;
}

    .main_topmeny li {
        margin-bottom: 10px;
    }

    .drop_menu ul{
        /* margin-left: -20px; */
    }

    
    
    /* .drop_menu:hover .drop_menu_item {
        display: block;
        box-shadow: none;
        position: relative;
        margin: 0 auto;
        
    } */
}

@media (max-width: 1100px){
    .displayed_burger_mob {
    display: flex !important;
    position: relative !important;
    width: 100%;
    height: 100%;
    flex-direction: column;
    top: 5px;
    margin-bottom: 10px;
    row-gap: 5px;
}
    .displayed_burger_mob a {
        font-size: 14px;
    }
}

.submenu_item a {
    font-weight: 425;
}

.drop_arrow {
    margin-left: -5px;
}


