@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Document
   ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/* Sections
     ========================================================================== */


/**
   * Remove the margin in all browsers.
   */

body {
    margin: 0;
}


/**
   * Render the `main` element consistently in IE.
   */

main {
    display: block;
}


/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* Grouping content
     ========================================================================== */


/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
     ========================================================================== */


/**
   * Remove the gray background on active links in IE 10.
   */

a {
    background-color: transparent;
}


/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}


/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
    font-weight: bolder;
}


/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
   * Add the correct font size in all browsers.
   */

small {
    font-size: 80%;
}


/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
     ========================================================================== */


/**
   * Remove the border on images inside links in IE 10.
   */

img {
    border-style: none;
}


/* Forms
     ========================================================================== */


/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}


/**
   * Remove the inner border and padding in Firefox.
   */

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


/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
   * Correct the padding in Firefox.
   */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
    vertical-align: baseline;
}


/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
    overflow: auto;
}


/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

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


/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

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


/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
     ========================================================================== */


/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
    display: block;
}


/*
   * Add the correct display in all browsers.
   */

summary {
    display: list-item;
}


/* Misc
     ========================================================================== */


/**
   * Add the correct display in IE 10+.
   */

template {
    display: none;
}


/**
   * Add the correct display in IE 10.
   */

[hidden] {
    display: none;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #000000;
    height: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
    /* 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: 0 55px; */
}
.header {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
    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: 0 55px;
}

header .icon-cont .menu__item-cont .dropdown-content2 {
    display: none;
    padding: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 215px;
    background: rgba(255, 255, 255, 0.55);
    border-radius: 4px;
    position: absolute;
    left: -157px;
    bottom: -30px;
    z-index: 100;
}

header .icon-cont .menu__item-cont .dropdown-content2 span {
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: 0.018em;
    text-transform: uppercase;
    color: #ffffff;
}

header .icon-cont .menu__item-cont .dropdown-content2::before {
    content: "";
    position: absolute;
    /* Абсолютное позиционирование */
    right: 29px;
    top: -20px;
    /* Положение треугольника */
    border: 10px solid transparent;
    /* Прозрачные границы */
    border-bottom: 10px solid rgba(255, 255, 255, 0.55);
    /* Добавляем треугольник */
}

header .icon-cont .menu__item-cont:hover .dropdown-content2 {
    display: block;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.icon-cont--mod {
    /* display: flex;
    align-items: center; */
    position: relative;
}

.link--mod {
    position: absolute;
    top: 36px;
    left: -137px;
    color: #fff;
    /* margin-right: 15px; */
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
}

header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    margin: 0 auto;
}

header nav .top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    min-width: 280px;
}

header nav .top-menu li {
    padding: 0 22px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

header nav .top-menu li a {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}

header nav .top-menu li a:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

header nav .logo {
    margin: 0 22px;
    width: max-content;
}
header nav .logo img{
    height: 70px;
    width: auto;
}
.banner {
    background: black;
    height: calc(100vh - 100px);
    position: relative;
}

.banner .banner__wrap {
    width: 100%;
    height: 100%;
}

.banner .banner__wrap .banner__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner .banner__wrap .banner__content h1 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 56px;
    line-height: 68px;
    text-align: center;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    margin: 0;
    padding-bottom: 40px;
}

.banner .banner__wrap .banner__content p {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #ffffff;
    display: block;
    width: 40%;
    padding-bottom: 55px;
}

.banner .banner__wrap .banner__content a {
    width: 180px;
    height: 50px;
    background: #123123;
    -webkit-box-shadow: 3px 12px 23px rgba(145, 0, 51, 0.2);
    box-shadow: 3px 12px 23px rgba(145, 0, 51, 0.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #123123;
    border-radius: 4px;
    font-family: Avenir;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.banner .banner__wrap .banner__content a:hover {
    background: #fff;
    color: #123123;
    -webkit-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.banner .banner__wrap .dg-slide1 {
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(136.44%, rgba(0, 0, 0, 0))), center/cover no-repeat url(../img/back/slide1.png);
    background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 136.44%), center/cover no-repeat url(../img/back/slide1.png);
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 136.44%), center/cover no-repeat url(../img/back/slide1.png);
}

.banner .banner__wrap .dg-slide2 {
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(136.44%, rgba(0, 0, 0, 0))), center/cover no-repeat url(../img/back/sl-2.png);
    background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 136.44%), center/cover no-repeat url(../img/back/sl-2.png);
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 136.44%), center/cover no-repeat url(../img/back/sl-2.png);
}

.banner .banner__wrap .dg-slide3 {
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(136.44%, rgba(0, 0, 0, 0))), center/cover no-repeat url(../img/back/sl-3.png);
    background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 136.44%), center/cover no-repeat url(../img/back/sl-3.png);
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 136.44%), center/cover no-repeat url(../img/back/sl-3.png);
}

.banner .banner__wrap .dg-slide4 {
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(136.44%, rgba(0, 0, 0, 0))), center/cover no-repeat url(../img/back/sl-4.png);
    background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 136.44%), center/cover no-repeat url(../img/back/sl-4.png);
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 136.44%), center/cover no-repeat url(../img/back/sl-4.png);
}

.banner .menu2 {
    position: absolute;
    z-index: 11;
    left: 55px;
    bottom: 0;
}

.banner .menu2 .menu2-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: absolute;
    left: -53px;
    top: -107px;
    color: #ffffff;
    display: block;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.banner .menu2 .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}

.banner .menu2 .social a {
    margin-bottom: 28px;
}

.banner .lift-down {
    display: none;
    position: absolute;
    z-index: 11;
    left: calc(50% - 31px);
    bottom: 23px;
    padding: 20px 20px 0;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.banner .lift-down:hover {
    bottom: 13px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.production {
    width: 100%;
    /* padding: 60px 0px 105px; */
    padding: 0 0px 105px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow-x: hidden;
    /* height: 100vh; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.production #shevron {
    position: absolute;
    top: -100px;
}

/* .production .prod-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
} */

.production .prod-wrap .prod-elem {
    height: 26vw;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.production .prod-wrap .prod-elem span {
    position: absolute;
    left: 25px;
    bottom: 20px;
    font-weight: 600;
    font-size: 30px;
    line-height: 47px;
    color: #ffffff;
}

.production .prod-wrap .prod-elem a {
    display: none;
    font-weight: 600;
    font-size: 19px;
    line-height: 57px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
}

/* .production .prod-wrap .prod-elem:hover {
    height: 16.4vw;
    position: relative;
    z-index: 98;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: scale(1.38);
    -ms-transform: scale(1.38);
    transform: scale(1.38);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.production .prod-wrap .prod-elem:hover span {
    display: none;
}

.production .prod-wrap .prod-elem:hover a {
    display: inline-block;
} */

.production .prod-wrap .p-el-1 {
    background: -webkit-gradient( linear, left bottom, left top, color-stop(0.13%, rgba(0, 0, 0, 0.73)), color-stop(99.87%, rgba(0, 0, 0, 0))), center/cover no-repeat url(../img/cryst.png);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.73) 0.13%, rgba(0, 0, 0, 0) 99.87%), center/cover no-repeat url(../img/cryst.png);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.73) 0.13%, rgba(0, 0, 0, 0) 99.87%), center/cover no-repeat url(../img/cryst.png);
}

.production .prod-wrap .p-el-2 {
    background: -webkit-gradient( linear, left bottom, left top, color-stop(0.13%, rgba(0, 0, 0, 0.73)), color-stop(99.87%, rgba(0, 0, 0, 0))), center/cover no-repeat url(../img/acryl.png);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.73) 0.13%, rgba(0, 0, 0, 0) 99.87%), center/cover no-repeat url(../img/acryl.png);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.73) 0.13%, rgba(0, 0, 0, 0) 99.87%), center/cover no-repeat url(../img/acryl.png);
}

.production .prod-wrap .p-el-3 {
    background: -webkit-gradient( linear, left bottom, left top, color-stop(0.13%, rgba(0, 0, 0, 0.73)), color-stop(99.87%, rgba(0, 0, 0, 0))), center/cover no-repeat url(../img/intel.png);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.73) 0.13%, rgba(0, 0, 0, 0) 99.87%), center/cover no-repeat url(../img/intel.png);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.73) 0.13%, rgba(0, 0, 0, 0) 99.87%), center/cover no-repeat url(../img/intel.png);
}

.production .prod-wrap .p-el-4 {
    background: -webkit-gradient( linear, left bottom, left top, color-stop(0.13%, rgba(0, 0, 0, 0.73)), color-stop(99.87%, rgba(0, 0, 0, 0))), center/cover no-repeat url(../img/hpl.png);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.73) 0.13%, rgba(0, 0, 0, 0) 99.87%), center/cover no-repeat url(../img/hpl.png);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.73) 0.13%, rgba(0, 0, 0, 0) 99.87%), center/cover no-repeat url(../img/hpl.png);
}

.production .prod-wrap .p-el-5 {
    background: -webkit-gradient( linear, left bottom, left top, color-stop(0.13%, rgba(0, 0, 0, 0.73)), color-stop(99.87%, rgba(0, 0, 0, 0))), center/cover no-repeat url(../img/stol.png);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.73) 0.13%, rgba(0, 0, 0, 0) 99.87%), center/cover no-repeat url(../img/stol.png);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.73) 0.13%, rgba(0, 0, 0, 0) 99.87%), center/cover no-repeat url(../img/stol.png);
}

.popular {
    width: 100%;
    padding: 60px 40px 105px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.popular .popular-wrap {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 90px 0 52px;
}

.popular .dg-slider-nav {
    width: 155px;
    height: 44px;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5b14a), to(#e47444));
    background: -o-linear-gradient(top, #f5b14a 0%, #e47444 100%);
    background: linear-gradient(180deg, #f5b14a 0%, #e47444 100%);
    -webkit-box-shadow: 0px 8px 20px rgba(66, 59, 113, 0.25);
    box-shadow: 0px 8px 20px rgba(66, 59, 113, 0.25);
    border-radius: 22px 0 22px 0;
}

.prod-item-elem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    margin: 15px;
}

.prod-item-elem .prod-elem-img {
    width: 100%;
    padding-bottom: 82%;
    /* background: center/55% no-repeat url(../img/prod.png), -o-linear-gradient(307.97deg, #fafafb 0%, #f9f9f9 66.03%, #e0e0e0 125.52%);
  background: center/55% no-repeat url(../img/prod.png), linear-gradient(142.03deg, #fafafb 0%, #f9f9f9 66.03%, #e0e0e0 125.52%); */
    background: center/contain no-repeat url(../img/prod.png), -o-linear-gradient(307.97deg, #fafafb 0%, #f9f9f9 66.03%, #e0e0e0 125.52%);
    background: center/contain no-repeat url(../img/prod.png), linear-gradient(142.03deg, #fafafb 0%, #f9f9f9 66.03%, #e0e0e0 125.52%);
}

.prod-item-elem .prod-txt {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 15px 50px 15px 18px;
}

.prod-item-elem .prod-txt .prod-elem-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.005em;
    display: block;
    color: #181818;
}

.prod-item-elem .prod-txt .prod-elem-feature {
    font-size: 14px;
    line-height: 24px;
    color: #747474;
    /* display: block; */
    display: none;
}

.prod-item-elem .prod-elem-price {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 16px;
    letter-spacing: 0.1px;
    color: #181818;
    padding: 0 50px 22px 18px;
}

.u-tube {
    padding: 55px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    grid-gap: 23px 30px;
}

.u-tube .vid-el-1 {
    height: 34.7vw;
    grid-area: 1/1/3/4;
    border-radius: 4px;
    overflow: hidden;
}

.u-tube .vid-el-2 {
    height: 14vw;
    border-radius: 4px;
    overflow: hidden;
}

.u-tube .vid-el-3 {
    height: 14vw;
    border-radius: 4px;
    overflow: hidden;
}

.u-tube .vid-el-4 {
    height: 14vw;
    border-radius: 4px;
    overflow: hidden;
}

.application {
    padding: 55px;
    position: relative;
}

.application .app-wrap {
    display: grid;
    grid-template-columns: 39.15vw 1fr 1fr;
    grid-template-rows: 16.84vw 20.65vw;
    margin-top: 85px;
}

.application .app-wrap .app-elem {
    display: block;
    padding: 2.84vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.application .app-wrap .app-elem span {
    font-weight: 600;
    font-size: 36px;
    line-height: 47px;
    color: #ffffff;
    text-decoration: none;
}

.application .app-wrap .app-elem-1 {
    grid-area: 1/1/3/2;
    background: -webkit-gradient( linear, left bottom, left top, color-stop(0.13%, rgba(0, 0, 0, 0.73)), color-stop(99.87%, rgba(0, 0, 0, 0))), center/cover no-repeat url(../img/panel.png);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.73) 0.13%, rgba(0, 0, 0, 0) 99.87%), center/cover no-repeat url(../img/panel.png);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.73) 0.13%, rgba(0, 0, 0, 0) 99.87%), center/cover no-repeat url(../img/panel.png);
}

.application .app-wrap .app-elem-2 {
    grid-area: 1/2/2/4;
    background: -webkit-gradient( linear, left bottom, left top, color-stop(0.13%, rgba(0, 0, 0, 0.73)), color-stop(99.87%, rgba(0, 0, 0, 0))), center/cover no-repeat url(../img/kitchen.png);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.73) 0.13%, rgba(0, 0, 0, 0) 99.87%), center/cover no-repeat url(../img/kitchen.png);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.73) 0.13%, rgba(0, 0, 0, 0) 99.87%), center/cover no-repeat url(../img/kitchen.png);
}

.application .app-wrap .app-elem-3 {
    grid-area: 2/2/3/3;
    background: -webkit-gradient( linear, left bottom, left top, color-stop(0.13%, rgba(0, 0, 0, 0.73)), color-stop(99.87%, rgba(0, 0, 0, 0))), center/cover no-repeat url(../img/table.png);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.73) 0.13%, rgba(0, 0, 0, 0) 99.87%), center/cover no-repeat url(../img/table.png);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.73) 0.13%, rgba(0, 0, 0, 0) 99.87%), center/cover no-repeat url(../img/table.png);
}

.application .app-wrap .app-elem-4 {
    grid-area: 2/3/3/4;
    background: -webkit-gradient( linear, left bottom, left top, color-stop(0.13%, rgba(0, 0, 0, 0.73)), color-stop(99.87%, rgba(0, 0, 0, 0))), center/cover no-repeat url(../img/dor.png);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.73) 0.13%, rgba(0, 0, 0, 0) 99.87%), center/cover no-repeat url(../img/dor.png);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.73) 0.13%, rgba(0, 0, 0, 0) 99.87%), center/cover no-repeat url(../img/dor.png);
}

.articles {
    padding: 55px;
    position: relative;
}

.articles .art-grid-6 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.articles .art-btn {
    display: block;
    text-decoration: none;
    width: 250px;
    height: 53px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5b14a), to(#e47444));
    background: -o-linear-gradient(top, #f5b14a 0%, #e47444 100%);
    background: linear-gradient(180deg, #f5b14a 0%, #e47444 100%);
    -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    border-radius: 27px 0 27px 0;
}

.padd-0-55 {
    padding: 0 55px;
}

.art-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-gap: 35px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 90px;
    margin-bottom: 35px;
}

.art-wrap .art-elem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
}

.art-wrap .art-elem .art-elem-img {
    display: block;
    text-decoration: none;
    width: 100%;
    padding-bottom: 59%;
}

.art-wrap .art-elem .img-elem1 {
    background: center/cover no-repeat url(../img/art1.png);
}

.art-wrap .art-elem .img-elem2 {
    background: center/cover no-repeat url(../img/art2.png);
}

.art-wrap .art-elem .img-elem3 {
    background: center/cover no-repeat url(../img/art3.png);
}

.art-wrap .art-elem .img-elem4 {
    background: center/cover no-repeat url(../img/art4.png);
}

.art-wrap .art-elem .img-elem5 {
    background: center/cover no-repeat url(../img/art5.png);
}

.art-wrap .art-elem .img-elem6 {
    background: center/cover no-repeat url(../img/art6.png);
}

.art-wrap .art-elem .art-txt {
    padding: 15px 36px 15px 23px;
}

.art-wrap .art-elem .art-txt .art-elem-date {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.005em;
    display: block;
    color: #181818;
}

.art-wrap .art-elem .art-txt .art-elem-name {
    text-decoration: none;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.01em;
    color: #181818;
    display: block;
}

.art-wrap .art-elem .art-txt .art-elem-disc {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.005em;
    color: #747474;
    display: block;
}

.contacts {
    padding: 55px;
    position: relative;
}

.contacts .cont-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    grid-gap: 80px 175px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 90px;
    margin-bottom: 35px;
}

.contacts .cont-wrap .cont-elem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
}

.contacts .cont-wrap .cont-elem .cont-elem-img {
    margin-right: 23px;
}

.contacts .cont-wrap .cont-elem .cont-txt .cont-elem-city {
    display: block;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.005em;
    color: #181818;
}

.contacts .cont-wrap .cont-elem .cont-txt .cont-elem-adress {
    display: block;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.005em;
    color: #181818;
}

.contacts .cont-wrap .cont-elem .cont-txt .cont-elem-data {
    display: block;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.005em;
    color: #747474;
    text-decoration: none;
    word-break: break-all;
}

.contacts .cont-wrap .map-wrap {
    height: 30vw;
    grid-area: 2/1/3/3;
}

.contacts-page {
    padding: 10px 55px 30px;
    position: relative;
}

.contacts-page .contacts-page-wrap {
    grid-gap: 65px 115px;
}

.contacts-page .contacts-page-wrap .map-wrap {
    height: 30vw;
    grid-area: 2/1/3/4;
}

.info {
    padding: 55px;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.005em;
    color: #747474;
    /* color: #e91313; */
}

.info h2 {
    color: black;
    margin: 30px 0;
}

.info h3 {
    margin: 30px 0;
}

#pagination_bottom {
    margin-bottom: 55px;
}

.info p {
    margin-bottom: 30px;
}

.info a {
    background: -webkit-gradient(linear, left top, left bottom, from(#f5b14a), to(#e47444));
    background: -o-linear-gradient(top, #f5b14a 0%, #e47444 100%);
    background: linear-gradient(180deg, #f5b14a 0%, #e47444 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.info ul {
    list-style-type: none;
    padding: 0;
    /* list-style-image: url(../img/check-color-active.svg); */
}

.info ul li {
    padding-left: 30px;
    margin-bottom: 20px;
    background-image: url(../img/Check.svg);
    background-position: 0 3px;
    background-size: 15px 15px;
    background-repeat: no-repeat;
}

.info a:hover {
    text-decoration: underline;
}

.info .info-wrap {
    max-width: 920px;
    margin: 0 auto;
    margin-top: 90px;
    margin-bottom: 50px;
}

.info .info-wrap .info-accord-elem .i-accord-head {
    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;
    border-bottom: 1px solid #c5c0bf;
    padding: 12px 0;
}

.info .info-wrap .info-accord-elem .i-accord-head h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 47px;
    display: block;
    color: #181818;
    margin: 0;
}

.info .info-wrap .info-accord-elem .i-accord-body {
    display: none;
}

.info .info-wrap .info-accord-elem .i-accord-body p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.005em;
    color: #747474;
    margin: 30px 0;
}

footer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 95px 15px 85px 170px;
    background: -o-linear-gradient(315deg, #3a3a3a 0%, #000000 100%);
    background: linear-gradient(135deg, #3a3a3a 0%, #000000 100%);
    display: grid;
    grid-template-columns: repeat(5, auto);
    grid-gap: 6.8vw;
}

footer .foot-col1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

footer .foot-col1 .foot-contacts {
    margin-top: 80px;
}

footer .foot-col1 .foot-contacts .foot-cont-elem {
    display: block;
    margin-bottom: 11px;
    font-size: 14px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

footer .foot-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

footer .foot-col2 .foot-col-head {
    display: block;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #ffffff;
}

footer .foot-col2 .foot-menu {
    list-style: none;
    padding: 0;
}

footer .foot-col2 .foot-menu a {
    display: block;
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    text-decoration: none;
}

footer .foot-col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

footer .foot-col3 .foot-col-head {
    display: block;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #ffffff;
}

footer .foot-col3 .foot-col-input {
    width: 100%;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 22px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.6);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 22px 0 32px;
}

footer .foot-col3 .foot-col-btn {
    display: block;
    width: 53%;
    height: 44px;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5b14a), to(#e47444));
    background: -o-linear-gradient(top, #f5b14a 0%, #e47444 100%);
    background: linear-gradient(180deg, #f5b14a 0%, #e47444 100%);
    -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    border-radius: 22px 0 22px 0;
    border: none;
}

footer .foot-col4 {
    width: 20px;
}

footer .foot-col4 .menu2 {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 18px;
}

footer .foot-col4 .menu2 .empty {
    margin-bottom: 150px;
}

footer .foot-col4 .menu2 .menu2-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: absolute;
    right: -53px;
    top: 50px;
    color: #ffffff;
    display: block;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

footer .foot-col4 .menu2 .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 18px;
}

footer .foot-col4 .menu2 .social a {
    margin-bottom: 28px;
    display: block;
}

footer .foot-col4 .menu2 .social a:last-child {
    margin-bottom: 0px;
}

.mob__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 45vw;
    min-height: 100vh;
    margin-left: 0 !important;
    min-height: 100%;
    background: -o-linear-gradient(315deg, #3a3a3a 0%, #000000 100%);
    background: linear-gradient(135deg, #3a3a3a 0%, #000000 100%);
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 200;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mob__menu .close_all {
    position: absolute;
    top: 40px;
    right: 45px;
    z-index: 10000;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mob__menu .mob__menu_wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* align-items: center; */
    /*border-radius: 3px;*/
    position: relative;
    padding: 15.7vh 5.5vw 10.2vh 6.9vw;
}

.mob__menu .mob__menu_wrap .menu-top .search-wrap {
    padding: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 7.66vh;
}

.mob__menu .mob__menu_wrap .menu-top .search-wrap img {
    display: block;
    margin-right: 24px;
}

.mob__menu .mob__menu_wrap .menu-top .search-wrap input {
    background: transparent;
    border: none;
    color: white;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.mob__menu .mob__menu_wrap .menu-top .search-wrap input::-webkit-input-placeholder {
    font-weight: 600;
    font-size: 22px;
    line-height: 18px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.17);
}

.mob__menu .mob__menu_wrap .menu-top .search-wrap input::-moz-placeholder {
    font-weight: 600;
    font-size: 22px;
    line-height: 18px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.17);
}

.mob__menu .mob__menu_wrap .menu-top .search-wrap input:-ms-input-placeholder {
    font-weight: 600;
    font-size: 22px;
    line-height: 18px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.17);
}

.mob__menu .mob__menu_wrap .menu-top .search-wrap input::-ms-input-placeholder {
    font-weight: 600;
    font-size: 22px;
    line-height: 18px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.17);
}

.mob__menu .mob__menu_wrap .menu-top .search-wrap input::placeholder {
    font-weight: 600;
    font-size: 22px;
    line-height: 18px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.17);
}

.mob__menu .mob__menu_wrap .menu-top .search-wrap input:focus-visible {
    color: white;
    outline: -webkit-focus-ring-color auto 0px !important;
}

.mob__menu .mob__menu_wrap .menu-top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    padding-left: 0;
}

.mob__menu .mob__menu_wrap .menu-top ul li {
    list-style-type: none;
    display: block;
    padding-left: 0;
    width: 100%;
}

.mob__menu .mob__menu_wrap .menu-top ul li a {
    display: block;
    margin-bottom: 3.43vh;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    width: 100%;
}

.mob__menu .mob__menu_wrap .menu-top ul li a:hover {
    color: rgba(255, 255, 255, 0.17);
    border-bottom: 0px solid #00000000;
}

.mob__menu .mob__menu_wrap .menu-top ul li .active {
    border-left: 3px solid #ffffff;
    padding-left: 14px;
}

.mob__menu .mob__menu_wrap .menu-top ul li .mob__line {
    display: block;
    padding: 0;
    width: 100%;
    height: 2px;
    background: grey;
}

.mob__menu .mob__menu_wrap .menu-top ul li .mob__lang__switch {
    font-family: Avenir;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #123456;
}

.mob__menu .mob__menu_wrap .menu-top ul .calc-point {
    display: none;
}

.mob__menu .mob__menu_wrap .menu-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.mob__menu .mob__menu_wrap .menu-bottom .lang__switch a {
    text-decoration: none;
    margin-right: 17px;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
}

.mob__menu .mob__menu_wrap .menu-bottom .lang__switch .lang__active {
    color: white;
}

.mob__menu .mob__menu_wrap .menu-bottom .subscribe span {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
}

.mob__menu .mob__menu_wrap .menu-bottom .subscribe .social {
    width: 122px;
    margin-top: 20px;
    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;
}

.h1-banner {
    width: 100%;
    height: 285px;
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(136.44%, rgba(0, 0, 0, 0))), center/cover no-repeat url(../img/back/plenka-h1.png);
    background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 136.44%), center/cover no-repeat url(../img/back/plenka-h1.png);
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 136.44%), center/cover no-repeat url(../img/back/plenka-h1.png);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.h1-banner h1 {
    font-size: 56px;
    line-height: 68px;
    text-align: center;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    color: #ffffff;
}

.why-us {
    padding: 90px 0 55px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.why-us .why-wrap {
    margin: 0 auto;
    width: 1110px;
    margin-bottom: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.why-us .why-wrap .why-txt-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.why-us .why-wrap .why-txt-block .why-h2 {
    width: 47%;
}

.why-us .why-wrap .why-txt-block .why-h2 h2 {
    font-size: 40px;
    line-height: 54px;
    text-transform: uppercase;
    -webkit-font-feature-settings: "liga" off;
    font-feature-settings: "liga" off;
    color: #181818;
}

.why-us .why-wrap .why-txt-block .why-txt {
    width: 53%;
}

.why-us .why-wrap .why-txt-block .why-txt span {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    -webkit-font-feature-settings: "liga" off;
    font-feature-settings: "liga" off;
    color: #747474;
}

.why-us .why-video-block {
    width: 100%;
    height: 497px;
    background: rgba(0, 0, 0, 0.37);
    border-radius: 6px;
    margin: 0 auto;
    width: 1110px;
}

.advantages-about-us {
    padding: 55px 0 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.advantages-about-us .adv-us-wrap {
    margin: 0 auto;
    width: 1110px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.advantages-about-us .adv-us-wrap .adv-us-cards-wrap {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 55px 25px;
}

.advantages-about-us .adv-us-wrap .adv-us-cards-wrap .adv-card {
    padding: 20px 25px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.advantages-about-us .adv-us-wrap .adv-us-cards-wrap .adv-card span {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    -webkit-font-feature-settings: "liga" off;
    font-feature-settings: "liga" off;
    color: #181818;
    margin-bottom: 25px;
}

.services {
    padding: 70px 0 90px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.services .services-wrap {
    margin: 0 auto;
    width: 1340px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 48px 30px;
}

.services .services-wrap__icons {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.services .services-wrap__icons .services-card img {
    display: block;
    width: 100%;
    height: auto;
}

.services .services-wrap__icons .services-card .services-txt span {
    text-align: center;
}

.services .services-wrap .services-card {
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    overflow: hidden;
}

.services .services-wrap .services-card .services-img {
    display: block;
    width: 100%;
    padding-bottom: 50%;
    background: #be9595;
}

.services .services-wrap .services-card .services-txt {
    padding: 23px;
}

.services .services-wrap .services-card .services-txt h4 {
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #181818;
    margin-bottom: 15px;
}

.services .services-wrap .services-card .services-txt span {
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #747474;
    margin-bottom: 20px;
}

.services .services-wrap .services-card .services-txt a {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5b14a), to(#e47444));
    background: -o-linear-gradient(top, #f5b14a 0%, #e47444 100%);
    background: linear-gradient(180deg, #f5b14a 0%, #e47444 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.where-buy {
    padding: 70px 0 90px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.where-buy .where-buy-wrap {
    margin: 0 auto;
    width: 1320px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.where-buy .where-buy-wrap h2 {
    font-size: 36px;
    line-height: 160%;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    text-align: left;
    color: #181818;
}

.where-buy .where-buy-wrap .where-buy-elem .where-buy-elem-head {
    width: 100%;
    padding: 45px 0 5px;
    border-bottom: 1px solid #000000;
}

.where-buy .where-buy-wrap .where-buy-elem .where-buy-elem-head h3 {
    font-weight: 600;
    font-size: 26px;
    line-height: 160%;
    letter-spacing: 0.25px;
    /* text-transform: capitalize; */
    color: #181818;
}

.where-buy .where-buy-wrap .where-buy-elem .where-buy-elem-body .where-buy-body-headrow {
    padding: 45px 0 20px;
    border-bottom: 1px solid #c5c0bf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.where-buy .where-buy-wrap .where-buy-elem .where-buy-elem-body .where-buy-body-headrow .where-buy-body-headrow-cell {
    width: 25%;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #181818;
}

.where-buy .where-buy-wrap .where-buy-elem .where-buy-elem-body .where-buy-elem-body-row {
    padding: 35px 0;
    border-bottom: 1px solid #c5c0bf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.where-buy .where-buy-wrap .where-buy-elem .where-buy-elem-body .where-buy-elem-body-row .where-buy-body-row-cell {
    width: 25%;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #181818;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 80px;
}


/* .where-buy .where-buy-wrap .where-buy-elem .where-buy-elem-body .where-buy-elem-body-row .where-buy-body-row-cell span {
    word-break: break-all;
} */

.where-buy .where-buy-wrap .where-buy-elem .where-buy-elem-body .where-buy-elem-body-row .where-buy-body-row-cell a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #181818;
    display: block;
    word-break: break-all;
}

.where-buy .where-buy-wrap .where-buy-elem .where-buy-elem-body .where-buy-elem-body-row .where-buy-body-row-cell a:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#f5b14a), to(#e47444));
    background: -o-linear-gradient(top, #f5b14a 0%, #e47444 100%);
    background: linear-gradient(180deg, #f5b14a 0%, #e47444 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.service-single-head {
    width: 100%;
    padding: 110px 0 0;
}

.service-single-head .service-single-head-wrap {
    width: 1160px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 393px;
}

.service-single-head .service-single-head-wrap .service-single-img {
    display: block;
    width: 43%;
    background-image: url(../img/kromkovanie.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
}

.service-single-head .service-single-head-wrap .service-single__txt {
    width: 57%;
    padding: 20px 0 0 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.service-single-head .service-single-head-wrap .service-single__txt h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    color: #181818;
    margin-bottom: 10px;
}

.service-single-head .service-single-head-wrap .service-single__txt p {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.005em;
    color: #747474;
    margin-bottom: 20px;
}

.service-single-head .service-single-head-wrap .service-single__txt .service-single-price-block {
    margin-bottom: 10px;
}

.service-single-head .service-single-head-wrap .service-single__txt .service-single-price-block .service-single-price-title {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0.005em;
    color: #181818;
}

.service-single-head .service-single-head-wrap .service-single__txt .service-single-price-block .service-single-price {
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0.005em;
    color: #181818;
}

.service-single-head .service-single-head-wrap .service-single__txt .service-single-price-block .service-price-num {
    font-weight: 600;
    font-size: 32px;
    line-height: 34px;
    color: #181818;
}

.serv-order-btn {
    width: 250px;
    height: 53px;
    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;
    border-radius: 27px 0 27px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5b14a), to(#e47444));
    background: -o-linear-gradient(top, #f5b14a 0%, #e47444 100%);
    background: linear-gradient(180deg, #f5b14a 0%, #e47444 100%);
    -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}

.service-types {
    width: 100%;
    padding: 110px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.service-types p {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.005em;
    color: #747474;
    margin-bottom: 20px;
}

.service-types .service-types-wrap {
    width: 1160px;
    margin: 0 auto;
}

.service-types .service-types-wrap h2 {
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    color: #181818;
    margin-bottom: 60px;
    display: block;
    width: 100%;
}

.service-types .serv-typ-wrap__mode {
    padding: 15px;
}

.service-types .serv-typ-wrap__mode h2 {
    margin-bottom: 10px;
    margin-top: 40px;
}

.service-types .service-types-wrap .service-types-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 250px;
    margin-bottom: 35px;
}

.service-types .service-types-wrap .service-types-item .service-types-img {
    display: block;
    width: 39%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 6px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 8%);
    border-radius: 6px
}

.service-types .service-types-wrap .service-types-item .service-types__txt {
    width: 61%;
    padding: 20px 0 0 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.service-types .service-types-wrap .service-types-item .service-types__txt h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 41px;
    text-transform: uppercase;
    color: #181818;
    margin-bottom: 10px;
}

.service-types .service-types-wrap .service-types-item .service-types__txt p {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #747474;
}

.accomp {
    width: 100%;
    padding: 100px 0 55px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.accomp .accomp-wrap {
    width: 1160px;
    margin: 0 auto;
}

.accomp .accomp-wrap h2 {
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    color: #181818;
    margin-bottom: 40px;
}

.accomp .accomp-wrap .services-wrap {
    margin: 0 auto;
    width: 1160px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 48px 30px;
}

.accomp .accomp-wrap .services-wrap .services-card {
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    overflow: hidden;
}

.accomp .accomp-wrap .services-wrap .services-card .services-img {
    display: block;
    width: 100%;
    padding-bottom: 40%;
}

.accomp .accomp-wrap .services-wrap .services-card .services-txt {
    padding: 23px;
}

.accomp .accomp-wrap .services-wrap .services-card .services-txt h4 {
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #181818;
    margin-bottom: 15px;
}

.accomp .accomp-wrap .services-wrap .services-card .services-txt span {
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #747474;
    margin-bottom: 20px;
}

.accomp .accomp-wrap .services-wrap .services-card .services-txt a {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5b14a), to(#e47444));
    background: -o-linear-gradient(top, #f5b14a 0%, #e47444 100%);
    background: linear-gradient(180deg, #f5b14a 0%, #e47444 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.serv-single-order {
    width: 100%;
    min-height: 400px;
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(136.44%, rgba(0, 0, 0, 0))), center/cover no-repeat url(../img/back/serv-order.png);
    background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 136.44%), center/cover no-repeat url(../img/back/serv-order.png);
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 136.44%), center/cover no-repeat url(../img/back/serv-order.png);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.serv-single-order .serv-single-order-wrap {
    width: 1160px;
    margin: 0 auto;
}

.serv-single-order .serv-single-order-wrap h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: left;
    margin-bottom: 15px;
}

.serv-single-order .serv-single-order-wrap p {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #f7f7f7;
    margin-bottom: 35px;
}

.art-single-banner {
    width: 100%;
    height: 456px;
    background: center/cover no-repeat url(../img/back/serv-order.png);
}

.art-single-wrap {
    width: 905px;
    padding: 70px 15px;
    margin: 0 auto;
}

.art-single-wrap img {
    width: 100%;
    height: auto;
}

.art-single-wrap .art-single-date {
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.005em;
    color: #181818;
    display: block;
    width: 100%;
}

.art-single-wrap h1 {
    font-weight: bold;
    font-size: 40px;
    line-height: 49px;
    text-align: center;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    color: #181818;
    display: block;
    margin: 30px 0 60px;
}

.art-single-wrap p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.005em;
    color: #747474;
    margin: 0 0 14px;
}

.art-single-wrap ul,
.service-types ul {
    list-style: none;
    padding-left: 0px;
    margin: 0 0 24px;
}

.art-single-wrap ul li,
.service-types ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.005em;
    color: #747474;
    margin-bottom: 12px;
    list-style: none;
    /* Убираем исходные маркеры */
    background: url(../img/list-Rectangle.svg) no-repeat 0 7px;
    /* Параметры фона */
    padding-left: 23px;
}

.art-single-wrap .art-img {
    width: 100%;
    padding: 70px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.art-single-wrap .art-img img {
    width: 100%;
    height: auto;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 6px;
}

.art-single-wrap .art-img-slide {
    padding: 0;
    max-height: 500px;
    overflow: hidden;
    border-radius: 6px;
}

.art-single-wrap h2 {
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    color: #181818;
    display: block;
    margin: 40px 0 35px;
}

.art-single-wrap h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.25px;
    color: #181818;
    display: block;
    margin: 18px 0 10px;
}

.art-single-read-also {
    padding: 45px 55px 115px;
}

.art-single-read-also .read-also-h {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    color: #181818;
}

.art-single-slider {
    padding-top: 70px;
}

.art-single-slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 20px;
}

.art-single-slider .slick-dots li {
    background: none;
    margin: 0 7px;
    padding: 0;
}

.art-single-slider .slick-dots li button {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #181818;
    border: none;
    font-size: 0px;
}

.art-single-slider .slick-dots .slick-active button {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5b14a), to(#e47444));
    background: -o-linear-gradient(top, #f5b14a 0%, #e47444 100%);
    background: linear-gradient(180deg, #f5b14a 0%, #e47444 100%);
    border: none;
    font-size: 0px;
}

.b-popup {
    width: 100%;
    /* padding: 15px; */
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    overflow: hidden;
    position: fixed;
    top: 0px;
    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;
    z-index: 300;
}

.b-popup .info1 {
    width: 585px;
    min-height: 230px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* align-items: center; */
    padding: 40px 50px;
    background-color: #fff;
    margin: 0 15px;
    position: relative;
}

.b-popup .info1 .close_info1,
.close_info_popup {
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
}

.b-popup .info1 .popup-result {
    display: block;
    margin: 0 auto 27px;
}

.b-popup .info1 .popup-h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 143%;
    letter-spacing: 0.018em;
    color: #000000;
    margin: 0 0 7px;
}

.b-popup .info1 .popup-txt {
    font-weight: 500;
    font-size: 16px;
    line-height: 143%;
    letter-spacing: 0.018em;
    color: #747474;
}

.prod-page-main {
    width: 1325px;
    margin: 0 auto;
    padding: 75px 15px 45px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 53px 30px;
}

.prod-page-main .prod-page-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#u-tube-slide {
    margin: 0 auto;
    display: block;
    width: 70px;
    height: auto;
}

.prod-page-main .prod-page-slider .prod-thumbnails-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    /* -webkit-box-pack: justify;
    -ms-flex-pack: justify; */
    justify-content: center;
    max-height: 370px;
    padding: 25px 0;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
}

.thumb-slid-prev {
    display: block;
    /* width: 15px; */
    height: auto;
    position: absolute;
    z-index: 1;
    top: 0;
    left: calc(50% - 22px);
    cursor: pointer;
}

.thumb-slid-next {
    display: block;
    /* width: 15px; */
    height: auto;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: calc(50% - 22px);
    transform: rotate(180deg);
}

.prod-page-main .prod-page-slider .prod-thumbnails-wrap .prod-thumbnail {
    width: 105px;
    /* height: 153px; */
    height: 105px;
    background: -o-linear-gradient(307.97deg, #fafafb 0%, #f9f9f9 66.03%, #e0e0e0 125.52%);
    background: linear-gradient(142.03deg, #fafafb 0%, #f9f9f9 66.03%, #e0e0e0 125.52%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    /* border: 1px solid red; */
    margin-bottom: 6px;
    overflow: hidden;
}

.prod-page-main .prod-page-slider .prod-thumbnails-wrap .prod-thumbnail picture {
    display: block;
    width: 55%;
}

.prod-page-main .prod-page-slider .prod-thumbnails-wrap .prod-thumbnail img {
    /* width: 100%;
    height: auto; */
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}


/* .prod-page-main .prod-page-slider .prod-main-img {
  width: 480px;
  height: 480px;
  border-radius: 6px;
  background: -o-linear-gradient(307.97deg, #fafafb 0%, #f9f9f9 66.03%, #e0e0e0 125.52%);
  background: linear-gradient(142.03deg, #fafafb 0%, #f9f9f9 66.03%, #e0e0e0 125.52%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
} */

.prod-main-img {
    width: 520px;
    height: 480px;
    min-height: 0;
    border-radius: 6px;
    overflow: hidden;
    /* background: linear-gradient(142.03deg, #fafafb 0%, #f9f9f9 66.03%, #e0e0e0 125.52%); */
    /* border: 1px solid red; */
}

.prod-main-zoom-img {
    width: 100%;
    /* width: 480px; */
    /* height: 480px; */
    /* width: 100%;
  padding-top: 100%; */
    /* background-image: url("amazing-antique.jpg"); */
    /* background-size: 100%; */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 6px;
}

.prod-page-main .prod-page-slider .prod-main-img picture {
    display: block;
    width: 55%;
}

.prod-page-main .prod-page-slider .prod-main-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.prod-page-main .prod-page-main-txt {
    padding-right: 14%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.prod-page-main .prod-page-main-txt h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.005em;
    text-transform: uppercase;
    color: #000000;
    margin: 15px 0 20px;
}

.prod-page-main .prod-page-main-txt .articul,
.prod-page-main .prod-page-main-txt .articul-value {
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0.005em;
    color: #747474;
}

.prod-page-main .prod-page-features {
    padding-right: 14%;
}

.prod-page-main .prod-page-discribe {
    padding-right: 10%;
    max-height: 500px;
    overflow-y: auto;
}

.prod-page-main .prod-page-discribe h2 {
    margin-bottom: 10px;
}

.prod-page-main .prod-page-discribe p {
    font-size: 16px;
    line-height: 24px;
    color: #181818;
    margin-bottom: 24px;
}

.prod-feat-h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 41px;
    text-transform: uppercase;
    color: #181818;
    margin: 0 0 24px;
}

.prod-features {
    margin-top: 22px;
    margin-bottom: 25px;
}

.prod-features .prod-feat-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 13px;
}

.prod-features .prod-feat-item .feat-name {
    font-size: 18px;
    line-height: 22px;
    color: #181818;
}

.prod-features .prod-feat-item .feat-empty-dashed {
    line-height: 22px;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-bottom: 1px dashed #c5c0bf;
    margin: 0 5px;
    position: relative;
    top: -5px;
}

.prod-features .prod-feat-item .feat-value {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    color: #181818;
}

.similar-prod-page {
    width: 1325px;
    margin: 0 auto;
    padding: 15px 15px 40px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.similar-prod-page .similar-wrap {
    padding-top: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 24px;
}

.similar-prod-page .similar-wrap .similar-prod-elem {
    margin: 0;
}

.similar-prod-page .similar-wrap .similar-prod-elem .prod-txt {
    padding: 15px 40px 15px 18px;
}

.prod-page-form {
    width: 710px;
    padding: 40px 15px 0px;
    margin: 0 auto;
}

.criterions_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
}

.criterions_list li label {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #181818 !important;
    display: block;
    margin-right: 10px;
}


/*ФОРМА НА СТР ТОВАРА*/

.prod-page-form textarea {
    background: #ffffff;
    border: 1px solid #c5c0bf;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 22px;
}

.prod-page-form textarea::placeholder {
    font-size: 12px;
    line-height: 22px;
}


/*ФОРМА НА СТР ТОВАРА --конец--*/

.star_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 2px;
}

.star_content .star {
    width: 20px;
    height: 20px;
    background: white;
}

.star_content .star a {
    font-size: 18px;
    line-height: 19px;
    letter-spacing: 5px;
    color: #b1b1b1;
}

.star_content .star a:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#f5b14a), to(#e47444));
    background: -o-linear-gradient(top, #f5b14a 0%, #e47444 100%);
    background: linear-gradient(180deg, #f5b14a 0%, #e47444 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.comment__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0 15px;
}

.comment__inputs .comment__input_wrap {
    margin-right: 28px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.comment__inputs .comment__input_wrap:last-child {
    margin-right: 0px;
    margin-bottom: 0px;
}

.comment__inputs .comment__input_wrap input {
    width: 100%;
    height: 42px;
    background: #ffffff;
    border: 1px solid #c5c0bf;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 22px;
}

.comment__inputs .comment__input_wrap input::-webkit-input-placeholder {
    font-size: 12px;
    line-height: 22px;
    color: #747474;
}

.comment__inputs .comment__input_wrap input::-moz-placeholder {
    font-size: 12px;
    line-height: 22px;
    color: #747474;
}

.comment__inputs .comment__input_wrap input:-ms-input-placeholder {
    font-size: 12px;
    line-height: 22px;
    color: #747474;
}

.comment__inputs .comment__input_wrap input::-ms-input-placeholder {
    font-size: 12px;
    line-height: 22px;
    color: #747474;
}

.comment__inputs .comment__input_wrap input::placeholder {
    font-size: 12px;
    line-height: 22px;
    color: #747474;
}

.comment__input_txt_wrap {
    width: 100%;
    margin-bottom: 25px;
}

.comment__input_txt_wrap .comment__comment {
    display: block;
    width: 100%;
    min-height: 100px;
    border: 1px solid #c5c0bf;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 22px;
    resize: none;
}

.comment__input_txt_wrap .comment__comment::-webkit-input-placeholder {
    font-size: 12px;
    line-height: 22px;
    color: #747474;
}

.comment__input_txt_wrap .comment__comment::-moz-placeholder {
    font-size: 12px;
    line-height: 22px;
    color: #747474;
}

.comment__input_txt_wrap .comment__comment:-ms-input-placeholder {
    font-size: 12px;
    line-height: 22px;
    color: #747474;
}

.comment__input_txt_wrap .comment__comment::-ms-input-placeholder {
    font-size: 12px;
    line-height: 22px;
    color: #747474;
}

.comment__input_txt_wrap .comment__comment::placeholder {
    font-size: 12px;
    line-height: 22px;
    color: #747474;
}

.comment__footer_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.comment__send {
    width: 208px;
    height: 45px;
    border-radius: 22px 0;
    margin-top: 25px;
    background: linear-gradient(180deg, #f5b14a 0%, #e47444 100%);
    box-shadow: 0px 8px 20px rgba(66, 59, 113, 0.25);
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}

.prod-page-review-wrap {
    margin: 30px 0 95px;
    border-top: 1px solid #dadada;
}

.prod-page-review-wrap .review-item {
    padding: 30px 0 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ebebeb;
}

.prod-page-review-wrap .review-item .review-info {
    width: 27%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.prod-page-review-wrap .review-item .review-info .reviewer-name {
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    color: #747474;
}

.prod-page-review-wrap .review-item .review-info .review-date {
    font-size: 12px;
    line-height: 22px;
    color: #999999;
    display: block;
    margin-bottom: 15px;
}

.prod-page-review-wrap .review-item .review-info .review-mark {
    font-size: 11px;
    line-height: 19px;
    letter-spacing: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5b14a), to(#e47444));
    background: -o-linear-gradient(top, #f5b14a 0%, #e47444 100%);
    background: linear-gradient(180deg, #f5b14a 0%, #e47444 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.prod-page-review-wrap .review-item .review-txt {
    width: 73%;
}

.prod-page-review-wrap .review-item .review-txt p,
.prod-page-review-wrap .review-item .review-txt a {
    font-size: 14px;
    line-height: 22px;
    color: #747474;
}

.prod-page-review-wrap .review-item .review-txt a {
    display: block;
    margin-top: 18px;
}

.prod-page-review-wrap .review-item .review-txt a:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#f5b14a), to(#e47444));
    background: -o-linear-gradient(top, #f5b14a 0%, #e47444 100%);
    background: linear-gradient(180deg, #f5b14a 0%, #e47444 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

* {
    font-family: "Montserrat";
}

[v-cloak] {
    display: block;
    padding: 50px 0;
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.clear_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.print-doc {
    cursor: pointer;
}

.flex_input,
.flex_element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex_element>.calc__elem {
    width: 48%;
}

.flex_input select,
.flex_input input {
    width: 48%;
}

[v-cloak]:before {
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    -webkit-animation: spinner 0.6s linear infinite;
    animation: spinner 0.6s linear infinite;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

[v-cloak]>div {
    display: none;
}

body {
    margin: 0;
}

.contain h1 {
    font-weight: bold;
    font-size: 26px;
    line-height: 160%;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    color: #000000;
    display: block;
    margin: 0 0 43px;
}

button {
    outline: none;
}

.flex {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.logo {
    max-width: 300px;
    width: 100%;
    margin-top: 30px;
}

.contain {
    max-width: 1325px;
    margin: 0 auto;
    padding: 78px 15px 130px;
}

.buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.calc-btn {
    width: 225px;
    height: 45px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5b14a), to(#e47444));
    background: -o-linear-gradient(top, #f5b14a 0%, #e47444 100%);
    background: linear-gradient(180deg, #f5b14a 0%, #e47444 100%);
    border-radius: 22px 0 22px 0;
    border: none;
    margin: 0 0 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
}

.clear-btn {
    height: 45px;
    background: rgba(0, 0, 0, 0);
    border: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    position: relative;
    padding: 0;
    margin-left: 40px;
}

.clear-btn::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    top: 34px;
}

.btn__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.link_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.link_button a {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 25px;
    padding-left: 45px;
    position: relative;
}

.link_button .download-doc::before {
    content: url(../img/download.svg);
    position: absolute;
    top: 0;
    left: 0;
}

.link_button .print-doc::before {
    content: url(../img/printer.svg);
    position: absolute;
    top: 0;
    left: 0;
}

.link_button button {
    width: 250px;
    height: 53px;
    /* background-color: #8b3c49; */
    /* background-image: url('/themes/decogroup/css/img/bg2.png'); */
    background: -webkit-gradient(linear, left top, left bottom, from(#f5b14a), to(#e47444));
    background: -o-linear-gradient(top, #f5b14a 0%, #e47444 100%);
    background: linear-gradient(180deg, #f5b14a 0%, #e47444 100%);
    -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    color: white;
    border-radius: 27px 0 27px 0;
    border: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
}

.btn__edit {
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.btn__del {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.total {
    /* height: 30px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 700;
    /* background: #d5cff8; */
}

.price-block {
    margin-bottom: 20px;
}

.total-all {
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    text-align: right;
    letter-spacing: 0.005em;
    color: #181818;
    margin-bottom: 10px;
}

.total-price {
    font-weight: 600;
    font-size: 32px;
    line-height: 34px;
    text-align: right;
    color: #181818;
    margin-bottom: 30px;
}

.total-all-left,
.total-price-left {
    text-align: left;
}

.total-all-left {
    display: block;
}

.total-price-unit {
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    text-align: right;
    letter-spacing: 0.005em;
    color: #181818;
}


/* tr td:last-child {
    vertical-align: middle;
} */

table.delivery {
    width: 100%;
    border: 2px solid #c5c0bf;
    border-collapse: collapse;
    margin-bottom: 40px;
}

table.delivery thead {
    font-weight: bold;
    border: 2px solid #c5c0bf;
    line-height: 40px;
    font-size: 18px;
}

table.delivery td,
table.delivery th {
    /* padding: 0.6rem 1rem; */
    border: 2px solid #c5c0bf;
    padding: 25px 15px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #000000;
}

* {
    font-family: "Montserrat";
}

.b-popup {
    width: 100%;
    /* padding: 15px; */
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: fixed;
    top: 0px;
    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;
    z-index: 10;
}

.calc {
    max-width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    padding: 15px;
    background-color: #fff;
    /*border-radius: 3px;*/
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.close_mail_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.mail__form h3 {
    display: block;
    color: #999999;
    font-size: 20px;
    margin-bottom: 20px;
}

.mail__form p {
    display: block;
    color: #000000;
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
    text-indent: 0px;
}

form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form__element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    margin-bottom: 10px;
}

.form__area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 700px;
    margin-bottom: 10px;
}

#client_message {
    border: 1px solid #cfc6be;
    resize: both;
    display: block;
    height: 140px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

label {
    display: block;
    text-align: center;
}

.form__element input {
    height: 30px;
    width: 200px;
    border: 1px solid #cfc6be;
    padding-left: 10px;
    /* text-align: center; */
}

.form__down {
    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;
}

#send {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 14px;
    padding: 15px 30px;
    background: #999999;
    color: #fff;
}

select {
    width: 100%;
    background: transparent;
    position: relative;
}

select,
input {
    display: block;
    height: 30px;
    border: 2px solid #999;
    padding: 0 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sizes div {
    width: 47%;
}

.sizes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.btn {
    width: 170px;
    height: 35px;
    border-radius: 17px;
    border: none;
    /* background: #8b3c6d; */
    /* background-image: url('/themes/decogroup/css/img/bg2.png'); */
    background-color: #999 !important;
    margin: 10px;
    padding: 10px 15px;
    font-size: 15px;
    color: #000;
}

.btn:hover {
    color: #fff;
}

.btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
}

.print-doc:first-child {
    margin-right: 20px;
}

.image img {
    width: 100%;
    max-height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
}

.center_text {
    text-align: center;
}

.calc-footer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.catalog {
    width: 1330px;
    margin: 0 auto;
    padding: 45px 15px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
}

.catalog .filters-wrap {
    height: 56px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.catalog .filters-wrap .filter-feat {
    height: 100%;
    width: 305px;
    margin-right: 35px;
}

.zzzz {
    display: block;
    width: 100%;
}

.zzzz-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.filter-feat-title-wrap {
    width: 305px;
    height: 56px;
    border: 1px solid #747474;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 0 19px;
    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;
}

.filter-feat-title-wrap .filter-main-toggle,
.filter-feat-title-wrap .filter-main-empty {
    width: 18px;
    height: 12px;
}

.filter-feat-title-wrap .filter-main-toggle {
    background-image: url(../img/filter-main-toggl.svg);
    background-size: contain;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.filter-feat-title-wrap .filter-main-toggle--closed {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.filter-feat-title-wrap .filter-title {
    font-weight: bold;
    font-size: 24px;
    color: #181818;
}

.filter-feat-block_content {
    width: 310px;
}

.filter-feat-block_content .filter-feat__element {
    margin-bottom: 18px;
    background: #f7f7f7;
    border-radius: 4px;
    padding: 24px 0 15px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.filter-feat-block_content .filter-feat__element .filter-feat-accord-head {
    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: 0 20px;
}

.filter-feat-block_content .filter-feat__element .filter-feat-accord-head span {
    font-weight: 600;
    font-size: 16px;
    color: #181818;
}

.filter-feat-block_content .filter-feat__element .filter-feat-accord-head .filter-feat-accord-toggle {
    width: 12px;
    height: 8px;
    background-image: url(../img/shev-up-black.svg);
    background-size: contain;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.filter-feat-block_content .filter-feat__element .filter-feat-accord-head .filter-feat-accord-toggle--closed {
    background-image: url(../img/shev-down-orange.svg);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.filter-feat-block_content .filter-feat__element .filter-feat-accord-body {
    padding: 25px 25px 0;
}

.filter-feat-block_content .filter-feat__element .filter-feat-accord-body .filter-feat-accord-elem {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.filter-feat-block_content .filter-feat__element .filter-feat-accord-body .filter-feat-accord-elem .pseudo-checkbox {
    position: absolute;
    top: -1px;
    z-index: 0;
    width: 17px;
    height: 17px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../img/Check_off.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.filter-feat-block_content .filter-feat__element .filter-feat-accord-body .filter-feat-accord-elem label {
    line-height: 1 !important;
    font-weight: 500;
    font-size: 16px;
    color: #181818;
    padding-left: 35px;
    position: relative;
    z-index: 1;
}

.filter-feat-block_content .filter-feat__element--closed {
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 2px rgba(58, 58, 68, 0.24), 0px 2px 4px rgba(90, 91, 106, 0.24);
    box-shadow: 0px 1px 2px rgba(58, 58, 68, 0.24), 0px 2px 4px rgba(90, 91, 106, 0.24);
    border-radius: 4px;
    padding: 15px 0 15px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.input-btn,
.input-btn__color {
    display: none;
}

.input-btn:checked+.pseudo-checkbox {
    background-image: url(../img/Check.svg) !important;
    background-size: contain;
    background-repeat: no-repeat;
}

.input-btn__color:checked+.pseudo-checkbox {
    background-image: url(../img/check-color-active.svg) !important;
    background-size: contain;
    background-repeat: no-repeat;
}

.filter-feat-accord-body__color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.filter-feat-accord-elem__color {
    position: relative;
    width: 28px;
    height: 28px;
    margin: 0 15px 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filter-feat-accord-elem__color .pseudo-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 20px;
    background-image: url(../img/check-color.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.filter-feat-accord-elem__color label {
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 2px;
    position: relative;
    z-index: 1;
}

.filter-sort {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    position: relative;
    z-index: 1;
}

.filter-sort .filter-sort-title {
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    display: block;
    padding: 0 2px;
    background: white;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #181818;
    position: absolute;
    top: -6px;
    left: 12px;
    z-index: 1;
}

.filter-sort .filter-sort-toggle {
    display: block;
    width: 0px;
    height: 0;
    border-top: 5px solid #747474;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: 26px;
    right: 22px;
    z-index: 1;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.filter-sort .filter-sort-list {
    display: block;
    background: white;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    height: 56px;
    width: 220px;
    border: 1px solid #5a5b6a;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    overflow: hidden;
}

.filter-sort .filter-sort-list ul {
    display: block;
    margin: 0;
    padding: 16px 12px 3px;
    list-style: none;
}

.filter-sort .filter-sort-list ul li {
    color: #747474;
}

.filter-sort .filter-sort-list ul li a {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: 0.018em;
    color: inherit;
    margin-bottom: 13px;
}

.filter-sort .filter-sort-list ul li:first-child {
    color: #181818;
}

.filter-sort .filter-sort-list ul li:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#f5b14a), to(#e47444));
    background: -o-linear-gradient(top, #f5b14a 0%, #e47444 100%);
    background: linear-gradient(180deg, #f5b14a 0%, #e47444 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.filters-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.filters-tags .filters-tags-title {
    display: block;
    margin: 0 30px 15px 0;
    padding: 11px 0px;
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: 0.018em;
    color: #181818;
}

.filters-tags .filter-tag-elem {
    background: #f7f7f7;
    border-radius: 4px;
    padding: 5px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 20px 15px 0;
}

.filters-tags .filter-tag-elem .tag-name {
    font-size: 14px;
    line-height: 143%;
    margin-right: 15px;
    text-align: center;
    letter-spacing: 0.018em;
    color: #747474;
}

.filters-tags .filter-tag-elem .tag-delete {
    font-weight: 300;
    font-size: 28px;
    -webkit-transform: rotate(-44.58deg);
    -ms-transform: rotate(-44.58deg);
    transform: rotate(-44.58deg);
    color: #747474;
    cursor: pointer;
}

.filters-tags .filter-tag-elem .tag-delete:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#f5b14a), to(#e47444));
    background: -o-linear-gradient(top, #f5b14a 0%, #e47444 100%);
    background: linear-gradient(180deg, #f5b14a 0%, #e47444 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.catalog-prod-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
    margin-bottom: 70px;
}

.catalog-prod-grid .prod-txt {
    padding: 15px 40px 15px 18px;
}

.prod-elem__catalog {
    margin: 0;
}

.pagi__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.pagi__navigation .pagi-arrow {
    display: block;
    width: 22px;
    height: 14px;
    margin: 0 30px;
}

.pagi__navigation .left-arr {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.pagi__navigation .right-arr {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.pagi__navigation .page-nums-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.pagi__navigation .page-nums-cont a {
    display: block;
    margin: 0 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #c5c0bf;
}

.pagi__navigation .page-nums-cont .curr-page {
    color: #181818;
}

.filter-sort__open {
    height: 217px !important;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.filter-sort-toggle__rotate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.catalog-main-wrap__slide {
    width: calc(100% - 340px);
}

.catalog-prod-grid__slide {
    grid-template-columns: 1fr 1fr 1fr;
}

body {
    padding-top: 100px;
}

* {
    font-family: "Montserrat", sans-serif;
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

h2,
h3,
h4,
p {
    margin: 0;
}

.h2-small {
    font-size: 26px;
    line-height: 47px;
    text-transform: uppercase;
    -webkit-font-feature-settings: "liga" off;
    font-feature-settings: "liga" off;
    color: #181818;
    margin-bottom: 25px;
}

header .icon-cont .menu-open {
    height: auto;
    width: 36px;
}

header .icon-cont .menu__item-cont .construct {
    height: auto;
    width: 39px;
}

.menu__item-cont {
    position: relative;
    display: inline-block;
    padding: 30px 0;
    -webkit-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.menu__item-cont .dropdown-content {
    position: absolute;
    top: 65px;
    left: -7px;
    padding: 10px 30px 0 25px;
    background: #000;
    z-index: 1;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.7s ease 0s;
    -o-transition: height 0.7s ease 0s;
    transition: height 0.7s ease 0s;
}

.menu__item-cont .dropdown-content a {
    display: block;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.77);
    margin-bottom: 10px;
    max-width: max-content;
}

.menu__item-cont .menu__item-drop::after {
    content: url(../img/shev-down.svg);
    display: inline-block;
    margin: 0 0 2px 9px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.menu__item-cont:hover .dropdown-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* height: 150px; */
    height: auto;
    -webkit-transition: height 0.3s ease 0s;
    -o-transition: height 0.3s ease 0s;
    transition: height 0.3s ease 0s;
}

.menu__item-cont:hover .menu__item-drop::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* .submenu__item-cont,
.calc-point {
    display: none;
} */

.submenu__item-cont .menu-drop,
.submenu__item-cont .menu-drop2 {
    position: relative;
}

.submenu__item-cont .dropdown-content {
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    top: -10px;
}

.submenu__item-cont .dropdown-content a {
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}

.submenu__item-cont .menu-drop::after,
.submenu__item-cont .menu-drop2::after {
    position: absolute;
    top: 2px;
    left: 108px;
    content: url(../img/shev-down.svg);
    display: inline-block;
    margin: 0 0 2px 9px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.submenu__item-cont .menu-drop2::after {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.submenu__item-cont:hover .dropdown-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.calc-point {
    display: none;
}

.h2-real {
    font-weight: bold;
    font-size: 40px;
    line-height: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #181818;
    display: block;
    margin-bottom: 0px;
}

.h2-shadow {
    position: absolute;
    top: 44px;
    left: -34px;
    font-weight: bold;
    font-weight: bold;
    font-size: 90px;
    line-height: 112px;
    text-align: center;
    text-transform: uppercase;
    color: #f5f5f5;
    z-index: -1;
}

.dg-btn {
    background: -webkit-gradient(linear, left top, left bottom, from(#f5b14a), to(#e47444));
    background: -o-linear-gradient(top, #f5b14a 0%, #e47444 100%);
    background: linear-gradient(180deg, #f5b14a 0%, #e47444 100%);
    -webkit-box-shadow: 0px 8px 20px rgba(66, 59, 113, 0.25);
    box-shadow: 0px 8px 20px rgba(66, 59, 113, 0.25);
    border: none;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}

.banner .slick-list,
.art-single-slider .slick-list,
.prod-main-img .slick-list,
.prod-thumbnails-wrap .slick-list,
.prod-img-fullscreen .slick-list,
.hex-slider .slick-list {
    overflow: hidden;
    height: 100%;
}

.banner .slick-track,
.art-single-slider .slick-track,
.prod-main-img .slick-track,
.prod-img-fullscreen .slick-track,
.hex-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.banner .slick-dots {
    position: absolute;
    right: 60px;
    top: 38%;
    z-index: 10;
    list-style: none;
}

.banner .slick-dots li button {
    display: block;
    margin: 15px 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: white;
    border: none;
    font-size: 0px;
}

.banner .slick-dots .slick-active button {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5b14a), to(#e47444));
    background: -o-linear-gradient(top, #f5b14a 0%, #e47444 100%);
    background: linear-gradient(180deg, #f5b14a 0%, #e47444 100%);
    border: none;
    font-size: 0px;
}

.popular-wrap .slick-list {
    overflow: hidden;
    height: 100%;
}

.popular-wrap .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
}

.slick-slide {
    z-index: 1 !important;
}

.i-accord-head .i-accord-toggle {
    width: 40px;
    height: 40px;
    background-image: url(../img/Plus.svg);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.i-accord-head.in .i-accord-toggle {
    background-image: url(../img/Minus.svg) !important;
    background-size: cover;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.cursor-point {
    cursor: pointer;
}

.top-menu .dropdown-content a,
.production .prod-elem a {
    position: relative;
}

.top-menu .dropdown-content a::after {
    content: "";
    display: block;
    position: absolute;
    top: 22px;
    left: 0;
    width: 0;
    height: 1px;
    background: white;
    -webkit-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.top-menu .dropdown-content a:hover::after {
    width: 100%;
    -webkit-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.production .prod-elem a::after {
    content: "";
    display: block;
    position: absolute;
    top: 43px;
    left: 0;
    width: 0;
    height: 2px;
    background: white;
    -webkit-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.production .prod-elem a:hover::after {
    width: 100%;
    -webkit-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.padd-bott-160 {
    padding-bottom: 160px;
}

.total-price-wrap {
    margin-bottom: 30px;
}


/*слайдер товара во всплывающем окне*/

#popup-full-img {
    /* display: none; */
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 100;
}

#popup-full-img .info2 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.open-f {
    display: flex !important;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 100;
}

#popup-full-img .close_info1 {
    position: absolute;
    top: 65px;
    right: 65px;
    cursor: pointer;
}

.prod-img-fullscreen {
    width: 90vh;
    height: 90vh;
    /* background: rgb(228, 206, 206); */
}

.prod-full-img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.full-slid-prev {
    display: block;
    position: absolute;
    top: 50%;
    left: 65px;
    width: 25px;
    height: 16px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.full-slid-next {
    display: block;
    position: absolute;
    top: 50%;
    right: 65px;
    width: 25px;
    height: 16px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}


/*слайдер товара во всплывающем окне --конец--*/

.prod-page-main .prod-page-discribe::-webkit-scrollbar {
    padding: 4px;
    background: #e1e1e1;
    border-radius: 6px;
}

.prod-page-main .prod-page-discribe::-webkit-scrollbar-track {
    width: 21px;
    background: #e1e1e1;
    border-radius: 6px;
}

.prod-page-main .prod-page-discribe::-webkit-scrollbar-thumb {
    border: 4px solid #e1e1e1;
    max-height: 121px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5b14a), to(#e47444));
    background: -o-linear-gradient(top, #f5b14a 0%, #e47444 100%);
    background: linear-gradient(180deg, #f5b14a 0%, #e47444 100%);
    border-radius: 10px;
}

.map-indicator {
    width: 27px;
    height: 27px;
}

.contact-item--off {
    background: url(../img/Check_off.svg) no-repeat center/100%;
}

.contact-item--on {
    background: url(../img/Check.svg) no-repeat center/100%;
}

.map-show {
    display: block;
}

.map-hide {
    display: none;
}


/* ЗАЯВКА ЗАКАЗ */

.info1-order {
    max-width: 500px;
    padding: 50px 75px !important;
}

.order_h2 {
    font-weight: 600;
    font-size: 26px;
    line-height: 143%;
    display: flex;
    align-items: center;
    letter-spacing: 0.018em;
    color: #000000;
    display: block;
    margin-bottom: 13px;
}

.order_txt {
    font-weight: 500;
    font-size: 16px;
    line-height: 143%;
    letter-spacing: 0.018em;
    color: #747474;
    display: block;
    margin-bottom: 20px;
}

.form-group input {
    display: block;
    margin-bottom: 15px;
    height: 42px;
    width: 100%;
    background: #ffffff;
    border: 1px solid #c5c0bf;
    box-sizing: border-box;
    border-radius: 6px;
}

.form-group input::placeholder {
    font-size: 12px;
    line-height: 22px;
    color: #747474;
}

.info1-order .order_modal__button {
    width: 100%;
    height: 53px;
    background: linear-gradient(180deg, #f5b14a 0%, #e47444 100%);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    border-radius: 26px 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    margin-top: 25px;
    cursor: pointer;
}

.js--file_label .order_modal__file_area {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 42px;
    width: 100%;
    background: #ffffff;
    border: 1px solid #c5c0bf;
    box-sizing: border-box;
    border-radius: 6px 14px 0 6px;
    padding: 0 0 0 15px;
}

.order_modal__file_tooltip {
    /* display: block; */
    font-weight: 600;
    height: 100%;
    padding: 0px 15px;
    background: linear-gradient(180deg, #f5b14a 0%, #e47444 100%);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    border-radius: 0 14px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    margin: -1px;
    display: flex;
    align-items: center;
}

.js--file_text {
    /* font-size: 12px;
  line-height: 143%;
  letter-spacing: 0.018em;
  color: #747474;
  font-weight: 500; */
    font-size: 12px;
    line-height: 22px;
    color: #747474;
}


/* ЗАЯВКА ЗАКАЗ--конец-- */


/* ФИЛЬТРЫ */

.title_block {
    display: none;
}

.PM_ASSelectionsBlock {
    padding-top: 0;
}

.PM_ASCriterionsGroupName {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    letter-spacing: 0.022em;
    color: #181818;
}

.PM_ASCriterionsToggleHover {
    background: #f7f7f7;
    border-radius: 4px;
    padding: 10px 20px 10px;
    margin-bottom: 18px;
    position: relative;
}

.PM_ASCriterionsToggleHover::after {
    content: "\f105";
    font-family: "FontAwesome", "FontAwesomeAS4";
    font-size: 25px;
    transform: rotate(-90deg);
    position: absolute;
    top: 15px;
    right: 25px;
}

.hide_group::after {
    content: "\f105";
    font-family: "FontAwesome", "FontAwesomeAS4";
    font-size: 25px;
    transform: rotate( 90deg);
    position: absolute;
    top: 15px;
    right: 25px;
    color: #f5b14a;
}

.hide_group {
    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(58, 58, 68, 0.24), 0px 2px 4px rgba(90, 91, 106, 0.24);
    border-radius: 4px;
    padding: 5px 20px;
}

.PM_ASCriterionsGroupTitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.022em;
    color: #181818;
    padding: 10px 0 !important;
    cursor: pointer;
}

.PM_ASCriterionGroupCheckbox {
    padding-left: 0;
    margin: 0;
}

.PM_ASCriterionGroupCheckbox .checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.PM_ASCriterionCheckbox {
    display: none;
}

.PM_ASCriterionCheckbox:checked+.PM_ASLabelCheckbox::before {
    background: url(../img/Check.svg) no-repeat center/100%;
}

.PM_ASLabelCheckbox {
    position: relative;
    padding-left: 30px;
}

.PM_ASLabelCheckbox::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url(../img/Check_off.svg) no-repeat center/100%;
    position: absolute;
    top: 2px;
    left: 0;
}

.PM_ASLabelCheckbox a {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    letter-spacing: 0.0275em;
    color: #181818;
    text-decoration: none;
}

.color_to_pick_list {
    margin: 0;
    padding: 0;
}

.color_to_pick_list li {
    margin: 0 15px 15px 0;
    width: 23px;
    height: 23px;
    /* background: rgb(129, 50, 50); */
    position: relative;
}

.PM_ASNotMulticriteria {
    border-radius: 2px;
    width: 19px !important;
    height: 19px !important;
    position: absolute;
    top: 2px;
    left: 2px;
    border: solid 2px #C5C0BF !important;
}

.PM_ASCriterionGroupImage .PM_ASCriterionLinkSelected {
    border: solid 2px #E47444 !important;
}


/* .PM_ASCriterionGroupLinkColor span.PM_ASCriterionColorSquare {
} */

.ui-widget-content {
    border: none;
    background: #747474;
}

.ui-slider-horizontal {
    height: 4px;
    margin-bottom: 20px;
}

.ui-widget-header {
    background: linear-gradient(180deg, #F5B14A 0%, #E47444 100%);
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 2px solid #E47444 !important;
    /* background: url(../img/check-color-active.svg); */
    background: #ffffff;
    font-size: 11px;
    top: -6px;
}

.PM_ASCritRangeValue {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.0275em;
    color: #181818;
}

.PM_ASSelectionsDropDown {
    height: auto;
    padding: 20px 20px 0;
    border: 1px solid #747474;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 20px;
}

.PM_ASSelectionsDropDownMenu {
    display: block !important;
    position: static;
    padding: 0;
    border: none;
}

.PM_ASBlockOutputVertical .PM_ASSelectionsDropDownMenu {
    border: none !important;
}

.PM_ASSelectionsDropDownMenu ul {
    padding-left: 0;
}

.PM_ASSelectionsDropDownMenu ul li {
    /* width: 100%; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.PM_ASSelectionsDropDownShowLink {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.022em;
    color: #181818;
}

.PM_ASSelectionsDropDownShowLink strong {
    font-weight: 600 !important;
    color: #E47444;
}

.PM_ASSelectionsDropDownShowLink::before {
    display: none;
}

.PM_ASSelectionsCriterionsGroupName {
    color: #747474;
    margin-bottom: 10px;
}

.PM_ASSelectionsCriterionsGroupName strong {
    display: block;
    font-weight: 500 !important;
    font-size: 14px;
    padding-right: 10px;
    margin-bottom: 15px;
    color: #181818;
}

.PM_ASSelectionsSelectedCriterion .PM_ASSelectionsRemoveLink {
    display: block;
    box-sizing: border-box;
    padding: 5px 9px !important;
    border-radius: 4px;
    background: #f7f7f7;
    font-size: 14px;
    line-height: 143%;
    display: flex;
    align-items: center;
    letter-spacing: 0.018em;
    color: #747474;
}

.PM_ASSelectionsRemoveLink::before {
    display: none;
}

.PM_ASSelectionsRemoveLink::after {
    content: '+';
    font-size: 30px;
    font-weight: 300;
    transform: rotate(45deg);
    display: block;
    margin-left: 15px;
}

.PM_ASSelectionsRemoveLink:hover:after {
    color: #E47444;
}

.PM_ASSelections ul li {
    padding: 0;
}

.PM_ASCriterionLinkSelected:hover,
a.PM_ASSelectionsRemoveLink:hover {
    text-decoration: none !important;
}

.PM_ASShowCriterionsGroupHidden {
    display: block;
    margin-bottom: 15px;
}

.PM_ASShowCriterionsGroupHidden {
    display: block;
    margin-bottom: 15px;
}

.PM_ASShowCriterionsGroupHidden:before {
    font-family: "FontAwesome", "FontAwesomeAS4";
    padding-right: 15px;
}

.PM_ASShowCriterionsGroupHidden a {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.022em;
    color: #E47444;
}


/* ФИЛЬТРЫ --конец--*/


/* 404 */

#pagenotfound {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#pagenotfound main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    /* background-color: #f5b14a; */
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 136.44%), center/40% no-repeat url(/themes/decogroup/img/404.png);
    /* background: #ffffff83, center/40% no-repeat url(/themes/decogroup/img/404.png); */
}

.pagenotfound-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    /* background: rgba(255, 255, 255, 0.507); */
}

.pagenotfound__title {
    font-size: 200px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5b14a), to(#e47444));
    background: -o-linear-gradient(top, #f5b14a 0%, #e47444 100%);
    background: linear-gradient(180deg, #f5b14a 0%, #e47444 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.pagenotfound__sub_title {
    font-size: 52px;
    margin-bottom: 50px;
    color: #ffffff;
    text-align: center;
}

.pagenotfound__text {
    font-size: 20px;
    text-align: center;
    color: #ffffff;
}

.pagenotfound__text a {
    color: #dadada;
}


/* 404  --конец--*/


/* ПРИМЕНЕНИЕ МАТЕРИАЛА */

.art-single-wrap__full-width {
    width: 100%;
    max-width: 1320px;
    padding: 0px !important;
    box-sizing: border-box;
}

.art-single-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 30px;
}

.art-single-grid .art-img-slide {
    max-height: none;
}

.art-single-grid .art-img-slide img {
    height: 100%;
}

.art-single-grid .art-img:first-child {
    grid-area: 1/1/3/2;
}

.art-single-grid .art-img:nth-child(2) {
    grid-area: 1/2/2/3;
}

.art-single-grid .art-img:nth-child(3) {
    grid-area: 2/2/3/3;
}

.art-single-grid .art-img:last-child {
    grid-area: 1/3/3/4;
}


/* ПРИМЕНЕНИЕ МАТЕРИАЛА  --конец--*/


/* ШЕСТИУГОЛЬНИКИ СЛАЙДЕР */

.services-info {
    padding: 0 !important;
}

.slider-n-info {
    display: flex;
    max-width: 1180px;
    margin: 0 auto 50px;
}

.hex-slider {
    /* width: 55%; */
    /* background: rgb(182, 139, 139); */
    /* padding: 0 3vw 0 0; */
    box-sizing: border-box;
    position: relative;
    width: 600px;
    height: 600px;
}

.hex-info {
    /* width: 45%; */
}

.hex-slider .hex-elem {
    /* background: rgb(103, 109, 71); */
    /* border: 1px solid #000; */
    position: relative;
    width: 600px;
    height: 600px;
}

.hex-slider .hex-elem img {
    /* display: flex;
   flex-direction: column;
   align-items: center; */
    display: block;
    width: 100%;
}

.hex-slider .hex-elem .btn-hex {
    display: block;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    /* background: -webkit-gradient(linear, left top, left bottom, from(#f5b14a), to(#e47444));
    background: -o-linear-gradient(top, #f5b14a 0%, #e47444 100%);
    background: linear-gradient(180deg, #f5b14a 0%, #e47444 100%);
    -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
 
    -webkit-background-clip: none !important;
    -webkit-text-fill-color: none !important;
    background-clip: none !important;
    text-fill-color: none !important; */
}

.hex-a-wrap {
    background: rgb(255, 255, 255);
    position: absolute;
    top: 420px;
    right: 83px;
    width: 250px;
    min-height: 53px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.205);
    border-radius: 27px 0 27px 0;
    padding: 0 15px;
}

.hex-slid-prev {
    display: block;
    width: 30px;
    height: 30px;
    border: 2px solid red;
}

.hex-slider .slick-dots {
    list-style: none;
    display: flex;
    position: absolute;
    top: 520px;
    left: calc(50% - 65px);
}

.hex-slider .slick-dots li {
    background: none;
    padding: 0;
    margin: 0;
}

.hex-slider .slick-dots li button {
    display: block;
    margin: 0 10px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #181818;
    border: none;
    font-size: 0px;
}

.hex-slider .slick-dots .slick-active button {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5b14a), to(#e47444));
    background: -o-linear-gradient(top, #f5b14a 0%, #e47444 100%);
    background: linear-gradient(180deg, #f5b14a 0%, #e47444 100%);
    border: none;
    font-size: 0px;
}


/* .art-single-slider .slick-dots li button {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #181818;
    border: none;
    font-size: 0px;
} */

.art-single-slider .slick-dots .slick-active button {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5b14a), to(#e47444));
    background: -o-linear-gradient(top, #f5b14a 0%, #e47444 100%);
    background: linear-gradient(180deg, #f5b14a 0%, #e47444 100%);
    border: none;
    font-size: 0px;
}


/* ШЕСТИУГОЛЬНИКИ СЛАЙДЕР  --конец-- */

@media screen and (max-width: 1024px) and (max-height: 1366px) {
    .prod-img-fullscreen {
        width: 90vw;
        height: 90vw;
    }
    /* .art-single-wrap__full-width  {
    padding: 30px;
    } */
    .full-slid-prev {
        /* display: block;
    position: absolute;
    top: 50%; */
        left: 15px;
        /* width: 25px;
    height: 16px; */
        /* -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); */
    }
    .full-slid-next {
        /* display: block;
    position: absolute;
    top: 50%; */
        right: 15px;
        /* width: 25px;
    height: 16px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); */
    }
}

@media screen and (max-width: 768px) and (max-height: 1024px) {
    .prod-img-fullscreen {
        width: 85vw;
        height: 85vw;
    }
    .full-slid-prev {
        left: 15px;
    }
    .full-slid-next {
        right: 15px;
    }
}

@media screen and (max-width: 1024px) and (max-height: 768px) {
    .prod-img-fullscreen {
        width: 90vh;
        height: 90vh;
    }
    .full-slid-prev {
        left: 15px;
    }
    .full-slid-next {
        right: 15px;
    }
}

@media screen and (max-width: 1440px) {
    .services {
        padding: 70px 40px 90px;
    }
    .services .services-wrap {
        width: 100%;
    }
    .where-buy {
        padding: 70px 40px 90px;
    }
    .where-buy .where-buy-wrap {
        width: 100%;
    }
    .accomp .accomp-wrap .services-wrap {
        width: 100%;
    }
}

@media screen and (max-width: 1380px) {
    .prod-page-main {
        width: auto;
    }
    .prod-main-img {
        width: 36vw;
        height: 100%;
        overflow: hidden;
    }
    /* .prod-main-zoom-img {
        width: 100%;
        height: 100%;
        overflow: hidden;
    } */
    /* .prod-page-main .prod-page-slider .prod-thumbnails-wrap {
        max-height: 33vw;
        margin: 0 auto;
    }
    .prod-page-main .prod-page-slider .prod-thumbnails-wrap .prod-thumbnail {
        width: 10vw;
        height: 10vw;
    }
    .prod-page-main .prod-page-slider .prod-main-img {
        width: 33vw;
        height: 33vw;
    } */
    .similar-prod-page {
        width: auto;
    }
}

@media screen and (max-width: 1366px) {
    header nav {
        width: auto;
        max-width: 1180px;
        padding: 0 30px;
    }
}

@media screen and (max-width: 1360px) {
    .catalog {
        width: auto;
    }
    .catalog {
        padding: 20px 15px 0px;
    }
}

@media screen and (max-width: 1280px) {
    .similar-prod-page .similar-wrap {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    header nav .top-menu li {
        padding: 0 10px;
    }
}

@media screen and (max-width: 1180px) {
    .prod-main-img {
        width: 35vw;
    }
    .why-us {
        padding: 70px 40px 40px;
    }
    .why-us .why-wrap {
        width: 100%;
    }
    .why-us .why-wrap .why-txt-block .why-h2 {
        padding-right: 30px;
    }
    .why-us .why-wrap .why-txt-block .why-h2 h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .why-us .why-video-block {
        width: 100%;
    }
    .advantages-about-us {
        padding: 70px 40px 40px;
    }
    .advantages-about-us .adv-us-wrap {
        width: 100%;
    }
    .advantages-about-us .adv-us-wrap .adv-us-cards-wrap .adv-card span {
        font-size: 18px;
        margin-bottom: 40px;
    }
    .service-single-head {
        width: auto;
        padding: 55px 40px 0px;
    }
    .service-single-head .service-single-head-wrap {
        width: auto;
    }
    .service-types {
        width: auto;
        padding: 55px 40px 0px;
    }
    .service-types .service-types-wrap {
        width: auto;
    }
    .accomp {
        width: auto;
        padding: 55px 40px;
    }
    .accomp .accomp-wrap {
        width: auto;
    }
    .serv-single-order {
        width: auto;
        padding: 55px 40px;
    }
    .serv-single-order .serv-single-order-wrap {
        width: auto;
    }
    .art-single-wrap .art-img {
        padding: 40px 0;
    }
    .art-single-grid .art-img-slide {
        padding: 0;
    }
}

@media screen and (max-width: 1024px) {
    .prod-thumb-column {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-flow: row wrap;
        max-width: 45vw;
        box-sizing: border-box;
        /* margin: 0 auto; */
    }
    .prod-page-main .prod-page-slider .prod-thumbnails-wrap {
        padding: 0 25px;
        margin-bottom: 0;
        margin-right: 10px;
        /* position: relative;
        left: -10px; */
    }
    .thumb-slid-prev {
        /* display: block;
        width: 15px;
        height: auto;
        position: absolute;
        z-index: 1; */
        top: calc(50% - 9px);
        left: -10px;
        transform: rotate(-90deg);
    }
    .thumb-slid-next {
        /* display: block;
        width: 15px;
        height: auto;
        position: absolute;
        z-index: 1; */
        top: calc(50% - 9px);
        left: auto;
        right: -10px;
        transform: rotate(90deg);
    }
    .services .services-wrap__icons .services-card img {
        width: 65%;
        margin: 0 auto;
    }
    .hex-slider {
        /* width: 55%; */
        box-sizing: border-box;
        position: relative;
        width: 400px;
        height: 400px;
    }
    /* .hex-slider .hex-elem{
        position: relative;
        width: 600px;
        height: 600px;
     } */
    .hex-a-wrap {
        top: 265px;
        right: 20px;
    }
    .hex-slider .slick-dots {
        top: 355px;
        left: calc(50% - 55px);
    }
    .header {
        padding: 0 40px;
    }
    header nav .top-menu li {
        padding: 0 5px;
    }
    .banner .banner__wrap .banner__content h1 {
        font-size: 45px;
    }
    .banner .banner__wrap .banner__content p {
        width: 71%;
    }
    .banner .menu2 {
        left: 40px;
    }
    .production .prod-wrap .prod-elem span {
        font-size: 20px;
    }
    .production .prod-wrap .prod-elem a {
        font-size: 20px;
    }
    .u-tube {
        padding: 40px;
    }
    .application {
        padding: 40px;
    }
    .application .app-wrap .app-elem span {
        font-size: 24px;
        line-height: 18px;
    }
    .padd-0-55 {
        padding: 0 40px;
    }
    .art-wrap {
        grid-gap: 25px 20px;
    }
    .art-wrap .art-elem .art-txt {
        padding: 15px 23px;
    }
    .art-wrap .art-elem .art-txt .art-elem-name {
        font-size: 16px;
        line-height: 28px;
    }
    .art-wrap-read-also {
        margin-top: 30px;
        margin-bottom: 0px;
    }
    .contacts {
        padding: 40px 20px;
    }
    .contacts .cont-wrap {
        grid-gap: 2vw 3vw;
    }
    .contacts .cont-wrap .cont-elem .cont-txt .cont-elem-city {
        font-size: 18px;
        line-height: 22px;
    }
    .contacts .cont-wrap .cont-elem .cont-txt .cont-elem-adress {
        font-size: 14px;
        line-height: 22px;
    }
    .contacts .cont-wrap .cont-elem .cont-txt .cont-elem-data {
        font-size: 14px;
        line-height: 22px;
    }
    .contacts-page {
        padding: 40px 20px;
    }
    .info {
        padding: 40px 20px;
    }
    footer {
        padding: 40px 0px 40px 40px;
        grid-gap: 1.8vw;
    }
    .mob__menu .close_all {
        top: 25px;
        right: 35px;
    }
    .services .services-wrap {
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px 20px;
    }
    .accomp .accomp-wrap .services-wrap {
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px 20px;
    }
    .art-single-banner {
        height: 48vw;
    }
    .art-single-wrap {
        padding: 50px 15px 30px;
    }
    .art-single-read-also {
        padding: 20px 15px 45px;
    }
    .prod-page-main .prod-page-slider {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse wrap;
        flex-flow: column-reverse wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .prod-page-main .prod-page-slider .prod-thumbnails-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        max-height: auto;
        max-width: 31vw;
    }
    .prod-page-main .prod-page-slider .prod-thumbnails-wrap .prod-thumbnail {
        /* width: 11vw !important; */
        height: 10vw;
        margin: 0 3px;
    }
    .prod-page-main .prod-page-slider .prod-main-img {
        width: 45vw;
        height: 45vw;
        margin-bottom: 15px;
    }
    .prod-page-main .prod-page-main-txt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .prod-features {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .filter-feat-block_content {
        width: 250px;
    }
    .catalog-main-wrap__slide {
        width: calc(100% - 275px);
    }
    .h2-shadow {
        font-size: 70px;
    }
    .prod-thumbnails-wrap .slick-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        /* width: 100% !important; */
    }
    .info1-order {
        max-width: 500px;
        padding: 35px 20px !important;
    }
}

@media screen and (max-width: 992px) {
    .link--mod {
        position: absolute;
        top: 30px;
        left: -67px;
        color: #fff;
        font-weight: 600;
        font-size: 11px;
        line-height: 16px;
        width: min-content;
    }
    header nav .top-menu {
        display: none;
    }
    .submenu__item-cont,
    .calc-point {
        display: block;
    }
    .mob__menu .mob__menu_wrap .menu-top ul .calc-point {
        display: block;
    }
    #u-tube-slide {
        width: auto;
        flex-grow: 0;
    }
    .prod-page-main .prod-page-slider .prod-thumbnails-wrap .prod-thumbnail {
        height: 9vw;
    }
    .prod-thumb-column {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-flow: row wrap;
        max-width: 45vw;
        box-sizing: border-box;
        /* margin: 0 auto; */
    }
    .prod-page-main .prod-page-slider .prod-thumbnails-wrap {
        padding: 0 25px;
        margin-bottom: 0;
        margin-right: 10px;
        /* position: relative;
        left: -10px; */
        max-width: 28vw;
    }
    .thumb-slid-prev {
        /* display: block;
        width: 15px;
        height: auto;
        position: absolute;
        z-index: 1; */
        top: calc(50% - 9px);
        left: -10px;
        transform: rotate(-90deg);
    }
    .thumb-slid-next {
        /* display: block;
        width: 15px;
        height: auto;
        position: absolute;
        z-index: 1; */
        top: calc(50% - 9px);
        left: auto;
        right: -10px;
        transform: rotate(90deg);
    }
    .similar-prod-page .similar-wrap {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .catalog-prod-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .catalog-prod-grid__slide {
        grid-template-columns: 1fr 1fr;
    }
    .art-single-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        grid-gap: 20px;
    }
    .art-single-grid .art-img:first-child {
        grid-area: 1/1/3/2;
    }
    .art-single-grid .art-img:nth-child(2) {
        grid-area: 1/2/2/3;
    }
    .art-single-grid .art-img:nth-child(3) {
        grid-area: 3/1/4/2;
    }
    .art-single-grid .art-img:last-child {
        grid-area: 2/2/4/3;
    }
    .slider-n-info {
        display: block;
    }
    .hex-slider {
        /* width: 100%; */
        /* background: rgb(182, 139, 139); */
        margin: 0 auto;
        padding: 0;
    }
    .hex-info {
        width: 100%;
    }
}

@media screen and (max-width: 970px) {
    .advantages-about-us .adv-us-wrap .adv-us-cards-wrap {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 35px 15px;
    }
}

@media screen and (max-width: 940px) {
    .art-single-wrap {
        width: auto;
    }
}

@media screen and (max-width: 815px) {
    header nav .top-menu li a {
        font-size: 14px;
    }
}

@media screen and (max-width: 800px) {
    table.delivery thead {
        display: none;
    }
    table.delivery tr {
        display: block;
        margin-bottom: 1rem;
        border-bottom: 2px solid #e8e9eb;
    }
    table.delivery td {
        display: block;
        text-align: right;
    }
    table.delivery td:before {
        content: attr(aria-label);
        float: left;
        font-weight: bold;
    }
    .buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .btn__cont {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .btn__row:first-child {
        margin-right: 15px;
    }
}

@media screen and (max-width: 768px) {
    .prod-page-main .prod-page-slider .prod-thumbnails-wrap {
        max-width: 26vw;
    }
    /* .hex-a-wrap {
        top: 445px;
    }
    .hex-slider .slick-dots {
        top: 555px;
        left: calc(50% - 64px);
    } */
    #popup-full-img .close_info1 {
        position: absolute;
        top: 30px;
        right: 30px;
        cursor: pointer;
    }
    header {
        background: #181818;
    }
    .header {
        padding: 0 30px;
    }

    .banner .banner__wrap .banner__content h1 {
        font-size: 45px;
        padding-bottom: 30px;
    }
    .banner .menu2 {
        left: 30px;
    }
    .production .prod-wrap .prod-elem span {
        font-size: 15px;
    }
    .production .prod-wrap .prod-elem a {
        font-size: 15px;
        line-height: 37px;
    }
    .popular .popular-wrap {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr 1fr;
    }
    .u-tube {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, auto);
        grid-gap: 12px 16px;
        padding: 30px;
    }
    .u-tube .vid-el-1 {
        grid-area: 1/1/2/3;
    }
    .u-tube .vid-el-2 {
        height: 22.5vw;
    }
    .u-tube .vid-el-3 {
        height: 22.5vw;
    }
    .u-tube .vid-el-4 {
        display: none;
    }
    .application {
        padding: 30px;
    }
    .application .app-wrap .app-elem span {
        font-size: 18px;
        line-height: 18px;
    }
    .padd-0-55 {
        padding: 0 30px;
    }
    .art-wrap .art-elem .art-txt {
        padding: 15px 10px;
    }
    .contacts {
        padding: 30px 0;
    }
    .contacts .cont-wrap {
        grid-gap: 2vw 0;
    }
    .contacts .cont-wrap .cont-elem {
        padding: 0 10px 0 15px;
    }
    .contacts .cont-wrap .map-wrap {
        height: 45vw;
    }
    .contacts-page {
        padding: 30px 0;
    }
    .contacts-page .contacts-page-wrap .map-wrap {
        height: 45vw;
    }
    .info {
        padding: 30px;
    }
    footer {
        grid-template-columns: 25% 50% 5%;
        grid-gap: 9%;
    }
    footer .foot-col2 {
        display: none;
    }
    footer .foot-col4 {
        grid-area: 1/3/2/4;
    }
    footer .foot-col4 .menu2 .menu2-title {
        font-size: 12px;
        right: -45px;
        top: 50px;
    }
    .mob__menu {
        width: 60vw;
    }
    .mob__menu .mob__menu_wrap {
        width: 50%;
    }
    .mob__menu .mob__menu_wrap .menu-top ul .calc-point {
        display: block;
    }
    .why-us {
        padding: 50px 0px 40px;
    }
    .why-us .why-wrap {
        padding: 0px 30px;
        margin-bottom: 45px;
    }
    .why-us .why-video-block {
        border-radius: 0px;
        height: 348px;
    }
    .advantages-about-us {
        padding: 50px 30px 30px;
    }
    .services {
        padding: 40px 30px 40px;
    }
    .where-buy {
        padding: 40px 20px 40px;
    }
    .where-buy .where-buy-wrap .where-buy-elem .where-buy-elem-body .where-buy-elem-body-row .where-buy-body-row-cell {
        padding-right: 10px;
    }
    .where-buy .where-buy-wrap .where-buy-elem .where-buy-elem-body .where-buy-elem-body-row .where-buy-body-row-cell a {
        background: -webkit-gradient(linear, left top, left bottom, from(#f5b14a), to(#e47444));
        background: -o-linear-gradient(top, #f5b14a 0%, #e47444 100%);
        background: linear-gradient(180deg, #f5b14a 0%, #e47444 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }
    .service-single-head {
        padding: 55px 30px 0px;
    }
    .service-single-head .service-single-head-wrap .service-single__txt {
        padding: 20px 0 0 20px;
    }
    .service-single-head .service-single-head-wrap .service-single__txt h2 {
        font-size: 28px;
        line-height: 32px;
    }
    .service-single-head .service-single-head-wrap .service-single__txt p {
        font-size: 16px;
        line-height: 24px;
    }
    .service-types {
        padding: 55px 30px 0px;
    }
    .service-types .service-types-wrap .service-types-item .service-types__txt {
        padding: 20px 0 0 20px;
    }
    .service-types .service-types-wrap .service-types-item .service-types__txt p {
        font-size: 16px;
    }
    .accomp {
        padding: 55px 30px 35px;
    }
    .serv-single-order {
        padding: 55px 30px 35px;
    }
    .serv-single-order .serv-single-order-wrap h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .art-single-wrap {
        padding: 50px 15px 30px;
    }
    .art-single-wrap h1 {
        margin: 20px 0 35px;
        font-size: 28px;
        line-height: 32px;
    }
    .art-single-wrap .art-img-slide {
        max-height: 410px;
        border-radius: 4px;
    }
    .art-single-wrap h2 {
        margin: 40px 0 20px;
        font-size: 22px;
        line-height: 24px;
        width: 80%;
    }
    .art-single-read-also {
        padding: 20px 15px 45px;
    }
    .prod-page-main .prod-page-main-txt h1 {
        font-size: 20px;
        line-height: 35px;
    }
    .prod-page-main .prod-page-main-txt .articul,
    .prod-page-main .prod-page-main-txt .articul-value {
        font-size: 14px;
    }
    .prod-page-main .prod-page-discribe .prod-feat-h2 {
        margin: 0 0 14px;
    }
    .prod-feat-h2 {
        font-size: 16px;
    }
    .prod-feat-h2 {
        margin: 0 0 14px;
    }
    .prod-features .prod-feat-item .feat-name {
        font-size: 16px;
        line-height: 28px;
    }
    .prod-features .prod-feat-item .feat-empty-dashed {
        line-height: 28px;
    }
    .prod-features .prod-feat-item .feat-value {
        font-size: 16px;
        line-height: 28px;
    }
    .h2-shadow {
        font-size: 57px;
    }
    .h2-mod1 {
        top: 9px;
        left: -17px;
    }
}

@media screen and (max-width: 760px) {
    .prod-page-form {
        width: auto;
    }
}

@media screen and (max-width: 740px) {
    .zzzz {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    }
    .filter-feat-title-wrap .filter-title {
        font-size: 18px;
    }
    .filter-feat-block_content {
        width: 100%;
    }
    .filter-feat-block_content .filter-feat__element {
        margin-bottom: 12px;
    }
    .filter-sort {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
    .filters-tags {
        margin-bottom: 10px;
    }
    .filters-tags .filters-tags-title {
        margin: 0 15px 10px 0;
    }
    .catalog-prod-grid {
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px 10px;
        margin-bottom: 45px;
    }
    .catalog-main-wrap__slide {
        width: 100%;
    }
}

@media screen and (max-width: 720px) {
    .why-us .why-wrap .why-txt-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .why-us .why-wrap .why-txt-block .why-h2 {
        width: 100%;
        padding-right: 0px;
    }
    .why-us .why-wrap .why-txt-block .why-txt {
        width: 100%;
    }
}

@media screen and (max-width: 700px) {
    .advantages-about-us .adv-us-wrap .adv-us-cards-wrap {
        grid-template-columns: 1fr 1fr;
        grid-gap: 18px 11px;
    }
}

@media screen and (max-width: 600px) {
    /* .prod-page-main .prod-page-slider .prod-thumbnails-wrap {
        padding: 0 10px;
        position: relative;
        left: 0px;
    } */
    /* .hex-a-wrap {
        top: 320px;
    }
    .hex-slider .slick-dots {
        top: 415px;
        left: calc(50% - 58px);
    } */
    .why-us .why-wrap .why-txt-block .why-h2 h2 {
        margin-bottom: 15px;
    }
    .prod-page-main .prod-page-discribe {
        max-height: none;
    }
    .where-buy .where-buy-wrap .where-buy-elem .where-buy-elem-body .where-buy-body-headrow {
        display: none;
    }
    .where-buy .where-buy-wrap .where-buy-elem .where-buy-elem-body .where-buy-elem-body-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        padding: 15px 0;
    }
    .where-buy .where-buy-wrap .where-buy-elem .where-buy-elem-body .where-buy-elem-body-row .where-buy-body-row-cell {
        width: 100%;
        padding: 10px 80px 10px 0;
    }
    .service-single-head .service-single-head-wrap {
        min-height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .service-single-head .service-single-head-wrap .service-single-img {
        width: 100%;
        height: 1px;
        padding-top: 50%;
        border-radius: 0px;
    }
    .service-single-head .service-single-head-wrap .service-single__txt {
        width: 100%;
        padding: 18px 0 0;
    }
    .service-types .service-types-wrap .service-types-item {
        min-height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .service-types .service-types-wrap .service-types-item .service-types-img {
        width: 100%;
        height: 1px;
        padding-top: 50%;
    }
    .service-types .service-types-wrap .service-types-item .service-types-img {
        min-height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .service-types .service-types-wrap .service-types-item .service-types__txt {
        width: 100%;
        padding: 18px 0 0;
    }
    .prod-page-main {
        grid-template-columns: 1fr;
        padding: 25px 15px 35px;
        grid-gap: 30px;
    }
    .prod-page-main .prod-page-slider {
        margin: 0 auto;
    }
    .prod-thumb-column {
        max-width: none;
        width: calc(100vw - 50px);
    }
    .prod-page-main .prod-page-slider .prod-thumbnails-wrap {
        max-width: 60vw;
        /* width: calc(100vw - 50px); */
        /* flex-grow: 1; */
        /* padding: 0 10px; */
        /* display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px; */
    }
    .prod-page-main .prod-page-slider .prod-thumbnails-wrap .prod-thumbnail {
        height: 19vw;
        /* width: 21vw !important; */
    }
    .prod-page-main .prod-page-slider .prod-main-img {
        width: calc(100vw - 50px);
        height: calc(100vw - 50px);
        margin: 0 auto 15px;
    }
    .similar-prod-page .similar-wrap {
        grid-template-columns: 1fr 1fr;
        grid-gap: 24px;
    }
    .comment__inputs .comment__input_wrap {
        margin-right: 15px;
    }
    .price-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .catalog .filters-wrap {
        display: block;
        height: auto;
        margin-bottom: 15px;
    }
    .catalog .filters-wrap .filter-feat {
        margin-right: 0px;
        width: 100%;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 480px) {
    .link--mod {
        top: 27px;
    }
    .prod-page-main .prod-page-slider .prod-thumbnails-wrap {
        max-width: 54vw;
    }
    .prod-page-main .prod-page-slider .prod-thumbnails-wrap .prod-thumbnail {
        height: 17vw;
    }
    header {
        height: auto;
        /* padding: 0 20px; */
    }
    .header {
        height: 60px;
        padding: 0 20px;
    }


    header .icon-cont .menu-open {
        height: auto;
        width: 26px;
    }
    header .icon-cont .menu__item-cont .construct {
        height: auto;
        width: 30px;
    }
    header nav .logo img {
        height: auto;
        width: 80px;
    }
    .banner .banner__wrap .banner__content h1 {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 25px;
    }
    .banner .banner__wrap .banner__content p {
        font-size: 14px;
        line-height: 26px;
        width: 78%;
    }
    .banner .menu2 {
        left: 18px;
        bottom: -5px;
    }
    .banner .menu2 .menu2-title {
        font-size: 12px;
        left: -45px;
        top: -90px;
    }
    .banner .menu2 .social a {
        margin-bottom: 20px;
    }
    .banner .lift-down {
        bottom: 14px;
    }
    .banner .lift-down img {
        height: auto;
        width: 26px;
    }
    .production {
        height: auto;
        padding: 30px 15px 15px;
        margin-bottom: 50px;
    }
    .production #shevron {
        top: -66px;
    }
    .production .prod-wrap {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(5, auto);
        grid-gap: 4px 0;
        margin-top: 40px;
    }
    .production .prod-wrap .prod-elem {
        /* height: 30vw; */
        height: 70vw;
    }
    .production .prod-wrap .prod-elem span {
        font-size: 22px;
    }
    .production .prod-wrap .prod-elem a {
        font-size: 18px;
    }
    .production .prod-wrap .prod-elem:hover {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        /* height: 33vw; */
    }
    .popular {
        padding: 0px 15px 0px;
    }
    .popular .popular-wrap {
        margin: 40px 0 30px;
    }
    .popular .dg-slider-nav {
        display: none;
    }
    .prod-item-elem {
        margin: 7px;
    }
    .prod-item-elem .prod-txt {
        padding: 8px 8px 10px 8px;
    }
    .prod-item-elem .prod-txt .prod-elem-name {
        font-weight: 600;
        font-size: 13px;
    }
    .prod-item-elem .prod-txt .prod-elem-feature {
        font-size: 12px;
    }
    .prod-item-elem .prod-elem-price {
        font-size: 16px;
        padding: 0 8px 15px 8px;
    }
    .u-tube {
        grid-gap: 5px 8px;
        padding: 35px 15px 60px;
    }
    .application {
        padding: 0px 15px 30px;
    }
    .application .app-wrap {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 54.93vw 41.86vw 30.66vw;
        grid-gap: 6px;
        margin: 40px 0 30px;
    }
    .application .app-wrap .app-elem span {
        font-size: 18px;
        line-height: 28px;
    }
    .application .app-wrap .app-elem-1 {
        grid-area: 1/1/2/3;
    }
    .application .app-wrap .app-elem-2 {
        grid-area: 3/1/4/3;
    }
    .application .app-wrap .app-elem-3 {
        grid-area: 2/2/3/3;
    }
    .application .app-wrap .app-elem-4 {
        grid-area: 2/1/3/2;
    }
    .articles {
        padding: 0px 15px 30px;
    }
    .padd-0-55 {
        padding: 0px 15px;
    }
    .art-wrap {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, 1fr);
        grid-gap: 20px;
        margin-top: 40px;
        margin-bottom: 23px;
    }
    .art-wrap .art-elem .art-txt {
        padding: 15px 23px;
    }
    .art-wrap .art-elem .art-txt .art-elem-date {
        font-size: 12px;
    }
    .art-wrap .art-elem .art-txt .art-elem-name {
        font-size: 16px;
    }
    .art-wrap .art-elem .art-txt .art-elem-disc {
        font-size: 14px;
    }
    .art-wrap .art-elem:last-child {
        display: none;
    }
    .art-wrap-read-also {
        margin-top: 20px;
    }
    .contacts .cont-wrap {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, auto);
        margin-bottom: 23px;
        margin-top: 40px;
    }
    .contacts .cont-wrap .cont-elem {
        padding: 20px;
    }
    .contacts .cont-wrap .cont-elem .cont-elem-img {
        margin-right: 18px;
    }
    .contacts .cont-wrap .cont-elem .cont-elem-img .cont-elem-img img {
        width: 16px;
        height: auto;
    }
    .contacts .cont-wrap .cont-elem .cont-txt .cont-elem-city {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .contacts .cont-wrap .cont-elem .cont-txt .cont-elem-adress {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .contacts .cont-wrap .cont-elem .cont-txt .cont-elem-data {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .contacts .cont-wrap .cont-elem::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 20px;
        width: 320px;
        height: 1px;
        background: #f3f1fa;
    }
    .contacts .cont-wrap .map-wrap {
        grid-area: 1/1/2/2;
        height: 70vw;
    }
    .contacts-page {
        padding: 20px 0 30px;
    }
    .contacts-page .contacts-page-wrap {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .contacts-page .contacts-page-wrap .map-wrap {
        grid-area: 4/1/5/2;
        height: 70vw;
    }
    .contacts-page .contacts-page-wrap .map-wrap {
        grid-area: 4/1/5/2;
        height: 70vw;
        margin-top: 30px;
    }
    .info {
        padding: 30px 15px;
    }
    .info .info-wrap {
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .info .info-wrap .info-accord-elem .i-accord-head h3 {
        font-size: 18px;
        line-height: 26px;
        width: 80%;
    }
    .info .info-wrap .info-accord-elem .i-accord-body p {
        line-height: 22px;
        margin: 20px 0;
    }
    footer {
        padding: 60px 15px 35px;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(5, auto);
        grid-gap: 0px;
    }
    footer .foot-col1 img {
        display: block;
        width: 100px;
        height: auto;
    }
    footer .foot-col1 .foot-contacts {
        margin-top: 18px;
    }
    footer .foot-col1 .foot-contacts .foot-cont-elem {
        margin-top: 18px;
    }
    footer .foot-col3 {
        margin: 55px 0 125px;
    }
    footer .foot-col4 {
        grid-area: 3/1/4/2;
        width: auto;
    }
    footer .foot-col4 .menu2 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    footer .foot-col4 .menu2 .empty {
        display: none;
    }
    footer .foot-col4 .menu2 .menu2-title {
        font-size: 12px;
        left: 0px;
        top: -35px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    footer .foot-col4 .menu2 .social {
        width: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    footer .foot-col4 .menu2 .social a {
        margin-bottom: 0px;
        margin-right: 25px;
    }
    footer .foot-col4 .menu2 .social a:last-child {
        margin-bottom: 0px;
    }
    .mob__menu {
        width: 100vw;
    }
    .mob__menu .close_all {
        width: 25px;
        height: 25px;
        top: 10px;
        right: 15px;
    }
    .mob__menu .mob__menu_wrap {
        padding: 9vh 43px 7vh 40px;
    }
    .mob__menu .mob__menu_wrap .menu-top .search-wrap {
        margin-bottom: 6vh;
    }
    .mob__menu .mob__menu_wrap .menu-top .search-wrap img {
        width: 18px;
        height: auto;
        margin-right: 15px;
    }
    .mob__menu .mob__menu_wrap .menu-top .search-wrap input::-webkit-input-placeholder {
        font-size: 18px;
        line-height: 18px;
    }
    .mob__menu .mob__menu_wrap .menu-top .search-wrap input::-moz-placeholder {
        font-size: 18px;
        line-height: 18px;
    }
    .mob__menu .mob__menu_wrap .menu-top .search-wrap input:-ms-input-placeholder {
        font-size: 18px;
        line-height: 18px;
    }
    .mob__menu .mob__menu_wrap .menu-top .search-wrap input::-ms-input-placeholder {
        font-size: 18px;
        line-height: 18px;
    }
    .mob__menu .mob__menu_wrap .menu-top .search-wrap input::placeholder {
        font-size: 18px;
        line-height: 18px;
    }
    .mob__menu .mob__menu_wrap .menu-top ul li a {
        margin-bottom: 2.7vh;
    }
    .mob__menu .mob__menu_wrap .menu-bottom .subscribe span {
        display: none;
    }
    .h1-banner {
        height: 108px;
    }
    .h1-banner h1 {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        letter-spacing: 0.25px;
        text-transform: uppercase;
        color: #ffffff;
    }
    .why-us {
        padding: 30px 0px 30px;
    }
    .why-us .why-wrap {
        padding: 0px 20px;
        margin-bottom: 35px;
    }
    .why-us .why-wrap .why-txt-block .why-h2 h2 {
        font-size: 18px;
        line-height: 27px;
    }
    .why-us .why-video-block {
        height: 348px;
    }
    .advantages-about-us {
        padding: 40px 15px 25px;
    }
    .advantages-about-us .adv-us-wrap .adv-us-cards-wrap {
        grid-gap: 11px 6px;
    }
    .advantages-about-us .adv-us-wrap .adv-us-cards-wrap .adv-card {
        padding: 22px 15px;
    }
    .advantages-about-us .adv-us-wrap .adv-us-cards-wrap .adv-card span {
        font-size: 15px;
        line-height: 32px;
    }
    .services {
        padding: 30px 15px 40px;
    }
    .services .services-wrap {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    .services .services-wrap .services-card .services-txt {
        padding: 20px;
    }
    .services .services-wrap .services-card .services-txt h4 {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .services .services-wrap .services-card .services-txt span {
        font-size: 14px;
        line-height: 22px;
        color: #747474;
        margin-bottom: 10px;
    }
    .services .services-wrap .services-card .services-txt a {
        font-size: 14px;
    }
    .where-buy {
        padding: 35px 15px 40px;
    }
    .where-buy .where-buy-wrap h2 {
        font-size: 18px;
    }
    .where-buy .where-buy-wrap .where-buy-elem .where-buy-elem-head {
        padding: 28px 0 10px;
    }
    .where-buy .where-buy-wrap .where-buy-elem .where-buy-elem-head h3 {
        font-size: 20px;
    }
    .service-single-head {
        padding: 0;
    }
    .service-single-head .service-single-head-wrap .service-single__txt {
        padding: 30px 15px;
    }
    .service-single-head .service-single-head-wrap .service-single__txt h2 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    .service-single-head .service-single-head-wrap .service-single__txt .service-single-price-block {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 20px;
    }
    .serv-order-btn {
        margin-bottom: 0px;
    }
    .service-types {
        padding: 15px 15px 0;
    }
    .service-types .service-types-wrap h2 {
        font-size: 18px;
        line-height: 22px;
        width: 80%;
    }
    .service-types .service-types-wrap .service-types-item .service-types__txt {
        padding: 30px 0;
    }
    .service-types .service-types-wrap .service-types-item .service-types__txt h3 {
        font-size: 20px;
        line-height: 41px;
    }
    .accomp {
        padding: 0 15px 25px;
    }
    .accomp .accomp-wrap h2 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 24px;
    }
    .accomp .accomp-wrap .services-wrap {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    .accomp .accomp-wrap .services-wrap .services-card .services-txt {
        padding: 20px;
    }
    .accomp .accomp-wrap .services-wrap .services-card .services-txt h4 {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .accomp .accomp-wrap .services-wrap .services-card .services-txt span {
        font-size: 14px;
        line-height: 22px;
        color: #747474;
        margin-bottom: 10px;
    }
    .accomp .accomp-wrap .services-wrap .services-card .services-txt a {
        font-size: 14px;
    }
    .serv-single-order {
        padding: 40px 15px;
    }
    .serv-single-order .serv-single-order-wrap h2 {
        font-size: 16px;
        line-height: 20px;
    }
    .art-single-wrap {
        padding: 30px 15px 30px;
    }
    .art-single-wrap .art-single-date {
        font-size: 14px;
    }
    .art-single-wrap h1 {
        font-size: 18px;
        line-height: 22px;
        margin: 16px 0;
    }
    .art-single-wrap ul li {
        font-size: 16px;
        line-height: 24px;
    }
    .art-single-wrap .art-img {
        padding: 30px 0;
    }
    .art-single-wrap .art-img img {
        border-radius: 4px;
    }
    .art-single-wrap .art-img-slide {
        max-height: 210px;
        border-radius: 4px;
    }
    .art-single-wrap h2 {
        margin: 40px 0 10px;
        font-size: 18px;
        line-height: 22px;
        width: 80%;
    }
    .art-single-wrap h3 {
        margin: 22px 0 18px;
        font-size: 16px;
        line-height: 20px;
        width: 80%;
    }
    .art-single-read-also {
        padding: 0px 15px 45px;
    }
    .art-single-read-also .read-also-h {
        font-size: 16px;
    }
    .art-single-slider {
        padding-top: 20px;
    }
    .art-single-slider .slick-dots {
        padding-top: 20px;
    }
    .b-popup .info1 {
        padding: 70px 15px 60px;
    }
    .b-popup .info1 .popup-result {
        margin: 0 auto 45px;
        width: 100px;
        height: 100px;
    }
    .prod-page-main {
        grid-gap: 20px;
        padding: 25px 15px 15px;
    }
    .prod-page-main .prod-page-main-txt {
        padding-right: 0;
    }
    .prod-page-main .prod-page-main-txt h1 {
        margin: 15px 0 0px;
    }
    .prod-page-main .prod-page-features {
        padding-right: 0;
    }
    .prod-features {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .prod-page-features .prod-features {
        margin-bottom: 0px;
    }
    .similar-prod-page .similar-wrap {
        grid-gap: 6px 10px;
        padding-top: 0px;
    }
    .similar-prod-page .similar-wrap .similar-prod-elem .prod-txt {
        padding: 8px 10px;
    }
    .criterions_list li label {
        font-size: 14px;
    }
    .star_content {
        position: relative;
        top: 2px;
    }
    .comment__inputs {
        display: block;
    }
    .comment__inputs .comment__input_wrap {
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .comment__send {
        width: 100%;
    }
    .prod-page-review-wrap {
        margin: 25px 0 45px;
    }
    .prod-page-review-wrap .review-item {
        padding: 20px 0 35px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .prod-page-review-wrap .review-item .review-info {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        margin-bottom: 10px;
    }
    .prod-page-review-wrap .review-item .review-info .review-date {
        text-align: right;
        margin-bottom: 0px;
    }
    .prod-page-review-wrap .review-item .review-txt {
        width: 100%;
    }
    .prod-page-review-wrap .review-item .review-txt a {
        background: -webkit-gradient(linear, left top, left bottom, from(#f5b14a), to(#e47444));
        background: -o-linear-gradient(top, #f5b14a 0%, #e47444 100%);
        background: linear-gradient(180deg, #f5b14a 0%, #e47444 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }
    .contain {
        padding: 35px 15px 20px;
    }
    .contain h1 {
        font-size: 18px;
        line-height: 160%;
        letter-spacing: 0.25px;
        text-transform: uppercase;
        color: #000000;
        margin-bottom: 15px;
    }
    table.delivery {
        display: none;
    }
    .calc-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .btn {
        width: 170px;
        height: 35px;
        border-radius: 17px;
        margin: 10px;
        padding: 0 15px;
        font-size: 15px;
    }
    .link_button {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .link_button a:nth-child(1) {
        margin: 0 0 25px 0;
    }
    .calc-btn {
        width: 100%;
        margin: 0 0 15px;
    }
    .clear-btn {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: 0 auto 25px;
    }
    .total-all {
        font-size: 14px;
        text-align: center;
        margin-bottom: 5px;
    }
    .total-price {
        font-size: 26px;
        text-align: center;
        margin-bottom: 10px;
    }
    .total-price-unit {
        font-size: 14px;
        text-align: center;
    }
    .link_button button {
        width: 100%;
        height: 49px;
        font-size: 16px;
        margin-bottom: 20px;
        cursor: pointer;
    }
    .total {
        padding: 0;
    }
    .link_button480 {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: 0 auto;
    }
    .link_button a {
        font-size: 16px;
        line-height: 26px;
    }
    .link_button .download-doc {
        margin-bottom: 20px;
    }
    .filter-feat-title-wrap {
        width: 100%;
        height: 44px;
    }
    .filter-sort .filter-sort-toggle {
        top: 20px;
        right: 15px;
    }
    .filter-sort .filter-sort-list {
        height: 44px;
    }
    .filter-sort .filter-sort-list ul {
        padding: 10px 12px 0px;
    }
    .filter-sort .filter-sort-list ul li {
        margin-bottom: 10px;
    }
    .filters-tags .filter-tag-elem {
        margin: 0 10px 10px 0;
        padding: 5px 10px;
    }
    .filters-tags .filter-tag-elem .tag-name {
        line-height: 14px;
    }
    .filters-tags .filter-tag-elem .tag-delete {
        line-height: 20px;
    }
    .catalog-prod-grid {
        grid-gap: 10px 6px;
        margin-bottom: 45px;
    }
    .prod-elem__catalog {
        margin: 0;
    }
    .pagi__navigation .left-arr {
        margin: 0 10px 0 0;
        width: 18px;
        height: auto;
    }
    .pagi__navigation .right-arr {
        margin: 0 0 0 10px;
        width: 18px;
        height: auto;
    }
    .pagi__navigation .page-nums-cont a {
        font-size: 18px;
        margin: 0 15px;
    }
    body {
        padding-top: 66px;
    }
    .h2-small {
        font-size: 18px;
        line-height: 27px;
    }
    .h2-real {
        font-size: 20px;
        line-height: 47px;
        margin-bottom: 0px;
    }
    .h2-shadow {
        font-size: 30px;
        line-height: 112px;
        top: 62px;
    }
    .h2-mod1 {
        top: 28px;
        left: -8px;
    }
    .banner .slick-dots {
        right: 11px;
    }
    .i-accord-head .i-accord-toggle {
        width: 23px;
        height: 23px;
    }
    .i-accord-head.in .i-accord-toggle {
        width: 23px;
        height: 23px;
    }
    .prod-img-fullscreen {
        width: 90vw;
        height: 90vw;
    }
    .full-slid-prev {
        /* display: block;
    position: absolute;
    top: 50%; */
        left: 3px;
        width: 16px;
        height: 10px;
        /* -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); */
    }
    .full-slid-next {
        /* display: block;
    position: absolute;
    top: 50%; */
        right: 3px;
        width: 16px;
        height: 10px;
        /* width: 25px;
    height: 16px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); */
    }
    #popup-full-img .close_info1 {
        width: 20px;
        height: auto;
        top: 20px;
        right: 20px;
        cursor: pointer;
    }
    .comment__inputs .comment__input_wrap {
        width: 100%;
    }
    .pagenotfound__title {
        font-size: 120px;
        margin-top: 30px;
    }
    .pagenotfound__sub_title {
        font-size: 26px;
        margin-bottom: 30px;
        color: #ffffff;
        text-align: center;
    }
    .pagenotfound__text {
        font-size: 14px;
        text-align: center;
        color: #ffffff;
        margin-bottom: 30px;
    }
    .art-single-grid {
        display: block;
    }
    .art-single-grid .art-img {
        max-height: none;
        padding: 8px 0;
    }
    .hex-slider {
        /* width: 55%; */
        box-sizing: border-box;
        position: relative;
        width: 340px;
        height: 340px;
    }
    .hex-slider .hex-elem .btn-hex {
        font-size: 14px;
    }
    .hex-a-wrap {
        width: 200px;
        min-height: 47px;
        top: 220px;
    }
    .hex-slider .slick-dots {
        top: 290px;
    }
    .service-types .serv-typ-wrap__mode {
        padding: 0 15px;
    }
}

@media screen and (max-width: 375px) {
    .mob__menu .close_all {
        top: 20px;
        right: 20px;
    }
}

@media screen and (max-width: 373px) {
    .hex-slider {
        /* width: 55%; */
        box-sizing: border-box;
        position: relative;
        width: 280px;
        height: 280px;
        margin-bottom: 50px;
    }
    .hex-slider .hex-elem .btn-hex {
        font-size: 12px;
        line-height: 16px;
    }
    .hex-a-wrap {
        width: 170px;
        min-height: 40px;
        border-radius: 20px 0;
        right: 17px;
        top: 175px;
    }
    .hex-slider .slick-dots {
        top: 240px;
    }
}

@media screen and (max-width: 320px) {
    .advantages-about-us .adv-us-wrap .adv-us-cards-wrap {
        grid-template-columns: 1fr;
        grid-gap: 11px;
    }
    .catalog-prod-grid {
        grid-template-columns: 1fr;
        grid-gap: 10px;
        margin-bottom: 35px;
    }
    .h2-shadow {
        font-size: 26px;
        line-height: 112px;
        top: 62px;
    }
    .prod-page-main .prod-page-slider .prod-thumbnails-wrap {
        max-width: 47vw;
    }
}

@media screen and (max-height: 768px) {
    .mob__menu .mob__menu_wrap {
        padding: 5vh 43px 3vh 40px;
    }
    .mob__menu .mob__menu_wrap .menu-top .search-wrap {
        margin-bottom: 4vh;
    }
    .mob__menu .mob__menu_wrap .menu-top ul li a {
        margin-bottom: 1.7vh;
    }
    #popup-full-img .close_info1 {
        position: absolute;
        top: 30px;
        right: 30px;
        cursor: pointer;
    }
}

@media screen and (max-height: 480px) {
    .mob__menu .mob__menu_wrap {
        padding: 5vh 43px 3vh 40px;
    }
    .mob__menu .mob__menu_wrap .menu-top .search-wrap {
        margin-bottom: 4vh;
    }
    .mob__menu .mob__menu_wrap .menu-top ul li a {
        margin-bottom: 1.7vh;
    }
    #popup-full-img .close_info1 {
        position: absolute;
        /* width: 20px;
    height: auto; */
        top: 20px;
        right: 20px;
        cursor: pointer;
    }
}

@media screen and (max-height: 670px) {
    .mob__menu .mob__menu_wrap {
        padding: 5vh 43px 3vh 40px;
    }
}

@media screen and (max-height: 570px) {
    .mob__menu .mob__menu_wrap {
        padding: 5vh 43px 3vh 40px;
    }
    .mob__menu .mob__menu_wrap .menu-top ul li a {
        font-size: 16px;
        line-height: 23px;
    }
    .mob__menu .mob__menu_wrap .menu-bottom .lang__switch a {
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 1px;
        margin-right: 10px;
    }
    .mob__menu .mob__menu_wrap .menu-bottom .subscribe .social {
        width: 85px;
    }
    .submenu__item-cont .dropdown-content a {
        line-height: 18px;
    }
}

@media print {
    .buttons {
        display: none;
    }
    .link_button {
        display: none;
    }
    .logo {
        margin: 0 auto;
    }
}

.art-single-wrap--mod {
    width: 1160px;
    padding-top: 0;
    padding-bottom: 0;
}

.art-single-wrap--mod h2 {
    font-size: 30px;
    line-height: 54px;
    margin: 40px 0 10px;
}

.art-single-wrap--mod .h2-big {
    font-weight: bold;
    font-size: 40px;
    line-height: 45px;
    text-transform: uppercase;
    color: #181818;
}

.art-single-wrap--mod h4 {
    font-weight: bold;
    font-size: 16px;
    line-height: 45px;
    text-transform: uppercase;
    -webkit-font-feature-settings: "liga" off;
    font-feature-settings: "liga" off;
    color: #181818;
}

.art-single-wrap--mod .art-img {
    width: 100%;
    padding: 70px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.art-single-wrap--mod .art-img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0px;
}

.art-single-wrap--mod .art-img-slide {
    padding: 0;
    max-height: 400px;
    overflow: hidden;
    border-radius: 0px;
}

.advantages-about-us--mod {
    padding: 50px 0 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.adv-us-wrap--mod {
    width: 1160px !important;
}

.adv-us-wrap--mod span {
    font-weight: 500;
    font-size: 16px !important;
    line-height: 28px;
    letter-spacing: 0.08px;
    color: #747474 !important;
}

.adv-us-cards-wrap--mod {
    grid-gap: 28px 24px !important;
}

.adv-us-cards-wrap--mod2 {
    grid-template-columns: 1fr 1fr 1fr !important;
    grid-gap: 37px 77px !important;
    padding-top: 0;
    padding-bottom: 0;
}

.adv-card--mod {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.adv-card--mod .order-num {
    display: block;
    margin-bottom: 10px;
    font-weight: 900;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #e9edf0 !important;
}

.adv-card--mod .order-num2 {
    display: block;
    margin-bottom: 20px;
    font-weight: 900;
    font-size: 36px !important;
    letter-spacing: 1px;
    color: #e9edf0 !important;
}

.adv-card--mod .adv-title {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #000000 !important;
}

.adv-card--mod .adv-txt--mod {
    display: block;
    margin-left: 5px;
    font-size: 16px;
    line-height: 22px;
}

.adv-card--mod .adv-txt--mod2 {
    line-height: 28px;
    margin-left: 0px;
}

.list-grid {
    width: 1160px;
    margin: 50px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.list-grid .col1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.list-grid .col2 {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.list-grid ul {
    margin: 0;
    padding: 0;
    list-style: none !important;
}

.list-grid li {
    display: block;
    margin-bottom: 30px;
    padding-left: 0 !important;
    background-image: none !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.08px;
    color: #181818;
}

.col1+.col1,
.col2+.col2 {
    margin-left: 50px;
}

.interval-170 {
    height: 170px;
}

.interval-50 {
    height: 50px;
}

@media screen and (max-width: 1200px) {
    .art-single-wrap--mod {
        width: auto;
        padding: 50px 15px 30px;
    }
    .advantages-about-us--mod {
        padding: 70px 15px 40px;
    }
    .adv-us-wrap--mod {
        width: auto !important;
    }
    .list-grid {
        width: auto;
        padding: 30px 15px 0px;
    }
}

@media screen and (max-width: 1180px) {
    .art-single-wrap--mod .art-img {
        padding: 40px 0;
    }
    .advantages-about-us--mod {
        padding: 70px 15px 40px;
    }
}

@media screen and (max-width: 1024px) {
    .interval-170 {
        height: 80px;
    }
    .interval-50 {
        height: 20px;
    }
}

@media screen and (max-width: 992px) {
    .adv-us-cards-wrap--mod2 {
        grid-gap: 17px 27px !important;
    }
    .list-grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        padding: 0 15px;
    }
    .list-grid .col1 {
        width: 100%;
    }
    .col1+.col1 {
        margin-left: 0px;
    }
}

@media screen and (max-width: 768px) {
    .art-single-wrap--mod {
        padding: 50px 15px 30px;
    }
    .art-single-wrap--mod h2 {
        margin: 40px 0 20px;
        font-size: 22px;
        line-height: 24px;
        width: 80%;
    }
    .art-single-wrap--mod .art-img-slide {
        max-height: 400px;
        border-radius: 0px;
    }
    .advantages-about-us--mod {
        padding: 50px 30px 30px;
    }
    .interval-170 {
        height: 60px;
    }
}

@media screen and (max-width: 700px) {
    .adv-us-cards-wrap--mod2 {
        grid-template-columns: 1fr 1fr !important;
    }
}

@media screen and (max-width: 480px) {
    .art-single-wrap--mod {
        padding: 0 15px;
    }
    .art-single-wrap--mod h2 {
        margin: 40px 0 10px;
        font-size: 18px;
        line-height: 22px;
        width: 80%;
    }
    .art-single-wrap--mod .h2-big {
        font-size: 24px;
        line-height: 28px;
    }
    .art-single-wrap--mod h4 {
        line-height: 25px;
    }
    .art-single-wrap--mod .art-img {
        padding: 30px 0;
    }
    .art-single-wrap--mod .art-img img {
        border-radius: 0px;
    }
    .art-single-wrap--mod .art-img-slide {
        max-height: 210px;
        border-radius: 0px;
    }
    .advantages-about-us--mod {
        padding: 40px 15px 25px;
    }
    .advantages-about-us--mod .adv-card {
        padding: 20px 8px !important;
    }
    .adv-us-wrap--mod span {
        font-size: 14px !important;
        line-height: 22px !important;
    }
    .list-grid .col1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .list-grid .col2 {
        width: 100%;
    }
    .col2+.col2 {
        margin-left: 0px;
    }
    .interval-170 {
        height: 40px;
    }
    .interval-50 {
        display: none;
    }
}

@media screen and (max-width: 370px) {
    .adv-us-cards-wrap--mod {
        grid-gap: 20px 10px !important;
    }
    .adv-us-cards-wrap--mod2 {
        grid-template-columns: 1fr !important;
        grid-gap: 20px 10px !important;
    }
}

.webp .banner .banner__wrap .dg-slide1 {
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(136.44%, rgba(0, 0, 0, 0))), center/cover no-repeat url(../img/back/slide1.webp);
}

.webp .banner .banner__wrap .dg-slide1 {
    background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 136.44%), center/cover no-repeat url(../img/back/slide1.webp);
}

.webp .banner .banner__wrap .dg-slide1 {
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 136.44%), center/cover no-repeat url(../img/back/slide1.webp);
}

.webp .banner .banner__wrap .dg-slide2 {
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(136.44%, rgba(0, 0, 0, 0))), center/cover no-repeat url(../img/back/sl-2.webp);
}

.webp .banner .banner__wrap .dg-slide2 {
    background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 136.44%), center/cover no-repeat url(../img/back/sl-2.webp);
}

.webp .banner .banner__wrap .dg-slide2 {
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 136.44%), center/cover no-repeat url(../img/back/sl-2.webp);
}

.webp .banner .banner__wrap .dg-slide3 {
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(136.44%, rgba(0, 0, 0, 0))), center/cover no-repeat url(../img/back/sl-3.webp);
}

.webp .banner .banner__wrap .dg-slide3 {
    background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 136.44%), center/cover no-repeat url(../img/back/sl-3.webp);
}

.webp .banner .banner__wrap .dg-slide3 {
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 136.44%), center/cover no-repeat url(../img/back/sl-3.webp);
}

.webp .banner .banner__wrap .dg-slide4 {
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(136.44%, rgba(0, 0, 0, 0))), center/cover no-repeat url(../img/back/sl-4.webp);
}

.webp .banner .banner__wrap .dg-slide4 {
    background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 136.44%), center/cover no-repeat url(../img/back/sl-4.webp);
}

.webp .banner .banner__wrap .dg-slide4 {
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 136.44%), center/cover no-repeat url(../img/back/sl-4.webp);
}

.webp .production .prod-wrap .p-el-1 {
    background: -webkit-gradient( linear, left bottom, left top, color-stop(0.13%, rgba(0, 0, 0, 0.73)), color-stop(99.87%, rgba(0, 0, 0, 0))), center/cover no-repeat url(../img/cryst.webp);
}

.webp .production .prod-wrap .p-el-1 {
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.73) 0.13%, rgba(0, 0, 0, 0) 99.87%), center/cover no-repeat url(../img/cryst.webp);
}

.webp .production .prod-wrap .p-el-1 {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.73) 0.13%, rgba(0, 0, 0, 0) 99.87%), center/cover no-repeat url(../img/cryst.webp);
}

.webp .production .prod-wrap .p-el-2 {
    background: -webkit-gradient( linear, left bottom, left top, color-stop(0.13%, rgba(0, 0, 0, 0.73)), color-stop(99.87%, rgba(0, 0, 0, 0))), center/cover no-repeat url(../img/acryl.webp);
}

.webp .production .prod-wrap .p-el-2 {
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.73) 0.13%, rgba(0, 0, 0, 0) 99.87%), center/cover no-repeat url(../img/acryl.webp);
}

.webp .production .prod-wrap .p-el-2 {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.73) 0.13%, rgba(0, 0, 0, 0) 99.87%), center/cover no-repeat url(../img/acryl.webp);
}

.webp .production .prod-wrap .p-el-3 {
    background: -webkit-gradient( linear, left bottom, left top, color-stop(0.13%, rgba(0, 0, 0, 0.73)), color-stop(99.87%, rgba(0, 0, 0, 0))), center/cover no-repeat url(../img/intel.webp);
}

.webp .production .prod-wrap .p-el-3 {
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.73) 0.13%, rgba(0, 0, 0, 0) 99.87%), center/cover no-repeat url(../img/intel.webp);
}

.webp .production .prod-wrap .p-el-3 {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.73) 0.13%, rgba(0, 0, 0, 0) 99.87%), center/cover no-repeat url(../img/intel.webp);
}

.webp .production .prod-wrap .p-el-4 {
    background: -webkit-gradient( linear, left bottom, left top, color-stop(0.13%, rgba(0, 0, 0, 0.73)), color-stop(99.87%, rgba(0, 0, 0, 0))), center/cover no-repeat url(../img/hpl.webp);
}

.webp .production .prod-wrap .p-el-4 {
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.73) 0.13%, rgba(0, 0, 0, 0) 99.87%), center/cover no-repeat url(../img/hpl.webp);
}

.webp .production .prod-wrap .p-el-4 {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.73) 0.13%, rgba(0, 0, 0, 0) 99.87%), center/cover no-repeat url(../img/hpl.webp);
}

.webp .production .prod-wrap .p-el-5 {
    background: -webkit-gradient( linear, left bottom, left top, color-stop(0.13%, rgba(0, 0, 0, 0.73)), color-stop(99.87%, rgba(0, 0, 0, 0))), center/cover no-repeat url(../img/stol.webp);
}

.webp .production .prod-wrap .p-el-5 {
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.73) 0.13%, rgba(0, 0, 0, 0) 99.87%), center/cover no-repeat url(../img/stol.webp);
}

.webp .production .prod-wrap .p-el-5 {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.73) 0.13%, rgba(0, 0, 0, 0) 99.87%), center/cover no-repeat url(../img/stol.webp);
}


/* .webp .prod-item-elem .prod-elem-img{ background: center/55% no-repeat url(../img/prod.webp), -o-linear-gradient(307.97deg, #fafafb 0%, #f9f9f9 66.03%, #e0e0e0 125.52%); }

.webp .prod-item-elem .prod-elem-img{ background: center/55% no-repeat url(../img/prod.webp), linear-gradient(142.03deg, #fafafb 0%, #f9f9f9 66.03%, #e0e0e0 125.52%); } */

.webp .prod-item-elem .prod-elem-img {
    background: center/contain no-repeat url(../img/prod.webp), -o-linear-gradient(307.97deg, #fafafb 0%, #f9f9f9 66.03%, #e0e0e0 125.52%);
}

.webp .prod-item-elem .prod-elem-img {
    background: center/contain no-repeat url(../img/prod.webp), linear-gradient(142.03deg, #fafafb 0%, #f9f9f9 66.03%, #e0e0e0 125.52%);
}

.webp .application .app-wrap .app-elem-1 {
    background: -webkit-gradient( linear, left bottom, left top, color-stop(0.13%, rgba(0, 0, 0, 0.73)), color-stop(99.87%, rgba(0, 0, 0, 0))), center/cover no-repeat url(../img/panel.webp);
}

.webp .application .app-wrap .app-elem-1 {
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.73) 0.13%, rgba(0, 0, 0, 0) 99.87%), center/cover no-repeat url(../img/panel.webp);
}

.webp .application .app-wrap .app-elem-1 {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.73) 0.13%, rgba(0, 0, 0, 0) 99.87%), center/cover no-repeat url(../img/panel.webp);
}

.webp .application .app-wrap .app-elem-2 {
    background: -webkit-gradient( linear, left bottom, left top, color-stop(0.13%, rgba(0, 0, 0, 0.73)), color-stop(99.87%, rgba(0, 0, 0, 0))), center/cover no-repeat url(../img/kitchen.webp);
}

.webp .application .app-wrap .app-elem-2 {
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.73) 0.13%, rgba(0, 0, 0, 0) 99.87%), center/cover no-repeat url(../img/kitchen.webp);
}

.webp .application .app-wrap .app-elem-2 {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.73) 0.13%, rgba(0, 0, 0, 0) 99.87%), center/cover no-repeat url(../img/kitchen.webp);
}

.webp .application .app-wrap .app-elem-3 {
    background: -webkit-gradient( linear, left bottom, left top, color-stop(0.13%, rgba(0, 0, 0, 0.73)), color-stop(99.87%, rgba(0, 0, 0, 0))), center/cover no-repeat url(../img/table.webp);
}

.webp .application .app-wrap .app-elem-3 {
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.73) 0.13%, rgba(0, 0, 0, 0) 99.87%), center/cover no-repeat url(../img/table.webp);
}

.webp .application .app-wrap .app-elem-3 {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.73) 0.13%, rgba(0, 0, 0, 0) 99.87%), center/cover no-repeat url(../img/table.webp);
}

.webp .application .app-wrap .app-elem-4 {
    background: -webkit-gradient( linear, left bottom, left top, color-stop(0.13%, rgba(0, 0, 0, 0.73)), color-stop(99.87%, rgba(0, 0, 0, 0))), center/cover no-repeat url(../img/dor.webp);
}

.webp .application .app-wrap .app-elem-4 {
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.73) 0.13%, rgba(0, 0, 0, 0) 99.87%), center/cover no-repeat url(../img/dor.webp);
}

.webp .application .app-wrap .app-elem-4 {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.73) 0.13%, rgba(0, 0, 0, 0) 99.87%), center/cover no-repeat url(../img/dor.webp);
}

.webp .art-wrap .art-elem .img-elem1 {
    background: center/cover no-repeat url(../img/art1.webp);
}

.webp .art-wrap .art-elem .img-elem2 {
    background: center/cover no-repeat url(../img/art2.webp);
}

.webp .art-wrap .art-elem .img-elem3 {
    background: center/cover no-repeat url(../img/art3.webp);
}

.webp .art-wrap .art-elem .img-elem4 {
    background: center/cover no-repeat url(../img/art4.webp);
}

.webp .art-wrap .art-elem .img-elem5 {
    background: center/cover no-repeat url(../img/art5.webp);
}

.webp .art-wrap .art-elem .img-elem6 {
    background: center/cover no-repeat url(../img/art6.webp);
}

.webp .h1-banner {
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(136.44%, rgba(0, 0, 0, 0))), center/cover no-repeat url(../img/back.jpeg);
}

.webp .h1-banner {
    background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 136.44%), center/cover no-repeat url(../img/back.jpeg);
}

.webp .h1-banner {
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 136.44%), center/cover no-repeat url(../img/back.jpeg);
}

.webp .service-single-head .service-single-head-wrap .service-single-img {
    background-image: url(../img/kromkovanie.webp);
}

.webp .serv-single-order {
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(136.44%, rgba(0, 0, 0, 0))), center/cover no-repeat url(../img/back/serv-order.webp);
}

.webp .serv-single-order {
    background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 136.44%), center/cover no-repeat url(../img/back/serv-order.webp);
}

.webp .serv-single-order {
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 136.44%), center/cover no-repeat url(../img/back/serv-order.webp);
}

.webp .art-single-banner {
    background: center/cover no-repeat url(../img/back/serv-order.webp);
}

/* ----------------------------------- */
.icon-cont--hide {
    position: relative;
}
.icon-cont--hide picture{
    opacity: 0;
    pointer-events: none;
}
.icon-cat {
    display: flex;
    align-items: center;
    margin-right: 15px;
    position: static!important;

}
.icon-cat img {
    
    height: 24px;
    filter: invert(1);

}
.link-name-wrap {
    display: flex;
    align-items: center;
}
.header-tel {
    position: absolute;
    top: 50%;
    right: 0;
    width: max-content;
    transform: translateY(-50%);
}
.header-tel--mob {
    display: block;
    text-align: center;
}

.tel-mob {
    border-top: 1px solid #7b7b7b;
}
.tel-mob a {
    display: block;
    /* height: 40px; */
    text-align: center;
    background: #181818;
}
.header-tel--txt {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
   
    text-decoration: none;
    
}
picture {
    display: flex;
    align-items: center;
}
.where-buy .why-us, .where-buy .why-us .why-wrap {
    padding: 0!important;
    margin-bottom: 0;
}
.where-buy .why-us p, .where-buy .why-us li {
    font-size: 20px;
    line-height: 140%;
}
.where-buy .why-us a {
    color: #e47444
}

.foot-col.foot-col1 img{
max-width: 130px;
}
#blocknewproducts {
    display: none;
}
@media screen and (max-width: 599px) {
    ._desk {
       display: none;
    }
    .where-buy .why-us p, .where-buy .why-us li {
        font-size: 16px;
    }
    
}
@media screen and (min-width: 600px) {
    ._mob {
       display: none;
    }
}
@media screen and (min-width: 481px) {
    .production .prod-wrap {
        display: flex!important;
        flex-wrap: wrap;
        justify-content: center;
    }
    .production .prod-wrap .prod-elem {
        /* width: 50%; */
        width: 34vw;
    margin: 5px;
    position: relative;
z-index: 1;
    }
    .production .prod-wrap .prod-elem:hover {
        transform: scale(1.1);
        z-index: 10;

    }
}
.top-menu-1 {
    justify-content: flex-end;
}
section.contacts {
    padding-bottom: 0;
}
.contacts .cont-wrap {
    margin-bottom: 0;
}
.catalog--empty {
    padding-bottom: 50px;
    align-items: center;
}
.catalog--empty h2 {
    margin-bottom: 30px;
    text-align: center;
}

p#quantity_wanted_p {
    display: flex;
    max-width: 185px;
    align-items: center;
}

#add_to_cart .exclusive 
{
    width: 250px;
    display: block;
    padding: 15px 0px;
    /* background-color: #8b3c49; */
    /* background-image: url(/themes/decogroup/css/img/bg2.png); */
    background: -webkit-gradient(linear, left top, left bottom, from(#f5b14a), to(#e47444));
    background: -o-linear-gradient(top, #f5b14a 0%, #e47444 100%);
    background: linear-gradient(180deg, #f5b14a 0%, #e47444 100%);
    -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    color: white;
    border-radius: 27px 0 27px 0;
    border: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
}
.product_attributes.clearfix label {text-align: left;}

a.btn.btn-default.button-plus.product_quantity_up, a.btn.btn-default.button-minus.product_quantity_down {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
input#quantity_wanted {
    text-align: center;
	height: 40px;
}
@media (max-width:768px){
.icon-cont.icon-cont--hide {
    display: none;
}
}
@media (min-width:768px){
.header-tel {
    right: 50px!important;
}


#attributes {
  margin-bottom: 10px; }
  #attributes fieldset label {
    vertical-align: top;
    display: block;
    font-weight: normal;
    color: #888888;
    text-align: left;
	padding-bottom: 10px;
}	}
  #attributes .attribute_list {
    width: 100%;
    padding-bottom: 10px; }
    #attributes .attribute_list .form-control {
      max-width: 230px; }
      #attributes .attribute_list .form-control option {
        background: white;
        color: #666666; }
    #attributes .attribute_list ul {
      clear: both; }
      #attributes .attribute_list ul li {
        float: left;
        margin-right: 10px; }
    #attributes .attribute_list input.attribute_radio {
      float: left;
      margin-left: 3px; }
    #attributes .attribute_list div.radio,
    #attributes .attribute_list div.radio span,
    #attributes .attribute_list div.radio input {
      float: none;
      display: inline-block; }
    #attributes .attribute_list #color_to_pick_list {
      list-style-type: none; }
      #attributes .attribute_list #color_to_pick_list li {
        float: left;
        margin: 0 10px 3px 0;
        padding: 1px;
        border: 1px solid #f1f1f0;
        clear: none; }
        #attributes .attribute_list #color_to_pick_list li a.color_pick {
          display: block;
          height: 22px;
          width: 22px;
          cursor: pointer; }
        #attributes .attribute_list #color_to_pick_list li.selected {
          border: 1px solid #4d4d4d; }
fieldset.attribute_fieldset {
    border: none;
}
ul#color_to_pick_list {
    margin-bottom: 0;
    margin-top: 0;
}
ul#color_to_pick_list {
    padding-inline-start: 10px;
}

.attribute_list select{
    border: 1px solid #74747426;
	}
	
.order-validation-payment {
    max-width: 1300px;
    display: block;
    margin: 0 auto;
    padding: 15px;
}
.order-validation-payment .btn:hover {
    color: #000 !important;
    background: #e6e6e6 !important;
}
#guest-tracking li.address_phone_mobile {
    list-style: none;
}
img.color-material {
    border: solid 1px #dadada;
}
@media (max-width:900px){
img.color-material {border:solid 1px #dadada;max-width:47%;}
a.qb-btn.order__send {margin-top:25px;margin-bottom:25px;}
}
@media (max-width:600px){
.prod-page-main .prod-page-main-txt {padding-right:initial;}
.box-cart-bottom {display: flex;justify-content:center;}
.qb-wrap, #product .qb-wrap {align-items:center;}
.box-info-product {align-items:center;display:flex;flex-direction:column;}
}