/*! Varriables */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/*! Adapted to BEM methodology */
/* 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 */
}

/**
   * Remove Blue effect when tap on tablets and on phones.
   * Better do it only to - button a input textarea select
   */
a,
button,
.selectNone,
.no-select {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/**
   * Remove border and padding in Firefox.
   */
::-moz-focus-outer,
::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
* Remove all outlinise( Better to add that rule to - button a select input textarea)
*/
* {
  outline: 0 !important;
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
  vertical-align: bottom;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

/* ============================================================================ */
/* ============================================================================ */
/* null style Anton */
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

:focus, :active {
  outline: none;
}

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

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

html, body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-size: 14px;
  font-family: "Lato";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: "Lato";
}

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

button {
  cursor: pointer;
}

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

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

/* ============================================================================ */
/* ============================================================================ */
/*============================================================================
	#Fonts
==============================================================================*/
@font-face {
  font-family: "AireBoldPro";
  src: url("/assets/fonts/AireBoldPro.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/Inter-Regular.woff2") format("woff2"), url("/assets/fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/Inter-Medium.woff2") format("woff2"), url("/assets/fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/Inter-SemiBold.woff2") format("woff2"), url("/assets/fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/Inter-Bold.woff2") format("woff2"), url("/assets/fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-Light";
  src: url("/assets/fonts/Inter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/*============================================================================
	#Global
==============================================================================*/
html {
  box-sizing: border-box;
  height: 100%;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.lazy-background {
  background: inherit;
}

body {
  background: white;
  height: 100%;
  font-family: "Intel", sans-serif;
  animation: 0.5s;
  color: #292929;
  overflow-x: hidden;
  margin-right: calc(-1 * (100vw - 100%));
}

.no-scroll {
  overflow: hidden;
  position: relative;
}

.no-scroll-popup {
  overflow: hidden;
  position: relative;
}

img {
  height: auto;
  max-width: 100%;
}

svg {
  vertical-align: top;
}

.wrapper {
  margin: 0 auto;
  max-width: 1920px;
}

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

html {
  box-sizing: border-box;
  height: 100%;
  scroll-behavior: smooth;
  width: 100vw;
  margin-right: calc(-1 * (100vw - 100%));
}

.root {
  margin-top: 105px;
}

.no-scroll-popup {
  position: static;
  height: auto;
  overflow-y: hidden;
}
@media (max-width: 1199.98px) {
  .no-scroll-popup {
    position: relative;
    height: inherit;
    overflow: hidden;
  }
}

h1 {
  margin: 0;
}

@media (max-width: 1199.98px) {
  .container {
    padding: 0 15px;
    max-width: 100%;
  }
  .root {
    margin-top: 55px;
  }
}
/*============================================================================
	#Typography
==============================================================================*/
html {
  font-size: 62.5%;
}

body,
button,
input,
select,
optgroup,
textarea {
  font-family: "Intel", sans-serif;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

.seo-text:first-child, .seo-text:last-child {
  margin-bottom: 0;
}
.seo-text h1, .seo-text h2, .seo-text h3, .seo-text h4, .seo-text h5, .seo-text h6, .seo-text p, .seo-text a {
  color: #666666;
  margin-bottom: 30px;
}
.seo-text h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #25282E;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .seo-text h1 {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 26px;
  }
}
.seo-text h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .seo-text h2 {
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 26px;
  }
}
.seo-text h3 {
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .seo-text h3 {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 24px;
  }
}
.seo-text h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .seo-text h4 {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 24px;
  }
}
.seo-text h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .seo-text h5 {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 24px;
  }
}
.seo-text h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .seo-text h6 {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 24px;
  }
}
.seo-text p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.3px;
}
@media (max-width: 1023.98px) {
  .seo-text p {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 24px;
  }
}
.seo-text p a {
  background: #E3E6F0;
  font-size: 1.4rem;
  line-height: 2.6rem;
}
.seo-text blockquote {
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
  position: relative;
  line-height: 28px;
  text-align: center;
  padding: 48px 30px;
  border-top: 1px solid #C40A0A;
  margin-top: 50px;
}
@media (max-width: 767.98px) {
  .seo-text blockquote {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    padding: 25px 10px;
    margin-top: 30px;
  }
}
.seo-text blockquote::after {
  content: "";
  top: -17px;
  position: absolute;
  height: 35px;
  font-size: 60px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-image: url("../../../assets/icons/quote.svg");
  background-position: center;
  background-size: 42px;
  left: 50%;
  transform: translateX(-50%);
  width: 154px;
}
@media (max-width: 767.98px) {
  .seo-text blockquote::after {
    background-size: 30px;
    width: 85px;
  }
}
.seo-text ul {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .seo-text ul {
    margin-bottom: 30px;
  }
}
.seo-text ul li {
  font-weight: 400;
  position: relative;
  font-size: 14px;
  line-height: 28px;
  padding-left: 15px;
  color: #173542;
  opacity: 0.6;
}
.seo-text ul li:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #AA2A11;
  content: "";
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .seo-text ul li:before {
    top: 10px;
  }
}
.seo-text ol {
  margin-bottom: 40px;
  padding-left: 15px;
}
@media (max-width: 576.98px) {
  .seo-text ol {
    margin-bottom: 20px;
  }
}
.seo-text ol li {
  font-weight: 400;
  position: relative;
  font-size: 14px;
  line-height: 32px;
  padding-left: 0;
  color: #173542;
  opacity: 0.6;
}
@media (max-width: 767.98px) {
  .seo-text ol li {
    line-height: 28px;
  }
}
.seo-text p iframe {
  width: 100%;
  height: 400px;
}
@media (max-width: 767.98px) {
  .seo-text p iframe {
    height: 250px;
  }
}
.seo-text iframe {
  width: 100%;
  height: 400px;
}
@media (max-width: 767.98px) {
  .seo-text iframe {
    height: 250px;
  }
}

.typography:first-child, .typography:last-child {
  margin-bottom: 0;
}
.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6, .typography p, .typography a {
  color: rgb(23, 53, 66);
}
.typography h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #25282E;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .typography h1 {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 26px;
  }
}
.typography h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .typography h2 {
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 26px;
  }
}
.typography h3 {
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .typography h3 {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 24px;
  }
}
.typography h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .typography h4 {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 24px;
  }
}
.typography h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .typography h5 {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 24px;
  }
}
.typography h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .typography h6 {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 24px;
  }
}
.typography p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 0 0 25px 0;
}
@media (max-width: 1023.98px) {
  .typography p {
    margin-bottom: 25px;
  }
}
.typography p a {
  background: #E3E6F0;
  font-size: 1.4rem;
  line-height: 2.6rem;
}
.typography blockquote {
  font-style: italic;
  font-size: 16px;
  line-height: 24px;
  color: #173542;
  padding: 48px 30px;
  margin-top: 50px;
}
@media (max-width: 767.98px) {
  .typography blockquote {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    padding: 25px 10px;
    margin-top: 30px;
  }
}
.typography blockquote::after {
  content: "";
  top: -17px;
  position: absolute;
  height: 35px;
  font-size: 60px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-image: url("../../../assets/icons/quote.svg");
  background-position: center;
  background-size: 42px;
  left: 50%;
  transform: translateX(-50%);
  width: 154px;
}
@media (max-width: 767.98px) {
  .typography blockquote::after {
    background-size: 30px;
    width: 85px;
  }
}
.typography ul {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .typography ul {
    margin-bottom: 30px;
  }
}
.typography ul li {
  font-weight: 500;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  text-indent: 18px;
  margin-bottom: 24px;
}
.typography ul li:before {
  position: absolute;
  top: 11px;
  left: 1px;
  content: "";
  width: 6px;
  height: 6px;
  background: #173542;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .typography ul li:before {
    top: 10px;
  }
}
.typography ol {
  margin-bottom: 40px;
  padding-left: 15px;
}
@media (max-width: 576.98px) {
  .typography ol {
    margin-bottom: 20px;
  }
}
.typography ol li {
  font-weight: 400;
  position: relative;
  font-size: 14px;
  line-height: 32px;
  padding-left: 0;
}
@media (max-width: 767.98px) {
  .typography ol li {
    line-height: 28px;
  }
}
.typography p iframe {
  width: 100%;
  height: 400px;
}
@media (max-width: 767.98px) {
  .typography p iframe {
    height: 250px;
  }
}
.typography iframe {
  width: 100%;
  height: 400px;
}
@media (max-width: 767.98px) {
  .typography iframe {
    height: 250px;
  }
}

@media (max-width: 767.98px) {
  .typography .responsive-iframe iframe {
    width: 100%;
  }
  .post__typography img {
    padding: 0 !important;
  }
  .typography blockquote::after {
    top: 20px;
    left: 10px;
    width: 20px;
    height: 20px;
  }
  .typography h2 {
    font-size: 2.4rem;
    line-height: 1.25;
  }
  .typography h3 {
    font-size: 2.2rem;
    line-height: 1.25;
  }
  .typography h4 {
    font-size: 2rem;
    line-height: 1.22;
  }
}
/* ======= services, delivery styles*/
.services-list {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.services-list li {
  padding: 0 0 10px 0;
  text-indent: 15px;
  position: relative;
}
.services-list li:last-child {
  padding: 0;
}
.services-list li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #c62506;
}

/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/
.icon__viber {
  fill: #784F98;
}

.icon__whatsapp {
  fill: #3FC451;
}

.icon__telegram {
  fill: #2BA0DA;
}

.default-select {
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-top: -3px;
  z-index: 2;
  width: 100%;
  margin-right: -1px;
  height: 20px;
  box-sizing: border-box;
}

.default-select::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 5px;
  top: 49%;
  right: -3px;
  background: url(../icons/header/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sort-select__current {
  display: block;
  padding: 1px 40px 0 13px;
  font-size: 14px;
  line-height: 20px;
  color: #959392;
  height: 22px;
}

.sort-select__list {
  position: absolute;
  background: #EFEDEE;
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: calc(100% + 2px);
  left: 2px;
  box-sizing: border-box;
}

.container--active {
  border: 0;
  background: #EFEDEE;
  z-index: 666;
  position: absolute;
  top: 24px;
  left: 2px;
}

.sort-select__item {
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  color: #25282E;
  opacity: 0.6;
  transition: 0.2s;
}

.sort-select__item:hover {
  background: rgba(196, 196, 196, 0.2);
  color: #25282E;
  opacity: 1;
}

.sort-select__item a {
  color: #25282E;
  opacity: 0.6;
  display: block;
  padding: 6px 10px 8px 10px;
}

.sort-select__item a:hover {
  color: #25282E;
  opacity: 0.6;
}

.catalog-page__sort {
  display: flex;
}

.catalog-page__sort p {
  margin-right: 8px;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  color: #898989;
}

.sort-select__item.active {
  display: none;
}

#select-list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.sort-select__list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.input:-webkit-autofill,
.input:-webkit-autofill:hover,
.input:-webkit-autofill:focus,
.textarea:-webkit-autofill,
.textarea:-webkit-autofill:hover,
.textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  background: #fff;
  transition: none;
}

.input[type=text],
.input[type=email],
.input[type=url],
.input[type=password],
.input[type=search],
.input[type=number],
.input[type=tel],
.input[type=range],
.input[type=date],
.input[type=month],
.input[type=week],
.input[type=time],
.input[type=datetime],
.input[type=datetime-local],
.input[type=color],
.textarea {
  padding: 2px 12px;
  border-radius: 0;
}

.input[type=search]::-webkit-search-decoration,
.input[type=search]::-webkit-search-cancel-button,
.input[type=search]::-webkit-search-results-button,
.input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.input,
.textarea {
  padding: 4px 16px;
  border: 0;
  border-bottom: 2px solid #aec5e0;
}
.input::placeholder,
.textarea::placeholder {
  font-family: inherit;
  letter-spacing: 0;
  color: blue;
  transition: transform 0.3s ease, color 0.3s ease;
  transform: translateY(0px);
  z-index: 1;
}
.input:focus::placeholder,
.textarea:focus::placeholder {
  color: transparent;
}

input::placeholder {
  font-size: 14px;
  line-height: 18px;
  color: #8B9AA0;
  font-weight: 400;
}
input_number::placeholder {
  font-size: 14px;
  line-height: 18px;
  color: #8B9AA0;
}

.input:focus::-webkit-input-placeholder {
  color: transparent;
}

.input:focus:-moz-placeholder {
  color: transparent;
}

.input:focus::-moz-placeholder {
  color: transparent;
}

.input:focus:-ms-input-placeholder {
  color: transparent;
}

/* Remove Number From Inputs */
.input[type=number]::-webkit-inner-spin-button,
.input[type=number]::-webkit-outer-spin-button,
.input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
  margin: 0;
}

input {
  padding: 13px 25px;
  width: 100%;
  letter-spacing: 0.04em;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #666666;
  background: rgba(255, 255, 255, 0.26);
  border: 1px solid rgba(0, 0, 0, 0.47);
  box-sizing: border-box;
  border-radius: 50px;
  height: 50px;
}

input::placeholder, textarea::placeholder {
  color: rgba(0, 0, 0, 0.35);
}

.main-form input.error {
  box-shadow: 0 0 8px rgba(199, 25, 25, 0.2);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

textarea {
  background: rgba(255, 255, 255, 0.26);
  border: 1px solid rgba(0, 0, 0, 0.47);
  box-sizing: border-box;
  border-radius: 20px;
}

.btn {
  width: 208px;
  height: 48px;
  background: rgba(248, 245, 243, 0.22);
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  margin: 0 auto;
  text-align: center;
  border-bottom-left-radius: 100px;
  transition: 0.5s;
}
.btn:hover {
  background: rgba(248, 245, 243, 0.5);
  border: 1px solid #FFFFFF;
  cursor: pointer;
}
.btn a {
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  text-align: center;
  padding: 13px 0;
  display: block;
  letter-spacing: 1.3px;
}

.btn-all a {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1.3px;
  color: #856D65;
  position: relative;
  z-index: 2;
}

.btn-all {
  position: relative;
  display: flex;
}
.btn-all:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50px;
  width: 180px;
  height: 85px;
  background-image: url(../../assets/images/home/block1/ellipse.svg);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.btn-all .icon {
  position: relative;
  width: 30px;
  height: 1px;
  background: #856D65;
  margin-top: 11px;
  margin-left: 13px;
  transition: 0.5s;
}
.btn-all .icon:hover {
  width: 62px;
}
.btn-all .icon img {
  position: absolute;
  top: -5px;
  right: -4px;
  width: 7px;
  height: 12px;
}
.btn-all:hover {
  cursor: pointer;
}
.btn-all:hover .icon {
  width: 62px;
}

@media (max-width: 2500.98px) and (min-width: 1199.98px) {
  .button__link:hover {
    cursor: pointer;
  }
  .button__link:hover:before {
    height: 100%;
  }
  .button__link:hover:after {
    width: 100%;
  }
  .button__link span:hover:before {
    height: 100%;
  }
  .button__link span:hover:after {
    width: 100%;
  }
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
@media (max-width: 992px) {
  input,
  textarea {
    font-size: 16px;
  }
}
:focus {
  outline: 0;
}

input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
  border: 1px solid rgba(139, 154, 160, 0.5);
}

.form em.error {
  color: red;
  font-style: italic;
  font-size: 10px;
  display: inline-block;
  padding-left: 15px;
  margin-top: 4px;
}

@media (max-width: 480px) {
  input, textarea {
    font-size: 14px;
  }
}
.card-company {
  border: 0;
}
.card-company h1 {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  color: #0F0D3F;
  margin-bottom: 10px;
}
.card-company p.subtitle {
  margin: 0 0 24px;
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #8B8AA8;
}

.company-page {
  display: flex;
  border: none;
  justify-content: space-between;
}
.company-page__balance {
  width: 35%;
  border: 1px solid #D4D3F8;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 16px;
}
.company-page__left {
  width: 63%;
}

.balance__title {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #0F0D3F;
  margin-bottom: 16px;
}

.balance__content .form-group .input-group {
  display: block;
}
.balance__content .form-group .label {
  display: block;
  margin-bottom: 5px;
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #8B8AA8;
}
.balance__content .form-group input {
  border: 0;
  border-bottom: 1px solid #E2E2E9;
  width: 100%;
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #0F0D3F;
  height: 28px;
  margin-bottom: 32px;
  padding: 0;
  background: inherit;
}

.legal {
  border: 1px solid #D4D3F8;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 10px;
}
.legal__title {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #0F0D3F;
  margin-bottom: 24px;
}
.legal__head {
  display: flex;
}
.legal__head p {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #8B8AA8;
  margin: 0;
}
.legal__head p:first-child {
  width: 60%;
}
.legal__head p:last-child {
  width: 40%;
  text-align: right;
}
.legal__item {
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid #D4D3F8;
}
.legal__item:last-child {
  border-bottom: 0;
}
.legal__item p:first-child {
  width: 60%;
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #4D4C67;
  margin: 0;
}
.legal__item p:last-child {
  width: 40%;
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #333092;
  text-align: right;
  margin: 0;
}

.manager {
  border: 1px solid #D4D3F8;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
}
.manager__title {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #0F0D3F;
  margin-bottom: 24px;
}
.manager__head {
  display: flex;
}
.manager__head p {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #8B8AA8;
  margin: 0;
}
.manager__head p:first-child {
  width: 50%;
}
.manager__head p:nth-child(2), .manager__head p:nth-child(3) {
  width: 25%;
}
.manager__item {
  display: flex;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #D4D3F8;
}
.manager__item:last-child {
  border-bottom: 0;
}
.manager__item p {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #0F0D3F;
  margin: 0;
}
.manager__item p span {
  display: block;
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #8B8AA8;
}
.manager__item p:first-child {
  width: 50%;
}
.manager__item p:nth-child(2) {
  width: 25%;
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #0F0D3F;
}
.manager__item p:nth-child(3) {
  width: 25%;
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #0F0D3F;
}

.delivery-addresses {
  border: 1px solid #D4D3F8;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 16px;
}
.delivery-addresses__title-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}
.delivery-addresses__title-block p {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #0F0D3F;
  margin-bottom: 24px;
}
.delivery-addresses__title-block button {
  width: 156px;
  height: 32px;
  background: #F47B20;
  border-radius: 4px;
  text-transform: inherit;
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  color: #FFFFFF;
  text-align: center;
}
.delivery-addresses__item {
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid #D4D3F8;
}
.delivery-addresses__item:last-child {
  border-bottom: 0;
}
.delivery-addresses__item p {
  margin: 0;
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #4D4C67;
}

@media (max-width: 1023px) {
  .delivery-addresses__title-block p {
    font-size: 17px;
    line-height: 18px;
    margin-bottom: 25px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .balance__content form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .company-page {
    flex-wrap: wrap;
  }
  .company-page__balance {
    width: 100%;
    order: 1;
  }
  .company-page__left {
    width: 100%;
    margin-top: 15px;
    order: 2;
  }
  .balance__content form .form-group:nth-child(6) input, .balance__content form .form-group:nth-child(5) input, .balance__content form .form-group:nth-child(4) input {
    margin-bottom: 0;
  }
  .balance__content form .form-group {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .delivery-addresses__item {
    display: block;
  }
  .manager__head, .manager__item {
    flex-wrap: wrap;
  }
  .manager__item p {
    width: 100%;
  }
  .manager__item p:nth-child(2) {
    order: 3;
    width: 100%;
    margin-top: 4px;
  }
  .manager__item p:nth-child(3) {
    width: 100%;
  }
  .delivery-addresses__title-block p {
    margin-bottom: 15px;
    margin-top: 0;
  }
  .delivery-addresses__title-block {
    margin-bottom: 15px;
  }
  .balance__content form .form-group {
    width: 48%;
  }
  .manager__head {
    display: none;
  }
  .company-page__balance, .manager {
    padding: 16px 16px 0;
  }
  .manager__title {
    margin-bottom: 0;
  }
  .manager__item p:first-child {
    width: 100%;
    margin-bottom: 16px;
  }
}
/*============================================================================
	#Header
==============================================================================*/
.header {
  max-width: 1920px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 88;
  top: 0;
}
.header__header-right {
  width: 85%;
}
.header__header-logo {
  width: 21%;
  height: 73px;
  transition: 0.5s;
}
.header__header-logo img {
  width: 158px;
  height: 36px;
}
.header__header-logo p {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.2em;
  color: #676767;
  text-align: right;
  margin-top: -5px;
}
.header__content {
  display: flex;
  width: 1185px;
  justify-content: space-between;
  background-color: #fff;
  border-bottom-right-radius: 100px;
  position: relative;
  padding-left: 32px;
}
.header__content:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: -498px;
  width: 500px;
  height: 73px;
  background: #fff;
}
.header__header-top {
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  background: #EFEDEE;
  margin: 0 auto;
  height: 33px;
  padding-right: 102px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 40px;
}
@media (max-width: 1199px) {
  .header__header-top {
    width: 100%;
  }
}
.header__header-bottom {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 40px;
  align-items: center;
  margin: 0 auto;
  padding-right: 95px;
}

.header__header-top {
  border-bottom-right-radius: 40px;
}

.header-top__email {
  display: flex;
  margin: 0;
  width: 41%;
}
.header-top__email a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #959392;
  letter-spacing: 0.5px;
}
.header-top__email .icon-svg {
  width: 24px;
  height: 18px;
  fill: #959392;
  margin-right: 6px;
}
.header-top__email:hover .icon-svg {
  fill: #79726E;
}
.header-top__registered {
  width: 230px !important;
}
.header-top__registered .header-top__currency {
  position: relative;
}
.header-top__registered .header-top__currency:after {
  position: absolute;
  top: -17px;
  right: -25px;
  content: "";
  width: 1px;
  height: 70px;
  background: rgba(0, 0, 0, 0.5);
}
.header-top__go-out {
  position: relative;
}
.header-top__go-out p {
  font-size: 12px;
  line-height: 15px;
  color: #173542;
}
.header-top__go-out a {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #173542;
  transition: 0.5s;
}
.header-top__go-out a:hover {
  color: #C62506;
}
.header-top__login-icon {
  position: absolute;
  top: 8px;
  left: -34px;
  width: 20px;
  height: 25px;
}
.header-top__left-side {
  display: flex;
  align-items: center;
  width: 100%;
}
.header-top__currency p {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #173542;
  margin: 0 0 3px;
}
.header-top__currency p:last-child {
  margin-bottom: 0;
}
.header-top__currency p span {
  font-weight: 400;
}
.header-top__login {
  display: flex;
  width: 20%;
  padding-left: 2px;
}
.header-top__login a, .header-top__login p {
  font-size: 14px;
  line-height: 17px;
  color: #959392;
  display: block;
  text-decoration: inherit;
  letter-spacing: 0.3px;
  margin-right: 5px;
}
.header-top__language {
  width: 5%;
  position: relative;
  z-index: 55;
}
.header-top__logo {
  margin: 15px auto 0;
  width: 158px;
  height: 36px;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .header-top__logo {
    width: 147px;
    height: 30px;
  }
}
.header-top__contacts {
  padding-left: 34px;
  width: 37%;
  position: relative;
  display: flex;
}
.header-top__contacts .header-top__contacts-icon {
  width: 15px;
  margin-top: 10px;
  height: 16px;
  position: absolute;
  left: 212px;
}
.header-top__contacts .header-top__contacts-icon:hover {
  cursor: pointer;
}
.header-top__contacts .header-top__contacts-list {
  position: absolute;
  top: 26px;
  left: 26px;
  width: 203px;
  height: 30px;
  background: #efedee;
  z-index: 222;
  padding-left: 8px;
  display: none;
}
.header-top__contacts .header-top__contacts-list.open {
  display: block;
}
.header-top__contacts .icon-svg {
  width: 19px;
  height: 21px;
  fill: #959392;
}
.header-top__contacts:hover .icon-svg {
  fill: #79726E;
}
.header-top__right-side {
  display: flex;
  justify-content: space-between;
  width: 250px;
  align-items: center;
  min-height: 49px;
}
.header-top__center-block {
  display: flex;
}
@media (max-width: 1199px) {
  .header-top__center-block {
    display: none;
  }
}
.header-top__icon-shopping {
  display: none;
}
.header-top__icon-burger {
  display: none;
}
.header-top__item {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  margin: 0 25px 0 0;
}
.header-top__item a {
  color: #5F5F5F;
  transition: 0.5s;
}
.header-top__item a:hover {
  color: #C62506;
}
.header-top__item_language {
  margin: 0;
}
.header-top__item_language a {
  font-size: 12px;
  color: #ABABAB;
  transition: 0.5s;
  margin: 0 9px;
}
.header-top__item_language a:hover {
  color: #25282E;
}
.header-top__item .active a {
  color: #c62506;
}
.header-top__item:last-child {
  content: "";
  margin: 0;
}

.banner__menu .inside-menu::-webkit-scrollbar {
  width: 8px;
}

.banner__menu .inside-menu::-webkit-scrollbar-track {
  background: #E5E8F4;
}

.banner__menu .inside-menu::-webkit-scrollbar-thumb {
  background: rgba(74, 86, 104, 0.4);
}

#header-menu-other .inside-menu {
  min-height: 400px;
  overflow: auto;
}

.t-phone {
  font-size: 14px;
  line-height: 22px;
  color: #959392;
  text-decoration: inherit;
  letter-spacing: 0.5px;
  margin-left: 8px;
}
.t-phone:hover {
  color: #79726E;
}

.header-top__contacts-list.open .t-phone {
  margin-left: 4px;
}

.cont-schedule {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.18em;
  color: #173542;
}

#header-menu-other.open {
  display: block;
}

.header-up #header-menu-other.open .header-menu__overlay {
  width: 100%;
  height: 100vh;
  background: rgba(229, 232, 244, 0.8);
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
  z-index: -1;
  top: 105px;
  right: 0;
}

.header-down #header-menu-other.open .header-menu__overlay {
  width: 100%;
  height: 100vh;
  background: rgba(229, 232, 244, 0.8);
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
  z-index: -1;
  top: 35px;
  right: 0;
}

.header-menu.open {
  display: block;
}

.mobile-item {
  display: none;
}
@media (max-width: 1199px) {
  .mobile-item {
    display: block;
  }
}

.header-bottom__left-side {
  position: relative;
  z-index: 2;
  display: flex;
  font-size: 14px;
  line-height: 17px;
}
.header-bottom__bottom-item {
  margin: 0;
  padding: 11px 29px;
}
.header-bottom__bottom-item:first-child {
  position: relative;
}
.header-bottom__bottom-item:first-child a {
  font-size: 14px;
  line-height: 17px;
  color: #292929;
  z-index: 3;
}
.header-bottom__bottom-item:first-child:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 20px;
  height: 18px;
  width: 18px;
  background-image: url(/assets/icons/header/catalog.svg);
}
.header-bottom__bottom-item:last-child {
  margin: 0;
}
.header-bottom__bottom-item a {
  font-size: 14px;
  line-height: 17px;
  color: #292929;
  letter-spacing: 0.38px;
  position: relative;
}
.header-bottom__bottom-item a:before {
  position: absolute;
  bottom: -5px;
  width: 100%;
  background: #292929;
  content: "";
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.5s;
}
.header-bottom__bottom-item a:after {
  position: absolute;
  bottom: -5px;
  width: 27px;
  content: "";
  height: 11px;
  right: -10px;
  border-radius: 50px;
  background-image: url(/assets/icons/header/radius.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 2500.98px) and (min-width: 1024.98px) {
  .header-bottom__bottom-item a:hover:before, .header-bottom__bottom-item a:hover:after {
    opacity: 1;
  }
}
.header-bottom__right-side {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  width: 250px;
}
.header-bottom .search-button {
  display: flex;
}
.header-bottom .search-button__search-style {
  border: 0;
  position: relative;
  height: 37px;
  border-left: 1px solid rgba(21, 45, 68, 0.5);
  border-right: 1px solid rgba(21, 45, 68, 0.5);
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: #173542;
  background: inherit;
  padding: 0 15px 0 15px;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  width: 204px;
}
@media (max-width: 1199px) {
  .header-bottom .search-button__search-style {
    width: 85%;
    background: #fff;
    border: 0;
  }
}
.header-bottom .search-button button {
  background: inherit;
  width: 46px;
  border-right: 1px solid rgba(21, 45, 68, 0.5);
}
.header-bottom .search-button button img {
  opacity: 0.6;
  margin-top: 5px;
}
@media (max-width: 1199px) {
  .header-bottom .search-button button {
    border-left: 1px solid rgba(21, 45, 68, 0.5);
    width: 15%;
    background: #fff;
    border-right: 0;
  }
}
.header-bottom .bottom-side {
  display: none;
}
@media (max-width: 1024px) {
  .header-bottom .bottom-side {
    display: block;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    color: #5F5F5F;
    order: 3;
    background-color: #F6F8FF;
    width: 100%;
    text-align: center;
  }
  .header-bottom .bottom-side a {
    font-size: 13px;
    line-height: 18px;
    color: #5F5F5F;
  }
  .header-bottom .bottom-side__shop-info {
    width: 300px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .header-bottom .bottom-side__shop-info:first-child {
    padding: 35px 0 5px 0;
  }
  .header-bottom .bottom-side__shop-info:last-child {
    padding: 10px 0 35px 0;
  }
}
.header-bottom__icon {
  margin: 0 35px 0 0;
  position: relative;
  width: 100%;
}
.header-bottom__icon a {
  position: relative;
  z-index: 3;
}
.header-bottom__icon:last-child {
  content: "";
  margin: 0;
}
.header-bottom__icon span {
  position: absolute;
  left: 20px;
  bottom: 15px;
  border-radius: 50%;
  background-color: #c62506;
  z-index: 3;
  width: 16px;
  height: 16px;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: #FFFFFF;
  text-align: center;
  line-height: 16px;
}
.header-bottom__icon-dark {
  display: none;
}
.header-bottom__dark-search-button {
  display: none;
}

.bottom-side-contacts {
  display: none;
}

.header-bottom__left-side .header-bottom__bottom-item .mobile-arrow {
  display: none;
}

.header-bottom__dark-search-button input:active, .header-bottom__dark-search-button input:focus,
.header-bottom .search-button__search-style:active, .header-bottom .search-button__search-style:focus {
  box-shadow: none !important;
}

.header-menu {
  position: fixed;
  overflow: auto;
  width: 258px;
  height: auto;
  max-height: 300px;
}

.header-bottom__bottom-item.header-bottom__bottom-catalog {
  padding: 11px 35px 11px 35px;
}

.header-bottom__bottom-item {
  position: relative;
}

#header-menu-other .header-menu__item-mobile {
  display: none;
}

@media (max-width: 1199px) {
  #header-menu-other .header-menu__item-mobile {
    display: block;
  }
  .header-bottom__bottom-item p {
    padding: 17px 0;
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    color: #292929;
    letter-spacing: 0.38px;
    position: relative;
  }
  .header-bottom__bottom-item.header-bottom__bottom-catalog {
    padding: 0;
  }
  .header-menu {
    position: relative;
    z-index: 55555;
    top: 0;
    width: 100%;
    display: block;
    transition: 0.5s;
  }
  .header-top__language {
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  .header-top__language a {
    font-size: 18px;
    line-height: 22px;
    color: rgba(149, 147, 146, 0.51);
    margin: 0 9px;
  }
  .header-top__language .active {
    color: #79726E;
  }
  .header-bottom__bottom-item:first-child a {
    font-size: 20px;
    line-height: 24px;
  }
  .header-top__login {
    width: 193px;
    margin: 0 auto;
    border-bottom: 1px solid #856D65;
  }
  .header-top__login a, .header-top__login p {
    font-size: 16px;
    line-height: 35px;
    color: #959392;
    border-bottom: 13px;
  }
}
@media (max-width: 1199px) and (max-width: 1199px) {
  .header-top__login a, .header-top__login p {
    width: auto;
  }
}
@media (max-width: 1199px) {
  .header-top__email {
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  .header-top__language, .header-top__email {
    width: 100%;
  }
  .header-top__email {
    margin-bottom: 39px;
  }
  .header__header-bottom {
    padding-right: 0;
  }
  .header-bottom .search-button__search-style {
    height: 48px;
  }
  .header__header-top {
    padding-right: 0;
  }
  .header-bottom__left-side .header-bottom__bottom-item a.header-menu__link--mobile {
    display: block;
    padding: 21px 30px;
  }
  .header-menu__item.mob-active {
    background: #E6E6E9;
  }
  .header-menu__item.mob-active .header-menu__icon img.hover {
    display: inline-block;
  }
  .header-menu__item.mob-active .header-menu__icon img.active {
    display: none;
  }
  .header-menu__item.mob-active a {
    color: rgba(23, 53, 66, 0.8);
    font-weight: 600;
  }
  .header-menu__item.mob-active a:before {
    z-index: -1;
  }
  .header-menu__item.mob-active .icon-svg {
    fill: #fff;
  }
  .header-bottom__left-side .header-bottom__bottom-item .mobile-arrow {
    display: block;
    width: 8px;
    height: 16px;
    fill: #D0D0D0;
    position: absolute;
    top: 12px;
    right: 0;
  }
  .bottom-side-contacts__item_language.active a {
    color: #c62506;
  }
  .bottom-side-contacts__item .bottom-side-contacts__item_language:last-child {
    padding-right: 0;
  }
  .bottom-side-contacts {
    order: 1;
  }
}
@media (max-width: 1199px) and (max-width: 1199px) {
  .bottom-side-contacts {
    min-height: 320px;
  }
}
@media (max-width: 1199px) {
  .header {
    border-bottom: 1px solid #E3E6F0;
  }
}
@media (max-width: 1199px) and (max-width: 1199px) {
  .header {
    background: #F4F4F4;
    height: 57px;
  }
}
@media (max-width: 1199px) {
  .header:after {
    display: none;
  }
  .header__header-bottom {
    display: none;
    flex-direction: column;
    background-color: #f6f8ff;
    height: 100vh;
    overflow: auto;
    justify-content: flex-start;
    position: absolute;
    top: 55px;
    right: 0;
    width: 100%;
    z-index: 6;
  }
  .header-bottom__left-side {
    margin: 0;
    padding-top: 35px;
    width: 100%;
    background: #f6f8ff;
  }
  .header-bottom__bottom-item {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 1199px) and (max-width: 1199px) {
  .header-top {
    background: #F4F4F4;
    height: 57px;
  }
}
@media (max-width: 1199px) {
  .header-top__logo {
    margin: 0;
    transition: 0.5s;
  }
  .header-top__contacts {
    display: block;
    margin: 0 auto 15px;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .header-top__email {
    margin-top: 25px;
  }
  .header-top__schedule {
    display: none;
  }
  .header-top__button {
    display: none;
  }
  .header-top__right-side {
    display: none;
  }
  .header-top__icon-shopping {
    display: block;
    position: relative;
    width: 26px;
    height: 26px;
  }
  .header-top__icon-shopping a {
    position: relative;
    z-index: 3;
  }
  .header-top__icon-shopping span {
    position: absolute;
    left: 20px;
    bottom: 15px;
    border-radius: 50%;
    background-color: #c62506;
    z-index: 3;
    width: 16px;
    height: 16px;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    color: #FFFFFF;
    text-align: center;
    line-height: 16px;
  }
  .header-top__icon-shopping:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 68px;
    background-color: #E3E6F0;
    left: -20px;
  }
  .header-top__icon-burger {
    display: block;
    position: relative;
    height: 78px;
    width: 35px;
    cursor: pointer;
    order: 2;
  }
  .header-top__icon-burger span {
    transition: all 0.3s ease 0s;
  }
  .header-top__icon-burger span:first-child {
    position: absolute;
    top: 31px;
    left: 0;
    height: 2px;
    width: 33px;
    background-color: #4A5668;
    border-radius: 1px;
  }
  .header-top__icon-burger span:last-child {
    position: absolute;
    top: 44px;
    left: 0;
    height: 2px;
    width: 33px;
    background-color: #4A5668;
    border-radius: 1px;
  }
  .header-top__icon-burger:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 68px;
    background-color: #E3E6F0;
    right: -20px;
  }
  .header-top .icon-burger-active span:first-child {
    width: 100%;
    top: 36px;
    transform: rotate(45deg);
    background: #959392;
  }
  .header-top .icon-burger-active span:last-child {
    bottom: 9px;
    transform: rotate(-45deg);
    top: 36px;
    width: 100%;
    background: #959392;
  }
  .header-top .icon-burger-active span:nth-child(2) {
    display: none;
  }
  .header-bottom__left-side {
    flex-direction: column;
    order: 2;
    position: relative;
    border-bottom: 1px solid #E3E6F0;
  }
  .header-bottom__bottom-item {
    width: 300px;
    margin: 0 auto 30px auto;
  }
  .header-bottom__bottom-item a {
    font-size: 20px;
    line-height: 24px;
    color: #292929;
  }
  .header-bottom__bottom-item:last-child {
    margin: 0 auto 35px auto;
  }
  .header-bottom__right-side {
    order: 1;
    width: 100%;
    justify-content: center;
    border-bottom: 1px solid #E3E6F0;
    background: #F6F8FF;
    min-height: 50px;
  }
  .header-bottom__icon {
    display: none;
  }
  .header-bottom__icon-dark {
    display: block;
    position: relative;
  }
  .header-bottom__icon-dark a {
    position: relative;
    z-index: 3;
  }
  .header-bottom__icon-dark span {
    position: absolute;
    left: 20px;
    bottom: 15px;
    border-radius: 50%;
    background-color: #c62506;
    z-index: 3;
    width: 16px;
    height: 16px;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #FFFFFF;
    text-align: center;
    line-height: 16px;
  }
  .header-bottom__dark-search-button {
    display: block;
    position: relative;
    margin: 25px 40px 25px 0;
  }
  .header-bottom__dark-search-button a {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
  }
  .header-bottom__dark-search-style {
    right: 0;
    border-radius: 16px;
    height: 30px;
    background-color: #F6F8FF;
    border: 1px solid #E3E6F0;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    color: #5f5f5f;
    padding: 0 15px 0 13px;
    width: 275px;
    position: relative;
  }
  .bottom-side-contacts {
    display: flex;
    padding: 35px 0 100px 0;
    background-color: white;
    width: 100%;
    justify-content: center;
  }
  .bottom-side-contacts__button {
    padding: 25px 0 0 0;
  }
  .bottom-side-contacts__schedule {
    padding: 7px 0 0 0;
  }
  .bottom-side-contacts__item {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    display: flex;
    justify-content: flex-end;
    padding: 15px 0 0 0;
  }
  .bottom-side-contacts__item_language {
    padding: 18px 30px 0 0;
  }
  .bottom-side-contacts__item_language a {
    color: #ABABAB;
  }
  .bottom-side-contacts__item_language a:hover {
    color: #c62506;
  }
  .bottom-side-contacts__item_language:first-child {
    padding: 18px 30px 0 0;
  }
}
@media (max-width: 375px) {
  .header-bottom__dark-search-button {
    margin: 25px 20px 25px 0;
  }
  .header-bottom__dark-search-style {
    width: 240px;
  }
}
.header-bottom__bottom-item #header-menu-other a:before, .header-bottom__bottom-item #header-menu-other a:after {
  display: none;
}

/* header-menu=================== */
.header-menu {
  display: none;
  position: absolute;
  left: 12px;
  top: 33px;
  background-color: #fff;
}
.header-menu__icon {
  width: 20px;
  height: 20px;
  margin-right: 28px;
}
.header-menu__icon .icon-svg {
  width: 20px;
  height: 20px;
  fill: rgb(0, 0, 0);
}
.header-menu__arrow {
  width: 8px;
  height: 16px;
  right: 20px;
  position: absolute;
  margin-top: 2px;
}
.header-menu__arrow .icon-svg {
  width: 8px;
  height: 16px;
  fill: #530F0F;
}
.header-menu__item {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: rgba(23, 53, 66, 0.8);
  padding: 12px 0 14px 33px;
  cursor: pointer;
  display: flex;
}
@media (max-width: 2500.98px) and (min-width: 1024.98px) {
  .header-menu__item:hover a:before {
    content: "";
    display: none;
  }
  .header-menu__item:hover .header-menu__icon .icon-svg {
    fill: #fff;
  }
}
.header-menu__item:first-child {
  background: #fff;
}
.header-menu__item:first-child a {
  color: #c62506;
}
.header-menu__item:first-child .icon-svg {
  fill: #c62506;
}
@media (max-width: 2500.98px) and (min-width: 1024.98px) {
  .header-menu__item:first-child:hover {
    background-color: #c62506;
    color: #fff;
  }
}
.header-menu__item:first-child a:before {
  display: none;
}
.header-menu__item:last-child a:before {
  display: none;
}
.header-menu .akcyi .header-menu__icon .icon-svg {
  fill: #530F0F;
}
.header-menu a {
  position: relative;
}
.header-menu .inside-menu {
  top: 0;
  padding: 0 20px;
}

.header-bottom__bottom-item #header-menu-other a {
  font-weight: 500;
}

.active-style {
  display: block;
  width: 355px;
}

.header-bottom .search-button__search-style.active-style {
  display: block;
  width: 200px;
}

.header-menu a, .inside-menu__item a {
  font-size: 14px;
  line-height: 17px;
  color: #25282E;
  transition: 0.1s;
}

@media (max-width: 2500.98px) and (min-width: 1024.98px) {
  .header-menu__item:hover a {
    color: #856D65;
  }
  .header-menu__item:hover .inside-menu a {
    font-weight: 400 !important;
  }
  .inside-menu .inside-menu__item:hover {
    background: #E8EBEC;
  }
}
.header-menu__item .inside-menu__item a {
  color: #25282E;
}

.header-menu__item:hover .inside-menu__link-arrow {
  font-style: normal;
  font-weight: 500 !important;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #c62506;
}

.header-menu__item:hover .inside-menu a.inside-menu__link-arrow {
  font-weight: 500 !important;
}

/* ============================================== */
/* inside menu=================================== */
.inside-menu {
  position: absolute;
  left: 321px;
  display: none;
  width: 470px;
  height: 100%;
  background-color: #fff;
  min-height: 537px;
}
.inside-menu__title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #173542;
  padding: 13px 0 8px 25px;
  margin: 15px 0;
  position: relative;
  border-bottom: 1px solid #E3E6F0;
}
.inside-menu__item {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  padding: 8px 0 8px 50px;
  color: #173542;
  opacity: 0.8;
  position: relative;
}
.inside-menu__item a {
  color: #173542;
  opacity: 0.8;
  font-weight: 400;
}
.inside-menu__item:hover a {
  color: #856D65;
}
.inside-menu__item:before {
  content: "";
  position: absolute;
  left: 27px;
  top: 50%;
  transform: translateY(-50%);
  background: #173542;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}
.inside-menu__red-arrow {
  position: relative;
  margin: 25px 0 0 195px;
}
.inside-menu__red-arrow:before {
  content: "";
  position: absolute;
  background-image: url(/assets/icons/red-long-arrow.svg);
  width: 59px;
  height: 14px;
  top: 15px;
  transform: translateY(-50%);
  left: 170px;
  transition: 0.5s;
}
.inside-menu__red-arrow:hover:before {
  left: 180px;
}
.inside-menu__link-arrow {
  font-style: normal;
  font-weight: 500 !important;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #c62506;
}

/*============================================================================
	HEADER
==============================================================================*/
.header-down .header__header-top {
  margin-top: -35px;
}

.header-down .header__header-logo img {
  width: 87px;
  height: 20px;
  transition: 0.5s;
  margin: 0 0 0 32px;
}

.header-down .header-top__logo {
  margin: 5px auto 0;
  width: 120px;
  height: 20px;
  transition: 0.5s;
}

.header-down .header__header-logo {
  height: 40px;
}

.header-down .header__header-logo p {
  font-size: 9px;
  line-height: 16px;
}

.header__header-top {
  -webkit-transition: margin 0.5s ease;
  -o-transition: margin 0.5s ease;
  transition: margin 0.5s ease;
}

.header-up .header__header-top {
  margin-top: 0;
}

.search-button__search-styl.active-style:focus::-ms-clear {
  width: 0;
  height: 0;
}

.search-button__search-styl.active-style:focus::-ms-clear {
  display: none;
}

::-ms-reveal {
  display: none;
}

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

input[type=search]::-ms-clear {
  display: none;
}

/*============================================================================
	HEADER
==============================================================================*/
#header-menu-other {
  padding: 21px 22px 15px;
}
#header-menu-other a {
  text-transform: inherit;
  padding: 0 0 15px;
}
#header-menu-other .header-menu__item {
  padding: 0;
  font-size: 14px;
  line-height: 17px;
  transition: 0.5s;
  color: #424242;
}
#header-menu-other .inside-menu {
  min-height: 528px;
}
#header-menu-other .header-menu__item:first-child {
  background: #fff;
}
#header-menu-other .header-menu__item:hover .header-menu__icon .icon-svg {
  fill: #fff;
}

.header-bottom__bottom-item:first-child #header-menu-other a {
  padding: 0;
}

.header-bottom__bottom-item {
  transition: 0.5s;
}
@media (max-width: 1199.98px) {
  .header-bottom__bottom-item {
    padding: 0;
  }
}

@media (max-width: 1199.98px) {
  .header-bottom__bottom-item:first-child:before {
    left: 0;
  }
}
/* ============================================== */
@media (max-width: 2500.98px) and (min-width: 1199.98px) {
  /* ==================== hover inside-menu */
  .header-bottom__bottom-item.open:hover #header-menu-other {
    display: block;
  }
  .header-menu__item:hover .inside-menu {
    display: block;
    color: initial;
  }
}
/* ====================================== */
.menu-active {
  display: block;
}

.move-active {
  display: flex;
}

.header-menu__back {
  display: none;
}

.header-menu__icon img.hover {
  display: none;
}

.header-menu__item:hover .header-menu__icon img.hover {
  display: block;
}
@media (max-width: 1199px) {
  .header-menu__item:hover .header-menu__icon img.hover {
    display: none;
  }
}

.header-menu__item:hover .header-menu__icon img.active {
  display: none;
}
@media (max-width: 1199px) {
  .header-menu__item:hover .header-menu__icon img.active {
    display: block;
  }
}

/* header-menu-adaptive */
.header-bottom__left-side .arrow, .header-top__mobile-login {
  display: none;
}

.header-bottom__bottom-item.header-bottom__bottom-catalog:hover ul {
  display: block;
}

.header-bottom__bottom-item.header-bottom__bottom-catalog {
  position: relative;
}
.header-bottom__bottom-item.header-bottom__bottom-catalog:hover {
  cursor: pointer;
}
.header-bottom__bottom-item.header-bottom__bottom-catalog:before {
  position: absolute;
  top: 17px;
  right: 14px;
  content: "";
  height: 4px;
  width: 9px;
  transform: rotate(-180deg);
  background-image: url(/assets/icons/header/arrow-catalog.svg);
}
@media (max-width: 2500.98px) and (min-width: 1199.98px) {
  .header-bottom__bottom-item.header-bottom__bottom-catalog:hover ul {
    display: block;
  }
}

@media (max-width: 1199px) {
  .header__header-logo p {
    margin-top: 0;
  }
  .header-bottom__bottom-item.header-bottom__bottom-catalog:before {
    display: none;
  }
  .header {
    background: #fff;
    height: 78px;
    border-bottom: 0;
  }
  .header-top__left-side, .header-top__icon-burger:after {
    display: none;
  }
  .header__content {
    width: 100%;
  }
  .header-top {
    height: 78px;
    position: relative;
  }
  .header__header-logo {
    width: 135px;
    margin: 0 60px 0 0;
    height: 48px;
  }
  .header__header-right {
    width: 35px;
  }
  .header__content {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }
  .header__content:after {
    display: none;
  }
  .header-top {
    background: #fff;
    border: 0;
  }
  .header-bottom__left-side .arrow, .header-top__mobile-login {
    display: inline-block;
  }
  .header-bottom__bottom-item {
    width: 100%;
    max-width: 100%;
  }
  .bottom-side-contacts {
    order: 2;
  }
  .header__header-logo img {
    width: auto;
    height: auto;
  }
  .header-top__logo {
    width: 135px;
  }
  .header__header-bottom {
    background-color: #fff;
  }
  .header-bottom__left-side {
    background: #fff;
    padding-top: 0;
  }
  .header-bottom__bottom-item {
    padding: 0;
  }
  .header-bottom__bottom-item a {
    padding: 17px 30px;
    display: block;
    text-align: center;
  }
  .header-bottom__bottom-item:first-child:before {
    left: 30px;
    top: 20px;
  }
  .header-bottom__bottom-item {
    margin: 0;
  }
  .header-bottom .search-button__search-style {
    padding: 0 15px 0 30px;
  }
  .header-bottom__bottom-item:last-child {
    margin: 0 auto 40px auto;
  }
  .header-bottom__left-side {
    border-bottom: 0;
  }
  .header-top__mobile-login {
    order: 2;
    width: 315px;
    height: 45px;
    border: 1px solid #173542;
    padding: 12px 14px;
  }
  .header-top__login {
    justify-content: center;
    margin-bottom: 42px;
  }
  .header-top__login a, .header-top__login p {
    margin-right: 5px;
    margin-left: 0;
  }
  .header-top__login a:last-child {
    margin-right: 0;
  }
  .header-bottom__mobile {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 315px;
    margin: 0 auto;
  }
}
@media (max-width: 1199px) and (max-width: 360px) {
  .header-bottom__mobile {
    width: 90%;
  }
}
@media (max-width: 1199px) {
  .bottom-side-contacts {
    padding: 35px 30px !important;
    display: block;
  }
  .bottom-side-contacts__schedule {
    padding: 0;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.09em;
    color: #173542;
    margin-bottom: 10px;
  }
  .header-top__currency p {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #173542;
    margin: 0 0 3px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #173542;
    opacity: 0.5;
    margin-bottom: 10px;
  }
  .button__link {
    width: 315px;
    height: 47px;
    line-height: 30px;
    padding: 0;
    border: none;
    position: relative;
    margin: 0 auto;
  }
  .button__link span {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    padding: 15px 0;
  }
  .bottom-side-contacts__button {
    padding: 40px 0 0 0;
  }
  .button__link span:after {
    width: 80%;
  }
  .header-bottom__bottom-item {
    position: relative;
  }
  .header-bottom__bottom-item .arrow {
    position: relative;
    top: inherit;
    right: inherit;
    margin-top: 10px;
    margin-left: 10px;
  }
  .header-menu {
    top: 56px;
  }
  .header-menu__item.mob-active .header-menu__icon img.hover {
    display: none;
  }
  .header-menu__item.mob-active .header-menu__icon img.active {
    display: block;
  }
  .header-menu__item.mob-active .icon-svg {
    fill: #530F0F;
  }
  #header-menu .header-menu__item {
    padding: 17px 0 22px 33px;
  }
  .header-menu__back {
    margin: 0 auto 10px;
  }
  .header-menu.menu-active {
    background: #F4F4F4;
    padding: 0 0 30px 0;
  }
  .header__header-menu.header-menu .header-menu__item.akcyi a, .header-menu a, .inside-menu__item a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .header-menu__item a:before {
    width: 100%;
    bottom: -25px;
  }
  .header-menu.menu-active {
    padding-bottom: 180px;
  }
  .header-top__go-out {
    position: relative;
    padding-top: 40px;
    border-top: 1px solid rgba(23, 53, 66, 0.1);
    width: 120px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .header-top__login-icon {
    position: relative;
  }
  .header-top__login-icon {
    top: 4px;
    left: inherit;
  }
  .header-top__go-out a {
    text-decoration: underline;
  }
  .header__header-bottom.header-bottom-registered .bottom-side-contacts {
    padding: 0 !important;
  }
  .header-top__go-out {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(23, 53, 66, 0.1);
    border-bottom: 1px solid rgba(23, 53, 66, 0.1);
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 50px;
  }
  .header-top__go-block {
    width: 120px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .header-bottom.move-active {
    width: 101%;
    left: 0;
    top: 75px;
  }
  .header-bottom.move-active.right-move-active {
    left: -1px;
  }
  #header-menu .header-bottom__right-side {
    margin-bottom: 30px;
  }
  .header .container {
    padding: 0 !important;
  }
  #header-menu-other {
    padding: 0;
    width: 100%;
    left: 0;
    position: relative;
    top: 0;
    height: 0;
    transition: 0.5s;
  }
  #header-menu-other.open {
    height: auto;
    padding-top: 10px;
  }
}
@media (max-width: 1024px) {
  .header-menu__back {
    display: block;
  }
  .header-menu__item a .header-menu__item {
    max-width: 470px;
    margin: 0 auto;
    position: relative;
  }
  .header-menu__item a .header-menu__item a {
    font-size: 14px;
    line-height: 17px;
    color: #25282E;
  }
  .header-menu__item a:before {
    content: "";
    left: -11px;
  }
  .header-bottom {
    display: flex;
    left: -2800px;
    transition: 0.5s;
    animation-delay: 0.5s;
    background: #FFF;
    min-height: calc(100vh - 54px);
    bottom: 0;
    position: absolute;
    z-index: 10000;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding-bottom: 50px;
  }
  .header-menu__back img {
    margin-right: 20px;
    margin-top: 2px;
  }
  .header-bottom.move-active {
    transition: 0.5s;
    padding-bottom: 80px;
    animation-delay: 0.5s;
  }
  .header-menu__back {
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    color: #898989;
    padding-left: 35px;
    max-width: 470px;
    margin: 0 auto 25px;
  }
  .header-menu__item {
    max-width: 470px;
    margin: 0 auto;
    position: relative;
  }
  .header-menu.menu-active {
    left: 0;
    transition: 0.5s;
  }
  .bottom-side-contacts {
    padding: 35px 0 35px 0;
  }
  .header {
    z-index: 77;
  }
  .header-bottom.move-active.right-move-active {
    transition: 1s;
    animation-delay: 0.5s;
  }
}
@media (max-width: 480px) {
  .header-menu__item {
    max-width: 100%;
  }
}
@media (max-width: 360px) {
  .header-top__mobile-login {
    width: 260px;
  }
  .button__link {
    width: 90%;
  }
}
.footer {
  max-width: 1920px;
  margin: 0 auto;
  background: #CCCDD1;
  position: relative;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  height: 365px;
}
.footer__footer-top {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .footer__footer-top {
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .footer__footer-top {
    display: block;
  }
}
.footer__footer-top .footer-top__subtitle {
  margin-bottom: 40px;
  width: 52%;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .footer__footer-top .footer-top__subtitle {
    width: 51%;
    flex-wrap: wrap;
  }
}
.footer__footer-top .footer-top__subtitle:last-child {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.footer__footer-top .footer-top__subtitle:last-child .footer-top__login {
  display: flex;
}
@media (max-width: 1199px) {
  .footer__footer-top .footer-top__subtitle:last-child .footer-top__login {
    width: 150px;
  }
}
.footer__footer-top .footer-top__subtitle:last-child .footer-top__login a, .footer__footer-top .footer-top__subtitle:last-child .footer-top__login p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  transition: 0.5s;
  color: #CCBDB8;
  transition: 0.5s;
  margin: 0 2px;
}
.footer__footer-top .footer-top__subtitle:last-child .footer-top__login a:hover, .footer__footer-top .footer-top__subtitle:last-child .footer-top__login p:hover {
  color: #ECE7E6;
}
@media (max-width: 1023px) {
  .footer__footer-top .footer-top__subtitle:last-child {
    flex-wrap: wrap;
  }
}
.footer__footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023px) {
  .footer__footer-bottom {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .footer__footer-bottom {
    display: block;
    padding: 20px 0 20px 0;
  }
}

.footer-top__item {
  margin-bottom: 10px;
}
.footer-top__logo {
  width: 138.17px;
  height: 138.44px;
  margin: 58px auto 9px;
}
.footer-top__logo a {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 1199px) {
  .footer-top__logo {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .footer-top__logo {
    position: relative;
    top: 0;
  }
}
.footer-top__left-side {
  width: 252px;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .footer-top__left-side {
    flex: inherit;
    width: 100%;
    justify-content: center;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .footer-top__left-side {
    justify-content: left;
  }
}
.footer-top__left-side p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
.footer-top__column {
  font-family: "Intel", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 32px;
}
.footer-top__column a {
  color: #AAB9CF;
  transition: 0.5s;
}
.footer-top__column a:hover {
  color: #fff;
}
.footer-top__column:last-child {
  margin: 0 0 0 75px;
}
@media (max-width: 480px) {
  .footer-top__column:last-child {
    margin: 0 0 0 25px;
  }
}
.footer-top__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  color: #1C3842;
  margin-bottom: 25px;
}
.footer-top__item a {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  transition: 0.5s;
  color: #CCBDB8;
  transition: 0.5s;
}
.footer-top__item a:hover {
  color: #ECE7E6;
}
.footer-top__social-left p {
  display: flex;
}
.footer-top__social-left p .icon-svg {
  width: 23px;
  height: 23px;
  fill: #fff;
  margin-right: 18px;
}
.footer-top__social-left p span {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  width: 85%;
}
.footer-top__social-left a {
  display: block;
  transition: 0.5s;
}
.footer-top__social-left a span {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
.footer-top__social-left a:hover span {
  color: rgba(255, 255, 255, 0.55);
}
.footer-top__social-left a .icon-svg {
  width: 23px;
  height: 23px;
  fill: #fff;
  margin-right: 18px;
}
.footer-top__center-side {
  margin-top: 38px;
  min-width: 230px;
}
@media (max-width: 1023px) {
  .footer-top__center-side {
    margin-top: 0;
    min-width: 175px;
  }
}
@media (max-width: 767px) {
  .footer-top__center-side {
    width: 43%;
  }
}
@media (max-width: 576px) {
  .footer-top__center-side {
    width: 100%;
  }
}
.footer-top__right-side {
  width: 64%;
  margin-top: 30px;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 1199px) {
  .footer-top__right-side {
    width: 70%;
  }
}
@media (max-width: 1023px) {
  .footer-top__right-side {
    padding: 0 0 29px 35px;
  }
}
@media (max-width: 767px) {
  .footer-top__right-side {
    padding: 0 0 29px 75px;
    width: 43%;
  }
}
@media (max-width: 576px) {
  .footer-top__right-side {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .footer-top__right-side {
    padding: 0 0 29px 25px;
  }
}
.footer-top__right-side .footer-top__top-side, .footer-top__right-side .footer-top__bottom-side {
  display: flex;
}
.footer-top__right-side .footer-top__bottom-side .footer-top__phones {
  width: 52%;
}
@media (max-width: 1199px) {
  .footer-top__right-side .footer-top__bottom-side .footer-top__phones {
    width: 51%;
  }
}
.footer-top__right-side .footer-top__bottom-side .footer-top__phones .icon-svg {
  width: 23px;
  height: 23px;
  fill: #fff;
  margin-right: 18px;
}
.footer-top__right-side .footer-top__bottom-side .footer-top__top-row {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .footer-top__right-side .footer-top__bottom-side .footer-top__top-row {
    width: 59%;
  }
}
.footer-top__right-side .footer-top__bottom-side a {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  margin-bottom: 12px;
  display: block;
  transition: 0.5s;
}
.footer-top__right-side .footer-top__bottom-side a:hover {
  color: rgba(255, 255, 255, 0.55);
}
.footer-top__social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.footer-top__social-right {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  text-align: right;
  color: #AAB9CF;
}
.footer-top__phone {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  color: #66707D;
  transition: 0.5s;
}
@media (max-width: 2500.98px) and (min-width: 1024.98px) {
  .footer-top__phone:hover {
    color: #87B7FF;
  }
}
@media (max-width: 1199px) {
  .footer-top__phone {
    color: #AAB9CF;
  }
}
.footer-top__messengers {
  display: flex;
  margin-top: 8px;
  margin-left: -2px;
}
.footer-top__messengers a {
  transition: 0.5s;
}
.footer-top__messengers a svg {
  width: 25px;
  height: 25px;
  fill: #CCBDB8;
  transition: 0.5s;
}
.footer-top__messengers a svg:hover path:first-child {
  fill: #1C3842;
}
.footer-top__bottom-row {
  display: flex;
  align-items: center;
  margin: 25px 0 0 0;
  width: 500px;
}

.footer-top__right-side .footer-top__bottom-side .footer-top__phones .footer-top__messengers .icon-svg {
  width: 33px;
  height: 25px;
  fill: #CCBDB8;
  transition: 0.5s;
  position: relative;
}

.alatra_icon, .footer_icon {
  max-width: 135px;
}

.footer_icon {
  margin-right: 85px;
}

.footer-top__right-side .footer-top__bottom-side .footer-top__messengers a {
  position: relative;
}
.footer-top__right-side .footer-top__bottom-side .footer-top__messengers a:before {
  position: absolute;
  top: -10px;
  left: -8px;
  background: rgba(255, 255, 255, 0.12);
  width: 51px;
  height: 45px;
  content: "";
  opacity: 0;
  transition: 0.5s;
}
.footer-top__right-side .footer-top__bottom-side .footer-top__messengers a:hover:before {
  opacity: 1;
}
.footer-top__right-side .footer-top__bottom-side .footer-top__messengers a:hover svg {
  fill: #ECE7E6 !important;
}

.footer-bottom__copyright {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #C4C4C4;
  width: 252px;
  text-align: center;
}
@media (max-width: 1023px) {
  .footer-bottom__copyright {
    padding-left: 5px;
  }
}
@media (max-width: 767px) {
  .footer-bottom__copyright {
    padding-left: 0;
  }
}
.footer-bottom__support-text span {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #C5C5C5;
  width: auto;
}
.footer-bottom__creators {
  display: flex;
  margin-top: -3px;
  width: 70%;
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  .footer-bottom__creators {
    padding-right: 0;
  }
}
.footer-bottom__creators a {
  opacity: 0.5;
}
.footer-bottom__support-text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .footer-bottom__support-text {
    align-items: flex-start;
  }
}
.footer-bottom__art-sites {
  margin: 0 0 0 20px;
}

.outside-arrow {
  position: fixed;
  width: 66px;
  height: 66px;
  right: 50px;
  bottom: 50px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.1);
  z-index: 66;
  border-radius: 50%;
  transition: 0.5s;
}
.outside-arrow:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
}
.outside-arrow__pict-arrow {
  height: auto;
  width: 22px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: relative;
  z-index: 10;
}

.outside-arrow.scrolltop_visible {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.footer-top__right-side .footer-top__bottom-side a.footer_icon {
  max-width: 135px;
  margin-top: 15px;
  margin-right: 85px;
}

@media (max-width: 1199px) {
  .footer-top__left-side, .footer-bottom__copyright {
    width: 220px;
  }
  .footer-top__social {
    margin-bottom: 10px;
  }
}
@media (max-width: 1023px) {
  .outside-arrow {
    bottom: 70px;
    right: 20px;
  }
  .footer-top__logo, .footer-top__left-side, .footer-bottom__copyright {
    width: 150px;
  }
  .footer-top__left-side p {
    font-size: 12px;
    line-height: 18px;
  }
  .footer-top__right-side {
    width: 77%;
  }
  .footer-top__title {
    margin: 25px 0 0 0;
  }
  .footer-top__top-row {
    max-width: 300px;
  }
  .footer-top__top-row:before {
    content: "";
    width: 300px;
  }
  .footer-top__social {
    display: inline-block;
  }
  .footer-top__networks {
    margin: 25px 0;
  }
  .footer-top__social-right {
    text-align: left;
    margin: 30px 0 0 0;
  }
  .footer-bottom__support-text {
    text-align: left;
  }
  .footer-bottom__creators {
    width: 300px;
    margin: 0 auto;
  }
  .subtitle-param {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    height: 100px;
  }
  .footer-top__logo, .footer-top__left-side, .footer-bottom__copyright {
    margin-top: 20px;
  }
  .footer__footer-top .footer-top__subtitle {
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .footer_icon {
    margin-right: 10px;
  }
  .footer-top__social {
    margin-bottom: 10px;
  }
  .footer-top__right-side {
    padding: 0 0 0 20px;
  }
  .footer-bottom__copyright {
    width: auto;
    margin-top: -3px;
  }
  .footer-bottom__creators {
    width: auto;
    margin: 0 20px 0 0;
  }
  .footer {
    height: auto;
  }
  .footer__footer-bottom {
    padding: 20px 0 10px;
  }
  .footer-top__right-side .footer-top__bottom-side a.footer_icon {
    margin-right: 20px;
  }
  .footer-top__right-side .footer-top__bottom-side a.alatra_icon, .footer-top__right-side .footer-top__bottom-side a.footer_icon {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .footer-bottom__creators {
    width: 300px;
    margin: 0 auto;
  }
  .footer-top__item {
    width: 50%;
  }
  .footer__footer-top .footer-top__subtitle:last-child .footer-top__login {
    width: 50%;
  }
  .main-blog {
    margin-bottom: 0;
  }
  .footer-top__logo {
    height: auto;
    margin: 30px auto 10px;
  }
  .footer-top__logo, .footer-top__left-side, .footer-bottom__copyright {
    width: 100%;
  }
  .footer-top__right-side {
    width: 100%;
    padding: 0;
  }
  .footer-bottom__art-sites {
    margin: 8px 0 0 20px;
    width: 150px;
  }
  .footer-top__item a, .footer__footer-top .footer-top__subtitle:last-child .footer-top__login a {
    width: auto;
  }
}
@media (max-width: 576px) {
  .footer-top__right-side .footer-top__bottom-side {
    display: block;
  }
  .footer-top__right-side .footer-top__bottom-side .footer-top__phones, .footer-top__right-side .footer-top__bottom-side .footer-top__top-row {
    width: 100%;
  }
  .footer-bottom__art-sites {
    margin: 8px 0 0 0;
    width: 165px;
  }
  .footer-bottom__support-text span {
    width: 150px;
    line-height: 18px;
    padding-top: 5px;
  }
  .footer-bottom__creators {
    width: 265px;
  }
  .footer-top__logo {
    width: 105px;
    height: 105px;
  }
  .footer__footer-top .footer-top__subtitle {
    width: 90%;
  }
  .footer-top__left-side p {
    width: 232px;
    margin: 0 auto;
  }
  .outside-arrow {
    width: 45px;
    height: 45px;
  }
  .outside-arrow__pict-arrow {
    width: 15px;
  }
}
@media (max-width: 480px) {
  .footer-top__subtitle .footer-top__item:nth-child(1), .footer-top__subtitle .footer-top__item:nth-child(3), .footer-top__subtitle .footer-top__item:nth-child(5) {
    width: 60%;
  }
  .footer-top__subtitle .footer-top__item:nth-child(2), .footer-top__subtitle .footer-top__item:nth-child(4), .footer-top__subtitle .footer-top__item:nth-child(6) {
    width: 40%;
  }
  .footer__footer-top .footer-top__subtitle:last-child .footer-top__login {
    width: 40%;
  }
  .footer-top__social-left p span, .footer-top__social-left a span {
    font-size: 14px;
  }
  .footer-top__social-left a .icon-svg {
    margin-right: 13px;
  }
  .footer-top__right-side .footer-top__bottom-side a {
    font-size: 14px;
  }
  .footer-top__right-side .footer-top__bottom-side .footer-top__phones .icon-svg {
    margin-right: 10px;
  }
  .footer-bottom__support-text span, .footer-bottom__copyright {
    font-size: 12px;
  }
  .footer-top__logo {
    width: 90px;
  }
  .footer-top__right-side {
    margin-top: 15px;
  }
}
@media (max-width: 380px) {
  .footer-top__item a, .footer__footer-top .footer-top__subtitle:last-child .footer-top__login a, .footer__footer-top .footer-top__subtitle:last-child .footer-top__login p {
    font-size: 14px;
    line-height: 20px;
  }
  .footer-top__subtitle .footer-top__item:nth-child(1), .footer-top__subtitle .footer-top__item:nth-child(3), .footer-top__subtitle .footer-top__item:nth-child(5), .footer-top__subtitle .footer-top__item:nth-child(2), .footer-top__subtitle .footer-top__item:nth-child(4), .footer-top__subtitle .footer-top__item:nth-child(6), .footer__footer-top .footer-top__subtitle:last-child .footer-top__login {
    width: 50%;
  }
}
/*# sourceMappingURL=style.css.map */
