3b77ca
@charset "UTF-8";

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


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


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

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

#topcontrol {
    right: unset !important;
    bottom: 3rem !important;
    left: 3rem !important;
}

.header-bottom__search {
    border-bottom: 1px solid #3b77ca;
    height: 100%;
    width: 250px;
}

.header-bottom__search-input {
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
}

@media (max-width: 1024px) {
    .header-bottom__search {
        border-bottom: unset;
        height: unset;
    }
    .header-bottom__search-input {
        display: none;
    }
}

.text-section__content-wrapper img {
    max-width: 100%;
    height: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.text-section__content-wrapper table {
    width: 100% !important;
}

.menu-block__menu-item-sub-sub-sub-list {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    max-width: 240px;
    z-index: 10;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 12%);
    box-shadow: 0 0 10px rgb(0 0 0 / 12%);
}

.menu-block__menu-item_nested-nested-nested {
    position: relative;
}

.search-bar__seach-btn {
    position: absolute;
    content: ' ';
    background-image: url(../img/_main-page/search-window/search-icon.svg);
    background-repeat: no-repeat;
    width: 34px;
    height: 35.5px;
    top: 50%;
    left: 0;
    font-size: 16px;
    line-height: 0;
    margin-left: 32px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

@media (max-width: 1024px) {
    .menu-block__menu-item-sub-sub-sub-list {
        position: static;
        -webkit-box-shadow: none;
        box-shadow: none;
        height: 0px;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
    }
}


/* 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 {
    margin: 0;
    padding: 0;
}


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


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

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


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

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


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


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

a {
    background-color: transparent;
}


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

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


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

b,
strong {
    font-weight: bolder;
}


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

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


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

small {
    font-size: 80%;
}


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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


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


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

img {
    border-style: none;
}


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


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

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


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

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


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

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


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

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


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

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

.about-us-section__text-block ul {
    list-style: disc !important;
}

.about-us-section__text-block a {
    text-decoration: underline !important;
}


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

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


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

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


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

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


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

progress {
    vertical-align: baseline;
}


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

textarea {
    overflow: auto;
}


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

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


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

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


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

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


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

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


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

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


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


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

details {
    display: block;
}


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

summary {
    display: list-item;
}


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


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

template {
    display: none;
}


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

[hidden] {
    display: none;
}

@font-face {
    font-family: 'Circe';
    src: url("../fonts/Circe-Regular.woff");
    src: local("../fonts/Circe-Regular.woff"), local("../fonts/Circe-Regular.woff"), url("../fonts/Circe-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Circe-Regular.woff") format("woff"), url("../fonts/Circe-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url("../fonts/Circe-Bold.woff");
    src: local("../fonts/Circe-Bold.woff"), local("../fonts/Circe-Regular.woff"), url("../fonts/Circe-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Circe-Bold.woff") format("woff"), url("../fonts/Circe-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}


/* #3b77ca; */


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */


/*
 *  Owl Carousel - Core
 */

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}


/* No Js */

.no-js .owl-carousel {
    display: block;
}


/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}


/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item {
    /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}


/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    -o-transition: transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.simplebar-content:after,
.simplebar-content:before {
    content: ' ';
    display: table;
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: '';
    background: #000;
    border-radius: 7px;
    left: 2px;
    right: 2px;
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: .5;
    -webkit-transition: opacity 0s linear;
    -o-transition: opacity 0s linear;
    transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}


/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */


/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/


/*
	
	1. Buttons

 */


/* <button> css reset */

.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: 0.75;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1;
}

.pswp__button:active {
    outline: none;
    opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0;
}


/* pswp__ui--over-close class it added when mouse is over element that should close gallery */

.pswp__ui--over-close .pswp__button--close {
    opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(../img/libs/photoswipe-default-skin/default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px;
}

.pswp__button--close {
    background-position: 0 -44px;
}

.pswp__button--share {
    background-position: -44px -44px;
}

.pswp__button--fs {
    display: none;
}

.pswp--supports-fs .pswp__button--fs {
    display: block;
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0;
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0;
}


/* no arrows on touch screens */

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden;
}


/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute;
}

.pswp__button--arrow--left {
    left: 0;
}

.pswp__button--arrow--right {
    right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: rgba(0, 0, 0, 0.3);
    height: 30px;
    width: 32px;
    position: absolute;
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px;
}


/*

	2. Share modal/popup and links

 */

.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}

.pswp__share-modal--hidden {
    display: none;
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #FFF;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    -o-transition: transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
    -webkit-backface-visibility: hidden;
    will-change: transform;
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
}

.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000;
}

.pswp__share-tooltip a:first-child {
    /* round corners on the first/last list item */
    border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
    opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}


/* increase size of share links on touch devices */

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px;
}

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #FFF;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}

a.pswp__share--facebook:hover {
    background: #3E5C9A;
    color: #FFF;
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
    background: #55ACEE;
    color: #FFF;
}

a.pswp__share--pinterest:hover {
    background: #CCC;
    color: #CE272D;
}

a.pswp__share--download:hover {
    background: #DDD;
}


/*

	3. Index indicator ("1 of X" counter)

 */

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #FFF;
    opacity: 0.75;
    padding: 0 10px;
}


/*
	
	4. Caption

 */

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px;
}

.pswp__caption small {
    font-size: 11px;
    color: #BBB;
}

.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #CCC;
}

.pswp__caption--empty {
    display: none;
}


/* Fake caption element, used to calculate height of next/prev image */

.pswp__caption--fake {
    visibility: hidden;
}


/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
    direction: ltr;
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px;
}

.pswp__preloader--active {
    opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(../img/libs/photoswipe-default-skin/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
    animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: 0.75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
    /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #FFF;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0;
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}


/*
	
	6. Additional styles

 */


/* root element of UI */

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550;
}


/* top black bar with buttons and "1 of X" indicator */

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}


/* pswp--has_mouse class is added only when two subsequent mousemove events occur */

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
    background-color: rgba(0, 0, 0, 0.5);
}


/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
    background-color: rgba(0, 0, 0, 0.3);
}


/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */

.pswp__ui--idle .pswp__top-bar {
    opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0;
}


/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
    /* Force paint & create composition layer for controls. */
    opacity: 0.001;
}


/* pswp__ui--one-slide class is added when there is just one item in gallery */

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none;
}

.pswp__element--disabled {
    display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
    background: none;
}


/*for photoswipe*/


/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */


/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/


/* pswp = photoswipe */

.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 25000;
    -webkit-text-size-adjust: 100%;
    /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
    -webkit-backface-visibility: hidden;
    outline: none;
}

.pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pswp img {
    max-width: none;
}


/* style is added when JS option showHideOpacity is set to true */

.pswp--animate_opacity {
    /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
    opacity: 0.001;
    will-change: opacity;
    /* for open/close transition */
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
    display: block;
}

.pswp--zoom-allowed .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.pswp--dragging .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}


/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


/* Prevent selection and tap highlights */

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    /* for open/close transition */
    -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    -o-transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
    will-change: opacity;
    /* for open/close transition */
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden;
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
}


/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden;
}


/*
	div element that matches size of large image
	large image loads on top of it
*/

.pswp__img--placeholder--blank {
    background: #222;
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0;
}


/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #CCC;
}

.pswp__error-msg a {
    color: #CCC;
    text-decoration: underline;
}

.slides {
    width: 100%;
    height: 2px;
    background: #c5c5c5;
    position: relative;
}

.bar-price {
    background: #3b77ca;
    position: absolute;
    height: 100%;
}

.slides .bar-price .lp,
.slides .bar-price .rp {
    cursor: pointer;
    background: #3b77ca;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
    width: 8px;
    height: 8px;
    border-radius: 100%;
    position: absolute;
    line-height: 400%;
    color: white;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slides .bar-price .lp {
    left: 0px;
    top: -3px;
}

.slides .bar-price .rp {
    left: 100%;
    top: -3px;
}


/*for custom input type=range*/


/**
 * EasyZoom core styles
 */

.easyzoom {
    position: relative;
    /* 'Shrink-wrap' the element */
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.easyzoom img {
    vertical-align: bottom;
}

.easyzoom.is-loading img {
    cursor: progress;
}

.easyzoom.is-ready img {
    cursor: crosshair;
}

.easyzoom.is-error img {
    cursor: not-allowed;
}

.easyzoom-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 150;
    width: 10em;
    margin: -1em 0 0 -5em;
    line-height: 2em;
    text-align: center;
    background: #FFF;
    -webkit-box-shadow: 0 0 10px #888;
    box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
    position: absolute;
    z-index: 100;
    overflow: hidden;
    background: #FFF;
}


/**
 * EasyZoom layout variations
 */

.easyzoom--overlay .easyzoom-flyout {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    margin-left: 20px;
}


/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/

.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    font-family: Arial, sans-serif;
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important;
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0;
}

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0;
}

.irs-handle {
    position: absolute;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;
    z-index: 1;
}

.irs-handle.type_last {
    z-index: 2;
}

.irs-min,
.irs-max {
    position: absolute;
    display: block;
    cursor: default;
}

.irs-min {
    left: 0;
}

.irs-max {
    right: 0;
}

.irs-from,
.irs-to,
.irs-single {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap;
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}

.irs-with-grid .irs-grid {
    display: block;
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000;
}

.irs-grid-pol.small {
    height: 4px;
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000;
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: rgba(0, 0, 0, 0);
    z-index: 2;
}

.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed;
}

.irs-disabled {
    opacity: .4;
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

.irs--flat {
    height: 40px;
}

.irs--flat.irs-with-grid {
    height: 60px;
}

.irs--flat .irs-line {
    top: 25px;
    height: 12px;
    background-color: #e1e4e9;
    border-radius: 4px;
}

.irs--flat .irs-bar {
    top: 25px;
    height: 12px;
    background-color: #ed5565;
}

.irs--flat .irs-bar--single {
    border-radius: 4px 0 0 4px;
}

.irs--flat .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: #e1e4e9;
}

.irs--flat .irs-handle {
    top: 22px;
    width: 16px;
    height: 18px;
    background-color: transparent;
}

.irs--flat .irs-handle>i:first-child {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background-color: #da4453;
}

.irs--flat .irs-handle.state_hover>i:first-child,
.irs--flat .irs-handle:hover>i:first-child {
    background-color: #a43540;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
    top: 0;
    padding: 1px 3px;
    color: #999;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    background-color: #e1e4e9;
    border-radius: 4px;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    color: white;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #ed5565;
    border-radius: 4px;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #ed5565;
}

.irs--flat .irs-grid-pol {
    background-color: #e1e4e9;
}

.irs--flat .irs-grid-text {
    color: #999;
}

.irs--big {
    height: 55px;
}

.irs--big.irs-with-grid {
    height: 70px;
}

.irs--big .irs-line {
    top: 33px;
    height: 12px;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-50%, #ddd), color-stop(150%, white));
    background: -o-linear-gradient(top, #ddd -50%, white 150%);
    background: linear-gradient(to bottom, #ddd -50%, white 150%);
    border: 1px solid #ccc;
    border-radius: 12px;
}

.irs--big .irs-bar {
    top: 33px;
    height: 12px;
    background-color: #92bce0;
    border: 1px solid #428bca;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #428bca), to(#b9d4ec));
    background: -o-linear-gradient(top, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
    -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}

.irs--big .irs-bar--single {
    border-radius: 12px 0 0 12px;
}

.irs--big .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: rgba(66, 139, 202, 0.5);
}

.irs--big .irs-handle {
    top: 25px;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background-color: #cbcfd5;
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #B4B9BE), to(white));
    background: -o-linear-gradient(top, white 0%, #B4B9BE 30%, white 100%);
    background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
    border-radius: 30px;
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
    border-color: rgba(0, 0, 0, 0.45);
    background-color: #939ba7;
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #919BA5), to(white));
    background: -o-linear-gradient(top, white 0%, #919BA5 30%, white 100%);
    background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}

.irs--big .irs-min,
.irs--big .irs-max {
    top: 0;
    padding: 1px 5px;
    color: white;
    text-shadow: none;
    background-color: #9f9f9f;
    border-radius: 3px;
}

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
    color: white;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #428bca;
    background: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
    background: -o-linear-gradient(top, #428bca 0%, #3071a9 100%);
    background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
    border-radius: 3px;
}

.irs--big .irs-grid-pol {
    background-color: #428bca;
}

.irs--big .irs-grid-text {
    color: #428bca;
}

.irs--modern {
    height: 55px;
}

.irs--modern.irs-with-grid {
    height: 55px;
}

.irs--modern .irs-line {
    top: 25px;
    height: 5px;
    background-color: #d1d6e0;
    background: -webkit-gradient(linear, left top, left bottom, from(#e0e4ea), to(#d1d6e0));
    background: -o-linear-gradient(top, #e0e4ea 0%, #d1d6e0 100%);
    background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
    border: 1px solid #a3adc1;
    border-bottom-width: 0;
    border-radius: 5px;
}

.irs--modern .irs-bar {
    top: 25px;
    height: 5px;
    background: #20b426;
    background: -webkit-gradient(linear, left top, left bottom, from(#20b426), to(#18891d));
    background: -o-linear-gradient(top, #20b426 0%, #18891d 100%);
    background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}

.irs--modern .irs-bar--single {
    border-radius: 5px 0 0 5px;
}

.irs--modern .irs-shadow {
    height: 1px;
    bottom: 21px;
    background-color: rgba(209, 214, 224, 0.5);
}

.irs--modern .irs-handle {
    top: 37px;
    width: 12px;
    height: 13px;
    border: 1px solid #a3adc1;
    border-top-width: 0;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle>i:nth-child(1) {
    position: absolute;
    display: block;
    top: -4px;
    left: 1px;
    width: 6px;
    height: 6px;
    border: 1px solid #a3adc1;
    background: white;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.irs--modern .irs-handle>i:nth-child(2) {
    position: absolute;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 10px;
    height: 12px;
    background: #e9e6e6;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e9e6e6));
    background: -o-linear-gradient(top, white 0%, #e9e6e6 100%);
    background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
    border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle>i:nth-child(3) {
    position: absolute;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 3px;
    left: 3px;
    width: 4px;
    height: 5px;
    border-left: 1px solid #a3adc1;
    border-right: 1px solid #a3adc1;
}

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
    border-color: #7685a2;
    background: #c3c7cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #919ba5), to(#ffffff));
    background: -o-linear-gradient(top, #ffffff 0%, #919ba5 30%, #ffffff 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}

.irs--modern .irs-handle.state_hover>i:nth-child(1),
.irs--modern .irs-handle:hover>i:nth-child(1) {
    border-color: #7685a2;
}

.irs--modern .irs-handle.state_hover>i:nth-child(3),
.irs--modern .irs-handle:hover>i:nth-child(3) {
    border-color: #48536a;
}

.irs--modern .irs-min,
.irs--modern .irs-max {
    top: 0;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    color: white;
    background-color: #d1d6e0;
    border-radius: 5px;
}

.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #20b426;
    color: white;
    border-radius: 5px;
}

.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #20b426;
}

.irs--modern .irs-grid {
    height: 25px;
}

.irs--modern .irs-grid-pol {
    background-color: #dedede;
}

.irs--modern .irs-grid-text {
    color: silver;
    font-size: 13px;
}

.irs--sharp {
    height: 50px;
    font-size: 12px;
    line-height: 1;
}

.irs--sharp.irs-with-grid {
    height: 57px;
}

.irs--sharp .irs-line {
    top: 30px;
    height: 2px;
    background-color: black;
    border-radius: 2px;
}

.irs--sharp .irs-bar {
    top: 30px;
    height: 2px;
    background-color: #ee22fa;
}

.irs--sharp .irs-bar--single {
    border-radius: 2px 0 0 2px;
}

.irs--sharp .irs-shadow {
    height: 1px;
    bottom: 21px;
    background-color: rgba(0, 0, 0, 0.5);
}

.irs--sharp .irs-handle {
    top: 25px;
    width: 10px;
    height: 10px;
    background-color: #a804b2;
}

.irs--sharp .irs-handle>i:first-child {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #a804b2;
}

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
    background-color: black;
}

.irs--sharp .irs-handle.state_hover>i:first-child,
.irs--sharp .irs-handle:hover>i:first-child {
    border-top-color: black;
}

.irs--sharp .irs-min,
.irs--sharp .irs-max {
    color: white;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 4px;
    opacity: .4;
    background-color: #a804b2;
    border-radius: 2px;
}

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 4px;
    background-color: #a804b2;
    color: white;
    border-radius: 2px;
}

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #a804b2;
}

.irs--sharp .irs-grid {
    height: 25px;
}

.irs--sharp .irs-grid-pol {
    background-color: #dedede;
}

.irs--sharp .irs-grid-text {
    color: silver;
    font-size: 13px;
}

.irs--round {
    height: 50px;
}

.irs--round.irs-with-grid {
    height: 65px;
}

.irs--round .irs-line {
    top: 36px;
    height: 4px;
    background-color: #dee4ec;
    border-radius: 4px;
}

.irs--round .irs-bar {
    top: 36px;
    height: 4px;
    background-color: #006cfa;
}

.irs--round .irs-bar--single {
    border-radius: 4px 0 0 4px;
}

.irs--round .irs-shadow {
    height: 4px;
    bottom: 21px;
    background-color: rgba(222, 228, 236, 0.5);
}

.irs--round .irs-handle {
    top: 26px;
    width: 24px;
    height: 24px;
    border: 4px solid #006cfa;
    background-color: white;
    border-radius: 24px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
    background-color: #f0f6ff;
}

.irs--round .irs-min,
.irs--round .irs-max {
    color: #333;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: #006cfa;
    color: white;
    border-radius: 4px;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #006cfa;
}

.irs--round .irs-grid {
    height: 25px;
}

.irs--round .irs-grid-pol {
    background-color: #dedede;
}

.irs--round .irs-grid-text {
    color: silver;
    font-size: 13px;
}

.irs--square {
    height: 50px;
}

.irs--square.irs-with-grid {
    height: 60px;
}

.irs--square .irs-line {
    top: 31px;
    height: 4px;
    background-color: #dedede;
}

.irs--square .irs-bar {
    top: 31px;
    height: 4px;
    background-color: black;
}

.irs--square .irs-shadow {
    height: 2px;
    bottom: 21px;
    background-color: #dedede;
}

.irs--square .irs-handle {
    top: 25px;
    width: 16px;
    height: 16px;
    border: 3px solid black;
    background-color: white;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
    background-color: #f0f6ff;
}

.irs--square .irs-min,
.irs--square .irs-max {
    color: #333;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, 0.1);
}

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: black;
    color: white;
}

.irs--square .irs-grid {
    height: 25px;
}

.irs--square .irs-grid-pol {
    background-color: #dedede;
}

.irs--square .irs-grid-text {
    color: silver;
    font-size: 11px;
}

.popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 20000;
    overflow: hidden;
    overflow-y: auto;
    display: none;
}

.popup.opened {
    display: block;
}

.popup__block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    width: 540px;
    margin: 20% auto;
    border-radius: 3px;
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
}

.popup__content-thanks {
    padding: 72px 95px 44px 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.popup__content-order-call {
    padding: 32px 75px;
}

.popup__content-product-comment {
    padding: 62px 70px 59px 57px;
}

.popup__headline {
    text-align: center;
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 21px;
    text-transform: uppercase;
}

.popup__headline_info {
    padding: 92px 0px 74px 0px;
}

.popup__headline_thanks {
    margin-bottom: 8px;
}

.popup__headline_order-call {
    margin-bottom: 16px;
}

.popup__form-label {
    position: relative;
    margin-bottom: 8px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #3A3A3A;
    margin-left: 18px;
    white-space: nowrap;
}

.popup__form-label_required::after {
    position: absolute;
    content: '\2731';
    color: red;
    font-size: 8px;
    bottom: 2px;
}

.popup__form-label_rating {
    margin-bottom: 0px;
}

.popup__form-input {
    margin-bottom: 20px;
    border: 0.5px solid #8A8A8A;
    font-size: 12px;
    line-height: 18px;
    color: #3A3A3A;
    padding: 7px 0px 6px 18px;
}

.popup__form-input:last-of-type {
    margin-bottom: 0px;
}

.popup__text {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #808080;
}

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

.popup__button {
    background: #3b77ca;
    width: 100%;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    cursor: pointer;
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 9px;
    border: none;
}

.popup__button:hover {
    background-color: #3b77ca;
}

.popup__rating-block {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popup__close-button {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 25px;
    height: 12px;
    width: 12px;
    cursor: pointer;
}

.popup__close-button:hover:after,
.popup__close-button:hover:before {
    background: #3b77ca;
}

.popup__close-button:after,
.popup__close-button:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    content: "";
}

.popup__close-button:before {
    background: #332a16;
    width: 12px;
    height: 2px;
    margin-top: -2.6px;
    margin-left: -5.5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popup__close-button:after {
    background: #332a16;
    width: 2px;
    height: 12px;
    margin-top: -8.5px;
    margin-left: -.5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    max-width: 240px;
    margin-right: 32px;
    background-color: #FFFFFF;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    /*** styles after replacing header elements to .menu-block ***/
}

.menu-block__menu-list {
    background: #FFFFFF;
}

.menu-block__menu-list li:hover>a {
    background: #ebebeb;
}

.menu-block__menu-link {
    position: relative;
    display: block;
    padding: 12px 0;
    padding-left: 32px;
    padding-right: 18px;
    background-color: #FFFFFF;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.menu-block__menu-link_nested {
    position: relative;
}

.menu-block__menu-link_nested:after {
    position: absolute;
    content: ' ';
    background-image: url(../img/_main-page/menu-arrow-right.svg);
    background-repeat: no-repeat;
    width: 10px;
    height: 12px;
    top: 50%;
    left: 100%;
    font-size: 16px;
    line-height: 0;
    margin-left: -20px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.menu-block__menu-item_headline {
    background-color: #3b77ca;
    color: #fff;
}

.menu-block__menu-item_headline:hover .menu-block__menu-link_headline {
    background-color: #3b77ca;
}

.menu-block__menu-link_headline {
    position: relative;
    background-color: #3b77ca;
}

.menu-block__menu-link_first-level-headline:after {
    display: none;
    /* transform: rotate(180deg);
            top: 28%;
            left: 96%; */
}

.menu-block__menu-link_second-level-headline:after {
    display: none;
}

.menu-block__menu-item_nested {
    position: relative;
}

.menu-block__nested-arrow-button {
    display: none;
    position: absolute;
    width: 28px;
    height: 42px;
    background-color: #F1F1F1;
    z-index: 100;
    right: 0;
    top: 0;
}

.menu-block__nested-arrow-button:after {
    position: absolute;
    display: block;
    content: '';
    background-image: url(../img/_main-page/menu-arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    top: 40%;
    left: 40%;
    width: 7px;
    height: 10px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.menu-block__nested-arrow-button.active::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.menu-block__menu-item-sub-list {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    max-width: 340px;
    z-index: 10;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}

.menu-block__menu-item-sub-list .menu-block__menu-link {
    font-size: 14px;
    line-height: 19px;
    padding: 12px 32px;
    /*  left: -100%; */
}

.menu-block__menu-item_nested-nested {
    position: relative;
}

.menu-block__menu-item_nested-nested .menu-block__nested-arrow-button {
    width: 28px;
    height: 28px;
}

.menu-block__menu-item-sub-sub-list {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    max-width: 240px;
    z-index: 10;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    /*  .menu-block__menu-link {
            left: -100%;
        } */
}

.menu-block .menu-list-opened {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding-bottom: 10px;
    padding-top: 10px;
}

.menu-block .menu-list-opened .menu-block__menu-link {
    left: 0%;
}

.menu-block .header-top__menu-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    /* identical to box height, or 133% */
    color: #3A3A3A;
    white-space: nowrap;
    margin-bottom: 5px;
}

.menu-block .header-bottom__numbers {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 12px 0px 12px 32px;
    background: #4B5059;
}

.menu-block .header-bottom__phone {
    font-size: 15px;
    line-height: 22px;
    color: #FFFFFF;
}

.menu-block .header-bottom__phone:first-of-type {
    margin-bottom: 8px;
}

.menu-block_no-catalogue-menu-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.menu-block_no-catalogue-menu-block .header-bottom__numbers {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    z-index: 10;
    font-size: 0;
    height: 42px;
    width: 26px;
    margin-top: -21px;
    outline: none;
    z-index: 30000;
}

.header-bottom__social__mobile {
    padding: 12px 32px;
}

@media (min-width: 1025px) {
    .header-bottom__social__mobile {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .header-bottom__social__header {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .header-top {
        display: none;
    }
    .header-bottom__phones-block {
        display: none !important;
    }
    .search-bar__seach-btn {
        margin-left: 10px !important;
    }
}

.owl-prev {
    display: block;
    left: 0px;
    top: 50%;
    width: 28px;
    height: 40px;
    border-radius: 0px 8px 8px 0px;
    /* border-radius:50%; */
    border: none;
    outline: none;
    z-index: 20000;
    /* @media (max-width:1366px) {
        left: -65px;
        width: 40px;
        height: 40px;
    }
    @media (max-width:992px) {
        left: -55px;
    } */
}

.owl-prev::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: ' ';
    background-image: url("../img/_main-page/slider-arrow-left.svg");
    background-repeat: no-repeat;
    background-position: center;
    height: 26px;
    width: 16px;
    z-index: 20000;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    /* @media (max-width:1366px) {
            top: 31px;
            left: 25px;
        } */
}

.owl-prev::before {
    display: block;
    content: '';
    right: 20px;
    top: 50%;
    width: 28px;
    height: 40px;
    background: #FFFFFF;
    -webkit-box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.04);
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.04);
    border-radius: 0px 8px 8px 0px;
    border: none;
    outline: none;
    z-index: 20000;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    /* @media (max-width:1366px) {
            right: -6px;
            position: absolute;
            top: 12px;
            width: 40px;
            height: 40px;
        } */
}

.owl-prev:hover::before {
    width: 40px;
}

.owl-prev:hover::after {
    margin-left: 10px;
}

.owl-next {
    display: block;
    right: 0px;
    top: 50%;
    width: 28px;
    height: 40px;
    border: none;
    outline: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    /*  @media (max-width:1366px) {
        right: -50px;
        width: 40px;
        height: 40px;
    }
    @media (max-width:992px) {
        right: -40px;
    } */
}

.owl-next::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: ' ';
    background-image: url("../img/_main-page/slider-arrow-right.svg");
    background-repeat: no-repeat;
    background-position: center;
    height: 26px;
    width: 16px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    /* @media (max-width:1366px) {
            top: 31px;
            left:30px;
        } */
}

.owl-next::before {
    display: block;
    content: '';
    right: 20px;
    top: 50%;
    width: 28px;
    height: 40px;
    background: #FFFFFF;
    -webkit-box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.04);
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.04);
    border-radius: 8px 0px 0px 8px;
    border: none;
    outline: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    /* @media (max-width:1366px) {
            left: 8px;
            position: absolute;
            top: 12px;
            width: 40px;
            height: 40px;
        } */
}

.owl-next:hover {
    right: 12px;
}

.owl-next:hover::before {
    width: 40px;
}

.owl-next:hover::after {
    margin-right: 12px;
}

.owl-dots {
    position: absolute;
    bottom: 70px;
    left: 50px;
}

.owl-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #FFFFFF !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    background-color: transparent;
    margin-right: 8px;
}

.owl-dot.active {
    background-color: #3b77ca !important;
    border: 1px solid #3b77ca !important;
}

.section-top-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 28px;
}

.section-top-block__title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-top-block__title {
    margin-right: 13px;
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 23px;
    text-transform: uppercase;
}

.section-top-block__number-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 26px;
    height: 26px;
    background: #3b77ca;
    -webkit-box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.04);
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.04);
    border-radius: 50%;
}

.section-top-block__number {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 19px;
    color: #fff;
    /* padding: 5px 5px 2px 6px; */
}

.section-top-block__see-all-link {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #000;
}

.section-top-block__see-all-link:hover {
    text-decoration: underline;
}

.good-card {
    background: #FFFFFF;
    position: relative;
    margin-bottom: 65px;
}

.good-card:hover {
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
}

.good-card:hover .good-card__hovered-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.good-card__main-content {
    padding-top: 24px;
}

.good-card__image-block {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
}

.good-card__info-block {
    position: absolute;
    z-index: 9;
    right: 12px;
    top: 12px;
    width: 47px;
    height: 47px;
    background: #3b77ca;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.good-card__info-text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 33px;
    text-align: center;
    color: #fff;
}

.good-card__image-box {
    position: relative;
    text-align: center;
}

.good-card__image-wrapper {
    position: relative;
    display: inline-block;
}

.good-card__image-link {
    outline: none;
    height: 282px;
    display: block;
    font-size: 0;
    text-align: center;
}

.good-card__image {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.good-card__description-block-wrapper {
    border-bottom: 1px solid #AAAAAA;
    padding-bottom: 10px;
    padding-left: 24px;
    padding-right: 24px;
}

.good-card__description-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
    position: relative;
}

.good-card__description-block:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    pointer-events: none;
    width: 22px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff);
}

.good-card__good-company {
    color: #808080;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    margin-bottom: 3px;
    white-space: nowrap;
    overflow: hidden;
}

.good-card__good-params-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 87px;
}

.good-card__good-param {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #808080;
    white-space: nowrap;
    overflow: hidden;
}

.good-card__good-param_type {
    font-size: 13px;
}

.good-card__good-param_title {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #201600;
    margin-bottom: 7px;
}

.good-card__price-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 24px 24px;
    padding-right: 0;
}

.good-card__price {
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 38px;
    color: #201600;
    line-height: 1;
}

.good-card__price-upper {
    font-size: 18px;
    line-height: 18px;
    display: inline;
    vertical-align: top;
    color: inherit;
}

.good-card__price_changed {
    color: #3b77ca;
}

.good-card__price_discount {
    margin-left: 24px;
    position: relative;
    color: #5C6474;
    font-weight: 350;
    font-size: 20px;
    line-height: 29px;
}

.good-card__price_discount:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    top: 40%;
    background-color: #5C6474;
}

.good-card__price-upper_discount {
    font-weight: 350;
    font-size: 12px;
    line-height: 23px;
    display: inline;
    vertical-align: top;
    color: inherit;
}

.good-card__hovered-block {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #3b77ca;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    z-index: 10000;
}

.good-card__hovered-block:hover {
    background-color: #3b77ca;
}

.good-card__hovered-block-link {
    padding: 16px 0;
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.goods-block .owl-prev,
.goods-block .owl-next {
    top: 38%;
}

.goods-block .owl-prev::before,
.goods-block .owl-next::before {
    background: #3b77ca;
}

.goods-block .owl-prev::after {
    background-image: url("../img/_main-page/slider-white-arrow-left.svg");
}

.goods-block .owl-next::after {
    background-image: url("../img/_main-page/slider-white-arrow-right.svg");
}

.goods-block .owl-item img {
    width: auto;
}

.page-top-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px 0;
}

.page-top-block__breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 20px;
}

.page-top-block__breadcrumbs-item {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 21px;
    color: #48556E;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.page-top-block__breadcrumbs-item:before {
    content: '\2022';
    margin: 0 6px 0 6px;
}

.page-top-block__breadcrumbs-item:first-of-type:before {
    display: none;
}

.page-top-block__breadcrumbs-item:hover {
    color: #3b77ca;
}

.page-top-block__breadcrumbs-item:hover:before {
    color: #3b77ca;
}

.page-top-block__breadcrumbs-item.active {
    color: #3b77ca;
    pointer-events: none;
}

.page-top-block__back-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 21px;
    color: #48556E;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.page-top-block__back-link:hover {
    color: #3b77ca;
}

.page-top-block__back-link:hover .page-top-block__back-link-image path {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    fill: #3b77ca;
}

.page-top-block__back-link-image {
    margin-right: 8px;
}

.text-section {
    text-align: left;
    background: #FFFFFF;
}

.text-section__content-wrapper {
    padding-bottom: 136px;
    padding-top: 60px;
    padding-left: 50px;
    max-width: 80.75%;
}

.text-section__content-wrapper ul {
    list-style: initial;
}

.text-section__title {
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 120%;
    letter-spacing: 0.04em;
    color: #3A3A3A;
    margin-bottom: 32px;
}

.text-section__subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.04em;
    color: #3A3A3A;
    margin-bottom: 32px;
}

.text-section__text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #3A3A3A;
}

.text-section__text:first-of-type {
    margin-bottom: 32px;
}

.text-section__list {
    margin-top: 48px;
    margin-bottom: 42px;
}

.text-section__list-item {
    margin-bottom: 22px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #3A3A3A;
}

.text-section__list-item:last-of-type {
    margin-bottom: 0px;
}

.text-section__list-item:before {
    content: '';
    display: inline-block;
    margin-right: 12px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: red;
}

.rating {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.rating__item {
    cursor: pointer;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    margin-right: 6px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    color: #3b77ca;
    color: #989898;
}

.rating__item:first-of-type {
    margin-right: 0px;
}

.rating__item:hover,
.rating__item:hover~.rating__item {
    color: #3b77ca;
}

.rating[data-total-value="1"] .rating__item:nth-child(n+5),
.rating[data-total-value="2"] .rating__item:nth-child(n+4),
.rating[data-total-value="3"] .rating__item:nth-child(n+3),
.rating[data-total-value="4"] .rating__item:nth-child(n+2),
.rating[data-total-value="5"] .rating__item:nth-child(n+1) {
    color: #3b77ca;
}

.range-slider {
    position: relative;
    height: 20px;
}

.irs--round .irs-handle {
    cursor: pointer;
    background: #3b77ca;
    border-color: #3b77ca;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
    width: 8px;
    height: 8px;
    top: 34px;
    border-radius: 100%;
    position: absolute;
    line-height: 400%;
    color: white;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.irs--round .irs-min,
.irs--round .irs-max {
    display: none;
}

.irs--round .irs-bar {
    background: #3b77ca;
    top: 12px;
    height: 2px;
}

.irs--round .irs-line {
    height: 2px;
}

.irs-from,
.irs-to {
    display: none;
}

.irs--round .irs-line {
    top: 12px;
}

.irs--round .irs-handle {
    top: 9px;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Circe', sans-serif;
    color: #48556E;
}

body,
main {
    height: 100%;
}

main {
    background: #F4F4F4;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

button {
    cursor: pointer;
    outline: none;
}

textarea {
    resize: none;
}

.container {
    max-width: 1408px;
    margin: 0 auto;
}

section:last-of-type {
    padding-bottom: 60px;
}

.header .header-top {
    background: #4B5059;
}

.header .header-top__menu {
    padding: 10px 0px 10px 0px;
}

.header .header-top__menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
}

.header .header-top__menu-item {
    color: #EBEBEB;
}

.header .header-top__menu-link {
    color: #EBEBEB;
    font-size: 13px;
    line-height: 16px;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
}

.header .header-top__menu-link:hover {
    color: #3b77ca;
}

.header .header-bottom {
    position: relative;
    z-index: 11000;
    background: #FFFFFF;
}

.header .header-bottom__burger-menu-open-button {
    display: none;
    z-index: 10000;
}

.header .header-bottom__open-button-bar {
    position: absolute;
    position: absolute;
    display: block;
    background-color: #FFFFFF;
    cursor: pointer;
    width: 25px;
    height: 2px;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header .header-bottom__open-button-bar:before {
    content: '';
    position: absolute;
    top: -6px;
    display: block;
    background-color: #FFFFFF;
    width: 100%;
    height: 2px;
    z-index: 9999;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.header .header-bottom__open-button-bar:after {
    content: '';
    position: absolute;
    bottom: -6px;
    display: block;
    background-color: #FFFFFF;
    width: 100%;
    height: 2px;
    z-index: 9999;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.header .header-bottom__open-button-bar.active {
    height: 0;
}

.header .header-bottom__open-button-bar.active:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 0;
    top: -3px;
}

.header .header-bottom__open-button-bar.active:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 0;
    bottom: 1px;
}

.header .header-bottom__content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 28px 0;
}

.header .header-bottom__logo-city-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header-bottom__logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 18px;
}

.header .header-bottom__phones-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header-bottom__numbers {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header-bottom__city-select-wrapper {
    position: relative;
}

.header .header-bottom__city-select {
    /* font-style: normal;
        font-weight: normal;
        appearance: none; 
        font-size: 16px;
        line-height: 24px;
        color: $secondaryColor;
        background-color: transparent;
        border: none;
        outline: none;
        cursor:pointer; */
    display: block;
    width: 215px;
    width: 100%;
    position: relative;
}

.header .header-bottom .select-city {
    position: relative;
    width: 120px;
    color: #000;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
}

.header .header-bottom .new-city-select {
    position: relative;
    /*  border: 1px solid #ced4da; */
    border: none;
    padding: 10px 15px;
    padding-left: 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.header .header-bottom .new-select__list {
    position: absolute;
    top: 55px;
    left: -14px;
    /* border: 1px solid #ced4da; */
    border: none;
    cursor: pointer;
    width: 100%;
    z-index: 2;
    background: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.header .header-bottom .new-select__list.on {
    display: block;
}

.header .header-bottom .new-select__item span {
    display: block;
    padding: 10px 15px;
}

.header .header-bottom .new-select__item span:hover {
    /*  color: $secondaryColor; */
    text-decoration: underline;
}

.header .header-bottom .new-select:after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 9px;
    top: 9px;
    /* background: url('path-to-image') no-repeat right center / cover; */
    opacity: 0.6;
    -webkit-transition: all .27s ease-in-out;
    -o-transition: all .27s ease-in-out;
    transition: all .27s ease-in-out;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.header .header-bottom .new-select.on:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header .header-bottom__phone {
    color: #48556E;
    margin-right: 25px;
}

.header .header-bottom__phone:last-of-type {
    margin-right: 20px;
}

.header-bottom__social {
    margin-right: 20px;
}

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

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

.header .header-bottom__phone:hover {
    color: #3b77ca;
}

.header .header-bottom__order-call-button {
    color: #000;
    cursor: pointer;
}

.header .header-bottom__order-call-button:hover {
    text-decoration: underline;
}

.header .header-bottom__search-icon,
.header .header-bottom__goods-seen-icon {
    /*margin-right: 8px;*/
}

.header .header-bottom__goods-seen-text,
.header .header-bottom__cart-text,
.header .header-bottom__cart-icon {
    margin-right: 8px;
}

.header .header-bottom__goods-seen-amount,
.header .header-bottom__in-cart-amount {
    color: #3b77ca;
}

.header .header-bottom__search-cart-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.header .header-bottom__search,
.header .header-bottom__goods-seen-block,
.header .header-bottom__to-cart-block-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header-bottom__search:hover,
.header .header-bottom__goods-seen-block:hover,
.header .header-bottom__to-cart-block-link:hover {
    color: #3b77ca;
}

.header .header-bottom__search:hover circle {
    stroke: #3b77ca;
}

.header .header-bottom__search:hover line {
    stroke: #3b77ca;
}

.header .header-bottom__goods-seen-block:hover circle {
    stroke: #3b77ca;
}

.header .header-bottom__goods-seen-block:hover path {
    stroke: #3b77ca;
}

.header .header-bottom__to-cart-block-link:hover path {
    fill: #3b77ca;
}

.header .header-bottom__search,
.header .header-bottom__goods-seen-block {
    margin-right: 20px;
}

.main-page-main {
    padding-top: 32px;
}

.main-page-main section:not(:last-of-type) {
    margin-bottom: 20px;
}

.menu-section {
    /*styles for "menu-block are located in Components folder"*/
}

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

.menu-section__background-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    -webkit-transition: background-color .4s ease;
    -o-transition: background-color .4s ease;
    transition: background-color .4s ease;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
    will-change: background-color, visibility;
}

.menu-section__toggle-checkbox {
    visibility: hidden;
    position: absolute;
    z-index: -9999;
}

.menu-section__toggle-checkbox:checked~.menu-block {
    left: 0;
}

.menu-section__toggle-checkbox:checked~.menu-section__background-mobile {
    visibility: visible;
}

.menu-section__slider-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: calc(100% - 272px);
}

.menu-section .slider-block {
    width: 100%;
}

.menu-section .slider-block__top-block {
    padding: 12px 0;
    background-color: #FFFFFF;
}

.menu-section .slider-block__top-block-link {
    padding: 0 32px;
}

.menu-section .slider-block__top-block-link:first-of-type {
    border-right: 0.5px solid #3b77ca;
}

.menu-section .slider-block__top-block-link:hover {
    color: #3b77ca;
}

.menu-section .slider-block__item-link {
    height: 100%;
    width: 100%;
}

.menu-section .slider-block__item {
    background: url("./../img/_main-page/slider-image-signed.jpg") left center no-repeat;
    background-size: cover;
    height: 430px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.menu-section .slider-block__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 50px;
    color: #FFFFFF;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.menu-section .slider-block__item-subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
}

.menu-section .slider-block__item-title {
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 71px;
}

.menu-section .slider-block__item-button {
    position: absolute;
    bottom: 115px;
    font-family: 'Circe', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    padding: 5px 10px;
    background: none;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.menu-section .slider-block__item-button:hover {
    background-color: #3b77ca;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.menu-section .slider-block__item-button_left {
    left: 50px;
}

.menu-section .slider-block__item-button_right {
    right: 50px;
}

.news-section .news-slider-block__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.news-section .news-slider-block__image-wrapper {
    overflow: hidden;
}

.news-section .news-slider-block__image {
    min-height: 187px;
    background: url(./../img/_main-page/news-image-1.jpg) 50% 50% no-repeat;
    background-size: cover;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.news-section .news-slider-block__image:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.news-section .news-slider-block__text-content-block {
    background: #FFFFFF;
    padding: 25px 25px 25px 32px;
}

.news-section .news-slider-block__text-content-link:hover {
    text-decoration: underline;
}

.news-section .news-slider-block .owl-prev::before,
.news-section .news-slider-block .owl-next::before,
.good-card-section__gallery-list .owl-next::before,
.good-card-section__gallery-list .owl-prev::before{
    background: #3b77ca;
}

.news-section .news-slider-block .owl-prev::after,
.good-card-section__gallery-list .owl-prev::after{
    background-image: url("../img/_main-page/slider-white-arrow-left.svg");
}

.news-section .news-slider-block .owl-next::after,
.good-card-section__gallery-list .owl-next::after{
    background-image: url("../img/_main-page/slider-white-arrow-right.svg");
}

.main-page-main .discount-section {
    margin-bottom: 0px !important;
}

.new-goods-section {
    margin-bottom: 0px;
}

.new-goods-section__banner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* min-height: 180px; */
    background: url(./../img/_main-page/banner.jpg) 50% 50% no-repeat;
    background-size: cover;
    height: 0px;
    padding-top: 12%;
}

.new-goods-section__banner-mobile {
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    padding-top: 48%;
}

.new-goods-section__banner-text {
    position: absolute;
    font-style: normal;
    font-weight: bold;
    font-size: 33px;
    line-height: 47px;
    padding-left: 77px;
    text-transform: uppercase;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.comments-section__comments-block .owl-prev::before,
.comments-section__comments-block .owl-next::before {
    background: #3b77ca;
}

.comments-section__comments-block .owl-prev::after {
    background-image: url("../img/_main-page/slider-white-arrow-left.svg");
}

.comments-section__comments-block .owl-next::after {
    background-image: url("../img/_main-page/slider-white-arrow-right.svg");
}

.comments-section .comment-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #FFFFFF;
    padding: 40px 40px 40px 24px;
}

.comments-section .comment-item:hover {
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
}

.comments-section .comment-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.comments-section .comment-item__user-photo-container {
    margin-right: 16px;
    min-width: 60px;
    min-height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.comments-section .comment-item__user-photo {
    width: 100%;
    display: block;
}

.comments-section .comment-item__date-and-user-name-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.comments-section .comment-item__date {
    margin-bottom: 2px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #808080;
}

.comments-section .comment-item__user-name {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #48556E;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.comments-section .comment-item__comment-wrapper {
    margin-top: 26px;
    margin-bottom: 35px;
    height: 104px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.comments-section .comment-item__comment-text {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 21px;
    color: #48556E;
    height: 104px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.comments-section .comment-item .star-rating-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.comments-section .comment-item .star-rating-block__star {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    margin-right: 6px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    color: #3b77ca;
}

.about-us-section {
    margin-bottom: 0px;
    padding-bottom: 60px;
}

.about-us-section__content {
    background-color: #FFFFFF;
    padding-bottom: 50px;
}

.about-us-section__statistics-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 165px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #3b77ca;
}

.about-us-section__statistics-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-us-section__statistics-item-number {
    margin-bottom: 10px;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 36px;
    text-transform: uppercase;
    color: #3b77ca;
}

.about-us-section__statistics-item-text {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #48556E;
}

.about-us-section__text-block {
    padding: 36px 32px;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 21px;
    color: #48556E;
}

.about-us-section__see-more-link {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #000;
    padding-bottom: 50px;
    padding-left: 32px;
}

.about-us-section__see-more-link:hover {
    text-decoration: underline;
}

.footer {
    background: #FFFFFF;
}

.footer .footer-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 58px 0;
}

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

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

.footer .footer-block__items-block-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer .footer-block__headline {
    margin-bottom: 12px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    color: #4B5059;
}

.footer .footer-block__item {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #48556E;
    margin-bottom: 8px;
}

.footer .footer-block__item_link:hover {
    color: #3b77ca;
}

.footer .footer-block__items-block_contacts {
    margin-bottom: 26px;
}

.footer .footer-block__email-form {
    width: 390px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
}

.footer .footer-block__email-input {
    background: #FFFFFF;
    border: 0.5px solid #8A8A8A;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px;
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 24px;
    color: #5C6474;
    padding: 4px 12px 4px 12px;
    outline: none;
    width: 68.47%;
}

.footer .footer-block__subscription-button {
    background: #3b77ca;
    border-radius: 0px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding: 5px 16px;
    outline: none;
    border: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.footer .footer-block__subscription-button:hover {
    background-color: #3b77ca;
}

.footer .footer-block__icons-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer .footer-block__icons-image {
    width: 26px;
    height: 26px;
    background-color: #3b77ca;
    margin-right: 10px;
    position: relative;
}

.footer .footer-block__icons-image:last-of-type {
    margin-right: 0px;
}

.footer .footer-block__icons-image:hover {
    background-color: #3b77ca;
}

.footer .footer-block__icon-link {
    height: 100%;
    width: 100%;
    display: block;
}

.footer .footer-block__image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.footer .footer-block_contacts-schedule-block {
    margin-right: 165px;
}

.footer .footer-block_map-block {
    margin-right: 123px;
}

.footer .footer-block_map-block .footer-block__items-block:first-of-type {
    margin-right: 28px;
}

.footer .footer-block_catalogue {
    margin-right: 90px;
}

.page-search-content {
    display: none;
    height: 100vh;
    overflow: hidden;
}

.page-search-content .search-bar {
    padding: 21px 0;
}

.page-search-content .search-bar__form {
    position: relative;
}

.page-search-content .search-bar__close-button {
    position: absolute;
    width: 16.5px;
    height: 16.5px;
    top: 50%;
    right: 0;
    font-size: 16px;
    line-height: 0;
    margin-right: 32px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.page-search-content .search-bar__input-wrapper {
    position: relative;
}


/*.page-search-content .search-bar__input-wrapper:before {
  position: absolute;
  content: ' ';
  background-image: url("../img/_main-page/search-window/search-icon.svg");
  background-repeat: no-repeat;
  width: 34px;
  height: 35.5px;
  top: 50%;
  left: 0;
  font-size: 16px;
  line-height: 0;
  margin-left: 32px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}*/

.page-search-content .search-bar__input {
    width: 100%;
    color: #48556E;
    padding-top: 23px;
    padding-bottom: 23px;
    padding-left: 106px;
    padding-right: 52px;
    background: #FDFDFD;
    border: 1px solid #5C6474;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 21px;
    outline: none;
}

.page-search-content .search-results-block {
    background-color: #F4F4F4;
    padding-bottom: 140px;
    /*custom scrollbar styles*/
    /*custom scrollbar track styles*/
}

.page-search-content .search-results-block__amount-info {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #808080;
    padding: 40px 0;
}

.page-search-content .search-results-block__results-container {
    padding-right: 32px;
    /* Hide scrollbar for Chrome, Safari and Opera */
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.page-search-content .search-results-block__results-container::-webkit-scrollbar {
    display: none;
}

.page-search-content .search-results-block .simplebar-scrollbar::before {
    border-radius: 0px;
    width: 12px;
    /* background-color: #5C6474; */
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.page-search-content .search-results-block .simplebar-vertical {
    width: 12px;
    background: #FDFDFD;
    border: 1px solid #DBDBDB;
}

.page-search-content .search-results-block .result-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 32px 106px;
    background: #FFFFFF;
    margin-bottom: 25px;
}

.page-search-content .search-results-block .result-item:last-of-type {
    margin-bottom: 0px;
}

.page-search-content .search-results-block .result-item__good-description-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-search-content .search-results-block .result-item__image-wrapper {
    width: 74px;
    min-width: 74px;
    margin-right: 105px;
}

.page-search-content .search-results-block .result-item__image {
    display: block;
    width: auto;
    max-width: 100%;
    height: 100px;
}

.page-search-content .search-results-block .result-item__description-params-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 20px;
}

.page-search-content .search-results-block .result-item__good-company {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #808080;
    margin-bottom: 3px;
}

.page-search-content .search-results-block .result-item__good-title {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #201600;
    margin-bottom: 7px;
}

.page-search-content .search-results-block .result-item__good-param {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #808080;
}

.page-search-content .search-results-block .result-item__good-param_dimensions {
    margin-bottom: 7px;
}

.page-search-content .search-results-block .result-item__see-good-button {
    background: #3b77ca;
    color: #201600;
    padding: 16px 42px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    border: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    white-space: nowrap;
}

.page-search-content .search-results-block .result-item__see-good-button:hover {
    background-color: #f2d516;
}


/*styles for .section-top-block are located in "components" folder*/

.gallery-section__gallery-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -2.33%;
    margin-bottom: -2.33%;
}

.gallery-section__gallery-item {
    position: relative;
    width: 31%;
    height: 380px;
    margin-right: 2.33%;
    margin-bottom: 2.33%;
}

.gallery-section__gallery-item:hover .fancybox {
    bottom: 10px;
}

.gallery-section__gallery-item:hover .gallery-section__gallery-link-button {
    bottom: 0px;
}

.gallery-section .fancybox {
    position: relative;
    bottom: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.gallery-section__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gallery-section__button-wrapper {
    overflow: hidden;
    bottom: 0;
    position: absolute;
    height: 45px;
    width: 100%;
}

.gallery-section__gallery-link-button {
    position: absolute;
    background: #3b77ca;
    width: 100%;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    cursor: pointer;
    padding: 15px 0;
    bottom: -100%;
}

.gallery-section__gallery-link-button:hover {
    background-color: #f2d516;
}

.text-page-main .info-section {
    margin-bottom: 0px;
    /*styles for "text-section" are located in Components folder*/
}

.text-page-main .info-section__image {
    min-height: 380px;
    background: url(/files/images/gallery-image.jpg) 50% 50% no-repeat;
    background-size: cover;
}

.map-section__map {
    width: 100%;
    border: 0px;
}

.good-card-section .menu-block__menu-list {
    padding-bottom: 70px;
}

.good-card-section .menu-block__menu-link_headline:after {
    display: none;
}

.good-card-section__content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.good-card-section__main-content-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.good-card-section__good-card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 60px;
}

.good-card-section__good-image-block {
    width: 36.65%;
    min-width: 280px;
    padding: 20px;
    margin-right: 32px;
    background: #FFFFFF;
    text-align: center;
}

.good-card-section__good-image-block.wide-image {
    padding: 70px 35px;
}

.good-card-section__good-image {
    width: 100%;
}

.good-card-section .good-card-section__easyzoom {
    display: inline-block;
}

.good-card-section .easyzoom img {
    vertical-align: bottom;
}

.good-card-section__gallery-list {
    margin-top: 20px;
    /*display: grid;*/
    /*grid-template-columns: repeat(2, 1fr);*/
    /*grid-gap: 20px;*/
    max-width: 310px;
}

.good-card-section__gallery-list .owl-nav{
    display:block!important;
}

.good-card-section__gallery-list img {
    width: 100%;
}

.good-card-section__gallery-list img {
    width: 100%;
}

.good-card-section .good-description-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #FFFFFF;
}

.good-card-section .good-description-block__description-partition {
    padding: 40px 0 32px 32px;
    border-bottom: 1px solid #AAAAAA;
}

.good-card-section .good-description-block__top-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 28px;
}

.good-card-section .good-description-block__headline {
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 36px;
    color: #5C6474;
    width: 437px;
}

.good-card-section .good-description-block__additional-info {
    display: block;
    margin-top: 10px;
    padding: 5px 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    background-color: #3b77ca;
    color: #FFFFFF;
}

.good-card-section .good-description-block__leave-mark-rating-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.good-card-section .good-description-block__rating-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
}

.good-card-section .good-description-block__leave-mark-button {
    color: #3b77ca;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 32px;
    cursor: pointer;
}

.good-card-section .good-description-block__leave-mark-button:hover {
    text-decoration: underline;
}

.good-card-section .good-description-block__rating-star {
    color: #3b77ca;
    font-size: 30px;
    margin-right: 4px;
}

.good-card-section .good-description-block__rating-star:last-of-type {
    margin-right: 0px;
}

.good-card-section .good-description-block__rating-star_half-star {
    display: inline-block;
    position: relative;
}

.good-card-section .good-description-block__rating-star_half-star:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 50%;
    height: 100%;
    left: 50%;
    background-color: #FFFFFF;
}

.good-card-section .good-description-block__parameters-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 36px;
}

.good-card-section .good-description-block__parametres-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.good-card-section .good-description-block__parameters-name-column {
    margin-right: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.good-card-section .good-description-block__parameters-value-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.good-card-section .good-description-block__parameter-name {
    font-style: normal;
    font-weight: normal;
    width: 47%;
    font-size: 13px;
    line-height: 21px;
    color: #808080;
    margin-right: 2%;
}

.good-card-section .good-description-block__parameter-value {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #5C6474;
    width: 50%;
}

.good-card-section .good-description-block__color-to-gallery-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* @media (max-width: 768px) {
                flex-direction: row;    
                align-items: center;
            }

            @media (max-width: 576px) {
                flex-direction: column;
                align-items: flex-start;
            } */
}

.good-card-section .good-description-block__select-color-block {
    margin-right: 60px;
}

.good-card-section .good-description-block__color-selected-block {
    margin-bottom: 12px;
}

.good-card-section .good-description-block__colors-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.good-card-section .good-description-block__color-link {
    margin-right: 16px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid #AAAAAA;
}

.good-card-section .good-description-block__color-link:last-of-type {
    margin-right: 0px;
}

.good-card-section .good-description-block__color-link.active {
    border: 2px solid #686868;
    margin: -1px;
    margin-right: 15px;
}

.good-card-section .good-description-block__color-link.active:last-of-type {
    margin-right: -1px;
}

.good-card-section .good-description-block__color-image {
    display: block;
    height: 40px;
    width: 40px;
}

.good-card-section .good-description-block__to-gallery-link {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #3b77ca;
    margin-top: 26px;
}

.good-card-section .good-description-block__to-gallery-link:hover {
    text-decoration: underline;
}

.good-card-section .good-description-block__add-to-cart-button {
    background: #3b77ca;
    width: 100%;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    cursor: pointer;
    padding: 9.5px 0;
}

.good-card-section .good-description-block__add-to-cart-button:hover {
    background-color: #3b77ca;
}

.good-card-section .good-description-block__price-set-block-wrapper {
    padding: 32px 0 32px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.good-card-section .good-description-block__price-set-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 60px;
}

.good-card-section .good-description-block__item-set {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 264px;
    padding: 17px 12px 17px 21px;
    border: 0.5px solid #AAAAAA;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.good-card-section .good-description-block__item-set:last-of-type {
    margin-bottom: 0px;
}

.good-card-section .good-description-block__item-set-name-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.good-card-section .good-description-block__item-set-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.good-card-section .good-description-block__select-set-radio {
    position: absolute;
    visibility: hidden;
}

.good-card-section .good-description-block__select-set-radio:checked+.good-description-block__checkbox-icon::before {
    opacity: 1;
}

.good-card-section .good-description-block__checkbox-icon {
    display: block;
    width: 16px;
    height: 16px;
    border: 0.5px solid #AAAAAA;
    position: relative;
}

.good-card-section .good-description-block__checkbox-icon::before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    background-color: #3b77ca;
}

.good-card-section .good-description-block__item-set-name {
    margin-left: 12px;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 13px;
    color: #5C6474;
}

.good-card-section .good-description-block__set-price {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    text-align: right;
    color: #5C6474;
}

.good-card-section .good-description-block__select-amount-block-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.good-card-section .good-description-block__select-amount-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
    border: 0.5px solid #D9D9D9;
}

.good-card-section .good-description-block__plus-button,
.good-card-section .good-description-block__minus-button {
    display: block;
    text-align: center;
    background: #D9D9D9;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 28px;
    color: #5C6474;
    width: 43px;
    height: 36px;
    cursor: pointer;
}

.good-card-section .good-description-block__plus-button {
    padding-top: 5px;
}

.good-card-section .good-description-block__minus-button {
    padding-top: 2.5px;
}

.good-card-section .good-description-block__amount {
    width: 66px;
    background-color: transparent;
    border: none;
    outline: none;
    text-align: center;
    font-size: 20px;
    line-height: 21px;
    color: #5C6474;
}

.good-card-section .good-description-block__total-price-text {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 21px;
    color: #5C6474;
}

.good-card-section .good-description-block__total-price {
    font-weight: normal;
    margin-left: 8px;
}

.good-card-section .good-description-block__total-price-currency {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 21px;
    color: #5C6474;
}

.good-card-section .good-description-block__bottom-text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #808080;
    padding: 32px 80px 32px 32px;
}

.good-card-section .good-description-block__order-call-partition {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #F7F7F7;
    padding: 22px 0 22px 32px;
}

.good-card-section .good-description-block__order-call-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.good-card-section .good-description-block__order-call-form-input {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    width: 221px;
    padding: 11px 0 10px 18px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #808080;
    outline: none;
    border-right: none;
}

.good-card-section .good-description-block__order-call-form-button {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    background-color: #3b77ca;
    color: #FFFFFF;
    outline: none;
    border: none;
    padding: 10.5px 0;
    width: 141px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.good-card-section .good-description-block__order-call-form-button:hover {
    background-color: #3b77ca;
}

.good-card-section .good-description-block__order-call-text {
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
    color: #808080;
    margin-right: 80px;
}

.info-section {
    margin-bottom: 120px;
}

.info-section__header {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 31px;
    color: #5C6474;
    background-color: #F7F7F7;
    padding: 20px 0 20px 67px;
}

.info-section__info-blocks-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #FFFFFF;
    padding: 32px 0 32px 67px;
}

.info-section__info-block {
    width: 263px;
    margin-right: 86px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.info-section__info-block:last-of-type {
    margin-right: 0px;
}

.info-section__info-block-header {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #5C6474;
    margin-bottom: 12px;
}

.info-section__info-block-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 19px;
    color: #808080;
    margin-bottom: 20px;
}

.info-section__info-block-link {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #3b77ca;
}

.info-section__info-block-link:hover {
    text-decoration: underline;
}

.order-section-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.order-block {
    width: 71.875%;
    margin-right: 38px;
}

.order-block__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 48px;
    padding-right: 0;
    background: #FFFFFF;
    border-bottom: 1px solid #AAAAAA;
}

.order-block__headline {
    margin-right: 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 36px;
    text-transform: uppercase;
    color: #48556E;
}

.order-block__ordered-amount-wrapper {
    border-radius: 50%;
    background: #3b77ca;
    display: block;
    width: 26px;
    height: 26px;
    position: relative;
    margin-bottom: 4px;
}

.order-block__ordered-amount {
    position: absolute;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 19px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #FFFFFF;
}

.order-block .in-cart {
    background: #FFFFFF;
    padding: 16px 70px 58px 48px;
}

.order-block .in-cart__table {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 40px;
}

.order-block .in-cart__column {
    display: table-column;
}

.order-block .in-cart__column_img {
    width: 11.72%;
}

.order-block .in-cart__column_title {
    width: 22.41%;
}

.order-block .in-cart__column_weight {
    width: 24.46%;
}

.order-block .in-cart__column_amount {
    width: 14.39%;
}

.order-block .in-cart__column_sum {
    width: 14.8%;
}

.order-block .in-cart__header {
    display: table-header-group;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #808080;
}

.order-block .in-cart__list {
    display: table-row;
    list-style: none;
}

.order-block .in-cart__item {
    display: table-cell;
    vertical-align: middle;
}

.order-block .in-cart__content {
    display: table-row-group;
}

.order-block .in-cart__image-wrapper {
    width: 74px;
}

.order-block .in-cart__image {
    display: block;
    width: auto;
    max-width: 100%;
}

.order-block .in-cart__description-params-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.order-block .in-cart__good-company {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #808080;
    margin-bottom: 3px;
}

.order-block .in-cart__good-title {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #201600;
    margin-bottom: 7px;
}

.order-block .in-cart__good-param {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #808080;
}

.order-block .in-cart__good-param_dimensions {
    margin-bottom: 7px;
}

.order-block .in-cart__plus-button,
.order-block .in-cart__minus-button {
    display: block;
    text-align: center;
    background: #D9D9D9;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 28px;
    color: #5C6474;
    width: 43px;
    height: 36px;
    cursor: pointer;
}

.order-block .in-cart__plus-button {
    padding-top: 5px;
}

.order-block .in-cart__minus-button {
    padding-top: 2.5px;
}

.order-block .in-cart__quantity-elements-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.order-block .in-cart__amount {
    width: 66px;
    text-align: center;
    line-height: 1;
    outline: none;
    border: 0.5px solid #D9D9D9;
}

.order-block .in-cart__minus-button,
.order-block .in-cart__plus-button {
    width: 36px;
}

.order-block .in-cart__price,
.order-block .in-cart__sum,
.order-block .in-cart__currency {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 21px;
    color: #5C6474;
}

.order-block .in-cart__sum-del-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.order-block .in-cart__price,
.order-block .in-cart__sum-block {
    white-space: nowrap;
}

.order-block .in-cart__del-button {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #3b77ca;
    position: relative;
    cursor: pointer;
}

.order-block .in-cart__del-button::after {
    position: absolute;
    content: url("/files/theme/img/cross.png");
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.order-block .in-cart__empty-cart-message {
    padding-top: 44px;
}

.make-order-block {
    width: 28.125%;
    background: #FFFFFF;
}

.make-order-block__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #AAAAAA;
    padding: 39.2px 32px;
}

.make-order-block__checkbox-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 12px;
}

.make-order-block__checkbox-label:last-of-type {
    margin-bottom: 0px;
}

.make-order-block__select-option-checkbox {
    position: absolute;
    visibility: hidden;
}

.make-order-block__select-option-checkbox:checked+.make-order-block__checkbox-icon::before {
    opacity: 1;
}

.make-order-block__select-option-checkbox[disabled]~.make-order-block__checkbox-icon,
.make-order-block__select-option-checkbox .make-order-block__service-name {
    opacity: 0.5;
}

.make-order-block__select-option-checkbox[disabled]~.make-order-block__service-name {
    opacity: 0.5;
}

.make-order-block__select-option-checkbox[disabled]+.make-order-block__checkbox-icon::before {
    opacity: 0;
}

.make-order-block__checkbox-icon {
    display: block;
    width: 16px;
    height: 16px;
    border: 0.5px solid #AAAAAA;
    position: relative;
    margin-bottom: 2px;
}

.make-order-block__checkbox-icon::before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    background-color: #3b77ca;
}

.make-order-block__option-name {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    color: #5C6474;
    margin-left: 16px;
}

.make-order-block__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.make-order-block__bottom-info-block {
    padding: 20px 0 24px 34px;
}

.make-order-block__goods-amount {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #5C6474;
    margin-bottom: 19px;
}

.make-order-block__total-price-block {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 21px;
    color: #5C6474;
}

.make-order-block__total-price {
    font-weight: normal;
}

.make-order-block__currency {
    font-weight: normal;
}

.make-order-block__button {
    background: #3b77ca;
    width: 100%;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    cursor: pointer;
    padding: 8px 0;
}

.make-order-block__button:hover {
    background-color: #3b77ca;
}

.make-order-block__button.disabled {
    pointer-events: none;
    background-color: grey;
}

.complete-order-section-content-wrapper-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.order-details-block {
    width: 71.875%;
    margin-right: 38px;
    background: #FFFFFF;
    padding: 48px 0 80px 46px;
}

.order-details-block__headline {
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 36px;
    text-transform: uppercase;
    color: #48556E;
    margin-bottom: 32px;
}

.order-details-block-form {
    max-width: 362px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.order-details-block-form__input-block {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.order-details-block-form__input-block:last-of-type {
    margin-bottom: 0px;
}

.order-details-block-form__input-label {
    position: relative;
    margin-bottom: 8px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #3A3A3A;
    margin-left: 18px;
    white-space: nowrap;
}

.order-details-block-form__input-label_required::after {
    position: absolute;
    content: '\2731';
    color: red;
    font-size: 8px;
    bottom: 2px;
}

.order-details-block-form__email-input-wrapper {
    position: relative;
}

.order-details-block-form__email-valid-image {
    position: absolute;
    right: 0px;
    visibility: hidden;
    pointer-events: none;
}

.order-details-block-form__email-invalid-image {
    position: absolute;
    right: 0px;
    visibility: hidden;
    pointer-events: none;
}

.order-details-block-form__input {
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    color: #3A3A3A;
    padding: 13px 18px;
}

.order-details-block-form__input::-webkit-input-placeholder {
    color: #808080;
}

.order-details-block-form__input::-moz-placeholder {
    color: #808080;
}

.order-details-block-form__input:-ms-input-placeholder {
    color: #808080;
}

.order-details-block-form__input::-ms-input-placeholder {
    color: #808080;
}

.order-details-block-form__input::placeholder {
    color: #808080;
}

.order-details-block-form__input_email:valid:not(:focus):not(:-moz-placeholder-shown)~picture .order-details-block-form__email-valid-image {
    visibility: visible;
}

.order-details-block-form__input_email:valid:not(:focus):not(:-ms-input-placeholder)~picture .order-details-block-form__email-valid-image {
    visibility: visible;
}

.order-details-block-form__input_email:valid:not(:focus):not(:placeholder-shown)~picture .order-details-block-form__email-valid-image {
    visibility: visible;
}

.order-details-block-form__input_email:invalid:not(:focus):not(:-moz-placeholder-shown) {
    border: 1px solid #3b77ca;
    color: #3b77ca !important;
}

.order-details-block-form__input_email:invalid:not(:focus):not(:-ms-input-placeholder) {
    border: 1px solid #3b77ca;
    color: #3b77ca !important;
}

.order-details-block-form__input_email:invalid:not(:focus):not(:placeholder-shown) {
    border: 1px solid #3b77ca;
    color: #3b77ca !important;
}

.order-details-block-form__input_email:invalid:not(:focus):not(:-moz-placeholder-shown)~picture .order-details-block-form__email-invalid-image {
    visibility: visible;
}

.order-details-block-form__input_email:invalid:not(:focus):not(:-ms-input-placeholder)~picture .order-details-block-form__email-invalid-image {
    visibility: visible;
}

.order-details-block-form__input_email:invalid:not(:focus):not(:placeholder-shown)~picture .order-details-block-form__email-invalid-image {
    visibility: visible;
}

.order-details-block-form__input_comment-textarea {
    height: 144px;
}

.make-order-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.make-order-block__top-headline {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 21px;
    color: #5C6474;
    margin-bottom: 32px;
}

.make-order-block__button {
    border: none;
}

.catalogue-section__content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.catalogue-section__aside-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    max-width: 240px;
    margin-right: 32px;
}

.catalogue-section__background-main-menu-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1145;
    -webkit-transition: background-color .4s ease;
    -o-transition: background-color .4s ease;
    transition: background-color .4s ease;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
    will-change: background-color, visibility;
}

.catalogue-section__background-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1145;
    -webkit-transition: background-color .4s ease;
    -o-transition: background-color .4s ease;
    transition: background-color .4s ease;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
    will-change: background-color, visibility;
}

.catalogue-section__menu-block {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 32px;
}

.catalogue-section .menu-block__menu-list {
    padding-bottom: 70px;
}

.catalogue-section__toggle-checkbox {
    position: absolute;
    visibility: hidden;
    z-index: -9999;
}

.catalogue-section__toggle-checkbox:checked~.menu-block {
    left: 0px;
}

.catalogue-section__toggle-checkbox:checked~.catalogue-section__background-main-menu-mobile {
    visibility: visible;
}

.catalogue-section__filter-block-switch-checkbox {
    visibility: hidden;
    position: absolute;
    z-index: -9999;
}

.catalogue-section__filter-block-switch-checkbox:checked~.filter-block {
    left: 0px;
}

.catalogue-section__filter-block-switch-checkbox:checked~.catalogue-section__background-mobile {
    visibility: visible;
}

.catalogue-section .filter-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.catalogue-section .filter-block__close-filter-block {
    background-color: #3b77ca;
    position: relative;
    display: none;
}

.catalogue-section .filter-block__close-filter-button {
    height: 0;
    position: absolute;
    display: block;
    background-color: #FFFFFF;
    cursor: pointer;
    width: 17px;
    z-index: 1;
    top: 51.5%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.catalogue-section .filter-block__close-filter-button::before {
    content: '';
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 0;
    top: -3px;
    display: block;
    background-color: #FFFFFF;
    width: 100%;
    height: 2px;
    z-index: 9999;
}

.catalogue-section .filter-block__close-filter-button:after {
    content: '';
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 0;
    bottom: 1px;
    display: block;
    background-color: #FFFFFF;
    width: 100%;
    height: 2px;
    z-index: 9999;
}

.catalogue-section .filter-block__close-filter-text {
    display: block;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 12px 0;
    padding-left: 55px;
}

.catalogue-section .filter-block__main-content {
    background: #FFFFFF;
    padding: 32px 20px 35px 32px;
    height: 100%;
}

.catalogue-section .filter-block__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 32px;
}

.catalogue-section .filter-block__block-headline {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #5C6474;
    margin-bottom: 15px;
}

.catalogue-section .filter-block__price-inputs-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 9px;
}

.catalogue-section .filter-block__price-block-input {
    max-width: 87px;
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    outline: none;
    text-align: center;
    padding: 3px 0;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #48556E;
}

.catalogue-section .filter-block__price-block-input:first-of-type {
    margin-right: 14px;
}

.catalogue-section .filter-block__checkbox-label {
    margin-bottom: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.catalogue-section .filter-block__checkbox-label:last-of-type {
    margin-bottom: 20px;
}

.catalogue-section .filter-block__select-option-checkbox {
    position: absolute;
    visibility: hidden;
}

.catalogue-section .filter-block__select-option-checkbox:checked+.filter-block__checkbox-icon::before {
    opacity: 1;
}

.catalogue-section .filter-block__checkbox-icon {
    display: block;
    width: 16px;
    min-width: 16px;
    height: 16px;
    border: 0.5px solid #AAAAAA;
    position: relative;
    margin-bottom: 2px;
    margin-right: 8px;
}

.catalogue-section .filter-block__checkbox-icon::before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    background-color: #3b77ca;
}

.catalogue-section .filter-block__option-name {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #5C6474;
}

.catalogue-section .filter-block__color-id-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.catalogue-section .filter-block__color-container {
    border: 1px solid #CCCCCC;
}

.catalogue-section .filter-block__color-image {
    width: 20px;
    height: 20px;
    display: block;
}

.catalogue-section .filter-block__show-all-button {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 21px;
    color: #3b77ca;
    cursor: pointer;
}

.catalogue-section .filter-block__show-all-button:hover {
    text-decoration: underline;
}

.catalogue-section .filter-block__info-block {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    background-color: #3b77ca;
    color: #FFFFFF;
    padding: 20px 0px;
}

.catalogue-section .catalogue-goods-block__top {
    position: relative;
    padding: 11px 32px;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FFFFFF;
    margin-bottom: 32px;
}

.catalogue-section .catalogue-goods-block__filter-button {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    height: 100%;
    width: 60px;
    background-color: #3b77ca;
    cursor: pointer;
}

.catalogue-section .catalogue-goods-block__filter-button:after {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: url("../img/_catalogue-page/filter-button.svg");
    width: 25px;
    height: 15px;
}

.catalogue-section .catalogue-goods-block__cathegory-headline {
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 38px;
    color: #48556E;
    padding-left: 0px;
}

.catalogue-section .catalogue-goods-block__goods-filter-select {
    display: block;
    width: 215px;
    width: 100%;
    position: relative;
}

.catalogue-section .catalogue-goods-block .select-filter {
    position: relative;
    width: 146px;
    color: #3b77ca;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
}

.catalogue-section .catalogue-goods-block .new-filter-select {
    position: relative;
    border: none;
    padding: 10px 15px;
    padding-left: 24px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.catalogue-section .catalogue-goods-block .new-select__list {
    position: absolute;
    top: 55px;
    left: 0;
    border: none;
    cursor: pointer;
    width: 100%;
    z-index: 2000;
    background: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.catalogue-section .catalogue-goods-block .new-select__list.on {
    display: block;
}

.catalogue-section .catalogue-goods-block .new-select__item span {
    display: block;
    padding: 10px 15px;
    padding-left: 24px;
}

.catalogue-section .catalogue-goods-block .new-select__item span:hover {
    text-decoration: underline;
}

.catalogue-section .catalogue-goods-block .new-select:after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 9px;
    top: 9px;
    opacity: 0.6;
    -webkit-transition: all .27s ease-in-out;
    -o-transition: all .27s ease-in-out;
    transition: all .27s ease-in-out;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.catalogue-section .catalogue-goods-block .new-select.on:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.catalogue-section .catalogue-goods-block__good-cards-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1%;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.catalogue-section .catalogue-goods-block .good-card {
    width: 24%;
    margin-right: 1%;
    margin-bottom: 1%;
}

.catalogue-section .catalogue-goods-block__download-more-button {
    background: #FFFFFF;
    padding: 18px 0;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #3b77ca;
    cursor: pointer;
}

.feedback-section {
    margin-bottom: 0px;
}

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

.feedback-section .feedback-block {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 38px 6.75% 38px 4.25%;
    background: #FFFFFF;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.feedback-section .feedback-block__client-info-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 40px;
    padding-top: 20px;
}

.feedback-section .feedback-block__client-photo-container {
    margin-right: 33px;
    min-width: 69px;
    min-height: 69px;
    border-radius: 50%;
}

.feedback-section .feedback-block__client-photo {
    display: block;
    width: 100%;
}

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

.feedback-section .feedback-block__date {
    white-space: nowrap;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #808080;
    margin-bottom: 5px;
}

.feedback-section .feedback-block__client-name {
    margin-bottom: 22px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #48556E;
    max-width: 185px;
    min-width: 185px;
}

.feedback-section .feedback-block .star-rating-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.feedback-section .feedback-block .star-rating-block__star {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    margin-right: 6px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    color: #3b77ca;
    margin-right: 5px;
}

.feedback-section .feedback-block__feedback-text {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 21px;
    color: #48556E;
}

.feedback-section__show-more-button {
    background: #FFFFFF;
    padding: 18px 0;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #3b77ca;
    cursor: pointer;
    margin-bottom: 60px;
}

.leave-feedback-section__headline {
    background: #3b77ca;
    width: 100%;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #48556E;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    cursor: pointer;
    font-size: 20px;
    line-height: 18px;
    padding: 25px 0;
    pointer-events: none;
}

.leave-feedback-section__headline:hover {
    background-color: #f2d516;
}

.leave-feedback-section .leave-feedback-form {
    padding: 60px 0;
    padding-left: 4.25%;
    padding-right: 16.5%;
    background: #FFFFFF;
    /***styles for active rating star block are located in components/ folder ***/
}

.leave-feedback-section .leave-feedback-form__form-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
}

.leave-feedback-section .leave-feedback-form__client-info-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 362px;
    margin-right: 54px;
}

.leave-feedback-section .leave-feedback-form__field-label {
    width: 100%;
    position: relative;
    margin-bottom: 8px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #3A3A3A;
    margin-left: 18px;
    white-space: nowrap;
}

.leave-feedback-section .leave-feedback-form__field-label_required::after {
    position: absolute;
    content: '\2731';
    color: red;
    font-size: 8px;
    bottom: 2px;
}

.leave-feedback-section .leave-feedback-form__field-input {
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    color: #3A3A3A;
    padding: 13px 18px;
    margin-bottom: 25px;
    font-style: normal;
}

.leave-feedback-section .leave-feedback-form__field-input::-webkit-input-placeholder {
    color: #808080;
}

.leave-feedback-section .leave-feedback-form__field-input::-moz-placeholder {
    color: #808080;
}

.leave-feedback-section .leave-feedback-form__field-input:-ms-input-placeholder {
    color: #808080;
}

.leave-feedback-section .leave-feedback-form__field-input::-ms-input-placeholder {
    color: #808080;
}

.leave-feedback-section .leave-feedback-form__field-input::placeholder {
    color: #808080;
}

.leave-feedback-section .leave-feedback-form__field-input_feedback-textarea {
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
}

.leave-feedback-section .leave-feedback-form__choose-rating-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}

.leave-feedback-section .leave-feedback-form__choose-rating-block-label {
    position: relative;
    margin-bottom: 8px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #3A3A3A;
    margin-left: 18px;
    white-space: nowrap;
    margin-bottom: 0px;
}

.leave-feedback-section .leave-feedback-form__choose-rating-block-label::after {
    position: absolute;
    content: '\2731';
    color: red;
    font-size: 8px;
    top: -2px;
}

.leave-feedback-section .leave-feedback-form__text-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.leave-feedback-section .leave-feedback-form__button {
    background: #3b77ca;
    padding: 12px 34px 9px 34px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #48556E;
    outline: none;
    border: none;
}

.leave-feedback-section .leave-feedback-form__button:hover {
    background-color: #f2d516;
}

.news-section__news-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -2.33%;
    margin-bottom: -2.33%;
}

.news-section__news-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 31%;
    margin-right: 2.33%;
    margin-bottom: 2.33%;
    /* @media (max-width: 1200px) {
            height: 220px;
        }

        @media (max-width: 1200px) {
            height: 200px;
        }

        @media (max-width: 1024px) {
            height: 172px;
        }

      
        @media (max-width: 767px) {
            width: 47.67%;
        }

        @media (max-width: 425px) {
            height: 160px;
        }

        @media (max-width: 375px) {
            height: 140px;
        } */
}

.news-section__news-item-image-block {
    position: relative;
    min-height: 250px;
    overflow: hidden;
}

.news-section__news-image-link {
    cursor: pointer;
}

.news-section__image {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    top: 0;
    left: 0;
}

.news-section__news-item-info-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.news-section__news-text-block-link:hover .news-section__news-headline {
    text-decoration: underline;
}

.news-section__news-text-block-link:hover .news-section__news-text {
    text-decoration: underline;
}

.news-section__news-date {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #808080;
    margin-top: 20px;
    pointer-events: none;
}

.news-section__news-headline {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #3A3A3A;
    margin-top: 12px;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    cursor: pointer;
    /* flex-grow: 1; */
}

.news-section__news-text {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #3A3A3A;
    margin-top: 12px;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    cursor: pointer;
}

.news-section__details-link {
    margin-top: 12px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.04em;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #3A3A3A;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    display: inline-block;
    cursor: pointer;
}

.news-section__details-link:hover {
    color: #3b77ca;
}

.actions-section__actions-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -2.33%;
    margin-bottom: -2.33%;
}

.actions-section__actions-item {
    position: relative;
    width: 31%;
    height: 246px;
    margin-right: 2.33%;
    margin-bottom: 2.33%;
    cursor: pointer;
}

.actions-section__actions-item:hover .actions-section__actions-link {
    bottom: 10px;
}

.actions-section__actions-item:hover .actions-section__actions-link-button {
    bottom: 0px;
}

.actions-section__actions-link {
    position: absolute;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    bottom: 0px;
}

.actions-section__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.actions-section__button-wrapper-link {
    display: block;
    overflow: hidden;
    bottom: 0;
    position: relative;
    height: 100%;
}

.actions-section__actions-link-button {
    position: absolute;
    background: #3b77ca;
    width: 100%;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    cursor: pointer;
    transition: .2s;
    padding: 15px 0;
    bottom: -100%;
}

.actions-section__actions-link-button:hover {
    background-color: #f2d516;
}

@media (min-width: 1025px) {
    .menu-block__menu-item_nested:hover .menu-block__menu-item-sub-list {
        opacity: 1;
        visibility: visible;
    }
    .menu-block__menu-item_nested-nested:hover .menu-block__menu-item-sub-sub-list {
        opacity: 1;
        visibility: visible;
    }
    .menu-block__menu-item_nested-nested-nested:hover .menu-block__menu-item-sub-sub-sub-list {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 1432px) {
    .container {
        max-width: auto;
        /*  width: 90%; */
        padding-left: 12px;
        padding-right: 12px;
    }
    .container_header-top {
        max-width: 100%;
        /*  width: 90%; */
        /* padding-left: 12px;
       padding-right: 12px; */
    }
    .news-section .news-slider-block__image {
        min-height: 0px;
        padding-top: 54%;
    }
    .footer .footer-content-wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .footer .footer-block_contacts-schedule-block {
        margin-right: 120px;
    }
    .footer .footer-block_map-block {
        margin-right: 80px;
    }
    .footer .footer-block_catalogue {
        margin-right: 60px;
    }
    .good-card-section__good-image-block {
        min-width: 295px;
    }
    .good-card-section__good-image-block.wide-image {
        min-width: 320px;
    }
    .info-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 100px;
    }
    .info-section__info-block {
        width: 100%;
        margin-right: 40px;
    }
    .info-section__info-block:last-of-type {
        margin-right: 40px;
    }
}

@media (max-width: 1300px) {
    .header .header-bottom__numbers {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .header .header-bottom__phone {
        margin-bottom: 5px;
    }
    .header .header-bottom__phone:last-of-type {
        margin-bottom: 0px;
    }
    .footer .footer-block_contacts-schedule-block {
        margin-right: 75px;
    }
    .footer .footer-block_map-block {
        margin-right: 50px;
    }
    .footer .footer-block_map-block {
        margin-right: 20px;
    }
    .footer .footer-block_catalogue {
        margin-right: 35px;
    }
    .good-card-section__good-image-block {
        min-width: 235px;
    }
    .good-card-section__good-image-block.wide-image {
        min-width: 270px;
    }
    .good-card-section .good-description-block__parameters-name-column {
        margin-right: 12px;
    }
    .good-card-section .good-description-block__select-color-block {
        margin-right: 36px;
    }
}

@media (max-width: 1270px) {
    .catalogue-section__aside-block {
        margin-right: 24px;
    }
    .catalogue-section .catalogue-goods-block__top {
        margin-bottom: 24px;
    }
    .catalogue-section .catalogue-goods-block .good-card {
        width: 32.33%;
    }
}

@media (max-width: 1200px) {
    .section-top-block__title {
        font-size: 22px;
    }
    .section-top-block__number-container {
        width: 24px;
        height: 24px;
    }
    .page-top-block {
        padding: 26px 0;
    }
    .text-section__title {
        font-size: 24px;
    }
    .text-section__subtitle {
        font-size: 19px;
    }
    .text-section__text {
        font-size: 15px;
        line-height: 24px;
    }
    .text-section__list-item {
        font-size: 15px;
        line-height: 24px;
    }
    .text-section__list-item:before {
        width: 9px;
        height: 9px;
    }
    section:last-of-type {
        padding-bottom: 50px;
    }
    .header .header-bottom__phone {
        margin-right: 20px;
    }
    .header .header-bottom__phone:last-of-type {
        margin-right: 20px;
    }
    .header .header-bottom__order-call-button {
        margin-right: 12px;
    }
    .header .header-bottom__search,
    .header .header-bottom__goods-seen-block {
        margin-right: 17px;
    }
    .new-goods-section__banner-text {
        font-size: 28px;
    }
    .new-goods-section__banner-text {
        padding-left: 65px;
    }
    .about-us-section__statistics-block {
        padding: 35px 120px;
    }
    .about-us-section__statistics-item-number {
        font-size: 38px;
    }
    .about-us-section__statistics-item-text {
        font-size: 16px;
        line-height: 22px;
    }
    .footer .footer-block__email-form {
        width: 310px;
    }
    .footer .footer-block__email-input {
        font-size: 14px;
    }
    .footer .footer-block_contacts-schedule-block {
        margin-right: 25px;
    }
    .gallery-section__gallery-item {
        height: 280px;
    }
    .text-page-main .info-section__image {
        min-height: 280px;
    }
    .map-section__map {
        height: 450px;
    }
    .good-card-section__good-image-block.wide-image {
        padding: 70px 20px;
        min-width: 245px;
    }
    .good-card-section .good-description-block__description-partition {
        padding-right: 32px;
    }
    .good-card-section .good-description-block__top-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .good-card-section .good-description-block__headline {
        width: auto;
    }
    .good-card-section .good-description-block__parameters-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .good-card-section .good-description-block__parameters-name-column_second-column {
        margin-right: 28px;
    }
    .good-card-section .good-description-block__color-to-gallery-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .good-card-section .good-description-block__to-gallery-link {
        margin-top: 15px;
    }
    .good-card-section .good-description-block__price-set-block-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .good-card-section .good-description-block__price-set-block {
        margin-bottom: 20px;
    }
    .good-card-section .good-description-block__order-call-partition {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .good-card-section .good-description-block__order-call-form {
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .order-section-content-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .order-block {
        width: 100%;
        margin-bottom: 20px;
    }
    .order-block__ordered-amount-wrapper {
        width: 24px;
        height: 24px;
    }
    .make-order-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        padding: 39.2px 32px;
    }
    .make-order-block__top {
        padding: 0px;
        border: none;
    }
    .make-order-block__bottom-info-block {
        padding: 0px;
    }
    .make-order-block__total-price-block {
        margin-bottom: 15px;
    }
    .make-order-block__button {
        padding: 14px 20px;
    }
    .complete-order-section-content-wrapper-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .order-details-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px;
        width: 100%;
    }
    .order-details-block-form {
        width: 100%;
        max-width: 60%;
    }
    .leave-feedback-section .leave-feedback-form__client-info-column {
        min-width: 300px;
    }
    .news-section__news-item-image-block {
        min-height: 200px;
    }
}

@media screen and (max-width: 1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right;
    }
}

@media (max-width: 1024px) {
    .menu-block {
        /*  display: none; */
        position: absolute;
        top: 76px;
        left: -100%;
        z-index: 10000;
        width: 380px;
        max-width: 380px;
        /* overflow-x: hidden;
        overflow-y: auto; */
        height: calc(100vh - 52px);
        overflow: auto;
        background: rgba(0, 0, 0, 0.5);
    }
    .menu-block__menu-link_nested:after {
        display: none;
    }
    .menu-block__nested-arrow-button {
        display: block;
    }
    .menu-block__menu-item-sub-list {
        position: static;
        -webkit-box-shadow: none;
        box-shadow: none;
        height: 0px;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
    }
    .menu-block__menu-item-sub-list .menu-block__menu-link {
        padding: 4px 32px;
        line-height: 19px;
    }
    .menu-block__menu-item-sub-sub-list {
        position: static;
        -webkit-box-shadow: none;
        box-shadow: none;
        height: 0px;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
    }
    .menu-block .header-top__menu-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 26px 32px 38px 32px;
        margin-bottom: -5px;
        background: #F2F1F1;
    }
    .menu-block .header-top__menu-list_no-catalogue-menu-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #FFFFFF;
        padding: 0px;
    }
    .menu-block .header-top__menu-list_no-catalogue-menu-list .header-top__menu-item {
        margin-bottom: 0px;
    }
    .menu-block .header-top__menu-list_no-catalogue-menu-list .header-top__menu-item:first-of-type {
        padding-top: 24px;
    }
    .menu-block .header-top__menu-list_no-catalogue-menu-list .header-top__menu-item:last-of-type {
        padding-bottom: 60px;
    }
    .menu-block .header-top__menu-list_no-catalogue-menu-list .header-top__menu-link {
        display: block;
        width: 100%;
        padding: 12px 0;
        padding-left: 32px;
        padding-right: 18px;
        background-color: #FFFFFF;
        font-size: 16px;
        line-height: 24px;
        color: #5C6474;
    }
    main {
        padding-top: 0px !important;
    }
    .header .select-city {
        position: relative;
    }
    .header .new-select__item {
        background-color: #fff;
        margin-bottom: 5px;
    }
    .header .new-select__item:last-of-type {
        margin-bottom: 0px;
    }
    .header .new-select__list {
        background-color: #fff;
        position: absolute;
        width: 100%;
        z-index: 10000;
        padding: 10px 0;
    }
    .header .header-bottom__burger-menu-open-button {
        position: absolute;
        top: 1px;
        left: 0px;
        display: block;
        width: 76px;
        height: 76px;
        background-color: #3b77ca;
    }
    .header .header-bottom__content-wrapper {
        padding: 18px 0;
    }
    .header .header-bottom__logo-wrapper {
        padding-left: 90px;
    }
    .header .header-bottom__city-select-wrapper {
        width: 100%;
        background: #F2F1F1;
        color: #000;
        text-align: center;
        line-height: 23px;
    }
    .header .header-bottom__order-call-button {
        display: none;
    }
    .header .header-bottom__search-icon {
        width: 23px;
        height: 24px;
        margin-right: 32px;
    }
    .header .header-bottom__cart-icon {
        width: 29px;
        height: 25px;
        margin-right: 10px;
    }
    .header .header-bottom__cart-text,
    .header .header-bottom__search-text {
        display: none;
    }
    .header .header-bottom__in-cart-amount {
        font-size: 17px;
        line-height: 26px;
    }
    .header .header-bottom__goods-seen-block {
        display: none;
    }
    .header .header-bottom__search,
    .header .header-bottom__goods-seen-block {
        margin-right: 0px;
    }
    .menu-section__slider-block {
        max-width: 100%;
    }
    .menu-section .slider-block__top-block {
        display: none;
    }
    .about-us-section__statistics-block {
        padding: 35px 55px;
    }
    .about-us-section__statistics-item-text {
        font-size: 15px;
    }
    .about-us-section__text-block {
        padding: 36px 24px;
    }
    .about-us-section__see-more-link {
        padding-left: 24px;
    }
    .footer .footer-content-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 24px;
        padding-right: 24px;
    }
    .footer .footer-block {
        /* &:nth-child(1),&:nth-child(2),&:nth-child(3) {
            margin-right: 0px;
            flex-basis: 33.33%;
        } */
        margin-right: 0px;
    }
    .footer .footer-block:nth-child(1) {
        -ms-flex-preferred-size: 23%;
        flex-basis: 23%;
        margin-right: 4.5%;
    }
    .footer .footer-block:nth-child(2) {
        -ms-flex-preferred-size: 42%;
        flex-basis: 42%;
        margin-right: 4%;
    }
    .footer .footer-block:nth-child(3) {
        -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    }
    .footer .footer-block_subscription {
        margin-top: 30px;
    }
    .page-search-content .search-bar__input {
        font-size: 21px;
    }
    .page-search-content .search-results-block__amount-info {
        padding: 20px 0;
    }
    .page-search-content .search-results-block .result-item {
        padding: 32px 50px;
    }
    .page-search-content .search-results-block .result-item__image-wrapper {
        margin-right: 50px;
    }
    .page-search-content .search-results-block .result-item__see-good-button {
        padding: 14px 30px;
        font-size: 18px;
    }
    .gallery-section__gallery-link-button {
        bottom: 0;
        padding: 10px 0;
    }
    .good-card-section__good-image-block {
        width: 40%;
        min-width: 40%;
    }
    .good-card-section__good-image-block.wide-image {
        width: 40%;
        min-width: 36%;
        margin-right: 20px;
    }
    .good-card-section .good-description-block__order-call-form-input {
        width: auto;
    }
    .info-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 60px;
    }
    .info-section__header {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .order-block__header {
        padding: 30px;
    }
    .order-block .in-cart {
        padding: 0px 32px 0px 32px;
    }
    .order-block .in-cart__amount {
        width: 40px;
    }
    .order-block .in-cart__empty-cart-message {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .catalogue-section__aside-block {
        max-width: 0px;
        margin-right: 0px;
    }
    .catalogue-section .filter-block {
        position: fixed;
        top: 0px;
        left: -100%;
        z-index: 11000;
        height: 100vh;
        /* mobile viewport bug fix */
        min-height: -webkit-fill-available;
    }
    .catalogue-section .filter-block__close-filter-block {
        display: block;
    }
    .catalogue-section .filter-block__main-content {
        overflow: auto;
    }
    .catalogue-section .filter-block__info-block {
        padding: 10px 0;
    }
    .catalogue-section .catalogue-goods-block__filter-button {
        display: block;
    }
    .catalogue-section .catalogue-goods-block__cathegory-headline {
        padding-left: 50px;
    }
    .leave-feedback-section__headline {
        padding: 20px 0;
    }
    .leave-feedback-section__headline {
        padding: 15px 0;
        font-size: 18px;
    }
    .leave-feedback-section .leave-feedback-form__form-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .leave-feedback-section .leave-feedback-form__choose-rating-block {
        margin-bottom: 25px;
    }
    .news-section__news-item-image-block {
        min-height: 172px;
    }
}

@media (max-width: 992px) {
    .text-section__content-wrapper {
        max-width: 100%;
        padding-right: 50px;
    }
    .gallery-section__gallery-item {
        height: 240px;
    }
    .text-page-main .info-section__image {
        min-height: 250px;
    }
    .map-section__map {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .popup__text {
        line-height: 16px;
    }
    .page-top-block {
        padding: 22px 0;
    }
    .text-section__content-wrapper {
        padding-top: 40px;
        padding-bottom: 100px;
    }
    .text-section__list {
        margin-top: 36px;
        margin-bottom: 30px;
    }
    section:last-of-type {
        padding-bottom: 40px;
    }
    .page-search-content .search-bar__close-button {
        top: 49%;
    }
    .gallery-section__gallery-item {
        height: 180px;
    }
    .gallery-section__gallery-link-button {
        font-size: 14px;
        line-height: 12px;
        padding: 7px 0;
    }
    .text-page-main .info-section__image {
        min-height: 225px;
    }
    .good-card-section__good-card-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .good-card-section__good-image-block {
        width: 100%;
        padding-bottom: 0px;
        margin-right: 0px;
    }
    .good-card-section__good-image-block.wide-image {
        width: 100%;
        padding: 40px 29%;
        padding-bottom: 0px;
        margin-right: 0px;
    }
    .good-card-section .good-description-block__headline {
        font-size: 24px;
        line-height: 30px;
    }
    .good-card-section .good-description-block__headline {
        font-size: 22px;
        line-height: 26px;
    }
    .good-card-section .good-description-block__parameters-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .good-card-section .good-description-block__parametres-column {
        margin-right: 15px;
    }
    .good-card-section .good-description-block__parametres-column:last-of-type {
        margin-right: 0px;
    }
    .good-card-section .good-description-block__parameters-name-column {
        margin-right: 5px;
    }
    .good-card-section .good-description-block__parameters-name-column {
        margin-right: 12px;
    }
    .make-order-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0px;
    }
    .make-order-block__top {
        margin-bottom: 20px;
        padding: 39.2px 32px;
        padding-bottom: 0px;
    }
    .make-order-block__bottom-info-block {
        padding: 39.2px 32px;
        padding-bottom: 0px;
        padding-top: 20px;
    }
    .make-order-block__goods-amount {
        margin-bottom: 15px;
    }
    .news-section__news-item {
        width: 47.67%;
    }
}

@media (max-width: 767px) {
    .b24-widget-button-wrapper {
        right: 20px !important;
    }
    .menu-block__menu-item-sub-sub-sub-list {
        padding-left: 1rem !important;
    }
    .menu-block__menu-item-sub-sub-list {
        max-width: 100% !important;
        padding-left: 1rem !important;
    }
    .menu-block__menu-item-sub-list {
        padding-right: 0 !important;
        padding-left: 1rem !important;
    }
    .slides {
        width: 188px;
    }
    .owl-prev,
    .owl-next {
        /* display: none; */
    }
    .owl-prev:hover::before {
        width: 28px;
    }
    .owl-prev:hover::after {
        margin-left: 0px;
    }
    .owl-next:hover {
        right: 0px;
    }
    .owl-next:hover::before {
        width: 28px;
    }
    .owl-next:hover::after {
        margin-left: 0px;
    }
    .owl-dots {
        left: 31px;
    }
    .section-top-block__title {
        font-size: 17px;
    }
    .section-top-block__number {
        font-size: 12px;
    }
    .section-top-block__see-all-link {
        font-size: 13px;
    }
    .header .new-select__list {
        /* top: 47px; */
    }
    .menu-section .slider-block__item-button {
        display: none;
    }
    .menu-section .slider-block .owl-prev,
    .menu-section .slider-block .owl-next {
        display: none;
    }
    .new-goods-section__banner {
        display: none;
    }
    .new-goods-section__banner-mobile {
        display: block;
        background-color: #3b77ca;
    }
    .about-us-section__statistics-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 20px 0px;
    }
    .about-us-section__statistics-item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        margin-bottom: 24px;
    }
    .about-us-section__statistics-item:nth-child(3),
    .about-us-section__statistics-item:nth-child(4) {
        margin-bottom: 0px;
    }
    .about-us-section__statistics-item-text {
        padding: 0px 20px;
    }
    .footer .footer-content-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer .footer-block:nth-child(1),
    .footer .footer-block:nth-child(2),
    .footer .footer-block:nth-child(3) {
        margin-bottom: 20px;
    }
    .footer .footer-block_subscription {
        margin-top: 0px;
    }
    .page-search-content .search-results-block .result-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 32px 30px;
    }
    .page-search-content .search-results-block .result-item__good-description-block {
        margin-bottom: 20px;
    }
    .page-search-content .search-results-block .result-item__see-good-button {
        padding: 14px 46px;
    }
    .info-section__info-blocks-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-right: 32px;
    }
    .info-section__info-block {
        margin-bottom: 20px;
        margin-right: 0px;
    }
    .info-section__info-block:last-of-type {
        margin-right: 0px;
    }
    .order-block__ordered-amount {
        font-size: 12px;
    }
    .order-block .in-cart {
        /* padding: 25px 0; */
        padding: 0px;
    }
    .order-block .in-cart__table {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .order-block .in-cart__header {
        display: none;
    }
    .order-block .in-cart__list_product-cart {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 30px;
        padding-top: 30px;
        border-bottom: 0.5px solid #D9D9D9;
        position: relative;
    }
    .order-block .in-cart__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 10px;
    }
    .order-block .in-cart__item:last-of-type {
        margin-bottom: 0px;
    }
    .order-block .in-cart__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .order-block .in-cart__image-wrapper {
        margin-bottom: 20px;
    }
    .order-block .in-cart__del-button {
        position: absolute;
        top: 30px;
        right: 20px;
    }
    .order-block .in-cart__empty-cart-message {
        padding-left: 32px;
    }
    .order-details-block {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .catalogue-section .filter-block__option-name {
        margin-right: 15px;
    }
    .catalogue-section .filter-block__color-id-wrapper {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }
    .catalogue-section .catalogue-goods-block__top {
        padding: 5px 32px;
        padding-right: 0px;
    }
    .catalogue-section .catalogue-goods-block__cathegory-headline {
        font-size: 22px;
        line-height: 28px;
    }
    .catalogue-section .catalogue-goods-block .new-select__list {
        top: 47px;
    }
    .catalogue-section .catalogue-goods-block .good-card__image-link {
        height: 220px;
    }
    .catalogue-section .catalogue-goods-block .good-card__price-block_discount {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .catalogue-section .catalogue-goods-block .good-card__price_discount {
        margin-left: 0px;
    }
    .feedback-section .feedback-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 28px 20px 28px 20px;
    }
    .feedback-section .feedback-block__client-info-block {
        padding-top: 0px;
        margin-bottom: 20px;
        margin-right: 0px;
    }
    .feedback-section .feedback-block__client-name {
        margin-bottom: 5px;
        max-width: 100%;
    }
    .leave-feedback-section .leave-feedback-form {
        padding-left: 20px;
        padding-right: 20px;
    }
    .leave-feedback-section .leave-feedback-form__form-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .leave-feedback-section .leave-feedback-form__client-info-column {
        margin-right: 0px;
    }
}

@media (max-width: 576px) {
    .popup__block {
        width: 90%;
    }
    .popup__content-thanks {
        padding: 72px 20px 44px 20px;
    }
    .popup__content-product-comment {
        padding: 40px 20px 40px 20px;
    }
    .menu-block {
        top: 52px;
    }
    .owl-dots {
        left: 27px;
        bottom: 33px;
    }
    .section-top-block {
        margin-bottom: 20px;
    }
    .page-top-block {
        padding: 18px 0;
    }
    .text-section__content-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
    .header .header-bottom__burger-menu-open-button {
        width: 60px;
        height: 52px;
    }
    .header .header-bottom__content-wrapper {
        padding: 13px 0;
    }
    .header .header-bottom__logo-link {
        height: 22px;
    }
    .header .header-bottom__logo-image {
        height: 100%;
    }
    .menu-section .slider-block__item {
        height: 350px;
    }
    .about-us-section__content {
        padding-bottom: 24px;
    }
    .about-us-section__statistics-item-text {
        padding: 0px 10px;
    }
    .about-us-section__text-block {
        padding-top: 24px;
    }
    .footer .footer-content-wrapper {
        padding: 24px 0;
    }
    .footer .footer-block__email-form {
        width: 100%;
    }
    .footer .footer-block__email-input {
        width: 100%;
    }
    .page-search-content .search-bar__close-button {
        top: 50%;
    }
    .page-search-content .search-bar__close-button-image {
        width: 16px;
    }
    .page-search-content .search-bar__input-wrapper:before {
        background-image: url("../img/_main-page/search-window/search-icon-small.svg");
        width: 19px;
        height: 19.83px;
    }
    .page-search-content .search-bar__input {
        padding-left: 70px;
        padding-top: 18px;
        padding-bottom: 15 px;
        font-size: 19px;
    }
    .page-search-content .search-results-block__results-container {
        padding-right: 20px;
    }
    .page-search-content .search-results-block .result-item__good-description-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .page-search-content .search-results-block .result-item__image-wrapper {
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .gallery-section__gallery-item {
        width: 47.67%;
    }
    .text-page-main .info-section__image {
        min-height: 170px;
    }
    .map-section__map {
        height: 300px;
    }
    .good-card-section__good-image-block {
        padding-bottom: 0px;
    }
    .good-card-section__good-image-block.wide-image {
        padding: 40px 25%;
        padding-bottom: 0px;
    }
    .good-card-section .good-description-block__parameters-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .good-card-section .good-description-block__parametres-column {
        margin-right: 0px;
    }
    .good-card-section .good-description-block__parameters-name-column_second-column {
        margin-right: 28px;
    }
    .good-card-section .good-description-block__select-color-block {
        margin-right: 0px;
    }
    .info-section__header {
        padding-left: 32px;
    }
    .info-section__info-blocks-wrapper {
        padding-left: 32px;
    }
    .order-block__header {
        padding: 20px;
    }
    .order-block__headline {
        font-size: 22px;
        line-height: 22px;
    }
    .make-order-block__button {
        padding: 10px 20px;
    }
    .order-details-block {
        padding-right: 32px;
        padding-left: 32px;
    }
    .order-details-block__headline {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .order-details-block-form {
        max-width: 100%;
    }
    .catalogue-section .catalogue-goods-block__cathegory-headline {
        font-size: 16px;
        line-height: 18px;
        padding-left: 40px;
    }
    .catalogue-section .catalogue-goods-block .select-filter {
        font-size: 14px;
    }
    .catalogue-section .catalogue-goods-block .good-card {
        width: 49%;
    }
    .leave-feedback-section .leave-feedback-form {
        padding: 45px 20px;
    }
    .leave-feedback-section .leave-feedback-form__client-info-column {
        min-width: auto;
    }
    .news-section__news-item {
        width: 100%;
        margin-bottom: 20px;
    }
    .news-section__news-item:last-of-type {
        margin-bottom: 0px;
    }
    .news-section__news-item-image-block {
        min-height: 255px;
    }
}

@media (max-width: 425px) {
    .popup__content-order-call {
        padding: 32px 20px;
    }
    .popup__headline {
        font-size: 18px;
    }
    .popup__form-label_rating {
        margin-left: 0px;
        margin-top: 2px;
    }
    .popup__rating-block {
        margin-top: 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .menu-block {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }
    .menu-block__menu-item-sub-list {
        position: static;
        max-width: 100%;
        padding-right: 40px;
    }
    .owl-dots {
        left: 21px;
        bottom: 30px;
    }
    .section-top-block {
        margin-bottom: 12px;
    }
    .page-top-block {
        padding: 14px 0;
    }
    .text-section__content-wrapper {
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }
    .text-section__title {
        font-size: 22px;
        margin-bottom: 24px;
    }
    .text-section__subtitle {
        font-size: 16px;
        margin-bottom: 24px;
    }
    .text-section__text {
        font-size: 13px;
        line-height: 18px;
    }
    .text-section__text:first-of-type {
        margin-bottom: 24px;
    }
    .text-section__list-item {
        font-size: 13px;
        line-height: 18px;
    }
    .text-section__list-item:before {
        width: 8px;
        height: 8px;
        margin-right: 8px;
    }
    section:last-of-type {
        padding-bottom: 30px;
    }
    .header .header-bottom__logo-wrapper {
        padding-left: 65px;
    }
    .header .header-bottom__search-icon {
        margin-right: 22px;
    }
    .menu-section .slider-block__item {
        height: auto;
        min-height: 200px;
    }
    .new-goods-section__banner-text {
        padding-left: 30px;
        font-size: 33px;
        line-height: 47px;
        font-size: 24px;
        line-height: 39px;
    }
    .about-us-section__statistics-item-text {
        font-size: 13px;
    }
    .footer .footer-content-wrapper {
        padding-left: 12px;
        padding-right: 12px;
    }
    .page-search-content .search-bar {
        padding: 15px 0;
    }
    .page-search-content .search-bar__close-button {
        top: 47%;
        margin-right: 20px;
        margin-top: 2px;
    }
    .page-search-content .search-bar__input-wrapper:before {
        margin-left: 20px;
    }
    .page-search-content .search-bar__input {
        font-size: 16px;
        padding-left: 50px;
        padding-right: 40px;
        padding-top: 14px;
        padding-bottom: 12px;
    }
    .page-search-content .search-results-block__amount-info {
        padding: 10px 0;
    }
    .page-search-content .search-results-block__results-container {
        padding-right: 12px;
    }
    .page-search-content .search-results-block .simplebar-vertical {
        width: 7px;
    }
    .page-search-content .search-results-block .result-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 15px;
        margin-bottom: 15px;
    }
    .page-search-content .search-results-block .result-item__see-good-button {
        padding: 10px 20px;
        font-size: 16px;
    }
    .gallery-section__gallery-item {
        height: 160px;
    }
    .text-page-main .info-section__image {
        min-height: 130px;
    }
    .good-card-section__good-image-block {
        padding-bottom: 0px;
    }
    .good-card-section__good-image-block.wide-image {
        padding: 30px 17%;
        padding-bottom: 0px;
    }
    .good-card-section .good-description-block__description-partition {
        padding: 26px 20px 20px 20px;
    }
    .good-card-section .good-description-block__top-block {
        margin-bottom: 18px;
    }
    .good-card-section .good-description-block__leave-mark-rating-block {
        margin-bottom: 15px;
    }
    .good-card-section .good-description-block__rating-star {
        font-size: 26px;
    }
    .good-card-section .good-description-block__color-link {
        margin-right: 9px;
    }
    .good-card-section .good-description-block__color-link.active {
        margin-right: 8px;
    }
    .good-card-section .good-description-block__price-set-block-wrapper {
        padding: 20px 32px 20px 32px;
    }
    .good-card-section .good-description-block__price-set-block {
        margin-right: 0px;
    }
    .good-card-section .good-description-block__item-set {
        width: 100%;
        margin-right: 0px;
    }
    .good-card-section .good-description-block__select-amount-block-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .good-card-section .good-description-block__select-amount-block {
        margin-bottom: 35px;
    }
    .good-card-section .good-description-block__bottom-text {
        padding: 20px;
        font-size: 13px;
        line-height: 18px;
    }
    .good-card-section .good-description-block__order-call-partition {
        padding: 22px 20px 22px 20px;
    }
    .good-card-section .good-description-block__order-call-form {
        margin-right: 0px;
    }
    .good-card-section .good-description-block__order-call-form-button {
        width: 100px;
    }
    .good-card-section .good-description-block__order-call-text {
        margin-right: 0px;
        font-size: 13px;
        line-height: 18px;
    }
    .info-section__header {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .info-section__info-blocks-wrapper {
        padding-left: 32px;
        padding-right: 32px;
        padding-bottom: 0;
        padding-top: 20px;
        padding: 20px 20px 0px 20px;
    }
    .order-block .in-cart__list_product-cart {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .order-block .in-cart__del-button {
        top: 20px;
    }
    .order-details-block-form__input {
        height: 35px;
    }
    .make-order-block__button {
        font-size: 14px;
    }
    .catalogue-section {
        padding-bottom: 20px !important;
    }
    .catalogue-section .filter-block {
        width: 100%;
    }
    .catalogue-section .catalogue-goods-block__top {
        margin-bottom: 14px;
    }
    .catalogue-section .catalogue-goods-block .select-filter {
        width: 110px;
    }
    .catalogue-section .catalogue-goods-block__download-more-button {
        padding: 10px 0;
    }
    .feedback-section .feedback-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 4.25% 20px 4.25%;
        margin-bottom: 10px;
    }
    .feedback-section .feedback-block__client-photo-container {
        margin-right: 15px;
    }
    .feedback-section__show-more-button {
        padding: 10px 0;
    }
    .leave-feedback-section .leave-feedback-form {
        padding: 30px 20px;
    }
    .leave-feedback-section .leave-feedback-form__form-content {
        margin-bottom: 40px;
    }
    .leave-feedback-section .leave-feedback-form__field-input {
        height: 35px;
    }
    .leave-feedback-section .leave-feedback-form__field-input {
        margin-bottom: 20px;
    }
    .leave-feedback-section .leave-feedback-form__field-input:last-of-type {
        margin-bottom: 0px;
    }
    .leave-feedback-section .leave-feedback-form__field-input_feedback-textarea {
        height: 100%;
    }
    .leave-feedback-section .leave-feedback-form__choose-rating-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .leave-feedback-section .leave-feedback-form__rating {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-bottom: 2px;
    }
    .leave-feedback-section .leave-feedback-form__choose-rating-block-label {
        margin-left: 0px;
        margin-bottom: 2px;
    }
    .news-section__news-item-image-block {
        min-height: 225px;
    }
}

@media (max-width: 375px) {
    .gallery-section__gallery-item {
        height: 140px;
    }
    .text-page-main .info-section__image {
        min-height: 115px;
    }
}

@media (max-width: 130px) {
    .news-section__news-item-image-block {
        min-height: 230px;
    }
}

@media (-webkit-min-device-pixel-ratio: 1.1),
(-webkit-min-device-pixel-ratio: 1.09375),
(-o-min-device-pixel-ratio: 35/32),
(min-resolution: 105dpi),
(-o-min-device-pixel-ratio: 11/10),
(min-resolution: 1.1dppx) {
    /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(../img/libs/photoswipe-default-skin/default-skin.png);
    }
    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: none;
    }
}

.webp .owl-carousel .owl-video-play-icon {
    background: url(owl.video.play.webp) no-repeat;
}

.webp .pswp__button,
.webp .pswp__button--arrow--left:before,
.webp .pswp__button--arrow--right:before {
    background: url(../img/libs/photoswipe-default-skin/default-skin.webp) 0 0 no-repeat;
}

.webp .menu-section .slider-block__item {
    background: url(./../img/_main-page/slider-image-signed.webp) left center no-repeat;
}

.webp .news-section .news-slider-block__image {
    background: url(./../img/_main-page/news-image-1.webp) 50% 50% no-repeat;
}

.webp .new-goods-section__banner {
    background: url(./../img/_main-page/banner.webp) 50% 50% no-repeat;
}

.webp .text-page-main .info-section__image {
    background: url(./../img/_text-page/gallery-image.webp) 50% 50% no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.1),
(-webkit-min-device-pixel-ratio: 1.09375),
(-o-min-device-pixel-ratio: 35/32),
(min-resolution: 105dpi),
(-o-min-device-pixel-ratio: 11/10),
(min-resolution: 1.1dppx) {
    .webp .pswp--svg .pswp__button,
    .webp .pswp--svg .pswp__button--arrow--left:before,
    .webp .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(../img/libs/photoswipe-default-skin/default-skin.webp);
    }
}

@media (max-width: 1024px) {
    .header-bottom__search {
        width: auto;
    }
}