/**
 * Theme Name: Gorodskie
 * Author: Gorodskie
 * Version: 99.0
**/

/*! 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 {
    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 */
    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;
}

input:-internal-autofill-selected {
    background: none !important;
}

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

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

/**
  * 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 {
    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"] {
    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 .top-header-btn,
.product__btn,
.content__btn,
.prod-page .prod-page-item__btn,
.cart-bottom__btn--size {
    display: inline-block;
    background-color: transparent;
    border: 0.131rem solid #473321;
    border-radius: 0.5rem;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: all 0.3s;
}

.header .top-header-btn:hover,
.product__btn:hover,
.content__btn:hover,
.prod-page .prod-page-item__btn:hover,
.cart-bottom__btn--size:hover {
    border: 0.131rem solid #ffd145;
    background-color: #ffd145;
}

.header .orange-btn,
.btn,
.popup__btn--link,
.orange-btn {
    display: inline-block;
    background-color: #ffd145;
    border: 0.131rem solid transparent;
    border-radius: 0.5rem;
    text-transform: uppercase;
    font-size: 1.313rem;
    letter-spacing: 0.1em;
    transition: all 0.3s;
}


.btn:hover,
.popup__btn--link:hover,
.orange-btn:hover {
    background-color: transparent;
    border: 0.131rem solid #473321;
}

.content__btn--mobile,
.prod-page .prod-page-item__btn-hidden,
.cart-top__btn--more {
    color: #ffd145;
    letter-spacing: 0.1em;
    font-size: 1.313rem;
    padding: 0 4.5rem 0 3rem;
    height: 3.25rem;
    line-height: 3.25rem;
    position: relative;
    background: rgba(0, 0, 0, 0.17);
    border-radius: 10px;
    white-space: nowrap;
}
.cart-top__btn--more {
    text-transform: uppercase;
}

.content__btn--mobile:after,
.prod-page .prod-page-item__btn-hidden:after,
.cart-top__btn--more:after {
    content: "";
    position: absolute;
    background-image: url("assets/img/arrow-img-yellow.svg");
    background-repeat: no-repeat;
    width: 1.813rem;
    height: 1.25rem;
    right: 1.875rem;
    bottom: 0.938rem;
}

.page-not-found__title,
.production__title,
.company__title,
.additional__title,
.work__title,
.project__title,
.review__title,
.order__title,
.prod-page__title,
.blog__title,
.our-values__title {
    font-size: 3.375rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    letter-spacing: 0.06em;
}

.title-center {
    justify-content: center;
}

.header-all {

}


.product__title {
    line-height: 131.5%;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 3.375rem;
}

.header .bottom-header__subtitle,
.additional__text,
.product__text,
.work .item__subtitle,
.project__popup-text,
.content__subtitle,
.review__comment,
.prod-page__text,
.cart-bottom__text,
.cart-top__info--text,
.contacts__item--info,
.our-values__desc > p{
    line-height: 160%;
    font-family: Roboto;
    font-size: 1.06rem;
    font-weight: 300;
    letter-spacing: 0.05em;
}

.company__subtitle {
    line-height: 160%;
    font-family: Roboto;
    font-size: 1.125rem !important;
    font-weight: 300;
    letter-spacing: 0.05em;
}

.project__name,
.prod-page .prod-page-item__name {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    color: #473321;
    height: 27.125rem;
    padding: 2.400rem 1.250rem 0;
    background: linear-gradient(360deg, rgba(251, 249, 243, 0) 13.02%, #fbf9f3 100%);
    /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.67) 5.14%, rgba(0, 0, 0, 0) 100%);*/
    letter-spacing: 0.05em;
    font-size: 2.188rem;
    text-align: center;
    overflow: hidden;
    opacity: 0;
    transition: all 0.6s 1.2s;
}

._active.project__name,
.prod-page ._active.prod-page-item__name {
    opacity: 0.8;
}
.prod-page-item__name {
    text-transform: uppercase;
}

.show__subtitle::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, #fbf9f3 0%, rgba(251, 249, 243, 0) 100%);
    transform: matrix(1, 0, 0, -1, 0, 0);
    width: 100%;
}

.project__popup-arrow--bg,
.cart-bottom__arrow--bg {
    content: "";
    position: absolute;
    width: 3.125rem;
    height: 3.125rem;
    top: 46.3%;
    z-index: 1;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.47);
    border-radius: 8px;
    transition: all 0.3s;
}

@font-face {
    font-family: "Yanone";
    font-display: swap;
    src: url("assets/fonts/YanoneKaffeesatz-Bold.woff") format("woff"), url("assets/fonts/YanoneKaffeesatz-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

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

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

aside,
nav,
footer,
header,
section {
    display: block;
}

html,
body {
    height: 100%;
    min-width: 20em;
}

body {
    line-height: 1;
    font-family: Yanone;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
    font-family: Yanone;
}

input::-ms-clear {
    display: none;
}

button {
    color: #473321;
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}
div > ul {
    padding-left: 20px;
}
div > ol {
    padding-left: 20px;
}
.header ul li {
    list-style: none;
}
.contacts ul li {
    list-style: none;
}
strong {
    font-weight: 900;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

body {
    height: 100%;
    font-family: Yanone;
    color: #473321;
    font-size: 1em;
    background-color: #fbf9f3;
}

body.lock {
    overflow: hidden;
}

.container {
    max-width: 84.95em;
    margin: 0 auto;
    padding: 0 2.000rem;
}

.header {
    position: relative;
}

.header .top-header {
    position: relative;
}

.header .top-header__full-img {
    position: absolute;
    top: 14px;
    width: 20.75rem;
    left: -82px;
}

.header .top-header__logo-link {
    position: relative;
    z-index: 1;
}

.header .top-header__logo-page {
    position: absolute;
    top: 23px;
    width: 15.000rem;
}

.header .top-header__mb-img {
    transition: all 0.3s;
    width: 179px;
}

.header .top-header__mb-img--hide {
    opacity: 0;
}

.top-header__mb-img.show {
    opacity: 1 !important;
}

.header .top-header__body {
    position: relative;
}

.header .top-header__content {
    position: relative;
    padding-top: 32px;
    padding-bottom: 23px;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

.header .menu__list {
    display: flex;
    position: relative;
    padding-left: 0;
}

.header .menu-item {
    white-space: nowrap;
}

.header .menu-item-189,
.menu-item-2819, .menu-item-191,
.menu-item-192, .menu-item-193 {
    margin-left: 2.563rem;
    letter-spacing: 0.05em;
    font-size: 1.31rem;
    padding-bottom: 1px;
    border-bottom: 1px solid transparent;
    transition: all 0.3s;
}

.header .menu-item-189:hover,
.menu-item-190:hover, .menu-item-2819:hover, .menu-item-191:hover,
.menu-item-192:hover, .menu-item-193:hover {
    border-bottom: 1px solid #473321;

}

.header .menu-item-189.active,
.menu-item-2819.active, .menu-item-191.active,
.menu-item-192.active, .menu-item-193.active {
    border-bottom: 1px solid #473321;
}
.menu-item-192 {
    opacity: 0;
    visibility: hidden;
    height: 0;
}
.header .menu__body-mobile {
    margin-top: 3.43rem;
    display: none;
}

.header .menu__body-mobile.active {
    display: inline-block;
    z-index: 4;
}

.header .mobile__menu-phone {
    font-size: 1.48rem;
    padding-bottom: 1.67rem;
    letter-spacing: 0.08em;
}

.header .mobile__menu-num {
    font-family: Roboto;
    font-size: 1.1rem;
    letter-spacing: 0.005em;
    margin-bottom: 3.7rem;
    display: inline-block;
}

.header .mobile__menu-place {
    letter-spacing: 0.05em;
    font-size: 2.37rem;
    margin-bottom: 0.7rem;
}
.mobile__menu-socials {
    padding-bottom: 3.7rem;
}
.header .mobile__menu-address-list {
    font-family: Roboto;
    margin-bottom: 3.3rem;
}

.header .mobile__menu-address {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 1.44rem;
}

.header .contacts-header {
    white-space: nowrap;
    font-size: 1.31rem;
    margin-left: 2.563rem;
}
.header .contacts-header:hover {
    text-decoration: underline;
}

.header .top-header-btn {
    margin-left: 2.563rem;
    padding: 0.6rem 1.15rem 0.42rem 1.15rem;
    font-size: 1.125rem;
}

.header .bottom-header--container {
    max-width: 94rem;
}

.header .bottom-header {
    min-height: 37.5rem;
    align-items: center;
    display: flex;
    position: relative;
    justify-content: flex-end;
    margin-bottom: 11.8rem;
}

.header .bottom-header__content {
    position: relative;
    z-index: 2;
    margin: 1.688rem 1.875rem 0 3.125rem;
}

.header .bottom-header__title {
    max-width: 20rem;
    font-size: 2.5rem;
    line-height: 131.5%;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
}

.header .bottom-header__subtitle {
    max-width: 23rem;
    margin-bottom: 2rem;
}

.header .bottom-header__bg {
    width: 53.813rem;
}

.header .bottom-header__scroll {
    position: absolute;
    bottom: -1.2rem;
    right: 49.3%;
}

.header .header__bottom-bg {
    max-width: 100%;
    width: 100%;
}

.header .orange-btn {
    text-align: center;
    padding: 0.9rem 1.45rem 0.69rem;
}

.header .btn-hidden {
    display: none;
}

.header .mobile__menu-btn.btn-orange {
    width: auto;
    height: auto;
    line-height: 1;
    display: block;
    font-size: 1.125rem;
    padding: 0.688em 2.073rem 0.46em;
    margin-bottom: 2.5rem;
}

.production {
    padding-bottom: 8.65rem;
}

.production__title {
    margin-bottom: 3.8rem;
}

.production__item {
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
    max-width: 23.25rem;
    border-radius: 0.91rem;
}

.production__item:hover {
    background-color: #fbf9f3;
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.12);
    transform: scale(1.07);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.production__back {
    max-height: 100%;
    max-width: 100%;
    position: relative;
}

.production__bg {
    width: 23.25rem;
    border-radius: 0.5rem;
    max-width: 100%;
}

.production__img {
    position: absolute;
    top: 0;
}


.production__picture {
    max-width: 100%;
}

.production__label {
    padding-top: 2.500rem;
    height: 6.875rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 1.688rem;
    letter-spacing: 0.1em;
}

.production__img--01 {
    top: -8px;
    left: 0;
}

.production__img--02 {
    top: -26px;
    left: 0;
}

.production__img--03 {
    top: -25px;
    left: 0;
}

.production__img--05 {
    top: -15px;
    left: 0;
}

.production__img--06 {
    top: -27px;
    left: 0;
}

.production__picture--04 {
    width: 24.375rem;
}

.production__img--04 {
    top: 28px;
    left: -30px;
    padding-right: 10px;
}


.production .production-slider__item {
    padding-top: 40px;
}

.production .production-slider__item:nth-child(n + 4) {
    padding-bottom: 50px;
}

.top-header__burger {
    display: none;
}

.top-header__burger.active::before {
    transform: rotate(45deg);
    top: 8px;
}

.top-header__burger.active:after {
    transform: rotate(-45deg);
    bottom: 8px;
}

.top-header__burger.active span {
    transform: scale(0);
}

.menu__body.active {
    top: 0;
}

.company__inner {
    display: flex;
    padding-bottom: 6.3rem;
}

.company__img {
    flex: 0 1 auto;
}

.company__illustration {
    max-width: 100%;
    width: 27.563rem;
}

.company__illustration-full {
    max-width: 100%;
}

.company__info {
    flex: 0 1 50rem;
    padding: 1.5rem 0 2rem;
}

.company__description {
    flex: 0 1 40rem;
}

.company__title {
    margin-bottom: 5.3rem;
}

.company__subtitle {
    max-width: 43.375rem;
}

.company__subtitle--active {
    max-width: 38.6rem;
}

.company__subtitle--hidden {
    display: none;
}

.company__subtitle--hidden
.su-spoiler-title {
    padding: 30px 0 0 0 !important;
    font-size: 1.313rem !important;
    font-family: Yanone;
    letter-spacing: 0.1em;


}

.company__btn-more {
    font-size: 1.313rem;
    font-family: Yanone;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
}

.company__btn-more.active {
    display: none;
}

.show__subtitle {
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.show__subtitle.active {
    cursor: text;
}

.show__subtitle.active::after {
    background: transparent;
}

.read-more {
    color: #c2b5a9;
    display: none;
}

.additional {
    margin-bottom: 3.5rem;
    overflow: hidden;
}

.additional__title {
    line-height: 131.5%;
    margin-bottom: 2.5rem;
}

.additional__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.additional__item {
    display: flex;
    max-width: 372px;
    border-radius: 0.91rem;
    padding: 0 0 100px 0;
    height: auto!important;
}

.additional__body {
    background: #e5ddca;
    border-radius: 0.91rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1rem;
    width: 100%;
}

.additional__img {
    width: 8.375rem;
    height: 8.375rem;
    border-radius: 50%;
    background-size: cover;
    margin: 2.125rem 0 3.188rem;
}

.additional__picture {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.additional__text_wrap {
    width: 100%;
    border-bottom-right-radius: 0.91rem;
    border-bottom-left-radius: 0.91rem;
}
.additional__text {
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.08em;
    font-size: 1.3rem;
    font-family: Yanone;
    padding: 0 25px;
    width: 100%;
    padding-bottom: 1rem;
}

.product__wrapper {
    padding: 8.125rem 0 6.25rem;
}

.product__wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 1.763rem;
    z-index: 1;
    background: url("assets/img/product-logo.svg") 0 0 no-repeat;
    background-size: cover;
    height: 45rem;
    width: 28.313rem;
}

.product__back {
    max-width: 81.25rem;
    background: #ffd145;
    border-radius: 1.25rem;
}

.product__block {
    position: relative;
    z-index: 2;
    padding: 6.875rem 1.25rem;
    display: grid;
    grid-template-columns: 20rem 1fr 9.688rem;
    row-gap: 1rem;
}

.product__item {
    grid-column: 2/4;
}

.product__text {
    font-size: 1.5rem;
}

.product__btn {
    font-size: 1.313rem;
    color: #fbf9f3;
    background-color: #473321;
    width: 14.375rem;
    height: 3.25rem;
    line-height: 3.25rem;
    justify-self: start;
    border: 0.131rem solid transparent;
}

.product__btn:hover {
    color: #473321;
    border: 0.131rem solid #473321;
    background-color: rgba(251, 249, 243, 0.8);
}

.container__wrapper {
    position: relative;
}

.work {
    padding-top: 6.14rem;
    padding-bottom: 7.65rem;
}

.work__title {
    justify-content: center;
    padding-bottom: 4.7rem;
}

.work__items--center {
    display: grid;
    grid-template-columns: 1fr 3.125rem 1fr;
    grid-template-rows: repeat(3, 23.5rem);
    column-gap: 4rem;
    position: relative;
}

.work__item {
    max-width: 22rem;
}

.work__item--left {
    text-align: right;
    justify-self: end;
    grid-column: 1/2;
}

.work__item--img {
    grid-column: 2/3;
    justify-self: center;
    grid-row: 1/2;
}

.work__img {
    width: 1.875rem;
}

.work__item--right {
    align-self: end;
    padding-bottom: 46px;
    grid-column: 3/4;
}

.work__item--3 {
    padding-top: 0.875rem;
}

.work__item--4 {
    padding-bottom: 3.75rem;
}

.work .item__title {
    line-height: 131.5%;
    font-size: 2.5rem;
    letter-spacing: 0.05em;
}

.bottom-work__btn {
    text-align: center;
    padding: 0 1.25rem;
}

.project {
    padding-bottom: 9rem;
}

.project__title {
    padding-bottom: 5rem;
}

.project__items {
    display: grid;
    grid-template: 1fr / repeat(auto-fit, minmax(15.938rem, 25.313rem));
    grid-column-gap: 2.500rem;
    grid-row-gap: 2.938rem;
    margin-bottom: 2.938rem;
}

.project__item {
    display: block;
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    height: 29.250rem;
}

.project__item--hidden {
    display: none;
}

.project__item--hidden.active {
    display: block;
}

.project__img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project__content {
    padding: 0 .925rem;
    display: none;
}


.project__popup.open .popup {
    opacity: 1;
    visibility: visible;
}

.project__popup.popup.open .project__popup-content.popup__content {
    transform: none;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.project__popup-body.popup__body {
    background-color: #e5ddca;
    border-radius: 16px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.project__popup-content {
    background-color: #e5ddca;
    width: 100%;
    max-width: 100%;
    transform: none;
    padding: 55px;
}

.project__popup--close.popup__close.close-popup {
    top: 40px;
    right: 60px;
    position: fixed;
    z-index: 5;
}

.project__popup-inner {
    justify-content: center;
    display: flex;
}

.project__popup-container {
    max-width: 51.125rem;
    height: 38.438rem;
    flex: 0 0 51.125rem;
}

.project__popup-img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.project__popup-img--span-1 {
    grid-column: 2/4;
    grid-row: 1/2;
    height: 700px;
}

.project__popup-img--span-2 {
    grid-column: 1/3;
    height: 700px;
}

.project__popup-info {
    margin-left: 74px;
    margin-top: 10px;
    flex: 1 1 auto;
}

.project__popup-title {
    font-size: 3.375rem;
    letter-spacing: 0.06em;
    margin-bottom: 20px;
}

.project__popup-btn {
    margin-top: 40px;
}

.project__popup-button {
    text-align: right;
}

.project__popup-arrow--bg {
    top: 50%;
    transform: translateY(-50%);
}

.project__popup-left {
    left: 2.500rem;
}

.project__popup-right {
    right: 2.500rem;
}

.project__popup-next {
    background-image: url("assets/img/arrow-next.svg");
}

.project__popup-prev {
    background-image: url("assets/img/arrow-prev.svg");
}

.project__popup-arrow {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.project__popup-illustation {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, minmax(700px, auto));
    row-gap: 40px;
    column-gap: 20px;
}
.our-values {
    padding-top: 7rem;
}
.our-values__title {
    margin-bottom: 2.5rem;
}
.our-values__inner {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}
.our-values__item {
    flex-basis: 33.3333%;
    padding: 0 15px;
    display: flex;
    margin-bottom: 30px;
}
.our-values__item-wrap {
    background: #E5DDCA;
    border-radius: 16px;
    padding: 50px;
}
.our-values__img {
    margin-bottom: 30px;
    width: 85px;
    height: 85px;
}
.our-values__desc > h3 {
    font-size: 2.5rem;
    font-family: Yanone;
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 7px;
}

/* MAIN STYLE FOR POPUP */
.popup {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    padding: 20px 20px;
    justify-content: center;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease-in-out;
}

.popup.open {
    opacity: 1;
    visibility: visible;
}

.popup.open .popup__content {
    transform: translate(0px, 0%);
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.popup__title {
    padding-left: 0;
}

.popup__body {
    overflow: hidden;
    min-height: 100%;
    display: flex;
    background: 0 0;
    justify-content: center;
    height: auto;
    align-items: center;
}

.popup__content {
    max-width: 39.375em;
    border-radius: 1rem;
    transition: all .6s ease-in-out;
    transform: translate(0px, 100%);
    opacity: 0;
}

.popup__close {
    cursor: pointer;
    color: #473321;
    position: relative;
    display: flex;
    width: 58px;
    height: 50px;
}

.popup__close:after,
.popup__close:before {
    content: "";
    position: absolute;
    background-color: #473321;
    width: 32px;
    height: 2px;
}

.popup__close::after {
    top: 23px;
    right: 0;
    transform: rotate(-45deg);
}

.popup__close::before {
    bottom: 25px;
    right: 0;
    transform: rotate(45deg);
}

.popup__btn {
    padding: 0 1.250rem 2.500rem;
    text-align: center;
}

.popup__btn--link {
    border-radius: 8px;
    padding: 0.825rem 1.250rem 0.6rem;
    text-align: center;

}

.form__content {
    background: #E5DDCA;
    width: 100%;
    max-width: 33.125rem;
}

.form__close-btn {
    display: flex;
    justify-content: flex-end;
    margin: 28px 23px 0 0;
}

.form__close {
    display: block;
    width: 37px;
    padding: 0;
    margin: 0;
}

.content__title {
    letter-spacing: 0.11em;
    font-size: 2rem;
    line-height: 131.5%;
    text-transform: uppercase;
    max-width: 20.875rem;
    padding-top: 7.313rem;
}

.content__subtitle {
    min-width: 22.250rem;
    padding: 0.875em 0;
}

.content__btn {
    font-size: 1.188rem;
    margin-top: 1.563rem;
    padding: 1.000rem 3.250rem 0.813rem;
    border: 2px solid #473321;
    border-radius: 8px;
}

.content__btn:hover {
    border: 2px solid transparent;
}

.content__btn--mobile {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #ffd145 !important;
    width: 19.375rem;
    text-align: center;
    line-height: 3.5rem;
    margin-bottom: 2.500rem;
}

.content__btn--mobile::after {
    right: 35px;
}

.show-more.active {
    display: none;
}

.project__button {
    text-align: center;
}

.project__btn {
    background-color: transparent;
    border: 0.131rem solid #473321;
    padding: 1rem 3.4rem 0.8rem;
    font-size: 1.313rem;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: all .3s;
}

.project__btn:hover {
    background-color: #ffd145;
    border: 0.131rem solid transparent;
    transition: all .3s;

}

.alm-btn-wrap {
    margin-top: 1rem;
    text-align: center;
}

.alm-reveal {
    display: grid;
    grid-template: 1fr / repeat(auto-fit, minmax(15.938rem, 25.313rem));
    grid-column-gap: 2.500rem;
    grid-row-gap: 2.938rem;
    margin-bottom: 2.938rem;
}

.btn {
    font-size: 1.313rem;
    border: 0.131rem solid #ffd145;
    padding: 1rem 3.4rem 0.8rem;
    margin-bottom: 20px;
}
.top-header-btn {
    margin-bottom: 0;
}

.ajax-items-wrap {
    position: relative;
}

.lds-dual-ring {
    display: none;
    width: 56px;
    height: 56px;
    z-index: 3;
    margin: 0 auto;
}

.lds-dual-ring::after {
    content: '';
    display: block;
    width: 48px;
    height: 48px;
    margin: 4px;
    border-radius: 50%;
    border: 6px solid #ffd145;
    border-color: #ffd145 transparent #ffd145 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

.lds-dual-ring.pop-up-ring {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
}

.lds-dual-ring.pop-up-ring::after {
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #473321;
    border-color: #473321 transparent #473321 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.load-more-btn-wrap.loading .lds-dual-ring {
    display: block;
}

.load-more-btn-wrap.loading .load-more-btn {
    display: none;
}

.swiper-container.review__container {
    padding-bottom: 3.750rem;
}

.review {
    padding-bottom: 11.5rem;
}

.review__title {
    padding-bottom: 4.75rem;
}

.review__container {
    max-width: 83.65rem;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.review__column-popup {
    height: 100%;
}

.review__column.swiper-slide {
    height: auto;
}

.review__item {
    background: linear-gradient(180deg, #e5ddca 0%, rgba(229, 221, 202, 0) 100%);
    border-radius: 16px;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.review__body {
    border-radius: 16px;
    position: relative;
    display: flex;
    flex-direction: column;
    height: auto;
}

.review__head {
    display: flex;
    align-items: center;
    margin: 0 1.563rem;
    padding: 2rem 0.625rem 1.563em 0;
    border-bottom: 1px solid #c2b5a9;
}

.review__img {
    display: block;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    min-width: 4.35rem;
    width: 4.35rem;
    height: auto;
    margin-right: 1.5rem;
}

.review__user {
    font-size: 1.688em;
    letter-spacing: 0.05em;
    flex: 0 1 100%;
}

.review__data {
    display: none;
}

.review__comment {
    padding: 1.563rem;
    flex: 1 1 auto;
}

.review__comment--hidden {
    display: none;
}

.review__show {
    margin-top: 0.938rem;
    font-size: 1.313rem;
    display: flex;
    justify-content: center;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background-color: transparent;
    text-decoration: underline;
}

.review__content {
    background: #e5ddca;
    padding: 0 2rem;
}

.review__hidden-data {
    display: none;
}
.hidden__img {
    display: none;
}

.swiper-pagination-bullet {
    width: 0.875rem;
    height: 0.875rem;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffd145;
}

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

.order__logo::before,
.order__logo::after {
    content: '';
    position: absolute;
}

.page-not-found {
    margin-top: 5rem;
    height: 85vh;
}

.page-not-found__title {
    font-size: 10rem;
}

.page-not-found__text {
    font-size: 2rem;
    font-family: Roboto;
    line-height: 160%;
}

.order__logo::before {
    z-index: 1;
    background: url("assets/img/moto.png") 0 0 no-repeat;
    width: 13.438rem;
    height: 25.250rem;
    background-size: cover;
    top: 12rem;
    left: 18rem;
}

.order__logo::after {
    background: url("assets/img/sky-group.svg") 0 0 no-repeat;
    width: 27.25rem;
    height: 11.625rem;
    background-size: contain;
    top: 6.3rem;
    left: 12rem;
}

.order__img {
    width: 22.25rem;
    max-width: 100%;
    position: relative;
    z-index: 2;
}

.page-not-found__title,
.order__title {
    padding-bottom: 3rem;
}

.order__inner {
    display: flex;
    justify-content: space-between;
}

.order__btn {
    margin-top: 5.0rem;
}

.map {
    border-radius: 1rem;
}

.prod-page {
    padding-bottom: 7.6rem;
}

.prod-page__title {
    padding-bottom: 23px;
    display: block;
}

.prod-page__title::after {
    display: none;
}

.prod-page__title--hidden {
    display: none;
}

.prod-page__title--hidden::before {
    display: none;
}

.prod-page__inner {
    display: flex;
    padding-bottom: 11.6rem;
}

.prod-page__illustration {
    flex: 0 1 33.125rem;
    position: relative;
}


.prod-page__bg {
    max-width: 100%;
    border-radius: 0.8rem;
}

.prod-page__stairs {
    width: 100%;
    max-width: 100%;
    border-radius: 8px;
}

.prod-page__img {
    width: 100%;
    max-width: 100%;
}

.prod-page__image {
    position: absolute;
    content: '';
    top: -30px;
}

.prod-page__cust {
    top: -20px;
}

.prod-page__custom {
    top: 50px;
    left: -24px;
    padding-right: 20px;
}

.prod-page__content {
    margin-left: 74px;
    flex: 0 1 41.438rem;
}

.prod-page__text {
    padding-bottom: 37px;
}

.prod-page__items--title {
    font-size: 2.5rem;
    line-height: 131.5%;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.05em;
    padding-bottom: 3rem;
}

.prod-page__items {
    display: grid;
    grid-template: repeat(1, minmax(auto, 29.438rem))/repeat(auto-fit, minmax(21.875rem, 25.375rem));
    column-gap: 2.375rem;
    justify-content: center;
    row-gap: 3.563rem;
}

.prod-page__item {
    display: block;
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    transition: all 0.3s;
    max-width: 100%;
}

.prod-page-item__scale {
    height: 29.375rem;
}

.prod-page-item__scale > img {
    border-radius: 0.81rem;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.prod-page .prod-page-item__content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -1px;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    transition: all 0.4s;
    background: linear-gradient(360deg, rgba(251, 249, 243, 0) 13.02%, #fbf9f3 100%);
    border-radius: 1rem;
    opacity: 0;
}

.prod-page .prod-page-item__btn {
    position: absolute;
    bottom: 33px;
    padding: 0.78rem 2.5rem 0.65rem 2.5rem;
    font-size: 1.313rem;
    background: #fff;
}

.prod-page .prod-page-item__mobile {
    position: absolute;
    bottom: 33px;
    padding: 0 20px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.prod-page .prod-page-item__btn-hidden {
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.17);
    width: 19.375rem;
    line-height: 3.4rem;
    padding: 0 4.5rem 0 3rem;
    text-align: center;
    border: none;
    display: none;
}

.prod-page .prod-page-item__btn-hidden:hover {
    border: transparent;
    background-color: rgba(0, 0, 0, 0.17);
}

.prod-page .content-item__title {
    font-size: 1.813rem;
    letter-spacing: 0.095em;
    text-transform: uppercase;
    padding-top: 50px;
    line-height: 131.5%;
}

.crumb {
    margin-top: 2.2rem;
    margin-bottom: 4.2rem;
}

.crumb__span {
    font-family: Roboto;
    font-size: 1.125rem;
    letter-spacing: 0.05em;
    font-weight: 300;
    line-height: 160%;
}

.orange-btn {
    padding: 1rem 1.438rem 0.813rem;
}

.blog__title {
    padding-bottom: 5.250rem;
}

.blog__subtitle {
    font-family: Roboto;
    font-size: 1.125rem;
    line-height: 160%;
}

.blog__subtitle:last-of-type {
    margin-bottom: 2.5rem;
}

.blog__inner {
}

.blog__inner:last-of-type {
    margin-bottom: 2.5rem;
}

.blog__img {
    max-width: 100%;
    width: 100%;
    border-radius: 0.500rem;
}

.blog__content {
    margin-left: 3.125rem;
    flex: 0 1 34.438rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: Roboto;
    font-size: 1.125rem;
}
.bdp-post-title {
    font-size: 2.5rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: Yanone;
    line-height: 131.5%;
}
.blog__content--data {
    letter-spacing: 0.015rem;
    padding-bottom: 2rem;
    display: block;
}

.blog__content--title {
    font-size: 1.688rem;
    line-height: 131.5%;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    font-family: Yanone;
    padding-bottom: 2rem;
}

.blog__content--text {
    line-height: 160%;
    letter-spacing: 0.05em;
    padding-bottom: 2rem;
}

.blog__content--show {
    align-self: flex-start;
    border: none;
    background: none;
    outline: none;
    letter-spacing: 0.015rem;
}

.blog__content--line {
    max-width: 100%;
    border-bottom: 1px solid #473321;
    margin: 3rem 0;
    display: block;
}

.swiper-slide-active > .cart-top__name--slide {
    opacity: 1;
}

.cart__content {
    background-color: #e5ddca;
    padding: 0 2rem;
}

.cart-top {
    position: relative;
}

.cart-top__info {
    position: absolute;
    z-index: 2;
}

.cart-top__info--show.one {
    height: 22rem;
}
.cart-top__info--show.two {
    height: 18.5rem;
}
.cart-top__info--show.three {
    height: 15rem;
}
.cart-bot__info--show.one {
    height: 21.5rem;
}
.cart-bot__info--show.two {
    height: 18.5rem;
}
.cart-bot__info--show.three {
    height: 15rem;
}

.cart-top__info--top {
    top: 0;
}

.cart-top__info--bottom {
    top: 69.5%;
}

.cart-top__info--title {
    letter-spacing: 0.06em;
    font-size: 3.375rem;
    text-transform: uppercase;
    max-width: 25rem;
    margin: 0;
}

.cart-top__info--line {
    max-width: 8.125rem;
    background: #000;
    height: 0.125rem;
    display: block;
    margin: 1.25rem 0;
}

.cart-top__info--text {
    max-width: 25rem;
    display: block;
    position: relative;
    overflow: auto;
}

.cart-top__info--more {
    display: none;
}

.cart-top__images--item {
    height: 27.188rem;
}

.cart-top__name--slide {
    display: block;
    letter-spacing: 0.05em;
    font-size: 1.688rem;
    line-height: 160%;
    padding-bottom: 0.625rem;
    white-space: nowrap;
    transition: all 0.3s;
}

.cart-top__images--big {
    grid-column: 2/4;
    justify-self: self-end;
}

.cart-top__images--center {
    grid-column: 1/3;
}

.cart-top__images--small {
    grid-column: 3/4;
    justify-self: self-end;
}

.cart-top__images--small-left {
    grid-column: 1/2;
}

.cart-top__images--slide {
    height: 28.125rem;
}

.cart-top__btn--slide {
    display: none;
}

.cart-top__link {
    display: block;
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
}
.project-gallery__link {
    display: block;
    height: 100%;
}
.cart-top__hide {
    display: none;
}
.cart-top__img {
    border-radius: 1rem;
    max-width: 100%;
}

.cart-top__img--desk {
    display: none;
}

.cart-top__img--slide {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-top__use:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.6);
}

.cart-top__name {
    display: none;
}

.cart-top__btn {
    display: none;
}

.cart-top__btn::before {
    content: "";
    position: absolute;
    background-image: url("assets/img/arrow-img.svg");
    background-repeat: no-repeat;
    width: 1.813rem;
    height: 1.25rem;
    right: 0;
}

.cart-bottom {
    padding-top: 9rem;
    padding-bottom: 8.75rem;
}

.cart-bottom-more-space {
    padding-top: 9rem;
    padding-bottom: 9rem;
}

.cart-bottom__title {
    font-size: 3.375rem;
    letter-spacing: 0.06em;
    line-height: 4.000rem;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
}

.cart-bottom__inner {
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 65px;
    grid-template-areas:
      'img nav'
      'img descr'
      'img btn';
}

.cart-bottom__inner--btn {
    grid-area: btn;
    display: flex;
}
.project__top_inner {
    display: flex;
    padding-bottom: 8.75rem;
}
.project__top_content {
    max-width: 25rem;
    flex: 0 1 33%;
    margin-right: 50px;
    min-width: 20rem;
    max-height: 450px;
    overflow: scroll;
}
.project__top_content p {
    line-height: 160%;
    font-family: Roboto;
    font-size: 1.06rem;
    font-weight: 300;
    letter-spacing: 0.05em;
}

.project__top_photo {
    flex: 0 1 70%;
    text-align: right;
}
.project__top_photo img {
    width: 100%;
    max-width: 840px;
    max-height: 450px;
    object-fit: cover;
    border-radius: 1rem;
}

.project-sgl__btn {
    align-self: flex-end;
}

.cart-bottom__container,
.project-slg__container{
    width: 100%;
    grid-area: img;
    max-width: 38.438rem;
    height: 38.438rem;
    flex: 0 0 38.438rem;
}


.cart-bottom__wrapper {
    height: 100%;
}

.cart-bottom__img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}

.cart-bottom__arrow {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.cart-bottom__left {
    left: 2.500rem;
}

.cart-bottom__right {
    right: 2.500rem;
    transform: translateX(0px);
}

.cart-bottom__right._active {
    animation-name: right-arrow;
    animation-delay: 0.4s;
    animation-duration: 1s;
}

@keyframes right-arrow {
    0% {
        right: 2.500rem;
    }

    50% {
        right: 4.375rem;
    }

    75% {
        right: 2.188rem;
    }

    100% {
        right: 2.500rem;
    }
}

.cart-bottom__next {
    background-image: url("assets/img/arrow-next.svg");
}

.cart-bottom__prev {
    background-image: url("assets/img/arrow-prev.svg");
}

.cart-bottom__price {
    font-size: 2.500rem;
    letter-spacing: 0.05em;
    line-height: 131.5%;
    margin-bottom: 2.5rem;
}

.cart-bottom__price--mob {
    display: none;
}

.cart-bottom__hidden {
    display: none;
}

.cart-bottom__content {
    overflow: hidden;
    padding-left: 3.250rem;
    flex: 1 1 auto;
}

.cart-bottom__nav {
    grid-area: nav;
    display: flex;
    max-width: 100%;
    background-color: #fff;
    border-radius: 12px;
    flex-wrap: wrap;
    margin-bottom: 2.000rem;
}
.project-sgl__nav {
    align-self: flex-start;
    width: 100%;
}
.cart-bottom__nav.one {
    width: 100%;
}

.cart-bottom__nav.one .cart-bottom__slide--nav {
    width: 100%!important;
}
.cart-bottom__item {
    text-align: center;
    font-size: 1.313rem;
    line-height: 25px;
    letter-spacing: 0.02rem;
    padding: 0.750rem 0.625rem 0.625rem 0.625rem;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
}

.cart-bottom__item:hover {
    background: rgba(255, 209, 69, 0.4);
}

.cart-bottom__slide--nav.swiper-slide-active {
    border-radius: 8px;
    background-color: #ffd145;
}

.cart-bottom__info.show {
    display: block;
}

.container__cart {
    grid-area: descr;
}

.cart-bottom__info {
    display: none;
}

.cart-bottom__info_mob.show {
    display: block;
}

.cart-bottom__info_mob {
    display: none;
}

.cart-bottom__text {
    max-width: 100%;
    position: relative;
    margin-bottom: 2.5rem;
    height: 328px;
    overflow: auto;
}

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

/* ползунок скроллбара */
::-webkit-scrollbar-thumb {
    background-color: #e5ddca;
    border-radius: 4em;

}

::-webkit-scrollbar-thumb:hover {
    background-color: #ddd7c5;
}


.cart-bottom__text--hide {
    display: none;
}

.cart-bottom__hide {
    display: block;
    margin-right: 2.500rem;
}
.cart-bottom__btn--first {
    margin-bottom: 0;
}

.cart-bottom__hide:last-child {
    margin-right: 0;
}

.cart-bottom__btn {
    display: none;
    margin-top: 2.500em;
    margin-right: 2.500em;
}

.cart-bottom__btn:last-child {
    margin-right: 0;
}

.cart-bottom__btn--size {
    padding: 1rem 2.8rem 0.8rem;
    font-size: 1.313rem;
}

.swiper-container.cart-bottom__nav {
    padding: 0.625rem;
}

/*! lightgallery - v1.6.0 - 2017-08-08
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2017 Sachin N; Licensed GPLv3 */

@font-face {
    font-family: 'lg';
    src: url("assets/fonts/lg.eot?n1z373");
    src: url("assets/fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("assets/fonts/lg.woff?n1z373") format("woff"), url("assets/fonts/lg.ttf?n1z373") format("truetype"), url("assets/fonts/lg.svg?n1z373#lg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.lg-icon {
    font-family: 'lg';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    border: none;
    outline: none;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #FFF;
}

.lg-actions .lg-next {
    right: 20px;
}

.lg-actions .lg-next:before {
    content: "\e095";
}

.lg-actions .lg-prev {
    left: 20px;
}

.lg-actions .lg-prev:after {
    content: "\e094";
}

@-webkit-keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@-moz-keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@-ms-keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@-moz-keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@-ms-keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    -o-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative;
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    -o-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative;
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
    color: #FFF;
}

.lg-toolbar .lg-close:after {
    content: "\e070";
}

.lg-toolbar .lg-download:after {
    content: "\e0f2";
}

.lg-sub-html {
    background-color: rgba(0, 0, 0, 0.45);
    bottom: 0;
    color: #EEE;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080;
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
}

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle;
}

.lg-toolbar,
.lg-prev,
.lg-next {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.lg-outer .lg-thumb-outer {
    background-color: #0D0A0A;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
    border-radius: 5px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #FFF;
    border-radius: 4px;
    margin-bottom: 5px;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #ffd145;
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom 0.25s ease;
    -o-transition: bottom 0.25s ease;
    transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
    background-color: #0D0A0A;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
}

.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
    color: #FFF;
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px;
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url("assets/img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url("assets/img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url("assets/img/video-play.png") no-repeat scroll 0 0;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url("assets/img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url("assets/img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible;
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity 0.08s ease 0s;
    -moz-transition: opacity 0.08s ease 0s;
    -o-transition: opacity 0.08s ease 0s;
    transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1;
}

.lg-autoplay-button:after {
    content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

#lg-zoom-in:after {
    content: "\e311";
}

#lg-actual-size {
    font-size: 20px;
}

#lg-actual-size:after {
    content: "\e033";
}

#lg-zoom-out {
    opacity: 0.5;
    pointer-events: none;
}

#lg-zoom-out:after {
    content: "\e312";
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible;
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #FFF;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%;
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    width: 12px;
}

.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
    box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
}

.lg-fullscreen:after {
    content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    opacity: 1;
    visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
    color: #FFF;
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(0, 5px, 0);
    -o-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #FFF;
    right: 16px;
    top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a,
.lg-outer .lg-dropdown > li:hover .lg-icon {
    color: #333;
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto;
}

.lg-outer #lg-share {
    position: relative;
}

.lg-outer #lg-share:after {
    content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903";
}

.lg-group:after {
    content: "";
    display: table;
    clear: both;
}

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lg-outer.lg-visible {
    opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
}

.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
}

.lg-outer .lg-item {
    background: url("assets/img/loading.gif") no-repeat scroll center center transparent;
    display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
    display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.lg-outer .lg-item.lg-complete {
    background-image: none;
}

.lg-outer .lg-item.lg-current {
    z-index: 1060;
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1;
}

.lg-outer .lg-empty-html {
    display: none;
}

.lg-outer.lg-hide-download #lg-download {
    display: none;
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
    opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
    opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
    -webkit-transition: opacity 0.1s ease 0s;
    -moz-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*# sourceMappingURL=lightgallery.css.map */

.lg-sub-html {
    font-size: 35px;
    letter-spacing: 0.1em;
}

.lg-outer .lg-thumb-item.active {
    border: 2px solid #ffd145;
}

.lg-outer .lg-thumb-item {
    border: 2px solid transparent;
    border-radius: 6px;
}


.pum-theme-358 .pum-content, .pum-theme-hello-box .pum-content {
    padding: 0 2rem;
}

.pum-theme-357 .pum-content, .pum-theme-enterprise-blue .pum-content {
    padding: 2rem;
}

.contacts {
    padding-top: 8rem;
}

.contacts__inner {
    position: relative;
    display: grid;
    grid-template: 1fr 150px/repeat(3, minmax(100px, 1fr));
    grid-row-gap: 15px;
}

.contacts__inner::before,
.contacts__inner::after {
    position: absolute;
    content: "";
}

.contacts__inner::before {
    background-image: url("assets/img/contact-sky1.svg");
    width: 224px;
    height: 56px;
    top: -20px;
    left: 161px;
    z-index: -1;
}
.form-btn {
    cursor: pointer;
}
.contacts__inner::after {
    background-image: url("assets/img/contact-sky2.svg");
    width: 164px;
    height: 41px;
    top: 31px;
    right: 0;
}

.contacts__menu--span {
    grid-row: 1/3;
    grid-column: 2/3;
}

.contacts__list {
    display: grid;
    grid-row-gap: 10px;
}

.contacts__list > li > a {
    font-size: 1.688rem;
    line-height: 160%;
    letter-spacing: 0.05em;
}

.contacts__item {
    position: relative;
    z-index: 1;
    margin-bottom: 5px;
}

.contacts__item--info:hover  {
    text-decoration: underline;
}
.contacts__item--span {
    margin: 15px 0;
    align-self: center;
    text-decoration: underline;
}

.contacts__info {
    grid-column: 3/4;
    display: grid;
    grid-template-rows: 80px;
}

.contacts__social--list {
    grid-column: 3/4;
    grid-row: 2/3;
    display: grid;
    position: relative;
    z-index: 2;
}

.contacts__social--item {
    grid-row: 1/2;
}

.contacts__social--link {
    width: 3.063rem;
    height: 3.063rem;
    display: block;
    transition: all 0.3s;
    border-radius: 50%;
}

.contacts__social--link:hover {
    transform: scale(1.07);
    filter: drop-shadow(0px 4px 16px rgba(71, 51, 33, 0.44));
}

.contacts__social--youtube {
    background: url("assets/img/youtube.svg") 0 0 no-repeat;
    background-size: cover;
}

.contacts__social--facebook {
    background: url("assets/img/facebook.svg") 0 0 no-repeat;
    background-size: cover;
}

.contacts__social--telegram {
    background: url("assets/img/telegram.svg") 0 0 no-repeat;
    background-size: cover;
}

.contacts__social--instagram {
    background: url("assets/img/instagram.svg") 0 0 no-repeat;
    background-size: cover;
}

.contacts__social--viber {
    background: url("assets/img/viber.svg") 0 0 no-repeat;
    background-size: cover;
}

.form__popup {
    z-index: 11;
}

.form__content {
    background-color: #e5ddca;
    width: 33.125rem;
}

.form__wrapper {
    width: 100%;
    padding: 0 1.125rem;
    display: flex;
    justify-content: center;
}

.form__block {
    width: 18.750rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form__wrapper-input {
    margin-top: 20px;
}

.form__text {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 1.25rem 1.125rem 2.85rem;
    font-size: 1.688rem;
    line-height: 160%;
    letter-spacing: 0.05em;
    max-width: 393px;
    text-align: center;
    margin: 0 auto;
}

.input-tel,
.input-email {
    max-width: 100%;
    font-family: Roboto;
    background: none;
    padding: 10px 0;
    font-size: 16px;
    color: #473321;
    border-bottom: 1px solid #98856c;
}

.form__label {
    text-align: left;
    font-size: 1.5rem;
    letter-spacing: 0.08rem;
    margin: 1.5rem 0 0rem 0;
}

.form__label:last-child {
    margin-top: 20px;
}

.wpcf7-not-valid-tip {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
}

.wpcf7-response-output {
    max-width: 360px;
    margin: 5px auto !important;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}

.wpcf7-response-output {
    text-align: center;
}

.form__input::placeholder {
    font-size: 16px;
    color: #acacac;
}

.form__wrapper-btn {
    text-align: center;
}

.ajax-loader {
    display: none !important;
}

.form__btn {
    cursor: pointer;
    padding: 0 20px;
    margin: 3.125rem 0 6.25rem 0;
    height: 3.250rem;
    line-height: 3.250rem;
    width: 100%;
    max-width: 100%;
}

.map {
    display: flex;
}

.footer {
    position: relative;
    background: #473321;
}
.footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer__item {
    height: 4.375rem;
    display: flex;
    align-items: center;
}

.footer__leng {
    display: flex;
    grid-row: 1/3;
    height: 0;
    visibility: hidden;
    opacity: 0;
}

.trp-language-switcher > div {
    background-color: transparent;
    border: none;
    background-position: calc(100% - 8px) calc(1em + -7px),
    calc(100% - 3px) calc(1em + -7px);

}

.trp-language-switcher > div > a {
    color: #473321;
    font-size: 1.5rem;
}
.trp-language-switcher > div {
    background-position: calc(100% - 8px) calc(1em + -3px), calc(100% - 3px) calc(1em + -3px);
}

.trp-language-switcher > div > a:hover {
    background-color: transparent;
}

.footer__title {
    font-size: 2.5rem;
    letter-spacing: 0.05em;
    color: #fff;
}

@font-face {
    font-family: 'swiper-icons';
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

/* 3D Effects */

.swiper-container-3d {
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right;
}

/* Progress */

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
    display: none;
}
@media (min-width: 61.945em) {
    .header .sub-menu-1 {
        visibility: hidden;
        opacity: 0;

    }

    .header .menu__list > li:hover .sub-menu-0 {
        visibility: visible;
        opacity: 1;
        transition: all .3s;

    }

    .header .sub-menu-0 {
        opacity: 0;
        visibility: hidden;
        transition: all .3s;
        transition-delay: .3s;
        z-index: 3;
        min-width: 18.750rem;
        position: absolute;
        left: 2.500rem;
        top: 1.43rem;
        padding-top: 0.8rem;
    }

    .header .sub-menu-0 > li {
        position: relative;
    }

    .header .sub-menu .item-link {
        transition: all .3s ease-in-out;
        display: block;
    }

    .header .sub-menu .item-link:hover {
        transition: all .3s ease-in-out;
        transform: translateX(5px);
    }

    .header .sub-menu-1 {
        z-index: 3;
        opacity: 0;
        visibility: hidden;

        min-width: 18.750rem;
        min-height: 100%;
        position: absolute;
        left: 100%;
        top: 0;
        padding-left: 0.5rem;
    }

    .header .sub-menu-0 > li {
        padding: 0.75rem 0.625rem;
        background-color: #E5DDCA;
    }

    .header .sub-menu-0 > li:hover .sub-menu-1 {
        opacity: 1;
        visibility: visible;
    }

    .header .menu-item-type-taxonomy:last-child {
        padding-bottom: 1.2rem;

    }

    .header .menu-item-type-taxonomy:first-child {
        padding-top: 1.2rem;
    }

    .header .sub-menu-1 > li {
        background-color: #E5DDCA;
    }

    .header .menu-item-type-taxonomy:first-child,
    .menu-item-type-post_type:first-child {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    .header .menu-item-type-taxonomy:last-child,
    .menu-item-type-post_type:last-child {
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .header .sub-menu-1 > li {
        padding: 1.2rem 0.625rem 0;
    }

    .header .sub-menu-1 > li:last-child {
        padding-bottom: 1.2rem;
    }
}

@media (min-width: 61.938em) {

    .show__subtitle::after {
        height: 7.25rem;
    }

    .project__item:hover {
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    }


}

@media (min-width: 61.942em) {
    .header .menu__body-mobile.active {
        display: none;
    }
}

@media (min-width: 63.943em) {
    .project__name,
    .prod-page .prod-page-item__name {
        display: none;
    }
}

@media (min-width: 78.129em) {
    .header .top-header__mb-img {
        display: none;
    }
}

@media (min-width: 78.125em) {
    .cart-top__name--slide {
        display: none;
    }

    .cart-top__img--desk {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .cart-top__use {
        opacity: 0;
        position: absolute;
        display: flex;
        flex-direction: column;
        top: 0;
        align-items: center;
        width: 100%;
        height: 100%;
        text-transform: uppercase;
        transition: all 0.3s;
    }

    .cart-top__name {
        display: block;
        text-align: center;
        height: 100%;
        padding: 1.125em 1.25rem 0;
        font-size: 2.5rem;
        letter-spacing: 0.05em;
        line-height: 131.5%;
    }

    .cart-top__btn {
        letter-spacing: 0.1em;
        font-size: 1.313rem;
        align-items: flex-end;
        display: flex;
        height: 100%;
        position: relative;
        padding: 0 2.5rem 3.125rem;
    }
}

@media (min-width: 64em) {
    .project__content {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
        transition: all .4s;
        background: linear-gradient(0deg, rgba(255, 251, 248, 0.75), rgba(255, 251, 248, 0.75));
        opacity: 0;
    }

    .project__content:hover {
        opacity: 1;
    }

    .content__btn--mobile {
        display: none;
    }

    .prod-page__item:hover {
        transform: scale(1.05);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .prod-page .prod-page-item__content:hover {
        opacity: 1;
    }
}

@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color 0.25s ease;
        -o-transition: border-color 0.25s ease;
        transition: border-color 0.25s ease;
    }
}

@media (min-width: 1250px) {
    .production-container {
        max-width: 84.95rem;
        margin: 0 auto;
        padding: 0 2rem;
        overflow: visible;
    }

    .production-slider {
        display: grid;
        grid-template: repeat(1, 25.438rem)/repeat(auto-fit, minmax(10rem, 23.25rem));
        grid-column-gap: 5.5rem;
        justify-content: center;
    }

    .production .production-slider__item {
        max-width: 23.25rem;
    }

    .swiper-pagination-bullet {
        display: none;
    }

    .cart-container {
        max-width: 84.95rem;
        margin: 0 auto;
        padding: 0 2rem;
    }

    .cart-slider {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 4.063rem;
        row-gap: 3.475rem;
    }
}

@media (max-width: 1250px) {
    .production__item {
        margin: 0;
    }

    .production__item:hover {
        background-color: transparent;
        box-shadow: none;
        transform: scale(1);
    }
}

@media (max-width: 1249px) {
    .cart-top__btn--slide {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        padding: 0 10px 0;
        margin-bottom: 2rem;
    }
}
@media screen and (max-width: 1230px) {
    .additional__inner {
        flex-wrap: nowrap;
        justify-content: start;
    }
    .additional__item {
        max-width: 100%;
        padding: 0 10px 100px 10px;
    }
    .additional__img {
        width: 6.375rem;
        height: 6.375rem;
    }
    .additional__text {
        padding: 0 15px 16px 15px;
    }
}

@media (max-width: 1200px) {
    .company__subtitle {
        max-width: 38rem;
    }
}

@media (max-width: 75em) {
    .company__subtitle--active {
        max-width: 36.6rem;
    }

    .product__block {
        grid-template-columns: 14rem 1fr 9.688rem;
        padding: 3.75em 1.25rem;
    }

    .order__logo::before,
    .order__logo::after {
        display: none;
    }

    .order__logo {
        display: none;
    }

    .order__block {
        width: 100%;
    }

    .map {
        width: 100%;
    }
}

@media (max-width: 64em) {
    .cart-bottom__inner--btn {
        padding: 0 2rem 0 0;
    }
    .cart-bottom__inner--btn.one {
        padding: 0;
    }
    .container__cart {
        padding: 0 2rem 0 0;
    }
    .container__cart.one {
        padding: 0;
    }
    .project__popup-content {
        padding: 55px 0 55px 0;
    }
    .container-hide {
        padding: 0 0 0 2rem;
    }
    .container-hide.one {
        padding: 0 2rem;
    }

    .project__btn--mobile {
        position: absolute;
        bottom: 0;
        right: 0;
        display: flex;
        padding: 0 10px;
        justify-content: center;
        align-items: flex-end;
        width: 100%;
    }

    .company__subtitle {
        margin-right: 0;
    }

    .page-not-found__title {
        font-size: 6rem;
    }
}

@media (max-width: 48em) {
    .project__top_inner {
        flex-wrap: wrap;
    }
    .project__top_content {
        flex: 0 1 100%;
        margin-bottom: 30px;
    }
    .project__top_photo {
        flex: 0 1 100%;

    }
    .cart-bottom__slide {
        height: 450px;
    }
    .cart-bottom-more-space {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .additional__item {
        padding: 0 10px 40px 10px;
    }
    .product__wrapper {
        padding: 12.125rem 0 13.25rem;
    }
    .company__inner {
        padding-bottom: 5rem;
    }
    .company__info {
        padding: 5rem 0 2rem;
    }
    .cart-top__btn--more:after {
        display: none;
    }
    .cart-top__btn--more {
        padding: 0 3rem 0 3rem;
        letter-spacing: 2px;
    }
    .prod-page__text {
        margin-top: 84px;
    }

    .page-not-found__text {
        font-size: 1.4rem;
    }

    .page-not-found__title,
    .production__title,
    .company__title,
    .additional__title,
    .work__title,
    .project__title,
    .review__title,
    .order__title,
    .prod-page__title,
    .blog__title,
    .our-values__title{
        font-size: 3em;
    }

    .pum-theme-358 .pum-content, .pum-theme-hello-box .pum-content {
        padding: 0;
    }

    .pum-theme-357 .pum-content, .pum-theme-enterprise-blue .pum-content {
        padding: 2rem 0;
    }

    .product__title {
        font-size: 3em;
    }

    .header .top-header__content {
        height: 85px;
    }

    .header .bottom-header {
        align-items: normal;
        flex-direction: column;
    }

    .header .bottom-header__content {
        margin: 6.3rem 0 0 0;
    }

    .header .bottom-header__title {
        max-width: 25.06rem;
    }

    .header .bottom-header__btn {
        text-align: center;
        padding: 0 2rem;
    }

    .header .orange-btn {
        display: none;
    }

    .header .btn-hidden {
        margin-top: 1.87rem;
        display: inline-block;
        margin-bottom: 0;
    }

    .production {
        padding-bottom: 0;
    }
    .more-space {
        padding-bottom: 5rem;
    }

    .production__title {
        padding-top: 6rem;
        margin-bottom: 0;
    }

    .title-center {
        justify-content: start;
    }

    .company__inner {
        flex-direction: column;
    }

    .company__img {
        text-align: center;
    }

    .company__info {
        flex: none;
    }

    .company__title::after {
        margin-right: 0;
    }

    .company__subtitle--active {
        max-width: 22.6rem;
    }

    .company__btn-more {
        display: none;
    }

    .show__subtitle::after {
        background: transparent;
    }

    .read-more {
        display: initial;
    }

    .read-more.active {
        display: none;
    }

    .additional {
        margin-bottom: 6rem;
    }

    .product__wrapper::after {
        top: -40px;
        left: -12.225rem;
        height: 53rem;
        width: 33.4rem;
    }

    .product__block {
        grid-template-columns: 1fr 1fr;
        text-align: center;
        row-gap: 2rem;
    }

    .product__item {
        grid-column: 1/3;
    }

    .product__btn {
        justify-self: center;
    }

    .work {
        padding-bottom: 2rem;
        padding-top: 5rem;
    }

    .work.no-padding {
        padding-bottom: 0;
    }

    .work__title {
        justify-content: left;
        white-space: nowrap;
        padding-bottom: 4.4rem;
    }

    .work__items--center {
        grid-template-columns: 2.5rem 1fr;
        grid-template-rows: repeat(6, 11.813rem);
    }

    .work__item {
        max-width: 28.125rem;
    }

    .work__item--left {
        text-align: left;
        justify-self: start;
        grid-column: 2/3;
    }

    .work__item--img {
        grid-column: 1/2;
    }

    .work__item--right {
        align-self: start;
        padding-bottom: 0;
        grid-column: 2/3;
    }

    .work__item--1 {
        padding-top: 0.125em;
    }

    .work__item--2 {
        padding-top: 0.625rem;
    }

    .work__item--4 {
        padding-top: 1.313rem;
    }

    .work__item--6 {
        padding-top: 0.188rem;
    }

    .work .item__title {
        font-size: 2rem;
    }

    .project {
        padding-bottom: 5rem;
    }

    .project__title {
        margin-right: 0;
    }

    .project__popup-container {
        height: 29.375rem;
    }

    .project__popup-title {
        font-size: 3rem;
    }

    .review {
        padding-bottom: 5rem;
    }

    .review__title {
        margin-right: 0;
        padding-bottom: 2.5rem;
    }

    .popup__content {
        padding: 0;
    }

    .order__inner {
        justify-content: center;
    }

    .prod-page__title {
        display: none;
    }

    .prod-page__title--hidden {
        display: block;
        padding-bottom: 50px;
    }

    .prod-page__inner {
        display: block;
    }

    .prod-page__btn {
        text-align: center;
    }

    .prod-page__items {
        grid-template: 1fr/repeat(auto-fit, minmax(auto, 26.375rem));
        row-gap: 2.163rem;
    }


    .prod-page .prod-page-item__img {
        max-width: 100%;
        width: 26.375rem;
    }

    .crumb {
        margin-bottom: 3.2rem;
    }

    .blog__title {
        padding-bottom: 3rem;
    }

    .blog__inner {
        flex-direction: column;
        align-items: center;
    }

    .blog__illustration {
        flex: none;
        margin-bottom: 3rem;
    }

    .blog__content {
        margin-left: 0;
        flex: none;
    }

    .cart-top__info--title {
        font-size: 2.875rem;
    }

    .cart-top__link {
        cursor: default;
    }

    .cart-bottom__title {
        font-size: 2.875rem;
    }

    .cart-bottom__container,
    .project-slg__container{
        height: auto;
        flex: none;
    }

    .lg-sub-html {
        text-align: left;
        font-size: 25px;
        padding: 10px 10px;
    }
}

@media (max-width: 37.5em) {
    .prod-page__text {
        margin-top: 58px;
    }
}

@media (max-width: 35.6em) {
    .product__wrapper {
        padding: 12.125rem 0 9.25rem;
    }
}


@media (max-width: 30em) {
    .product__btn {
        width: 100%;
    }
    .footer__title {
        font-size: 1.9rem !important;
    }
    .footer__inner {
        flex-direction: column-reverse;
    }

    .footer__item {
        flex-basis: 100%;
        margin: 1.3rem 0;
    }

    .header .orange-btn,
    .btn,
    .popup__btn--link,
    .orange-btn {
        padding: 0;
        max-width: 19.769em;
        height: 2.5em;
        line-height: 2.5em;
        width: 100%;
    }

    .bottom-work__btn {
        padding: 0 1.25rem 0;
    }

    .btn {
        padding: 0;
        width: 100%;
        height: 3.250rem;
        line-height: 3.350rem;
    }

    .page-not-found__title,
    .production__title,
    .company__title,
    .additional__title,
    .work__title,
    .project__title,
    .review__title,
    .order__title,
    .prod-page__title,
    .blog__title,
    .our-values__title{
        font-size: 2.5em;
    }
    .our-values__desc > h3{
        font-size: 2rem;
    }

    .product__title {
        font-size: 2.5em;
    }

    .header .bottom-header__title {
        max-width: 19.06rem;
    }

    .header .bottom-header__btn {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .header .bottom-header__subtitle {
        max-width: 26.06rem;
        margin-bottom: -0.1rem;
    }

    .header .btn-hidden {
        margin-top: 0;
    }

    .company__title {
        margin-bottom: 2.5rem;
    }

    .work__title {
        font-size: 2.5em;
    }


    .work .item__title {
        font-size: 1.688rem;
    }

    .project__title {
        padding-bottom: 2.5rem;
    }
    .not_front_project .project__title {
        padding-bottom: 2.34rem;
    }
    .project__items {
        grid-template: 1fr/repeat(auto-fit, minmax(15.938rem, 26rem));
        grid-row-gap: 2.163rem;
        margin-bottom: 2.163rem;
    }

    .project__item {
        height: 27.25rem;
    }

    .project__popup--close.popup__close.close-popup {
        right: 35px;
    }

    .project__popup-title {
        font-size: 2.5rem;
    }

    .project__popup-btn {
        text-align: center;
    }

    .page-not-found__title {
        padding-bottom: 1rem;
    }

    .order__title {
        padding-bottom: 0;
    }

    .order__btn {
        text-align: center;
        margin: 2.5rem 0;
    }

    .cart-top__info--title {
        font-size: 2.500rem;
    }

    .cart-bottom_read_more {
        display: block;
        font-size: 1.313rem;
        font-family: Yanone;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        cursor: pointer;
    }

    .cart-bottom__title {
        font-size: 2.500rem;
        line-height: 2.500rem;
    }

    .cart-bottom__inner--btn {
        flex-direction: column;
    }

    .contacts__social--list {
        grid-column-gap: 45px;
    }

    .contacts__social--list {
        grid-column-gap: 25px;
    }

    .form__btn {
        margin: 3.125rem 0 3.25rem 0;
    }
}

@media (max-width: 28em) {
    .project__name,
    .prod-page .prod-page-item__name {
        font-size: 2.063rem;
    }
}

@media (max-width: 25em) {
    .production__item {
        min-height: 18rem;
    }
    .cart-top__btn--more {
        width: 100%;
    }
}

@media (max-width: 23.75em) {
    .prod-page__text {
        margin-top: 30px;
    }
}

@media (max-width: 22em) {
    .project__item,
    .prod-page-item__scale {
        height: 22.25rem;
    }
}
@media (max-width: 349px) {
    .additional__img {
        margin: 2.125rem 0 2.188rem;
    }
}

@media (max-width: 20em) {
    .review__user {
        font-size: 1.500rem;
    }
}


@media (max-width: 93.25em) {
    .header .bottom-header--container {
        padding: 0;
    }

    .header .bottom-header__content {
        padding: 0 2rem;
    }
}
@media screen and (max-width: 90em) {
    .our-values__item-wrap {
        padding: 20px;
    }
}

@media (max-width: 84.375em) {
    .cart-bottom__inner {
        grid-column-gap: 30px;
        grid-template-areas:
        'nav nav'
        'img img'
        'descr descr'
        'btn btn';
    }

    .cart-bottom__text {
        margin-top: 2.5rem;
        height: 140px;
    }

    .project__popup-content.popup__content {
        padding: 60px 20px;
    }

    .project__popup-container {
        max-width: 35.525rem;
    }

    .order__logo::after {
        left: 0;
    }

    .cart-bottom__container,
    .project-slg__container{
        max-width: 100%;
    }

    .cart-bottom__price--mob.show {
        display: block;
        margin-bottom: 0;
        margin-top: 2rem;
    }

    .cart-bottom__more {
        margin-bottom: 2.5rem;
    }

    .cart-bottom__content {
        padding-left: 0;
        max-width: 44.375rem;
    }

    .container__inner {
        padding: 0;
    }

}

@media (max-width: 79.688em) {
    .production .production-slider__item:nth-child(4) {
        padding-bottom: 0;
    }
}

@media (max-width: 78.125em) {
    .project__top_inner {
        padding-bottom: 2.5rem;
    }
    .cart-top__name--slide {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        border-radius: 16px;
        white-space: normal;
        display: flex;
        justify-content: center;
        width: 100%;
        color: #ffd145;
        height: 9.125rem;
        padding: 2.400rem 1.250rem 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.67) 5.14%, rgba(0, 0, 0, 0) 100%);
        letter-spacing: 0.05em;
        font-size: 2.188rem;
        text-align: center;
        overflow: hidden;
        opacity: 0;
        transition: all 0.6s 1.2s;
    }

    .header .top-header__full-img {
        display: none;
    }

    .header .top-header__logo-page {
        display: none;
    }

    .header .top-header__content {
        justify-content: space-between;
    }

    .header .top-header__content::before {
        display: none;
    }

    .header .menu-item-189,
    .menu-item-2819, .menu-item-191,
    .menu-item-192, .menu-item-193 {
        margin-left: 1.25rem;
    }

    .header .menu-item {
        font-size: 1.18rem;
    }

    .header .contacts-header {
        font-size: 1.18rem;
        margin-left: 0;
    }

    .header .top-header-btn {
        margin-left: 0;
    }

    .header .bottom-header__content {
        margin-left: 0;
    }

    .header .bottom-header__subtitle {
        min-width: 20rem;
    }
}

@media (max-width: 78.063em) {
    .cart-bottom {
        padding-top: 0;
        padding-bottom: 5.75rem;
    }
    .cart-top__info {
        position: static;
        padding-bottom: 2.5rem;
    }

    .cart-top__info--bottom {
        position: static;
        padding-top: 2.5rem;
    }

    .cart-top__info--title {
        max-width: 35rem;
    }

    .cart-top__info--text {
        max-width: 35rem;
    }
}
@media screen and (max-width: 75em) {
    .our-values {
        padding-top: 12rem;
    }
}
@media (max-width: 71.875em) {
    .review__show {
        margin: 0.938rem 0 1.563rem;
    }
}

@media (max-width: 68.75em) {
    .project__popup-info {
        margin: 10px 0 0 30px;
    }
}

@media (max-width: 63.938em) {
    .prod-page .prod-page-item__btn-hidden {
        display: block;
    }
}

@media (max-width: 61.938em) {
    .contacts__social--list {
        padding-left: 0;
    }
    .additional__container {
        margin: 0;
        max-width: 100%;
    }
    .footer__title {
        font-size: 2.3rem;
    }

    .product__text {
        font-size: 1.25rem;
    }

    .page-not-found_container {
        margin: 0;
    }

    .page-not-found {
        margin-top: 0;
        height: 100vh;
        min-height: 40rem;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .padding-header {
        padding-top: 75px;
    }

    .cart-bottom__wrapper {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .cart-bottom__wrapper:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        border-radius: 16px;
    }
    .cart-bottom__wrapper.project-bottom__wrapper:after {
        position: static;
    }

    .cart-bottom__text {
        margin-bottom: 2rem;
        z-index: 2;
    }

    .project__popup-arrow--bg,
    .cart-bottom__arrow--bg {
        display: none;
    }

    .cart-bottom__text--hide {
        display: block;
    }

    .header .top-header__mb-img {
        position: relative;
        z-index: 1;
    }

    .header .top-header__body {
        width: 100%;
        top: 0;
        left: 0;
        z-index: 3;
    }

    .header .top-header__content {
        position: fixed;
    }

    .header .menu__list {
        display: block;
    }

    .header .sub-menu-1 {
        display: none;
        padding: 1.45rem 1rem 1.45rem;
        max-width: 25.000rem;
        border-radius: 6px;
        background-color: #E5DDCA;
        margin-top: 1.3rem;
    }

    .header .sub-menu__item--hidden {
        font-size: 1.250rem;
        line-height: 130%;
        padding: 0.313rem 0.313rem;

    }

    .header .menu-item {
        white-space: normal;
    }

    .header .sub-menu-0 {
        display: none;
    }

    .header .sub-menu-0.active {
        display: block;
    }

    .header .menu-item-189.active .sub-menu-0 {
        margin-top: 1.75rem;
    }

    .header .menu-item {
        margin-bottom: 1.56rem;
    }

    .header .sub-menu-1.active {
        display: block;
    }

    .header .menu-item-189 {
        display: inline-block;
        margin-left: 0;
    }

    .header .menu-item--last {
        margin-bottom: 0;
    }

    .header .menu-item {
        font-size: 1.6rem;
        margin-bottom: 1.75rem;
        margin-left: 0;
        font-weight: 100;
    }

    .header .menu-item:last-child {
        margin-bottom: 0;
    }

    .header .sub-item {
        font-size: 1.6rem;
        margin-bottom: 1.75rem;
        margin-left: 16px;
    }

    .header .menu__item {
        font-size: 2rem;
        margin-bottom: 1.75rem;
        margin-left: 0;
    }

    .header .menu-item:hover {
        border-bottom: 1px solid transparent;
    }

    .header .menu-item.active {
        border-bottom: 1px solid transparent;
    }

    .header .menu-item-189 > .item-link {
        padding-right: 2.50rem;
        position: relative;
        display: inline-block;
    }

    .item-link.removed {
        display: inline-block;
        opacity: 1;
        transition: all 1s;
        transform: rotateX(0);
    }

    .item-link.flip {
        opacity: 0;
        transform: rotateX(360deg);
    }

    .item-link.showed {
        opacity: 1;
    }

    .header .sub-item > .item-span {
        position: relative;
    }

    .header .menu-item-189 > .item-link::after {
        position: absolute;
        content: "";
        top: 0.38em;
        right: 0;
        width: 20px;
        height: 20px;
        background: url("assets/img/vector.svg") 0 0 no-repeat;
        transform: rotate(0deg);
        transition: all 0.3s;
    }

    .header .sub-item > .item-span:after {
        position: absolute;
        content: "";
        top: 0.18em;
        right: 0;
        width: 20px;
        height: 20px;
        background: url("assets/img/vector.svg") 0 0 no-repeat;
        transform: rotate(0deg);
        transition: all 0.3s;
    }

    .header .menu-item-1053 > .item-span::after {
        right: -155px;
    }

    .header .menu-item-1049 > .item-span::after {
        right: -155px;
    }

    .header .menu-item-1050 > .item-span::after {
        right: -245px;
    }

    .header .menu-item-1048 > .item-span::after {
        right: -170px;
    }

    .header .menu-item-1052 > .item-span::after {
        right: -170px;
    }

    .header .menu-item-1051 > .item-span::after {
        right: -135px;
    }

    .header .menu-item-189.active .item-link::after {
        transform: rotate(180deg);
        height: 10px;
    }

    .header .sub-item.active .item-span:after {
        transform: rotate(180deg);
        height: 10px;
    }

    .header .sub-item.active .sub-menu-1 {
        display: block;
    }

    .header .contacts-header {
        display: none;
    }

    .header .top-header-btn {
        display: none;
    }

    .header .bottom-header {
        min-height: 50rem;
        margin-bottom: 0;
    }

    .header .bottom-header__bg {
        width: auto;
        overflow: hidden;
    }

    .header .bottom-header__scroll {
        display: none;
    }

    .header .header__bottom-bg {
        max-width: 142%;
        width: 142%;
    }

    .production .production-slider__item:nth-child(n + 4) {
        padding-bottom: 0;
    }

    .top-header__burger {
        display: block;
        position: fixed;
        right: 2rem;
        width: 32px;
        height: 19px;
        z-index: 5;
    }

    .top-header__burger::before,
    .top-header__burger::after {
        content: "";
        background-color: #473321;
        position: absolute;
        width: 100%;
        height: 3px;
        transition: all 0.3s;
    }

    .top-header__burger::before {
        top: 0;
    }

    .top-header__burger::after {
        bottom: 0;
    }

    .top-header__burger > span {
        position: absolute;
        background-color: #473321;
        left: 0;
        width: 100%;
        height: 3px;
        top: 8px;
        transition: all 0.3s;
    }

    .menu__body {
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        overflow: auto;
        height: 100%;
        background-color: #fbf9f3;
        padding-top: 7.81rem;
        padding-left: 2rem;
        padding-right: 2rem;
        transition: all 0.3s;
    }

    .company__subtitle {
        max-width: 30.6rem;
    }


    .company__subtitle--active {
        max-width: 29.6rem;
    }

    .project__popup-content.popup__content {
        padding: 60px 0;
    }

    .project__popup--close.popup__close.close-popup {
        top: 50px;
    }

    .project__popup-inner {
        flex-direction: column-reverse;
    }

    .project__popup-container {
        flex: none;
        max-width: 100%;
    }

    .project__popup-img--span-1 {
        display: none;
    }

    .project__popup-img--span-2 {
        display: none;
    }

    .project__popup-info {
        margin: 10px 0 30px 0;
        padding: 0 20px;
    }

    .project__popup-text--grid {
        grid-column: 1/4;
    }

    .project__popup-button {
        padding: 0 20px;
    }

    .project__popup-arrow {
        display: none;
    }

    .project__popup-illustation {
        padding: 0 20px;
        display: block;
    }

    .prod-page__content {
        margin-left: 35px;
    }

    .cart-bottom {
        padding-top: 2rem;
        padding-bottom: 9rem;
    }

    .cart-bottom__arrow {
        display: none;
    }

    .contacts {
        padding-top: 4rem;
        padding-bottom: 3rem;
    }

    .contacts__inner {
        grid-template: 1fr/repeat(auto-fit, minmax(100px, 1fr));
    }

    .contacts__inner {
        grid-row-gap: 50px;
    }

    .contacts__inner::before {
        top: 500px;
        left: 47%;
    }

    .contacts__inner::after {
        top: 600px;
        right: 0;
    }

    .contacts__menu--span {
        grid-row: 1/2;
    }

    .contacts__info {
        grid-column: 1/2;
        grid-row: 3/4;
    }

    .contacts__social--list {
        grid-column: 1/3;
        grid-template-columns: repeat(5, minmax(20px, 100px));
        grid-row: 2/3;
        align-items: center;
    }

    .map {
        padding-top: 2.5rem;
    }
}

@media (max-width: 61.938em) and (max-width: 26.25em) {
    .top-header__burger {
        right: 1.250em;
    }
}

@media (max-width: 61.9em) {
    .cart-top__name--slide {
        opacity: 0;
    }
    .our-values__inner {
        flex-wrap: wrap;
    }
    .our-values__item {
        flex-basis: 50%;
        margin-bottom: 35px;
    }
    .our-values__item-wrap {
        padding: 30px;
    }
}
@media screen and (max-width: 54.063em) {
 .our-values {
     padding-top: 6rem;
 }
}
@media (max-width: 53.75em) {
    .work__items--center {
        column-gap: 1.1rem;
    }
}

@media (max-width: 48.001em) {
    .cart-bottom {
        padding-top: 0;
        padding-bottom: 5rem;
    }
    .our-values {
        padding-top: 4rem;
    }
    .our-values__item {
        flex-basis: 100%;
    }
    .our-values__item-wrap {
        padding: 50px;
    }
    .footer__title {
        font-size: 2rem;
        text-align: center;
    }

    .cart-top__name--slide {
        font-size: 1.688rem;
        padding: 1.4rem 1.250rem 0;
    }
    .cart-bottom__load-more {
        display: inline-block;
        font-size: 1.313rem;
        font-family: Yanone;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        cursor: pointer;
    }

    .cart-bottom__info {
        display: none;
    }

    .cart-bottom__text {
        font-size: 0.8rem;
        max-height: 260px;
        overflow: hidden;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .cart-bottom__text::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        background: linear-gradient(180deg, #fbf9f3 0%, rgba(251, 249, 243, 0) 100%);
        transform: matrix(1, 0, 0, -1, 0, 0);
        width: 100%;
        height: 4rem;
    }

    .cart-bottom__text.active:after {
        position: static;
    }

    .cart-bottom__btn {
        margin-top: 1rem;
    }

    .cart-top__info--more {
        display: inline-block;
        font-size: 1.313rem;
        font-family: Yanone;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        cursor: pointer;
    }

    .cart-top__info--top > .cart-top__info--text {
        height: 16rem;
        overflow: hidden;
    }

    .cart-top__info--text {
        overflow: hidden;
        max-height: 260px;
        position: relative;
        margin-bottom: 20px;
    }

    .cart-top__info--text::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        background: linear-gradient(180deg, #fbf9f3 0%, rgba(251, 249, 243, 0) 100%);
        transform: matrix(1, 0, 0, -1, 0, 0);
        width: 100%;
        height: 4rem;
    }

    .cart-top__info--text.active:after {
        position: static;
    }

    .cart-top__info--text.active:after {
        height: 0;
    }

    .header .bottom-header__subtitle {
        min-width: auto;
        max-width: 28.25rem;
    }

    .company__subtitle {
        max-width: 100%;
    }

    .prod-page__inner {
        padding-bottom: 5rem;
    }

    .prod-page__content {
        margin-left: 0;
    }

    .cart-bottom__content {
        max-width: 100%;
    }

    .cart-bottom__nav {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }
    .cart-bottom__nav.one {
        border-radius: 12px;
    }

    .footer__item {
        justify-content: center;
    }
}

@media (max-width: 40.625em) {
    .company__subtitle--active {
        max-width: 100%;
    }

    .cart-bottom__btn {
        margin-right: 0.625rem;
    }

    .cart-bottom__mob {
        padding: 1rem 1.8rem 0.8rem;
    }

    .cart-bottom__btn--size {
        padding: 1rem 1.2rem 0.8rem;
    }
}

@media (max-width: 40.001em) {
    .contacts__social--list {
        grid-column: 1/3;
        align-items: flex-end;
    }
}

@media (max-width: 35.5em) {
    .cart-bottom__btn--first {
        padding: 1rem 2rem 0.8rem;
        margin-right: 1rem;
    }
}

@media (max-width: 33.125em) {
    .production__img--02 {
        top: -19px;
    }

    .production__img--03 {
        top: -19px;
    }

    .cart-bottom__container,
    .project-slg__container{
        flex: none;
    }
    .our-values__img {
        width: 20%;
    }
}

@media (max-width: 31.25em) {
    .cart-bottom__btn--first {
        text-align: center;
        line-height: normal;
    }

    .cart-bottom__inner--btn {
        flex-direction: column;
    }

    .cart-bottom__hide {
        margin-right: 0;
        margin-bottom: 1rem;
    }
}

@media (max-width: 30.01em) {
    .work__title {
        padding-bottom: 2.5rem;
    }
    .our-values__item:last-child {
        margin-bottom: 0;
    }
    .our-values {
        padding-top: 5rem;
    }
    .our-values__item-wrap {
        padding: 35px;
    }
    .cart-bottom__btn {
        margin-right: 0;
    }

    .cart-bottom__mob {
        padding: 0;
        text-align: center;
    }


}

@media (max-width: 30.001em) {
    .contacts {
        padding-top: 0;
    }
}

@media (max-width: 28.25em) {
    .additional__item {
        padding: 0 10px 0 10px;
    }
    .product__wrapper::after {
        top: 15px;
    }
    .our-values__item-wrap {
        padding: 30px;
    }
}

@media (max-width: 27.5em) {
    .contacts__inner::before {
        left: 10%;
    }
    .our-values__item-wrap {
        padding: 25px;
    }
}

@media (max-width: 26.25em) {

    .container,
    .header .bottom-header__content,
    .header .bottom-header__btn {
        padding: 0 1.125rem;
    }

    .header .bottom-header__btn {
        text-align: center;
    }

    .menu__body {
        padding-left: 1.250rem;
        padding-right: 1.250rem;
    }

    .project__popup-container {
        height: 23.125rem;
    }

    .container__inner {
        padding: 0;
    }
    .cart-bottom__inner--btn {
        padding: 0 1.125rem 0 0;
    }
    .cart-bottom__inner--btn.one {
        padding: 0;
    }
    .container__cart {
        padding: 0 1.125rem 0 0;
    }
    .container__cart.one {
        padding: 0;
    }
    .container-hide {
        padding: 0 0 0 1.125rem;
    }
    .container-hide.one {
        padding: 0 1.125rem;
    }
}

@media (max-width: 26.775em) {
    .contacts__inner::after {
        top: 670px;
        right: 0;
    }
}

@media (max-width: 25.875em) {
    .contacts__inner::before {
        top: 580px;
        right: 0;
    }
}

@media (max-width: 24.002em) {
    .project__name,
    .prod-page .prod-page-item__name {
        font-size: 1.875rem;
    }
    .our-values__item-wrap {
        padding: 20px;
    }
}

@media (max-width: 23.75em) {
    .work__items--center {
        column-gap: 10px;
        grid-template-columns: 1.875em 1fr;
    }

    .work__item--img {
        justify-self: start;
    }

    .form__block {
        width: 15.000rem;
    }
}

@media (max-width: 23.125em) {
    .content__btn--mobile {
        font-size: 1.188rem;
        margin-bottom: 1.250rem;
        line-height: 3.4rem;
    }

    .prod-page .prod-page-item__btn-hidden {
        font-size: 1.188rem;
        line-height: 3.4rem;
    }
}

@media (max-width: 22.001em) {
    .product__wrapper {
        padding: 8.125rem 0 9.25rem;
    }
    .product__wrapper::after {
        left: -11.225rem;
        height: 46rem;
        width: 29rem;
    }
    .our-values {
        padding-top: 3rem;
    }
}

@media (max-width: 21.813em) {
    .cart-bottom__slide {
        height: 380px;
    }
    .production__item {
        min-height: 17rem;
    }

    .production__img--02 {
        top: -20px;
    }

    .production__img--05 {
        top: -10px;
    }

    .cart-top__images--slide {
        height: 24rem;
    }
}
