@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

body,
html {
    margin: 0;
    min-height: 100%
}

:root {
    --primary: #42919e;
    --gray-1: #dadada;
    --black: #1f1a17;
    --gray: #616161;
    --gray-2: #b0b7bd;
    --gray---blue: #e5edee;
    --gray---bg: #f0f0f0;
    --font-family: "Montserrat", sans-serif;
    --second-family: "Dela Gothic One", sans-serif
}

body {
    position: relative;
    min-width: 340px;
    text-align: left;
    color: #000;
    font: 18px var(--font-family);
    line-height: 1;
    background: #ffffff
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: var(--font-family), var(--font-family);
    font-weight: 700;
    font-style: normal
}

h1 {
    margin-top: 0;
    font-size: 68px
}

h2 {
    font-size: 40px
}

h3 {
    font-size: 36px
}

h4 {
    font-size: 32px
}

h5 {
    font-size: 30px
}

h6 {
    font-size: 28px
}

h5,
h6 {
    font-size: 24px
}

@media (max-width:1024px) {
    h1 {
        margin-top: 0;
        font-size: 24px
    }

    h2 {
        font-size: 26px
    }

    h3 {
        font-size: 24px
    }

    h4 {
        font-size: 22px
    }

    h5 {
        font-size: 20px
    }

    h6 {
        font-size: 18px
    }

    h5,
    h6 {
        font-size: 16px
    }
}

a {
    text-decoration: underline;
    color: var(--primary)
}

a:hover {
    text-decoration: none
}

a img {
    border-color: #000
}

a[href^="tel:"] {
    text-decoration: none;
    color: inherit;
    cursor: default
}

img,
input,
table,
textarea {
    max-width: 100%
}

.site_wrapper {
    display: flex;
    flex-direction: column
}

* {
    box-sizing: border-box
}

.block_inner {
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 20px
}

.oveflowHidden {
    overflow: hidden
}

.field {
    margin-bottom: 16px;
    position: relative
}

.field .error_text {
    font-size: 12px;
    color: #f00;
    padding-top: 4px
}

.field input[type=password],
.field input[type=tel],
.field input[type=text] {
    width: 100%;
    padding: 0 27px;
    height: 50px;
    background: var(--gray---bg);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #000;
    border: 1px solid transparent;
    box-sizing: border-box;
    border-radius: 0px;
    outline: none;
    transition: all 0.3s
}

.field input[type=password]:focus,
.field input[type=tel]:focus,
.field input[type=text]:focus {
    border-color: var(--gray)
}

.field select {
    width: 100%;
    padding: 0 40px 0 27px;
    height: 50px;
    background: var(--gray---bg) url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999884 1.00012L6.65674 6.65697L12.3136 1.00012' stroke='%23676767' stroke-width='2' stroke-linecap='round' /%3E%3C/svg%3E") calc(100% - 20px) 50% no-repeat;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #000;
    border: none;
    box-sizing: border-box;
    border-radius: 0px;
    outline: none;
    transition: all 0.3s;
    appearance: none
}

.field select:focus {
    border-color: var(--gray)
}

.field textarea {
    width: 100%;
    padding: 20px 27px;
    height: 100px;
    background: var(--gray---bg);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #000;
    border: none;
    box-sizing: border-box;
    border-radius: 0px;
    outline: none;
    transition: all 0.3s
}

.field textarea:focus {
    border-color: var(--gray)
}

.field .field_name {
    font-weight: 700;
    font-size: 16px;
    line-height: 95%;
    color: #242424;
    padding-bottom: 15px
}

.field.error input[type=password],
.field.error input[type=tel],
.field.error input[type=text],
.field.error select,
.field.error textarea {
    background: #f5e4e4;
    color: #f00
}

.field.checkbox label {
    position: relative;
    padding-left: 24px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: var(--gray);
    cursor: pointer;
    display: inline-block
}

.field.checkbox label a {
    color: var(--gray)
}

.field.checkbox label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.field.checkbox label i {
    position: absolute;
    top: 2px;
    left: 2px;
    box-shadow: inset 0 0 0 3px rgba(218, 218, 218, 0.67);
    border-radius: 4px;
    width: 15px;
    height: 15px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: all 0.3s;
    background-color: #fff;
    z-index: 1
}

.field.checkbox label input:checked+i {
    background-color: var(--primary);
    box-shadow: none;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.6666 3.5L5.24992 9.91667L2.33325 7' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.field.file label {
    display: inline-block;
    position: relative;
    padding-left: 18px;
    min-height: 18px;
    cursor: pointer
}

.field.file label:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 14px;
    height: 14px;
    background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_835_2522)'%3E%3Cpath d='M0.930421 11.6407C1.53134 12.2417 2.33034 12.5726 3.18019 12.5726C4.03005 12.5726 4.82905 12.2417 5.43001 11.6407L10.4456 6.62521C11.1899 5.8809 11.1899 4.66981 10.4455 3.92541C9.70115 3.1811 8.49002 3.18114 7.74571 3.9255L4.44308 7.22812C4.19457 7.47664 4.19457 7.87953 4.44308 8.12804C4.69156 8.37656 5.09449 8.37656 5.343 8.12804L8.64563 4.82541C8.89372 4.57724 9.29746 4.57728 9.54559 4.82537C9.79372 5.0735 9.79372 5.47724 9.54563 5.72533L4.53009 10.7407C4.1695 11.1013 3.69012 11.2999 3.18019 11.2999C2.67027 11.2999 2.19089 11.1013 1.83034 10.7407C1.08603 9.99639 1.08599 8.7853 1.83025 8.04095L7.29573 2.5756C8.53635 1.33507 10.5549 1.33511 11.7954 2.5756C12.3963 3.17652 12.7273 3.97551 12.7273 4.82537C12.7273 5.67523 12.3963 6.47427 11.7954 7.07523L6.33001 12.5407C6.0815 12.7892 6.0815 13.1921 6.33001 13.4406C6.57849 13.6891 6.98142 13.6891 7.22993 13.4406L12.6953 7.97515C13.5367 7.13382 14 6.01521 14 4.82537C14 3.63553 13.5367 2.51693 12.6953 1.67564C11.8268 0.807155 10.6864 0.372955 9.54559 0.373083C8.40505 0.373168 7.26413 0.807367 6.39581 1.67564L0.930337 7.14107C-0.310153 8.38165 -0.310111 10.4001 0.930421 11.6407Z' fill='black' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_835_2522'%3E%3Crect width='14' height='14' fill='white' transform='matrix(-1 0 0 -1 14 14)' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 50% no-repeat
}

.field.file label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden
}

.field.file label span {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: var(--black)
}

.burger {
    flex: 0 0 54px;
    z-index: 71;
    width: 54px;
    height: 54px;
    background: var(--black);
    box-sizing: border-box;
    cursor: pointer;
    display: none;
    position: relative;
    border-radius: 0
}

.burger:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("data:image/svg+xml,%3Csvg width='54' height='54' viewBox='0 0 54 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='54' height='54' /%3E%3Cline x1='12' y1='14.5' x2='42' y2='14.5' stroke='white'/%3E%3Cline x1='19.5' y1='25.5' x2='34.5' y2='25.5' stroke='white'/%3E%3Cline x1='12' y1='36.5' x2='42' y2='36.5' stroke='white'/%3E%3C/svg%3E%0A") 50% no-repeat;
    transition: all 0.3s
}

.burger.opened {
    background: var(--primary)
}

.burger.opened:before {
    transform: rotate(90deg)
}

@media (max-width:1024px) {
    .burger {
        display: block
    }
}

.menu_burger {
    position: fixed;
    top: 121px;
    right: 0;
    bottom: 0;
    width: 340px;
    z-index: 100;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    backdrop-filter: blur(14px);
    box-shadow: 0 4px 17px 0 rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.9);
    font-size: 0;
    opacity: 0;
    border-top: 3px solid var(--primary)
}

.menu_burger.opened {
    opacity: 1;
    visibility: visible
}

.menu_burger .menu_scroll {
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 20px 30px;
    display: flex;
    flex-direction: column
}

.menu_burger .menuClose {
    position: absolute;
    top: 7px;
    right: 10px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    box-sizing: border-box;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.7071 2.70711C23.0976 2.31658 23.0976 1.68342 22.7071 1.29289C22.3166 0.902369 21.6834 0.902369 21.2929 1.29289L22.7071 2.70711ZM1.29289 21.2929C0.902369 21.6834 0.902369 22.3166 1.29289 22.7071C1.68342 23.0976 2.31658 23.0976 2.70711 22.7071L1.29289 21.2929ZM2.70711 1.29289C2.31658 0.902369 1.68342 0.902369 1.29289 1.29289C0.902369 1.68342 0.902369 2.31658 1.29289 2.70711L2.70711 1.29289ZM21.2929 22.7071C21.6834 23.0976 22.3166 23.0976 22.7071 22.7071C23.0976 22.3166 23.0976 21.6834 22.7071 21.2929L21.2929 22.7071ZM21.2929 1.29289L1.29289 21.2929L2.70711 22.7071L22.7071 2.70711L21.2929 1.29289ZM1.29289 2.70711L21.2929 22.7071L22.7071 21.2929L2.70711 1.29289L1.29289 2.70711Z' fill='white'/%3E%3C/svg%3E%0A") 50% no-repeat
}

.menu_burger .menu_top {
    flex: 1 1 auto
}

.menu_burger .menu_top ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.menu_burger .menu_top ul>li {
    padding: 0
}

.menu_burger .menu_top ul>li>a {
    display: block;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    color: var(--black);
    text-decoration: none;
    position: relative;
    padding: 16px 0;
    border-bottom: 1px solid var(--gray-1)
}

.menu_burger .menu_top ul>li>a:hover {
    color: var(--primary)
}

.menu_burger .menu_top ul>li>a .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    width: 24px;
    height: 24px;
    margin: auto
}

.menu_burger .menu_top ul>li>a .arrow:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    margin: auto
}

.menu_burger .menu_top ul>li ul {
    display: none;
    padding: 10px 26px;
    margin: 0;
    list-style: none
}

.menu_burger .menu_top ul>li ul li {
    padding: 4px 0
}

.menu_burger .menu_top ul>li ul li a {
    display: block;
    font-style: normal;
    font-size: 22px;
    line-height: 27px;
    color: #FFFFFF;
    padding: 0 16px;
    text-decoration: none;
    position: relative
}

.menu_burger .menu_top ul>li.hasSubmenu ul {
    display: block
}

.menu_burger .menu_top ul>li.active>a {
    color: var(--primary)
}

.menu_burger .menu_burger__contacts {
    padding-top: 30px
}

.menu_burger .link {
    margin-bottom: 13px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 163%;
    color: #000
}

.menu_burger .link a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    text-decoration: underline;
    color: var(--primary)
}

.menu_burger .link .mail {
    text-decoration: none
}

.menu_burger .link .mail a {
    font-weight: 600;
    font-size: 16px;
    line-height: 163%;
    color: #000;
    text-decoration: none;
    transition: color 0.2s
}

.menu_burger .link .mail a:hover {
    color: var(--primary)
}

.menu_burger .link:last-child {
    margin-bottom: 0
}

.site_wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%
}

.content_block_wr {
    flex: 1 1 auto
}

.btn_button {
    display: block;
    border: none;
    background: var(--primary);
    border-radius: 0;
    outline: none;
    padding: 15px 24px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    line-height: 143%;
    color: #fff;
    transition: all 0.3s;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    text-transform: uppercase
}

.btn_button:hover {
    background: var(--black);
    color: var(--primary)
}

.btn_button.black {
    background: var(--black)
}

.btn_button.black:hover {
    color: var(--primary)
}

.btn_button.xl {
    padding: 20px 73px
}

.header__top {
    border-bottom: 1px solid #cdcdcd
}

@media (max-width:1024px) {
    .header__top {
        border: none
    }
}

.header__top .block_inner {
    display: flex;
    align-items: center;
    padding-top: 14px;
    padding-bottom: 14px;
    gap: 20px
}

@media (max-width:1024px) {
    .header__top .block_inner {
        padding-top: 12px;
        padding-bottom: 0
    }
}

.header__top .logo {
    flex: 0 0 300px
}

.header__top .logo a {
    display: block
}

.header__top .logo svg {
    display: block;
    width: 100%;
    height: auto
}

@media (max-width:1200px) {
    .header__top .logo {
        flex: 0 0 200px
    }
}

@media (max-width:1024px) {
    .header__top .logo {
        display: none
    }
}

.header__tagline {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 113%;
    color: #000;
    max-width: 135px
}

@media (max-width:1024px) {
    .header__tagline {
        display: none
    }
}

.header__top-right {
    display: flex;
    align-items: center;
    gap: 48px;
    margin-left: auto
}

@media (max-width:1200px) {
    .header__top-right {
        gap: 20px
    }
}

.header__top-right a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    text-decoration: underline;
    color: var(--primary);
    white-space: nowrap;
    transition: all 0.2s
}

.header__top-right a:hover {
    color: var(--primary)
}

.header__top-right .name {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 163%;
    color: #000
}

.header__top-right .name a {
    color: inherit;
    text-decoration: none
}

.header__top-right .header__email {
    padding-left: 34px;
    position: relative
}

.header__top-right .header__email:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.939 0C16.28 0 17.57 0.53 18.519 1.481C19.469 2.43 20 3.71 20 5.05V12.95C20 15.74 17.73 18 14.939 18H5.06C2.269 18 0 15.74 0 12.95V5.05C0 2.26 2.259 0 5.06 0H14.939ZM16.53 6.54L16.61 6.46C16.849 6.17 16.849 5.75 16.599 5.46C16.46 5.311 16.269 5.22 16.07 5.2C15.86 5.189 15.66 5.26 15.509 5.4L11 9C10.42 9.481 9.589 9.481 9 9L4.5 5.4C4.189 5.17 3.759 5.2 3.5 5.47C3.23 5.74 3.2 6.17 3.429 6.47L3.56 6.6L8.11 10.15C8.67 10.59 9.349 10.83 10.06 10.83C10.769 10.83 11.46 10.59 12.019 10.15L16.53 6.54Z' fill='%23130F26' /%3E%3C/svg%3E") 50% no-repeat
}

.header__top-right .header__phone {
    padding-left: 34px;
    position: relative
}

.header__top-right .header__phone:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4183 5.48976C13.9422 5.40182 13.505 5.70561 13.4144 6.17029C13.3238 6.63497 13.6285 7.08866 14.0916 7.1796C15.4859 7.45141 16.5624 8.53067 16.8353 9.92971V9.93071C16.913 10.3334 17.2675 10.6262 17.6759 10.6262C17.7306 10.6262 17.7854 10.6212 17.8412 10.6112C18.3043 10.5183 18.609 10.0656 18.5184 9.59994C18.1111 7.51037 16.5027 5.89648 14.4183 5.48976Z' fill='%23130F26' /%3E%3Cpath d='M14.3561 2.00793C14.133 1.97595 13.9089 2.04191 13.7307 2.18381C13.5474 2.32771 13.4329 2.53557 13.408 2.76841C13.3552 3.23908 13.6948 3.66479 14.1649 3.71776C17.4065 4.07951 19.9262 6.60477 20.2907 9.85654C20.3395 10.2922 20.705 10.621 21.1412 10.621C21.174 10.621 21.2059 10.619 21.2388 10.615C21.4668 10.59 21.67 10.4771 21.8134 10.2972C21.9558 10.1174 22.0206 9.89351 21.9947 9.66467C21.5405 5.60746 18.4005 2.45862 14.3561 2.00793Z' fill='%23130F26' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.0317 12.9724C15.0208 16.9604 15.9258 12.3467 18.4656 14.8848C20.9143 17.3328 22.3216 17.8232 19.2192 20.9247C18.8306 21.237 16.3616 24.9943 7.6846 16.3197C-0.993478 7.644 2.76158 5.17244 3.07397 4.78395C6.18387 1.67385 6.66586 3.08938 9.11449 5.53733C11.6544 8.0765 7.04266 8.98441 11.0317 12.9724Z' fill='%23130F26' /%3E%3C/svg%3E") 50% no-repeat
}

.header__top-right .header__phone .name {
    font-size: 18px;
    white-space: nowrap
}

@media (max-width:1024px) {
    .header__top-right {
        margin: 0;
        width: 100%;
        justify-content: center;
        border-bottom: 1px solid #cdcdcd;
        padding-bottom: 7px
    }

    .header__top-right .header__delivery,
    .header__top-right .header__email {
        display: none
    }

    .header__top-right .header__phone {
        display: inline-flex;
        gap: 5px;
        align-items: start;
        justify-content: center
    }

    .header__top-right .header__phone:before {
        margin: auto;
        bottom: 0
    }

    .header__top-right .header__phone .btn_link {
        margin-top: 2px
    }
}

@media (max-width:400px) {
    .header__top-right .header__phone .name {
        font-size: 16px
    }

    .header__top-right .header__phone .btn_link {
        font-size: 12px;
        margin-top: 2px
    }
}

.header__bottom {
    background: rgba(0, 0, 0, 0.9)
}

.header__bottom .logo_mobile {
    flex: 0 0 206px
}

.header__bottom .logo_mobile .text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: -0.5px;
    color: #000;
    margin-top: -3px;
    padding-left: 20px
}

.header__bottom .logo_mobile svg {
    width: 100%;
    height: auto
}

.header__bottom .search_btn_mobile {
    flex: 0 0 54px;
    height: 54px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: 10px
}

@media (min-width:1025px) {
    .header__bottom .logo_mobile {
        display: none
    }

    .header__bottom .search_btn_mobile {
        display: none
    }
}

.header__bottom .block_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1px;
    position: relative
}

@media (max-width:1024px) {
    .header__bottom {
        padding: 10px 0 15px;
        background: none
    }

    .header__bottom .menu_header {
        display: none
    }

    .header__bottom .header__search {
        opacity: 0;
        visibility: hidden
    }
}

.menu_header ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none
}

.menu_header ul li {
    height: 100%
}

.menu_header ul li a {
    display: flex;
    align-items: center;
    padding: 0 16px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 163%;
    color: #fff;
    white-space: nowrap;
    transition: background 0.2s, color 0.2s;
    text-decoration: none
}

.menu_header ul li a.active,
.menu_header ul li a:hover {
    color: var(--primary)
}

@media (max-width:1340px) {
    .menu_header ul li a {
        padding: 0 8px
    }
}

.header__search {
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 0 0 40.311%;
    border-bottom: 1px solid var(--primary);
    position: relative
}

.header__search .search_close {
    display: none;
    cursor: pointer;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto
}

@media (max-width:1340px) {
    .header__search {
        flex: 0 0 30%
    }
}

.header__search input {
    background: #fff;
    border: none;
    outline: none;
    padding: 5px 50px 5px 21px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 163%;
    color: #000;
    height: 69px;
    width: 100%
}

.header__search input::placeholder {
    color: rgba(0, 0, 0, 0.45)
}

.header__search .header__search-btn {
    width: 34px;
    height: 34px;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11.7666' cy='11.7664' r='8.98856' stroke='%23130F26' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M18.0183 18.4849L21.5423 21.9997' stroke='%23130F26' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E") 50% no-repeat;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto
}

@media (max-width:1024px) {
    .header__search {
        position: absolute;
        backdrop-filter: blur(14px);
        box-shadow: 0 4px 17px 0 rgba(0, 0, 0, 0.15);
        background: rgba(255, 255, 255, 0.9);
        top: 2px;
        left: 20px;
        right: 20px;
        transition: all 0.3s;
        z-index: 1011
    }

    .header__search.opened {
        visibility: visible;
        opacity: 1
    }

    .header__search input {
        height: 50px;
        padding: 0 48px
    }

    .header__search .header__search-btn {
        left: 11px;
        width: 24px;
        height: 24px;
        right: auto
    }

    .header__search .search_close {
        display: flex
    }
}

.hero_section {
    position: relative;
    overflow: hidden;
    min-height: 100vh
}

.hero_section img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.hero_section:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 40%;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.68) 100%);
    z-index: 1
}

.hero_section .block_inner {
    padding-top: 172px;
    padding-bottom: 172px;
    position: relative;
    z-index: 2
}

.hero_section .block_inner h1 {
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 64px;
    line-height: 1;
    color: #fff;
    margin: 0 0 15px
}

.hero_section .block_inner .hero_section__content {
    max-width: 666px
}

.hero_section .block_inner .hero_section__text {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 163%;
    color: var(--gray-1);
    margin: 0 0 48px
}

.hero_section .block_inner .btn_button {
    color: var(--primary);
    min-width: 250px;
    display: inline-block
}

.hero_section .block_inner .btn_button:hover {
    color: #fff
}

@media (max-width:1024px) {
    .hero_section .block_inner {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .hero_section .block_inner h1 {
        font-size: 40px
    }
}

.products_section {
    padding: 14px 0 30px;
    overflow: hidden
}

@media (max-width:900px) {
    .products_section {
        padding: 14px 0 20px
    }
}

.products_section .tabs_products_title {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 40px
}

.products_section .tabs_products_title .tabs_title_inner {
    display: flex;
    gap: 26px;
    justify-content: center
}

.products_section .tabs_products_title .tab_btn {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 24px;
    line-height: 80px;
    color: var(--gray);
    white-space: nowrap;
    height: 80px;
    padding: 0 8px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
    background: none;
    border: none;
    outline: none
}

.products_section .tabs_products_title .tab_btn:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--primary);
    opacity: 0;
    transition: all 0.3s
}

.products_section .tabs_products_title .tab_btn:hover {
    color: var(--primary)
}

.products_section .tabs_products_title .tab_btn.active {
    font-weight: 700;
    font-size: 36px;
    line-height: 117%;
    color: var(--primary)
}

.products_section .tabs_products_title .tab_btn.active:before {
    opacity: 1
}

@media (max-width:1100px) {
    .products_section .tabs_products_title {
        margin-bottom: 20px;
        margin-right: -20px;
        padding-right: 20px
    }

    .products_section .tabs_products_title .tabs_title_inner {
        justify-content: start;
        margin-bottom: -1px;
        overflow-x: auto
    }

    .products_section .tabs_products_title .tab_btn {
        height: 60px;
        line-height: 60px;
        font-size: 20px;
        font-weight: 400
    }

    .products_section .tabs_products_title .tab_btn:before {
        bottom: 0px
    }

    .products_section .tabs_products_title .tab_btn.active {
        font-weight: 600;
        font-size: 24px
    }
}

.products_section h2 {
    text-align: center;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 36px;
    line-height: 117%;
    color: var(--primary);
    margin: 0 0 36px
}

@media (max-width:900px) {
    .products_section h2 {
        font-size: 24px;
        line-height: 133%;
        text-align: left;
        margin-bottom: 24px
    }
}

.products_section .inner {
    display: none;
    gap: 12px
}

.products_section .inner.active {
    display: flex
}

@media (max-width:900px) {
    .products_section .inner {
        flex-direction: column;
        gap: 10px
    }
}

.products_section .inner .item {
    background: var(--gray---bg);
    height: 376px;
    position: relative;
    flex: 0 0 98px;
    width: 98px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s
}

@media (max-width:1224px) {
    .products_section .inner .item {
        flex: 0 0 80px;
        width: 80px
    }
}

.products_section .inner .item .image {
    height: 142px;
    position: relative;
    transition: all 0.3s;
    opacity: 0;
    width: 100%
}

.products_section .inner .item .image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.products_section .inner .item .body {
    width: 100%;
    padding: 28px 37px;
    background: var(--primary);
    transition: all 0.3s;
    opacity: 0;
    flex: 1 1 auto
}

.products_section .inner .item .body .name {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 24px;
    line-height: 133%;
    color: #fff;
    margin-bottom: 16px;
    padding-right: 45px;
    position: relative;
    display: block;
    text-decoration: none
}

.products_section .inner .item .body .name:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 15px;
    background: url("data:image/svg+xml,%3Csvg width='39' height='15' viewBox='0 0 39 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M38.7071 8.07088C39.0976 7.68035 39.0976 7.04719 38.7071 6.65666L32.3431 0.292702C31.9526 -0.0978227 31.3195 -0.0978227 30.9289 0.292702C30.5384 0.683226 30.5384 1.31639 30.9289 1.70692L36.5858 7.36377L30.9289 13.0206C30.5384 13.4111 30.5384 14.0443 30.9289 14.4348C31.3195 14.8254 31.9526 14.8254 32.3431 14.4348L38.7071 8.07088ZM0 7.36377V8.36377H38V7.36377V6.36377H0V7.36377Z' fill='white' /%3E%3C/svg%3E") 50% no-repeat;
    margin: auto
}

.products_section .inner .item .body .text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 163%;
    color: var(--gray-1);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden
}

@media (max-width:1224px) {
    .products_section .inner .item .body {
        padding: 18px 22px
    }

    .products_section .inner .item .body .text {
        font-size: 14px;
        line-height: 143%;
        -webkit-line-clamp: 6
    }
}

.products_section .inner .item .vertical_text {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 24px;
    line-height: 133%;
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    transition: all 0.3s;
    transform: rotate(-90deg) translate(-100%, 10px);
    width: 98px;
    padding: 0 0 19px 0
}

.products_section .inner .item .vertical_text span {
    white-space: nowrap
}

.products_section .inner .item .vertical_text:before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    bottom: 16px;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    margin: auto
}

@media (max-width:1224px) {
    .products_section .inner .item .vertical_text {
        padding-bottom: 36px
    }

    .products_section .inner .item .vertical_text:before {
        bottom: 36px
    }
}

@media (max-width:900px) {
    .products_section .inner .item .vertical_text {
        transform: none;
        left: 0;
        bottom: 0;
        padding: 0 0 0 46px;
        line-height: 60px;
        font-size: 24px;
        width: 100%
    }

    .products_section .inner .item .vertical_text:before {
        left: 24px;
        top: 0;
        bottom: 0;
        margin: auto
    }

    .products_section .inner .item .vertical_text:after {
        content: "+";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        line-height: 60px;
        font-family: var(--font-family);
        font-weight: 600;
        font-size: 24px;
        color: var(--primary)
    }
}

.products_section .inner .item.more .vertical_text {
    color: var(--primary);
    font-weight: 400
}

.products_section .inner .item.more .vertical_text:before {
    background: var(--primary)
}

@media (max-width:900px) {
    .products_section .inner .item {
        height: 60px;
        width: 100%;
        flex: none
    }
}

@media (min-width:901px) {
    .products_section .inner .item.active {
        flex: 1 1 auto
    }
}

.products_section .inner .item.active .image {
    opacity: 1
}

.products_section .inner .item.active .body {
    opacity: 1
}

.products_section .inner .item.active .vertical_text {
    opacity: 0
}

@media (max-width:900px) {
    .products_section .inner .item.active {
        height: auto
    }
}

.delevery_section {
    padding: 30px 0 60px
}

.delevery_section h2 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 36px;
    line-height: 117%;
    color: var(--black);
    margin: 0 0 36px
}

@media (max-width:900px) {
    .delevery_section h2 {
        font-size: 24px;
        line-height: 133%;
        text-align: left;
        margin-bottom: 24px
    }
}

.delevery_section .inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px
}

.delevery_section img {
    width: 100%
}

.delevery_section .text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    color: #000
}

.delevery_section .text a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
    text-decoration: underline;
    color: var(--primary)
}

.delevery_section .text ul {
    margin: 0 0 30px;
    padding: 0;
    list-style: none
}

.delevery_section .text ul li {
    position: relative;
    padding-left: 28px
}

.delevery_section .text ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 12px;
    background: #000;
    top: 8px
}

@media (max-width:900px) {
    .delevery_section {
        padding: 20px 0 40px
    }

    .delevery_section h2 {
        font-size: 24px;
        line-height: 133%;
        margin-bottom: 24px
    }

    .delevery_section .inner {
        display: block
    }

    .delevery_section .inner .text {
        font-size: 14px;
        line-height: 143%
    }

    .delevery_section .inner .text:last-child {
        margin-bottom: 0
    }

    .delevery_section .inner .text ul {
        margin-bottom: 16px
    }

    .delevery_section .image {
        margin-bottom: 16px
    }
}

.about_section {
    padding: 53px 0 57px;
    position: relative
}

.about_section_inner {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.about_section_inner .about_section_top {
    flex: 1 1 auto;
    padding-bottom: 150px
}

.about_section h2 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 36px;
    line-height: 117%;
    color: #fff;
    margin: 0 0 36px
}

@media (max-width:900px) {
    .about_section h2 {
        font-size: 24px;
        line-height: 133%;
        text-align: left;
        margin-bottom: 24px
    }
}

.about_section__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 163%;
    color: #fff;
    max-width: 852px
}

.about_section .block_inner {
    position: relative;
    z-index: 2
}

@media (max-width:900px) {
    .about_section {
        padding: 0 0 30px
    }

    .about_section_inner .about_section_top {
        position: relative;
        min-height: 570px;
        padding-top: 30px
    }
}

.about_video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.about_video img,
.about_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.about_video:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.68) 100%);
    height: 308px
}

@media (max-width:900px) {
    .about_video:after {
        display: none
    }
}

.about_video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 94px;
    height: 94px;
    background: rgba(0, 0, 0, 0.29);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center
}

.about_video__play:after {
    content: "";
    border-left: 30px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    margin-left: 7px
}

.about_video__play:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 20px;
    height: 30px;
    border: solid #fff;
    border-width: 0 5px;
    margin: auto;
    opacity: 0
}

.about_video__play.playing {
    opacity: 0
}

.about_video__play.playing:before {
    opacity: 1
}

.about_video__play.playing:after {
    opacity: 0
}

.about_video__play:hover {
    opacity: 0.8
}

@media (max-width:900px) {
    .about_video__play {
        margin-top: 50px
    }
}

.about_video:hover__play.playing {
    opacity: 1
}

.about_features {
    margin-top: 36px;
    padding: 0 0
}

.about_features__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px
}

@media (max-width:900px) {
    .about_features {
        margin: 0;
        padding-top: 14px
    }

    .about_features__grid {
        gap: 16px;
        grid-template-columns: 1fr
    }
}

.about_feature {
    padding: 24px 0
}

.about_feature:before {
    content: "+";
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 24px;
    line-height: 133%;
    color: #fff
}

.about_feature__title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    line-height: 144%;
    color: #fff;
    padding-top: 8px;
    margin: 0 0 8px
}

.about_feature__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #eee
}

@media (max-width:900px) {
    .about_feature {
        padding: 0
    }

    .about_feature:before {
        color: var(--primary)
    }

    .about_feature__title {
        color: var(--primary)
    }

    .about_feature__text {
        color: var(--gray)
    }
}

.form_section {
    padding: 60px 0 30px
}

.form_section .form_section__inner {
    display: grid;
    grid-template-columns: 500px 1fr;
    gap: 56px;
    align-items: center;
    padding: 33px 51px;
    border: 1px solid #d9d9d9
}

@media (max-width:1250px) {
    .form_section .form_section__inner {
        gap: 26px;
        padding: 24px 20px;
        grid-template-columns: 350px 1fr
    }
}

@media (max-width:900px) {
    .form_section .form_section__inner {
        grid-template-columns: 1fr
    }
}

.form_section h2 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 36px;
    line-height: 117%;
    color: #000;
    margin: 0 0 13px
}

@media (max-width:900px) {
    .form_section h2 {
        font-size: 24px;
        line-height: 133%;
        text-align: left;
        margin-bottom: 8px
    }
}

.form_section__sub {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 163%;
    color: #787878;
    margin: 0 0 8px
}

.form_section__contacts {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap
}

.form_section__contacts > div {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.form_section__phone {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    line-height: 144%;
    color: #000
}

.form_section__phone:hover {
    color: var(--primary)
}

.form_section .soc_block {
    text-decoration: none;
    width: 32px;
    font-size: 0
}

.form_section__consult {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    text-decoration: underline;
    color: var(--primary)
}

.form_section__consult:hover {
    text-decoration: none
}

.form_section__fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 21px;
    align-items: start
}

.form_section__fields .field {
    margin: 0
}

.form_section__fields .field.checkbox {
    grid-column: span 2
}

@media (max-width:600px) {
    .form_section__fields {
        display: flex;
        flex-direction: column;
        gap: 16px
    }

    .form_section__fields .btn_button {
        width: 100%
    }

    .form_section__fields .field {
        width: 100%
    }
}

.polymers_slider_section {
    padding: 30px 0
}

@media (max-width:900px) {
    .polymers_slider_section {
        padding: 20px 0
    }
}

.polymers_slider_section .block_inner {
    position: relative
}

.polymers_slider_section h2 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 36px;
    line-height: 117%;
    color: var(--primary);
    margin: 0 0 32px;
    padding-right: 160px
}

@media (max-width:768px) {
    .polymers_slider_section h2 {
        font-size: 24px;
        line-height: 133%;
        padding-right: 0;
        margin-bottom: 24px
    }
}

.polymers_slider_section .polymers_swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    gap: 30px;
    box-sizing: border-box
}

.polymers_slider_section .polymers_slider_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px
}

.polymers_slider_section .polymers_pagination {
    position: absolute !important;
    right: 20px;
    left: auto;
    bottom: auto;
    top: 20px;
    width: auto !important;
    display: flex;
    align-items: center;
    gap: 4px;
    text-align: left
}

.polymers_slider_section .polymers_pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: var(--gray-2);
    opacity: 1;
    border-radius: 50%;
    transition: all 0.3s;
    margin: 0 !important;
    flex-shrink: 0
}

.polymers_slider_section .polymers_pagination .swiper-pagination-bullet-active {
    width: 32px;
    border-radius: 6px;
    background: var(--primary)
}

@media (max-width:768px) {
    .polymers_slider_section .polymers_pagination {
        position: static !important;
        width: 100% !important;
        justify-content: center;
        margin-top: 20px
    }
}

.polimer_card {
    background: var(--gray---bg);
    display: flex;
    gap: 29px;
    padding: 23px 16px;
    align-items: flex-start;
    position: relative
}

.polimer_card a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-decoration: none
}

@media (max-width:1040px) {
    .polimer_card {
        padding: 14px;
        gap: 15px
    }
}

.polimer_card__img {
    flex-shrink: 0
}

.polimer_card__img img {
    width: 106px;
    height: 106px;
    object-fit: cover;
    display: block
}

@media (max-width:768px) {
    .polimer_card__img img {
        width: 80px;
        height: 80px
    }
}

.polimer_card__body {
    flex: 1
}

.polimer_card__name {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 144%;
    color: #000;
    margin-bottom: 6px;
    word-break: break-all
}

.polimer_card__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #000;
    margin: 0
}

.help_polymer_section {
    padding: 30px 0
}

@media (max-width:900px) {
    .help_polymer_section {
        padding: 20px 0
    }
}

.help_polymer_section__inner {
    background: var(--primary);
    display: grid;
    grid-template-columns: 271px 1fr;
    gap: 110px;
    align-items: center;
    padding: 30px
}

@media (max-width:900px) {
    .help_polymer_section__inner {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 20px
    }
}

.help_polymer_section__left h2 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 24px;
    line-height: 133%;
    color: #fff;
    margin: 0 0 20px
}

@media (max-width:900px) {
    .help_polymer_section__left h2 {
        margin-bottom: 16px
    }
}

.help_polymer_section__left .btn_button {
    max-width: 271px
}

.help_polymer_section__right p {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 163%;
    color: #fff;
    margin: 0 0 17px
}

@media (max-width:900px) {
    .help_polymer_section__right p {
        font-size: 14px;
        line-height: 157%
    }
}

.help_polymer_section__right ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.help_polymer_section__right ul li {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    color: #fff;
    padding-left: 18px;
    position: relative
}

.help_polymer_section__right ul li:before {
    content: "·";
    position: absolute;
    left: 4px;
    font-size: 20px;
    line-height: 1.3
}

@media (max-width:900px) {
    .help_polymer_section__right ul li {
        font-size: 14px
    }
}

.suppliers_section {
    padding: 30px 0
}

.suppliers_section h2 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 24px;
    line-height: 133%;
    color: #000;
    margin: 0 0 38px
}

@media (max-width:900px) {
    .suppliers_section h2 {
        margin-bottom: 16px
    }
}

.suppliers_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

@media (max-width:1024px) {
    .suppliers_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px 0
    }
}

@media (max-width:767px) {
    .suppliers_grid {
        grid-template-columns: 1fr;
        gap: 16px
    }
}

.suppliers_item {
    padding: 0 32px;
    border-right: 1px solid var(--gray-1);
    display: flex;
    gap: 20px
}

.suppliers_item:first-child {
    padding-left: 0
}

@media (max-width:1024px) {
    .suppliers_item:nth-child(3) {
        padding-left: 0
    }

    .suppliers_item:nth-child(2n) {
        border: none
    }
}

@media (max-width:767px) {
    .suppliers_item {
        border: none;
        padding: 0;
        gap: 24px
    }
}

.suppliers_item__flag {
    margin-bottom: 12px;
    flex: 0 0 auto
}

.suppliers_item__flag img {
    width: 60px;
    height: 40px;
    object-fit: contain;
    border-radius: 0;
    display: block
}

@media (max-width:767px) {
    .suppliers_item__flag img {
        width: 48px;
        height: 32px
    }
}

.suppliers_item__country {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 144%;
    color: #000;
    margin-bottom: 9px
}

.suppliers_item p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: var(--gray);
    margin: 0
}

.suppliers_item p b {
    font-weight: 600
}

.preim_section {
    padding: 30px 0;
    background: #fff
}

@media (max-width:900px) {
    .preim_section {
        padding: 20px 0
    }
}

.preim_inner {
    display: grid;
    grid-template-columns: 402px 1fr;
    gap: 34px;
    align-items: start
}

@media (max-width:900px) {
    .preim_inner {
        grid-template-columns: 1fr;
        gap: 24px
    }
}

.preim_left {
    position: sticky;
    top: 20px
}

@media (max-width:900px) {
    .preim_left {
        position: static
    }
}

.preim_left .preim_label {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: var(--primary);
    margin-bottom: 13px
}

.preim_left h2 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 36px;
    line-height: 117%;
    color: #000;
    margin: 0 0 81px
}

@media (max-width:900px) {
    .preim_left h2 {
        font-size: 24px;
        margin: 0
    }
}

@media (max-width:900px) {
    .preim_left .preim_label {
        margin-bottom: 4px
    }

    .preim_left h2 {
        margin: 0
    }

    .preim_left .preim_img {
        display: none
    }
}

.preim_img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    transition: opacity 0.3s
}

.preim_right {
    padding-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 22px
}

@media (max-width:900px) {
    .preim_right {
        grid-template-columns: 1fr;
        gap: 16px;
        padding-top: 0
    }
}

.preim_item {
    cursor: pointer
}

@media (max-width:900px) {
    .preim_item__header {
        display: flex;
        gap: 8px
    }
}

.preim_item__plus {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 24px;
    line-height: 133%;
    color: var(--primary);
    transition: transform 0.2s;
    user-select: none;
    margin-bottom: 8px
}

.preim_item p {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    line-height: 144%;
    color: var(--black);
    margin: 0;
    transition: color 0.2s
}

@media (max-width:900px) {
    .preim_item p {
        font-size: 14px;
        line-height: 143%
    }
}

.preim_item__image {
    display: none;
    margin-top: 8px
}

.preim_item__image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block
}

.preim_item.active .preim_item__plus {
    content: "−"
}

.preim_item.active p {
    color: var(--primary)
}

@media (max-width:900px) {
    .preim_item.active .preim_item__image {
        display: block
    }
}

.partner_section {
    padding: 30px 0
}

@media (max-width:900px) {
    .partner_section {
        padding: 20px 0
    }
}

.partner_section .title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 133%;
    color: #000;
    margin: 0 0 25px
}

@media (max-width:900px) {
    .partner_section .title {
        margin-bottom: 24px;
        font-size: 20px
    }
}

.partner_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px
}

@media (max-width:1024px) {
    .partner_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px
    }
}

@media (max-width:767px) {
    .partner_grid {
        display: flex;
        gap: 10px;
        padding: 0 20px;
        margin: 0 -20px;
        overflow-x: auto
    }

    .partner_grid .partner_item {
        flex: 0 0 184px
    }
}

.partner_item {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center
}

.certificat_section {
    padding: 30px 0
}

@media (max-width:900px) {
    .certificat_section {
        padding: 20px 0
    }
}

.certificat_section .block_inner {
    display: grid;
    grid-template-columns: 1fr 410px;
    gap: 27px
}

@media (max-width:900px) {
    .certificat_section .block_inner {
        display: block
    }
}

.certificat_section .block_inner:has(>.left:last-child) {
    grid-template-columns: 1fr
}

.certificat_section .title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 133%;
    color: #000;
    margin: 0 0 33px
}

@media (max-width:900px) {
    .certificat_section .title {
        margin-bottom: 24px;
        font-size: 20px
    }
}

.certificat_section .left {
    padding-top: 33px
}

@media (max-width:900px) {
    .certificat_section .left {
        padding: 0 0 40px;
        width: 100%
    }
}

.certificat_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

@media (max-width:1024px) {
    .certificat_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px
    }
}

@media (max-width:767px) {
    .certificat_grid {
        display: flex;
        gap: 15px;
        padding: 0 20px;
        margin: 0 -20px;
        overflow-x: auto
    }

    .certificat_grid .certificat_item {
        flex: 0 0 159px
    }
}

.certificat_item {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center
}

.form_bottom_section {
    padding: 30px 0 60px
}

@media (max-width:900px) {
    .form_bottom_section {
        padding: 20px 0 56px
    }
}

.form_bottom_section .form_section__inner {
    max-width: 1200px;
    margin: 0 auto
}

.form_bottom_section .title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 24px;
    line-height: 133%;
    color: var(--black);
    margin: 0 0 36px;
    text-align: center
}

.form_bottom_section .title span {
    color: var(--primary)
}

@media (max-width:900px) {
    .form_bottom_section .title {
        font-size: 24px;
        line-height: 133%;
        text-align: left;
        margin-bottom: 24px
    }
}

.form_bottom_section__fields {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 17px 12px;
    align-items: start
}

.form_bottom_section__fields .field {
    margin: 0
}

.form_bottom_section__fields .field.checkbox {
    grid-column: span 4
}

@media (max-width:1024px) {
    .form_bottom_section__fields {
        grid-template-columns: repeat(2, 1fr)
    }

    .form_bottom_section__fields .field.checkbox {
        grid-column: span 2
    }
}

@media (max-width:767px) {
    .form_bottom_section__fields {
        display: flex;
        flex-direction: column;
        gap: 16px
    }

    .form_bottom_section__fields .btn_button {
        width: 100%
    }

    .form_bottom_section__fields .field {
        width: 100%
    }
}

.footer {
    background: var(--black);
    padding: 50px 0 40px
}

.footer_inner {
    display: grid;
    grid-template-columns: 378px 178px 1fr 230px;
    gap: 44px;
    align-items: start
}

@media (max-width:1200px) {
    .footer_inner {
        grid-template-columns: 220px 140px 1fr 200px;
        gap: 32px
    }
}

@media (max-width:900px) {
    .footer_inner {
        grid-template-columns: 1fr;
        gap: 38px
    }
}

@media (max-width:900px) {

    .footer_col--nav,
    .footer_col--products {
        display: none
    }
}

.footer_col--info {
    color: #fff;
    padding-right: 45px;
    border-right: 1px solid rgba(218, 218, 218, 0.2)
}

@media (max-width:900px) {
    .footer_col--info {
        padding-right: 0;
        border: none
    }
}

.footer_logo {
    margin-bottom: 24px
}

.footer_logo a {
    display: block
}

.footer_logo svg {
    display: block;
    width: 100%;
    max-width: 296px
}

.footer_desc {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: var(--gray-1);
    margin: 0
}

.footer_policy {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: var(--gray-1);
    text-decoration: underline;
    transition: color 0.2s
}

.footer_policy:hover {
    color: var(--primary);
    text-decoration: none
}

.footer_nav_mobile {
    display: none
}

@media (max-width:900px) {
    .footer_nav_mobile {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px 20px;
        margin-top: 12px
    }
}

.footer_nav_mobile a {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 163%;
    color: var(--primary);
    text-decoration: none;
    padding: 0
}

.footer_nav_mobile a:hover {
    text-decoration: underline
}

.footer_nav {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-top: 4px
}

.footer_nav a {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 163%;
    color: var(--primary);
    text-decoration: none;
    transition: opacity 0.2s
}

.footer_nav a:hover {
    opacity: 0.75
}

.footer_products_title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 163%;
    color: var(--primary);
    margin-bottom: 18px
}

.footer_products_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px 12px
}

.footer_products_col {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.footer_products_col a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 163%;
    color: var(--gray-1);
    text-decoration: none;
    transition: color 0.2s
}

.footer_products_col a:hover {
    color: var(--primary)
}

.footer_col--contact {
    padding-top: 4px
}

.footer_phone {
    display: block;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    line-height: 144%;
    color: #fff !important;
    text-decoration: none;
    margin-bottom: 6px;
    transition: color 0.2s
}

.footer_phone a {
    text-decoration: none;
    color: inherit;
    transition: color 0.2s
}

.footer_phone a:hover {
    color: var(--primary)
}

@media (max-width:900px) {
    .footer_phone {
        font-size: 18px
    }
}

.footer_consult {
    display: block;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: var(--primary);
    text-decoration: underline;
    margin-bottom: 14px;
    transition: opacity 0.2s
}

.footer_consult:hover {
    opacity: 0.75;
    text-decoration: none
}

.footer_contact_row {
    margin-bottom: 10px
}

@media (max-width:900px) {
    .footer_contact_row {
        justify-content: space-between
    }
}

.footer_social {
    display: flex;
    gap: 8px;
    margin-bottom: 7px
}

.footer_social > div {
    display: flex;
    gap: 8px;
}

.footer_social a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s
}

.footer_social a:hover {
    opacity: 0.8
}

.footer_email {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    text-decoration: none
}

.footer_email a {
    text-decoration: none;
    color: inherit;
    transition: color 0.2s
}

.footer_email a:hover {
    color: var(--primary)
}

.footer_rating img {
    max-width: 190px;
    display: block;
    height: auto
}

@media (max-width:900px) {
    .footer_rating {
        grid-column: span 2
    }
}

@media (max-width:900px) {
    .footer_col--contact {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px 14px;
        align-items: start
    }

    .footer_col--contact .footer_phone {
        grid-column: 1;
        margin: 0
    }

    .footer_col--contact .footer_consult {
        grid-column: 1;
        margin-bottom: 0
    }

    .footer_col--contact .footer_contact_row {
        grid-column: 2;
        grid-row: 1/span 2;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 0;
        gap: 10px
    }

    .footer_col--contact .footer_rating {
        grid-column: 1/span 2;
        margin-top: 8px
    }
}

.partner_item {
    overflow: hidden
}

.partner_item img {
    transition: transform 0.4s ease;
    display: block;
    width: 100%
}

.partner_item:hover img {
    transform: scale(1.07)
}

.certificat_item {
    overflow: hidden
}

.certificat_item img {
    transition: transform 0.4s ease;
    display: block;
    width: 100%
}

.certificat_item:hover img {
    transform: scale(1.06)
}

.polimer_card__img {
    overflow: hidden
}

.polimer_card__img img {
    transition: transform 0.45s ease
}

.polimer_card:hover .polimer_card__img img {
    transform: scale(1.08)
}

.products_section .item .image {
    overflow: hidden
}

.products_section .item .image img {
    transition: transform 0.5s ease
}

.products_section .item:hover .image img {
    transform: scale(1.06)
}

.preim_item__image {
    overflow: hidden
}

.preim_item__image img {
    transition: transform 0.4s ease;
    display: block;
    width: 100%
}

.preim_item.active .preim_item__image img {
    transform: scale(1.05)
}

.anim-fade-up {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.55s ease, transform 0.55s ease
}

.anim-fade-up.is-visible {
    opacity: 1;
    transform: translateY(0)
}

.anim-fade-left {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.55s ease, transform 0.55s ease
}

.anim-fade-left.is-visible {
    opacity: 1;
    transform: translateX(0)
}

.remodal-overlay {
    background: rgba(0, 0, 0, 0.55)
}

.remodal {
    padding: 50px 50px 48px;
    max-width: 440px !important;
    border-radius: 0;
    box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.15);
    text-align: center;
    background: #fff !important;
}

.remodal.view_docs {
    max-width: 360px !important
}

.remodal.view_docs .consult_popup__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 144%;
    color: var(--black);
    text-align: left
}

.remodal.view_docs .prod_docs__list {
    margin: 0
}

.remodal .remodal-close {
    position: absolute;
    top: 15px;
    right: 10px;
    left: auto;
    width: 32px;
    height: 32px;
    background: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.14275 0.75293L0.753418 7.14226' stroke='%23130F26' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.14467 7.146L0.75 0.75' stroke='%23130F26' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50% no-repeat;
    transition: opacity 0.2s
}

.remodal .remodal-close:before {
    display: none
}

.remodal .remodal-close:hover {
    opacity: 0.6;
    background-color: transparent
}

.remodal.modal-success .btn_button {
    width: 100%
}

.success_popup__title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 24px;
    line-height: 133%;
    text-align: center;
    color: var(--primary);
    margin: 0 0 24px
}

.consult_modal {
    text-align: left
}

.consult_popup__title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 24px;
    line-height: 133%;
    text-align: center;
    color: var(--primary);
    margin: 0 0 24px
}

.consult_popup__fields {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.consult_popup__fields .field {
    margin: 0;
    width: 100%
}

body.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0
}