@font-face {
    font-family: 'manrope';
    src: url('/fonts/manrope/manrope-100/manrope-100.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'manrope';
    src: url('/fonts/manrope/manrope-300/manrope-300.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'manrope';
    src: url('/fonts/manrope/manrope-400/manrope-400.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'manrope';
    src: url('/fonts/manrope/manrope-500/manrope-500.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'manrope';
    src: url('/fonts/manrope/manrope-600/manrope-600.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'manrope';
    src: url('/fonts/manrope/manrope-700/manrope-700.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'euclid-square';
    src: url('/fonts/euclid-square/euclid-square-300/euclid-square-300.eot');
    src: url('/fonts/euclid-square/euclid-square-300/euclid-square-300.eot?#iefix') format('embedded-opentype'),
    url('/fonts/euclid-square/euclid-square-300/euclid-square-300.woff2') format('woff2'),
    url('/fonts/euclid-square/euclid-square-300/euclid-square-300.woff') format('woff'),
    url('/fonts/euclid-square/euclid-square-300/euclid-square-300.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'euclid-square';
    src: url('/fonts/euclid-square/euclid-square-400/euclid-square-400.eot');
    src: url('/fonts/euclid-square/euclid-square-400/euclid-square-400.eot?#iefix') format('embedded-opentype'),
    url('/fonts/euclid-square/euclid-square-400/euclid-square-400.woff2') format('woff2'),
    url('/fonts/euclid-square/euclid-square-400/euclid-square-400.woff') format('woff'),
    url('/fonts/euclid-square/euclid-square-400/euclid-square-400.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'euclid-square';
    src: url('/fonts/euclid-square/euclid-square-500/euclid-square-500.eot');
    src: url('/fonts/euclid-square/euclid-square-500/euclid-square-500.eot?#iefix') format('embedded-opentype'),
    url('/fonts/euclid-square/euclid-square-500/euclid-square-500.woff2') format('woff2'),
    url('/fonts/euclid-square/euclid-square-500/euclid-square-500.woff') format('woff'),
    url('/fonts/euclid-square/euclid-square-500/euclid-square-500.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'euclid-square';
    src: url('/fonts/euclid-square/euclid-square-600/euclid-square-600.eot');
    src: url('/fonts/euclid-square/euclid-square-600/euclid-square-600.eot?#iefix') format('embedded-opentype'),
    url('/fonts/euclid-square/euclid-square-600/euclid-square-600.woff2') format('woff2'),
    url('/fonts/euclid-square/euclid-square-600/euclid-square-600.woff') format('woff'),
    url('/fonts/euclid-square/euclid-square-600/euclid-square-600.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'euclid-square';
    src: url('/fonts/euclid-square/euclid-square-700/euclid-square-700.eot');
    src: url('/fonts/euclid-square/euclid-square-700/euclid-square-700.eot?#iefix') format('embedded-opentype'),
    url('/fonts/euclid-square/euclid-square-700/euclid-square-700.woff2') format('woff2'),
    url('/fonts/euclid-square/euclid-square-700/euclid-square-700.woff') format('woff'),
    url('/fonts/euclid-square/euclid-square-700/euclid-square-700.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'icons';
    src: local('icons'), local('icons'), url('/fonts/icons.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

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

:root {

    --basic-white: #fff; /* белый */

    --basic-black: #191a1b; /* темный */
    --basic-total-black: #000; /* черный */

    --basic-grey: #595f70; /* серый */
    --basic-grey-light: #d3d5dc; /* светло-серый */
    --basic-grey-pale: #eff0f3; /* бледно-серый */
    --basic-grey-border: #d2d5dd; /* серый border */

    --basic-blue: #3c91cf; /* синий */
    --basic-green: #13aa5f; /* зеленый */
    --basic-red: #d9534f; /* красный */

    --basic-gradient: -webkit-linear-gradient(to right, #F09819, #FF512F); /* градиент */
    --basic-gradient: linear-gradient(to right, #F09819, #FF512F); /* градиент */

}

html,
input,
textarea {}

html,
input,
textarea,
p,
body {
    position: relative;
    font-family: "manrope", Tahoma, Calibri;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--basic-black);
}

body {
    position: relative;
    text-align: left;
    margin: 0 auto;
    background: var(--basic-white);
    -webkit-font-smoothing: antialiased;
    min-width: 1120px;
    overflow-x: hidden;
}

body.__hide-all {
    padding-right: 4px;
    overflow-y: hidden;
}

@media screen and (max-width:620px) {

    body {
        min-width:320px;
    }

}

body:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: var(--basic-black);
    opacity: 0;
    transition: all .4s ease;
}

body.show-menu:before,
body.__hide-all:before {
    opacity: .16;
    transition: all .4s ease;
    z-index: 998;
}

::selection {
    color: var(--basic-white);
    background-color: var(--basic-grey);
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: var(--basic-white);
}

::-webkit-scrollbar-thumb {
    background: var(--basic-black);
}

a,
input,
select,
textarea {
    outline: none;
}

img {
    vertical-align: top;
}

iframe {
    border: none;
    vertical-align: top;
}

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

/*** ------------ clear ------------ ***/

header:after,
.wrap:not(.d-flex):after,
.container:not(.d-flex):after,
ul:after,
ol:after,
form:after {
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
}

*:first-child {
    margin-top: 0;
}

*:last-child {
    margin-bottom: 0;
}

/*** ------------ end.clear ------------ ***/



/*** ------------ headings, text ------------ ***/

h1,
h2,
h3,
h4,
h5 {
    position: relative;
    font-family: 'manrope';
    font-weight: 300;
    margin: 0 0 32px;
}

* + h1,
* + h2,
* + h3,
* + h4,
* + h5 {
    margin-top: 32px;
}

h1 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 40px;
}

h2 {
    font-size: 36px;
    line-height: 42px;
}

h3,
.title__small {
    font-size: 32px;
    line-height: 40px;
}

h4 {
    font-size: 28px;
    line-height: 36px;
}

h5,
.title__extra-small {
    font-size: 24px;
    line-height: 28px;
}

p {
    margin: 0;
}

p + p,
* + ul.ul__list,
ul.ul__list + p,
ul.ul__list li + li {
    margin-top: 12px;
}

.text__big {
    font-size: 20px;
    line-height: 28px;
}

* + .text__big {
    margin-top: 32px;
}

.text__big + * {
    margin-top: 24px;
}

.text__small {
    font-size: 14px;
    line-height: 20px;
}

.text__extra-small {
    font-size: 12px;
    line-height: 16px;
}

.text__uppercase {
    text-transform: uppercase;
}

.text__lowercase {
    text-transform: lowercase;
}

.text__center {
    text-align: center;
}

.text__color-orange {
    color: var(--basic-orange);
}

.text__color-grey {
    color: var(--basic-grey);
}

.text__color-black {
    color: var(--basic-black);
}

.text__color-white {
    color: var(--basic-white);
}

.text__width-75 {
    max-width: 75%;
}

.text__width-66 {
    max-width: 66%;
}

.text__width-50 {
    max-width: 50%;
}

.text__indent-64 {
    text-indent: 64px;
}

.text__mt-auto {
    margin-top: auto;
}

.text__mt-128 {
    margin-top: 128px;
}

.text__mt-48 {
    margin-top: 48px;
}

.text__subtitle {
    font-weight: 600;
}

.text__subtitle + * {
    margin-top: 8px;
}

.text__euclid {
    font-family: 'euclid-square';
}

.text__manrope {
    font-family: 'manrope';
}

img.img__wrap {
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

img.img__catalog-logo {
    width: 100%;
    max-width: 264px;
    height: auto;
    padding: 32px;
    border: 1px solid var(--basic-grey-border);
}

img.img__catalog-logo + * {
    margin-top: 32px;
}

.opacity {
    opacity: .4;
}

b,
strong {
    font-weight: 600;
}

i {
    font-style: italic;
}

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

ul.ul__list li {
    position: relative;
    padding-left: 28px;
}

ul.ul__list li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 1px;
    background: var(--basic-grey);
    z-index: 12;
}

@media screen and (max-width:620px) {

    .mob__hidden {
        display: none;
    }

    .text__width-75,
    .text__width-66,
    .text__width-50 {
        max-width: 100%;
    }

    .text__indent-64 {
        text-indent: 32px;
    }

}

/*** ------------ end.headings, text ------------ ***/



/*** ------------ icon__before ------------ ***/

.icon__before {
    position: relative;
    padding-left: 24px;
}

.icon__before:before {
    position: absolute;
    top: -2%;
    left: 0;
    font: 500 12px/20px 'icons';
}

.icon__person:before {content: "\e005";}
.icon__address:before {content: "\e096";}
.icon__phone:before {content: "\e010";}
.icon__mail:before {content: "\e01e";}
.icon__more:before {content: "\e051";}
.icon__clock:before {content: "\e081";}
.icon__video:before {content: "\e008";}
.icon__link:before {content: "\e051";}
.icon__pay:before {content: "\e025";}

/*** ------------ icon__before ------------ ***/



/*** ------------ links ------------ ***/

a {
    position: relative;
    color: var(--basic-black);
}

a,
a:hover {
    text-decoration: none !important;
    transition: all .4s ease;
}

.text__color-white a {
    color: var(--basic-white);
}

.text__color-white a:hover {
    opacity: .64;
}

.link__scroll-location {
    position: absolute;
    top: 4px;
}

/*** ------------ link__text ------------ ***/

.link__text {
    color: var(--basic-blue);
    border-bottom: 1px solid var(--basic-black);
}

.link__text:hover {
    color: var(--basic-black);
    border-color: var(--basic-blue);
}

/*** ------------ link__with-arrow ------------ ***/

.link__with-arrow {
    display: inline-block;
    padding-right: 24px;
}

.text__small .link__with-arrow,
.text__small.link__with-arrow {
    display: inline-block;
    padding-right: 20px;
}

.link__with-arrow:hover {
    color: var(--basic-blue);
    padding-right: 32px;
}

.text__small .link__with-arrow:hover,
.text__small.link__with-arrow:hover {
    padding-right: 28px;
}

.link__with-arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 12px;
    height: 12px;
    background: url('/images/icons/icons__arrows/icon__arrow-more-black.svg') no-repeat center transparent;
    background-size: cover;
    z-index: 1;
    transition: all .4s ease;
}

.link__with-arrow:hover:after {
    background: url('/images/icons/icons__arrows/icon__arrow-more-blue.svg') no-repeat center transparent;
    background-size: cover;
    transition: all .4s ease;
}

.text__small .link__with-arrow:after,
.text__small.link__with-arrow:after {
    width: 8px;
    height: 8px;
}

/*** ------------ link__button ------------ ***/

.link__button {
    position: relative;
    display: inline-block;
    padding: 16px 32px;
    font-weight: 500;
    color: var(--basic-black);
}

.link__button:hover {
    color: var(--basic-red);
}

* + .link__button {
    margin-top: 32px;
}

.link__button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 1px solid var(--basic-black);
    z-index: 1;
}

.link__button span {
    position: relative;
    z-index: 80;
}

/*** ------------ link__border-bottom ------------ ***/

.link__border-bottom {
    color: var(--basic-black);
}

.link__border-bottom:hover {
    color: var(--basic-red);
}

.link__border-bottom:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    display: block;
    width: 100%;
    height: .75px;
    background: var(--basic-black);
    transform: scalex(1);
    transform-origin: left;
    z-index: 12;
    transition: transform .4s cubic-bezier(.42,0,1,1);
}

.link__border-bottom:hover:before {
    transform: scalex(0);
    transform-origin: right;
    transition: transform .4s cubic-bezier(.42,0,1,1);
}

/*** ------------ link__with-bg ------------ ***/

.link__with-bg {
    display: inline;
}

.link__with-bg span {
    position: relative;
    z-index: 10;
}

.link__with-bg:hover span {
    z-index: 30;
}

span.link-with-bg__img {
    position: absolute;
    top: -50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: block;
    width: 192px;
    height: 256px;
    background: var(--basic-grey-pale);
    pointer-events: none;
    overflow: hidden;
    opacity: 0;
    z-index: 20;
    transition: all .4s ease;
}

.link__with-bg:hover span.link-with-bg__img {
    top: 50%;
    opacity: 1;
    transition: all .4s ease;
}

/*** ------------ end.links ------------ ***/



/*** ------------ form ------------ ***/

form,
button,
submit {}

input:not([type=checkbox]),
button,
submit,
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

input[type="text"],
input[type="submit"],
textarea {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 16px;
    border: 0;
}

input[type="text"],
textarea {
    background: transparent !important;
    background-color: transparent !important;
}

input[type="submit"] {
    color: var(--basic-white);
    background: var(--basic-grey);
    transition: all .4s ease;
}

input[type="submit"]:hover {
    color: var(--basic-white);
    background: var(--basic-black);
    transition: all .4s ease;
}

textarea {
    min-width: 100%;
    max-width: 100%;
    height: 112px;
    min-height: 112px;
    max-height: 112px;
}

::-webkit-input-placeholder {color: var(--basic-black-input);}
::-moz-placeholder          {color: var(--basic-black-input);}
:-moz-placeholder           {color: var(--basic-black-input);}
:-ms-input-placeholder      {color: var(--basic-black-input);}

form + p {
    margin-top: 24px;
    text-align: right;
}

/*** ------------ end.form ------------ ***/



/*** ------------ wrap ------------ ***/

.wrap {
    position: relative;
    display: block;
    width: 100%;
}

.container {
    position: relative;
    display: block;
    max-width: 1336px;
    width: calc(100% - 64px);
    padding: 0 16px;
    margin: auto;
}

@media screen and (max-width:620px) {

    .container {
        width: 100%;
    }

}

/*** ------------ end.wrap ------------ ***/



/*** ------------ flex ------------ ***/

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.fd-column {
    flex-direction: column;
}

.fd-row-reverse {
    flex-direction: row-reverse;
}

.fd-column-reverse {
    flex-direction: column-reverse;
}

.jc-space-between {
    justify-content: space-between;
}

.ai-center {
    align-items: center;
}

.ai-baseline {
    align-items: baseline;
}

/*** ------------ end.flex ------------ ***/



/*** ------------ absolute-* ------------ ***/

.absolute-center,
.popup {
    position: absolute;
    left: 50%;
    z-index: 23;
}

.absolute-center,
.popup {
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

@media screen and (max-width:620px) {

}

/*** ------------ end.absolute-* ------------ ***/



/*** ------------ header ------------ ***/

header {
    position: relative;
    width: 100%;
    background: var(--basic-white);
    z-index: 100;
}

.home-page header {
    opacity: 0;
    transform: translateY(-32px);
    -webkit-transform: translateY(-32px);
    animation: showHeader 1.5s ease-in-out;
    animation-delay: 1.2s;
    animation-fill-mode: forwards;
}

@keyframes showHeader {
    100% {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}

@media screen and (max-width:620px) {

    header {
        position: relative;
        width: 100%;
        background: var(--basic-white);
        z-index: 100;
    }

    .home-page header {
        transform: translateY(-16px);
        -webkit-transform: translateY(-16px);
    }

}

/*** ------------ header__promo ------------ ***/

.header__promo {
    padding: 16px 0;
    background: var(--basic-gradient);
}

.header__promo .header-promo__title {
    position: relative;
    display: block;
    margin: 0 auto;
    padding-right: 20px;
    transition: all .4s ease;
}

.header__promo:hover .header-promo__title {
    padding-right: 28px;
    transition: all .4s ease;
}

.header__promo .header-promo__title:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 10px;
    height: 10px;
    background: url('/images/icons/icons__arrows/icon__arrow-more-white.svg') no-repeat center transparent;
    background-size: cover;
    z-index: 1;
}

@media screen and (max-width:620px) {

    .header__promo {
        padding: 12px 0;
    }

    .header__promo:hover .header-promo__title {
        padding-right: 20px;
    }

}

/*** ------------ header__contact ------------ ***/

.header__contact {
    padding: 16px 0;
    border-bottom: 1px solid var(--basic-grey-border);
}

.header__info {
    margin-right: auto;
}

.header__info * + *,
.header__phone * + * {
    margin-left: 32px;
}

@media screen and (max-width:620px) {

    .header__contact {
        padding: 12px 0;
    }

    .header__info {
        display: none;
    }

    .header__phone {
        margin: 0 0 0 auto;
    }

    .header__phone * + * {
        margin-left: 16px;
    }

}

/*** ------------ header__social ------------ ***/

.header__social {
    margin: 0 32px;
}

.header__social a {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    z-index: 12;
}

.header__social a:hover {
    opacity: .64;
}

.header__social a + a {
    margin-left: 8px;
}

.header-social__whatsapp {
    background: url('/images/icons/icons__social/icon__whatsapp.svg') no-repeat center transparent;
    background-size: cover;
}

.header-social__telegram {
    background: url('/images/icons/icons__social/icon__telegram.svg') no-repeat center transparent;
    background-size: cover;
}

@media screen and (max-width:620px) {

    .header__social {
        margin: 0;
    }

}

/*** ------------ header__main ------------ ***/

.header__main {
    padding: 32px 0;
}

.header-main__wrap {
    flex: 1;
    margin: 0 auto;
}

.header__shop-bag {
    position: relative;
    font-size: 12px;
    line-height: 40px;
    font-weight: 500;
    text-transform: uppercase;
}

.home-page .header__shop-bag {
    opacity: 0;
    animation: showMenu 0.6s ease-in-out forwards;
    animation-delay: 3.0s;
}

.header__shop-bag:hover {
    color: var(--basic-red);
}

* + .header__shop-bag {
    margin-left: 32px;
    padding-left: 32px;
    border-left: 1px solid var(--basic-grey-border);
}

.header__shop-bag * + span {
    margin-left: 8px;
}

@media screen and (max-width:620px) {

    .header__main {
        padding: 24px 0;
    }

    * + .header__shop-bag {
        margin-left: 24px;
        padding-left: 24px;
    }

    .home-page .header__shop-bag {
        animation-delay: 2.1s;
    }
}

/*** ------------ end.header ------------ ***/



/*** ------------ logo ------------ ***/

.logo {
    position: relative;
    z-index: 80;
}

.logo__parketneva {
    font: 300 20px/40px 'euclid-square';
    padding-left: 56px;
}

header .logo__parketneva + * {
    margin-left: 48px;
}

.logo__parketneva div + div {
    margin-left: 4px;
}

.logo__parketneva:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 40px;
    height: 40px;
    background: url('/images/logo/logo__parketneva.png') no-repeat center transparent;
    background-size: cover;
    z-index: 12;
}

@media screen and (max-width:620px) {

    header .logo__parketneva {
        width: 40px;
        height: 40px;
    }

    header .logo__parketneva div {
        display: none;
    }

    header .logo__parketneva + * {
        margin-left: auto;
    }

}

/*** ------------ end.logo ------------ ***/



/*** ------------ main__menu ------------ ***/

.main__menu {
    position: relative;
    z-index: 23;
}

.main-menu__title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

/*** ------------ header.main__menu ------------ ***/

header .main__menu {
    width: auto;
    margin-left: auto;
}

header .main__menu li {
    position: relative;
}

header .main__menu > li + li {
    margin-left: 32px;
}

header .main__menu > li > a {
    display: block;
    font-size: 12px;
    line-height: 40px;
    font-weight: 500;
    text-transform: uppercase;
}   /** основные пункты меню **/

header .main__menu > li > a:hover,
header .main__menu > li.active > a {
    color: var(--basic-red);
}   /** основные пункты меню **/

header .main__menu > li > a:before {
    content: '';
    position: absolute;
    bottom: calc(100% + 4px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    width: 16px;
    height: 16px;
    opacity: 0;
    z-index: 1;
    transition: all .4s ease;
}

header .main__menu > li > a:hover:before,
header .main__menu > li.active > a:before {
    bottom: 100%;
    opacity: 1;
    transition: all .4s ease;
}

header .main__menu > li:nth-child(1) > a:before,
.menu__wrap .main__menu > li:nth-child(1) > a:after {
    background: url('/images/icons/icons__menu/icon__menu-laminat.svg') no-repeat center transparent;
    background-size: cover;
}

header .main__menu > li:nth-child(2) > a:before,
.menu__wrap .main__menu > li:nth-child(2) > a:after {
    background: url('/images/icons/icons__menu/icon__menu-parket.svg') no-repeat center transparent;
    background-size: cover;
}

header .main__menu > li:nth-child(3) > a:before,
.menu__wrap .main__menu > li:nth-child(3) > a:after {
    background: url('/images/icons/icons__menu/icon__menu-vinyl.svg') no-repeat center transparent;
    background-size: cover;
}

header .main__menu > li:nth-child(4) > a:before,
.menu__wrap .main__menu > li:nth-child(4) > a:after {
    background: url('/images/icons/icons__menu/icon__menu-massive.svg') no-repeat center transparent;
    background-size: cover;
}

header .main__menu > li:nth-child(5) > a:before,
.menu__wrap .main__menu > li:nth-child(5) > a:after {
    background: url('/images/icons/icons__menu/icon__menu-cork.svg') no-repeat center transparent;
    background-size: cover;
}

header .main__menu > li:nth-child(6) > a:before,
.menu__wrap .main__menu > li:nth-child(6) > a:after {
    background: url('/images/icons/icons__menu/icon__menu-plintus.svg') no-repeat center transparent;
    background-size: cover;
}

header .main__menu > li:nth-child(7) > a:before,
.menu__wrap .main__menu > li:nth-child(7) > a:after {
    background: url('/images/icons/icons__menu/icon__menu-substrate.svg') no-repeat center transparent;
    background-size: cover;
}

header .main__menu > li > ul a {
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    padding: 12px 32px;
}   /** выпадающие пункты меню **/

header .main__menu > li > ul > li > a:hover,
header .main__menu > li > ul > li.active > a {
    padding-right: 16px;
    padding-left: 48px;
    color: var(--basic-red);
    background: var(--basic-grey-pale);
}

header .main__menu > li > ul > li.active > a {
    color: var(--basic-black);
}

header .main__menu > li > ul > li > a span {
    position: relative;
    z-index: 23;
}

header .main__menu > li > ul > li > a span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 8px;
    height: 8px;
    background: url('/images/icons/icons__arrows/icon__arrow-menu.svg') no-repeat center transparent;
    background-size: cover;
    z-index: 12;
    opacity: 0;
    transition: all .4s ease;
}

header .main__menu > li > ul > li > a:hover span:before {
    opacity: 1;
    transition: all .4s ease;
}

header .main__menu > li > ul > li.active > a span:before {
    background: url('/images/icons/icons__arrows/icon__arrow-menu-black.svg') no-repeat center transparent;
    background-size: cover;
    opacity: 1;
    transition: all .4s ease;
}

header .main__menu > li > ul > li > ul > li a:hover,
header .main__menu > li > ul > li > ul > li.active a {
    color: var(--basic-white);
    background: var(--basic-black);
}

header .main__menu > li > ul li {
    border-top: 1px solid var(--basic-grey-border);
}

header .main__menu > li > ul,
header .main__menu > li > ul > li > ul {
    position: absolute;
    display: block;
    width: 216px;
    border: 1px solid var(--basic-grey-border);
    border-top: 0;
    opacity: 0;
    pointer-events: none;
    transition: all .4s ease;
}

header .main__menu > li:hover > ul,
header .main__menu > li > ul > li:hover > ul {
    opacity: 1;
    pointer-events: auto;
    transition: all .4s ease;
}

header .main__menu > li > ul {
    top: calc(100% + 16px);
    left: -32px;
    background: var(--basic-white);
    z-index: 100;
}

header .main__menu > li:hover > ul {
    top: 100%;
}

header .main__menu > li > ul > li > ul {
    top: -1px;
    left: calc(100% - 16px);
    background: var(--basic-grey-pale);
    z-index: 80;
}

header .main__menu > li:nth-child(n+6) > ul > li > ul {
    left: calc(-100% - 16px);
}

header .main__menu > li > ul > li:hover > ul {
    left: 100%;
}

header .main__menu > li:nth-child(n+6) > ul > li:hover > ul {
    left: calc(-100% - 1px);
}

@media screen and (max-width:620px) {

    header .main__menu {
        display: none;
    }

}

/*** ------------ header.main__menu + animation ------------ ***/

.home-page header .main__menu > li {
    opacity: 0;
    animation: showMenu 0.6s ease-in-out forwards;
}

@keyframes showMenu {
    0% {    transform: translateY(-16px);    }
    100% {  opacity: 1; transform: translateY(0);   }
}

.home-page header .main__menu > li:nth-child(1) {
    animation-delay: 1.6s;
}

.home-page header .main__menu > li:nth-child(2) {
    animation-delay: 1.8s;
}

.home-page header .main__menu > li:nth-child(3) {
    animation-delay: 2.0s;
}

.home-page header .main__menu > li:nth-child(4) {
    animation-delay: 2.2s;
}

.home-page header .main__menu > li:nth-child(5) {
    animation-delay: 2.4s;
}

.home-page header .main__menu > li:nth-child(6) {
    animation-delay: 2.6s;
}

.home-page header .main__menu > li:nth-child(7) {
    animation-delay: 2.8s;
}

/*** ------------ .menu__wrap .main__menu ------------ ***/

.menu__wrap .main__menu {
    width: 100%;
    flex-direction: column;
}

.menu__wrap .main__menu li {
    position: relative;
    width: 100%;
    border-top: 1px solid var(--basic-grey-border);
}

.menu__wrap .main__menu li:last-child {
    border-bottom: 1px solid var(--basic-grey-border);
}

.menu__wrap .main__menu > li > a {
    width: 100%;
    display: block;
    padding: 0 5%;
    font-size: 18px;
    line-height: 56px;
    font-weight: 600;
    text-transform: uppercase;
}

.menu__wrap .main__menu > li.active > a,
.menu__wrap .main__menu > li > a:hover {
    color: var(--basic-white);
    background: var(--basic-green);
}

.menu__wrap .main__menu > li > a:before,
.menu__wrap .main__menu > li > a:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
}

.menu__wrap .main__menu > li > a:before {
    right: calc(5% - 8px);
    width: 32px;
    height: 32px;
    background: var(--basic-white);
    border-radius: 50%;
    z-index: 1;
}

.menu__wrap .main__menu > li > a:after {
    right: 5%;
    width: 16px;
    height: 16px;
    z-index: 10;
}

/*** ------------ end.main__menu ------------ ***/



/*** ------------ breadcrumb__wrap ------------ ***/

body:not(.home-page) header + .breadcrumb__wrap {
    border-top: 1px solid var(--basic-grey-border);
    padding-top: 16px;
}

body:not(.home-page) .breadcrumb__wrap + #content__wrap > .content:first-child {
    padding-top: 48px;
}

.breadcrumb__block {
    margin-top: -8px;
}

.breadcrumb__block > div {
    position: relative;
    padding-top: 8px;
}

.breadcrumb__block > div:not(:last-child) {
    margin-right: 8px;
}

.breadcrumb__block > div:not(:last-child):after {
    content: '';
    position: relative;
    display: inline-block;
    margin-left: 8px;
    width: 8px;
    height: 8px;
    opacity: .32;
    background: url('/images/icons/icons__arrows/icon__arrow-menu-black.svg') no-repeat center transparent;
    background-size: contain;
    z-index: 1;
}

.breadcrumb__block > div > a,
.breadcrumb__block > div:last-child {
    opacity: .32;
    transition: all .4s ease;
}

.breadcrumb__block > div:hover > a,
.breadcrumb__block > div:hover:last-child {
    opacity: 1;
    transition: all .4s ease;
}

/*** ------------ end.breadcrumb__wrap ------------ ***/



/*** ------------ wrapper ------------ ***/

#wrapper {
    position: relative;
    width: 100%;
    overflow-x: hidden;
    min-height: 100%;
}

#content__wrap {
    position: relative;
    width: 100%;
}

.home-page #content__wrap {
    opacity: 0;
    animation: showContent 1.2s ease-in-out forwards;
    animation-delay: 3.6s;
}

@keyframes showContent {
    0% {    transform: translateY(32px);    }
    100% {  opacity: 1; transform: translateY(0);   }
}

.content {
    padding-top: 64px;
    padding-bottom: 64px;
}

.__is-hidden {
    overflow: hidden;
}

.content__header-wrap {
    padding-bottom: 16px;
    border-bottom: 1px solid var(--basic-grey-border);
}

.content__header-wrap:not(:last-child) {
    margin-bottom: 32px;
}

.content__header-wrap .link__with-arrow + .link__with-arrow {
    margin-left: 48px;
}

.content__header-wrap .link__with-arrow + .link__with-arrow:hover {
    margin-left: 40px;
}

.header-wrap__title {
    margin: 0 32px 0 0;
}

.header-wrap__title + * {
    margin: 0 0 0 auto;
}

.border-top {
    border-top: 1px solid var(--basic-grey-border);
}

@media screen and (max-width:620px) {

    .content {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .content__header-wrap {
        flex-direction: column;
    }

    .content__header-wrap .link__with-arrow + .link__with-arrow {
        margin-left: 32px;
    }

    .content__header-wrap .link__with-arrow + .link__with-arrow:hover {
        margin-left: 24px;
    }

    .header-wrap__title {
        margin: 0 0 16px;
    }

    .header-wrap__title + * {
        margin: 0;
    }

    .home-page #content__wrap {
        animation-delay: 2.4s;
    }

}

/*** ------------ end.wrapper ------------ ***/



/*** ------------ answer__question ------------ ***/

.__have-question {
    position: relative;
    padding-right: 32px !important;
    cursor: pointer;
}

.__have-question:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 20px;
    height: 20px;
    background: url('/images/icons/icons__all/icon__info.svg') no-repeat center transparent;
    background-size: cover;
    opacity: .24;
    z-index: 12;
}

.answer__block {
    position: absolute;
    right: 0;
    bottom: calc(100% + 12px);
    display: block;
    width: 64%;
    min-width: 192px;
    max-width: 368px;
    height: auto;
    padding: 32px !important;
    background: var(--basic-white);
    box-shadow: 0 0 16px rgba(0,0,0,.2);
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    transition: all .4s ease;
}

.answer__block.__show {
    bottom: calc(100% + 4px);
    opacity: 1;
    pointer-events: auto;
    transition: all .4s ease;
}

/*** ------------ end.answer__question ------------ ***/



/*** ------------ shadow-effect ------------ ***/

.shadow-effect:before {
    content:' ';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: .64;
    z-index: 40;
    transition: all .4s ease;
}

.shadow-effect.shadow-effect__white:before {
    background: var(--basic-white);
}

.shadow-effect.shadow-effect__black:before {
    background: var(--basic-total-black);
}

.shadow-effect.shadow-effect__gradient:before {
    background:linear-gradient(180deg, rgba(0,0,0,0) 0%, var(--basic-black) 60%);
}

/*** ------------ end.shadow-effect ------------ ***/



/*** ------------ item-grid ------------ ***/

.item-grid {
    width: calc(100% + 32px);
    margin: -16px;
}

.item-grid > .item {
    padding: 16px;
}

.item-grid > a.item {
    border: 0;
}

.item-grid.item-grid-2 > .item {
    width: 50%;
}

.item-grid.item-grid-2 > .item.item-wide,
.item-grid.item-grid-3 > .item.item-extra {
    width: 100%;
}

.item-grid.item-grid-3 > .item {
    width: 33.333%;
}

.item-grid.item-grid-3 > .item.item-wide {
    width: 66.666%;
}

.item-grid.item-grid-4 > .item {
    width: 25%;
}

.item-grid.item-grid-4 > .item.item-extra {
    width: 75%;
}

.item-grid.item-grid-4 > .item.item-wide,
.item-grid.item-grid-3 > .item.item-50 {
    width: 50%;
}

.item-grid.item-grid-5 > .item {
    width: 20%;
}

.item-grid.item-grid-6 > .item {
    width: 16.666%;
}

.item-grid.item-grid-7 > .item {
    width: 14.28%;
}

.item-grid.item-grid-8 > .item {
    width: 12.5%;
}

@media screen and (max-width:620px) {

    .item-grid {
        width: 100%;
        margin: -16px auto;
    }

    .item-grid > .item {
        padding: 16px 0;
    }

    .item-grid.item-grid-2 > .item,
    .item-grid.item-grid-3 > .item,
    .item-grid.item-grid-4 > .item,
    .item-grid.item-grid-5 > .item,
    .item-grid.item-grid-6 > .item,
    .item-grid.item-grid-7 > .item,
    .item-grid.item-grid-8 > .item,
    .item-grid.item-grid-2 > .item.item-wide,
    .item-grid.item-grid-3 > .item.item-wide,
    .item-grid.item-grid-4 > .item.item-wide,
    .item-grid.item-grid-3 > .item.item-extra,
    .item-grid.item-grid-3 > .item.item-50	{
        width: 100%;
    }

}

/*** ------------ end.item-grid ------------ ***/



/*** ------------ hello__block ------------ ***/

#content__wrap > .hello__block:first-child {
    padding-top: 64px;
}

.hello-block__text {
    z-index: 80;
}

/*** ------------ end.hello__block ------------ ***/



/*** ------------ promo__block ------------ ***/

* + .promo__block {
    margin-top: 32px;
}

.promo__block + .promo__block {
    margin-top: 16px;
}

.promo-block__wrap {
    height: 424px;
    overflow: hidden;
}

.promo-block__wrap.__is-small {
    height: 256px;
}

.promo-block__img {
    height: 100%;
    background: var(--basic-grey-light);
}

.promo-block__img.promo-block__quick-step {
    background: #d42f7b;
}

.promo-block__time {
    position: absolute;
    top: 32px;
    left: 32px;
    display: inline-block;
    padding: 8px 16px;
    background: rgba(255,255,255,.16);
    border: 1px solid rgba(255,255,255,.48);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    z-index: 80;
}

.promo-block__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 32px;
    z-index: 80;
    transition: all .4s ease;
}

.promo-block__wrap:hover .promo-block__content {
    position: absolute;
    bottom: 48px;
    transition: all .4s ease;
}

.promo-block__content:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 100%;
    height: 48px;
    background: url('/images/icons/icons__arrows/icon__arrow-more-white.svg') no-repeat center var(--basic-black);
    background-size: 16px;
    z-index: 12;
}

.promo-block__quick-step + .promo-block__content:before {
    background-color: #004fa3;
}

* + .promo-block__subtitle {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,.24);
}

@media screen and (max-width:620px) {

    .promo-block__wrap {
        height: 392px;
    }

    .promo-block__wrap.__is-small {
        height: 240px;
    }

}

/*** ------------ end.promo__block ------------ ***/



/*** ------------ category__block ------------ ***/

* + .category__block {
    margin-top: 32px;
}

.category__block + .category__block {
    margin-top: 16px;
}

.category-block__wrap {
    height: 392px;
    overflow: hidden;
}

.category-block__img {
    height: 100%;
    background: var(--basic-grey-light);
}

.category-block__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 32px;
    z-index: 80;
    transition: all .4s ease;
    -webkit-backdrop-filter: blur(2.4px);
    backdrop-filter: blur(2.4px);
    background: rgba(0,0,0,.16);
}

* + .category-block__subtitle {
    margin-top: 16px;
    padding: 16px 48px 0 0;
    border-top: 1px solid rgba(255,255,255,.32);
}

.category-block__wrap:before {
    content: '';
    position: absolute;
    top: 0;
    right: -48px;
    display: block;
    width: 48px;
    height: 100%;
    background: url('/images/icons/icons__arrows/icon__arrow-more-white.svg') no-repeat center var(--basic-black);
    background-size: 16px;
    z-index: 100;
    transition: all .4s ease;
}

.category-block__wrap:hover:before {
    right: 0;
    transition: all .4s ease;
}

/*** ------------ end.category__block ------------ ***/



/*** ------------ idea__block ------------ ***/

* + .idea__block {
    margin-top: 32px;
}

.idea-block__wrap {
    height: 448px;
}

.idea-block__img {
    height: 100%;
    background: var(--basic-grey-light);
    overflow: hidden;
}

.idea-block__img.shadow-effect:before {
    opacity: 0;
    transition: all .4s ease;
}

.idea-block__wrap.__show .idea-block__img.shadow-effect:before {
    opacity: .48;
    transition: all .4s ease;
}

.idea-block__point,
.idea-block__point:before,
.idea-block__product {
    position: absolute;
}

.idea-block__point,
.idea-block__product {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 80;
}

.idea-block__point:before,
.idea-block__product {
    background: var(--basic-white);
    transition: all .4s ease;
}

.idea-block__point {
    bottom: 48px;
    width: 32px;
    height: 32px;
    background: var(--basic-grey-light);
    border-radius: 50%;
    cursor: pointer;
}

.idea-block__point:before {
    content: '';
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    z-index: 12;
}

.idea-block__point:hover:before {
    width: 20px;
    height: 20px;
    transition: all .4s ease;
}

.idea-block__product {
    bottom: 112px;
    max-width: 360px;
    width: 100%;
    height: auto;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
}

.idea-block__wrap.__show .idea-block__product {
    bottom: 96px;
    pointer-events: auto;
    opacity: 1;
}

.idea-block-product__img {
    position: relative;
    display: block;
    width: 128px;
    min-height: 128px;
    overflow: hidden;
}

.idea-block-product__content {
    position: relative;
    display: block;
    width: calc(100% - 128px);
    padding: 16px;
}

.idea-block__title {
    margin: 16px 0;
    padding: 16px 0;
    border-top: 1px solid var(--basic-grey-border);
    border-bottom: 1px solid var(--basic-grey-border);
    transition: all .4s ease;
}

.idea-block__product:hover .idea-block__title {
    color: var(--basic-blue);
    transition: all .4s ease;
}

.idea-block__old-price {
    position: relative;
    font-size: 16px;
    line-height: 16px;
    overflow: hidden;
}

.idea-block__old-price:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 1px;
    background: var(--basic-black);
    opacity: .64;
    z-index: 12;
}

.idea-block__old-price + .idea-block__main-price {
    margin-left: 8px;
    color: var(--basic-red);
}

.idea-block__main-price {
    font-size: 20px;
    line-height: 20px;
}

.idea-block__main-price span {
    margin-left: 4px;
}

@media screen and (max-width:620px) {

    .idea-block__wrap {
        height: 408px;
    }

    .idea-block__product {
        width: 92%;
    }

}

/*** ------------ end.idea__block ------------ ***/



/*** ------------ collections__block ------------ ***/

* + .collections__block {
    margin-top: 32px;
}

.collections__block ul li + li {
    margin-top: 12px;
}

.collections__block ul li span {
    position: relative;
    display: inline-block;
    width: 20px;
    margin-right: 16px;
}

.collections-block__img {
    height: 344px;
    overflow: hidden;
}

.collections-block__img.__is-small {
    height: 256px;
}

.collections-block__img + * {
    margin-top: 24px;
}

.collections-block__title {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid var(--basic-grey-border);
    transition: all .4s ease;
}

.collections__block a:hover .collections-block__title {
    color: var(--basic-blue);
    transition: all .4s ease;
}

@media screen and (max-width:620px) {

    .collections-block__img {
        height: 312px;
    }

    .collections-block__img.__is-small {
        height: 240px;
    }

}

/*** ------------ end.collections__block ------------ ***/



/*** ------------ icons__block ------------ ***/

* + .icons__block {
    margin-top: 32px;
}

.icons-block__img {
    position: relative;
    width: 128px;
    height: 128px;
    border: 1px solid rgba(255,255,255,.16);
}

.icons-block__img img {
    max-width: 32%;
    max-height: 25%;
}

* + .icons-block__content {
    margin-top: 32px;
}

/*** ------------ end.icons__block ------------ ***/



/*** ------------ about__block ------------ ***/
.item__map > .wrap {
    height: 100%;
}

* + .about__block {
    margin-top: 32px;
}

.bg__black.content + .bg__black.content {
    padding-top: 0;
    background: linear-gradient(180deg,var(--basic-black) 0,var(--basic-black) 57%,var(--basic-white) 0,var(--basic-white));
}

.map__wrap {
    min-height: 320px;
    height: 100%;
    background: transparent;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    overflow: hidden;
}

p + .map__wrap {
    margin-top: 48px;
    height: 320px;
}

@media screen and (max-width:620px) {

    .bg__black.content + .bg__black.content {
        background: linear-gradient(180deg,var(--basic-black) 0,var(--basic-black) 44%,var(--basic-white) 0,var(--basic-white));
    }

    .map__wrap {
        min-height: 256px;
        height: 256px;
    }

    p + .map__wrap {
        margin-top: 32px;
        height: 256px;
    }

}

/*** ------------ end.about__block ------------ ***/



/*** ------------ callback__block ------------ ***/

.callback__block h5 + p {
    margin-top: -24px;
}

/*** ------------ end.callback__block ------------ ***/



/*** ------------ brand-title__list ------------ ***/

* + .brand-title__list {
    margin-top: 32px;
}

.brand-title__list {
    width: calc(100% + 8px);
    margin: -4px;
}

.brand-title__list > .item {
    padding: 4px;
}

.brand-title__list > .item > a {
    height: 64px;
    border: 1px solid var(--basic-grey-border);
    overflow: hidden;
}

.brand-title__list > .item > a > div {
    position: relative;
    margin: auto;
    padding: 8px 16px;
    text-align: center;
    z-index: 12;
    transition: all .4s ease;
}

.brand-title__list > .item > a:hover > div {
    color: var(--basic-red);
    transition: all .4s ease;
}

.brand-title__list > .item > a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: var(--basic-grey-pale);
    transform: scalex(0);
    transform-origin: right;
    z-index: 1;
    transition: transform .4s cubic-bezier(.42,0,1,1);
}

.brand-title__list > .item > a:hover:before {
    transform: scalex(1);
    transform-origin: left;
    transition: transform .4s cubic-bezier(.42,0,1,1);
}

@media screen and (max-width:620px) {

    .brand-title__list {
        width: calc(100% + 8px) !important;
        margin: -4px !important;
    }

    .brand-title__list > .item {
        width: 50% !important;
        padding: 4px;
    }

}

/*** ------------ end.brand-title__list ------------ ***/



/*** ------------ product__block ------------ ***/

* + .product__block {
    margin-top: 32px;
}

.product__block.item-grid > .item {
    position: relative;
    z-index: 10;
}

.product__block.item-grid > .item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 0;
    background: var(--basic-grey-pale);
    z-index: 1;
    transition: all .64s ease;
}

.bg__grey-pale .product__block.item-grid > .item:before {
    background: var(--basic-white);
}

.product__block.item-grid > .item:hover:before {
    height: 100%;
    transition: all .64s ease;
}

.product-block__item {
    height: 100%;
    z-index: 23;
}

.product-block__img {
    height: 256px;
    background: var(--basic-grey-pale);
    overflow: hidden;
}

.product-block__content {
    height: fit-content;
    flex-grow: 1;
}

* + .product-block__content,
* + .product-block__title,
* + .product-block__price {
    margin-top: 16px;
}

.product-block__title {
    padding: 16px 0 0;
    border-top: 1px solid var(--basic-grey-border);
    transition: all .4s ease;
}

.product__block.item-grid > .item:hover .product-block__title {
    color: var(--basic-blue);
    transition: all .4s ease;
}

.product-block__description {
    padding-top: 16px;
    margin-top: auto;
}

.product-block__description .product-block__params + .product-block__params {
    margin-top: 2px;
}

.product-block__description .product-block__params div + div {
    margin-left: 8px;
}

.product-block__main-price {
    font-size: 32px;
    line-height: 32px;
    padding-top: 16px;
}

* + .product-block__price {
    border-top: 1px solid var(--basic-grey-border);
}

.product-block__old-price {
    position: relative;
    font-size: 20px;
    line-height: 20px;
    overflow: hidden;
}

.product-block__old-price:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 1px;
    background: var(--basic-black);
    opacity: .64;
    z-index: 12;
}

.product-block__old-price + .product-block__main-price {
    margin-left: 16px;
    color: var(--basic-red);
}

.product-block__stock {
    margin-top: 8px;
    color: var(--basic-green);
}

.product-block__button {
    position: absolute;
    top: 184px;
    left: 0;
    display: block;
    width: 100%;
    padding: 16px;
    margin: 0;
    text-align: center;
    color: var(--basic-white);
    background: var(--basic-blue);
    letter-spacing: 0 !important;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: all .64s ease;
    z-index: 100;
}

.product__block.item-grid > .item:hover .product-block__button {
    top: 208px;
    opacity: 1;
    pointer-events: auto;
    transition: all .64s ease;
}

.product-block__button:hover  {
    background: var(--basic-black);
}

/*** ------------ end.product__block ------------ ***/



/*** ------------ product-item__block ------------ ***/

* + .product-item__block {
    margin-top: 32px;
}

.product-item__block.item-grid-2 > .item:nth-child(1) {
    width: calc(50% + 96px);
}

.product-item__block.item-grid-2 > .item:nth-child(2) {
    width: calc(50% - 96px);
}

.product-item-block__gall {
    height: 100%;
}

.product-item-block__gall > div,
.product-item-block__preview ul li {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.product-item-block__preview {
    width: 80px;
}

.product-item-block__preview ul li {
    height: 80px;
    /*cursor: pointer;*/
}

.product-item-block__preview ul li + li {
    margin-top: 8px;
}

.product-item-block__img {
    position: relative;
    flex: 1;
    height: 100%;
    min-height: 480px;
    max-height: 624px;
}

* + .product-item-block__img {
    margin: 0 0 0 8px;
}

.product-item-block__content * + h1 {
    margin-top: 16px;
}

* + .product-item-block__price {
    margin-top: 32px;
}

.product-item-block__main-price {
    font-size: 48px;
    line-height: 48px;
}

* + .product-item-block__main-price {
    margin-left: 16px;
}

.product-item-block__old-price {
    position: relative;
    font-size: 24px;
    line-height: 24px;
    overflow: hidden;
}

.product-item-block__old-price:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 1px;
    background: var(--basic-black);
    opacity: .64;
    z-index: 12;
}

.product-item-block__old-price + .product-item-block__main-price {
    margin-left: 16px;
    color: var(--basic-red);
}

.product-item-block__content h1 {
    margin-bottom: 0;
}

* + .product-item-block__additionally,
.product-item-block__additionally + * {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--basic-grey-border);
}

.product-item-block__additionally div + div {
    margin: 0 0 0 auto;
    padding: 0 0 0 32px;
}

.product-item-block__stock {
    color: var(--basic-green);
}

* + .product-item-block__square {
    margin-top: 32px;
}

.product-item-block__square input {
    display: inline-block;
    max-width: 64px;
    text-align: center;
    margin: 0 4px 0 16px;
    padding: 4px 0 4px 10px;
    border: 1px solid var(--basic-grey-border);
    z-index: 12;
}

* + .product-item-block__buttons {
    margin-top: 32px;
}

.product-item-block__button {
    display: block;
    width: 64%;
    min-width: 264px;
    padding: 16px;
    margin: 0 auto 0 0;
    text-align: center;
    color: var(--basic-white);
    background: var(--basic-blue);
    letter-spacing: 0 !important;
    cursor: pointer;
    z-index: 10;
}

.product-item-block__button:hover  {
    background: var(--basic-black);
    color: #fff !important;
}

.product-item-block__button + a {
    margin-left: 32px;
}

@media screen and (max-width:620px) {

    .product-item__block.item-grid-2 > .item:nth-child(1),
    .product-item__block.item-grid-2 > .item:nth-child(2) {
        width: 100%;
    }

    .product-item-block__preview {
        width: 48px;
    }

    .product-item-block__preview ul li {
        height: 48px;
    }

    .product-item-block__preview ul li + li {
        margin-top: 4px;
    }

    .product-item-block__img {
        height: 100%;
        min-height: 288px;
        max-height: 288px;
    }

    * + .product-item-block__img {
        margin: 0 0 0 4px;
    }

    .product-item-block__content * + h1 {
        margin-top: 16px;
    }

    .product-item-block__button {
        flex-direction: column;
    }

    .product-item-block__button + a {
        margin: 16px 0 0 0;
    }

    .item-grid-2.product-item__block + .item-grid-3.product-item__block > .item:last-child {
        order: -1;
    }

}

/*** ------------ end.product-item__block ------------ ***/



/*** ------------ specifications__block ------------ ***/

.specifications__block {
    margin-top: 16px;
}

.specifications__block > .item {
    padding-top: 0;
}

.specifications-block__list {
    padding-bottom: 4px;
    border-bottom: 1px dashed var(--basic-grey-border);
}

.specifications-block__list div:first-child {
    font-weight: 500;
    opacity: .4;
}

.specifications-block__list div + div {
    margin-left: auto;
}

/*** ------------ end.specifications__block ------------ ***/



/*** ------------ delivery__block ------------ ***/

.delivery__block {
    position: fixed;
    top: 0;
    right: -110%;
    display: block;
    width: 100%;
    min-width: 296px;
    max-width: 480px;
    height: 100%;
    padding: 48px 8px 0 48px;
    background: var(--basic-white);
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    opacity: 1;
    pointer-events: none;
    transition: all .72s cubic-bezier(.42,0,1,1);
    z-index: 1001;
}

.delivery__block.__show {
    right: 0;
    pointer-events: auto;
    transition: all .64s ease;
}

.delivery__close {
    position: absolute;
    top: 48px;
    right: 48px;
    display: block;
    width: 32px;
    height: 32px;
    background: url('/images/icons/icons__all/icon__close.svg') no-repeat center transparent;
    background-size: 40%;
    border: 1px solid var(--basic-black);
    border-radius: 50%;
    cursor: pointer;
    z-index: 80;
    transition: all .32s ease;
}

.delivery__close:hover {
    opacity: .64;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all .32s ease;
}

.delivery__title {
    padding: 0 112px 32px 0;
}

.delivery__content {
    max-height: calc(100% - 60px);
    padding: 0 40px 48px 0;
    overflow-y: scroll;
}

.delivery__content::-webkit-scrollbar-thumb {
    background: var(--basic-grey-light);
}

.delivery__content table {
    border: 1px solid var(--basic-grey-border);
    text-align: center;
}

.delivery__content * + table {
    margin-top: 48px;
}

.delivery__content table td {
    padding: 16px 24px;
    width: 50%;
    display: inline-block;
}

.delivery__content table thead td {
    width: 100%;
}

.delivery__content table tbody,
.delivery__content table tbody tr + tr {
    border-top: 1px solid var(--basic-grey-border);
}

.delivery__content table tbody tr td + td {
    border-left: 1px solid var(--basic-grey-border);
}

.delivery__content table tbody tr td.d-flex {
    display: flex;
}

.delivery__content table tbody tr td.ai-center > * {
    margin: auto;
}

.delivery__content table + p {
    margin-top: 12px;
}

/*** ------------ end.delivery__block ------------ ***/



/*** ------------ popup ------------ ***/

.popup {
    position: fixed;
    display: none;
    z-index: 998;
}

#overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background: var(--basic-black);
    opacity: .32;
    z-index: 666;
}

.popup .close__button {
    position: absolute;
    top: 8px;
    right: 8px;
    display: block;
    width: 32px;
    height: 32px;
    background: url('/images/icons/icons__all/icon__close.svg') no-repeat center transparent;
    background-size: 40%;
    cursor: pointer;
    z-index: 80;
    transition: all .32s ease;
}

.popup .close__button:hover {
    opacity: .64;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all .32s ease;
}

/*** ------------ popup__promo ------------ ***/

.popup__promo {
    width: 100%;
    max-width: 720px;
    background: var(--basic-white);
    box-shadow: 0 0 20px rgba(0,0,0,.2);
}

.popup-promo__image {
    position: relative;
    display: block;
    width: 264px;
    min-height: 448px;
    overflow: hidden;
}

.popup-promo__content {
    position: relative;
    width: calc(100% - 264px);
    padding: 48px;
}

@media screen and (max-width:620px) {

    .popup__promo {
        flex-direction: column;
    }

    .popup-promo__image {
        display: none;
    }

    .popup-promo__content {
        width: 100%;
    }

}

/*** ------------ popup__bpc ------------ ***/

.popup__bpc {
    width: 100%;
    max-width: 480px;
    background: var(--basic-white);
    box-shadow: 0 0 20px rgba(0,0,0,.2);
}

.popup-bpc__content {
    padding: 48px;
}

.popup__bpc form {
    margin-top: 32px;
}

.popup__bpc .form-group + .form-group {
    margin-top: 16px;
}

.popup__bpc .form-group input,
.popup__bpc .form-group button {
    position: relative;
    display: inline-block;
    padding: 16px;
    font-size: 14px;
    line-height: 16px;
    height: auto !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.popup__bpc .form-group input {
    border: 1px solid var(--basic-grey-border);
}

.popup__bpc .form-group.has-error input {
    border-color: var(--basic-red);
}

.popup__bpc .form-group button {
    border: 0;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    min-width: 50%;
    color: var(--basic-white);
    background: var(--basic-blue);
    transition: all .4s ease;
}

.popup__bpc .form-group button:hover {
    color: var(--basic-white);
    background: var(--basic-black);
    transition: all .4s ease;
}

.popup__bpc .help-block {
    position: relative;
    padding-top: 8px;
    font-size: 10px;
    line-height: 12px;
    color: var(--basic-red);
    display: inline !important;
    margin-top: 0 !important;
}

/*** ------------ end.popup ------------ ***/



/*** ------------ footer ------------ ***/

footer {
    position: relative;
    width: 100%;
    background: var(--basic-white);
    border-top: 1px solid var(--basic-grey-border);
    z-index: 23;
}

footer > .wrap:first-child > .container > .wrap + .wrap {
    margin-top: 48px;
}

footer > .wrap.content:last-child {
    padding-top: 32px;
    padding-bottom: 32px;
    border-top: 1px solid var(--basic-grey-border);
}

footer > .wrap.content:last-child .wrap.d-flex > div + div {
    margin: 0 0 0 auto;
}

.footer__block p.text__extra-small.text__uppercase:first-child + * {
    margin-top: 24px;
}

.footer__block > .item:first-child > .wrap {
    padding-right: 48px;
}

.footer__menu li + li {
    margin-top: 12px;
}

@media screen and (max-width:620px) {

    footer > .wrap:first-child > .container > .wrap + .wrap {
        margin-top: 24px;
    }

    footer > .wrap.content:last-child .wrap.d-flex > div + div {
        margin: 16px 0 0;
    }

}

/*** ------------ footer__social ------------ ***/

* + .footer__social {
    margin-top: 32px;
}

.footer__social a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--basic-black);
    z-index: 12;
}

.footer__social a:hover {
    opacity: .4;
}

.footer__social a + a {
    margin-left: 8px;
}

.footer-social__whatsapp {
    background: url('/images/icons/icons__social/icon__whatsapp-black.svg') no-repeat center transparent;
    background-size: 45%;
}

.footer-social__telegram {
    background: url('/images/icons/icons__social/icon__telegram-black.svg') no-repeat center transparent;
    background-size: 45%;
}

/*** ------------ pay__icons ------------ ***/

footer .pay__icons li {
    width: calc(33.333% - 10.666px);
    padding: 4px 0;
    border: 1px solid var(--basic-grey-border);
}

footer .pay__icons li + li {
    margin-left: 16px;
}

footer .pay__icons img {
    max-width: 32%;
    margin: auto;
}

/*** ------------ end.footer ------------ ***/



/*** ------------ section ------------ ***/

section {
    position: fixed;
    bottom: -32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    padding: 4px;
    -webkit-backdrop-filter: blur(2.4px);
    backdrop-filter: blur(2.4px);
    background: rgba(25,26,27,.64);
    border-radius: 0px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 16%);
    border-radius: 32px;
    opacity: 0;
    pointer-events: none;
    z-index: 800;
    transition: all .4s ease;
}

section.section__scroll {
    bottom: 32px;
    opacity: 1;
    pointer-events: auto;
    transition: all .4s ease;
}

section > * + * {
    margin-left: 4px;
}

section > *:first-child,
section > .section__menu:first-child > .section-menu__title {
    border-radius: 32px 0 0 32px;
}

section > *:last-child {
    border-radius: 0 32px 32px 0;
}

@media screen and (max-width:620px) {

    section,
    section *.d-flex {
        flex-wrap: nowrap !important;
    }

}

/*** ------------ section .logo__parketneva ------------ ***/

section .logo__parketneva {
    font: 300 0/0 'euclid-square';
    width: 48px;
    height: 48px;
    padding-left: 0;
    overflow: hidden;
}

section .logo__parketneva:before {
    width: 100%;
    height: 100%;
    background: url('/images/logo/logo__parketneva_white-bg.png') no-repeat center var(--basic-white);
    background-size: 32px;
}

/*** ------------ section__shop-bag ------------ ***/

.section__shop-bag {
    position: relative;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 16px;
    color: var(--basic-white);
    background: var(--basic-green);
}

.section__shop-bag:hover {
    opacity: .64;
}

.section__shop-bag * + span {
    margin-left: 8px;
}

/*** ------------ section__menu ------------ ***/

.section__menu {
    position: relative;
    display: block;
}

.section__menu .section-menu__title {
    position: relative;
    height: 100%;
    padding: 16px;
    /*background: var(--basic-black);*/
    color: var(--basic-white);
    cursor: pointer;
}

.section__menu .section-menu__icons {
    position: relative;
    display: block;
    width: 12px;
    height: 100%;
    margin: 0 0 0 12px;
}

.section__menu .section-menu__icons > div {
    position: absolute;
    width: 100%;
    height: .75px;
    background: var(--basic-white);
    z-index: 1;
    transition: all .24s ease;
}

.section__menu .section-menu__icons > div:nth-child(1) {
    top: -4px;
}

.section__menu .section-menu__icons > div:nth-child(3) {
    top: 4px;
}

.section__menu .section-menu__icons.__close > div {
    top: 0;
    transition: all .24s ease;
}

.section__menu .section-menu__icons.__close > div:nth-child(1) {
    transform: rotate(45deg);
}

.section__menu .section-menu__icons.__close > div:nth-child(2) {
    opacity: 0;
}

.section__menu .section-menu__icons.__close > div:nth-child(3) {
    transform: rotate(-45deg);
}

.section__menu .section-menu__nav {
    position: absolute;
    bottom: calc(100% - 8px);
    left: -4px;
    min-width: 368px;
    height: auto;
    padding: 32px;
    -webkit-backdrop-filter: blur(2.4px);
    backdrop-filter: blur(2.4px);
    background: rgba(25,26,27,.8);
    opacity: 0;
    pointer-events: none;
    z-index: 12;
    transition: all .4s ease;
}

.section-menu__nav.__show {
    bottom: calc(100% + 8px);
    opacity: 1;
    pointer-events: auto;
    transition: all .4s ease;
}

.section__menu .section-menu__nav:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: block;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    background: var(--basic-black);
    z-index: 1;
}

.section__menu .section-menu__nav > ul {
    position: relative;
    width: calc(50% - 16px);
    padding-left: 16px;
    background-image: linear-gradient(to bottom, var(--basic-grey) 0 10%, var(--basic-black) 10%);
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 1px 4px;
    z-index: 12;
}

.section__menu .section-menu__nav > ul + ul {
    margin-left: 32px;
}

.section__menu .section-menu__nav > ul > li:first-child span {
    color: var(--basic-grey);
    display: block;
    line-height: 16px;
}

.section__menu .section-menu__nav > ul > li + li {
    margin-top: 12px;
}

.section__menu .section-menu__nav > ul > li > a {
    color: var(--basic-white);
    white-space: nowrap;
}

.section__menu .section-menu__nav > ul > li > a:hover {
    color: var(--basic-green);
}

.section__menu .section-menu__nav > ul > li > a:before {
    content: '';
    position: absolute;
    top: -4px;
    left: -16px;
    display: block;
    width: 1px;
    height: 0;
    background: var(--basic-green);
    transition: all .4s ease;
}

.section__menu .section-menu__nav > ul > li > a:hover:before {
    height: calc(100% + 8px);
    transition: all .4s ease;
}

@media screen and (max-width:620px) {

    .section__menu .section-menu__nav {
        left: -22px;
        min-width: 240px;
        padding: 24px;
    }

    .section__menu .section-menu__nav > ul {
        border-left: 1px dashed var(--basic-grey);
        background-image: none;
        z-index: 12;
    }

    .section__menu .section-menu__nav > ul + ul {
        margin-left: 32px;
    }

    .section__menu .section-menu__nav > ul > li:first-child span {
        color: var(--basic-grey);
        display: block;
        line-height: 16px;
    }

    .section__menu .section-menu__nav > ul > li + li {
        margin-top: 12px;
    }

    .section__menu .section-menu__nav > ul > li > a {
        color: var(--basic-white);
        white-space: nowrap;
    }

    .section__menu .section-menu__nav > ul > li > a:hover {
        color: var(--basic-green);
    }

    .section__menu .section-menu__nav > ul > li > a:before {
        content: '';
        position: absolute;
        top: -4px;
        left: -16px;
        display: block;
        width: 1px;
        height: 0;
        background: var(--basic-green);
        transition: all .4s ease;
    }

    .section__menu .section-menu__nav > ul > li > a:hover:before {
        height: calc(100% + 8px);
        transition: all .4s ease;
    }

}

/*** ------------ section__phone ------------ ***/

.section__phone {
    position: relative;
    padding: 8px 16px;
}

.section__phone::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 1px;
    height: calc(100% - 8px);
    background: var(--basic-white);
    opacity: .32;
    z-index: 12;
}

.section__phone a {
    color: var(--basic-white);
}

/*** ------------ end.section ------------ ***/



/*** ------------ bg ------------ ***/

.bg__grey-pale {
    background: var(--basic-grey-pale);
}

.bg__black {
    background: var(--basic-black);
}

/*** ------------ end.bg ------------ ***/



/*** ------------ loader__area ------------ ***/

.loader__area {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 900;
    animation: loaderAreaHide 0.2s linear;
    animation-fill-mode: forwards;
    animation-delay: 1.6s;
}

body:not(.home-page) .loader__area {
    display: none !important;
}

@keyframes loaderAreaHide {
    to {
        opacity: 0;
        z-index: -1;
        pointer-events: none;
    }
}

.loader__area > div {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: var(--basic-black);
    animation: loaderArea 1s cubic-bezier(0.215,0.610,0.355,1);
    animation-fill-mode: forwards;
}

@keyframes loaderArea {
    to {    height: 0;    }
}

.loader__area > div:nth-child(1) {
    top: 0;
}

.loader__area > div:nth-child(2) {
    top: 10%;
    animation-delay: 0.1s;
}

.loader__area > div:nth-child(3) {
    top: 20%;
    animation-delay: 0.3s;
}

.loader__area > div:nth-child(4) {
    top: 30%;
    animation-delay: 0.2s;
}

.loader__area > div:nth-child(5) {
    top: 40%;
    animation-delay: 0.4s;
}

.loader__area > div:nth-child(6) {
    top: 50%;
    animation-delay: 0.5s;
}

.loader__area > div:nth-child(7) {
    top: 60%;
    animation-delay: 0.6s;
}

.loader__area > div:nth-child(8) {
    top: 70%;
    animation-delay: 0.7s;
}

.loader__area > div:nth-child(9) {
    top: 80%;
    animation-delay: 0.8s;
}

.loader__area > div:nth-child(10) {
    top: 90%;
    animation-delay: 0.9s;
}

/*** ------------ end.loader__area ------------ ***/



/*** ------------ menu__wrap ------------ ***/

.header__menubutton {
    display: none !important;
}

@media screen and (max-width:620px) {

    .header__menubutton {
        display: block !important;
        margin: 0 0 0 auto !important;
    }

}

.menubutton {
    position: relative;
    height: 100%;
    cursor: pointer;
}

.home-page .header__menubutton {
    opacity: 0;
    animation: showMenu 0.6s ease-in-out forwards;
    animation-delay: 1.8s;
}

* + .menubutton {
    margin-left: auto;
}

.icon__menu {
    position: relative;
    display: block;
    width: 32px;
    height: 1.5px;
    background: var(--basic-black);
    z-index: 12;
    transition: all .4s ease;
}

.icon__menu + .icon__menu {
    margin-top: 4.5px;
}

.menu__wrap {
    position: fixed;
    display: block;
    top: 0;
    right: 0;
    z-index: 1001;
    width: 100%;
    height: 100%;
    min-height: auto;
    background: var(--basic-white);
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    -webkit-transition: -webkit-transform 1s;
    transition: transform 1s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    overflow: hidden;
}

.menu__wrap:before {
    content: '';
    position: absolute;
    bottom: -64px;
    right: -64px;
    display: block;
    width: 192px;
    height: 192px;
    background: url('/images/logo/logo__parketneva.png') no-repeat center transparent;
    background-size: cover;
    z-index: 1;
    opacity: .08;
    pointer-events: none;
}

.menu__wrap::-webkit-scrollbar {
    width: 0;
}

.show-menu .menu__wrap {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform 1s;
    transition: transform 1s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.menu__wrap > .wrap {
    height: 100%;
}

.menu-wrap__container {
    padding: 64px 0 16px;
}

.menu-wrap__container + * {
    margin-top: auto;
    padding: 0 5% 16px;
}

.menu__wrap .close__button {
    position: absolute;
    top: 0;
    right: 0;
    width: 64px;
    height: 64px;
    padding: 0;
    font: 300 0/0 'manrope';
    border: none;
    background: transparent;
    transition: all .4s ease;
    z-index: 100;
}

.menu__wrap .close__button:before,
.menu__wrap .close__button:after {
    content: '';
    position: absolute;
    width: 1.5px;
    height: 24px;
    top: 32%;
    left: 50%;
    background: var(--basic-black);
}

.menu__wrap .close__button:before,
.menu__wrap .close__button:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .4s ease;
}

.menu__wrap .close__button:after,
.menu__wrap .close__button:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .4s ease;
}

.menu__wrap .close__button:hover:before,
.menu__wrap .close__button:hover:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: all .4s ease;
}

.menu__wrap .close__button:hover:after,
.menu__wrap .close__button:hover:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    transition: all .4s ease;
}

.menu__wrap .main__menu li > ul {
    display: none !important;
}

/*** ------------ end.menu__wrap ------------ ***/


body > img.img__wrap.absolute-center:last-child {
    display: none !important;
}

header .main__menu > li > ul > li > a span.pull-right-container {
    display: none !important;
}


/*** ------------ cart__wrap ------------ ***/

.cart__wrap {
    max-width: 640px;
}

.cart__wrap .list-view > div + div {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--basic-grey-border)
}

* + .cart-item__block {
    margin-top: 32px;
}

.cart-item__block > .item {
    position: relative;
    display: block;
}

.cart-item__block .item .img {
    position: relative;
    display: block;
    width: 96px;
    height: 96px;
    overflow: hidden;
}

.cart-item__block .item .img img {
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.item__cart-product {
    width: calc(100% - 192px);
}

.item__cart-product > * {
    padding: 8px 32px;
}

.item__cart-count {
    width: 96px;
}

.item__cart-count input {
    position: relative;
    display: inline-block;
    max-width: 80px;
    padding: 8px 16px !important;
    border: 1px solid var(--basic-grey-border) !important;
}

.item__cart-count button.delete-from-cart {
    position: relative;
    display: inline-block;
    width: 8px;
    text-align: center;
    font-size: 12px;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
}

.item__cart-count * + button.delete-from-cart {
    margin-left: 8px;
}

/*** ------------ cart-form ------------ ***/

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

.cart-form form {
    margin-top: 32px;
}

.cart-form .form-group + .form-group {
    margin-top: 16px;
}

.cart-form .form-group input,
.cart-form .form-group textarea,
.cart-form .form-group button {
    position: relative;
    display: inline-block;
    padding: 16px;
    font-size: 14px;
    line-height: 16px;
    height: auto !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.cart-form .form-group input,
.cart-form .form-group textarea {
    border: 1px solid var(--basic-grey-border);
}

.cart-form .form-group.has-error input {
    border-color: var(--basic-red);
}

.cart-form .form-group button {
    border: 0;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    min-width: 33%;
    color: var(--basic-white);
    background: var(--basic-blue);
    transition: all .4s ease;
}

.cart-form .form-group button.clear-cart {
    color: var(--basic-black);
    background: var(--basic-grey-border);
}

.cart-form .form-group button:hover {
    color: var(--basic-white);
    background: var(--basic-black);
    transition: all .4s ease;
}

.cart-form .help-block {
    position: relative;
    padding-top: 8px;
    font-size: 10px;
    line-height: 12px;
    color: var(--basic-red);
    display: inline !important;
    margin-top: 0 !important;
}

.cart-form {margin-top: 48px;}

/*** ------------ end.cart-item__block ------------ ***/


/*** ------------ cookie ------------ ***/

#cookie_note {
    display: none;
    position: fixed;
    bottom: 24px;
    right: 24px;
    max-width: 400px;
    width: 90%;
    padding: 24px;
    background: #e9e9e9;
    box-shadow: 0 8px 12px rgb(0 0 0 / 5%);
    z-index: 600;
}

#cookie_note.show {
    display: flex;
    align-items: center;
}

#cookie_note p {
    padding-right: 16px;
}

/*** ------------ end.cookie ------------ ***/

/***
Заменить стили для header__info
***/

.header__info {
    margin-right: auto;
}

/***
Заменить стили для header__social a
***/

.header__social a {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    z-index: 12;
}

/***
Заменить стили для header__phone внутри медиазапросов
***/

@media screen and (max-width:620px) {

    .header__phone {
        font-size: 14px;
        margin: 0 0 0 auto;
    }

}

/***
Заменить стили для section__phone внутри медиазапросов (замена "display: none" на новый стиль)
***/

@media screen and (max-width:620px) {

    .section__phone {
        white-space: nowrap;
    }

}

/***
Добавить новые стили
***/

@media screen and (max-width:620px) {

    .section__menu .section-menu__icons {
        margin: 0 0 0 4px;
    }

}

/***
Добавить новые стили
***/

@media screen and (max-width:620px) {

    .section-menu__title > .text__uppercase {
        display: none;
    }

}

/***
Добавить новые стили
***/

/*** ------------ fixed__button ------------ ***/

.fixed__button {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 345;
}

.fixed-button__link {
    position: relative;
    display: block;
    width: 56px;
    height: 56px;
    background: url('/images/icons/icons__social/icon__whatsapp.svg') no-repeat center transparent;
    background-size: cover;
    border-radius: 50%;
    z-index: 12;
}

.fixed-button__link::after,
.fixed-button__link::before {
    content: '';
    position: absolute;
    border: 2px solid #A0D234;
    inset: -16px;
    opacity: 0;
    border-radius: 50%;
    animation: pulse 2.5s linear infinite;
}

.fixed-button__link::after {
    animation-delay: 1.25s;
}

@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.fixed-button__title {
    position: absolute;
    top: calc(100% + 16px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    padding: 4px 8px;
    background: var(--basic-grey-pale);
    border-radius: 0;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    transition: var(--transition);
}

.fixed__button:hover .fixed-button__title {
    top: calc(100% + 4px);
    opacity: 1;
    transition: var(--transition);
}

@media screen and (max-width: 920px) {

    .fixed__button {
        bottom: 120px;
        right: 16px;
    }

    .fixed-button__title {
        display: none;
    }

}

/*** ------------ end.fixed__button ------------ ***/

* + .header__phone.text__big {
    margin-top: 0 !important;
}


.bb8 {
    padding: 8px;
}