@import url("../fonts/stylesheet.css");

/*html, body {*/
/*    scrollbar-color: #8C9B50 white;     !* «цвет ползунка» «цвет полосы скроллбара» *!*/
/*    scrollbar-width: thin;  !* толщина *!*/
/*}*/

/*!* полоса прокрутки (скроллбар) *!*/
/*::-webkit-scrollbar {*/
/*    width: 5px; !* ширина для вертикального скролла *!*/
/*    height: 5px; !* высота для горизонтального скролла *!*/
/*    background-color: white;*/
/*}*/

/*!* ползунок скроллбара *!*/
/*::-webkit-scrollbar-thumb {*/
/*    background-color: #8C9B50;*/
/*    border-radius: 3px;*/
/*}*/

/*::-webkit-scrollbar-thumb:hover {*/
/*    background-color: #8C9B50;*/
/*}*/

/*!* Стрелки *!*/

/*::-webkit-scrollbar-button:vertical:start:decrement {*/
/*display: none;*/
/*}*/

/*::-webkit-scrollbar-button:vertical:end:increment {*/
/*    display: none;*/
/*}*/

/*::-webkit-scrollbar-button:horizontal:start:decrement {*/
/*    display: none;*/
/*}*/

/*::-webkit-scrollbar-button:horizontal:end:increment {*/
/*    display: none;*/
/*}*/

*::-webkit-input-placeholder {
    color: #c2c2c2;
    opacity: 1;
}

*:-moz-placeholder {
    color: #c2c2c2;
    opacity: 1;
}

*::-moz-placeholder {
    color: #c2c2c2;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #c2c2c2;
    opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {

}

body input:required:valid,
body textarea:required:valid {

}

html {
    height: 100%;
}

body {
    font-family: 'Montserrat';
    color: #000;
    font-size: 14px;
    min-width: 320px;
    cursor: default;
    padding-top: 117px;
    overflow-x: hidden;
}

a, a:hover {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    object-fit: cover;
}

header.header {
    padding-top: 10px;
    background: #2C3232;
    color: white;
    height: 117px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
}

a.logo img {
    width: 177px;
    max-height: 100%;
    max-width: 100%;
}

a.logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    top: 10px;
    position: relative;
}

header .contacts {
    font-size: 13px;
}

.line-contacts {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 10px;
}

ul.change-language {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100%;
}

ul.change-language li {
    margin-left: 5px;
}

a:hover {
    text-decoration: none !important;
    opacity: 0.8;
}

.line-menu > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
}

.line-menu ul ul {
    display: none;
}

.catalog-menu-container {
    display: none;
}

.line-menu ul > li {
    width: 25%;
}

.line-menu > ul > li > a {
    text-align: center;
    font-size: 16px;
    padding-top: 7px;
    padding-bottom: 25px;
    display: block;
}

.line-menu ul > li.sub-menu, .line-menu ul > li.catalog-menu {
    font-weight: 700;
    height: 56px;
    position: relative;
}

.line-menu ul > li.sub-menu:hover, .line-menu ul > li.catalog-menu:hover {
    background: #EDD69E;
    color: #2C3232;
    opacity: 1;
}

.line-menu ul > li.sub-menu:hover > a span, .line-menu ul > li.catalog-menu:hover > a span {
    border-bottom: 3px solid #2C3232;

}

.line-menu ul > li.sub-menu:hover > a, .line-menu ul > li.catalog-menu:hover > a {
    opacity: 1;
}

.line-menu ul > li.sub-menu > a span, .line-menu ul > li.catalog-menu > a span {
    border-bottom: 3px solid transparent;
}

.line-contacts, .line-menu {
    margin-left: 20px;
}

.line-menu ul > li.sub-menu > ul, .line-menu ul > li.sub-menu > ul.active {
    position: absolute;
    left: 0;
    top: 56px;
    list-style: none;
    background: #EDD69E;
    font-weight: 400;
    font-size: 16px;
    padding: 25px;
    color: #2C3232;
}

.line-menu ul > li.sub-menu:hover > ul, .line-menu ul > li.sub-menu > ul.active {
    display: inline !important;
}

.line-menu ul > li.sub-menu:first-child > ul {
    left: 0;
}

.line-menu ul > li.sub-menu:last-child > ul {
    left: auto;
    right: 0;
}

.line-menu ul > li.sub-menu > ul li {
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

div.catalog-menu {
    position: fixed;
    left: 0;
    width: 100%;
    display: none;
}

.container.container-krepche {
    max-width: 1440px;
    z-index: 2;
    position: relative;
}

.catalog-menu .row {
    background: #EDD69E;
}

.catalog-menu .row > div {
    display: flex;
    width: 100%;
    /*align-items: center;*/
    /*justify-content: center;*/
    padding: 0;
    padding-top: 25px;
    padding-bottom: 25px;
}

.menu-col {
    width: 25%;
    color: #2C3232;
    font-weight: 400;
    padding-left: 25px;
    padding-right: 25px;
    border-right: 1px solid #2C3232;
}

.menu-col > a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    margin-bottom: 25px;
    height: 20px;
}

.menu-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block !important;
}

.menu-col ul li {
    margin-bottom: 5px;
}

.menu-col:last-child {
    border: 0;
}

li.catalog-menu:hover .catalog-menu, div.catalog-menu.active {
    display: block;
}

span.open-menu {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 20px;
    display: none;
}

footer.footer {
    background: #325545;
    color: white;
    padding-top: 120px;
    padding-bottom: 20px;
}


a.footer-logo {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: -55px;
}

a.footer-logo img {
    width: 65%;
}

.footer-block .title {
    color: #FACBA0;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 25px;
}

.footer-block ul {
    list-style: none;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
}

a.footer-phone {
    font-weight: 800;
    font-size: 18px;
}

.footer-block {
    margin-bottom: 25px;
}

a.footer-mail {
    font-size: 14px;
    color: #FACBA0;
    font-weight: 800;
}

.copyright {
    text-align: center;
    font-size: 12px;
    margin-top: 60px;
}

.section-form {
    padding-top: 150px;
    padding-bottom: 70px;
    background: url(/images/form.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.top-background-line {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    left: 0;
    height: 135px;
    background: url(/images/top-line.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 102% auto;
}

.top-background-line-2 {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    left: 0;
    height: 120px;
    background: url(/images/top-line-2.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 102% auto;
}

.section {
    position: relative;
}

.bottom-background-line {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 120px;
    background: url(/images/bottom-line.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 102% auto;
}

.bottom-background-line-2 {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 120px;
    background: url(/images/bottom-line-2.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 102% auto;
}

.form-control-krepche {
    height: 40px;
    border-radius: 200px;
    font-weight: 400;
    font-size: 16px;
    background: #317157;
    border-color: #317157;
    color: white;
    margin-bottom: 0;
    padding: 0 30px;
}

.form-control-krepche::-webkit-input-placeholder {
    color: white;
    font-weight: 400;
    font-size: 16px;
}

.form-control-krepche::-moz-placeholder {
    color: white;
    font-weight: 400;
    font-size: 16px;
}

.form-control-krepche:focus {
    background: #317157;
    border-color: #317157;
    outline: none;
    box-shadow: none;
    color: white;
}

.form-group-krepche {
    margin-bottom: 30px;
}

.frm input[type="checkbox"]:checked,
.frm input[type="checkbox"]:not(:checked),
.frm input[type="radio"]:checked,
.frm input[type="radio"]:not(:checked) {
    position: absolute;
    left: 0;
    height: 1px;
    width: 1px;
    opacity: 0;
}

.form-group-krepche > div {
    position: relative;
}

.frm input[type="checkbox"]:checked + label,
.frm input[type="checkbox"]:not(:checked) + label,
.frm input[type="radio"]:checked + label,
.frm input[type="radio"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    cursor: pointer;
    color: white;
    font-size: 14px;
    font-weight: 400;
}

.frm input[type="checkbox"]:checked + label,
.frm input[type="checkbox"]:not(:checked) + label,
.frm input[type="radio"]:checked + label,
.frm input[type="radio"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    cursor: pointer;
    color: white;
    font-size: 14px;
    font-weight: 400;
}

.frm input[type="checkbox"]:checked + label:before,
.frm input[type="checkbox"]:not(:checked) + label:before,
.frm input[type="radio"]:checked + label:before,
.frm input[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid white;
    background-color: transparent;
}

.frm input[type="checkbox"]:checked + label:before,
.frm input[type="checkbox"]:not(:checked) + label:before {
    border-radius: 200px;
}

.frm input[type="radio"]:checked + label:before,
.frm input[type="radio"]:not(:checked) + label:before {
    border-radius: 100%;
}

.frm input[type="checkbox"]:checked + label:after,
.frm input[type="checkbox"]:not(:checked) + label:after,
.frm input[type="radio"]:checked + label:after,
.frm input[type="radio"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.frm input[type="checkbox"]:checked + label:after,
.frm input[type="checkbox"]:not(:checked) + label:after {
    left: 4px;
    top: 4px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: white;
}

.frm input[type="radio"]:checked + label:after,
.frm input[type="radio"]:not(:checked) + label:after {
    left: 4px;
    top: 4px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: white;
}

.frm input[type="checkbox"]:not(:checked) + label:after,
.frm input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
}

.frm input[type="checkbox"]:checked + label:after,
.frm input[type="radio"]:checked + label:after {
    opacity: 1;
}

.frm label a {
    text-decoration: underline;
}

.btn-1 {
    width: 362px;
    height: 57px;
    font-weight: 700;
    color: white;
}

.btn-js {
    background-repeat: no-repeat !important;
    background-size: 99% 99% !important;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-button-bottom-form {
    display: flex;
    align-items: center;
}

.big-title, .corporate-client-left h2, .corporate-client-left .h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    color: white;
    margin-bottom: 50px;
    line-height: 1.1;
}

.section-corporate-client {
    background: #2C3232;
    padding-top: 60px;
    padding-bottom: 60px;
}

.corporate-client-left .big-title, .corporate-client-left h2, .corporate-client-left .h2 {
    text-align: left;
    height: 88px;
}

.title, .corporate-client-left h3, .corporate-client-left .h3 {
    color: white;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 25px;
}

.corporate-client-right p {
    height: 88px;
    margin-bottom: 50px;
    color: white;
    font-weight: 400;
    font-size: 16px;
}

.corporate-client-left ul {
    font-weight: 400;
    color: white;
    padding-left: 110px;
}

.corporate-client-left ul li {
    margin-bottom: 30px;
    height: 40px;
    display: flex;
    align-items: center;
    line-height: 1.2;
}

.corporate-client-left ul li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 90px;
    height: 40px;
    background: url(/images/list.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left;
}

.corporate-client-left ul li:after {
    content: "";
    width: 3px;
    height: 3px;
    background: white;
    left: 105px;
    position: absolute;
    border-radius: 200px;
}

form.frm.grey .form-control-krepche {
    border-color: #9B9B9B;
    background: transparent;
    color: #9B9B9B
}

form.frm.grey .form-control-krepche::-webkit-input-placeholder {
    color: #9B9B9B;
}

form.frm.grey .form-control-krepche::-moz-placeholder {
    color: #9B9B9B;

}

form.frm.grey input[type="checkbox"]:checked + label, form.frm.grey input[type="checkbox"]:not(:checked) + label, form.frm.grey input[type="radio"]:checked + label, form.frm.grey input[type="radio"]:not(:checked) + label {
    color: #9B9B9B;
}


form.frm.grey input[type="checkbox"]:checked + label:before, form.frm.grey input[type="checkbox"]:not(:checked) + label:before, form.frm.grey input[type="radio"]:checked + label:before, form.frm.grey input[type="radio"]:not(:checked) + label:before {
    border-color: #9B9B9B
}

form.frm.grey input[type="checkbox"]:checked + label:after, form.frm.grey input[type="checkbox"]:not(:checked) + label:after {
    background: #9B9B9B;
}

.btn-2 {
    max-width: 100%;
    width: 330px;
    height: 40px;
    font-weight: 700;
    font-size: 14px;
}

.btn-2:hover {
    color: white;
}

.corporate-client-right .block-button-bottom-form {
    justify-content: end;
}

.section.section-faq {
    background: #325545;
    padding: 75px 0;
}

ul.next-faq {
    color: white;
    font-weight: 400;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    min-width: 100%;
}

ul.next-faq li {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 400;
    min-width: 50%;
}

.btn-3 {
    width: 150px;
    height: 40px;
    font-weight: 400;
    font-size: 18px;
}

li {
}

.btn-3:hover {
    color: #2C3232;
}

ul.next-faq .btn-3 {
    min-width: 150px;
    margin-right: 15px;
}

.title-faq {
    font-size: 20px;
    color: white;
    font-weight: 400;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid white;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.faq-content {
    display: none;
    font-size: 16px;
    color: white;
    font-weight: 400;
}

.title-faq span {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 0;

}

.title-faq span svg {
    fill: #D9D9D9;
}

.active.title-faq {
    color: #EDD69E;
    font-weight: 700;
}

.title-faq.active span {
    transform: rotate(45deg);

}

.title-faq.active span svg {
    fill: #EDD69E;
}

.faq-line.active .faq-content {
    display: block;
}

.btn-4 {
    width: 180px;
    height: 40px;
    font-weight: 700;
    color: white;
    font-size: 14px;
}

.help {
    display: flex;
    margin-top: 35px;
    font-size: 14px;
    color: white;
}

.help .btn-4 {
    min-width: 180px;
    margin-right: 40px;
}

.btn-4:hover {
    color: #2C3232
}

.click-element {
    cursor: pointer;
}

.section-gallery {
    background: #2C3232;
    padding-top: 130px;
    padding-bottom: 60px;
}

.logo-krepche img {
    max-width: 500px;
}

.logo-krepche {
    margin-bottom: 120px;
    margin-top: 130px;
}

.gallery-left {
}

.gallery-left p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: white;
    margin-bottom: 90px;
}

.gallery-left ul {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.gallery-left ul span {
    font-size: 70px;
    font-weight: 900;
    color: white;
    margin-bottom: 10px;
    display: block;
}

.gallery-left ul p {
    font-size: 16px;
    color: white;
    font-weight: 400;
}

.btn-5 {
    width: 160px;
    height: 40px;
    font-size: 14px;
    font-weight: 700;
    color: #2C3232;
}

.btn-5:hover {
    color: white;
}

.block-button-gallery {
    display: flex;
    align-items: center;
    justify-content: center;
}

.half-gallery .img {
    height: 340px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 20px;
}

.img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.img img {
    min-width: 100%;
    min-height: 100%;
}

.half-gallery:first-child {
    margin-top: 70px;
}

.section.section-choose {
    padding-top: 0;
    padding-bottom: 100px;
    background: url(/images/choose.png);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin-bottom: -180px;
}

.item-choose .img img:last-child {
    display: none;
}

.half-choose {
    width: 50%;
    float: left;
    padding-top: 30px;
}


.item-choose .img img {
    width: 52px;
    height: 52px;
    min-width: auto;
    min-height: auto;
    max-width: 52px;
    max-height: 52px;
}

.item.item-choose a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    text-align: center;
    line-height: 1.2;
    background: #2C3232;
    padding: 10px 30px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 20px;
    width: 100%;
    height: 120px;
}

.item-choose .img {
    margin-bottom: 15px;
}

.item.item-choose a:hover {
    opacity: 1;
    background: #EDD69E;
    color: #2C3232;
}

.item.item-choose a:hover img:first-child {
    display: none;
}

.item.item-choose a:hover img:last-child {
    display: block;
}

.half-choose:first-child {
    padding-right: 40px;
    border-right: 0px solid #EDD69E;
}

.half-choose:last-child {
    padding-left: 40px;
    border-left: 2px solid #EDD69E;
}

.btn-6, .btn-7 {
    width: 160px;
    height: 40px;
    color: #EDD69E;
    font-size: 14px;
    font-weight: 700;
}

.btn-6 {
    background: url(/images/btn/6.svg);
}

.btn-7 {
    background: url(/images/btn/7.svg);
}

.btn-6:hover {
    background: url(/images/btn/6-hover.svg);
}

.btn-7:hover {
    background: url(/images/btn/7-hover.svg);
}

.btn-6:hover, .btn-7:hover {
    color: #2C3232;
}

button.owl-next, button.owl-prev {
    outline: 0;
    box-shadow: none;
}

.owl-carousel-choose .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 45px;
    height: 40px;
}

.help p {
    margin-bottom: 0;
}

.choose-help .help {
    margin-top: 100px;
    padding-left: 10%;
    padding-right: 10px;
}

.right-choose .img {
    height: 650px;
    bottom: -20px;
    position: relative;
}

.block-title span {
    display: flex;
    font-size: 32px;
    font-weight: 900;
    color: white;
    margin-bottom: 30px;
    line-height: 1.1;
}

.block-title p {
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    color: white;
    line-height: 1.1;
}

.section.section-choose .block-title {
    margin-bottom: 180px;
}

.section.section-catalog-home {
    background: #325545;
    padding-top: 185px;
    padding-bottom: 68px;
}

.btn-8 {
    width: 210px;
    height: 40px;
    color: white;
    font-size: 14px;
    font-weight: 700;
}

.btn-8:hover {
    color: #2C3232;
}

.row-top-catalog-home {
}

.row-top-catalog-home .big-title {
    margin: 0;
    text-align: left;
    font-size: 32px;
}

.row-top-catalog-home {
    margin-bottom: 50px;
}

.row-top-catalog-home p {
    font-size: 16px;
    color: white;
    line-height: 1.2;
    font-weight: 400;
}

.product-one > a {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 30px;
    height: 40px;
    position: relative;
    overflow: hidden;
}

.product-one {
    text-align: center;
    margin-bottom: 30px;
}

.product-one .img {
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 320px;
    height: 400px;
    justify-content: end;
    border: 2px solid transparent;
    border-radius: 20px;
    padding: 5px;
}

.product-one:hover .img {
    border-color: #3E896B;
}

.product-one span, .product-one p {
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: white;
    height: 15px;
    position: relative;
    overflow: hidden;
    display: block;
}

.product-one p {
    margin-bottom: 20px;
}

.btn-9 {
    width: 160px;
    height: 40px;
    font-weight: 700;
    color: white;
}

.button-block-product-one {
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-carousel-catalog .owl-nav, .owl-catalog .owl-nav, #thumbGalleryThumbs .owl-nav {
    position: absolute;
    height: 0;
    top: 45%;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.owl-carousel-catalog .owl-nav button.owl-prev, .owl-catalog .owl-nav button.owl-prev, #thumbGalleryThumbs .owl-nav button.owl-prev {
    transform: rotate(180deg);
}

.owl-carousel-catalog .owl-nav button.owl-prev:hover, .owl-carousel-catalog .owl-nav button.owl-next:hover, .owl-catalog .owl-nav button.owl-prev:hover, .owl-catalog .owl-nav button.owl-next:hover, #thumbGalleryThumbs .owl-nav button.owl-next:hover {
    opacity: 0.8;
}

.item-product .img img {
    min-height: auto;
    min-width: auto;
    width: 80%;
}

.product-one .img a {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.item.item-product .product-one .img a {
    opacity: 1 !important;
}

.item.item-product .product-one:hover .img {
    border: 2px solid #3E896B;
    border-radius: 20px;
}

.item.item-product .product-one:hover .img img {
    width: 100%;
}

.section.section-promo {
    background: #2C3232;
    padding-top: 40px;
    padding-bottom: 20px;
}

.row-gallery-promo .img {
    height: 400px;
    margin-bottom: 20px;
    border-radius: 20px;
}

.row-gallery-promo .img img {
    max-width: 100%;
    max-height: 100%;
    min-width: auto;
    min-height: auto;
}

.promo-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding-bottom: 75px;
}

.promo-content h2, .promo-content h1, .promo-content h3, .promo-content h4, .promo-content h5, .promo-content h6 {
    color: #EDD69E;
    font-weight: 900;
    font-size: 44px;
    margin-bottom: 60px;
}

.promo-content {
    font-size: 16px;
    color: white;
    font-weight: 400;
    line-height: 1.2;
}

.promo-content p {
    margin-bottom: 40px;
}

.promo-content span {
    font-size: 24px;
    margin-bottom: 30px;
    display: flex;
}

.item-slider .img {
    height: 840px;
}

.item-slider .container.container-krepche {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: initial;
}

.slider-content span {
    font-size: 40px;
    font-weight: 900;
    color: white;
    line-height: 1.1;
    margin-bottom: 30px;
    display: block;
}

.slider-content p {
    font-size: 18px;
    color: white;
    font-weight: 400;
    margin-bottom: 60px;
}

.btn-10 {
    width: 221px !important;
    height: 57px;
    color: white;
    font-size: 18px;
    font-weight: 700;
}

.slider-content {
    padding-left: 45%;
}

.item-slider .container.container-krepche * {
    width: 100%;
}

.button-block-slider {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.section.section-slider .owl-dots {
    position: absolute;
    bottom: 25px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section.section-slider .owl-dots button.owl-dot {
    outline: 0;
    box-shadow: none;
    width: 14px;
    height: 14px;
    background: #3E896B;
    border-radius: 200px;
    margin: 0 15px;
}

.section.section-slider .owl-dots button.owl-dot.active {
    background: #EDD69E;
}

.section-top-banner {
    height: 600px;
    position: relative;
    overflow: hidden;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.section-top-banner .right-choose .img {
    bottom: 0;
}

.section-top-banner .right-choose .img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    min-height: auto;
    min-width: auto;
}

.item.item-choose .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.section-top-banner .title {
    font-size: 28px;
    padding-top: 140px;
}

.owl-catalog .item.item-choose {
    width: 80%;
}

.owl-catalog .owl-nav button.owl-prev {
    left: -40px;
    position: relative;
}

.owl-catalog .owl-nav button.owl-next {
    position: relative;
    right: 18%;
}

.owl-catalog .item.item-choose a {
    margin-bottom: 40px;
}

.right-choose .img {
    align-items: flex-end;
}

.section-top-banner .right-choose .img {
    height: 600px;
}

.section-top-banner .choose-help .help {
    padding-left: 0;
    margin-top: 30px;
}

.section-breadcrumbs {
    background: #2C3232;
    padding-top: 60px;
    padding-bottom: 0;
    color: #9B9B9B;
    font-size: 12px;
    font-weight: 400;
}

.section-breadcrumbs a, .section-breadcrumbs span {
    display: inline;
    margin: 0 5px;
}

.section-filter {
    background: #2C3232;
}

.open-filter {
    font-weight: 700;
    font-size: 14px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.open-filter a {
    display: inline-flex;
    align-items: center;
}

.open-filter a img {
    margin-right: 20px;
}

.section-title {
    background: #2C3232;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 70px;
}

.small-breadcrumbs .section-breadcrumbs {
    padding-top: 20px;
}

.section-title h1 {
    font-weight: 800;
    color: white;
    line-height: 1.2;
    margin-bottom: 15px;
}

.section-title p {
    width: 70%;
    margin: auto;
    line-height: 1.3;
    color: white;
    font-size: 14px;
}

.section-catalog-products {
    background: #2C3232;
}

.btn-11, .btn-12, ul.pagination li a.btn-11, ul.pagination li a.btn-12 {
    width: 160px;
    height: 40px;
    color: white;
    font-size: 16px;
    font-weight: 400;
}

.btn-11:hover, .btn-12:hover,
ul.pagination li a.btn-11:hover, ul.pagination li a.btn-12:hover {
    color: #2C3232;
}

ul.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.pagination a, .pagination span {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: white;
    font-weight: 400;
    border-radius: 5px;
}

ul.pagination li.prev, ul.pagination li.next {
    height: auto;
    width: auto;
}

ul.pagination li span, ul.pagination li a:hover {
    background: #325545;
}

.section-top-banner-2 .owl-catalog .item.item-choose {
    width: 100%;
}

.section-top-banner-2 .item.item-choose .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.2%;
    flex: 0 0 14.2%;
    max-width: 14.2%;
}

.section-top-banner-2 .owl-catalog .owl-nav button.owl-next {
    right: -40px;
}

.section-background {
    background: #2C3232 !important;
}

.section-knowledge ul.next-faq .btn-3 {
    color: #2C3232;
}

.section-knowledge ul.next-faq .btn-3:hover {
    color: white;
}

.section-top-banner-no-slider .title {
    font-size: 40px;
    margin-bottom: 65px;
    padding-top: 200px;
}

.section-top-banner-no-slider p {
    color: white;
    font-size: 18px;
    line-height: 1.1;
}

.content .img {
    margin-bottom: 60px;
}

.content {
    font-size: 16px;
    color: white;
    font-weight: 400;
    margin-bottom: 60px;
}

.product-content-block table {
    width: 100%;
    border-collapse: collapse;
    overflow: auto;
}

.product-content-block th, .product-content-block td {
    padding: 10px;
    text-align: left;
    border: 1px solid #ddd;
}

.product-content-block {
    overflow: auto;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    font-size: 24px;
}

.right-faq .faq-line {
    display: none;
}

.right-faq .faq-line.active {
    display: block;
}

input.form-control.form-control-calc {
    color: white;
    background: transparent;
    border: 1px solid white;
    border-radius: 20px;
    height: 65px;
    padding-right: 50px;
    max-width: 210px;
}

.form-group-calc p {
    font-size: 24px;
    position: absolute;
    margin-bottom: 0;
    color: white;
    right: 40px;
}

.form-group-calc {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.row-calc span {
    font-size: 20px;
    color: white;
    display: flex;
    padding-left: 15px;
    margin-bottom: 20px;
}

.section-calc .title {
    border-bottom: 1px solid white;
    padding-bottom: 20px;
}

input.form-control.form-control-calc.form-control-calc-result {
    text-align: center;
    font-size: 40px;
    padding: 0;
    font-weight: 900;
}

input.form-control.form-control-calc.form-control-calc-result {
    text-align: center;
    font-size: 40px;
    padding: 0;
    font-weight: 900;
}

.row-calc-packaging input {
    width: 1px;
    height: 1px;
    opacity: 0;
    position: absolute;
}

.row-calc-packaging {
}

.row-calc-packaging span {
    display: flex;
    width: 100%;
    height: 65px;
    align-items: center;
    color: white;
    border: 1px solid white;
    border-radius: 20px;
    text-align: left;
    padding: 15px;
    cursor: pointer;
}

.row-calc-packaging span.active, .row-calc-packaging span:hover {
    background: #EDD69E;
    border-color: #EDD69E;
    color: #2C3232;
}

.row.row-calc {
    margin-bottom: 80px;
}

.row-calc-packaging span.pack {
    margin-bottom: 40px;
}

.btn-13 {
    height: 60px;
    width: 270px;
    font-size: 20px;
    color: white;
    font-weight: 800;
}

.btn-13:hover {
    color: #2C3232;
}

.btn-14 {
    height: 60px;
    width: 330px;
    font-size: 20px;
    color: white;
    font-weight: 800;
}

.btn-14:hover {
    color: #2C3232;
}

.section-other-products .img img {
    width: 100%;
}

.section-other-products .item.item-product .product-one:hover .img {
    border: 0;
}

.owl-carousel-catalog .owl-nav button svg {
    fill: #EDD69E;
}

.section-other-products .owl-carousel-catalog .owl-nav button svg, #thumbGalleryThumbs .owl-nav button svg {
    fill: #317157;
}

ul.change-city {
    list-style: none;
    padding: 0;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

ul.change-city li {
    width: 30%;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-bottom: 30px;
    border-bottom: 5px solid transparent;
}

ul.change-city li:after {
    content: "";
    height: 1px;
    background: white;
    width: 100%;
    bottom: -5px;
    position: absolute;
    left: 0;
}

ul.change-city li.active, ul.change-city li:hover {
    font-weight: 700;
    border-bottom: 5px solid;
}

.city {
    display: none;
}

.city.active {
    display: block;
}

.city .title {
    margin-bottom: 30px;
    display: block;
    height: 20px;
    line-height: 1;
}

.city p {
    font-size: 14px;
    color: white;
    font-weight: 400;
}

.city-block {
    margin-bottom: 45px;
}

.map > iframe {
    height: 500px !important;
}

.map {
    margin-top: 40px;
}

.section-contacts {
    padding-bottom: 60px;
}

ul.documents {
    padding-left: 50px;
    list-style: none;
    margin-top: 20px;
    margin-bottom: 40px;
}

ul.documents li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.btn-15 {
    height: 30px;
    width: 176px;
}

ul.documents li a {
    margin-right: 15px;
}

.section-documents .active.title-faq {
    color: white;
}

.section-documents .active.title-faq span svg {
    fill: white;
}

.modal-k {
    z-index: 99999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #317157;
    align-items: center;
    justify-content: center;
    display: none;
    overflow: auto;
}

.modal-k.active {
    display: flex;
}

.modal-background-k {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.modal-content-k {
    z-index: 2;
    position: relative;
}

.modal-content-k .logo-krepche {
    margin-top: 0;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content-k .title {
    text-align: center;
    margin-bottom: 85px;
    line-height: 1;
}

.modal-content-k p {
    text-align: center;
    color: white;
    margin-bottom: 60px;
}

.block-button-modal {
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-button-modal a {
    color: white !important;
}

.close-k svg {
    stroke: white;
}

.close-k {
    display: flex;
    right: 0;
    position: relative;
    top: 0;
    cursor: pointer;
    margin-bottom: 50px;
    justify-content: end;
}

.close-k:hover {
    opacity: 0.6;
}

.modal-content-k .form-control-krepche {
    border-color: white;
}

.modal-content-k form {
    max-width: 635px;
}

form.frm label.label-k {
    font-size: 30px;
    font-weight: bold;
    color: white;
    line-height: 1;
    height: 15px;
    margin-left: 25px;
    position: relative;
    margin-bottom: 0;
    display: inline-flex;
    bottom: -7px;
}

.modal-content-k .form-group-krepche {
    margin-bottom: 0;
}

.modal-content-k form p {
    text-align: left;
    font-weight: bold;
    margin-left: 25px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.modal-content-k .block-button-bottom-form {
    margin-top: 30px;
}

.modal-content-k .form-control-krepche[name="company"] {
    margin-top: 25px;
}

.section.section-404 {
    background: #317157;
    padding-top: 215px;
    padding-bottom: 330px;
}

.content-404 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
}

.content-404 .logo-krepche {
    margin-top: 0;
    margin-bottom: 75px;
}

.content-404 .title {
    margin-bottom: 10px;
}

.content-404 p {
    font-size: 16px;
    margin-bottom: 76px;
}


.product .section-title {
    text-align: left;
    padding-bottom: 30px;
}

.product .section-breadcrumbs {
    padding-top: 35px;
    padding-bottom: 50px;
}

.section-content-product {
    background: #325545;
    padding-top: 60px;
    padding-bottom: 50px;
}

.product-content-block .title {
    display: inline-block;
    margin-bottom: 30px;
    color: #FACBA0;
}

.content > ul, .content > ol {
    padding-left: 15px;
    line-height: 2;
}

.product-content {
    display: none;
}

.product-content.active {
    display: block;
}

.product .h1, .product h1 {
    font-size: 24px;
    font-weight: 900;
    color: white;
    margin-bottom: 10px;
}

.article {
    font-size: 16px;
    color: white;
    margin-bottom: 10px;
}

.row.product-filter .title {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
}

.product-filter {
    margin-bottom: 30px;
}

ul.colors, ul.sizes {
    display: flex;
    list-style: none;
    padding: 0;
}

ul.colors li span, ul.sizes li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    padding: 0 20px;
    border-radius: 10px;
    margin-right: 15px;
    border: 1px solid;
    max-width: 120px;
    text-wrap-mode: nowrap;
    white-space: nowrap;
}

ul.sizes {
}

ul.sizes li span {
    color: #646464;
    border-color: #646464;
}

ul.sizes li.active span {
    color: #3B3A39;
    border-color: white;
    background: white;
}

.btn-16 {
    width: 180px;
    height: 30px;
}

.btn-17 {
    width: 270px;
    height: 40px;
    color: white;
    font-weight: 800;
    font-size: 16;
}

.btn-17:hover {
    color: #2C3232;
}

.row-product-order {
    margin-bottom: 40px;
}

.product-right .content {
    font-size: 14px;
    margin-bottom: 30px;
}

.btn-download-document {
    background: #3E896B;
    color: white;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    border-radius: 10px;
}

.btn-download-document:hover {
    background: #EDD69E;
    color: black;
    opacity: 1;
}

.btn-download-document:hover svg {
    fill: black;
}

.btn-download-document img, .btn-download-document svg {
    margin-right: 10px;
    fill: white;
}

.product .btn-download-document {
    margin-bottom: 40px;
}

.characteristics {
    font-size: 14px;
    color: white;
    font-weight: 400;
}

.characteristics > span {
    display: flex;
    margin-bottom: 25px;
}

.char img {
    width: 30px;
    height: 30px;
    min-width: auto;
    min-height: auto;
}

.char .img {
    margin-bottom: 10px;
}

.char {
    text-align: center;
    line-height: 1.2;
    margin-bottom: 25px;
}

.char-1 .characteristics {
    margin-bottom: -40px;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.characteristics ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -40px;
    position: relative;
}

.characteristics ul li {
    min-width: 33.33333%;
    max-width: 33.33333%;
}

.char span {
    overflow-wrap: anywhere;
    height: 45px;
    display: block;
    font-size: 12px;
}

.product-right {
    padding-bottom: 40px;
}


div#thumbGalleryDetail .item, div#thumbGalleryDetail .item .img {
    width: 100%;
    height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#thumbGalleryThumbs .item, div#thumbGalleryThumbs .item .img {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#thumbGalleryDetail .img, div#thumbGalleryThumbs .img {
    border: 1px solid #646464;
    border-radius: 10px;
}

div#thumbGalleryDetail .img img, div#thumbGalleryThumbs .img img {
    min-width: auto;
    min-height: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

div#thumbGalleryThumbs {
    width: 80%;
    margin: 10px auto auto;
}

button.owl-prev.disabled, button.owl-next.disabled {
    opacity: 0 !important;
}

#thumbGalleryThumbs .owl-nav button.owl-prev {
    left: -10%;
    position: relative;
}

#thumbGalleryThumbs .owl-nav button.owl-next {
    position: relative;
    right: -10%;
}

div#thumbGalleryThumbs .item .img {
    padding: 5px;
}

.open-menu-icon {
    display: none;
}


.close-menu svg {
    fill: white;
}

.close-menu-catalog, .close-menu {
    position: fixed;
    right: 5px;
    top: 5px;
    cursor: pointer;
    display: none;
    z-index: 4;
    padding: 10px;
}

.close-menu-catalog {
    z-index: 5;
}

.close-menu-catalog svg {
    fill: #2C3232;
}

.owl-catalog .owl-nav button.owl-prev svg, .owl-catalog .owl-nav button.owl-next svg {
    fill: #EDD69E;
}

.wow {
    z-index: 2;
    position: relative;
}

.product .section-background {
    padding-bottom: 40px;
}

.right-faq .title-faq span {
    display: none;
}

.section-top-banner .help {
    margin-top: 25px;
}

.menu-col ul li {
    width: 100% !important;
}

.close-menu svg, .close-menu-catalog svg {
    max-width: 25px;
}

.jqueryCookieModal {
    padding: 20px 20%;
    font-weight: 400;
    background: #3E896B;
}

.jqueryCookieModal .disagree {
    display: none;
}

.jqueryCookieModal .agree, .jqueryCookieModal .disagree {
    padding: initial;
    border: 0;
    width: 220px;
    height: 40px;
    color: #3E896B;
    font-weight: 700;
}

.jqueryCookieModal p {
    padding-right: 70px;
}

ul.catalog-top-menu > li > a {
    font-weight: 700;
}

ul.catalog-top-menu > li {
    margin-bottom: 20px;
}

ul.catalog-top-menu li {
    margin-bottom: 10px;
    width: 100%;
}

ul.catalog-top-menu ul {
    margin-top: 10px;
}

ul.catalog-top-menu ul {
    margin-bottom: 25px;
}

ul.colors li span {
    opacity: 0.3;
}

ul.colors li.active span {
    opacity: 1;
}

.filter-main {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
}

.filter-main.active {
    display: block;
}

.filter-main .background {
    background: #2C3232;
}

.filter-body {
    z-index: 2;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    max-width: 600px;
    width: 100%;
    padding: 40px;
    color: white;
    background: #3E896B;
    overflow: auto;
}

.filter-body-title {
    text-align: center;
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.filter-body-small-title {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid;
}

.filter-body-block {
    margin-bottom: 20px;
}

.list {
    column-width: 400px;
    column-count: 2;
}

.list > div {
    display: inline-block !important;
    width: 49%;
    margin-bottom: 10px;
}

.apply-filter {
    display: flex;
    justify-content: end;
    margin-top: 60px;
}

.filter-body-small-2-title {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.slider-p.ui-widget.ui-widget-content {
    height: 1px;
    border: 0;
    background: #317157;
    border-color: white;
    margin-bottom: 20px;
}

.slider-p.ui-widget.ui-widget-content span {
    width: 20px;
    height: 20px;
    border-radius: 200px;
    border: 0;
    top: -10px;
    margin: 0;
}

.slider-t-params {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 14px;
}

.slider-t-params input {
    border: 0;
    width: 35px;
    text-align: center;
    background: transparent;
    color: white;
}

.sorryText {
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: 700;
}

.filter-body span.close-k {
    margin-bottom: 10px;
}

.section-help {
    background: #2C3232;
}

.section-help .help {
    margin-top: 0;
}

.char-1 {
    border-right: 1px solid #9B9B9B;
}

.btn {
    outline: 0 !important;
    box-shadow: none !important;
}

.product-right-block .product-filter {
    margin-bottom: 15px;
}

.product-right-block .row-product-order {
    margin-bottom: 20px;
}

.product-right-block .content {
    line-height: 1.4;
    margin-bottom: 20px;
}

.product-right-block .btn-download-document {
    margin-bottom: 20px;
}

.product-content-block th p,.product-content-block th span, .product-content-block td p,.product-content-block td span {
    color: white !important;
    font-family: 'Montserrat' !important;
    margin-bottom: 5px;
    margin-top: 5px;
}

.section.section-faq .title {
    text-transform: uppercase;
}

.block-button-bottom-form button.btn-js.btn.btn-1 {
    width: 100%;
    font-size: 14px;
}

textarea.form-control.form-control-krepche {
    padding: 5px 30px;
    height: 70px;
    resize: none;
}

.section-form .bottom-background-line {
    bottom: -1px;
}

.faq-content-body .section-title {
    text-align: left;
    padding-bottom: 20px;
    padding-top: 20px;
}

.faq-content-body .section-title p {
    width: 100%;
}

.faq-content-body .section-title p a {
    color: #FACBA0;
}

ul.top-filter {
    list-style: none;
    padding: 0 0 40px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

ul.top-filter li {
    margin: 0 10px 10px 10px;
}

ul.top-filter a {
    font-size: 16px;
    font-weight: bold;
    color: white;
}

ul.top-filter a.checked {
    color: #FACBA0;
}

.row.row-news .product-one .img {
    border: none;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 0;
    margin-bottom: 10px;
}

.row.row-news .product-one > a {
    margin-bottom: 10px;
}

.row.row-news .product-one .img a {
    width: 100%;
    height: 100%;
}

.labels {
    position: absolute;
    z-index: 1;
    text-align: left;
    top: 10px;
    left: 25px;
    color: white;
}

.labels span {
    width: 94px;
    height: 24px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    margin-bottom: 5px;
    background: black;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 12px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 100% !important;
}

span.soon-label {
    background: url(/images/soon.svg);
}

span.new-label {
    background: url(/images/new.svg);
}