:root {
    --font-family: "Open Sans", sans-serif;
    --color-black: #000000;
    --color-green: #4bb080;
    --color-orange: #fab220;
    --color-red: #eb4b4b;
    --color-gray: #f4f4f4;
    --color-gray2: #fbfbfb;
    --color-gray-text: #969696;
    --color-gray-line: #bbbbbb;
    --color-white: #ffffff
}

*,
:after,
:before,
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    text-rendering: optimizeLegibility;
    -webkit-text-decoration-skip: objects;
    text-decoration-skip: objects;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    background: url(../img/bg.jfif);
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 400;
    line-height: 129%;
    color: var(--color-black);
    overflow-x: hidden
}

blockquote,
body,
dd,
dl,
figure,
p {
    margin: 0
}

blockquote,
q {
    quotes: none
}

ol,
ul {
    list-style: none;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

b,
h1,
h3,
h4,
h5,
h6,
strong,
th {
    font-weight: inherit
}

h1,
h3,
h4,
h5,
h6 {
    margin: 0
}

h2,
ol,
ul {
    margin: 0
}

audio,
video {
    display: block
}

iframe {
    border: 0
}

code,
kbd,
pre,
samp {
    font: inherit monospace, monospace
}

a,
abbr {
    text-decoration: none
}

a {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

abbr {
    border: 0
}

dfn,
em,
i {
    font-style: inherit
}

a,
mark {
    background: 0 0;
    color: inherit
}

h1,
h2,
h3,
h4,
h5,
h6,
small,
sub,
sup {
    font-size: inherit
}

sub,
sup {
    position: relative;
    vertical-align: baseline;
    line-height: 0
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

button,
input,
optgroup,
select,
textarea {
    background: 0 0;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: inherit;
    letter-spacing: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-align: left;
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer;
    -webkit-appearance: none
}

textarea {
    resize: none;
    overflow-y: auto;
    overflow-x: hidden
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

[type=search] {
    outline: 0
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    padding: 0;
    white-space: normal
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select::-ms-expand {
    display: none
}

img {
    width: 100%;
    height: 100%;
    display: block
}

button,
input,
textarea {
    font-family: var(--font-family);
    font-style: normal
}

input:focus-visible,
textarea:focus-visible {
    outline: 1px solid var(--color-gray-line)
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 18px;
    color: var(--color-gray-text)
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    font-size: 14px;
    line-height: 18px;
    color: var(--color-gray-text)
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 14px;
    line-height: 18px;
    color: var(--color-gray-text)
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    font-size: 14px;
    line-height: 18px;
    color: var(--color-gray-text)
}

input::placeholder,
textarea::placeholder {
    font-size: 14px;
    line-height: 18px;
    color: var(--color-gray-text)
}

body._lock {
    overflow: hidden
}

.container {
    width: 100%;
    max-width: 1581px;
    padding: 0 10px;
    margin: 0 auto
}

h1 {
    font-weight: 700;
        font-size: calc(22px + 18*((100vw - 320px)/1600)) !important;
    line-height: 129%;
}

.col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
   margin-bottom: 30px;
   padding-right: 15px;
    padding-left: 15px;

}

.article__wrapper .block__info .wrapper__img2 {
    background: var(--color-white);
    border-radius: 16px;
    margin-bottom: 40px;
    overflow: hidden;
    margin-left: 3%;
        width: 45%;
    display: inline-flex;
}


.article__wrapper .block__info .wrapper__img2 .img__txt {
    padding: 21px 0;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
}


.article__wrapper figure {
    background: var(--color-white);
    border-radius: 16px;
    margin-bottom: 40px;
    overflow: hidden;
    
}


figcaption {
    padding: 21px 0;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
}

.img__txt span {
    margin-bottom: 0
}


.content .btn__seasonal1 {
    max-width: 100%;
    line-height: 150%;
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
    margin-left: 10px;
}

.news-item {
    display: block;
    position: relative;
    overflow: hidden;
    color: #fff;
    border-radius: 15px;
    height: 400px;
}

.btn1 {
    background: var(--color-gray);
    border: 1px solid var(--color-gray-line);
    border-radius: 12px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 16px;
    color: #000;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}

.btn1 svg {
    position: relative;
    top: -1px;
}


.product-inf .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  
}

.product-label {
    font-size: 14px;
    font-weight: 700;
    color: #2d3748;
 
}

.news-title1 {
    color: #fff;
 
    position: relative;
    margin-bottom: 10px;
}

.news-title2 {
    color: #fff;
    margin-top: 10px;
    position: relative;
    margin-bottom: 10px;
}


.more-btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    background: rgba(255,255,255,.3);
    padding: 18px 25px;
    border-radius: 12px;
    min-width: 200px;
    text-align: center;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.application .item .numb1 {
    font-weight: 700;
    font-size: 60px;
    line-height: 310px;
    color: var(--color-gray2);
    position: absolute;
    right: 14px;
    bottom: -67px;
    z-index: 2;
}


.news-title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    display: block;
    margin-bottom: 36px;
}


.news-item-caption {
    position: absolute;
    left: 40px;
    top: 30px;
    right: 100px;
    z-index: 2;
}

.news-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    border-radius: 8px;
}

.wrap__sale {
    position: absolute;
    left: 8px;
    top: 9px;
    gap: 5px;
    display: flex;
}

.wrap__sale .sale {
    background: var(--color-orange);
    border-radius: 40px;
    width: 200px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrap__sale .sale span {
    position: absolute;
    left: 7px;
    top: 11px;
    font-weight: 700;
    font-size: 8px;
    line-height: 11px;
    color: var(--color-white);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    text-transform: uppercase
}

.wrap__sale .sale p,
.wrap__sale .sellout {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: var(--color-white)
}

.wrap__sale .sale p {
    margin: 0;
    padding: 0;
}

.wrap__sale .sellout {
    background: var(--color-green);
    border-radius: 8px;
    padding: 10px 12px
}

.card1,
.card1 .img {
    overflow: hidden
}

.card1 .img {
    -webkit-filter: drop-shadow(0 20px 20px rgba(0, 0, 0, .05));
    filter: drop-shadow(0 20px 20px rgba(0, 0, 0, .05));
    border-radius: 16px;
   
    max-height: 100%;
    margin-bottom: 20px;
    position: relative
}

.card1 .img img {
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: center;
    object-position: center
}

.card1 .info a:hover>h4,
.header .menu__list ul li:hover a,
.header .navigation li:hover a,
.header .social .tel:hover,
.header-sticky .menu__list ul li:hover a,
.header-sticky .navigation li:hover a,
.header-sticky .social .tel:hover,
.stocks .info a:hover h4 {
    color: var(--color-orange)
}

.card1 .info h4,
.stocks .info h4 {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.card1 .info .description li,
.card1 .info .price,
.stocks .info .description li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card1 .info .price {
    font: 700 24px/32px "Open Sans";
    color: var(--color-black);
    gap: 5px;
    margin-bottom: 20px
}

.card1 .info .btn__seasonal {
    max-width: 100%;
    margin-bottom: 20px;
    gap: 8px
}

.sf_introtext .btn__seasonal {
    max-width: 100%;
    
    font-size: 16px;
    display: inline-block;
}

.card1 .info .description ul,
.stocks .info .description ul {
    font-size: 12px;
    line-height: 16px;
    color: var(--color-gray-text)
}

.card1 .info .description li,
.stocks .info .description li {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 4px
}

.card1 .info .description li:not(:last-child),
.stocks .info .description li:not(:last-child) {
    margin-bottom: 8px
}

.card1 .info .description li span,
.stocks .info .description li span {
    white-space: nowrap
}

.card1 .info .description li .line,
.stocks .info .description li .line {
    width: 100%;
    height: 1px;
    background: var(--color-gray-text);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.check {
    gap: 12px;
    position: relative
}

.check input,
.check label,
.check label svg {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.news-item:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.35);
    z-index: 1;
    border-radius: 16px;
}

.check,
.check label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.check label {
    width: 24px;
    height: 24px;
    background: var(--color-gray);
    border: 1px solid var(--color-gray-line);
    border-radius: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.check input,
.check label svg {
    opacity: 0
}

.check input {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden
}

.check input:checked+label {
    background: var(--color-orange)
}

.check input:checked+label svg {
    opacity: 1
}

.catalog .catalog__result .pagination li,
.check span,
.info__text .item p {
       font-size: 16px;
    line-height: 129%;
    margin-bottom: 10px;
}

.custom__ul {
    padding-left: 48px;
    line-height: 129%
}

.custom__ol li,
.custom__ul li {
    position: relative
}

.catalog .catalog__filters .filters .filter .sub-item .check:not(:last-child),
.custom__ol li:not(:last-child),
.custom__ul li:not(:last-child) {
    margin-bottom: 20px
}

.custom__ol li:after,
.custom__ul li:after {
    position: absolute;
    left: -35px;
    background: var(--color-orange)
}

.custom__ul li:after {
    content: "";
    top: 8px;
    width: 16px;
    height: 2px;
    border-radius: 40px
}

.custom__ol {
    padding-left: 48px;
    counter-reset: num;
    line-height: 129%
}

.custom__ol li:after {
    content: counter(num) "";
    counter-increment: num;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: 18px;
    color: #fff
}

.btn,
.custom__ol li:after,
.title__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.title__section {
    margin-bottom: 60px;
    text-align: center;
    gap: 20px
}

.title__section .line {
    width: 100%;
    height: 1px;
    background: var(--color-gray-line);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.btn {
    border: 2px solid var(--color-orange);
    border-radius: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 213px;
    height: 40px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .02em;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    padding: 13px 0 12px
}

.btn svg {
    position: relative;
    top: -1px
}

.btn:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

::-webkit-scrollbar {
    background: var(--color-gray);
    width: 8px;
    height: 6px
}

::-webkit-scrollbar-thumb {
    background: var(--color-orange)
}

h2 {
    font-weight: 700;
    font-size: calc(22px + 18*((100vw - 320px)/1600));
    line-height: 129%
}

.section {
    margin-bottom: 100px
}

.slick-dots,
.table table {
    width: 100%;
    text-align: left
}

.slick-dots {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.slick-dots li {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    margin-top: 20px;
    border: 1px solid var(--color-orange)
}

.slick-dots li.slick-active,
.slick-dots li:hover {
    background: var(--color-orange)
}

.slick-dots li button {
    position: absolute;
    top: -5px;
    left: -5px;
    border: 0;
    border-radius: 50%;
    display: block;
    opacity: 0
}

.scrollup {
    position: fixed;
    right: 20px;
    bottom: -100px;
    width: 30px;
    height: 30px;
    z-index: 8;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.application .item:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.35);
    z-index: 1;
        border-radius: 16px;
}

.scrollup svg {
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.scrollup.show-scroll {
    opacity: 1;
    bottom: 20px
}

.table {
    width: 100%;
    overflow-y: hidden;
    min-height: .01%;
    overflow-x: auto
}

.table table {
    border-radius: 4px;
    max-width: 100%
}

.table table thead {
    background: var(--color-green);
    color: var(--color-white)
}

.table table thead th {
    padding: 7px 19px
}

.slick-dots li,
.table table tbody {
    background: var(--color-white)
}

.table table tbody tr:not(:last-child) {
    border-bottom: 1px solid var(--color-gray-line)
}

.table table tbody td {
    padding: 17px 19px
}

.header {
    padding: 60px 0 40px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.header .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.header .menu__icon {
    display: none;
    z-index: 20
}

.header .menu__body {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: var(--color-gray2);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    z-index: 10
}

.header .menu__body.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.header .menu__list {
    margin-bottom: 30px
}

.header .menu__list ul,
.header .menu__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .menu__list ul li,
.header-sticky .menu__list ul li {
    font-size: 18px;
    line-height: 24px
}

.header .menu__social {
    max-width: 320px;
    width: 100%
}

.header .menu__tel {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px
}

.header .navigation {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.header .navigation ul {
    gap: 24px
}

.header .navigation li,
.header-sticky .navigation li {
    font-size: calc(14px + 4*((100vw - 320px)/1600));
    line-height: 129%
}

.header .logo {
    max-width: 160px;
    width: 100%;
    padding: 0 20px
}

.header .navigation ul,
.header .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header .social {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.header .social .tel {
    font-weight: 700;
    font-size: calc(16px + 8*((100vw - 320px)/1600));
    line-height: 129%;
    margin-right: 16px
}

.header .social .btn__tel {
    margin-right: 24px
}

.footer__upper .block .wrap .btn svg,
.header .social .btn__tel svg,
.header-sticky .social .btn__tel svg {
    margin-right: 8px
}

.header .social .basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    cursor: pointer
}

.catalog .description .wrap .telegram svg,
.catalog .description .wrap .whatsapp svg,
.header .social .basket svg path,
.header-sticky,
.header-sticky .social .basket svg path,
.stocks .info a {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.catalog .description .wrap .telegram:hover svg path,
.catalog .description .wrap .whatsapp:hover svg path,
.header .social .basket:hover svg path,
.header-sticky .social .basket:hover svg path {
    fill: var(--color-orange)
}

.header .social .basket__count {
    background: var(--color-green);
    border-radius: 50%;
    width: 40px;
    height: 43px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: var(--color-white)
}

.header-sticky {
    background: var(--color-white);
    padding: 42px 0 30px;
    position: fixed;
    top: -200px;
    width: 100%;
    z-index: 9
}

.header-sticky.visible {
    top: 0
}

.header .social .basket__count,
.header-sticky .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-sticky .content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.header-sticky .menu {
    position: relative
}

.header-sticky .menu__icon {
    display: none;
    z-index: 20
}

.header-sticky .menu__body {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: var(--color-gray2);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    z-index: 10
}

.header-sticky .menu__body.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.header-sticky .menu__list {
    margin-bottom: 30px
}

.header-sticky .menu__list ul,
.header-sticky .menu__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-sticky .menu__social {
    max-width: 320px;
    width: 100%
}

.header-sticky .menu__tel {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px
}

.header-sticky .navigation {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.header-sticky .navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px
}

.header-sticky .logo {
    max-width: 205px;
    width: 100%;
    padding: 0 20px;
    margin-right: 58px
}

.header-sticky .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.header-sticky .social .tel {
    font-weight: 700;
    font-size: calc(16px + 8*((100vw - 320px)/1600));
    line-height: 129%;
    margin-right: 16px
}

.header-sticky .social .btn__tel {
    margin-right: 24px
}

.header-sticky .social .basket,
.header-sticky .social .basket__count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-sticky .social .basket {
    gap: 16px;
    cursor: pointer
}

.header-sticky .social .basket__count {
    background: var(--color-green);
    border-radius: 50%;
    width: 40px;
    height: 43px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: var(--color-white)
}

.heroimage .items {
    display: grid;
    grid-template-columns: 1fr 294px 1fr;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.heroimage .item {
    border-radius: 16px;
    overflow: hidden;
    position: relative
}

.heroimage .item img,
.stocks .item .img img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.stocks .items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 40px;
    padding: 0 140px
}

.stocks .item {
    background: var(--color-white);
    overflow: hidden;
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, .05);
    box-shadow: 0 20px 20px rgba(0, 0, 0, .05);
    border-radius: 16px
}

.stocks .item .img {
    max-height: 200px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative
}

.stocks .info {
    padding: 0 20px 32px
}

.stocks .info .price {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: var(--color-black);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    margin-bottom: 20px
}

.stocks .info .btn__stocks {
    background: var(--color-gray);
    border: 0;
    max-width: 100%;
    gap: 8px;
    margin-bottom: 20px
}

.stocks .info .btn__stocks svg {
    position: relative;
    top: -1px
}

.seasonal .items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 40px
}

.info__text .items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px
}

.info__text .item .element:not(:last-child) {
    margin-bottom: 40px
}

.cart__main .cart__result h6,
.info__text .item h6,
.order .item h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px
}

.cart__main .cart__result h6,
.info__text .item h6
 {
   
   font-weight: 700;
}


.order .items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 40px;
    margin-bottom: 40px
}

.order .item {
    background: var(--cl);
    position: relative;
    padding: 24px 20px;
    min-height: 200px;
    border-radius: 16px
}

.order .item h4 {
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-gray-text)
}

.order .item span {
    font-size: 18px;
    line-height: 24px;
    color: var(--color-black)
}

.order .item .mark {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 12px;
    right: 12px
}

.order .btn {
    margin: 0 auto;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 12px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.order .btn span {
    position: relative;
    top: 2px
}

.application .items {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 1fr 1fr;
    gap: 20px 20px;
    padding: 0 170px;
    grid-template-areas: "a a a a b b" "c c c d d d"
}

.application .items .a {
    grid-area: a
}

.application .items .b {
    grid-area: b
}

.application .items .c {
    grid-area: c
}

.application .items .d {
    grid-area: d
}

.application .item {
    padding: 47px 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
    position: relative;
    height: 420px
}

.application .item h4 {
    font-weight: 700;
    font-size: calc(20px + 4*((100vw - 320px)/1600));
    line-height: 129%;
    color: var(--color-white);
    z-index: 2;
    position: relative;
}

.order .item1 {
    background: var(--cl);
    position: relative;
    padding: 20px 15px;
    min-height: 100px;
    border-radius: 10px;
}


.order .item1 h4{
     color: var(--color-white);
}
.order .items1 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.heroimage .item:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.35);
    z-index: 1;
}

.application .item .numb {
    font-weight: 700;
    font-size: 228px;
    line-height: 310px;
    color: var(--color-gray2);
    position: absolute;
    right: 14px;
    bottom: -67px;
     z-index: 2;
}

.video__block .items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(338px, 1fr));
    gap: 40px 20px
}

.footer {
    padding-bottom: 80px
}

.footer__upper,
.footer__upper .block,
.footer__upper .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__upper .block,
.footer__upper .social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__upper,
.footer__upper .block {
    margin-bottom: 20px
}

.footer__lower li,
.footer__upper .block h4 {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px
}

.footer__upper .block h4 {
    letter-spacing: .02em;
    text-transform: uppercase;
    color: var(--color-gray-text);
    margin-bottom: 12px
}

.catalog h1,
.footer__upper .block .tel {
    font-weight: 700;
    line-height: 129%;
    text-align: center
}

.footer__upper .block .tel {
    font-size: calc(18px + 6*((100vw - 320px)/1600));
    color: var(--color-black)
}

.footer__upper .block .tel:hover {
    color: var(--color-orange)
}

.footer__upper .block .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__upper .block .wrap .btn {
    padding: 12px 24px;
    max-width: 100%
}

.footer__upper .block .mail {
    font-weight: 700;
    font-size: calc(12px + 18*((100vw - 320px)/1600));
    line-height: 129%;
    color: var(--color-black)
}

.catalog .catalog__result .pagination li.active a,
.catalog .description .wrap .tel:hover,
.footer__lower li:hover a,
.footer__upper .block .mail:hover {
    color: var(--color-orange)
}

.footer__middle .logo,
.footer__upper .block .adress,
.footer__upper .block .mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__upper .block .adress {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: var(--color-black)
}

.footer__middle .logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px
}

.footer__middle .logo img {
    max-width: 120px
}

.footer__middle .line {
    width: 100%;
    height: 1px;
    background: var(--color-gray-line);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.breadcrumbs nav,
.footer__lower,
.footer__upper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.breadcrumbs nav,
.catalog .description,
.footer__lower,
.footer__lower ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__lower ul {
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__lower li {
    color: var(--color-black);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.catalog h1 {
    font-size: calc(24px + 16*((100vw - 320px)/1600));
    color: #000;
    margin-bottom: 40px
}

.catalog .description {
    gap: 40px;
    margin-bottom: 40px
}

.catalog .description .block:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.catalog .description .wrap .tel,
.catalog .description h4,
.catalog .description p {
    font-size: calc(16px + 2*((100vw - 320px)/1600));
    line-height: 129%;
    color: var(--color-black)
}

.catalog .description .social {
    border: 1px solid var(--color-gray-line);
    border-radius: 16px;
    padding: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.catalog .description h4 {
    font-weight: 700;
    font-size: calc(20px + 4*((100vw - 320px)/1600));
    margin-bottom: 4px
}

.catalog .description .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.catalog .description .wrap .tel {
    font-weight: 700;
    font-size: calc(24px + 16*((100vw - 320px)/1600));
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.cart__main,
.catalog .catalog__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px
}

.catalog .catalog__filters,
.catalog .catalog__result {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.catalog .catalog__result .items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 40px
}

.catalog .catalog__result .pagination {
    margin-top: 40px
}

.catalog .catalog__filters .filters h5,
.catalog .catalog__result .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.catalog .catalog__result .pagination ul {
    gap: 23px;
    background: var(--color-white);
    border-radius: 24px;
    padding: 6px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.catalog .catalog__result .pagination li.first,
.catalog .catalog__result .pagination li.last {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .02em;
    text-transform: uppercase;
    background: var(--color-gray);
    color: var(--color-black);
    border-radius: 40px;
    padding: 12px 24px
}

.catalog .catalog__filters {
    max-width: 279px
}

.catalog .catalog__filters .filters {
    background: var(--color-white);
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, .05);
    box-shadow: 0 20px 20px rgba(0, 0, 0, .05);
    border-radius: 16px;
    padding: 40px 32px
}

.catalog .catalog__filters .filters .filter {
    margin-bottom: 20px;
    border-bottom: 2px solid var(--color-gray-line)
}

.catalog .catalog__filters .filters .filter .sub-item {
    display: none;
    padding-bottom: 20px
}

.catalog .catalog__filters .filters h5 {
    margin-bottom: 20px;
    font-size: calc(16px + 2*((100vw - 320px)/1600));
    line-height: 129%;
    color: var(--color-black);
    gap: 5px;
    cursor: pointer
}

.catalog .catalog__filters .filters h5 svg {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.catalog .catalog__filters .filters h5.active svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.catalog .catalog__filters .filters .price .range-slide {
    position: relative
}

.catalog .catalog__filters .filters .price .slide {
    position: absolute;
    bottom: 25px;
    background: var(--color-gray);
    border-radius: 20px;
    height: 8px;
    left: 9px;
    right: 9px
}

.catalog .catalog__filters .filters .price .line {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: var(--color-green);
    height: 8px
}

.catalog .catalog__filters .filters .price .thumb {
    position: absolute;
    z-index: 2;
    text-align: left;
    background: var(--color-white);
    border: 1px solid var(--color-gray-line);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    outline: 0;
    top: -7px;
    margin-left: -9px
}

.catalog .catalog__filters .filters .price input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    pointer-events: none;
    z-index: 3;
    height: 3px;
    bottom: 25px;
    width: 100%;
    opacity: 0;
    margin: 0
}

.catalog .catalog__filters .filters .price input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    pointer-events: all;
    border-radius: 50%;
    cursor: pointer;
    width: 18px;
    height: 18px
}

.catalog .catalog__filters .filters .price .display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 40px
}

.catalog .catalog__filters .filters .price .display span {
    background: var(--color-gray);
    border: 1px solid var(--color-gray-line);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--color-black);
    padding: 16px;
    max-width: 93px;
    width: 100%
}

.catalog .catalog__filters .btn {
    margin-top: 40px;
    background: var(--color-gray);
    border: 0
}

.cart .title {
    font-weight: 700;
    font-size: calc(22px + 18*((100vw - 320px)/1600));
    line-height: 129%;
    text-align: center;
    color: var(--color-black);
    margin-bottom: 40px
}

.cart__main .form .group {
    display: grid;
    grid-template-columns: 493px 1fr;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    justify-items: start
}

.cart__main .form .group .form__title {
    margin-bottom: 0
}

.cart__main .form .group .form__input {
    width: 100%;
    position: relative
}

.cart__main .form .group .form__input input[type=email],
.cart__main .form .group .form__input input[type=tel],
.cart__main .form .group .form__input input[type=text] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding: 0 16px;
    border-radius: 4px;
    background: var(--color-gray);
    border: 1px solid var(--color-gray-line)
}

.cart__main .form .group .form__input input[type=email]::-webkit-input-placeholder,
.cart__main .form .group .form__input input[type=tel]::-webkit-input-placeholder,
.cart__main .form .group .form__input input[type=text]::-webkit-input-placeholder,
.cart__main .form .group .form__input textarea::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--color-gray-text)
}

.cart__main .form .group .form__input input[type=email]::-moz-placeholder,
.cart__main .form .group .form__input input[type=tel]::-moz-placeholder,
.cart__main .form .group .form__input input[type=text]::-moz-placeholder,
.cart__main .form .group .form__input textarea::-moz-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--color-gray-text)
}

.cart__main .form .group .form__input input[type=email]:-ms-input-placeholder,
.cart__main .form .group .form__input input[type=tel]:-ms-input-placeholder,
.cart__main .form .group .form__input input[type=text]:-ms-input-placeholder,
.cart__main .form .group .form__input textarea:-ms-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--color-gray-text)
}

.cart__main .form .group .form__input input[type=email]::-ms-input-placeholder,
.cart__main .form .group .form__input input[type=tel]::-ms-input-placeholder,
.cart__main .form .group .form__input input[type=text]::-ms-input-placeholder,
.cart__main .form .group .form__input textarea::-ms-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--color-gray-text)
}

.cart__main .form .group .form__input input[type=email]::placeholder,
.cart__main .form .group .form__input input[type=tel]::placeholder,
.cart__main .form .group .form__input input[type=text]::placeholder,
.cart__main .form .group .form__input textarea::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--color-gray-text)
}

.cart__main .form .group .form__input textarea {
    width: 100%;
    border-radius: 4px;
    background: var(--color-gray);
    border: 1px solid var(--color-gray-line);
    padding: 16px
}

.cart__main .form .group .grid_input {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-flow: row;
    grid-template-areas: "box-1 box-1 box-2 box-2" "box-3 box-3 box-3 box-3"
}

.cart__main .form .group .box-1 {
    grid-area: box-1
}

.cart__main .form .group .box-2 {
    grid-area: box-2
}

.cart__main .form .group .box-3 {
    grid-area: box-3
}

.cart__main .form .group .wrapper__radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px
}

.cart__main .form .group .wrapper__radio .form_radio input[type=radio],
.cart__main .form__group .element__txt {
    display: none
}

.cart__main .form .group .wrapper__radio .form_radio input[type=radio]:checked+label {
    border: 1px solid var(--color-gray-line);
    background: var(--color-white)
}

.cart__main .form .group .wrapper__radio .form_radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    line-height: 18px;
    padding: 4px 12px;
    border: 1px solid transparent;
    border-radius: 12px
}

.cart__main .form .group .wrapper__radio .form_radio label:hover {
    border: 1px solid var(--color-gray-line)
}

.cart__main .form__group {
    margin-bottom: 40px
}

.cart__main .form__group .items .element__img {
    max-width: 80px;
    max-height: 60px;
    border-radius: 16px
}

.cart__main .form__group .items .element__description span {
    font-weight: 400;
    font-size: calc(16px + 2*((100vw - 320px)/1600));
    line-height: 129%;
    margin-bottom: 5px;
    display: block
}

.cart__main .form__group .items .element__description p {
    font-size: 12px;
    line-height: 16px
}

.cart__main .form__group .item {
    display: grid;
    grid-template-columns: 80px auto 145px 130px 130px;
    padding: 20px;
    background: var(--color-white);
    gap: 40px;
    border-bottom: 1px solid var(--color-gray-line)
}

.cart__main .form__group .item:first-child {
    background: var(--color-green);
    border-radius: 4px 4px 0 0;
    padding: 7px 19px;
    color: var(--color-white);
    border: 0
}

.cart__main .form__group .item:last-child {
    background: var(--color-gray-line);
    border-radius: 0 0 4px 4px;
    padding: 13px 19px;
    color: var(--color-white);
    border: 0
}

.cart__main .form__group .item-sub {
    position: relative
}

.cart__main .form__group .item-sub:nth-child(4) {
    text-align: right
}

.cart__main .form__group .item-sub:nth-child(5) {
    text-align: center
}

.cart__main .form__group .item-sub .price {
    font-size: 18px;
    line-height: 24px
}

.cart__main .form__group .item-sub .price-old {
    font-size: calc(16px + 2*((100vw - 320px)/1600));
    line-height: 129%;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: var(--color-red)
}

.cart__main .form__group .item-sub input {
    background: var(--color-white);
    border: 1px solid var(--color-gray-line);
    border-radius: 4px;
    height: 50px;
    width: 100%;
    padding: 0 16px;
    font-size: 14px;
    line-height: 18px
}

.cart__main .form__group .item-sub .form__input {
    position: relative
}

.cart__main .form__group .item-sub .wrap {
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px
}

.cart__main .form__group .item-sub .wrap .minus,
.cart__main .form__group .item-sub .wrap .plus {
    width: 16px;
    height: 16px;
    position: relative;
    cursor: pointer
}

.cart__main .form__group .item-sub .wrap .minus span {
    width: 100%;
    height: 2px;
    background: var(--color-black);
    display: block;
    position: absolute;
    top: 50%;
    border-radius: 10px
}

.cart__main .form__group .item-sub .wrap .plus span:first-child {
    width: 100%;
    height: 2px;
    background: var(--color-black);
    display: block;
    position: absolute;
    top: 50%;
    border-radius: 10px
}

.cart__main .form__group .item-sub .wrap .plus span:last-child {
    width: 100%;
    height: 2px;
    background: var(--color-black);
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    border-radius: 10px
}

.cart__main .form .wrapper__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    gap: 40px
}

.cart__main .form .wrapper__btn .btn {
    max-width: 308px
}

.card_main .info__description .card__about .cost p,
.cart__main .form__title {
    font-weight: 700;
    font-size: calc(20px + 4*((100vw - 320px)/1600));
    line-height: 129%
}

.cart__main .form__title {
    color: var(--color-black);
    margin-bottom: 20px;
    gap: 16px
}

.card_main .info__description .card__about li,
.cart__main .form__title,
.cart__main .form__title .numb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cart__main .form__title .numb {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: var(--color-white);
    width: 37px;
    height: 37px;
    background: var(--color-orange);
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cart__main .cart__result {
    background: var(--color-white);
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, .05);
    box-shadow: 0 20px 20px rgba(0, 0, 0, .05);
    border-radius: 16px;
    padding: 32px;
    max-height: 251px;
    position: sticky;
    top: 120px
}

.cart__main .cart__result .basket {
    margin-bottom: 20px
}

.cart__main .cart__result .price__result {
    font-weight: 700;
    font-size: calc(20px + 4*((100vw - 320px)/1600));
    line-height: 129%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid var(--color-gray-line)
}

.card_main .info__description .specifications ul li span,
.cart__main .cart__result span {
    font-size: 14px;
    line-height: 18px
}

.card_main {
    margin-bottom: 80px
}

.card_main .title {
    font-weight: 700;
    font-size: calc(24px + 16*((100vw - 320px)/1600));
    line-height: 129%;
    text-align: center;
    margin-bottom: 40px
}

.card_main .info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 29px 32px 67px;
    background: var(--color-white);
    border-radius: 16px
}

.card_main .info__slider {
    min-width: 0;
    min-height: 0
}

.card_main .info__slider .card-gallery__top {
    border-radius: 8px;
    margin-bottom: 12px
}

.card_main .info__slider .card-gallery__top .slider__item {
    height: calc(
      220px + 200 * ((100vw - 320px) / 1600)
    );
    border-radius: 8px;
    overflow: hidden;
}

.card_main .info__slider .card-gallery__bottom {
    padding: 0 94px
}

.card_main .info__slider .card-gallery__bottom .slider__item {
    margin: 0 6px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    width: 80px;
    height: 80px
}

.card_main .info__slider .card-gallery__bottom .slider__item img.active {
    border: 1px solid var(--color-orange);
}

.card_main .info__slider .btn {
    margin: 40px auto 0;
    max-width: 311px;
    gap: 8px;
    border: 0;
    background: var(--color-gray)
}

.card_main .info__description .card__about {
    margin-bottom: 36px
}

.card_main .info__description .card__about .cost p {
    color: var(--color-red)
}

.card_main .info__description .card__about .cost__one p,
.card_main .info__description .card__about .total__cost p {
    font-weight: 700;
    font-size: calc(18px + 6*((100vw - 320px)/1600));
    line-height: 129%;
    white-space: nowrap
}

.card_main .info__description .card__about li {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px
}

.card_main .info__description .card__about li:not(:last-child) {
    margin-bottom: 40px
}

.card_main .info__description .card__about li p,
.card_main .info__description .card__about li span {
    font-size: calc(16px + 2*((100vw - 320px)/1600));
    line-height: 112.01%
}

.card_main .info__description .card__about .input {
    max-width: 317px;
    width: 100%;
    position: relative
}

.card_main .info__description .card__about .input input {
    background: var(--color-white);
    border: 1px solid var(--color-gray-line);
    border-radius: 4px;
    width: 100%;
    height: 50px;
    padding-left: 20px;
}

.card_main .info__description .card__about .input .wrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 16px;
    gap: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.card_main .info__description .card__about .input .wrap span {
    width: 100%;
    position: absolute;
    top: 50%;
    height: 2px;
    background: var(--color-black);
    display: block
}

.card_main .info__description .card__about .input .minus,
.card_main .info__description .card__about .input .plus {
    width: 16px;
    height: 16px;
    position: relative;
    cursor: pointer
}

.card_main .info__description .card__about .input .minus span {
    left: 0
}

.card_main .info__description .card__about .input .plus span:first-child {
    left: 0
}

.card_main .info__description .card__about .input .plus span:last-child {
    left: 1px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.card_main .info__description .btn {
    max-width: 100%;
    margin-bottom: 14px
}

.card_main .info__description .actual {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    display: block;
    margin-bottom: 45px
}

.card_main .info__description .specifications h3 {
    font-weight: 700;
    font-size: calc(20px + 4*((100vw - 320px)/1600));
    line-height: 129%;
    margin-bottom: 19px
}

.card_main .info__description .specifications ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 4px
}

.card_main .info__description .specifications ul li:not(:last-child) {
    margin-bottom: 16px
}

.card_main .info__description .specifications ul li .line {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    background: var(--color-black)
}


   
  .popular .items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 40px;
}
   


.catalog  .sf_introtext {
   
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
 margin-bottom: 10px;  
}

.product__galery .items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 40px
}

.product__galery .item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 47px 39px;
    border-radius: 16px;
    height: 420px;
    position: relative;
    overflow: hidden
}

.product__galery .item .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
    background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2))
}

.product__galery .item .title {
    font-weight: 700;
    font-size: calc(18px + 6*((100vw - 320px)/1600));
    line-height: 129%;
    color: var(--color-white);
    margin-bottom: 25px;
    z-index: 2;
    position: relative
}

.product__galery .item .btn {
    max-width: 133px;
    background: var(--color-gray);
    border: 0;
    z-index: 2;
    position: relative
}

.article .title {
    font-weight: 700;
    font-size: calc(24px + 16*((100vw - 320px)/1600));
    line-height: 129%;
    text-align: center
}

.article__wrapper {
    display: grid;
    grid-template-columns: 279px 1fr;
    gap: 40px
}

.article__wrapper .block__info h2 {
    margin-bottom: 20px
}

.article__wrapper .block__info h3 {
    font-size: calc(16px + 2*((100vw - 320px)/1600));
    line-height: 129%;
    margin-bottom: 20px
}

.article__wrapper .block__info h4,
.article__wrapper .block__info h5 {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px
}

.article__wrapper .block__info h5 {
    letter-spacing: .02em;
    text-transform: uppercase
}

.article__wrapper .block__info p {
    margin-bottom: 20px;
    display: block
}

.article__wrapper .block__info span {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
    display: block
}



.article__wrapper1 {
    display: grid;
      gap: 40px;
      margin-top: 30px;
}

.article__wrapper1 .block__info h2 {
    margin-bottom: 20px
}

.article__wrapper1 .block__info {
  display: flex;
  flex-wrap: wrap;
}

.article__wrapper1 .block__info h3 {
    font-size: calc(16px + 2*((100vw - 320px)/1600));
    line-height: 129%;
    margin-bottom: 20px
}

.article__wrapper1 .block__info h4,
.article__wrapper1 .block__info h5 {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px
}

.article__wrapper1 .block__info h5 {
    letter-spacing: .02em;
    text-transform: uppercase
}

.article__wrapper1 .block__info p {
    margin-bottom: 20px;
    display: block
}



.article__wrapper1 .block__info .custom__ol,
.article__wrapper1 .block__info .custom__ul {
    margin-bottom: 40px
}

.article__wrapper1 .block__info .wrapper__img {
    background: var(--color-white);
    border-radius: 16px;
    margin-bottom: 40px;
    overflow: hidden
}

.article__wrapper1 .block__info .wrapper__img .img__txt {
    padding: 21px 0;
    text-align: center;
    font-size: 14px;
    line-height: 18px
}

.article__wrapper1 .block__info .wrapper__img .img__txt span {
    margin-bottom: 0
}

.more-btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    background: rgba(255,255,255,.3);
    padding: 18px 25px;
    border-radius: 12px;
    min-width: 200px;
    text-align: center;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
     margin-top: 20px
}



.article .title,
.article__wrapper .block__info .custom__ol,
.article__wrapper .block__info .custom__ul {
    margin-bottom: 40px
}

.article__wrapper .block__info .wrapper__img {
    background: var(--color-white);
    border-radius: 16px;
    margin-bottom: 40px;
    overflow: hidden
}

.article__wrapper .block__info .wrapper__img .img__txt {
    padding: 21px 0;
    text-align: center;
    font-size: 14px;
    line-height: 18px
}

.article__wrapper .block__info .wrapper__img .img__txt span {
    margin-bottom: 0
}

.article .publicity {
    margin-bottom: 32px;
    border-radius: 16px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 27px 30px;
    height: 420px
}

.article .publicity .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .4)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
    background: linear-gradient(0deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
    border-radius: 16px
}

.article .publicity span {
    color: var(--color-white);
    margin-bottom: 32px;
    display: block;
    position: relative
}

.article .publicity .btn {
    background: var(--color-gray);
    border: 0;
    position: relative;
    max-width: 132px
}

.article .form {
    background: var(--color-white);
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, .05);
    box-shadow: 0 20px 20px rgba(0, 0, 0, .05);
    border-radius: 16px;
    padding: 32px
}

.article .form input {
    background: var(--color-gray);
    border: 1px solid var(--color-gray-line);
    border-radius: 4px;
    height: 50px;
    padding-left: 16px;
    width: 100%
}

.article .form__title,
.article .publicity span {
    font-weight: 700;
    font-size: calc(18px + 6*((100vw - 320px)/1600));
    line-height: 129%
}

.article .form__title {
    margin-bottom: 20px
}

.article .form__sub_title,
.montaj .stages .items .item span {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
    display: block
}

.article .form__group {
    margin-bottom: 20px
}

.montaj .heroimage,
.montaj .stages .items .item .mark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.montaj .heroimage {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 499px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px
}

.montaj .heroimage h1,
.montaj .heroimage span {
    text-align: center;
    color: var(--color-white);
    max-width: 681px;
    padding: 0 20px
}

.montaj .heroimage h1 {
    font-weight: 700;
    font-size: calc(24px + 16*((100vw - 320px)/1600));
    line-height: 129%;
    margin-bottom: 22px
}

.montaj .heroimage .line {
    width: 100%;
    max-width: 200px;
    height: 4px;
    background: var(--color-orange);
    border-radius: 2px;
    margin-bottom: 20px
}

.montaj .heroimage span {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    display: block
}

.montaj .stages .title,
.works .title {
    text-align: center;
    margin-bottom: 40px
}

.montaj .stages .items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 40px;
    margin-bottom: 40px
}

.calculator__main,
.montaj .question-answer .item,
.montaj .stages .items .item {
    background: var(--color-white);
    border-radius: 16px
}

.montaj .stages .items .item {
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, .05);
    box-shadow: 0 20px 20px rgba(0, 0, 0, .05);
    padding: 28px 32px;
    position: relative
}

.montaj .stages .items .item span {
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: var(--color-gray-line);
    margin-bottom: 12px
}

.article__wrapper .block__info h2,
.montaj .stages .items .item h5,
.works .item h4 {
    font-weight: 700;
    font-size: calc(20px + 4*((100vw - 320px)/1600));
    line-height: 129%
}

.montaj .stages .items .item h5 {
    margin-bottom: 10px
}

.article__wrapper .block__info p,
.montaj .stages .items .item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 129%
}

.montaj .stages .items .item .mark {
    position: absolute;
    top: 11px;
    right: 11px;
    width: 38px;
    height: 38px;
    background: var(--color-gray);
    border-radius: 50%
}

.montaj .question-answer .item {
    padding: 18px;
    margin-bottom: 20px;
    border: 2px solid var(--color-white)
}

.breadcrumbs li a,
.montaj .question-answer .item,
.montaj .question-answer .item .arrow {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.montaj .question-answer .item.active {
    border: 2px solid var(--color-green)
}

.montaj .question-answer .item.active .arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.montaj .question-answer .item__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    font-size: 18px;
    line-height: 24px
}

.montaj .question-answer .item__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px;
    display: none
}

.works .items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(497px, 1fr));
    gap: 32px
}

.works .item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 47px 43px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    height: 320px
}

.works .item h4 {
    color: var(--color-white);
    position: relative
}

.works .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
    background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2))
}

.calculator__main {
    padding: 40px 80px 60px
}

.breadcrumbs,
.calculator__main .form {
    margin-bottom: 40px
}

.calculator__main .form__item {
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px
}

.calculator__main .form__item:not(:last-of-type) {
    border-bottom: 1px solid var(--color-gray-line)
}

.breadcrumbs ul,
.calculator__main .form__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.calculator__main .form__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 248px
}

.calculator__main .form__group label,
.calculator__main p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 4px
}

.calculator__main .form__group input {
    background: var(--color-gray);
    border: 1px solid var(--color-gray-line);
    border-radius: 4px;
    height: 50px;
    padding-left: 16px
}

.calculator__main .form .btn {
    max-width: 255px;
    margin: 0 auto
}

.calculator__main p {
    color: var(--color-black);
    margin-bottom: 20px
}

.breadcrumbs ul {
    gap: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.breadcrumbs li {
    font-size: 12px;
    line-height: 16px;
    color: #000;
    position: relative
}

.breadcrumbs li:not(:last-child):hover a {
    color: var(--color-orange)
}

.breadcrumbs li:not(:first-child) {
    background: var(--color-gray);
    border: 1px solid var(--color-gray-line);
    border-radius: 12px;
    padding: 4px 12px
}

.breadcrumbs li:not(:last-child)::after {
    background: url(../img/svg/arrow-bread.svg);
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
    width: 20px;
    height: 14px
}

@supports (-webkit-appearance:none) {
    body {
        background-image: url(../img/bg.jfif)
    }
    .breadcrumbs li:not(:last-child)::after {
        background-image: url(../img/svg/arrow-bread.svg)
    }
}

@media only screen and (max-width:1384px) {
    .header .navigation,
    .header-sticky .navigation {
        position: absolute;
        bottom: -20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media only screen and (max-width:1299px) {
    .cart__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .cart__main .cart__result {
        position: static
    }
    .calculator__main .form__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media only screen and (max-width:991px) {
    .section {
        margin-bottom: 50px
    }
    .title__section {
        margin-bottom: 30px;
        gap: 10px
    }
    .header,
    .header-sticky,
    .header.fixed {
        padding: 20px 0
    }
    .header.fixed {
        background: var(--color-white);
        z-index: 19;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    .header .logo {
        max-width: 195px
    }
    .header .navigation,
    .header .social .btn__tel,
    .header .social .tel {
        display: none
    }
    .header .menu__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .header .menu__icon {
        display: block;
        width: 30px;
        height: 30px;
        position: relative;
        margin-left: 20px;
        cursor: pointer
    }
    .header .menu__icon.active span,
    .header-sticky .menu__icon.active span {
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg)
    }
    .header .menu__icon.active span:after {
        top: 0;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    .header .menu__icon.active span:before {
        opacity: 0
    }
    .header .menu__icon span,
    .header .menu__icon span:after,
    .header-sticky .menu__icon span {
        position: absolute;
        width: 100%;
        height: 2px;
        background: var(--color-orange);
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s
    }
    .header .menu__icon span,
    .header-sticky .menu__icon span {
        display: block;
        top: 50%
    }
    .header .menu__icon span:after {
        content: "";
        top: -10px
    }
    .header .menu__icon span:before {
        bottom: -10px
    }
    .header-sticky .logo {
        margin-right: 10px
    }
    .header-sticky .navigation,
    .header-sticky .social .btn__tel,
    .header-sticky .social .tel {
        display: none
    }
    .header-sticky .menu__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .header-sticky .menu__icon {
        display: block;
        width: 30px;
        height: 30px;
        position: relative;
        margin-left: 20px;
        cursor: pointer
    }
    .header-sticky .menu__icon.active span:after {
        top: 0;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    .header-sticky .menu__icon.active span:before {
        opacity: 0
    }
    .header .menu__icon span:before,
    .header-sticky .menu__icon span:after,
    .header-sticky .menu__icon span:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: var(--color-orange);
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s
    }
    .header-sticky .menu__icon span:after {
        top: -10px
    }
    .header-sticky .menu__icon span:before {
        bottom: -10px
    }
    .heroimage .items {
        display: block
    }
    .heroimage .items .item {
        margin: 0 20px;
        height: 460px
    }
    .stocks .items {
        padding: 0
    }
    .info__text .items {
        grid-template-columns: 1fr
    }
    .application .items {
        padding: 0;
        display: block
    }
    .application .item {
        margin: 0 20px
    }
    .footer {
        padding-bottom: 20px
    }
    .footer__upper .block {
        padding: 0 20px
    }
    .footer__upper .block .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .footer__upper .adress {
        text-align: center
    }
    .footer__lower {
        display: none
    }
    .catalog h1 {
        margin-bottom: 20px
    }
    .catalog .description {
        margin-bottom: 40px
    }
    .catalog .description .social {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        padding: 22px
    }
    .cart__main,
    .cart__main .form .group .wrapper__radio,
    .catalog .catalog__main,
    .catalog .description {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .catalog .catalog__filters {
        max-width: 100%
    }
    .catalog .catalog__filters .btn {
        margin: 40px auto 0
    }
    .catalog .catalog__result .pagination ul {
        margin: 0 auto
    }
    .cart__main {
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .cart__main .form .check span {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .cart__main .form .group {
        grid-template-columns: 1fr;
        row-gap: 20px
    }
    .cart__main .form__group .item-sub .wrap {
        gap: 10px
    }
    .cart__main .form__group .item-sub .wrap .minus,
    .cart__main .form__group .item-sub .wrap .plus {
        width: 12px;
        height: 12px
    }
    .cart__main .form__group .element__title {
        display: none
    }
    .cart__main .form__group .element__item {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 20px 20px;
        grid-auto-flow: row;
        grid-template-areas: "a a b b b b" "c c d d f f"
    }
    .cart__main .form__group .element__a {
        grid-area: a
    }
    .cart__main .form__group .element__b {
        grid-area: b
    }
    .cart__main .form__group .element__c {
        grid-area: c
    }
    .cart__main .form__group .element__d {
        grid-area: d
    }
    .cart__main .form__group .element__e {
        grid-area: f
    }
    .cart__main .form__group .element__txt {
        margin-bottom: 5px;
        display: block
    }
    .cart__main .form__group .element__result {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .cart__main .form .wrapper__btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .card_main {
        margin-bottom: 40px
    }
    .card_main .info {
        grid-template-columns: 1fr
    }
    .article__wrapper .block,
    .card_main .info__slider .btn {
        display: none
    }
    .card_main .info__description .card__about li:not(:last-child) {
        margin-bottom: 20px
    }
    .article__wrapper {
        display: block
    }
    .works .items {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr))
    }
    .calculator__main {
        padding: 0 20px 20px
    }
    .breadcrumbs,
    .calculator__main .form {
        margin-bottom: 20px
    }
    .calculator__main .form__item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 20px;
        padding: 20px 0
    }
}

@media only screen and (max-width:768px) {
    .card_main .info {
        padding: 20px 20px 37px
    }
    .card_main .info__slider .card-gallery__bottom {
        padding: 0
    }
    .product__galery .items {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 40px
    }
}

.super-order{
    position: relative;
    padding-top: 18px;
    margin: 38px 0 0 0;
}

.super-order__inner{
    border: 3px solid #EB4B4B;
    border-radius: 24px;
    display: flex;
    padding: 39px 32px 10px 32px;
    flex-wrap: wrap;
    align-items: center;
}

.super-order__hint{
    flex: 0 0 100%;
    max-width: 100%;
    color: #969696;
    font-size: 18px;
    line-height: 28px;
    padding-top: 20px;
    text-align: center;
}

.super-order__inner_lft{
    flex: 0 0 55%;
    max-width: 55%;
}

.super-order__inner_rht{
    flex: 0 0 45%;
    max-width: 45%;
}

.super-order__title{
    background: #EB4B4B;
    color: #FBFBFB;    
    padding: 3px 24px;
    display: inline-block;   
    border-radius: 25px;
    font-size: 20px;
    line-height: 32px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.super-order__title span{
    font-weight: 700;
}

.super-order__inner_lft > span{
    display: block;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
}

.super-order__price{
    font-weight: 700;
    font-size: 64px;
    line-height: 52px;
    color: #000;
    white-space: nowrap;
}

.super-order__price span{
    color: #EB4B4B;
    display: inline;
}

.super-order__btn{
    display: block;
    background: linear-gradient(261.89deg, #FAB220 19.58%, #FBCF32 24.8%, #FFDB91 52.4%, #FAB220 53.89%, #FFD644 89.7%);
    border: 2px solid #EEA91D;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.16);
    border-radius: 12px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    padding: 26px;
    text-align: center;
    text-transform: uppercase;
}

.super-order-more{
    display: flex;
    padding-top: 22px;
    align-items: center;
    position: relative;
}

.super-order-more.has-decor{
    padding-left: 56px;    
}

.super-order-more.has-decor:before{
    content: '';
    display: block;
    position: absolute;
    left: 12px;
    top: -3px;
    width: 27px;
    height: 59px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAAB1CAYAAADuvqkcAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAcjSURBVHgB7VxdThtJEK7uGT8sRIqRQqR9ijnBkhNkeAMTaZ0ThJwA9gQxJ4A9AeQEOFKMeGNygrAniPdpN7BS2BVB4LGnt2oYe8emajwz2DC9yvfiyN1E/qb+q6sH4DvsgEpbPFtf/4wfHej3txePjnywBCKp03p9Qym1l/jKx837T9rtd1ByaGkBCb0e+8ozSAqldwwlB0vqtNFYxg+PWyNpQcnhst8GwRb3tTGms3h4aKf6oTResJuVaoIFuEWKHAR+1LjNQb//ESzALVJa65+5jaEx7388OuqABRgh9bXRqKLdNLiNDsAeWIIRUkG32xD2nT85PHwPlmBU/ZTyuE3oOFpgEUZI4Y9n7Ql9uZ2kzlZXPfyocpucy0srvN4AQ1LGcZaFPf6C75+DRRiSklSvH4bWOIgBkjbFSspxnBOwDFHpQQmsCoJPzPr5Yru9AJYhkpTu9WrCunVSIkSkwjD0uEXMLn4DCxGRwoLwJ2Gx9AUhh4GjYJ1EGAS/g4VQlMT2guArt4hOQoGF0IFQOwF1kSyFVldXVWGtA5ZCS+mRsZqUMayk8HsrnQRBKyEzR1JWJbFJiJLCzpG9pBDP2AVsWYClENvORuu/wVJo+B/iOylb8J2ULcBwxMcjFYaPwVLofr/Puu4QwLrexACi+oVCpmEDNNbyHW4B1dJeUqJNKfUMLIXWgqQw0bXXpkLX7bALQofJBuiKXOHWwFLohVaLbIq1qz9WV2tgIQYuvcMtVrS2UgUHbWe2vYwBeAUsxE3bWWv2IMBYalc36lep+OyiUi/AQkSkUjxg1UZnEZGKPSCrgo7WHliG/w6yjeFP4C1UwSEpbJX53AZsdjbAMgxJOa7rC3uqZy9femARhqRiu/K5TdLxaVkxUiRiXGJnJmxz7SOksLSXZpA8m1z7CKloSNGYDrtR6w2wBFyPgh38RRXcBEtwi1QvDPeFvdZ4wVuk4jlZn90dhlZIi22RSV6QJje/el7pu0wsqUqlsg98NVztzs2xg/hlAkuKAjHmgqLDKLu05AssWksxq/TSEkktfvjgg+Awyu7e049ylNoWVqp/rq2VVloTB6ri+1Ies3Tufvu2VMah4cmHbinSKqttZRp9s01a2Y5HU6TVm59/CyVD5iHFFGkR6ZXYW5YCmQ+yMRj/krK4AyVCZlJPDw9PUCK/CsvLX+r1JpQEuUYOXNdtgnBCggH57Wm9vgwlQO7BX+ZScxIn6A1XpuENaWA5uLpqYJfrsXbd95iPdrL+be7hEFTDfZDqLVTDaXhDJFTrBcEn5Th7oTG7+O/PeTKYQhMvvX7/DQhqiNj6srZ2pwZoEARNGDtxwfb326zVQSFSVB1jIbkt/qda79HThoJAm+AO+6rB3Fymh1V4Nulpu72L3lAsT1BlDorWXdIhIHOfn8WdBq7QG74xQksNsdyfny8Uv7Tj7AtLmdoJdyIVt6pfSeuoohtn9XpuxxFnJ6zNXv/wwwZMwJ1H4ygo44+Xsw2lmkVqL6md4Ag3xpOYyrxfbF9StkE/ZOev9fVM9jBASjthYgt8akOMqDIkDfFmXPSCjhzN0EgFC7bApzqZifHrVYrjIJ06yJlKFWqBT5UUxa9+GK6kEKuiWz7OKrGiLfCpz9DGbWvyiFLGUUWJHWexsbQWuAlDMRDPZDA48ojG0LSMmNiSjWXxilILnAKxFLNmNu2cICaCvOKkOBa3wDlUe48esfY5M1KEmNhzSJEYxTFsFexITz3tLBrVmH0gMyVFyKKKiC0sWT5JSbBKqbi5hzFzUoQBsVR3j6UGJsHHXNkSj0OwpzBc2nQvpAhEbIK7J9QwsB6M21naKQyXNt37PV5KcVzHOQDhwnQCHbdSWRmU8VFcwlDAbcQWwkKyhXBvkhqAYs9iu/08LVeMQer4eSC1tMx9vP39oDeu8ek3JQ82hkhqvW53Ax8Gt9/HBzUMHw9+jTzOBQ/Qw9UybKeEmVfbRJf43tVvHEMHIiSvYxDtMJk2lerC/+n6+hb+IFKvIr2N4VtOHlxSSVCxieULZSA+5Mcwcy8VKULsHSmevZkQ024B90eZf6nfN0ExzXGcJv7IrK2A6BCw9C/RoJ569/p6FzONTMSUMQ0XSggi0r++9ozWmxiAPSSU+W/pJnmpJEXvQ8Mf1cAexGtTwAOSDWKIWHpwSUUvdtP6BQbfLSJCT9lAIfgY7+jg4mEcRfSynG53M36foAfF4aNUW/9cXLxbSiS090aKiIS93uvw5vWVHhTHOSXDmEG0oiNbBjMnFamX626iV/JMsUyBENVT1LXNMgUwM1JUMgzsBIrh5v6JUtsXFxcnSzmOXGdCihop+JH7UCAGayd5MCvvl5eQjxL5iBLZXZrCIfjUScWvAcuyNZed5MGs1E8c0EIba6GtvZvl2M9M1I9O7yuuu5N4+7BPUvl2edlauoeJs38Bq0T4nf8wC50AAAAASUVORK5CYII=') 0 0 no-repeat;
    background-size: 100%;
}

.super-order-more__lft{
    flex: 0 0 auto;
    width: auto;
    color: #969696;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    margin-right: 22px;
}

.super-order-more__rht{
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    position: relative;
    padding-left: 30px;
    padding-right: 24px;
}

.super-order-more__rht:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -6px;    
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAA7CAYAAAANSRhlAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAMnSURBVHgBzZlPTttAFIffTEwWrILUInVHbpCeoO4OAovcIOkJGk7QcILSEzTcIJUAsatv0N6ArJtK9QIqEcce3jNORIg9/7DH+TZG5Hn882c7mTdmsEX86/UOFlH0nQF0BEALhJh4zebp3mQyZbAlUMg4in6lAdcJvZ2d9x5sCWQSNkMSrcxy/cwOD31oNH5KSkIO20Cj8UVR0ao96N+jox5ufFlNIsSP2oMKzr+qapIkGdYa9E+3O8DNgawGH6Lxu5ubaa1BGWOqexOiOD6jbW1BTWzS37UFNbFJ1BLU1CZRS1BTm4TzoDY2CedBbWwSToPa2iScBaVpnIbNMM8m4SxoMp/3QWEzYexbnk3CSVCyiSEGshohxDRZLMZFnzsJqmMTJycXRTaJyoNmNkeyGpVNovJWJIqikaqN4Hgi+xKbRKWtSNZV3spqyOb+9XUbFFR66cmmqoYrbosllRkt0yZRmdEybRKpUTz7Fj51fexN/PSfjE3eXF1dgCVl2yQ8ComDUk/dwYRPgwD0ZsfHQ+/+/uNeEIRgiO6TDgZwHPQ8DblJZ767OwRD0t90gL6shmyaXjGOg34o/pB9pgODAWXfm6t9QP7T1sKFK+X8cUlVNgkKGkgHBhjoWs0WuqQwzj+BBRzPUHl2OlbThS7F0gwSvL28DMACjl8RY9CwOjs58WU1Ggtd9L13BpZw7QGEKAyStRg+yPef2Nok0qDZAIGi1i+yqtOwLZLkFF4Bf3Y0K6uvadhMWAW1tWrb/pqyPikxtOrKJrEW1NSqK5vE5jRP06pLm9lYm+DMiWZTvmLHUOS/blmxiON2WUHzJ84aVlUhy7RJ5AbVvFellHVvLilsRfCyWU0eiLJtEoVB6UB4eY2nYzSNK9smIW3u4jgegSGqpRlbpEHTA+IKG2iiszRji7Jd9jxvhButBq8qm4QyKL7UD1GV0irZ/H93dw4VobUA4TWbFEBqlRq2tkVrrYtWUJVV24bNBO0lHZlVm/bXFO2gRVZd2CSMFsnyrLqwmR7HpPilVVc2CeNlx+dWXdm0ZtbtjnDifAsOsXrZQFbnDw+/wSGPPeS/r6ElNcAAAAAASUVORK5CYII=') 0 0 no-repeat;
    background-size: 100%;
    width: 21px;
    height: 30px;
}

.super-order-more__in{
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
    color: #000;
    padding-left: 84px;
    margin-bottom: 10px;
    position: relative;
}

.super-order-more__in:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -3px;
    width: 61px;
    height: 65px;
    background: url('../img/so_icon.svg') 0 0 no-repeat;
}

.super-order-more__in span{
    color: #969696;
}

@media (max-width: 1500px){
    .super-order__inner{
        padding: 30px 15px 10px 15px;
    }
}

@media (max-width: 1360px){
    .super-order__inner_lft > span{
        font-size: 20px;
    }
    .super-order__price{
        font-size: 52px;
        line-height: 42px;
    }
    .super-order__hint{
        padding-top: 10px;
        font-size: 16px;
        line-height: 26px;
    }
    .super-order__title{
        font-size: 16px;
    }
}

@media (max-width: 1200px){
    .super-order-more__rht{
        font-size: 16px;
    }
    .super-order-more__in{
        font-size: 24px;
        line-height: 24px;
        padding-left: 52px;
    }
    .super-order-more__in:before{
        width: 41px;
        height: 44px;
        background-size: 100%;
        top: 1px;
    }
    .super-order-more__rht{
        padding-right: 0;
    }
    .super-order__btn{
        font-size: 18px;
        line-height: 22px;
        padding: 15px;
    }
    .super-order__inner_lft > span{
        font-size: 16px;
        line-height: 16px;
    }
    .super-order__price{
        font-size: 38px;
        line-height: 28px;       
    }
    .super-order__hint{
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 767px){
    .super-order-more__lft{
        font-size: 12px;
    }
}

@media (max-width: 500px){
    .super-order__inner{
        display: block;
    }
    .super-order__inner_lft,
    .super-order__inner_rht{
        max-width: 100%;
        text-align: center;
    }
    .super-order__inner_lft{
        margin-bottom: 20px;
        padding-right: 0;
    }        
    .super-order-more__lft{
        padding-right: 0;
        margin-bottom: 15px;
    }
    .super-order-more{
        display: block;
        margin-bottom: 20px;
    }    
    .super-order-more__in{
        font-size: 22px;
        line-height: 22px;
    }    
}