@charset "UTF-8";

/* Fireplaces Project */

/*
Fonts;
Null CSS;
Global Styles: {
  1. Menu Dropdown
  2. Menu Catalog Dropdown
  3. Section Title
  4. Items Grid
  5. Question Form Section
  6. Recall Form Section
  7. Bread Crumbs
}

Pages: 

Main Page {
  1. Header 
  2. Main Slider
  3. Main Cards Section
  4. Hits Section
  5. Sale Section
  6. Quality Control Section
  7. Partners Section
  8. Footer
},

Catalog Page,

Detail Page {
  1. Detail Item Card 
  2. Detail Item Description 
  3. Detail Similar Products
},

Content Page,

Stocks Page, 

404 Page,

Personal Page,

Cart Page,

Responsive

*/

/* ---------- Fonts ---------- */

/* @font-face {
  font-family: "Muller";
  src: url(../fonts/MullerRegular.woff2) format("woff2"), url(../fonts/MullerRegular.woff) format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "Muller";
  src: url(../fonts/MullerMedium.woff2) format("woff2"), url(../fonts/MullerMedium.woff) format("woff");
  font-weight: 500;
}

@font-face {
  font-family: "Muller";
  src: url(../fonts/MullerBold.woff2) format("woff2"), url(../fonts/MullerBold.woff) format("woff");
  font-weight: 700;
} */

/* ---------- Null CSS ---------- */

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

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

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

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

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

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

input,
button,
textarea,
select {
  font-family: "Montserrat", sans-serif;
}

input[type="submit"] {
  cursor: pointer;
}

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

button {
  cursor: pointer;
}

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

table {
  border-spacing: 0px;
}

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

ul li {
&nbsp;}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-family: "Montserrat", sans-serif;
}

/* --------------  Global Styles  -------------- */

body {
  overflow-x: hidden;
}

body.lock {
  overflow: hidden;
}

.wrapper {
  position: relative;
  min-width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  max-width: 1470px;
  margin: 0 auto;
  padding: 0 15px;
}

/* ----- Global Elements ----- */

/* -- Menu Dropdown -- */

.menu-drop {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.98);
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  z-index: 65;
}

.menu-drop.active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}

.menu-drop__close {
  position: absolute;
  top: 70px;
  right: 220px;
  cursor: pointer;
  width: 36px;
  height: 36px;
  z-index: 70;
  padding: 5px;
  background-color: #fff;
}

.menu-drop__close span {
  position: absolute;
  display: block;
  width: 32px;
  height: 2px;
  background-color: #000;
  margin-top: 13px;
  margin-left: -4px;
}

.menu-drop__close span:first-child {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu-drop__close span:last-child {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* -- Menu Catalog (for Dropdown and Catalog Page) -- */

.catalog {
  padding: 35px 0;
}

.catalog.footer__catalog {
  padding: 0;
}

.catalog.menu-drop {
  padding: 180px 0;
}

.catalog.menu-drop .content {
  height: calc(100vh - 360px);
  overflow-y: scroll;
}

.catalog .content {
  position: relative;
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  scrollbar-color: #afafaf #fff;
  scrollbar-width: thin;
}

.catalog .content::-webkit-scrollbar {
  width: 4px;
  /* ширина scrollbar */
}

.catalog .content::-webkit-scrollbar-track {
  background: #fff;
  /* цвет дорожки */
}

.catalog .content::-webkit-scrollbar-thumb {
  background-color: #afafaf;
  /* цвет плашки */
  border-radius: 20px;
  /* закругления плашки */
  border: 0;
}

.catalog .content .part {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  margin-bottom: 20px;
}

.catalog .content .part__title {
  font-size: 28px;
  font-weight: 500;
  padding: 32px 35px;
  border-bottom: 2px solid #d7d7d7;
}

.catalog .content .part__title a {
  color: #000;
  transition: all 0.3s ease-in-out;
}

.catalog .content .part__title a:hover {
  color: #f08923;
}

.catalog .content .part__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 35px;
  padding-top: 42px;
}

.catalog .content .part__list-col {
  margin-right: 50px;
}

.catalog .content .part__list-col:last-child {
  margin-right: 0;
}

.catalog .content .part__link-cnt {
  margin-bottom: 22px;
}

.catalog .content .part__link-cnt:last-child {
  margin-bottom: 0;
}

.catalog .content .part__link {
  position: relative;
  font-size: 18px;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.catalog .content .part__link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.catalog .content .part__link:hover {
  color: #f08923;
}

.catalog .content .part__link:hover:after {
  width: 100%;
  background-color: #f08923;
}

.catalog .content .part__link.active {
  color: #f08923;
}

.catalog .content .part__link.active:after {
  width: 100%;
  background-color: #f08923;
}

.catalog .content .part:nth-child(odd) {
  padding-right: 80px;
}

.catalog .content__left {
  margin-right: 80px;
}

/* -- Section Title -- */

.section-title-cnt {
  width: 100%;
  text-align: center;
}

.section-title-cnt__icon-cnt {
  width: 96px;
  height: 9px;
  margin: 0 auto;
  margin-bottom: 22px;
}

.section-title-cnt__icon {
  width: 100%;
}

.section-title-cnt__title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 8px;
}

.section-title-cnt__subtitle {
  color: #7c7c7c;
  font-size: 16px;
}

/* -- Items Grid -- */

.items-grid {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 -12.5px 0 -12.5px;
}

.items-grid__loader {
  position: absolute;
  width: calc(100% + 2px);
  height: 100%;
  top: -1px;
  left: -1px;
  text-align: center;
  padding-top: 160px;
  background-color: #f5f5f5;
  font-size: 28px;
  color: #5a5a5a;
  z-index: 15;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: none;
  opacity: 0;
  visibility: hidden;
}

.items-grid__loader.showed {
  display: block;
}

.items-grid__loader.fade-out {
  opacity: 1;
  visibility: visible;
}

.items-grid.catalog-grid .item {
  width: calc(1 / 3 * 100% - 25px);
}

.items-grid.fixed-pic-size .item__picture-cnt {
  min-width: 100%;
  min-height: 231px;
  max-height: 231px;
}

.items-grid.fixed-pic-size .item__picture {
  -o-object-fit: cover;
     object-fit: cover;
}

.items-grid.fixed-pic-size .item__title {
  margin-top: 29px;
  text-align: left;
}

.items-grid.similar__grid {
  margin-bottom: 50px;
}

.items-grid.similar__grid .item {
  width: calc(1 / 3 * 100% - 25px);
}

.items-grid.list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.items-grid.list .item {
  width: 100%;
  margin: 0;
  padding: 0 22px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: left;
  margin-bottom: 12px;
}

.items-grid.list .item:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 170px;
  height: calc(100% + 6px);
  width: 1px;
  background-color: #c4c4c4;
}

.items-grid.list .item:hover .item__corner {
  top: 0;
  left: 170px;
}

.items-grid.list .item__corner {
  left: 170px;
}

.items-grid.list .item__picture-cnt {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
  max-width: 170px;
  height: 100%;
  padding: 12px 25px;
}

.items-grid.list .item__picture {
  max-height: 130px;
}

.items-grid.list .item__title {
  min-height: unset;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 310px;
          flex: 0 1 310px;
  padding: 30px 45px 30px 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 45px;
}

.items-grid.list .item__price-cnt {
  padding-right: 15px;
  font-size: 35px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  white-space: nowrap;
}

.items-grid.list .item__price-cnt .rub {
  width: 18px;
  height: 24px;
  margin-top: 2px;
}

.items-grid.list .item__buttons-cnt {
  width: 300px;
  margin-top: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}

.items-grid.list .item__button-more {
  margin-right: 35px;
}

.items-grid.list.fixed-pic-size .item__picture-cnt {
  min-width: unset;
  min-height: unset;
  max-height: unset;
  max-width: 170px;
  height: 160px;
}

.items-grid.list.fixed-pic-size .item__picture {
  max-height: unset;
}

.items-grid.list.fixed-pic-size .item__title {
  margin-top: 0;
}

.items-grid.list.fixed-pic-size .item__price-cnt {
  font-size: 25px;
}

.items-grid.list.fixed-pic-size .item__price-cnt .rub {
  width: 14px;
  height: 19px;
  margin-top: 0;
}

.items-grid .item {
  position: relative;
  width: calc(25% - 25px);
  margin: 0 12.5px 25px 12.5px;
  border: 3px solid #fff;
  outline: 1px solid #c4c4c4;
  padding: 22px 28px 32px 28px;
  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;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.items-grid .item:hover {
  border: 3px solid #f08923;
  outline: 1px solid #f08923;
}

.items-grid .item:hover .item__corner {
  top: 0;
  left: 0;
}

.items-grid .item__corner {
  position: absolute;
  top: -3px;
  left: -3px;
  padding: 0 25px;
  height: 46px;
  background-color: #474747;
  border-radius: 0 0 10px 0;
  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;
  color: #f08923;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.items-grid .item__corner.corner-sale {
  font-size: 20px;
}

.items-grid .item__picture-cnt {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 220px;
  height: 256px;
}

.items-grid .item__picture {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.items-grid .item__title {
  min-height: 43px;
  margin-top: 35px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 23px;
  color: #000;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.items-grid .item__price-cnt {
  color: #f08923;
  font-size: 25px;
  font-weight: 500;
}

.items-grid .item__price-cnt .rub {
  width: 14px;
  height: 19px;
}

.items-grid .item__buttons-cnt {
  width: 100%;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.items-grid .item__button-more {
  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;
  height: 51px;
  padding: 0 35px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 166px;
          flex: 0 0 166px;
  margin-right: 15px;
  border-radius: 8px;
  background-color: #f5f6f8;
  color: #000000;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.items-grid .item__button-more .arrow {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.items-grid .item__button-more:hover {
  padding: 0 25px 0 35px;
}

.items-grid .item__button-add-to-cart {
  height: 51px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  background-color: #f08923;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.items-grid .item__button-add-to-cart:hover {
  background-color: #000;
}

.items-grid .item__button-add-no-stock {
  height: 51px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  background-color: #db3122;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.items-grid .item__button-add-no-stock:hover {
  background-color: #000;
}

/* -- Question Form Section -- */

.question-form-section {
  position: relative;
  width: 100%;
  background-color: #f5f6f8;
  padding-top: 27px;
  padding-bottom: 38px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 75px;
}

.question-form-section .section-title-cnt__icon-cnt {
  margin-bottom: 16px;
}

.question-form-section .section-title-cnt__title {
  margin-bottom: 14px;
}

.question-form-section .section-title-cnt__subtitle {
  color: #000;
  max-width: 540px;
  margin: 0 auto;
}

.question-form-section__form {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  margin-top: 40px;
}

.question-form-section .form__input-cnt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.question-form-section .form__inmut-name {
  margin-right: 30px;
}

.question-form-section .form__input {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  height: 68px;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 0 17px;
  font-size: 16px;
}

.question-form-section .form__textaera-cnt {
  margin-top: 30px;
  height: 175px;
  width: 100%;
}

.question-form-section .form__textaera {
  width: 100%;
  height: 100%;
  padding: 20px 17px;
  border-radius: 8px;
  background-color: #ffffff;
  resize: none;
  font-size: 16px;
}

.question-form-section .form__submit-cnt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 33px;
}

.question-form-section .form__submit {
  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;
  height: 61px;
  border-radius: 8px;
  background-color: #f08923;
  color: #fff;
  font-size: 16px;
  width: 203px;
}

.question-form-section .form__submit .arrow {
  margin-left: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.question-form-section .form__submit:hover .arrow {
  margin-left: 14px;
}

/* -- Recall Form Section -- */

.recall-form-section {
  width: 100%;
  position: relative;
  margin-top: 15px;
  margin-bottom: 90px;
  background-color: #f5f6f8;
  padding: 27px 15px 50px 15px;
}

.recall-form-section .section-title-cnt__icon-cnt {
  margin-bottom: 16px;
}

.recall-form-section .section-title-cnt__subtitle {
  margin: 0 auto;
  max-width: 550px;
}

.recall-form-section .form {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.recall-form-section .form__inputs-cnt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
}

.recall-form-section .form__input {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  height: 68px;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 0 17px;
  font-size: 16px;
}

.recall-form-section .form__input-name {
  margin-right: 30px;
}

.recall-form-section .form__submit-cnt {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.recall-form-section .form__submit {
  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;
  height: 61px;
  border-radius: 8px;
  background-color: #f08923;
  color: #fff;
  font-size: 16px;
  width: 203px;
}

.recall-form-section .form__submit .arrow {
  margin-left: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.recall-form-section .form__submit:hover .arrow {
  margin-left: 14px;
}

/* -- Bread Crumbs -- */

.breadcrumbs {
  width: 100%;
  position: relative;
  background-color: #f5f6f8;
  padding-top: 8px;
  padding-bottom: 4px;
  padding-left: 200px;
  padding-right: 15px;
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.breadcrumbs__link-cnt {
  position: relative;
  margin-right: 15px;
  padding: 4px 0;&nbsp;    list-style-type: none;&nbsp;}

.breadcrumbs__link-cnt:after {
  position: absolute;
  content: "/";
  top: 4px;
  right: -10px;
}

.breadcrumbs__link-cnt:last-child {
  margin-right: 0;
}

.breadcrumbs__link-cnt:last-child:after {
  display: none;
}

.breadcrumbs__link-cnt:last-child .breadcrumbs__link {
  color: #000;
  pointer-events: none;
}

.breadcrumbs__link {
  position: relative;
  color: #969696;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.breadcrumbs__link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0%;
  background-color: #969696;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.breadcrumbs__link:hover {
  color: #000;
}

.breadcrumbs__link:hover:after {
  opacity: 1;
  width: 100%;
  background-color: #000;
}

/* -- Modal Background -- */

.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 0 15px;
  background-color: rgba(255, 255, 255, 0.959);
  z-index: 120;
  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;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.modal-bg.active {
  opacity: 1;
  visibility: visible;
}

/* -- Modal Cross Button -- */

.modal-cross-btn {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
  width: 26px;
  height: 26px;
}

.modal-cross-btn span {
  position: absolute;
  display: block;
  width: 32px;
  height: 2px;
  background-color: #000;
  margin-top: 13px;
  margin-left: -4px;
}

.modal-cross-btn span:first-child {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal-cross-btn span:last-child {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* -- Modal Body -- */

.modal-body {
  position: relative;
  -webkit-box-shadow: 0 0 38px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 38px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  padding: 35px 75px 30px 75px;
}

.modal-body__title {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}

.modal-body__note {
  margin-top: 25px;
  text-align: center;
  color: #727272;
}

.modal-body__note .reg-link {
  color: #f08923;
  cursor: pointer;
}

.modal-body__note .reg-link:hover {
  text-decoration: underline;
}

.modal-body__note .auth-link {
  color: #f08923;
  cursor: pointer;
}

.modal-body__note .auth-link:hover {
  text-decoration: underline;
}

/* -- Recall Modal -- */

.recall-modal.modal-body {
  width: 100%;
  max-width: 730px;
}

.recall-modal.modal-body .form {
  width: 100%;
  margin-top: 35px;
}

.recall-modal.modal-body .form__input {
  width: 100%;
  height: 68px;
  padding: 0 22px;
  border-radius: 8px;
  border: 1px solid #c4c4c4;
  outline: 0;
  background-color: #ffffff;
  font-size: 16px;
  margin-bottom: 18px;
}

.recall-modal.modal-body .form__input::-webkit-input-placeholder {
  color: #616161;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.recall-modal.modal-body .form__input::-moz-placeholder {
  color: #616161;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.recall-modal.modal-body .form__input:-ms-input-placeholder {
  color: #616161;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.recall-modal.modal-body .form__input::-ms-input-placeholder {
  color: #616161;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.recall-modal.modal-body .form__input::placeholder {
  color: #616161;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.recall-modal.modal-body .form__input:focus::-webkit-input-placeholder {
  color: #cacaca;
}

.recall-modal.modal-body .form__input:focus::-moz-placeholder {
  color: #cacaca;
}

.recall-modal.modal-body .form__input:focus:-ms-input-placeholder {
  color: #cacaca;
}

.recall-modal.modal-body .form__input:focus::-ms-input-placeholder {
  color: #cacaca;
}

.recall-modal.modal-body .form__input:focus::placeholder {
  color: #cacaca;
}

.recall-modal.modal-body .form__submit-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.recall-modal.modal-body .form__submit {
  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;
  text-align: center;
  padding: 0 15px;
  width: 203px;
  height: 61px;
  border-radius: 8px;
  background-color: #f08923;
  font-size: 16px;
  color: #fff;
}

.recall-modal.modal-body .form__submit-arrow {
  width: 12px;
  height: 7px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: 6px;
}

/* -- Authorization Modal -- */

.auth-modal.modal-body {
  width: 100%;
  max-width: 730px;
}

.auth-modal.modal-body .form {
  width: 100%;
  margin-top: 35px;
}

.auth-modal.modal-body .form__input {
  width: 100%;
  height: 68px;
  padding: 0 22px;
  border-radius: 8px;
  border: 1px solid #c4c4c4;
  outline: 0;
  background-color: #ffffff;
  font-size: 16px;
  margin-bottom: 18px;
}

.auth-modal.modal-body .form__input::-webkit-input-placeholder {
  color: #616161;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.auth-modal.modal-body .form__input::-moz-placeholder {
  color: #616161;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.auth-modal.modal-body .form__input:-ms-input-placeholder {
  color: #616161;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.auth-modal.modal-body .form__input::-ms-input-placeholder {
  color: #616161;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.auth-modal.modal-body .form__input::placeholder {
  color: #616161;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.auth-modal.modal-body .form__input:focus::-webkit-input-placeholder {
  color: #cacaca;
}

.auth-modal.modal-body .form__input:focus::-moz-placeholder {
  color: #cacaca;
}

.auth-modal.modal-body .form__input:focus:-ms-input-placeholder {
  color: #cacaca;
}

.auth-modal.modal-body .form__input:focus::-ms-input-placeholder {
  color: #cacaca;
}

.auth-modal.modal-body .form__input:focus::placeholder {
  color: #cacaca;
}

.auth-modal.modal-body .form__submit-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.auth-modal.modal-body .form__submit {
  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;
  text-align: center;
  padding: 0 15px;
  width: 203px;
  height: 61px;
  border-radius: 8px;
  background-color: #f08923;
  border: 1px solid #f08923;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.auth-modal.modal-body .form__submit:hover {
  background-color: #fff;
  color: #f08923;
}

/* -- Registration Modal -- */

.reg-modal.modal-body {
  width: 100%;
  max-width: 730px;
}

.reg-modal.modal-body .form {
  width: 100%;
  margin-top: 35px;
  height: calc(100vh - 350px);
  overflow-y: scroll;
  padding-right: 12px;
  scrollbar-color: #afafaf #fff;
  scrollbar-width: thin;
}

.reg-modal.modal-body .form::-webkit-scrollbar {
  width: 4px;
  /* ширина scrollbar */
}

.reg-modal.modal-body .form::-webkit-scrollbar-track {
  background: #fff;
  /* цвет дорожки */
}

.reg-modal.modal-body .form::-webkit-scrollbar-thumb {
  background-color: #afafaf;
  /* цвет плашки */
  border-radius: 20px;
  /* закругления плашки */
  border: 0;
}

.reg-modal.modal-body .form__input {
  width: 100%;
  height: 68px;
  padding: 0 22px;
  border-radius: 8px;
  border: 1px solid #c4c4c4;
  outline: 0;
  background-color: #ffffff;
  font-size: 16px;
  margin-bottom: 18px;
}

.reg-modal.modal-body .form__input::-webkit-input-placeholder {
  color: #616161;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.reg-modal.modal-body .form__input::-moz-placeholder {
  color: #616161;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.reg-modal.modal-body .form__input:-ms-input-placeholder {
  color: #616161;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.reg-modal.modal-body .form__input::-ms-input-placeholder {
  color: #616161;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.reg-modal.modal-body .form__input::placeholder {
  color: #616161;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.reg-modal.modal-body .form__input:focus::-webkit-input-placeholder {
  color: #cacaca;
}

.reg-modal.modal-body .form__input:focus::-moz-placeholder {
  color: #cacaca;
}

.reg-modal.modal-body .form__input:focus:-ms-input-placeholder {
  color: #cacaca;
}

.reg-modal.modal-body .form__input:focus::-ms-input-placeholder {
  color: #cacaca;
}

.reg-modal.modal-body .form__input:focus::placeholder {
  color: #cacaca;
}

.reg-modal.modal-body .form .captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.reg-modal.modal-body .form .captcha__pic-cnt {
  width: 100%;
  height: 68px;
  margin-bottom: 18px;
}

.reg-modal.modal-body .form .captcha__pic {
  height: 100%;
  display: block;
  margin: 0 auto;
}

.reg-modal.modal-body .form__submit-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.reg-modal.modal-body .form__submit {
  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;
  text-align: center;
  padding: 0 15px;
  width: 203px;
  height: 61px;
  border-radius: 8px;
  background-color: #f08923;
  border: 1px solid #f08923;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.reg-modal.modal-body .form__submit:hover {
  background-color: #fff;
  color: #f08923;
}

/* ======================== Main Page ====================== */

/* ----- Header ----- */

.header {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  max-width: 1470px;
  margin: 0 auto;
  background-color: #fff;
  padding: 48px 15px;
  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;
  z-index: 55;
}

.header .logo {
  width: 122px;
}

.header .logo__link {
  display: block;
  width: 122px;
  height: 39px;
}

.header .logo__picture {
  width: 100%;
}

.header .menu {
  display: block;
  padding: 0 40px;
}

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

.header .menu__link-cnt {
  margin-right: 24px;
}

.header .menu__link-cnt:last-child {
  margin-right: 0;
}

.header .menu__link {
  position: relative;
  font-size: 16px;
  cursor: pointer;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header .menu__link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header .menu__link:hover {
  color: #f08923;
}

.header .menu__link:hover:after {
  width: 100%;
  background-color: #f08923;
}

.header .menu__link.active {
  color: #f08923;
}

.header .menu__link.active:after {
  width: 100%;
  background-color: #f08923;
}

.header .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 30px;
}

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

.header .phone__icon-cnt {
  width: 16px;
}

.header .phone__icon {
  width: 100%;
}

.header .phone__number a{
  margin: 2px 0 0 1px;
  font-size: 17px;
  font-weight: 700;
  color: #000;
}

.header .phone__recall-link-cnt {
  margin-left: 17px;
}

.header .phone__recall-link {
  position: relative;
  color: #000;
  font-size: 16px;
  cursor: pointer;
}

.header .phone__recall-link:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.header .search {
  position: relative;
  width: 22px;
}

.header .search:before {
  content: "";
  position: absolute;
  top: -50%;
  left: -30px;
  opacity: 0;
  width: 30px;
  height: 44px;
  cursor: pointer;
}

.header .search__link {
  display: block;
  width: 100%;
  cursor: pointer;
}

.header .search__icon {
  width: 100%;
}

.header .search:hover .search__input {
  width: 400px;
  visibility: visible;
  opacity: 1;
}

.header .search__input {
  position: absolute;
  top: -11px;
  right: 40px;
  width: 0px;
  height: 44px;
  border: 1px solid grey;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 40;
  border-radius: 0;
  padding: 0 15px;
  font-size: 16px;
}

.header .search__input:focus {
  width: 400px;
  visibility: visible;
  opacity: 1;
}

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

.header .auth__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-right: 3px;
}

.header .auth__icon-cnt {
  width: 19px;
  margin-right: 5px;
}

.header .auth__icon {
  width: 100%;
}

.header .auth__text {
  position: relative;
  color: #000;
  font-size: 16px;
}

.header .auth__text:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.header .auth__link-quit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #000;
  font-size: 16px;
  margin-left: 3px;
}

.header .auth__link-quit:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}

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

.header .cart__icon-cnt {
  width: 24px;
}

.header .cart__icon {
  width: 100%;
}

.header .cart__current {
  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;
  width: 24px;
  height: 24px;
  padding-top: 1px;
  margin-left: 3px;
  background-color: #f08923;
  border-radius: 50%;
  font-size: 13px;
  color: #fff;
}

.header .icon-menu,
.header .burger {
  display: none;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -9px;
  width: 30px;
  height: 18px;
  cursor: pointer;
  z-index: 60;
}

.header .icon-menu span,
.header .burger span {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 8px;
  left: 0;
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #000;
}

.header .icon-menu span:first-child,
.header .burger span:first-child {
  top: 0;
}

.header .icon-menu span:last-child,
.header .burger span:last-child {
  top: unset;
  bottom: 0;
}

.header .icon-menu.active span,
.header .burger.active span {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.header .icon-menu.active span:first-child,
.header .burger.active span:first-child {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
}

.header .icon-menu.active span:last-child,
.header .burger.active span:last-child {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 8px;
}

.header .mobile-nav {
  position: fixed;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 55;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  -webkit-transform: translateY(-100vh);
      -ms-transform: translateY(-100vh);
          transform: translateY(-100vh);
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header .mobile-nav.active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}

.header .mobile-nav .menu {
  padding: 0;
}

.header .mobile-nav .menu__list {
  -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;
}

.header .mobile-nav .menu__link-cnt {
  margin-right: 0;
  margin-bottom: 20px;
}

.header .mobile-nav .menu__link-cnt:last-child {
  margin-bottom: 0;
}

.header .mobile-nav .menu__link {
  font-size: 32px;
}

.header .mobile-nav .menu__link:after {
  display: none;
}

.header .mobile-nav .phone {
  padding-right: 0;
  margin-top: 32px;
  -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;
}

.header .mobile-nav .phone__icon-cnt {
  width: 22px;
}

.header .mobile-nav .phone__icon {
  width: 100%;
}

.header .mobile-nav .phone__number {
  font-size: 26px;
  margin: 0 0 0 12px;
}

.header .mobile-nav .phone__recall-link-cnt {
  margin-left: 0;
  margin-top: 12px;
}

.header .mobile-nav .phone__recall-link {
  font-size: 26px;
}

.header .mobile-nav .auth {
  margin-top: 22px;
}

.header .mobile-nav .auth__icon-cnt {
  width: 24px;
}

.header .mobile-nav .auth__text {
  font-size: 26px;
}

.header .mobile-nav .auth__link-quit {
  font-size: 26px;
}

.header .mobile-nav .row {
  margin-top: 20px;
}

.header .mobile-nav .search {
  display: none;
}

.header .mobile-nav .cart {
  display: none;
  margin-right: 0;
}

.header .mobile-nav .cart__icon-cnt {
  width: 32px;
}

.header .mobile-nav .cart__icon {
  width: 100%;
}

.header .mobile-nav .cart__current {
  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;
  width: 32px;
  height: 32px;
  padding-top: 1px;
  margin-left: 3px;
  background-color: #f08923;
  border-radius: 50%;
  font-size: 17px;
  color: #fff;
}

.content-page .header {
  padding: 48px 15px 29px 15px;
}

/* ----- Main Slider ----- */

.main-slider-cnt {
  width: 100%;
  margin-top: 4px;
  position: relative;
  background-color: #f5f6f8;
}

.main-slider-cnt .main-slider {
  width: 100%;
  height: 100%;
}

.main-slider-cnt .main-slider .swiper-wrapper {
  width: 100%;
}

.main-slider-cnt .main-slider__slide {
  width: 100%;
  height: unset;
  overflow: hidden;
  transition: background-color 0.3s;
}

.main-slider-cnt .main-slider .slide.swiper-slide-active.hidden {
  opacity: 0;
}

.main-slider-cnt .main-slider .slide__content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-right: 106px;
  padding-left: 163px;
}

.main-slider-cnt .main-slider .slide__text-cnt {
  padding-top: 160px;
  padding-bottom: 130px;
  max-width: 500px;
  margin-right: 50px;
}

.main-slider-cnt .main-slider .slide__price {
  color: #f08923;
  font-size: 25px;
  margin-bottom: 20px;
}

.main-slider-cnt .main-slider .slide__title {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 22px;
}

.main-slider-cnt .main-slider .slide__subtitle {
  color: #727272;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 32px;

}

.main-slider-cnt .main-slider .slide__button {
  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;
  width: 192px;
  height: 59px;
  border-radius: 8px;
  background-color: #ffffff;
  font-size: 16px;
  color: #000;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.main-slider-cnt .main-slider .slide__button:hover {
  background-color: #f08923;
  color: #fff;
}

.main-slider-cnt .main-slider .slide__picture-cnt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 459px;
          flex: 0 0 459px;
}

.main-slider-cnt .main-slider .slide__picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
  object-fit: contain;

}

.main-slider-cnt .main-slider .swiper-button-prev {
  width: 20px;
  height: 36px;
  left: 28px;
  background-image: url(../img/icons/slider-prev.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-slider-cnt .main-slider .swiper-button-prev:after {
  display: none;
}

.main-slider-cnt .main-slider .swiper-button-next {
  width: 20px;
  height: 36px;
  right: 24px;
  background-image: url(../img/icons/slider-next.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-slider-cnt .main-slider .swiper-button-next:after {
  display: none;
}

.main-slider-cnt .main-slider .tinkofslide .slide__content{
    background-color: #F5C442;
}
.main-slider-cnt .main-slider .tinkofslide .slide__text-cnt {
    margin: 0;
    position: relative;
    z-index: 1;
}
.tinkofslide img.banklogo {
    max-width: 238px;
    margin-bottom: 30px;
}
.tinkofslide .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F5C442;
    z-index: -2;
}
.tinkofslide .img{
    background-image: url(/local/templates/fire/assets/img/pictures/slider-girl.png);
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.main-slider-cnt .main-slider .tinkofslide .slide__content .slide__subtitle {
    color: black;
    max-width: 460px;
}
.main-slider-cnt .main-slider .tinkofslide .slide__picture-cnt {
    flex: unset;
    width: 55%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    height: 100%;
}
.main-slider-cnt .main-slider .tinkofslide .slide__picture-cnt img {
    height: 100%;
    margin-top: -50px;
    object-fit: cover;
}
/* ----- Main Cards Section ----- */

.cards {
  margin-top: 28px;
  width: 100%;
  position: relative;
}

.cards__cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12.5px;
}

.cards__card {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0 12.5px;
  background-color: #f5f6f8;
  padding: 45px 28px;
}

.cards .item__content {
  max-width: 210px;
}

.cards .item__title {
  font-size: 25px;
  font-weight: 500;
  line-height: normal;
}

.cards .item__title a {
  color: #000;
}

.cards .item__title a:hover {
  text-decoration: underline;
}

.cards .item__subtitle {
  margin: 31px 0 38px 0;
  color: #7c7c7c;
  font-size: 16px;
  line-height: normal;
}

.cards .item__button {
  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;
  width: 166px;
  height: 51px;
  border-radius: 8px;
  background-color: #ffffff;
  font-size: 16px;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cards .item__button:hover {
  background-color: #f08923;
  color: #fff;
}

.cards .item__picture-cnt {
  position: absolute;
  bottom: 22px;
  right: 22px;
}

.cards .item__picture {
  max-width: 300px;
  max-width: 250px;
  max-height: 220px;
}

/* ----- Hits Section ----- */

.hits {
  width: 100%;
  margin-top: 75px;
}

.hits__items {
  margin-top: 45px;
}

/* ----- Sale Section ----- */

.sale {
  width: 100%;
  margin-top: 50px;
}

.sale__items {
  margin-top: 45px;
}

/* ----- Quality Control Section ----- */

.q-control {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5f6f8;
}

.q-control__picture-cnt {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 566px;
  max-width: 566px;
  height: 100%;
}

.q-control__video-link {
  width: 100%;
  height: 100%;
}

.q-control__video-link:hover .q-control__picture-text {
  top: 61.5%;
}

.q-control__picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.q-control__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 116px;
  height: 116px;
  margin: -75px 0 0 -58px;
}

.q-control__play-btn-icon {
  width: 100%;
  height: 100%;
  opacity: 0.65;
}

.q-control__picture-text {
  position: absolute;
  top: 59.8%;
  width: 100%;
  text-align: center;
  color: #475987;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.q-control .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 90px;
  padding-right: 180px;
  padding-top: 118px;
  padding-bottom: 114px;
}

.q-control .content__icon {
  width: 96px;
  height: 9px;
  margin-bottom: 34px;
}

.q-control .content__title {
  font-size: 36px;
  font-weight: 500;
}

.q-control .content__description {
  color: #727272;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
  margin-top: 32px;
}

.q-control .content__button {
  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;
  text-align: center;
  width: 192px;
  height: 59px;
  margin-top: 42px;
  border-radius: 8px;
  background-color: #ffffff;
  font-size: 16px;
  color: #000;
}

.q-control .content__button .arrow {
  margin-left: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.q-control .content__button:hover .arrow {
  margin-left: 14px;
}

/* ----- Partners Section ----- */

.partners__slider-cnt {
  position: relative;
  width: 100%;
  padding: 0 75px;
  margin-top: 75px;
  margin-bottom: 90px;
}

.partners__slider-cnt .swiper-button-prev {
  width: 20px;
  height: 36px;
  left: 0;
  background-image: url(../img/icons/slider-prev.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.partners__slider-cnt .swiper-button-prev:after {
  display: none;
}

.partners__slider-cnt .swiper-button-next {
  width: 20px;
  height: 36px;
  right: 0;
  background-image: url(../img/icons/slider-next.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.partners__slider-cnt .swiper-button-next:after {
  display: none;
}

.partners__slider {
  width: 100%;
}

.partners__slider .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.partners__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.partners__slide-picture {
  max-width: 180px;
}

/* ----- Footer ----- */

.footer {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  border-top: 2px solid #000;
}

.footer__main {
  padding-top: 50px;
  padding-bottom: 56px;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .menu {
  margin-right: 60px;
}

.footer .menu__title {
  font-size: 16px;
  font-weight: 700;
}

.footer .menu__body {
  margin-top: 42px;
}

.footer .menu__link-cnt {
  margin: 14px 0;
}

.footer .menu__link {
  position: relative;
  font-size: 16px;
  color: #000000;
}

.footer .menu__link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer .menu__link:hover:after {
  width: 100%;
}

.footer .catalog__title {
  font-size: 16px;
  font-weight: 700;
}

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

.footer .catalog .part {
  margin-right: 60px;
}

.footer .catalog .part:last-child {
  margin-right: 0;
}

.footer .catalog .part__subtitle {
  color: #969696;
  font-size: 16px;
  font-weight: 400;
  margin-top: 8px;
}
.part__subtitle a{
  color: #000000;
  font-weight: 500;
}

.footer .catalog .part__body {
  margin-top: 18px;
}

.footer .catalog .part__link-cnt {
  margin: 14px 0;
}

.footer .catalog .part__link {
  position: relative;
  font-size: 16px;
  color: #000000;
}

.footer .catalog .part__link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer .catalog .part__link:hover:after {
  width: 100%;
}

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

.footer .contacts__logo-cnt {
  width: 171px;
  height: 55px;
  display: block;
  margin-bottom: 21px;
}

.footer .contacts__logo {
  width: 100%;
  height: 100%;
}

.footer .contacts__items {
  margin-bottom: 30px;
}

.footer .contacts .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 9px;
}

.footer .contacts .item__icon-cnt {
  margin-top: 3px;
  margin-right: 17px;
}

.footer .contacts .item__text {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.footer .contacts a.item .item__text {
  position: relative;
}

.footer .contacts a.item .item__text:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 0;
  height: 1px;
  background-color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer .contacts a.item .item__text:hover:after {
  width: 100%;
}

.footer .contacts__privacy-cnt {
  margin-left: 41px;
  margin-top: 70px;
}

.footer .contacts__privacy-link {
  color: #969696;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}

.footer .contacts__privacy-link:hover {
  text-decoration: none;
}

.footer__bottom {
  border-top: 1px solid #c4c4c4;
  padding: 30px 0;
}

.footer__bottom-cnt {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  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;
}

.footer__copyright {
  font-size: 14px;
  font-weight: 400;
  color: #969696;
}

.footer .social-links__link {
  margin-left: 39px;
}

.footer .social-links__link:first-child {
  margin-left: 0;
}

/* ======================== Catalog Page ====================== */

.catalog-section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog-section .filter {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 330px;
          flex: 0 0 330px;
  margin-right: 32px;
  margin-top: 100px;
  z-index: 12;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.catalog-section .filter__title-cnt {
  position: relative;
  background-color: #7c7c7c;
  min-height: 91px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 74px;
}

.catalog-section .filter__title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  line-height: 27px;
}

.catalog-section .filter__close {
  display: none;
  position: absolute;
  top: 50%;
  height: 25px;
  width: 25px;
  margin-top: -15px;
  right: 22px;
  z-index: 13;
  cursor: pointer;
}

.catalog-section .filter__close span {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #fff;
}

.catalog-section .filter__close span:first-child {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 12px;
}

.catalog-section .filter__close span:last-child {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -2px;
}

.catalog-section .filter__grey-part {
  background-color: #f5f6f8;
  padding: 35px 65px 45px 74px;
}

.catalog-section .filter__link-cnt {
  margin: 24px 0;
}

.catalog-section .filter__link-cnt:last-child {
  margin: 24px 0 12px 0;
}

.catalog-section .filter__link {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  cursor: pointer;
}

.catalog-section .filter__link.current {
  color: #f08923;
  text-decoration: underline;
}

.catalog-section .filter__link:hover {
  text-decoration: underline;
}

.catalog-section .filter__checkboxes-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 35px;
}

.catalog-section .filter__checkbox-cnt {
  margin-bottom: 18px;
}

.catalog-section .filter__checkbox-cnt:last-child {
  margin-bottom: 0;
}

.catalog-section .filter__checkbox {
  display: none;
}

.catalog-section .filter__checkbox:checked + .custom-checkbox .custom-checkbox__box .fa-check {
  opacity: 1;
}

.catalog-section .filter .custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.catalog-section .filter .custom-checkbox__box {
  width: 21px;
  height: 20px;
  border: 1px solid #c4c4c4;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 2px;
  margin-right: 22px;
}

.catalog-section .filter .custom-checkbox__box .fa-check {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #3b3b3b;
  opacity: 0;
}

.catalog-section .filter .custom-checkbox__title {
  font-size: 16px;
  font-weight: 400;
}

.catalog-section .filter__white-part {
  background-color: #fff;
  padding-top: 35px;
  padding-bottom: 45px;
}

.catalog-section .filter .range-cnt__title {
  font-size: 16px;
  font-weight: 500;
  padding-left: 74px;
}

.catalog-section .filter .range-cnt__slider {
  height: 9px;
  border-radius: 5px;
  background: #f08923;
  border: 0;
  margin: 25px 11px 22px 11px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.catalog-section .filter .range-cnt__slider .noUi-connect {
  background: #f08923;
}

.catalog-section .filter .range-cnt__slider .noUi-handle {
  width: 22px;
  height: 22px;
  border: 1px solid #c4c4c4;
  background-color: #ffffff;
  border-radius: 50%;
}

.catalog-section .filter .range-cnt__slider .noUi-handle:before {
  display: none;
}

.catalog-section .filter .range-cnt__slider .noUi-handle:after {
  display: none;
}

.catalog-section .filter .range-cnt__slider .noUi-handle.noUi-handle-lower {
  right: -11px;
}

.catalog-section .filter .range-cnt__slider .noUi-handle.noUi-handle-upper {
  right: -11px;
}

.catalog-section .filter .range-cnt__inputs-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog-section .filter .range-cnt__inputs-cnt .dash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #696969;
  font-size: 16px;
  font-weight: 400;
  margin-left: 32px;
  margin-right: 37px;
}

.catalog-section .filter .range-cnt__input {
  width: 125px;
  height: 35px;
  border-radius: 5px;
  padding: 0 15px;
  border: 1px solid #c4c4c4;
  background-color: #ffffff;
  font-size: 16px;
  color: #696969;
}

.catalog-section .catalog-main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-bottom: 50px;
}

.catalog-section .catalog-main__title-cnt {
  height: 100px;
  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;
}

.catalog-section .catalog-main__title {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}

.catalog-section .catalog-main .sort {
  width: 100%;
  background-color: #f5f6f8;
  padding: 29px 28px 29px 63px;
  margin-bottom: 33px;
  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;
}

.catalog-section .catalog-main .sort__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.catalog-section .catalog-main .sort__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  cursor: pointer;
}

.catalog-section .catalog-main .sort__title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 32px;
}

.catalog-section .catalog-main .sort__title:hover .sort-body {
  opacity: 1;
  visibility: visible;
}

.catalog-section .catalog-main .sort__title .arrow {
  width: 14px;
  height: 8px;
  margin-left: 15px;
}

.catalog-section .catalog-main .sort .sort-body {
  position: absolute;
  left: -55px;
  top: 25px;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background-color: #ffffff;
  padding: 25px 150px 70px 55px;
  z-index: 55;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  cursor: default;
}

.catalog-section .catalog-main .sort .sort-body.showed {
  opacity: 1;
  visibility: visible;
}

.catalog-section .catalog-main .sort .sort-body.hidden {
  opacity: 0;
  visibility: hidden;
}

.catalog-section .catalog-main .sort .sort-body__link-cnt {
  margin-top: 15px;
}

.catalog-section .catalog-main .sort .sort-body__link {
  white-space: nowrap;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.catalog-section .catalog-main .sort .sort-body__link:hover {
  color: #f08923;
}

.catalog-section .catalog-main .sort .sort-body__link.current {
  color: #f08923;
}

.catalog-section .catalog-main .sort__filter-mob-link {
  font-size: 16px;
  cursor: pointer;
  display: none;
}

.catalog-section .catalog-main .sort__filter-mob-link .filter-counter {
  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;
  width: 24px;
  height: 24px;
  padding-top: 1px;
  margin-left: 3px;
  background-color: #f08923;
  border-radius: 50%;
  font-size: 13px;
  color: #fff;
}

.catalog-section .catalog-main .sort__icons-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog-section .catalog-main .sort__icon {
  width: 33px;
  height: 33px;
  border-radius: 5px;
  border: 1px solid #c4c4c4;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.catalog-section .catalog-main .sort__icon.current {
  border: 1px solid #f08923;
  cursor: default;
}

.catalog-section .catalog-main .sort__grid-icon {
  margin-right: 27px;
  padding: 7px;
}

.catalog-section .catalog-main .sort__grid-icon.current span {
  border: 1px solid #f08923;
}

.catalog-section .catalog-main .sort__grid-icon span {
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid #464646;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.catalog-section .catalog-main .sort__icon-spans {
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.catalog-section .catalog-main .sort__list-icon {
  padding: 0 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.catalog-section .catalog-main .sort__list-icon .sort__icon-spans {
  -ms-flex-line-pack: center;
      align-content: center;
}

.catalog-section .catalog-main .sort__list-icon.current span {
  background-color: #f08923;
}

.catalog-section .catalog-main .sort__list-icon span {
  width: 100%;
  height: 1px;
  background-color: #464646;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.catalog-section .catalog-main .sort__list-icon span:nth-child(2) {
  margin: 6px 0;
}

/* ======================== Detail Page ====================== */

.detail-content {
  position: relative;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}

/* ----- Detail Item Card ----- */

.item-card {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item-card .item__corner {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0 25px;
  height: 46px;
  background-color: #474747;
  border-radius: 0 0 10px 0;
  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;
  color: #f08923;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.item-card .item__corner.corner-sale {
  font-size: 20px;
}

.item-card__picture-cnt {
  border: 1px solid #c4c4c4;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 460px;
          flex: 0 1 460px;
  height: 460px;
  margin-right: 25px;
}

.item-card__picture {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.item-card__picture.image-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.item-card__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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;
}

.item-card .info__title {
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
}

.item-card .info .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item-card .info .item__icon-cnt {
  margin-right: 25px;
  margin-top: 7px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19px;
          flex: 0 0 19px;
  width: 19px;
  height: 9px;
}

.item-card .info .item__icon {
  width: 100%;
  height: 100%;
}

.item-card .info .item__text {
  font-size: 16px;
  line-height: 25px;
  max-width: 600px;
}

.item-card .info__params {
  margin-left: 44px;
  line-height: 23px;
  font-size: 18px;
}

.item-card .info .stock {
  margin: 0 0 0 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item-card .info .stock__icon {
  margin-right: 15px;
}

.item-card .info .stock__text {
  color: #20e91c;
  font-size: 18px;
}

.item-card .info__price-cart-cnt {
  margin-left: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item-card .info .price {
  font-size: 30px;
  font-weight: 500;
}

.item-card .info .price__currency-icon {
  width: 14px;
  height: 19px;
  margin-top: 2px;
  margin-right: 12px;
}

.buttonOuter{
  margin-left: 15px;
}

.item-card .info__cart-btn,.item-card .info__credit-btn {
  width: 218px;
  height: 51px;
  border-radius: 8px;
  background-color: #f08923;
  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;
  font-size: 16px;
  color: #fff;
}
.item-card .info__credit-btn {
    background-color: #18BC14;
}

.item-card .info__cart-btn .icon, .item-card .info__credit-btn .icon {
  margin-left: 13px;
}
.buttonOuter {
	display: flex;
	grid-gap: 10px;
}

.item-card .info__cart-btn-cnt-no-stock {
  margin-left: 55px;
}

.item-card .info__cart-btn-no-stock {
  width: 238px;
  height: 51px;
  border-radius: 8px;
  background-color: #db3122;
  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;
  font-size: 16px;
  color: #fff;
}

.item-card .info__cart-btn-no-stock .icon {
  margin-left: 13px;
}

/* ----- Detail Item Description ----- */

.item-description {
  margin-top: 100px;
}

.item-description__title-cnt {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #c4c4c4;
}

.item-description__title {
  font-size: 16px;
  font-weight: 600;
}

.item-description__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item-description__text-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  margin-right: 25px;
}

.item-description__text-p {
  margin-bottom: 15px;
}

.item-description__text-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

/* ----- Detail Similar Products ----- */

.similar {
  margin-top: 90px;
}

.similar__title-cnt {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 50px;
}

.similar__title {
  font-size: 16px;
  font-weight: 600;
}

/* ======================== Content Page ====================== */

.content-section {
  width: 100%;
  background-color: #fff;
}

.content-section__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  margin-top: 60px;
}

.content-section__container:last-child {
  margin-bottom: 100px;
}

.content-section .image-text-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.content-section .image-text-cnt__pic-cnt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 460px;
          flex: 0 0 460px;
  min-height: 460px;
  border: 1px solid #c4c4c4;
  margin-right: 25px;
  overflow: hidden;
}

.content-section .image-text-cnt__pic {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-section .image-text-cnt__text-cnt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.content-section .text-cnt {
  width: 100%;
}

.content-section .text__h2-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

.content-section .text__p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin: 20px 0;
}

.content-section .list__elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.content-section .list__elem:last-child {
  margin-bottom: 0;
}

.content-section .list__elem-point {
  width: 19px;
  height: 8px;
  margin-right: 18px;
  margin-top: 5px;
}

.content-section .list__elem-text {
  line-height: 20px;
  font-size: 16px;
}

/* ======================== Stocks Page ====================== */

.stocks__title-cnt {
  padding-top: 45px;
  padding-bottom: 40px;
  text-align: center;
}

.stocks__title {
  font-size: 30px;
  font-weight: 500;
}

.stocks__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -12.5px;
  padding-bottom: 100px;
}

.stocks__item {
  position: relative;
  width: calc(1 / 3 * 100% - 25px);
  margin: 0 12.5px;
  background-color: #f5f6f8;
  padding: 25px 0 40px 27px;
}

.stocks .item__orange {
  color: #f08923;
  height: 110px;
}

.stocks .item__orange.orange-discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.stocks .item__orange .discount-amount {
  display: block;
  font-size: 125px;
  font-weight: 500;
  line-height: 110px;
}

.stocks .item__orange .discount-word {
  display: block;
  font-size: 36px;
  font-weight: 500;
  line-height: 30px;
}

.stocks .item__orange .percent {
  display: block;
  font-size: 25px;
  font-weight: 500;
  line-height: normal;
}

.stocks .item__orange .stock-word {
  display: block;
  font-size: 148px;
  font-weight: 500;
  line-height: 72px;
}

.stocks .item.item-3 .item__orange .discount-word {
  font-size: 72px;
}

.stocks .item.item-3 .item__orange .percent {
  font-size: 39px;
}

.stocks .item.item-3 .item__orange-left {
  margin-right: 27px;
}

.stocks .item.item-3 .item__orange-right {
  padding-top: 5px;
  padding-bottom: 15px;
}

.stocks .item__orange-left {
  margin-right: 6px;
}

.stocks .item__orange-right {
  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;
  padding-bottom: 25px;
}

.stocks .item__text {
  text-align: left;
}

.stocks .item__title {
  max-width: 200px;
  font-size: 25px;
  font-weight: 500;
}

.stocks .item__description {
  max-width: 170px;
  color: #7c7c7c;
  font-size: 16px;
  margin-top: 25px;
}

.stocks .item__picture-cnt {
  position: absolute;
  right: 22px;
  bottom: 22px;
}

.stocks .item__picture {
  max-width: 270px;
  max-height: 220px;
}

/* ======================== 404 Page ====================== */

.content-404 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 150px;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-404__picture-cnt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45%;
          flex: 1 1 45%;
}

.content-404__picture {
  width: 100%;
  height: 100%;
}

.content-404__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 55%;
          flex: 1 1 55%;
  margin-left: 90px;
}

.content-404__title {
  font-size: 250px;
  color: #39488d;
}

.content-404__subtitle {
  font-size: 50px;
  font-weight: 500;
  color: #7c7c7c;
  text-align: center;
}

.content-404__btn-cnt {
  margin-top: 40px;
  width: 100%;
}

.content-404__btn {
  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;
  width: 263px;
  height: 61px;
  border-radius: 8px;
  margin: 0 auto;
  border: 1px solid #39488d;
  background-color: #39488d;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.content-404__btn:hover {
  background-color: #fff;
  color: #39488d;
}

/* ======================== Personal Page ====================== */

.personal .breadcrumbs {
  margin-bottom: 10px;
}

.personal .breadcrumbs .breadcrumbs__link-cnt:last-child .breadcrumbs__link {
  color: #000;
  pointer-events: none;
}

.personal .breadcrumbs .breadcrumbs__link-cnt .breadcrumbs__link {
  color: #969696;
}

.personal .breadcrumbs .breadcrumbs__link-cnt .breadcrumbs__link:hover {
  color: #000;
}

.personal .table-responsive {
  overflow-x: auto;
}

.personal .table-responsive .table thead th {
  white-space: nowrap;
  padding: 5px 15px 5px 15px;
}

.personal .table-responsive .table tbody td {
  white-space: nowrap;
  padding-right: 15px;
  padding-left: 5px;
  text-align: center;
}

.personal .sale-personal-section-index-block {
  background-color: #f08923;
}

.personal .sale-personal-section-index-block .sale-personal-section-index-block-link {
  color: #fff;
}

.personal .sale-personal-section-index-block .sale-personal-section-index-block-link:hover {
  color: #fff;
}

.personal .row.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12.5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.personal .row.grid .col-lg-3 {
  width: calc(1 / 3 * 100% - 25px);
  margin: 0 12.5px;
}

.personal .row.grid .sale-personal-section-index-block-name {
  padding: 15px 0 0 0;
}

.personal a {
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.personal a:hover {
  color: #f08923;
}

.personal a:focus {
  text-decoration: none;
}

.personal .col-auto {
  padding: 5px;
}

.personal .sale-order-list-title-container {
  padding: 6px 10px;
  margin-top: 12px;
}

.personal .sale-order-list-payment {
  padding-left: 5px;
}

.personal .sale-order-list-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
}

.personal .sale-order-list-payment-title,
.personal .sale-order-list-shipment-element {
  margin-top: 5px;
  font-size: 18px;
}

.personal .sale-order-list-inner-title-line-item {
  display: block;
  padding-top: 10px;
}

.personal .sale-order-list-status-alert {
  margin-left: 6px;
}

.personal .sale-order-list-payment-price {
  font-family: "Muller";
  font-size: 14px;
}

.personal .sale-order-list-payment-price .sale-order-list-payment-number {
  font-size: 18px;
  font-weight: 700;
  color: #f08923;
}

.personal .sale-order-list-change-payment {
  font-family: "Muller";
  font-size: 14px;
}

.personal .sale-order-list-shipment-title {
  margin: 5px 0;
  padding-left: 5px;
}

.personal .sale-order-list-shipment-status {
  padding-left: 5px;
}

.personal .sale-order-list-shipment-item {
  padding: 6px 0 6px 5px;
  font-size: 16px;
}

.personal .sale-order-list-cancel-payment {
  max-width: 125px;
}

.personal .col.sale-order-list-inner-row-template {
  padding-left: 5px;
}

.personal .col.sale-order-list-inner-row-template .mb-4 {
  padding: 5px 0;
}

.personal .col.sale-order-list-inner-row-template .btn {
  margin: 5px 0;
  padding: 10px 30px;
  background-color: #f08923;
  color: #fff;
  border: 1px solid #f08923;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.personal .col.sale-order-list-inner-row-template .btn:hover {
  background-color: #fff;
  color: #f08923;
}

.personal .sale-order-list-inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.personal .sale-order-list-inner-row a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 30px;
  border-radius: 8px;
  background-color: #f08923;
  color: #fff;
  border: 1px solid #f08923;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.personal .sale-order-list-inner-row a .fa {
  margin-right: 6px;
}

.personal .sale-order-list-inner-row a.sale-order-list-change-payment {
  padding: 0;
  background-color: #fff;
  color: #000;
  border: 0;
}

.personal .sale-order-list-inner-row a:hover {
  background-color: #fff;
  color: #f08923;
}

.personal .sale-order-list-inner-row .sale-order-list-repeat-link:before {
  display: none;
}

.personal .sale-order-payment-change-pp-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px 0;
}

.personal .sale-order-payment-change-pp-list .sale-order-payment-change-pp-company {
  width: calc(50% - 6px);
}

.personal .sale-order-payment-change-pp-list .sale-order-payment-change-pp-company:nth-child(odd) {
  margin-right: 12px;
}

.personal .sale-order-payment-change-pp-list .sale-order-payment-change-pp-company .sale-order-payment-change-pp-company-smalltitle {
  font-size: 14px;
  padding: 6px 0;
}

.personal .sale-order-payment-change-pp-list .btn-lg.btn-success {
  padding: 10px 30px;
  margin: 5px 0;
  background-color: #f08923;
  color: #fff;
  border: 1px solid #f08923;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.personal .sale-order-payment-change-pp-list .btn-lg.btn-success:hover {
  background-color: #fff;
  color: #f08923;
}

.personal .bx-order-cancel {
  padding-top: 10px;
  font-size: 16px;
}

.personal .bx-order-cancel .form-group {
  margin-top: 8px;
}

.personal .bx-order-cancel textarea {
  display: block;
  resize: none;
  width: 100%;
  margin: 10px 0;
  padding: 10px 17px;
  height: 120px;
  border-radius: 8px;
  border: 1px solid #bdbdbd;
  -webkit-transition: border 0.3s ease-in-out;
  -o-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
}

.personal .bx-order-cancel textarea:focus {
  border: 1px solid #666666;
}

.personal .bx-order-cancel input[type="submit"] {
  text-align: center;
  padding: 20px 30px;
  margin-right: 8px;
  background-color: #f08923;
  color: #fff;
  border-radius: 8px;
  border: 1px solid #f08923;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
}

.personal .bx-order-cancel input[type="submit"]:hover {
  background-color: #fff;
  color: #f08923;
}

.personal .bx-order-cancel a.btn.btn-link {
  text-align: center;
  padding: 20px 30px;
  background-color: #f08923;
  color: #fff;
  border-radius: 8px;
  border: 1px solid #f08923;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
}

.personal .bx-order-cancel a.btn.btn-link:hover {
  background-color: #fff;
  color: #f08923;
}

.personal .sale-order-detail .sale-order-detail-payment-options-methods-container:before {
  display: none;
}

.personal .sale-order-detail div.col &gt; h1.mb-3 {
  margin-bottom: 8px;
}

.personal .sale-order-detail .sale-order-detail-card {
  line-height: 1.5em;
}

.personal .sale-order-detail .sale-order-detail-card .sale-order-detail-more-info-details {
  padding: 10px 0;
}

.personal .sale-order-detail .sale-order-detail-card .sale-order-detail-more-info-details .table {
  text-align: left;
}

.personal .sale-order-detail .sale-order-detail-card .sale-order-detail-more-info-details .table th {
  padding-right: 15px;
}

.personal .sale-order-detail .sale-order-detail-card .btn {
  display: inline-block;
  padding: 10px 30px;
  margin: 5px 10px 5px 0;
  border-radius: 32px;
  background-color: #f08923;
  color: #fff;
  border: 1px solid #f08923;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.personal .sale-order-detail .sale-order-detail-card .btn:hover {
  background-color: #fff;
  color: #f08923;
}

.personal .sale-order-detail .sale-order-detail-card-title {
  color: #000;
  margin: 0;
}

.personal .sale-order-detail .sale-order-detail-payment-options-methods-container .payment-options-methods-row {
  padding: 0;
  margin: 0;
}

.personal .sale-order-detail .sale-order-detail-payment-options-methods-container .payment-options-methods-row:before {
  display: none;
}

.personal .sale-order-detail .sale-order-detail-payment-options-methods-container .payment-options-methods-row .sale-order-detail-payment-options-methods-image-element {
  background-position: left;
}

.personal .sale-order-detail .sale-order-detail-payment-options-methods-container .payment-options-methods-row .sale-order-detail-payment-inner-row-template {
  margin-top: 0;
}

.personal .sale-order-detail .sale-order-detail-payment-options-shipment-image-container {
  padding: 5px 0;
}

.personal .sale-order-detail .sale-order-detail-payment-options-shipment-image-container .sale-order-detail-payment-options-shipment-image-element {
  background-position: left;
}

.personal .sale-order-detail .sale-order-detail-payment-options-shipment {
  padding-bottom: 10px;
}

.personal .sale-order-detail .sale-order-detail-payment-options-shipment .sale-order-detail-payment-options-shipment-composition-map {
  padding-top: 8px;
  overflow-x: auto;
}

.personal .sale-order-detail .table-responsive {
  overflow-x: auto;
}

.personal .sale-order-detail .table-responsive .table {
  margin-top: 5px;
}

.personal .sale-order-detail .table-responsive .table th,
.personal .sale-order-detail .table-responsive .table td {
  padding-right: 15px;
}

.personal .sale-order-detail div.payment-options-methods-row:last-child:after {
  display: none;
}

.personal .sale-order-detail .sale-order-detail-total-payment .sale-order-detail-total-payment-container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.personal .sale-order-detail .sale-order-detail-total-payment .sale-order-detail-total-payment-container .row .sale-order-detail-total-payment-list-left {
  padding-right: 15px;
}

.personal .sale-order-detail .sale-order-detail-total-payment .sale-order-detail-total-payment-container .row .sale-order-detail-total-payment-list-left .sale-order-detail-total-payment-list-left-item {
  line-height: 1.5em;
}

.personal .sale-order-detail .sale-order-detail-total-payment .sale-order-detail-total-payment-container .row .sale-order-detail-total-payment-list-right .sale-order-detail-total-payment-list-right-item {
  line-height: 1.5em;
  height: unset;
  color: #f08923;
}

.personal .row &gt; .col &gt; a {
  margin-right: 15px;
}

.personal .sale-order-title {
  margin: 8px 0;
}

.personal .sale-order-list-accomplished-title-container {
  padding: 5px;
}

.personal .bx_profile .main-profile-block-shown .form-group .form-control {
  margin: 3px 10px 15px 0;
  border-radius: 8px;
  padding: 0 10px;
  height: 30px;
  width: 220px;
  border: 1px solid #b3b3b3;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.personal .bx_profile .main-profile-block-shown .form-group .form-control:focus {
  border: 1px solid #5c5c5c;
}

.personal .bx_profile .btn {
  padding: 20px 30px;
  background-color: #f08923;
  color: #fff;
  margin: 0 0 0 5px;
  border-radius: 8px;
  border: 1px solid #f08923;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.personal .bx_profile .btn:first-child {
  margin: 0;
}

.personal .bx_profile .btn:hover {
  background-color: #fff;
  color: #f08923;
}

.personal .bx_profile .main-profile-social-block {
  display: none;
}

.personal .sale-profile-detail-form {
  padding-top: 10px;
}

.personal .sale-profile-detail-form input.form-control {
  margin: 3px 0 15px 0;
  border: 1px solid #bbbbbb;
  border-radius: 5px;
  padding: 0 10px;
  height: 30px;
  width: 220px;
  -webkit-transition: border 0.3s ease-in-out;
  -o-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
}

.personal .sale-profile-detail-form input.form-control:focus {
  border: 1px solid #5c5c5c;
}

.personal .sale-profile-detail-form textarea.form-control {
  margin: 3px 0 15px 0;
  border: 1px solid #bbbbbb;
  border-radius: 5px;
  padding: 10px;
  resize: none;
  height: 120px;
  width: 220px;
  -webkit-transition: border 0.3s ease-in-out;
  -o-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
}

.personal .sale-profile-detail-form textarea.form-control:focus {
  border: 1px solid #5c5c5c;
}

.personal .sale-profile-detail-form input.btn {
  padding: 20px 30px;
  background-color: #f08923;
  color: #fff;
  margin: 0 0 0 5px;
  border-radius: 8px;
  border: 1px solid #f08923;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.personal .sale-profile-detail-form input.btn:first-child {
  margin: 0;
}

.personal .sale-profile-detail-form input.btn:hover {
  background-color: #fff;
  color: #f08923;
}

.personal table.sale_order_full_table input.btn {
  border: 1px solid #f08923;
  margin: 10px 0;
  background-color: #f08923;
}

.personal table.sale_order_full_table input.btn:hover {
  background-color: #fff;
  color: #f08923;
}

.personal table.sale_order_full_table input.btn:focus {
  outline: 0;
  border: 1px solid #f08923;
}

/* ===================== Сrediting Page ====================== */
.creditingpage {
    max-width: 580px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 25px;
}
.creditingpage ul {
    margin: 30px 0;
}
.creditingpage ul li {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
    padding-left: 45px;
    position: relative;
}
.creditingpage ul li .dot {
    border-radius: 30px;
    position: absolute;
    left: 0;
    top: -8px;
    width: 33px;
    height: 33px;
    background: #F08923;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    line-height: 1;
}
.creditingpage ul li b {
    font-weight: 600;
    line-height: 20px;
}
.creditingpage ul.small{
	margin:20px 0;
}
.creditingpage ul.small li .dot {
    height: 14px;
    width: 14px;
    left: 10px;
    top: 4px;
}

.creditingpage ul.grid li {
    padding: 0;
    display: grid;
    grid-template-columns: 45px auto;
    align-items: center;
}
.creditingpage ul.grid li .dot {
    position: relative;
    top: 0;
}

/* ======================== Cart Page ====================== */

.bx-sbb-empty-cart-container .bx-sbb-empty-cart-desc a {
  color: #f08923;
}

.bx-sbb-empty-cart-container .bx-sbb-empty-cart-desc a:hover {
  text-decoration: underline;
}

/* ======================== Responsive ====================== */

@media (max-width: 1470px) {
  .items-grid.similar__grid {
    margin-bottom: calc(
 12px + 38 *
 ((100vw - 320px) / (1470 - 320)));
  }

  .items-grid.list .item__title {
    margin-left: calc(
 15px + 35 *
 ((100vw - 546px) / (1470 - 546)));
  }

  .items-grid.list .item__title {
    padding-right: calc(
 15px + 30 *
 ((100vw - 546px) / (1470 - 546)));
  }

  .items-grid.list .item__button-more {
    margin-right: calc(
 1px + 34 *
 ((100vw - 546px) / (1470 - 546)));
  }

  .items-grid .item {
    width: calc(33% - 25px);
  }

  .items-grid .item__button-more {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }

  .items-grid .item__button-more .arrow {
    margin-left: 6px;
  }

  .question-form-section {
    padding-top: calc(
 15px + 12 *
 ((100vw - 320px) / (1470 - 320)));
  }

  .question-form-section {
    padding-bottom: calc(
 20px + 18 *
 ((100vw - 320px) / (1470 - 320)));
  }

  .question-form-section {
    margin-bottom: calc(
 25px + 50 *
 ((100vw - 320px) / (1470 - 320)));
  }

  .question-form-section__form {
    margin-top: calc(
 20px + 20 *
 ((100vw - 320px) / (1470 - 320)));
  }

  .question-form-section .form__submit-cnt {
    margin-top: calc(
 15px + 18 *
 ((100vw - 320px) / (1470 - 320)));
  }

  .recall-form-section {
    margin-bottom: calc(
 20px + 70 *
 ((100vw - 320px) / (1470 - 320)));
  }

  .recall-form-section .form__inputs-cnt {
    margin-top: calc(
 15px + 30 *
 ((100vw - 320px) / (1470 - 320)));
  }

  .recall-form-section .form__submit-cnt {
    margin-top: calc(
 15px + 30 *
 ((100vw - 320px) / (1470 - 320)));
  }

  .breadcrumbs {
    padding-left: calc(
 15px + 185 *
 ((100vw - 768px) / (1470 - 768)));
  }

  .cards {
    margin-top: 18px;
  }

  .cards__cnt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .cards__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 25px);
            flex: 0 1 calc(50% - 25px);
    margin: 10px 12.5px;
  }

  .q-control .content__title {
    font-size: calc(
 24px + 12 *
 ((100vw - 320px) / (1470 - 320)));
  }

  .q-control .content__description {
    margin-top: calc(
 12px + 20 *
 ((100vw - 320px) / (1470 - 320)));
  }

  .q-control .content__button {
    margin-top: calc(
 15px + 27 *
 ((100vw - 320px) / (1470 - 320)));
  }

  .partners__slider-cnt {
    margin-top: calc(
 25px + 50 *
 ((100vw - 320px) / (1470 - 320)));
  }

  .partners__slider-cnt {
    margin-bottom: calc(
 30px + 60 *
 ((100vw - 320px) / (1470 - 320)));
  }

  .catalog-section .filter {
    position: fixed;
    top: calc(50vh / 2);
    left: 0;
    margin-top: 0;
    margin-right: 0;
    opacity: 0;
    visibility: hidden;
    max-width: 414px;
  }

  .catalog-section .filter.active {
    visibility: visible;
    opacity: 1;
  }

  .catalog-section .filter__cnt-to-scroll {
    height: 50vh;
    overflow-y: scroll;
  }

  .catalog-section .filter__close {
    display: block;
  }

  .catalog-section .filter .range-cnt {
    padding: 0 20px;
  }

  .catalog-section .filter .range-cnt__title {
    padding-left: 59px;
  }

  .catalog-section .filter .range-cnt__inputs-cnt .dash {
    margin-left: 0;
    margin-right: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .catalog-section .catalog-main .sort__filter-mob-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 32px;
  }

  .item-card {
    margin-top: calc(
 15px + 105 *
 ((100vw - 320px) / (1470 - 320)));
  }

  .item-description {
    margin-top: calc(
 20px + 80 *
 ((100vw - 320px) / (1470 - 320)));
  }

  .similar {
    margin-top: calc(
 20px + 70 *
 ((100vw - 320px) / (1470 - 320)));
  }

  .similar__title-cnt {
    margin-bottom: calc(
 20px + 30 *
 ((100vw - 320px) / (1470 - 320)));
  }
}

@media (max-width: 1440px) {
  .main-slider-cnt .main-slider .slide__text-cnt {
    padding-top: calc(
 30px + 160 *
 ((100vw - 320px) / (1440 - 320)));
  }

  .main-slider-cnt .main-slider .slide__text-cnt {
    padding-bottom: calc(
 20px + 140 *
 ((100vw - 320px) / (1440 - 320)));
  }

  .hits {
    margin-top: calc(
 20px + 55 *
 ((100vw - 320px) / (1440 - 320)));
  }

  .hits__items {
    margin-top: calc(
 15px + 30 *
 ((100vw - 320px) / (1440 - 320)));
  }

  .sale {
    margin-top: calc(
 10px + 40 *
 ((100vw - 320px) / (1440 - 320)));
  }

  .sale__items {
    margin-top: calc(
 15px + 30 *
 ((100vw - 320px) / (1440 - 320)));
  }

  .q-control {
    margin-top: calc(
 20px + 30 *
 ((100vw - 320px) / (1440 - 320)));
  }

  .q-control {
    margin-bottom: calc(
 30px + 45 *
 ((100vw - 320px) / (1440 - 320)));
  }

  .footer {
    padding: 0 15px;
  }

  .footer__main {
    padding-top: calc(
 15px + 35 *
 ((100vw - 320px) / (1440 - 320)));
  }

  .footer__main {
    padding-bottom: calc(
 20px + 36 *
 ((100vw - 320px) / (1440 - 320)));
  }

  .content-section__container {
    margin-top: calc(
 15px + 45 *
 ((100vw - 320px) / (1440 - 320)));
  }

  .content-section__container:last-child {
    margin-bottom: calc(
 20px + 80 *
 ((100vw - 320px) / (1440 - 320)));
  }

  .stocks__title-cnt {
    padding-top: calc(
 20px + 25 *
 ((100vw - 320px) / (1440 - 320)));
  }

  .stocks__title-cnt {
    padding-bottom: calc(
 15px + 25 *
 ((100vw - 320px) / (1440 - 320)));
  }

  .stocks__items {
    padding-bottom: calc(
 25px + 75 *
 ((100vw - 320px) / (1440 - 320)));
  }

  .stocks__item {
    width: calc(1 / 2 * 100% - 25px);
    margin: 6px 12.5px;
  }

  .content-404 {
    padding-top: calc(
 20px + 30 *
 ((100vw - 320px) / (1440 - 320)));
  }

  .content-404 {
    padding-bottom: calc(
 30px + 90 *
 ((100vw - 320px) / (1440 - 320)));
  }

  .content-404__title {
    font-size: calc(
 120px + 130 *
 ((100vw - 320px) / (1440 - 320)));
  }

  .content-404__subtitle {
    font-size: calc(
 25px + 25 *
 ((100vw - 320px) / (1440 - 320)));
  }
}

@media (max-width: 1439px) {
  .menu-drop__close {
    top: 35px;
    right: 15px;
  }

  .header .logo {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .header .menu {
    display: none;
  }

  .header .phone {
    display: none;
  }

  .header .search:before {
    display: none;
  }

  .header .search {
    margin-right: 18px;
    position: unset;
  }

  .header .search:hover .search__input {
    width: calc(100vw - 100px);
  }

  .header .search__input {
    right: 15px;
    top: unset;
    bottom: -30px;
  }

  .header .auth {
    display: none;
  }

  .header .cart {
    margin-right: 50px;
  }

  .header .icon-menu,
  .header .burger {
    display: block;
  }

  .header .mobile-nav .menu {
    display: block;
  }

  .header .mobile-nav .phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header .mobile-nav .auth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .content-page .header {
    padding: 29px 15px;
  }

  .q-control__picture-cnt {
    min-width: unset;
    max-width: unset;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
            flex: 1 0 40%;
  }

  .q-control__play-btn {
    margin: -58px 0 0 -58px;
  }

  .q-control__picture-text {
    display: none;
  }

  .q-control .content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 60%;
            flex: 1 1 60%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .catalog-section .filter__grey-part {
    padding: 20px 65px 30px 74px;
  }
}

@media (max-width: 1230px) {
  .catalog.menu-drop {
    padding: 70px 0;
  }

  .catalog.menu-drop .content {
    height: calc(100vh - 140px);
  }

  .footer {
    border-top: 0;
  }

  .footer__main {
    border-top: 2px solid #000;
  }
}

@media (max-width: 1200px) {
  .items-grid.list .item__price-cnt {
    font-size: 25px;
  }

  .items-grid.list .item__price-cnt .rub {
    width: 14px;
    height: 19px;
  }

  .items-grid.list.fixed-pic-size .item__price-cnt {
    font-size: 25px;
  }
	.item-card .info__price-cart-cnt {
		justify-content: space-evenly;
	}
	.buttonOuter {
		flex-direction: column;
	}
	.main-slider-cnt .main-slider .slide__content{
		padding-left: 75px;
	}
	.tinkofslide .img{
		background-size: auto 100%;
		background-position: bottom right -90px;
	}
}

@media (max-width: 1024px) {
  .catalog .content .part__title {
    padding: 15px 0;
  }

  .catalog .content .part__list {
    padding-top: 20px;
    padding-left: 0;
  }

  .catalog .content .part:nth-child(odd) {
    padding-right: 30px;
  }

  .catalog .content__left {
    margin-right: 30px;
  }

  .main-slider-cnt .main-slider .slide__price {
    margin-bottom: calc(
 10px + 10 *
 ((100vw - 320px) / (1024 - 320)));
  }

  .main-slider-cnt .main-slider .slide__title {
    font-size: calc(
 24px + 11 *
 ((100vw - 320px) / (1024 - 320)));
  }

  .main-slider-cnt .main-slider .slide__title {
    margin-bottom: calc(
 12px + 10 *
 ((100vw - 320px) / (1024 - 320)));
  }

  .main-slider-cnt .main-slider .slide__subtitle {
    margin-bottom: calc(
 12px + 20 *
 ((100vw - 320px) / (1024 - 320)));
  }

  .q-control .content {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

@media (max-width: 1023px) {
  .items-grid.catalog-grid .item {
    width: calc(50% - 25px);
  }

  .items-grid.similar__grid .item {
    width: calc(50% - 25px);
  }

  .items-grid.list .item {
    width: 100%;
  }

  .items-grid .item {
    width: calc(50% - 25px);
    padding: 16px 18px 16px 18px;
  }

  .modal-cross-btn {
    top: 12px;
    right: 12px;
  }

  .modal-body {
    padding: 25px 30px 20px 30px;
  }

  .recall-modal.modal-body .form {
    margin-top: 25px;
  }

  .recall-modal.modal-body .form__input {
    height: 54px;
  }

  .recall-modal.modal-body .form__submit-cnt {
    margin-top: 0;
  }

  .recall-modal.modal-body .form__submit {
    height: 54px;
  }

  .auth-modal.modal-body .form {
    margin-top: 25px;
  }

  .auth-modal.modal-body .form__input {
    height: 54px;
  }

  .auth-modal.modal-body .form__submit-cnt {
    margin-top: 0;
  }

  .auth-modal.modal-body .form__submit {
    height: 54px;
  }

  .reg-modal.modal-body .form {
    margin-top: 25px;
  }

  .reg-modal.modal-body .form__input {
    height: 54px;
  }

  .reg-modal.modal-body .form .captcha__pic-cnt {
    height: 54px;
  }

  .reg-modal.modal-body .form__submit-cnt {
    margin-top: 0;
  }

  .reg-modal.modal-body .form__submit {
    height: 54px;
  }

  .main-slider-cnt .main-slider .slide__content {
    padding-right: 80px;
    padding-left: 80px;
  }

  .main-slider-cnt .main-slider .slide__text-cnt {
    margin-right: 20px;
  }

  .main-slider-cnt .main-slider .slide__picture-cnt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .cards__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin: 10px 12.5px;
  }

  .footer__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer .menu {
    margin-bottom: calc(
 20px + 10 *
 ((100vw - 320px) / (1023 - 320)));
  }

  .footer .menu {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-right: 0;
  }

  .footer .menu__body {
    margin-top: calc(
 12px + 8 *
 ((100vw - 320px) / (1023 - 320)));
  }

  .footer .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer .menu__link-cnt {
    margin: 0 22px 12px 0;
  }

  .footer .catalog .part {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-right: 0;
  }

  .footer .catalog .part__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer .catalog .part__link-cnt {
    margin: 0 22px 12px 0;
  }

  .footer .contacts {
    margin-top: calc(
 15px + 15 *
 ((100vw - 320px) / (1023 - 320)));
  }

  .footer .contacts {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .footer .contacts__items {
    margin-bottom: calc(
 12px + 18 *
 ((100vw - 320px) / (1023 - 320)));
  }

  .footer .contacts .item {
    margin-left: 0;
  }

  .footer .contacts__privacy-cnt {
    margin-top: calc(
 12px + 58 *
 ((100vw - 320px) / (1023 - 320)));
  }

  .footer .contacts__privacy-cnt {
    margin-left: 32px;
  }

  .item-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .item-card__picture-cnt {
    margin-right: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-bottom: 20px;
  }

  .item-card .info__title {
    font-size: calc(
 22px + 8 *
 ((100vw - 320px) / (1023 - 320)));
  }

  .item-card .info__items {
    margin: 12px 0;
  }

  .item-card .info__params {
    margin-left: 0;
  }

  .item-card .info .stock {
    margin: 15px 0;
  }

  .item-card .info__price-cart-cnt {
    margin-left: 0;
  }

  .stocks__item {
    width: calc(100% - 25px);
    margin: 6px 12.5px;
  }

  .content-404__text {
    margin-left: 30px;
  }
}

@media (max-width: 900px) {
  .items-grid.list .item__buttons-cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .items-grid.list .item__button-more {
    margin-right: 0;
    margin-bottom: 10px;
    min-width: unset;
    width: 150px;
  }

  .items-grid.list .item__button-add-to-cart {
    width: 150px;
  }

  .items-grid.list .item__button-add-no-stock {
    width: 150px;
  }
  .content-section .image-text-cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .content-section .image-text-cnt__pic-cnt {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-height: unset;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

	.tinkofslide .img {
		background-size: auto 100%;
		background-position: bottom right -160px;
	}
}

@media (max-width: 768px) {
  .catalog .content .part {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .catalog .content .part:nth-child(odd) {
    padding-right: 0;
  }

  .catalog .content__left {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .question-form-section .form__textaera-cnt {
    margin-top: 16px;
  }

  .breadcrumbs {
    padding-left: 15px;
  }

  .header {
    padding: 20px 15px;
  }

  .content-page .header {
    padding: 20px 15px;
  }

  .q-control {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .q-control__picture-cnt {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .q-control__picture-cnt {
    height: calc(
 200px + 200 *
 ((100vw - 320px) / (768 - 320)));
  }
}

@media (max-width: 767px) {
  .question-form-section .form__input-cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .question-form-section .form__inmut-name {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .question-form-section .form__input {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .recall-form-section .form__inputs-cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .recall-form-section .form__input {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .recall-form-section .form__input-name {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .modal-body {
    padding: 20px 15px;
  }

  .recall-modal.modal-body .form {
    margin-top: 15px;
  }

  .auth-modal.modal-body .form {
    margin-top: 15px;
  }

  .reg-modal.modal-body .form {
    margin-top: 15px;
  }

  .main-slider-cnt .main-slider .slide.swiper-slide-active.hidden {
    opacity: 1;
  }

  .main-slider-cnt .main-slider .slide__text-cnt {
    margin-right: 0;
  }

  .main-slider-cnt .main-slider .slide__picture-cnt {
    display: none;
  }

  .footer__bottom-cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .footer .social-links {
    margin-bottom: 20px;
  }

  .catalog-section .catalog-main .sort {
    padding: 20px 15px 20px 15px;
    margin-bottom: 20px;
  }

  .catalog-section .catalog-main .sort__links {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .catalog-section .catalog-main .sort .sort-body {
    left: -15px;
  }

  .catalog-section .catalog-main .sort__icons-cnt {
    display: none;
  }

  .item-description__text {
    padding-top: calc(
 15px + 15 *
 ((100vw - 320px) / (767 - 320)));
  }

  .item-description__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .item-description__text-left {
    margin-right: 0;
  }

  .content-section .text__p {
    margin: 10px 0;
    line-height: 20px;
  }

  .personal .row.grid .col-lg-3 {
    width: calc(50% - 25px);
  }
}

@media (max-width: 600px) {
  .items-grid .item__buttons-cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .items-grid .item__button-more {
    margin-right: 0;
    margin-bottom: 12px;
  }
}

@media (max-width: 545px) {
  .catalog.menu-drop {
    padding: 26px 0;
  }

  .catalog.menu-drop .content {
    height: calc(100vh - 52px);
  }

  .catalog .content .part__title {
    font-size: 24px;
  }

  .catalog .content .part__link-cnt {
    margin-bottom: 12px;
  }

  .items-grid.catalog-grid .item {
    width: calc(100% - 25px);
  }

  .items-grid.similar__grid .item {
    width: calc(100% - 25px);
  }

  .items-grid .item {
    width: calc(100% - 25px);
    margin: 0 12.5px 12px 12.5px;
  }

  .main-slider-cnt .main-slider .slide__content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .main-slider-cnt .main-slider .swiper-button-prev {
    display: none;
  }

  .main-slider-cnt .main-slider .swiper-button-next {
    display: none;
  }

  .cards__card {
    margin: 6px 12.5px;
  }

  .catalog-section .catalog-main .sort__title .arrow {
    margin-left: 7px;
  }

  .catalog-section .catalog-main .sort .sort-body {
    max-width: calc(100vw - 32px);
    padding: 25px 25px 65px 25px;
  }

  .catalog-section .catalog-main .sort__filter-mob-link {
    margin-left: 15px;
  }

  .item-card .info__price-cart-cnt {
    -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;
  }

  .item-card .info__cart-btn-cnt {
    margin-left: 0;
    margin-top: 12px;
  }

  .stocks .item__orange {
    height: 72px;
  }

  .stocks .item__orange .discount-amount {
    font-size: 72px;
    line-height: normal;
  }

  .stocks .item__orange .stock-word {
    font-size: 72px;
    line-height: normal;
  }

  .stocks .item.item-3 .item__orange .discount-word {
    font-size: 32px;
  }

  .stocks .item.item-3 .item__orange .percent {
    font-size: 20px;
  }

  .stocks .item.item-3 .item__orange-left {
    margin-right: 6px;
  }

  .stocks .item__picture {
    max-width: 220px;
    max-height: 170px;
  }

  .content-404__picture-cnt {
    display: none;
  }

  .content-404__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-left: 0;
  }

  .content-404__title {
    text-align: center;
  }

  .content-404__btn-cnt {
    margin-top: 20px;
  }
}

@media (max-width: 500px) {
  .cards__card {
    padding: 25px 15px;
  }

  .cards .item__content {
    max-width: unset;
  }

  .cards .item__subtitle {
    margin: 12px 0 15px 0;
  }

  .cards .item__picture-cnt {
    display: none;
  }
}

@media (max-width: 490px) {
  .item-card__picture-cnt {
    height: calc(
 290px + 170 *
 ((100vw - 320px) / (490 - 320)));
  }
}

@media (max-width: 450px) {
  .personal .row.grid .col-lg-3 {
    width: 100%;
  }
}

@media (max-width: 1439px) {
  .catalog-section .filter {
    width: 100%;
    top: 0;
    z-index: 100;
  }

  .catalog-section .filter__cnt-to-scroll {
    height: calc(100vh - 91px);
  }
}

@media (max-width: 350px) {
  .catalog.menu-drop {
    padding: 32px 0;
  }

  .catalog.menu-drop .content {
    height: calc(100vh - 64px);
  }

  .catalog .content .part__title {
    font-size: 20px;
    padding: 10px 0;
  }

  .catalog .content .part__list {
    padding-top: 12px;
  }

  .catalog .content .part__link-cnt {
    margin-bottom: 9px;
  }

  .catalog .content .part__link {
    font-size: 15px;
  }

  .catalog .content__left {
    margin-bottom: 12px;
  }

  .header .search {
    display: none;
  }

  .header .cart {
    display: none;
  }

  .header .mobile-nav .menu__link-cnt {
    margin-bottom: 14px;
  }

  .header .mobile-nav .menu__link {
    font-size: 28px;
  }

  .header .mobile-nav .cart {
    display: inline-block;
  }

  .catalog-section .filter__title-cnt {
    padding: 15px 74px 15px 20px;
  }

  .catalog-section .filter__grey-part {
    padding: 20px;
  }
}

@media (max-height: 414px) {
  .header .mobile-nav .menu__link-cnt {
    margin-bottom: 8px;
  }

  .header .mobile-nav .phone {
    margin-top: 14px;
  }
}

@media (max-height: 545px) {
  .header .mobile-nav .menu__link {
    font-size: 24px;
  }

  .header .mobile-nav .phone__number {
    font-size: 24px;
  }

  .header .mobile-nav .phone__recall-link-cnt {
    margin-top: 8px;
  }

  .header .mobile-nav .phone__recall-link {
    font-size: 24px;
  }

  .header .mobile-nav .auth {
    margin-top: 14px;
  }

  .header .mobile-nav .auth__icon-cnt {
    width: 22px;
  }

  .header .mobile-nav .auth__text {
    font-size: 24px;
  }

  .header .mobile-nav .auth__link-quit {
    font-size: 24px;
  }

  .catalog-section .filter {
    width: 100%;
    max-width: unset;
    top: 0;
    z-index: 100;
  }

  .catalog-section .filter__cnt-to-scroll {
    height: calc(100vh - 91px);
  }
}

@media (max-height: 350px) {
  .header .mobile-nav .menu__link {
    font-size: 20px;
  }

  .header .mobile-nav .phone__icon-cnt {
    width: 16px;
  }

  .header .mobile-nav .phone__number {
    font-size: 20px;
  }

  .header .mobile-nav .phone__recall-link-cnt {
    margin-top: 2px;
  }

  .header .mobile-nav .phone__recall-link {
    font-size: 20px;
  }

  .header .mobile-nav .auth {
    margin-top: 5px;
  }

  .header .mobile-nav .auth__icon-cnt {
    width: 18px;
  }

  .header .mobile-nav .auth__text {
    font-size: 20px;
  }

  .header .mobile-nav .auth__link-quit {
    font-size: 20px;
  }

  .header .mobile-nav .cart {
    display: inline-block;
  }

  .header .mobile-nav .cart__icon-cnt {
    width: 24px;
  }

  .header .mobile-nav .cart__current {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
}
.q-control__picture-cnt{
  cursor: pointer;
}
.detail-content .item-description__text-left{
  display: flex;
  justify-content: center;
  margin-right: 0;
}
.detail-content .item-description__text-p{
  max-width: 903px;
}
.detail-content .item-description__title{
  max-width: 903px;
  width: 100%;
}
.detail-content .item-description__title-cnt{
  display: flex;
  justify-content: center;
}
.item-description__text-p {
  margin-bottom: 10px;
}
.search-page .search-button{
  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;
  height: 61px;
  border-radius: 8px;
  background-color: #f08923;
  color: #fff;
  font-size: 16px;
  width: 203px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-page .search-button:hover{
  background-color: #fff;
  color: #f08923;
  border: 1px solid #f08923;
}
.search-page .search-query{
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  height: 61px;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 0 17px;
  font-size: 16px;
}

#youtube_modal.modal-bg{
  background-color: rgba(0, 0, 0, 0.8);
}
#youtube_modal .recall-modal.modal-body {
  width: 100%;
  max-width: 1200px;
}

#youtube_modal .modal-body {
  position: relative;
  -webkit-box-shadow: 0 0 38px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 38px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  padding: 35px 75px 30px 75px;
  background: transparent;
      background-color: transparent;
  background-color: transparent;
}
#youtube_modal iframe{
  height: 100vh;
  max-height: 600px;
}
@media (max-width: 777px){
  #youtube_modal iframe {
    height: 100vh;
    max-height: 400px;
  }
	.buttonOuter {
		margin: 10px auto;
	}
}

@media (max-width: 600px){
  #youtube_modal .recall-modal.modal-body{
    padding: 10px;
  }
}
.detail-content .item-description__text-left{
  flex-direction: column;
  align-items: center;
}

.freak_table_pech, .freak_table_pech &gt; tbody &gt; tr &gt; td, .freak_table_pech &gt; tbody &gt; tr &gt; th, .freak_table_pech &gt; tfoot &gt; tr &gt; td, .freak_table_pech &gt; tfoot &gt; tr &gt; th, .freak_table_pech &gt; thead &gt; tr &gt; td, .freak_table_pech &gt; thead &gt; tr &gt; th {
  border: 1px solid #555;
}
.freak_table_pech{
  margin-top: -80px;
  table-layout: fixed;
  width: 100%;
  text-align: center;
  max-width: 903px;
  border: 2px solid #555;
}
.item-description__text-left table{
  margin-top: -20px;
  table-layout: fixed;
  width: 100%;&nbsp; margin-bottom: 15px;
}
.item-description__text-left table, .item-description__text-left table &gt; tbody &gt; tr &gt; td, .item-description__text-left table &gt; tbody &gt; tr &gt; th, .item-description__text-left table &gt; tfoot &gt; tr &gt; td, .item-description__text-left table &gt; tfoot &gt; tr &gt; th, .item-description__text-left table &gt; thead &gt; tr &gt; td, .item-description__text-left table &gt; thead &gt; tr &gt; th {
  border: 1px solid #555;
}


/*badfixes text detail*/
.detail-content .item-description__text-p{
  width: 100%;
}
.item-description__text-left{
  max-width: 903px;
  width: 100%;
}
.item-description .item-description__text{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.catalog-section + .item-description .item-description__text h1 {
  margin: 30px 0;
  font-size: 30px;
}
.catalog-section + .item-description .item-description__text h2:not(.section-title-cnt__title) {
  margin: 30px 0;
  font-size: 28px;
}
.catalog-section + .item-description .item-description__text h3 {
  margin: 30px 0;
  font-size: 26px;
}
.catalog-section + .item-description .item-description__text h4 {
  margin: 30px 0;
  font-size: 22px;
}
.catalog-section + .item-description .item-description__text h5 {
  margin: 30px 0;
  font-size: 20px;
}
.catalog-section + .item-description .item-description__text p {
  margin: 20px 0;
}
.catalog-section + .item-description .item-description__text ul, .catalog-section + .item-description .item-description__text ol {
	margin-left: 20px;
}
.catalog-section + .item-description .item-description__text ul li {
  list-style: disc;
}


/*end badfixes text detail*/

.items-grid .item__title{
  font-size: 15px;
}
.item-card .info .not-stock .stock__text{
  color: #  ;
}
.not-stock{
  position: relative;
}
.not-stock::before{
  content: '';
  position: absolute;
  width: 19px;
  height: 19px;
  background-color: #fff;
  top: 0;
  left: 0;
  border: 1px solid #000;
}
.partners_item__page img{
  max-width: 180px;
}
.block_container_partners_page{
  flex-wrap: wrap;
  display: flex;
  justify-content: space-evenly;
}
.partners_item__page{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.cards .item__subtitle{
  position: relative;
  z-index: 10;
}
.stocks .item__picture {
  max-width: 244px;
  max-height: 220px;
}

@media (max-width: 500px){
  .stocks .item__picture{
    max-width: 100px;
  }
  .cards .item__picture-cnt{
    display: block;
  }
  .cards .item__picture-cnt img{
    display: block;
    max-width: 110px;
  }
  .cards .item__subtitle{
    max-width: 300px;
  }
}
@media (max-width: 425px){
  .cards .item__picture-cnt img {
    display: block;
    max-width: 85px;
}
}
.question-form-section{
  margin-top: 50px;
}
.block_maps_vijet{
  display: flex;

}
.block_maps_vijet .vjet_map{
  width: 100%;
}
@media (max-width: 867px){
  .block_maps_vijet{
    flex-direction: column;
  }
}

.left_button_whats{
  max-width: 280px;
  width: 100%;
  line-height: 40px;
  text-decoration: none;
  color: #4fce5d;
  position: fixed;
  background: #fff;
  box-shadow: rgba(0, 0, 0, .15) 0 3px 12px;
  border-radius: 25px;
  font-size: 15px;
  text-align: center;
  z-index: 21;
  display: block;
  transition: .3s;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.left_button_whats img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.left_button_call {
  max-width: 280px;
  width: 100%;
  line-height: 40px;
  text-decoration: none;
  color: #f08923;
  position: fixed;
  background: #fff;
  box-shadow: rgba(0, 0, 0, .15) 0 3px 12px;
  border-radius: 25px;
  font-size: 15px;
  text-align: center;
  z-index: 21;
  display: block;
  transition: .3s;
  position: fixed;
  bottom: 70px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.left_button_call img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.block_modal_footer{
  position: relative;
}
.left_button_call{
  display: none;
}
.left_button_whats{
  display: none;
}
@media (max-width: 567px){
  .left_button_call{
    display: flex;
  }
  .left_button_whats{
    display: flex;
  }
}

.select_fireplace_detail{
  background-color: #e9e9ed;
  padding: 7px;
  margin-bottom: 20px;
  font-size: 15px;
  padding-bottom: 4px;
  font-weight: 500;
}
.select_fireplace_detail option{
  padding: 10px;
}

.container_contant_sale_main{
  font-size: 26px;
text-align: center;
margin: 14px 0;
}

.slide__text-cnt ul li{
  list-style: disc;
  color: #727272;
  font-size: 16px;
  line-height: 22px;
  
}
.slide__text-cnt ul{
  margin-bottom: 32px;
}
.big_text_slide{
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 32px;
  color: #000;
}

.swiper-products{
  max-width: 460px;
  height: 100%;
}
.swiper-products .swiper-button-prev, .swiper-products .swiper-button-next{
  color: #000;
}
.swiper-products .swiper-button-disabled{
  display: none;
  opacity: 0;
  visibility: hidden;
}
.characters__detail-products .item-description{
  margin-top: 0;
}
.characters__detail-products .item-description__text-p{
  margin-bottom: 10px;
}