@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
div,
p,
h1,
h2,
h3,
h4,
h5,
ul,
li,
a,
form {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  line-height: 1;
}

button,
input,
textarea {
  outline: none !important;
}

input[type="text"]:focus,
input[type="file"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus,
input:active {
  outline: none !important;
}

/*css оформление скроллбара*/
div.catalog-table-content::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 7px;
}

div.catalog-table-content::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

::-webkit-input-placeholder {
  color: #222;
}

::-moz-placeholder {
  color: #222;
}

/* Firefox 19+ */
:-moz-placeholder {
  color: #222;
}

/* Firefox 18- */
:-ms-input-placeholder {
  color: #222;
}

.transit {
  -webkit-transition: all 0.4s;
  /* Safari */
  transition: all 0.4s;
}

html {
  height: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  height: 100%;
}
body.openmodal {
  overflow-y: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
img {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.4s;
}
a:hover {
  text-decoration: none !important;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
  box-sizing: border-box;
  transition: 0.3s;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  background-color: inherit;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wrapper {
  margin: 0 auto;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  min-height: 100%;
}

.content {
  flex: 1 0 auto;
}

.header {
  padding-top: 10px;
}
.header__open-info {
  display: none;
}
.header__top {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.header__logo {
  margin-right: 55px;
  width: 374px;
  flex-shrink: 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}
.header__logo img:first-child {
  width: 167px;
}
.header__logo img:nth-child(2) {
  width: 179px;
  margin-bottom: 15px;
}
.header__left {
  padding-top: 14px;
}
.header__row1 {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-left: 5px;
}
.header__phone {
  font-size: 14px;
  line-height: 11px;
  font-weight: 600;
  color: #171717;
  padding-left: 21px;
  position: relative;
  margin-left: 24px;
}
.header__phone::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 15px;
  background-image: url(../images/svg/phone.svg);
  left: 0px;
  top: 50%;
  transform: translate(0, -50%);
  background-repeat: no-repeat;
}
.header__address {
  font-size: 13px;
  line-height: 11px;
  font-weight: 600;
  color: #171717;
  color: #171717;
  padding-left: 25px;
  position: relative;
}
.header__address::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 13px;
  background-image: url(../images/svg/adres.svg);
  left: 0px;
  top: 50%;
  transform: translate(0, -50%);
  background-repeat: no-repeat;
}
.header__like-group,
.header__cart-group {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.header__favorite {
  width: 24px;
  height: 21px;
  margin-left: 34px;
}
.header__favorite img {
  width: 100%;
}
.header__favorite-num {
  width: 26px;
  height: 26px;
  background-color: #e5e5ee;
  margin-left: 6px;
  font-size: 10px;
  line-height: 11px;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  border-radius: 100%;
}
.header__instagram {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-left: 35px;
}
.header__instagram svg {
  width: 21px;
  height: 21px;
  margin-right: 12px;
}
.header__instagram span {
  font-size: 12px;
  line-height: 11px;
  font-weight: 500;
  color: #54858f;
}
.header__row2 {
  margin-top: 20px;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.header__search {
  width: 419px;
  height: 42px;
  background-color: #ffffff;
  border: 1px solid #9eadc5;
  border-radius: 21px;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}
.header__search input {
  width: 300px;
  padding: 0px 42px;
  border: none;
  display: block;
  height: 100%;
  border-radius: 21px 0px 0px 21px;
  position: relative;
  background: url(../images/svg/search-disable.svg);
  background-size: 13px 13px;
  background-repeat: no-repeat;
  background-position: 18px center;
  font-family: Montserrat;
  font-size: 12px;
  line-height: 11px;
  font-weight: 500;
}
.header__search input::placeholder {
  color: #555555;
}
.header__search input:focus,
.header__search input:active {
  border-color: #627da8;
}
.header__search input:focus + button,
.header__search input:active + button {
  background-color: #5c6f99;
}
.header__search button {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background-color: #9eadc5;
  border-radius: 100%;
  margin-right: 3px;
}
.header__search button i {
  font-size: 10px;
  font-weight: 400;
  color: #ffffff;
}
.header__cart {
  margin-left: 23px;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  cursor: pointer;
}
.header__cart-title {
  font-size: 12px;
  line-height: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #54858f;
  margin-left: 12px;
}
.header__cart-num {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  background-color: #54858f;
  font-size: 10px;
  line-height: 11px;
  font-weight: 700;
  color: #ffffff;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  border-radius: 100%;
  margin-left: 12px;
}
.header__cart-sum {
  font-size: 12px;
  line-height: 11px;
  font-weight: 600;
  color: #1b1b1b;
  margin-left: 12px;
}
.header__cart-next {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 1px solid #54858f;
  margin-left: 19px;
  border-radius: 100%;
}
.header__cart-next i {
  font-size: 5.4px;
  font-weight: 400;
  color: #54858f;
}
.header__open-menu {
  width: 263px;
  height: 59px;
  background-color: #54858f;
  border-radius: 3px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}
.header__open-menu > span {
  font-size: 14px;
  line-height: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin-left: 18px;
}
.header__open-menu button {
  width: 15px;
  height: 11px;
  position: relative;
}
.header__open-menu button::after,
.header__open-menu button::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  transition: 0.4s;
}
.header__open-menu button::after {
  top: 0;
}
.header__open-menu button::before {
  bottom: 0;
}
.header__open-menu button span {
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
}
.header__open-menu--active button::after {
  transform: rotate(-45deg);
  top: 5px;
}
.header__open-menu--active button::before {
  transform: rotate(45deg);
  bottom: 5px;
}
.header__open-menu--active button span {
  display: none;
}
.header__bottom {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}
.header__nav {
  height: 59px;
  background-color: #ffffff;
  border: 1px solid #9eadc5;
  border-radius: 3px;
  padding: 0 113px 0 33px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.header__nav ul {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  margin-bottom: 0;
}
.header__nav-item {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #3c5f97;
  position: relative;
}
.header__nav-item:hover {
  color: #54858f;
}
.header__nav-item i {
  display: none;
}
.header__nav-item:not(:last-child) {
  margin-right: 46px;
}
.header__nav-item:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: #9eadc5;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
}
.header__menu {
  width: 1140px;
  height: 423px;
  background-color: #ffffff;
  box-shadow: 0px 7px 16px 0px rgba(39, 102, 115, 0.34);
  border-radius: 2px;
  display: none;
  position: absolute;
  padding: 30px 0;
  z-index: 1000;
  padding-right: 8px;
}
.header__menu-inner {
  height: 100%;
  overflow-y: scroll;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  padding: 0 30px;
  padding-right: 22px;
}
.header__menu-inner::-webkit-scrollbar {
  width: 6px;
  background-color: #f3f3f5;
  border-radius: 2px;
}
.header__menu-inner::-webkit-scrollbar-track {
  width: 6px;
  background-color: #f3f3f5;
  border-radius: 2px;
}
.header__menu-inner::-webkit-scrollbar-thumb {
  width: 6px;
  height: 170px;
  background-color: #54858f;
  border-radius: 2px;
}
.header__menu-title {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-bottom: 23px;
}
.header__menu-title svg {
  width: 33px;
  height: 33px;
}
.header__menu-title span {
  margin-left: 20px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #30484d;
}
.header__menu-title i {
  display: none;
}
.header__menu-item {
  margin-left: 55px;
  font-size: 12px;
  line-height: 26px;
  font-weight: 500;
  color: #18373d;
  transition: all 0.4s;
}
.header__menu-item:hover {
  color: #54858f;
}
.header__menu-item i {
  display: none;
}
.header__menu--active {
  display: block;
}

.main {
  margin-top: 32px;
}
.main__inner {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}
.main .swiper-container {
  width: 100%;
  height: 100%;
}
.main__slider {
  width: calc(59% - 8px);
}
.main__banners {
  width: calc(41% - 8px);
}
.main__banner img {
  width: 100%;
}
.main__banner:first-child {
  margin-bottom: 11px;
}
.main__slide-img {
  height: 100%;
}
.main__slide-img img {
  width: 100%;
  height: 100%;
}
.main .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
  width: 8px;
  height: 8px;
}
.main .swiper-pagination-bullet-active {
  background-color: #202020;
  height: 12px;
  width: 12px;
}
.main .swiper-pagination {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  bottom: 30px;
}
.main .swiper-button-prev,
.main .swiper-button-next {
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 100%;
}
.main .swiper-button-prev::after,
.main .swiper-button-next::after {
  display: none;
}
.main .swiper-button-prev::before,
.main .swiper-button-next::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 13px;
  background-repeat: no-repeat;
}
.main .swiper-button-prev {
  left: 34px;
}
.main .swiper-button-prev::before {
  background-image: url(../images/svg/arrow-left.svg);
}
.main .swiper-button-next {
  right: 34px;
}
.main .swiper-button-next::before {
  background-image: url(../images/svg/arrow-right.svg);
}

.catalog {
  padding-top: 33px;
  padding-bottom: 63px;
}
.catalog__title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #54848e;
  text-align: center;
}
.catalog__items {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-top: 20px;
}
.catalog__item {
  width: calc(20% - 13px);
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #e5e5ee;
  border-radius: 3px;
  margin-bottom: 16px;
  padding-top: 25px;
  height: 240px;
  padding-left: 27px;
  padding-right: 27px;
  transition: 0.4s ease;
}
.catalog__item > a {
  display: block;
}
.catalog__item:hover {
  position: relative;
  opacity: 1;
  transform: scale(1.08);
  cursor: pointer;
}
.catalog__item:hover .catalog__item-title {
  color: #54848e;
}
.catalog__item-img {
  height: 130px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
}
.catalog__item-img img {
  max-width: 100%;
  max-height: 100%;
}
.catalog__item-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #1b1b1b;
  transition: 0.4s ease;
  margin-top: 13px;
}
.catalog__search {
  background-color: #f3f3f5;
  border-radius: 5px;
  margin-top: 7px;
  padding: 24px 65px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.catalog__search-title {
  font-size: 19px;
  line-height: 36px;
  font-weight: 600;
  color: #1f1f1f;
}
.catalog__search-block {
  padding: 3px 4px;
  width: calc(100% - 228px);
  height: 42px;
  background-color: #ffffff;
  border-radius: 21px;
}
.catalog__search-block form {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.catalog__search-block input {
  padding: 0px 42px;
  border: none;
  display: block;
  height: 100%;
  border-radius: 21px 0px 0px 21px;
  position: relative;
  background: url(../images/svg/search-disable.svg);
  background-size: 13px 13px;
  background-repeat: no-repeat;
  background-position: 18px center;
}
.catalog__search-block input::placeholder {
  font-size: 12px;
  line-height: 11px;
  font-weight: 400;
  color: #a2a2a2;
}
.catalog__search-block input:active,
.catalog__search-block input:focus {
  background: url(../images/svg/search-active.svg);
  background-size: 13px 13px;
  background-repeat: no-repeat;
  background-position: 21px center;
}
.catalog .search__select {
  position: relative;
  width: 226px;
  height: 25px;
  margin: 0 17px 0 auto;
  font-size: 12px;
  line-height: 11px;
  font-weight: 400;
  color: #1f1f1f;
  padding-left: 10px;
}
.catalog .search__select.nice-select {
  border: none;
  border-left: 1px dashed #54848e;
  border-radius: 0px;
  padding: 7px 18px 6px 17px;
}
.catalog .search__select.nice-select > span {
  display: block;
  width: 100%;
  font-family: Montserrat;
  font-size: 12px;
  line-height: 11px;
  font-weight: 400;
  color: #1f1f1f;
  padding-top: 1px;
}
.catalog .search__select.nice-select::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 4px;
  background-image: url(../images/select_arrow.png);
  background-repeat: no-repeat;
  transform: rotate(0deg) translateY(-50%);
  top: 50%;
  right: 2px;
  background-size: 100% 100%;
}
.catalog .search__select.nice-select.open::after {
  top: 32%;
  transform: rotate(-180deg) translateY(-50%);
}
.catalog .__select__title {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.catalog .__select__title::before,
.catalog .__select__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 6px;
  height: 1px;
  transition: all 0.3s ease-out;
  background-color: #6c83a9;
  transform: translate(-3px, -50%) rotate(45deg);
}
.catalog .__select__title::after {
  transform: translate(1px, -50%) rotate(-45deg);
}
.catalog .__select__title:hover::before,
.catalog .__select__title:hover::after {
  background-color: #314668;
}
.catalog .__select__content {
  position: absolute;
  top: 30px;
  left: 0px;
  display: flex;
  flex-direction: column;
  width: calc(100% - 6px);
  transition: all 0.3s ease-out;
  opacity: 0;
  z-index: 8;
  background-color: #ffffff;
  border: 1px solid #d6dadf;
  box-shadow: 0px 1px 3px 0px rgba(84, 114, 161, 0.07);
  border-radius: 1px;
}
.catalog .__select__input {
  display: none;
}
.catalog .__select__input:checked + label {
  background-color: #dedede;
}
.catalog .__select__input:disabled + label {
  opacity: 0.6;
  pointer-events: none;
}
.catalog .__select__label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  max-height: 0;
  padding: 0 16px;
  transition: all 0.2s ease-out;
  cursor: pointer;
  overflow: hidden;
}
.catalog .__select__label + input + .catalog .__select__label {
  border-top: 0 solid #c7ccd160;
}
.catalog .__select__label:hover {
  color: #54848e;
}
.catalog__search-btn {
  width: 123px;
  height: 36px;
  background-color: #54848e;
  font-size: 11px;
  line-height: 11px;
  font-weight: 700;
  color: #ffffff;
  display: block;
  border-radius: 21px;
  background-image: url(../images/svg/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-size: 5px 8px;
  background-position: 90px center;
  padding-right: 12px;
}
.catalog__search-btn:hover {
  background-color: #396a74;
}

.new {
  background: url(../images/new_bg1.png), url(../images/new_bg2.png), url(../images/new_bg3.png),
    url(../images/new_bg4.png), url(../images/new_bg5.png);
  background-position: 8% 45px, 0 250px, 81% 16px, 92% 250px, right 15px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-color: #f3f3f5;
  padding-top: 33px;
  padding-bottom: 30px;
}
.new__inner {
  position: relative;
}
.new__title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #54848e;
  text-align: center;
}
.new__title--cart {
  letter-spacing: 0.11em;
  text-transform: none;
}
.new .swiper-container {
  background-color: #fff;
  padding: 36px 0;
  margin-top: 27px;
}
.new__item {
  text-align: center;
  padding: 0 28px;
  padding-bottom: 10px;
  border-left: 1px dashed #c9d4d6;
}
.new__item a {
  display: block;
}
.new .swiper-slide.swiper-slide-active .new__item {
  border-left: none;
}
.new__item-top {
  height: 160px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
}
.new__item-top img {
  max-width: 100%;
  max-height: 100%;
}
.new__item-title {
  margin-top: 17px;
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  color: #1b1b1b;
  height: 45px;
}
.new__item-code {
  font-size: 9px;
  line-height: 18px;
  font-weight: 400;
  color: #1b1b1b;
  margin-top: 24px;
}
.new__item-price {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: #1b1b1b;
  margin-top: 9px;
}
.new__item-price span {
  font-size: 16px;
}
.new .swiper-button-next:after,
.new .swiper-button-prev:after {
  display: none;
}
.new .swiper-button-next,
.new .swiper-button-prev {
  width: 45px;
  height: 45px;
  background-color: #54848e;
  border-radius: 100%;
  transition: 0.4s;
  top: 48%;
}
.new .swiper-button-next:hover,
.new .swiper-button-prev:hover {
  background-color: #396a74;
}
.new .swiper-button-next.swiper-button-disabled,
.new .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: auto;
  pointer-events: none;
  background-color: #f3f3f5;
}
.new .swiper-button-prev {
  left: 0;
  transform: translateX(-50%);
}
.new .swiper-button-next {
  right: 0;
  transform: translateX(50%);
}
.new .swiper-button-prev:before,
.new .swiper-button-next:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 17px;
  background-repeat: no-repeat;
  background-image: url(../images/svg/caret-left-solid.svg);
  background-size: 100% 100%;
  background-position: center;
}
.new .swiper-button-next:before {
  background-image: url(../images/svg/caret-right-solid.svg);
}
.new__btn {
  margin-top: 39px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  width: 252px;
  height: 46px;
  border-radius: 3px;
  font-size: 11px;
  line-height: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #54848e;
  background-image: url(../images/svg/arrow-right-blue.svg);
  background-repeat: no-repeat;
  background-position: right 35px center;
  background-size: 5px 7px;
  padding-right: 15px;
  transition: 0.3s;
}
.new__btn:hover {
  background-color: #54858f;
  color: #fff;
  background-image: url(../images/svg/arrow-right-white.svg);
}

.new--cart {
  padding-top: 39px;
}
.new--cart .swiper-container {
  margin-top: 35px;
}
.new--cart .swiper-button-next {
  top: 57%;
}
.new--cart .swiper-button-prev {
  top: 57%;
}

.footer {
  flex: 0 0 auto;
  padding: 30px 0;
  position: relative;
}
.footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  height: 3px;
  width: 100%;
  background-image: url(../images/wave4.png);
  background-repeat: repeat-x;
}
.footer__inner {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  position: relative;
}
.footer a {
  display: block;
}
.footer__logo {
  width: 134px;
  margin-top: 10px;
}
.footer__logo img {
  width: 100%;
}
.footer__c {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #171717;
  margin-top: 27px;
}
.footer__info {
  font-size: 10px;
  line-height: 16px;
  font-weight: 500;
  color: #171717;
  margin-top: 9px;
}
.footer__siteby {
  font-size: 10px;
  line-height: 16px;
  font-weight: 500;
  color: #171717;
  margin-top: 14px;
}
.footer__title {
  font-size: 12px;
  line-height: 30px;
  font-weight: 600;
  color: #1b1b1b;
  margin-bottom: 5px;
}
.footer__item {
  font-size: 13px;
  line-height: 30px;
  font-weight: 500;
  color: #434b4c;
}
.footer__item:hover {
  color: #54858f;
}
.footer__col:first-child {
  margin-right: 75px;
}
.footer__col:nth-child(2) {
  margin-right: 115px;
}
.footer__col--flex {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin-left: 111px;
}
.footer__social {
  margin-right: 40px;
  padding-top: 10px;
}
.footer__social a {
  width: 41px;
  height: 41px;
  background-color: #ffffff;
  border: 1px solid #54848e;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  border-radius: 100%;
  margin-bottom: 8px;
  transition: 0.5s;
}
.footer__social a svg {
  width: 18px;
  transition: 0.5s;
}
.footer__social a:hover {
  background-color: #54858f;
}
.footer__social a:hover .cls-1 {
  fill: #fff;
}
.footer__phone {
  font-size: 13px;
  line-height: 11px;
  font-weight: 500;
  color: #171717;
  margin-top: 15px;
  margin-left: 25px;
  position: relative;
}
.footer__phone::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 15px;
  background-image: url(../images/svg/phone.svg);
  left: -11px;
  top: 50%;
  transform: translate(-100%, -50%);
  background-repeat: no-repeat;
}
.footer__mail {
  font-size: 13px;
  line-height: 11px;
  font-weight: 500;
  color: #171717;
  margin-top: 21px;
  margin-left: 25px;
  position: relative;
}
.footer__mail::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 11px;
  background-image: url(../images/svg/mail.svg);
  left: -11px;
  top: 50%;
  transform: translate(-100%, -50%);
  background-repeat: no-repeat;
}
.footer__address {
  margin-top: 22px;
  font-size: 13px;
  line-height: 12px;
  font-weight: 500;
  color: #171717;
  margin-left: 25px;
  position: relative;
}
.footer__address::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 13px;
  background-image: url(../images/svg/adres.svg);
  left: -11px;
  top: 50%;
  transform: translate(-100%, -50%);
  background-repeat: no-repeat;
}
.footer__map {
  font-size: 10px;
  line-height: 11px;
  font-weight: 500;
  color: #54848e;
  margin-top: 10px;
  border-bottom: 1px dotted #54848e;
  width: 110px;
  padding-bottom: 2px;
  margin-left: 25px;
}
.footer__time {
  font-size: 11px;
  line-height: 11px;
  font-weight: 500;
  color: #171717;
  margin-top: 16px;
  margin-left: 25px;
}
.footer__pay {
  position: absolute;
  bottom: 10px;
  left: 384px;
}

.error-404 {
  margin-top: 62px;
}
.error-404__inner {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.error-404__info {
  padding-top: 47px;
  margin-left: 70px;
}
.error-404__img {
  width: 34%;
}
.error-404__img img {
  width: 100%;
}
.error-404__title {
  font-size: 36px;
  line-height: 36px;
  font-weight: 500;
  color: #54858f;
}
.error-404__desc {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  color: #2e2e2e;
  margin-top: 25px;
}
.error-404__hint {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #2e2e2e;
  margin-top: 23px;
}
.error-404__btn {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #54858f;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  width: 246px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #c3cbcc;
  margin-top: 36px;
  background-image: url(../images/svg/back-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 38px center;
  background-size: 15px 9px;
  padding-right: 27px;
}
.error-404__btn:hover {
  color: #205560;
  border: 1px solid #54848e;
}

.about {
  margin-top: 22px;
  padding-bottom: 14px;
}
.about__inner {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}
.about__gallery {
  width: 554px;
  flex-shrink: 0;
  margin-right: 60px;
}
.about .tabs {
  position: relative;
  height: 562px;
}
.about .tabs__content {
  position: absolute;
  top: 0;
  left: 0;
  height: 368px;
  width: 100%;
  opacity: 0;
  transition: opacity 1.9s;
  z-index: 2;
}
.about .tabs__content img {
  width: 100%;
  max-height: 100%;
  display: block;
}
.about .tabs__content.tabs__content--active {
  opacity: 1;
}
.about .tabs__list {
  position: absolute;
  bottom: 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.about .tabs__item {
  width: calc(25% - 3px);
  margin-right: 4px;
  margin-bottom: 4px;
  position: relative;
}
.about .tabs__item img {
  width: 100%;
}
.about .tabs__item:nth-child(4) {
  margin-right: 0;
}
.about .tabs__item::before {
  transition: all 0.5s;
}
.about .tabs__item:hover {
  cursor: pointer;
}
.about .tabs__item:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(84, 133, 143, 0.4);
}
.about .tabs__btn {
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  z-index: 5;
}
.about .tabs__btn::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 13px;
  background-repeat: no-repeat;
}
.about .tabs__item--active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(84, 133, 143, 0.4);
}
.about .tabs__item--active:hover {
  pointer-events: none;
}
.about .tabs__btn--prev {
  left: 32px;
  top: 172px;
}
.about .tabs__btn--prev::before {
  background-image: url(../images/svg/arrow-left.svg);
}
.about .tabs__btn--next {
  right: 32px;
  top: 172px;
}
.about .tabs__btn--next::before {
  background-image: url(../images/svg/arrow-right.svg);
}
.about__info p {
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  color: #000000;
}
.about__info p:not(:last-child) {
  margin-bottom: 20px;
}
.about__info a {
  text-decoration: underline;
  color: #54858f;
}
.about__bottom {
  margin-top: 53px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}
.about .advantage {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  max-width: 375px;
}
.about .advantage__img {
  width: 54px;
  height: 54px;
  flex-shrink: 0;
  margin-right: 27px;
}
.about .advantage__img img {
  max-width: 100%;
  max-height: 100%;
}
.about .advantage__title {
  font-size: 15px;
  font-weight: 600;
  color: #151515;
}
.about .advantage__desc {
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  color: #1f1f1f;
  margin-top: 13px;
}

.invite {
  padding: 85px 0 40px;
  background-color: #f3f3f5;
  background-image: url(../images/wave2.png);
  background-position: 0px 0px;
  background-repeat: repeat-x;
}
.invite__inner2 {
  background-color: #fff;
  padding: 42px 63px;
}
.invite__title {
  font-size: 20px;
  font-weight: 500;
  color: #2b2b2b;
}
.invite__title span {
  font-weight: 600;
  color: #54858f;
}
.invite__bottom {
  margin-top: 27px;
  padding-top: 28px;
  background-image: url(../images/wave.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 3px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.invite__left {
  width: 490px;
  margin-right: 62px;
}
.invite__left p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 17px;
}
.invite__left p:last-child {
  font-weight: 500;
  margin-bottom: 0;
}
.invite__tel {
  margin-top: 19px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.invite__phone {
  font-size: 16px;
  font-weight: 500;
  color: #171717;
  margin-left: 28px;
  position: relative;
}
.invite__phone::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 15px;
  background-image: url(../images/svg/phone.svg);
  left: -16px;
  top: 50%;
  transform: translate(-100%, -50%);
  background-repeat: no-repeat;
}
.invite__mail {
  font-size: 13px;
  line-height: 11px;
  font-weight: 500;
  color: #171717;
  margin-left: 25px;
  position: relative;
}
.invite__mail::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 11px;
  background-image: url(../images/svg/mail.svg);
  left: -11px;
  top: 50%;
  transform: translate(-100%, -50%);
  background-repeat: no-repeat;
}
.invite__address {
  margin-top: 3px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  color: #252a33;
  margin-left: 27px;
  position: relative;
}
.invite__address::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 16px;
  background-image: url(../images/svg/adres.svg);
  left: -16px;
  top: 50%;
  transform: translate(-100%, -50%);
  background-repeat: no-repeat;
}
.invite__map {
  font-size: 10px;
  line-height: 11px;
  font-weight: 500;
  color: #54848e;
  border-bottom: 1px dotted #54848e;
  width: 110px;
  margin-left: 27px;
  margin-top: 11px;
}
.invite__whatsapp {
  margin-left: 31px;
  font-size: 10px;
  line-height: 15px;
  font-weight: 400;
  color: #54848e;
  position: relative;
}
.invite__whatsapp::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 12px;
  background-image: url(../images/svg/whatsapp.svg);
  left: -6px;
  top: 50%;
  transform: translate(-100%, -50%);
  background-repeat: no-repeat;
}
.invite__social {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin-top: 27px;
}
.invite__social span:first-child {
  width: 41px;
  height: 41px;
  background-color: #ffffff;
  border: 1px solid #54848e;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  border-radius: 100%;
  transition: 0.5s;
  margin-right: 13px;
}
.invite__social span:first-child svg {
  width: 18px;
  transition: 0.5s;
}
.invite__instagram,
.invite__vk {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #54858f;
}
.invite__instagram:hover,
.invite__vk:hover {
  cursor: pointer;
}
.invite__instagram:hover span:first-child,
.invite__vk:hover span:first-child {
  background-color: #54858f;
}
.invite__instagram:hover .cls-1,
.invite__vk:hover .cls-1 {
  fill: #fff;
}
.invite__instagram {
  margin-right: 28px;
}

.ournews {
  padding: 26px 0 50px;
}
.ournews__title {
  font-size: 24px;
  font-weight: 600;
  color: #181818;
  margin-top: 14px;
}
.ournews__inner {
  position: relative;
}
.ournews__btn {
  width: 132px;
  height: 30px;
  border: 1px solid #54858f;
  border-radius: 1px;
  font-size: 11px;
  font-weight: 400;
  color: #54858f;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
}
.ournews__btn:hover {
  background-color: #54858f;
  color: #fff;
}
.ournews__items {
  margin-top: 0px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.ournews .events {
  border: 1px solid #e5e5ee;
  border-radius: 3px;
  width: calc(33.33% - 10px);
  margin-right: 15px;
  padding: 30px 40px;
  transition: 0.4s;
  margin-bottom: 15px;
}
.ournews .events:hover {
  cursor: pointer;
  border: 1px solid #aecdd3;
  box-shadow: 0px 1px 3px 0px rgba(84, 133, 143, 0.12);
}
.ournews .events:hover .events__title {
  color: #54858f;
}
.ournews .events:nth-child(3n) {
  margin-right: 0;
}
.ournews .events__date {
  font-size: 10px;
  font-weight: 500;
  color: #909090;
}
.ournews .events__title {
  font-size: 14px;
  transition: 0.4s;
  line-height: 20px;
  font-weight: 500;
  color: #1b1b1b;
  margin-top: 10px;
  height: 40px;
  -webkit-line-clamp: 2;
  /* Число отображаемых строк */
  display: -webkit-box;
  /* Включаем флексбоксы */
  -webkit-box-orient: vertical;
  /* Вертикальная ориентация */
  overflow: hidden;
}
.ournews .events__desc {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #1b1b1b;
  margin-top: 13px;
  height: 53px;
  -webkit-line-clamp: 3;
  /* Число отображаемых строк */
  display: -webkit-box;
  /* Включаем флексбоксы */
  -webkit-box-orient: vertical;
  /* Вертикальная ориентация */
  overflow: hidden;
}
.ournews .events__link {
  font-size: 11px;
  font-weight: 500;
  color: #54858f;
  margin-top: 25px;
  display: block;
  background-image: url(../images/svg/arrow-right-blue.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 5px 7px;
  padding-right: 15px;
  width: 80px;
}

.pagination {
  display: flex !important;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #1b1b1b;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.pagination__item {
  width: 33px;
  height: 33px;
  border-radius: 2px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  transition: all 0.4s;
  margin: 0 2px;
}
.pagination__item:hover {
  border: 1px solid #54858f;
  cursor: pointer;
}
.pagination__item--active {
  color: #ffffff;
  background-color: #54858f;
}
.pagination__item--active:hover {
  pointer-events: none;
}
.pagination__prev {
  margin-right: 40px;
}
.pagination__prev i {
  color: #222;
  font-size: 11.6px;
  line-height: 17px;
  font-weight: 400;
}
.pagination__prev:hover i {
  color: #428592;
  cursor: pointer;
}
.pagination__prev--disable i,
.pagination__next--disable i {
  color: #c3c3c3;
}
.pagination__prev--disable,
.pagination__next--disable {
  pointer-events: none;
}
.pagination__next {
  margin-left: 40px;
}
.pagination__next i {
  color: #222;
  font-size: 11.6px;
  line-height: 17px;
  font-weight: 400;
}
.pagination__next:hover i {
  color: #428592;
  cursor: pointer;
}

.site__nav {
  margin-top: 30px;
}
.site__nav-current {
  font-size: 34px;
  font-weight: 400;
  color: #54858f;
}
.site__nav .breadcrumbs {
  margin-top: 15px;
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
  color: #54858f;
}
.site__nav .breadcrumbs__item:not(:first-child) {
  position: relative;
  margin-left: 27px;
}
.site__nav .breadcrumbs__item:not(:first-child)::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background-color: #54858f;
  left: -13px;
  top: 5px;
}

.accii-nav {
  margin-top: 30px;
}
.accii-nav__inner {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  height: 49px;
  background-color: #f3f3f5;
  border-radius: 2px;
  padding: 0 30px;
}
.accii-nav__left {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.accii-nav__title {
  font-size: 12px;
  font-weight: 500;
  color: #272727;
}
.accii-nav__date {
  font-size: 12px;
  font-weight: 400;
  color: #272727;
  margin-left: 49px;
  position: relative;
}
.accii-nav__date::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: #54858f;
  left: -26px;
  top: 50%;
  transform: translateY(-50%);
}
.accii-nav__back {
  font-size: 12px;
  font-weight: 400;
  color: #54858f;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  transition: 0.3s ease;
}
.accii-nav__back svg {
  width: 15px;
  height: 9px;
  margin-right: 16px;
  transition: 0.3s ease;
}
.accii-nav__back:hover {
  color: #174e59;
}
.accii-nav__back:hover .cls-1 {
  fill: #396a74;
}

.accii-desc {
  padding-top: 19px;
  padding-bottom: 30px;
}
.accii-desc p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #000000;
}
.accii-desc p a {
  text-decoration: underline;
  color: #54858f;
}
.accii-desc p:not(:last-child) {
  margin-bottom: 18px;
}

.accii__inner {
  position: relative;
  padding-top: 32px;
}
.accii__inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  height: 3px;
  width: 100%;
  background-image: url(../images/wave4.png);
  background-repeat: repeat-x;
}
.accii__title {
  font-size: 24px;
  font-weight: 600;
  color: #54858f;
}
.accii__items {
  margin-top: 23px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.accii__item {
  width: 25%;
  border-right: 1px solid #eeeef5;
  border-bottom: 1px solid #eeeef5;
  padding: 0 41px;
  padding-bottom: 35px;
  position: relative;
}
.accii__item:nth-child(1),
.accii__item:nth-child(5) {
  border-left: 1px solid #eeeef5;
}
.accii__item:nth-child(1),
.accii__item:nth-child(2),
.accii__item:nth-child(3),
.accii__item:nth-child(4) {
  border-top: 1px solid #eeeef5;
}
.accii__item > a {
  display: block;
}
.accii__item-top {
  height: 255px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
}
.accii__item-top img:last-child {
  max-width: 100%;
  max-height: 100%;
}
.accii__item-top img:first-child {
  position: absolute;
  top: 19px;
  right: 10px;
}
.accii__item-title {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  color: #1e1e1e;
  margin-top: -5px;
}
.accii__item-code {
  font-size: 9px;
  font-weight: 400;
  color: #1b1b1b;
  margin-top: 10px;
}
.accii__item-bottom {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: flex-end;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  margin-top: 20px;
}
.accii__item-price {
  font-size: 14px;
  font-weight: 600;
  color: #1b1b1b;
}
.accii__item-price span {
  font-size: 16px;
}
.accii__item-is {
  font-size: 10px;
  font-weight: 400;
  font-style: italic;
  color: #599b3c;
  margin-left: 16px;
}
.accii__bottom-nav {
  border-top: 1px solid rgba(84, 132, 142, 0.56);
  margin-top: 26px;
  padding-top: 30px;
  padding-bottom: 50px;
}

.promo {
  margin-top: 26px;
}
.promo__inner {
  padding-bottom: 42px;
  position: relative;
}
.promo__inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  height: 3px;
  width: 100%;
  background-image: url(../images/wave4.png);
  background-repeat: repeat-x;
}
.promo__item {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  border-bottom: 1px solid rgba(84, 132, 142, 0.56);
  padding-top: 33px;
  padding-bottom: 38px;
}
.promo__title {
  font-size: 18px;
  font-weight: 500;
  color: #54858f;
  margin-top: 32px;
}
.promo__date {
  font-size: 14px;
  font-weight: 500;
  color: #232323;
  margin-top: 15px;
}
.promo__desc {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #232323;
  margin-top: 27px;
}
.promo__link {
  font-size: 12px;
  font-weight: 500;
  color: #54858f;
  margin-top: 24px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.promo__link:hover {
  color: #1c8398;
}
.promo__link:hover .cls-1 {
  fill: #1c8398;
}
.promo__link svg {
  width: 4px;
  height: 7px;
  margin-left: 15px;
}
.promo__img {
  width: 211px;
  height: 211px;
  margin-right: 54px;
  flex-shrink: 0;
}
.promo__img img {
  width: 100%;
}

.cart {
  padding-bottom: 44px;
}
.cart__head {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #444444;
  background-color: #f3f3f5;
  height: 47px;
  margin-top: 29px;
}
.cart__head span {
  display: block;
}
.cart__head span:nth-child(1) {
  padding-left: 38px;
  width: 12.8%;
  flex-shrink: 0;
}
.cart__head span:nth-child(2) {
  width: 44.2%;
}
.cart__head span:nth-child(3) {
  width: 12%;
}
.cart__head span:nth-child(4) {
  width: 10%;
}
.cart__head span:nth-child(5) {
  width: 12.8%;
}
.cart__head span:nth-child(6) {
  width: 8.2%;
}
.cart__item {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  border-bottom: 1px solid #e9e9e9;
  height: 124px;
}
.cart__item-code {
  font-size: 10px;
  font-weight: 400;
  color: #575757;
  margin-top: 12px;
}
.cart__item-price {
  font-weight: 600;
  color: #1b1b1b;
  font-size: 12px;
  margin-top: 37px;
  width: 12%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}
.cart__item-price span {
  font-size: 14px;
}
.cart__item-amount {
  width: 10%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.cart__item-indicator {
  width: 8px;
  height: 8px;
  background-color: #84c73b;
  border-radius: 100%;
  margin-top: 3px;
  margin-right: 10px;
}
.cart__item-indicator--error {
  background-color: #fd5a5a;
}
.cart__item-control {
  width: 78px;
  height: 31px;
  border: 1px solid #e9e9e9;
  border-radius: 2px;
  margin-top: 30px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  padding: 0 10px;
  margin-left: 7px;
}
.cart__item-control--error {
  border: 1px solid #ff8c8c;
}
.cart__item-minus {
  width: 10px;
  height: 13px;
  font-size: 16px;
  font-weight: 500;
  color: #628e97;
}
.cart__item-plus {
  width: 10px;
  height: 13px;
  font-size: 16px;
  font-weight: 500;
  color: #628e97;
}
.cart__item-plus--error {
  color: #fd5f5f;
}
.cart__item-num {
  font-size: 13px;
  font-weight: 500;
  color: #1b1b1b;
  border: none;
  width: 15px;
  outline: none;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
.cart__item-total {
  line-height: 18px;
  font-weight: 600;
  color: #1b1b1b;
  font-size: 12px;
  margin-top: 37px;
  width: 12.8%;
}
.cart__item-total span {
  font-size: 16px;
}
.cart__item-delete {
  width: 8.2%;
}
.cart__item-delete span {
  width: 14px;
  height: 14px;
  display: block;
  margin-top: 40px;
}
.cart__item-delete span svg {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.cart__item-delete span svg .cls-1 {
  fill: #b1b1b1;
}
.cart__item-delete span:hover .cls-1 {
  fill: #54858e;
}
.cart__item-img {
  width: 12.8%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  flex-shrink: 0;
}
.cart__item-img img {
  max-width: 100%;
  max-height: 100%;
}
.cart__item-info {
  width: 44.2%;
}
.cart__item-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #54858f;
  margin-top: 30px;
}
.cart__footer {
  height: 111px;
  background-color: #f3f3f5;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  padding: 0 66px;
}
.cart__footer-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #292929;
}
.cart__footer-title span {
  font-weight: 600;
}
.cart__footer-btn {
  background-color: #fff;
  width: 186px;
  height: 37px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  color: #54858f;
}
.cart__footer-btn svg {
  width: 14px;
  height: 14px;
}
.cart__footer-btn strong {
  font-weight: 500;
}
.cart__footer-btn span {
  padding-left: 5px;
}
.cart__footer-btn .cls-1 {
  fill: #54858f;
}
.cart__footer-btn:hover {
  background-color: #54858f;
  color: #fff;
}
.cart__footer-btn:hover .cls-1 {
  fill: #fff;
}
.cart__footer-total span:first-child {
  font-size: 20px;
  font-weight: 500;
  color: #181818;
}
.cart__footer-total span:nth-child(2) {
  font-size: 28px;
  font-weight: 600;
  color: #1b1b1b;
  margin-left: 13px;
}
.cart__footer-total span:nth-child(3) {
  font-weight: 600;
  color: #1b1b1b;
  font-size: 22px;
}
.cart__footer-link {
  width: 293px;
  height: 61px;
  background-color: #54858f;
  border-radius: 4px;
  font-size: 13px;
  line-height: 19px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
}
.cart__footer-link .cls-1 {
  fill: #ffffff;
}
.cart__footer-link svg {
  width: 6px;
  height: 9px;
  margin-left: 15px;
}
.cart__footer-link:hover {
  background-color: #396a74;
  color: #fff;
}
.cart-nav {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin-top: 43px;
}
.cart-nav__btn {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #c3cbcc;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #54858f;
  width: 246px;
  height: 50px;
  flex-shrink: 0;
}
.cart-nav__btn strong {
  font-weight: 400;
}
.cart-nav__btn .cls-1 {
  fill: #54858f;
}
.cart-nav__btn:hover {
  color: #205560;
  border-color: #54848e;
}
.cart-nav__btn--back {
  margin-right: 8px;
}
.cart-nav__btn--back svg {
  width: 15px;
  height: 9px;
  margin-right: 14px;
}
.cart-nav__btn--reload svg {
  width: 12px;
  height: 12px;
  margin-right: 12px;
}
.cart-nav--error {
  margin-top: 30px;
}
.cart .search__select {
  position: relative;
  width: 226px;
  height: 25px;
  margin: 0 17px 0 auto;
  font-size: 12px;
  line-height: 11px;
  font-weight: 400;
  color: #1f1f1f;
  padding-left: 10px;
}
.cart .search__select.nice-select {
  border: none;
  border-left: 1px dashed #54848e;
  border-radius: 0px;
  padding: 7px 18px 6px 17px;
}
.cart .search__select.nice-select > span {
  display: block;
  width: 100%;
  font-family: Montserrat;
  font-size: 12px;
  line-height: 11px;
  font-weight: 400;
  color: #1f1f1f;
  padding-top: 1px;
}
.cart .search__select.nice-select::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 4px;
  background-image: url(../images/select_arrow.png);
  background-repeat: no-repeat;
  transform: rotate(0deg) translateY(-50%);
  top: 50%;
  right: 2px;
  background-size: 100% 100%;
}
.cart .search__select.nice-select.open::after {
  top: 32%;
  transform: rotate(-180deg) translateY(-50%);
}
.cart-empty {
  margin-top: 37px;
  margin-bottom: 40px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: flex-end;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
}
.cart-empty__img {
  width: 168px;
  margin-right: 51px;
  flex-shrink: 0;
}
.cart-empty__img img {
  width: 100%;
}
.cart-empty__title {
  font-size: 22px;
  font-weight: 500;
  color: #2e2e2e;
}
.cart-empty__title span {
  color: #54858f;
}
.cart-empty__desc {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #2e2e2e;
  margin-top: 14px;
  margin-bottom: 0;
}
.cart-empty__desc a {
  text-decoration: underline;
  color: #54858f;
}
.cart__error {
  margin-left: 55px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.cart__error svg {
  width: 21px;
  height: 19px;
}
.cart__error-message {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: #fd5a5a;
  margin-left: 20px;
}

.catalog-page {
  padding-top: 0;
}

.catalog-list {
  margin-top: 23px;
}
.catalog-list .new {
  margin-bottom: 45px;
  background: #fff;
  border: 1px solid #eeeef5;
}
.catalog-list .new__title {
  text-transform: none;
}
.catalog-list .new .swiper-container {
  padding: 18px 0;
  margin-top: 0;
}
.catalog-list__inner {
  padding-top: 30px;
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}
.catalog-list__inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  height: 3px;
  width: 100%;
  background-image: url(../images/wave4.png);
  background-repeat: repeat-x;
}
.catalog-list aside {
  width: 265px;
  flex-shrink: 0;
}
.catalog-list main {
  width: calc(100% - 295px);
}
.catalog-list__banner {
  height: 200px;
  background-color: #f4f4f4;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #b8b8b8;
  text-align: center;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-top: 30px;
}
.catalog-list .events {
  border: 1px solid #e5e5ee;
  border-radius: 3px;
  padding: 20px 30px;
  transition: 0.4s;
  margin-bottom: 3px;
}
.catalog-list .events:hover {
  cursor: pointer;
  border: 1px solid #aecdd3;
  box-shadow: 0px 1px 3px 0px rgba(84, 133, 143, 0.12);
}
.catalog-list .events:hover .events__title {
  color: #54858f;
}
.catalog-list .events:nth-child(3n) {
  margin-right: 0;
}
.catalog-list .events__date {
  font-size: 10px;
  font-weight: 500;
  color: #909090;
}
.catalog-list .events__title {
  font-size: 14px;
  transition: 0.4s;
  line-height: 20px;
  font-weight: 500;
  color: #1b1b1b;
  margin-top: 7px;
  height: 40px;
  -webkit-line-clamp: 2;
  /* Число отображаемых строк */
  display: -webkit-box;
  /* Включаем флексбоксы */
  -webkit-box-orient: vertical;
  /* Вертикальная ориентация */
  overflow: hidden;
}
.catalog-list .events__desc {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #1b1b1b;
  margin-top: 16px;
  height: 53px;
  -webkit-line-clamp: 3;
  /* Число отображаемых строк */
  display: -webkit-box;
  /* Включаем флексбоксы */
  -webkit-box-orient: vertical;
  /* Вертикальная ориентация */
  overflow: hidden;
}
.catalog-list .events__link {
  font-size: 11px;
  font-weight: 500;
  color: #54858f;
  margin-top: 21px;
  display: block;
  background-image: url(../images/svg/arrow-right-blue.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 5px 7px;
  padding-right: 15px;
  width: 80px;
}
.catalog-list__news {
  margin-top: 35px;
}
.catalog-list__news-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #1b1b1b;
}
.catalog-list__news-items {
  margin-top: 23px;
}
.catalog-list__news-all {
  width: 132px;
  height: 30px;
  background-color: #ffffff;
  border: 1px solid #54858f;
  border-radius: 1px;
  font-size: 11px;
  font-weight: 400;
  color: #54858f;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-top: 30px;
}
.catalog-list__items {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-top: 25px;
}
.catalog-list__item {
  padding: 30px 40px 15px;
  width: 33.33%;
  border-bottom: 1px solid #eeeef5;
  border-left: 1px solid #eeeef5;
  transition: all 0.4s;
}
.catalog-list__item:nth-child(3n) {
  border-right: 1px solid #eeeef5;
}
.catalog-list__item:nth-child(1),
.catalog-list__item:nth-child(2),
.catalog-list__item:nth-child(3) {
  border-top: 1px solid #eeeef5;
}
.catalog-list__item-top {
  width: 100%;
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
}
.catalog-list__item-top img {
  max-width: 100%;
  max-height: 100%;
}
.catalog-list__item:hover {
  cursor: pointer;
  border: 1px solid #a2c0c6;
}
.catalog-list__item a {
  display: block;
}
.catalog-list__item-title {
  margin-top: 8px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  color: #272727;
}
.catalog-list__item-code {
  font-size: 9px;
  margin-top: 9px;
  font-weight: 400;
  color: #1b1b1b;
}
.catalog-list__item-bottom {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin-top: 20px;
}
.catalog-list__item-price {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #1b1b1b;
}
.catalog-list__item-price span {
  font-size: 16px;
}
.catalog-list__has,
.catalog-list__zak {
  font-size: 10px;
  margin-left: 16px;
  font-weight: 400;
  font-style: italic;
  color: #599b3c;
  margin-top: 7px;
}
.catalog-list__zak {
  color: #e24c4c;
}
.catalog-list .catalog-list--sale {
  width: 39px;
  height: 39px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
.catalog-list .catalog-list--hit,
.catalog-list .catalog-list--new,
.catalog-list .catalog-list--action {
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 35px;
}
.catalog-list__param {
  margin-top: 12px;
  padding-top: 25px;
  border-top: 1px solid #eeeef5;
}
.catalog-list__param-reset {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  background-color: #eaedf3;
  border-radius: 1px;
  height: 30px;
  padding: 0 15px;
}
.catalog-list__param-reset span:last-child {
  font-size: 12px;
  font-weight: 400;
  color: #253f6a;
  margin-right: 13px;
  margin-left: 10px;
}
.catalog-list__param-reset span:first-child {
  width: 14px;
  height: 14px;
  border: 1px solid #253f6a;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  border-radius: 100%;
  color: #253f6a;
  transform: rotate(45deg);
  flex-shrink: 0;
}
.catalog-list__param-title {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.catalog-list__param-title span {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #4e72ab;
  margin-left: 13px;
}
.catalog-list__param-title svg {
  width: 12px;
  height: 14px;
}
.catalog-list__param-items {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-top: 15px;
}
.catalog-list__param-item {
  margin-right: 10px;
  position: relative;
}
.catalog-list__param-show {
  height: 30px;
  background-color: #fff;
  border: 1px solid #c4d3e9;
  border-radius: 1px;
  padding: 0 13px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}
.catalog-list__param-show span {
  font-size: 12px;
  font-weight: 400;
  color: #253f6a;
  margin-right: 13px;
}
.catalog-list__param-show i {
  font-size: 6px;
  line-height: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #6c83a9;
}
.catalog-list__param-show--active i {
  transform: rotate(180deg);
}
.catalog-list__param-inner {
  padding: 0 6px;
  height: 100%;
  overflow-y: scroll;
}
.catalog-list__param-inner::-webkit-scrollbar {
  width: 5px;
  /* ширина scrollbar */
}
.catalog-list__param-inner::-webkit-scrollbar-track {
  background-color: #f3f3f5;
  border-radius: 2.5px;
}
.catalog-list__param-inner::-webkit-scrollbar-thumb {
  background-color: #5472a1;
  border-radius: 2.5px;
  height: 90px;
  width: 5px;
}
.catalog-list__param-hidden {
  background-color: #ffffff;
  border: 1px solid #d6dadf;
  box-shadow: 0px 1px 3px 0px rgba(84, 114, 161, 0.07);
  border-radius: 1px;
  padding: 7px;
  width: 215px;
  height: 240px;
  position: absolute;
  bottom: -8px;
  left: 0;
  transform: translateY(100%);
  z-index: 10;
  display: none;
}
.catalog-list__param-variant:first-child {
  margin-top: 6px;
}
.catalog-list__param-variant:last-child {
  margin-bottom: 6px;
}
.catalog-list__param-variant > span {
  font-size: 12px;
  font-weight: 400;
  color: #2c2828;
  margin-left: 25px;
  display: block;
}
.catalog-list__param-variant label {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin: 13px 0;
  cursor: pointer;
}
.catalog-list__param-variant label > span:last-child {
  font-size: 12px;
  font-weight: 400;
  color: #2c2828;
  margin-left: 25px;
  display: block;
}
.catalog-list .check {
  position: absolute;
  width: 0.1px;
  height: 0.1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  padding-left: 20px;
}
.catalog-list .check-style {
  display: block;
  width: 13px;
  height: 13px;
  background-color: #ffffff;
  border: 1px solid #a5a5a5;
  transition: all 0.3s;
  cursor: pointer;
}
.catalog-list .check:checked + .check-style {
  border: none;
  background: #54858f;
  background-image: url(../images/svg/checkbox.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 5px;
}

.catalog-list--mt26 {
  margin-top: 26px;
}
.catalog-list--mt26 .catalog-list__inner {
  padding-top: 27px;
}

.catalog-menu__top {
  margin-top: 10px;
  font-size: 14px;
  line-height: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #54858f;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.catalog-menu__top span {
  margin-left: 15px;
}
.catalog-menu__item {
  border: 1px solid #e5e5ee;
}
.catalog-menu__item i {
  font-size: 10px;
  line-height: 36px;
  font-weight: 400;
  color: #666b6c;
}
.catalog-menu__body {
  margin-top: 24px;
}
.catalog-menu__hidden {
  display: none;
  border: 1px solid #e5e5ee;
  border-radius: 3px;
  padding-bottom: 10px;
}
.catalog-menu__hidden li {
  padding: 0 20px;
  height: 40px;
}
.catalog-menu__hidden li a {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.catalog-menu__hidden li span {
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  color: #1b1b1b;
  transition: all 0.3s;
  display: block;
  width: 155px;
  margin-left: 15px;
}
.catalog-menu__hidden li:hover {
  cursor: pointer;
}
.catalog-menu__hidden li:hover span {
  color: #54858f;
}
.catalog-menu__show {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  background-color: #ffffff;
  border-radius: 3px;
  height: 48px;
  padding: 0 20px;
  transition: all 0.3s;
}
.catalog-menu__show:hover {
  cursor: pointer;
}
.catalog-menu__show svg .cls-1 {
  fill: #3b395e;
}
.catalog-menu__show i {
  transition: all 0.3s;
}
.catalog-menu__show--active {
  background-color: #54858f;
  border: 1px solid #e5e5ee;
  border-radius: 3px;
}
.catalog-menu__show--active svg .cls-1 {
  fill: #fff;
}
.catalog-menu__show--active i {
  transform: rotate(90deg);
  color: #fff;
}
.catalog-menu__show--active .catalog-menu__left span {
  color: #fff;
  font-weight: 600;
}
.catalog-menu__left {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.catalog-menu__left svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.catalog-menu__left span {
  font-size: 13px;
  font-weight: 500;
  color: #1b1b1b;
  margin-left: 17px;
  display: block;
  width: 140px;
  line-height: 16px;
}

.catalog-category {
  margin-top: 23px;
}
.catalog-category__items {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.catalog-category__item {
  width: calc(25% - 7px);
  padding: 0 19px;
  margin-right: 9px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  background-color: #ffffff;
  border: 1px solid #e5e5ee;
  border-radius: 3px;
  height: 100px;
  margin-bottom: 9px;
}
.catalog-category__item:nth-child(4n) {
  margin-right: 0;
}
.catalog-category__item img {
  max-width: 58px;
  flex-shrink: 0;
}
.catalog-category__item > a {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.catalog-category__title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #1b1b1b;
  margin-left: 15px;
}

.catalog-detail__back {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.catalog-detail__back button {
  width: 21px;
  height: 21px;
  background-color: #54858f;
  border-radius: 1px;
}
.catalog-detail__back button i {
  font-size: 9.7px;
  line-height: 34px;
  font-weight: 400;
  color: #ffffff;
}
.catalog-detail__back span {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #54858f;
  margin-left: 15px;
}
.catalog-detail__title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  color: #54858f;
  margin-top: 18px;
}
.catalog-detail__gallery {
  width: 457px;
  flex-shrink: 0;
}
.catalog-detail .tabs {
  position: relative;
}
.catalog-detail .tabs__content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 45px;
  width: 100%;
  height: 457px;
  opacity: 0;
  transition: opacity 1.9s;
  z-index: 2;
  background-color: #ffffff;
  border: 1px solid #e5e5ee;
  border-radius: 2px;
}
.catalog-detail .tabs__content img {
  width: 100%;
  max-height: 100%;
  display: block;
}
.catalog-detail .tabs__content.tabs__content--active {
  opacity: 1;
  position: relative;
}
.catalog-detail .tabs__list {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-top: 10px;
}
.catalog-detail .tabs__item {
  padding: 10px;
  width: calc(20% - 6px);
  margin-right: 7.5px;
  margin-bottom: 4px;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #e5e5ee;
  border-radius: 2px;
}
.catalog-detail .tabs__item img {
  width: 100%;
}
.catalog-detail .tabs__item::before {
  transition: all 0.5s;
}
.catalog-detail .tabs__item:hover {
  border: 1px solid #54858f;
  cursor: pointer;
}
.catalog-detail .tabs__item:last-child {
  margin-right: 0;
}
.catalog-detail .tabs__item--active {
  border: 1px solid #54858f;
}
.catalog-detail .tabs__item--active:hover {
  pointer-events: none;
}
.catalog-detail__new {
  width: 77px !important;
  position: absolute;
  top: 24px;
  right: 22px;
}
.catalog-detail__hit {
  position: absolute;
  width: 88px !important;
  top: 24px;
  right: 22px;
}
.catalog-detail__action {
  position: absolute;
  width: 46px !important;
  height: 46px;
  top: 22px;
  left: 22px;
}
.catalog-detail__magnifier {
  position: absolute;
  width: 30px !important;
  height: 30px;
  top: 410px;
  right: 18px;
  display: block;
}
.catalog-detail__sides {
  margin-top: 25px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}
.catalog-detail__side {
  width: calc(100% - 485px);
}
.catalog-detail__info p {
  font-size: 12px;
  line-height: 26px;
  font-weight: 400;
  color: #000000;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.catalog-detail__info p:last-child {
  font-size: 10px;
  line-height: 20px;
}
.catalog-detail__info p strong {
  font-weight: 500;
  display: block;
}
.catalog-detail__info p span {
  width: 50px;
  display: block;
  margin-right: 24px;
}
.catalog-detail__desc {
  padding: 15px 0;
  border-top: 1px solid #e5e5ee;
  border-bottom: 1px solid #e5e5ee;
  margin-top: 20px;
}
.catalog-detail__desc p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 5px;
}
.catalog-detail__desc a {
  margin-top: 13px;
  font-size: 11px;
  line-height: 26px;
  font-weight: 500;
  color: #54858f;
  border-bottom: 1px dashed #54858f;
}
.catalog-detail__nav {
  margin-top: 20px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.catalog-detail__nav button {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.catalog-detail__nav button span {
  margin-left: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #5f6f88;
}
.catalog-detail__favorite {
  margin-right: 35px;
}
.catalog-detail__favorite svg {
  width: 18px;
}
.catalog-detail__question svg {
  width: 21px;
}
.catalog-detail__price {
  margin-top: 30px;
  font-weight: 600;
  color: #1b1b1b;
  font-size: 22px;
}
.catalog-detail__price span {
  font-size: 28px;
}
.catalog-detail__price--red {
  color: #d13030;
}
.catalog-detail__price-bottom {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.catalog-detail__price--old {
  margin-top: 10px;
  margin-right: 15px;
}
.catalog-detail__price--old span {
  text-decoration: line-through;
}
.catalog-detail__sale {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-self: flex-end;
}
.catalog-detail__sale > span {
  display: block;
  font-size: 9px;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
  height: 21px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
}
.catalog-detail__sale > span:first-child {
  background-color: #ffffff;
  border: 1px solid #f33232;
  border-radius: 1px;
  color: #f33232;
  width: 57px;
}
.catalog-detail__sale > span:last-child {
  background-color: #f33232;
  color: #fff;
  width: 28px;
}
.catalog-detail__bottom {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-top: 15px;
}
.catalog-detail__btn {
  width: 203px;
  height: 45px;
  background-color: #54858f;
  border-radius: 2px;
}
.catalog-detail__btn span {
  margin-left: 13px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: #ffffff;
}
.catalog-detail__btn svg {
  width: 15px;
}
.catalog-detail__btn svg .cls-1 {
  fill: #ffffff;
}
.catalog-detail__control {
  margin-left: 20px;
  width: 78px;
  height: 31px;
  background-color: #ffffff;
  border: 1px solid #54858f;
  border-radius: 2px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
}
.catalog-detail__minus,
.catalog-detail__plus {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: #54858f;
}
.catalog-detail__minus.disable,
.catalog-detail__plus.disable {
  color: #c3c3c3;
}
.catalog-detail__num {
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  color: #1b1b1b;
  margin: 0 20px;
}
.catalog-detail__has,
.catalog-detail__no {
  font-size: 12px;
  font-weight: 500;
  font-style: italic;
  color: #558e2b;
  margin-top: 15px;
}
.catalog-detail__no {
  color: #f12323;
}
.catalog-detail__hint {
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
  font-style: italic;
  color: #676767;
  margin-top: 20px;
}
.catalog-detail__tabs {
  margin-top: 27px;
}
.catalog-detail__tabs .tabs__items {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.catalog-detail__tabs .tabs__item {
  height: 45px;
  padding: 0 30px;
  font-size: 12px;
  line-height: 36px;
  font-weight: 600;
  color: #54858f;
  border-radius: 5px 5px 0px 0px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  transition: all 0.5s;
}
.catalog-detail__tabs .tabs__item:hover {
  background-color: #9eadc5;
  color: #fff;
  cursor: pointer;
}
.catalog-detail__tabs .tabs__item--active {
  background-color: #54858f;
  color: #fff;
  pointer-events: none;
}
.catalog-detail__tabs .tabs__content {
  padding: 29px 45px 40px;
  position: absolute;
  opacity: 0;
  top: 0;
  visibility: hidden;
  transition: opacity 0.4s;
  border: 1px solid #e5e5ee;
  border-top: 1px solid #54858f;
}
.catalog-detail__tabs .tabs__content--active {
  position: static;
  opacity: 1;
  visibility: visible;
}

.text {
  padding-top: 22px;
}
.text .p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #000000;
}
.text .p a {
  text-decoration: underline;
  color: #54858f;
}
.text .h2 {
  font-size: 22px;
  line-height: 14px;
  font-weight: 600;
  margin-top: 13px;
  margin-bottom: 10px;
}
.text .h3 {
  font-size: 18px;
  line-height: 14px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 10px;
}
.text .h4 {
  font-size: 16px;
  line-height: 14px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 15px;
}
.text .ul-title,
.text .ol-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin-top: 10px;
}
.text .ol,
.text .ul {
  list-style: unset;
}
.text .ol li,
.text .ul li {
  line-height: 22px;
  font-size: 12px;
  list-style: unset;
  margin-left: 20px;
}
.text .ol li {
  list-style: decimal;
}
.text .ol li::marker {
  line-height: 22px;
  font-size: 12px;
  font-family: Montserrat;
}
.text .ul li {
  list-style: none;
  position: relative;
}
.text .ul li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 7px;
  background-image: url(../images/li_marker.png);
  left: -12px;
  top: 7px;
}

.order {
  padding-top: 24px;
}
.order__user-data {
  border: 1px solid #e5e5ee;
  padding: 43px 65px 53px;
}
.order__group {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.order__group-left {
  width: 55%;
}
.order__group-right {
  width: calc(45% - 60px);
}
.order__title {
  font-size: 24px;
  font-weight: 500;
  color: #050505;
  margin-bottom: 30px;
}
.order__surname input,
.order__name input,
.order__fname input,
.order__phone input,
.order__mail input,
.order__city input,
.order__address input,
.order__address-com input {
  width: 100%;
  display: block;
  height: 42px;
  background-color: #ffffff;
  border: 1px solid #e5e5ee;
  border-radius: 2px;
  padding-left: 18px;
  padding-right: 18px;
}
.order__surname input.input-error,
.order__name input.input-error,
.order__fname input.input-error,
.order__phone input.input-error,
.order__mail input.input-error,
.order__city input.input-error,
.order__address input.input-error,
.order__address-com input.input-error {
  border: 1px solid #ff8888;
  background-image: url(../images/svg/error-input.svg);
  background-repeat: no-repeat;
  background-position: right 17px center;
  background-size: 13px 12px;
}
.order__surname textarea,
.order__name textarea,
.order__fname textarea,
.order__phone textarea,
.order__mail textarea,
.order__city textarea,
.order__address textarea,
.order__address-com textarea {
  width: 100%;
  display: block;
  height: 74px;
  background-color: #ffffff;
  border: 1px solid #e5e5ee;
  border-radius: 2px;
  padding: 5px 18px;
  resize: none;
}
.order__surname textarea.input-error,
.order__name textarea.input-error,
.order__fname textarea.input-error,
.order__phone textarea.input-error,
.order__mail textarea.input-error,
.order__city textarea.input-error,
.order__address textarea.input-error,
.order__address-com textarea.input-error {
  border: 1px solid #ff8888;
  background-image: url(../images/svg/error-input.svg);
  background-repeat: no-repeat;
  background-position: right 17px top 10px;
  background-size: 13px 12px;
}
.order__surname label,
.order__name label,
.order__fname label,
.order__phone label,
.order__mail label,
.order__city label,
.order__address label,
.order__address-com label {
  display: block;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #1a1a1a;
}
.order__name {
  margin: 30px 0;
}
.order__phone {
  margin: 30px 0 70px;
}
.order__must {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #bc0e4d;
}
.order .star {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #bc0e4d;
}
.order__delivery-right {
  width: calc(100% - 560px);
  border-left: 1px solid #c9d7da;
  padding-left: 60px;
}
.order__delivery {
  background-color: #ffffff;
  border: 1px solid #e5e5ee;
  padding: 43px 65px 53px;
  margin-top: 7px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}
.order__delivery-item {
  height: 76px;
  background-color: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  padding: 20px;
  margin-bottom: 8px;
  transition: all 0.5s;
  cursor: pointer;
}
.order__delivery-item--checked {
  border: 1px solid #54858f;
  pointer-events: none;
}
.order__delivery-info {
  margin-left: 33px;
}
.order__delivery-info p:first-child {
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
}
.order__delivery-info p:nth-child(2) {
  font-size: 12px;
  font-weight: 400;
  color: #212121;
  margin-top: 12px;
}
.order__delivery-desc {
  font-size: 14px;
  font-weight: 400;
  color: #1a1a1a;
  margin-bottom: 20px;
}
.order__delivery-select {
  width: 490px;
  flex-shrink: 0;
}
.order__delivery-option-info {
  font-size: 12px;
  font-weight: 400;
  color: #454545;
  margin-bottom: 11px;
}
.order__option-title {
  font-size: 18px;
  font-weight: 500;
  color: #272727;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 21px;
  margin-bottom: 22px;
}
.order__address {
  margin: 22px 0 25px;
}
.order__option {
  display: none;
}
.order__option--active {
  display: block;
}
.order label {
  display: block;
  margin-bottom: 10px;
}
.order .radio {
  position: absolute;
  width: 0.1px;
  height: 0.1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  padding-left: 20px;
}
.order .radio-style {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  border-radius: 100%;
  transition: all 0.3s;
  cursor: pointer;
}
.order .radio:checked + .radio-style {
  border: 4px solid #54858f;
}
.order__pay {
  border: 1px solid #e5e5ee;
  margin-top: 7px;
  padding: 43px 65px 48px;
}
.order__pay-input {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  height: 57px;
  border: 1px solid #54858f;
  border-radius: 2px;
  padding: 0 20px;
}
.order__pay-input .radio-style {
  margin-top: -4px;
}
.order__pay-input img {
  display: block;
  margin-left: auto;
}
.order__pay-info {
  font-size: 15px;
  line-height: 16px;
  font-weight: 400;
  color: #1a1a1a;
  margin-left: 30px;
}

.order-info {
  background-color: #54858f;
  height: 110px;
  margin-top: 34px;
}
.order-info .container {
  height: 100%;
}
.order-info__inner {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  height: 100%;
}
.order-info__left {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  height: 100%;
}
.order-info__cart {
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  padding: 17px 13px;
  margin-right: 25px;
}
.order-info__text {
  min-width: 255px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}
.order-info__text:first-child {
  margin-bottom: 13px;
}
.order-info__text span:first-child {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}
.order-info__text span:last-child {
  min-width: 90px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  font-size: 14px;
}
.order-info__text span:last-child strong {
  font-size: 16px;
}
.order-info__right {
  margin-left: 60px;
  padding-left: 65px;
  border-left: 2px solid #fff;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  height: 100%;
}
.order-info__text2 {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.order-info__text2 span:first-child {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}
.order-info__text2 span:last-child {
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  margin-left: 20px;
}
.order-info__text2 span:last-child strong {
  font-size: 22px;
}

.order-nav__inner {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 58px;
}
.order-nav__back {
  width: 246px;
  height: 50px;
  border: 1px solid #c3cbcc;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #54858f;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
}
.order-nav__back svg {
  width: 15px;
  height: 9px;
  margin-right: 9px;
}
.order-nav__back:hover {
  border: 1px solid #54848e;
  color: #205560;
}
.order-nav__error {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #ff3333;
  background-repeat: no-repeat;
  background-image: url(../images/svg/error-input.svg);
  background-size: 13px 12px;
  background-position: left 4px;
  width: 320px;
  padding-left: 27px;
  margin-left: 48px;
  margin-top: 7px;
}
.order-nav__last {
  width: 350px;
  margin-left: auto;
}
.order-nav label {
  display: block;
  margin-bottom: 10px;
}
.order-nav .check {
  position: absolute;
  width: 0.1px;
  height: 0.1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  padding-left: 20px;
}
.order-nav .check-style {
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: #ffffff;
  border: 1px solid #a5a5a5;
  transition: all 0.3s;
  cursor: pointer;
  margin-top: 2px;
}
.order-nav .check:checked + .check-style {
  border: none;
  background: #54858f;
  background-image: url(../images/svg/checkbox.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 5px;
}
.order-nav__agree > span {
  margin-top: 0px;
  font-size: 11px;
  line-height: 18px;
  font-weight: 400;
  color: #181818;
  margin-left: 25px;
  display: block;
}
.order-nav__agree > span a {
  color: #54858f;
}
.order-nav__btn {
  width: 293px;
  height: 61px;
  background-color: #54858f;
  border-radius: 4px;
  font-size: 13px;
  line-height: 19px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  transition: 0.3s;
  margin-top: 24px;
}
.order-nav__btn i {
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  color: #ffffff;
  margin-left: 20px;
  margin-top: 2px;
}
.order-nav__btn:hover {
  background-color: #396a74;
}
.order-nav__comment {
  margin-top: -50px;
}
.order-nav__comment label {
  font-size: 14px;
  font-weight: 400;
  color: #1a1a1a;
}
.order-nav__comment textarea {
  width: 685px;
  height: 99px;
  background-color: #ffffff;
  border: 1px solid #e5e5ee;
  border-radius: 2px;
  resize: vertical;
}

.order-ok {
  margin-top: 30px;
  margin-bottom: 70px;
}
.order-ok__inner {
  border: 2px solid #9eadc5;
  padding: 55px 65px 60px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}
.order-ok__left {
  width: 395px;
}
.order-ok__title {
  font-size: 28px;
  font-weight: 500;
  color: #262626;
}
.order-ok__desc {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #262626;
  margin-top: 22px;
}
.order-ok__tel {
  padding-left: 50px;
  position: relative;
  margin-top: 30px;
}
.order-ok__tel::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 35px;
  left: 0;
  top: 0;
  background-image: url(../images/phone2.png);
  background-size: 100% 100%;
}
.order-ok__tel p {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #262626;
}
.order-ok__tel a {
  font-size: 14px;
  margin-top: 8px;
  display: block;
  font-weight: 500;
  color: #262626;
}
.order-ok__btn {
  width: 246px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #9eadc5;
  font-size: 13px;
  font-weight: 400;
  color: #4e6a96;
  margin-top: 35px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.order-ok__btn svg {
  width: 15px;
  height: 9px;
  margin-left: 13px;
}
.order-ok__btn:hover {
  border: 1px solid #54848e;
  color: #205560;
}
.order-ok__right {
  width: 490px;
}
.order-ok__top {
  height: 80px;
  background-color: #9eadc5;
  border-radius: 5px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
}
.order-ok__top span:first-child {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}
.order-ok__top span:nth-child(2) {
  width: 124px;
  height: 34px;
  background-color: #8093b1;
  border-radius: 1px;
  margin: 0 17px 0 6px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #ffffff;
}
.order-ok__top span:nth-child(3) {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}
.order-ok__info {
  margin-top: 35px;
  font-size: 18px;
  font-weight: 600;
  color: #8093b1;
  padding-bottom: 18px;
  border-bottom: 2px solid #9eadc5;
}
.order-ok__detail {
  margin-top: 25px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.order-ok__detail-title {
  width: 180px;
  font-size: 13px;
  line-height: 26px;
  font-weight: 500;
  margin-right: 30px;
  color: #262626;
}
.order-ok__detail-title span {
  display: block;
}
.order-ok__detail-title strong {
  font-size: 16px;
  line-height: 36px;
  font-weight: 700;
}
.order-ok__detail-value {
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  color: #262626;
}
.order-ok__detail-value > span {
  display: block;
}
.order-ok__detail-value strong {
  display: block;
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
}
.order-ok__detail-value strong span {
  font-size: 18px;
}

.sale {
  margin-top: 30px;
  padding-bottom: 40px;
}
.sale__inner {
  position: relative;
  padding-top: 23px;
}
.sale__inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  height: 3px;
  width: 100%;
  background-image: url(../images/wave4.png);
  background-repeat: repeat-x;
}
.sale__nav-sort--mob {
  display: none;
}
.sale__nav {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.sale__nav-sort {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.sale__nav-sort span {
  font-size: 12px;
  line-height: 36px;
  font-weight: 400;
  color: #1b1b1b;
}
.sale__nav-sort select {
  margin-left: 30px;
}
.sale__sort {
  position: relative;
  width: 268px;
  height: 28px;
  font-size: 12px;
  line-height: 36px;
  font-weight: 400;
  color: #1b1b1b;
  margin-left: 10px;
}
.sale__sort.nice-select {
  border: none;
  border-radius: 0px;
}
.sale__sort.nice-select > span {
  display: block;
  width: 100%;
  font-family: Montserrat;
  font-size: 12px;
  line-height: 11px;
  font-weight: 400;
  color: #1f1f1f;
  padding-top: 1px;
}
.sale__sort.nice-select::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  transform: rotate(-45deg) translateY(-50%);
  top: 50%;
  right: 5px;
  border-left: 1px solid #6c83a9;
  border-bottom: 1px solid #6c83a9;
  background-size: 100% 100%;
}
.sale__sort.nice-select.open::after {
  right: 8px;
  transform: rotate(-225deg) translateY(-50%);
}
.sale__sort.nice-select .list {
  left: 10px;
}
.sale__sort.nice-select .current {
  background-color: #f7f7f7;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  width: 268px;
  height: 28px;
  padding-left: 10px;
  font-family: "Montserrat";
}
.sale__nav-nums {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.sale__nav-nums span:first-child {
  font-size: 12px;
  font-weight: 400;
  color: #1b1b1b;
  margin-right: 13px;
}
.sale__nav-num {
  width: 32px;
  height: 28px;
  background-color: #f7f7f7;
  font-weight: 400;
  color: #1b1b1b;
  font-size: 12px;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  margin-left: 3px;
}
.sale__nav-num:hover {
  font-weight: 500;
  background-color: #ffffff;
  border: 1px solid #54858f;
  color: #54858f;
}
.sale__nav-num--active {
  font-weight: 600;
  color: #ffffff;
  background-color: #54858f;
  pointer-events: none;
}
.sale__items {
  margin-top: 17px;
  border-top: 1px solid #eeeef5;
  padding-top: 12px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-bottom: 40px;
}
.sale__item {
  width: 25%;
  padding: 30px 40px 25px;
  border-left: 1px solid #eeeef5;
  border-bottom: 1px solid #eeeef5;
}
.sale__item:nth-child(1),
.sale__item:nth-child(2),
.sale__item:nth-child(3),
.sale__item:nth-child(4) {
  border-top: 1px solid #eeeef5;
}
.sale__item:nth-child(4n) {
  border-right: 1px solid #eeeef5;
}
.sale__item-top {
  position: relative;
  height: 202px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
}
.sale__item-top img:last-child {
  max-width: 100%;
  max-height: 100%;
}
.sale__item-top img:first-child {
  width: 39px;
  height: 39px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
}
.sale__item-title {
  font-size: 13px;
  margin-top: 20px;
  font-weight: 500;
  color: #1e1e1e;
}
.sale__item-code {
  margin-top: 10px;
  font-size: 9px;
  font-weight: 400;
  color: #1b1b1b;
}
.sale__item-bottom {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin-top: 20px;
}
.sale__item-price--new {
  font-weight: 600;
  color: #d13030;
  font-size: 14px;
}
.sale__item-price--new span {
  font-size: 16px;
}
.sale__item-price--old {
  line-height: 18px;
  font-weight: 600;
  color: #1b1b1b;
  font-size: 12px;
  margin-top: 8px;
}
.sale__item-price--old span {
  font-size: 14px;
  text-decoration: line-through;
}
.sale__has {
  font-size: 10px;
  font-weight: 400;
  font-style: italic;
  color: #599b3c;
  margin-left: 16px;
  margin-top: 5px;
}

.search {
  margin-top: 30px;
}
.search .search__select {
  position: relative;
  width: 226px;
  height: 25px;
  margin: 0 17px 0 auto;
  font-size: 12px;
  line-height: 11px;
  font-weight: 400;
  color: #1f1f1f;
  padding-left: 10px;
}
.search .search__select.nice-select {
  border: none;
  border-left: 1px dashed #54848e;
  border-radius: 0px;
  padding: 7px 18px 6px 17px;
}
.search .search__select.nice-select > span {
  display: block;
  width: 100%;
  font-family: Montserrat;
  font-size: 12px;
  line-height: 11px;
  font-weight: 400;
  color: #1f1f1f;
  padding-top: 1px;
}
.search .search__select.nice-select::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 4px;
  background-image: url(../images/select_arrow.png);
  background-repeat: no-repeat;
  transform: rotate(0deg) translateY(-50%);
  top: 50%;
  right: 2px;
  background-size: 100% 100%;
}
.search .search__select.nice-select.open::after {
  top: 32%;
  transform: rotate(-180deg) translateY(-50%);
}
.search__items {
  margin-top: 17px;
  border-top: 1px solid #eeeef5;
  padding-top: 12px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-bottom: 40px;
}
.search__item {
  width: 25%;
  padding: 30px 40px 25px;
  border-left: 1px solid #eeeef5;
  border-bottom: 1px solid #eeeef5;
}
.search__item:nth-child(1),
.search__item:nth-child(2),
.search__item:nth-child(3),
.search__item:nth-child(4) {
  border-top: 1px solid #eeeef5;
}
.search__item:nth-child(4n) {
  border-right: 1px solid #eeeef5;
}
.search__item-top {
  position: relative;
  height: 202px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
}
.search__item-top img {
  max-width: 100%;
  max-height: 100%;
}
.search__item-title {
  font-size: 13px;
  margin-top: 20px;
  font-weight: 500;
  color: #1e1e1e;
}
.search__item-code {
  margin-top: 10px;
  font-size: 9px;
  font-weight: 400;
  color: #1b1b1b;
}
.search__item-bottom {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin-top: 20px;
}
.search__item-price {
  font-weight: 600;
  color: #1b1b1b;
  font-size: 14px;
}
.search__item-price span {
  font-size: 16px;
}
.search__item-price--old {
  line-height: 18px;
  font-weight: 600;
  color: #1b1b1b;
  font-size: 12px;
  margin-top: 8px;
}
.search__item-price--old span {
  font-size: 14px;
  text-decoration: line-through;
}
.search__has {
  font-size: 10px;
  font-weight: 400;
  font-style: italic;
  color: #599b3c;
  margin-left: 16px;
  margin-top: 5px;
}

.cart-modal .modal-content {
  width: 498px;
  background-color: #ffffff;
  box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
}
.cart-modal__inner {
  text-align: center;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 20px;
}
.cart-modal__inner > img {
  width: 62px;
  height: 61px;
  margin-top: 20px;
}
.cart-modal__title {
  margin-top: 28px;
  font-size: 20px;
  line-height: 18px;
  font-weight: 500;
  color: #54858f;
}
.cart-modal__desc {
  margin-top: 17px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #111111;
}
.cart-modal__buttons {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  margin-top: 30px;
  padding-top: 30px;
  position: relative;
}
.cart-modal__buttons::before {
  content: "";
  position: absolute;
  width: 75px;
  height: 2px;
  background-color: #54858f;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cart-modal__buttons button {
  width: calc(50% - 5px);
}
.cart-modal__buttons button:first-child {
  height: 50px;
  background-color: #ffffff;
  border: 1px solid #54858f;
  border-radius: 2px;
  font-size: 11px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #54858f;
}
.cart-modal__buttons button:last-child {
  font-size: 11px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #fff;
  height: 50px;
  background-color: #54858f;
  border-radius: 2px;
}
.cart-modal__buttons button:hover {
  opacity: 0.9;
}

.question-modal .modal-content {
  width: 554px;
  background-color: #ffffff;
  box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
}
.question-modal__inner {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 15px;
}
.question-modal__title {
  margin-top: 15px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #54858f;
}
.question-modal__item {
  height: 89px;
  background-color: #ffffff;
  border: 1px solid #c5d2d5;
  border-radius: 1px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  padding: 0 20px;
  margin-top: 27px;
}
.question-modal__item-img {
  flex-shrink: 0;
  width: 85px;
  margin-right: 15px;
}
.question-modal__item-img img {
  width: 100%;
}
.question-modal__item-title {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: #54858f;
}
.question-modal__item-desc {
  margin-top: 9px;
  font-size: 9px;
  line-height: 18px;
  font-weight: 400;
  color: #686868;
}
.question-modal__inputs {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-top: 30px;
}
.question-modal input {
  height: 33px;
  background-color: #ffffff;
  border: 1px solid #e5e5ee;
  border-radius: 2px;
  width: 100%;
  padding: 0 15px;
}
.question-modal label {
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  color: #1a1a1a;
  margin-bottom: 13px;
}
.question-modal label span {
  color: #bc0e4d;
}
.question-modal textarea {
  height: 95px;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #e5e5ee;
  border-radius: 2px;
  resize: none;
  padding: 10px 15px;
}
.question-modal__name {
  width: 100%;
  margin-bottom: 24px;
}
.question-modal__email {
  width: calc(50% - 17px);
  margin-right: 34px;
}
.question-modal__phone {
  width: calc(50% - 17px);
}
.question-modal__question {
  width: 100%;
  margin-top: 24px;
}
.question-modal__btn {
  margin-top: 24px;
  width: 234px;
  height: 50px;
  background-color: #54858f;
  border-radius: 2px;
  font-size: 11px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #ffffff;
}
.question-modal__agree {
  margin-top: 21px;
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
  color: #181818;
}
.question-modal__agree a {
  color: #54858f;
}

.message-modal .modal-content {
  width: 498px;
  background-color: #ffffff;
  box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
}
.message-modal__inner {
  text-align: center;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 25px;
  padding-top: 15px;
}
.message-modal__inner > img {
  width: 84px;
  height: 45px;
  margin-top: 20px;
}
.message-modal__title {
  margin-top: 28px;
  font-size: 20px;
  line-height: 18px;
  font-weight: 500;
  color: #54858f;
}
.message-modal__desc {
  margin-top: 17px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #111111;
}
.message-modal__buttons {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  margin-top: 30px;
  padding-top: 30px;
  position: relative;
}
.message-modal__buttons::before {
  content: "";
  position: absolute;
  width: 75px;
  height: 2px;
  background-color: #54858f;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.message-modal__buttons button {
  width: 188px;
  height: 50px;
  background-color: #ffffff;
  border: 1px solid #54858f;
  border-radius: 2px;
  font-size: 11px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #54858f;
  margin-left: auto;
  margin-right: auto;
}
.message-modal__buttons button:hover {
  opacity: 0.9;
}

.contacts {
  margin-top: 30px;
}
.contacts__inner {
  display: flex;
  justify-content: space-between;
}
.contacts__left {
  padding: 31px 67px 41px 58px;
  width: 431px;
  background-color: #ffffff;
  border: 1px solid #d8e0e1;
  box-shadow: 0px 1px 5px 0px rgba(72, 99, 105, 0.09);
}
.contacts__left-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #54858f;
  padding-bottom: 22px;
  border-bottom: 1px dotted #54858f;
}
.contacts__left-address {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #252a33;
  margin-top: 14px;
}
.contacts__left-grafic {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #252628;
}
.contacts__left-time {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #252628;
  margin-top: 7px;
}
.contacts__right {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #d8e0e1;
  box-shadow: 0px 1px 5px 0px rgba(72, 99, 105, 0.09);
  width: calc(100% - 447px);
  padding: 38px 58px 35px;
}
.contacts__right-hand {
  position: absolute;
  right: 26px;
  top: -28px;
}
.contacts__right-info {
  font-size: 12px;
  font-weight: 400;
  color: #252628;
}
.contacts__right-phone1 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  color: #141414;
  margin-top: 13px;
  display: block;
}
.contacts__right-tel {
  display: flex;
  align-items: center;
  margin-top: 11px;
}
.contacts__right-phone2 {
  font-size: 16px;
  font-weight: 400;
  color: #202020;
}
.contacts__right-whatsapp {
  font-size: 10px;
  line-height: 15px;
  font-weight: 400;
  color: #54848e;
  margin-left: 30px;
  position: relative;
}
.contacts__right-whatsapp::after {
  content: "";
  position: absolute;
  left: -17px;
  top: 50%;
  width: 11px;
  height: 12px;
  transform: translateY(-50%);
  background-image: url(../images/svg/whatsapp.svg);
  background-size: 11px 12px;
  background-repeat: no-repeat;
}
.contacts__right-mail-title {
  font-size: 12px;
  font-weight: 400;
  color: #252628;
  margin-top: 24px;
}
.contacts__right-mail {
  font-size: 13px;
  line-height: 11px;
  font-weight: 500;
  color: #54858f;
  margin-top: 11px;
  display: block;
}
.contacts__right-socials {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.contacts__right-instagram {
  display: flex;
  align-items: center;
}
.contacts__right-instagram span:first-child {
  width: 41px;
  height: 41px;
  background-color: #ffffff;
  border: 1px solid #54848e;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.contacts__right-instagram span:first-child svg {
  width: 17px;
  height: 17px;
}
.contacts__right-instagram span:last-child {
  margin-left: 13px;
  font-size: 13px;
  line-height: 11px;
  font-weight: 500;
  color: #54858f;
}
.contacts__right-vk {
  margin-left: 29px;
  display: flex;
  align-items: center;
}
.contacts__right-vk span:first-child {
  width: 41px;
  height: 41px;
  background-color: #ffffff;
  border: 1px solid #54848e;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.contacts__right-vk span:first-child svg {
  width: 18px;
  height: 10px;
}
.contacts__right-vk span:last-child {
  margin-left: 13px;
  font-size: 13px;
  line-height: 11px;
  font-weight: 500;
  color: #54858f;
}
.contacts__images {
  display: flex;
  border: 1px solid #d8e0e1;
  box-shadow: 0px 1px 5px 0px rgba(72, 99, 105, 0.09);
  padding: 13px 15px;
  margin-top: 14px;
}
.contacts__image {
  width: calc(100% / 6);
  opacity: 0.74;
  transition: all 0.4s;
}
.contacts__image img {
  width: 100%;
}
.contacts__image:hover {
  opacity: 1;
  cursor: pointer;
}
.contacts__map {
  margin-top: 14px;
  margin-bottom: 52px;
  height: 448px;
  width: 100%;
  border: 1px solid #d8e0e1;
  box-shadow: 0px 1px 5px 0px rgba(72, 99, 105, 0.09);
  margin-top: 14px;
  padding: 11px 12px;
}
.contacts__map-inner {
  background-image: url(../images/map.jpg);
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}

@media (max-width: 1200px) {
  .header__logo {
    margin-right: 10px;
  }
  .header__address {
    padding-left: 15px;
  }
  .header__phone {
    padding-left: 15px;
    margin-left: 5px;
  }
  .header__favorite {
    margin-left: 5px;
  }
  .header__instagram {
    margin-left: 9px;
  }
  .header__instagram svg {
    margin-right: 3px;
  }
  .header__search {
    width: 310px;
  }
  .header__cart {
    margin-left: 10px;
  }
  .header__cart img {
    width: 30px;
  }
  .header__cart-num {
    margin-left: 5px;
  }
  .header__cart-next {
    margin-left: 5px;
  }
  .header__nav {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header__nav-item:not(:last-child) {
    margin-right: 30px;
  }
  .header__nav-item:not(:last-child)::after {
    right: -15px;
  }
  .header__menu {
    width: 940px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer__col:first-child {
    margin-right: 45px;
  }
  .footer__col:nth-child(2) {
    margin-right: 45px;
  }
  .footer__col--flex {
    margin-left: 45px;
  }
  .footer__pay {
    left: 355px;
  }

  .about__gallery {
    margin-right: 15px;
    width: 470px;
  }
  .about .tabs {
    height: 476px;
  }
  .about .tabs__content {
    height: 310px;
  }
  .about__info p {
    line-height: 20px;
  }
  .about__info p:not(:last-child) {
    margin-bottom: 10px;
  }

  .accii__item {
    padding: 0 20px 35px;
  }

  .cart__item-info {
    width: 42.8%;
  }
  .cart__item-price {
    width: 15.6%;
  }
  .cart__item-amount {
    width: 12.8%;
  }
  .cart__item-total {
    width: 10%;
  }
  .cart__item-delete {
    width: 6%;
  }
  .cart__item-title {
    padding-right: 10px;
  }
  .cart__item-title br {
    display: none;
  }
  .cart__head span:nth-child(2) {
    width: 42.8%;
  }
  .cart__head span:nth-child(3) {
    width: 15.6%;
  }
  .cart__head span:nth-child(4) {
    width: 12.8%;
  }
  .cart__head span:nth-child(5) {
    width: 10%;
  }
  .cart__head span:nth-child(6) {
    width: 6%;
  }
  .cart__error {
    margin-left: 20px;
    flex-shrink: 1;
  }
  .cart__error-message {
    font-size: 11px;
    margin-left: 10px;
  }
  .cart__footer {
    padding: 0 10px;
  }

  .order-ok__right {
    width: 440px;
  }
  .order__group-left {
    width: 50%;
  }
  .order__group-right {
    width: calc(50% - 15px);
  }
  .order__delivery-select {
    width: 400px;
  }
  .order__delivery-right {
    width: calc(100% - 420px);
    padding-left: 30px;
  }
  .order-info__right {
    margin-left: 25px;
    padding-left: 30px;
  }
  .order-nav__error {
    margin-left: 20px;
  }
  .order-nav__comment textarea {
    width: 560px;
  }

  .sale__item {
    width: 33.33%;
    padding: 30px 40px 25px;
    border-left: 1px solid #eeeef5;
    border-bottom: 1px solid #eeeef5;
  }
  .sale__item:nth-child(1),
  .sale__item:nth-child(2),
  .sale__item:nth-child(3) {
    border-top: 1px solid #eeeef5;
  }
  .sale__item:nth-child(4) {
    border-top: none;
  }
  .sale__item:nth-child(4n) {
    border-right: none;
  }
  .sale__item:nth-child(3n),
  .sale__item:last-child {
    border-right: 1px solid #eeeef5;
  }

  .search__item {
    width: 33.33%;
    padding: 30px 40px 25px;
    border-left: 1px solid #eeeef5;
    border-bottom: 1px solid #eeeef5;
  }
  .search__item:nth-child(1),
  .search__item:nth-child(2),
  .search__item:nth-child(3) {
    border-top: 1px solid #eeeef5;
  }
  .search__item:nth-child(4) {
    border-top: none;
  }
  .search__item:nth-child(4n) {
    border-right: none;
  }
  .search__item:nth-child(3n),
  .search__item:last-child {
    border-right: 1px solid #eeeef5;
  }

  .catalog-list__item {
    padding: 30px 40px 15px;
    width: 50%;
  }
  .catalog-list__item:nth-child(3n) {
    border-right: none;
  }
  .catalog-list__item:nth-child(2n) {
    border-right: 1px solid #eeeef5;
  }
  .catalog-list__item:nth-child(3) {
    border-top: none;
  }
  .catalog-list__param-reset {
    margin-top: 14px;
  }

  .catalog-category__item {
    width: calc(33.33% - 6px);
  }
  .catalog-category__item:nth-child(4n) {
    margin-right: 9px;
  }
  .catalog-category__item:nth-child(3n) {
    margin-right: 0px;
  }

  .catalog-detail__gallery {
    width: 350px;
  }
  .catalog-detail .tabs__content {
    height: 350px;
  }
  .catalog-detail__magnifier {
    top: 300px;
  }
  .catalog-detail__side {
    width: calc(100% - 370px);
  }
  .catalog-detail__info p {
    line-height: 20px;
  }
  .catalog-detail__desc {
    padding: 10px 0;
    margin-top: 10px;
  }
  .catalog-detail__desc p {
    line-height: 15px;
  }
  .catalog-detail__nav {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    margin-top: 10px;
  }
  .catalog-detail__question {
    margin-top: 5px;
  }
  .catalog-detail__price {
    margin-top: 10px;
  }
}
@media (max-width: 992px) {
  .contacts__inner {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .contacts__left {
    width: 100%;
    margin: 0;
  }
  .contacts__right {
    width: 100%;
    margin-top: 7px;
  }
  .contacts__right-hand {
    display: none;
  }
  .contacts__images {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .contacts__image {
    width: calc(100% / 3);
  }
  .contacts__image:nth-child(1),
  .contacts__image:nth-child(2),
  .contacts__image:nth-child(3) {
    margin-bottom: 2px;
  }
  .contacts__map {
    height: 303px;
  }
  .contacts__map-inner {
    background-size: contain;
  }

  .header {
    padding-top: 18px;
  }
  .header__open-menu {
    width: 58%;
    height: 43px;
  }
  .header__open-menu > span {
    font-size: 10px;
    line-height: 7px;
    margin-left: 7px;
  }
  .header__open-menu button {
    width: 10px;
    height: 7px;
  }
  .header__open-menu--active button::before {
    bottom: 3px;
  }
  .header__open-menu--active button::after {
    top: 3px;
  }
  .header__open-info {
    width: calc(42% - 5px);
    display: block;
    height: 43px;
    background-color: #ffffff;
    border: 1px solid #9eadc5;
    border-radius: 3px;
    font-size: 11px;
    line-height: 20px;
    font-weight: 600;
    color: #3c5f97;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    justify-content: center;
  }
  .header__open-info:hover {
    background-color: #49699c;
    color: #ffffff;
  }
  .header__logo {
    width: 192px;
  }
  .header__logo img:first-child {
    width: 86px;
  }
  .header__logo img:nth-child(2) {
    width: 92px;
    margin-bottom: 23px;
  }
  .header__address,
  .header__phone {
    display: none;
  }
  .header__top {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    position: relative;
  }
  .header__like-group {
    position: absolute;
    right: 55px;
    top: 8px;
  }
  .header__favorite-num {
    position: absolute;
    width: 17px;
    height: 17px;
    top: -9px;
    right: -9px;
    font-size: 8px;
    line-height: 7px;
  }
  .header__favorite {
    width: 19px;
    height: 16px;
  }
  .header__cart-group {
    position: absolute;
    right: 11px;
    top: 6px;
  }
  .header__cart-group img {
    width: 27px;
    height: 20px;
  }
  .header__cart-title,
  .header__cart-sum,
  .header__cart-next {
    display: none;
  }
  .header__cart {
    margin-left: 0;
  }
  .header__cart-num {
    position: absolute;
    width: 17px;
    height: 17px;
    top: -7px;
    right: -11px;
    font-size: 8px;
    line-height: 7px;
  }
  .header__instagram {
    position: absolute;
    top: 40px;
    right: 0;
  }
  .header__instagram svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
  .header__instagram span {
    font-size: 10px;
    line-height: 8px;
  }
  .header__row2 {
    margin-top: 0;
  }
  .header__left {
    padding-top: 0;
  }
  .header__search {
    width: 100%;
    height: 32px;
  }
  .header__search button {
    width: 28px;
    height: 28px;
    margin-right: 2px;
  }
  .header__search input {
    width: calc(100% - 40px);
    font-size: 10px;
    line-height: 7px;
    padding: 0 32px;
    background-position: 10px center;
    background-size: 12px 12px;
  }
  .header__bottom {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-top: 8px;
  }
  .header__open-info--active {
    background-color: #49699c;
    color: #ffffff;
  }
  .header__nav {
    width: 100%;
    margin-top: 8px;
    display: none;
  }
  .header__nav--active {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
  }
  .header__nav-item:not(:last-child) {
    margin-right: 45px;
  }
  .header__menu {
    margin-top: 8px;
    padding-left: 3px;
    padding-right: 3px;
    position: relative;
    width: 100%;
  }
  .header__menu-title span {
    font-size: 12px;
    line-height: 16px;
    margin-left: 5px;
  }
  .header__menu-title svg {
    width: 23px;
    height: 23px;
  }
  .header__menu-item {
    margin-left: 26px;
    font-size: 11px;
    line-height: 26px;
  }
  .header__menu-col {
    width: 23%;
  }
  .header__menu-inner {
    padding-left: 5px;
    padding-right: 5px;
  }

  .main {
    margin-top: 16px;
  }
  .main__inner {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .main__slider {
    width: 100%;
    height: 430px;
  }
  .main__banners {
    width: 100%;
    margin-top: 10px;
  }
  .main .swiper-button-prev {
    left: 10px;
  }
  .main .swiper-button-next {
    right: 10px;
  }
  .main .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
  .main .swiper-pagination-bullet-active {
    width: 10px !important;
    height: 10px !important;
  }

  .catalog {
    padding-top: 28px;
    padding-bottom: 18px;
  }
  .catalog__title {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #54848e;
  }
  .catalog__items {
    margin-top: 20px;
    justify-content: flex-start;
  }
  .catalog__item {
    width: calc(25% - 9px);
    height: 153px;
    margin-right: 12px;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 10px;
    padding-top: 15px;
  }
  .catalog__item:nth-child(4),
  .catalog__item:nth-child(8) {
    margin-right: 0;
  }
  .catalog__item-img {
    height: 78px;
    width: 78px;
    margin-left: auto;
    margin-right: auto;
  }
  .catalog__item-title {
    font-size: 10px;
    line-height: 14px;
    margin-top: 11px;
  }
  .catalog__search {
    padding: 20px 15px;
    margin-top: 7px;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .catalog__search-block {
    padding: 8px 10px;
    height: unset;
    width: 70%;
    margin-top: 18px;
    border-radius: 10px;
  }
  .catalog__search-block form {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .catalog__search-block input {
    width: 100%;
    height: 32px;
    font-size: 10px;
    line-height: 11px;
    padding: 0px 36px;
    padding-bottom: 10px;
    background-position: 12px 5px;
  }
  .catalog__search-block input::placeholder {
    font-size: 10px;
    line-height: 11px;
  }
  .catalog__search-title {
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .catalog .search__select {
    height: 32px;
    width: 100%;
    padding-left: 20px;
  }
  .catalog .search__select.nice-select {
    border: none;
    border-top: 1px dashed #54848e;
    padding: 10px 11px;
    margin-right: 0;
  }
  .catalog .search__select.nice-select::after {
    top: 57%;
    right: 11px;
  }
  .catalog .search__select.nice-select.open::after {
    top: 39%;
  }
  .catalog .nice-select .list {
    margin-top: 0;
  }
  .catalog__search-btn {
    width: 100%;
    background-position: right calc(50% - 32px) center;
    border-radius: 5px;
    margin-top: 8px;
  }

  .new {
    background: url(../images/new_bg1.png), url(../images/new_bg2.png), url(../images/new_bg3.png),
      url(../images/new_bg5.png);
    background-position: center 22px, 0 center, bottom center, right center;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-color: #f3f3f5;
    padding-top: 27px;
    padding-bottom: 23px;
  }
  .new__title {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.04em;
  }
  .new .swiper-button-next {
    bottom: 0;
    top: unset;
    transform: translateX(-300%);
  }
  .new .swiper-button-next.swiper-button-disabled {
    cursor: pointer;
    pointer-events: all;
    background-color: #54848e;
  }
  .new .swiper-button-prev {
    bottom: 0;
    top: unset;
    transform: translateX(300%);
  }
  .new .swiper-button-prev.swiper-button-disabled {
    cursor: pointer;
    pointer-events: all;
    background-color: #54848e;
  }
  .new .swiper-container {
    padding: 25px 0;
    margin-top: 20px;
  }
  .new__item-top {
    height: 98px;
    width: 98px;
    margin-left: auto;
    margin-right: auto;
  }
  .new__item-title {
    font-size: 10px;
    line-height: 14px;
    margin-top: 14px;
  }
  .new__item-code {
    margin-top: 10px;
    font-size: 8px;
    line-height: 11px;
  }
  .new__item-price {
    margin-top: 15px;
    line-height: 11px;
    font-size: 10px;
  }
  .new__item-price span {
    font-size: 14px;
  }
  .new__btn {
    font-size: 9px;
    line-height: 8px;
    margin-top: 26px;
    padding-right: 12px;
  }

  .new--cart {
    padding-bottom: 37px;
  }
  .new--cart .new__title--cart {
    text-transform: uppercase;
  }
  .new--cart .swiper-button-next {
    right: 50%;
    transform: translateX(calc(100% + 6px));
    bottom: -22px;
  }
  .new--cart .swiper-button-prev {
    left: 50%;
    transform: translateX(calc(-100% - 6px));
    bottom: -22px;
  }
  .new--cart .new__item {
    padding-bottom: 5px;
  }

  .footer {
    padding: 21px 0 20px;
  }
  .footer__social {
    margin-right: 0;
  }
  .footer__inner {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .footer__logo {
    display: none !important;
  }
  .footer__col:nth-child(2),
  .footer__col:nth-child(3) {
    display: none;
  }
  .footer__col--flex {
    order: -1;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    margin-left: 0;
  }
  .footer__contacts {
    order: -1;
  }
  .footer__phone,
  .footer__mail,
  .footer__address {
    font-size: 11px;
    line-height: 11px;
  }
  .footer__phone {
    margin-left: 21px;
    margin-top: 8px;
  }
  .footer__phone::after {
    left: -10px;
  }
  .footer__mail {
    margin-top: 16px;
    margin-left: 22px;
  }
  .footer__mail::after {
    left: -10px;
  }
  .footer__address {
    margin-top: 17px;
    margin-left: 22px;
  }
  .footer__address::after {
    left: -11px;
    top: 57%;
  }
  .footer__time {
    margin-top: 11px;
    margin-left: 22px;
    font-size: 9px;
  }
  .footer__map {
    margin-top: 4px;
    margin-left: 21px;
  }
  .footer__c {
    font-size: 10px;
    line-height: 16px;
    margin-top: 53px;
  }
  .footer__info {
    font-size: 8px;
    line-height: 12px;
    margin-top: 6px;
  }
  .footer__siteby {
    font-size: 9px;
    line-height: 12px;
  }
  .footer__pay {
    left: -2px;
    top: 163px;
    width: 156px;
  }
  .footer__col:first-child {
    margin-right: 0;
  }

  .error-404 {
    padding-bottom: 40px;
  }
  .error-404__inner {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .error-404__img {
    width: 320px;
  }
  .error-404__info {
    margin-left: 0;
    padding-top: 18px;
  }

  .about {
    padding-bottom: 0;
  }
  .about__inner {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .about__gallery {
    width: 100%;
    margin-bottom: 23px;
  }
  .about .tabs {
    height: 620px;
  }
  .about .tabs__content {
    height: 368px;
  }
  .about__bottom {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .about .advantage {
    max-width: unset;
    margin-bottom: 25px;
  }
  .about .advantage:last-child {
    margin-bottom: 0;
  }

  .invite__inner2 {
    padding: 30px 25px;
  }
  .invite__bottom {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .invite__left {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .ournews__items {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .ournews .events {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6px;
  }
  .ournews .events:last-child {
    margin-bottom: 0;
  }
  .ournews .events__desc {
    margin-top: 0;
  }
  .ournews .events__link {
    margin-top: 0;
  }

  .accii__item {
    width: 50%;
  }
  .accii__item:nth-child(1),
  .accii__item:nth-child(5) {
    border-left: none;
  }
  .accii__item:nth-child(1),
  .accii__item:nth-child(2),
  .accii__item:nth-child(3),
  .accii__item:nth-child(4) {
    border-top: none;
  }
  .accii__item:nth-child(1),
  .accii__item:nth-child(2) {
    border-top: 1px solid #eeeef5;
  }
  .accii__item:nth-child(1),
  .accii__item:nth-child(3),
  .accii__item:nth-child(5),
  .accii__item:nth-child(7) {
    border-left: 1px solid #eeeef5;
  }

  .promo__img {
    margin-right: 20px;
  }

  .cart__head {
    display: none;
  }
  .cart__items {
    margin-top: 23px;
  }
  .cart__item {
    height: unset;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    border: 1px solid #e9e9e9;
    padding: 15px;
    margin-bottom: 5px;
  }
  .cart__item-img {
    width: 100px;
    margin-right: 10px;
    order: 1;
  }
  .cart__item-info {
    width: calc(100% - 110px);
    order: 2;
  }
  .cart__item-price {
    order: 4;
    margin-top: 17px;
    width: unset;
    margin-left: 33px;
    position: relative;
  }
  .cart__item-amount {
    order: 3;
    width: unset;
  }
  .cart__item-control {
    margin-top: 10px;
  }
  .cart__item-total {
    order: 5;
    margin-top: 16px;
    width: unset;
    margin-left: 21px;
  }
  .cart__item-delete {
    order: 6;
    width: unset;
    margin-left: 15px;
  }
  .cart__item-delete span {
    margin-top: 18px;
  }
  .cart__item-indicator {
    margin: 0;
    position: absolute;
    top: -38px;
    right: -42px;
  }
  .cart__footer {
    padding: 0 15px 15px;
    height: unset;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .cart__footer-total {
    width: 50%;
    border-top: 1px solid #e9e9e9;
    padding: 19px 0;
  }
  .cart__footer-btn,
  .cart__footer-link {
    margin-left: auto;
  }
  .cart__footer-title {
    padding: 22px 0;
  }
  .cart-empty__desc br {
    display: none;
  }
  .cart-nav {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .cart-nav__btn {
    flex-shrink: unset;
  }
  .cart__error {
    order: -1;
    margin-bottom: 16px;
  }
  .cart__error-message {
    margin-left: 13px;
  }
  .cart .search__select.nice-select {
    border-top: 1px dashed #54848e;
    border-left: none;
    margin-right: 0;
    margin-left: 0;
  }

  .order__group {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .order__group-left {
    width: 100%;
    margin-bottom: 30px;
  }
  .order__group-right {
    width: 100%;
  }
  .order__phone {
    margin-bottom: 30px;
  }
  .order__delivery {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .order__delivery-select {
    width: 100%;
  }
  .order__delivery-right {
    width: 100%;
    border-top: 1px solid #c9d7da;
    border-left: none;
    padding-left: 0;
    padding-top: 20px;
    margin-top: 20px;
  }
  .order-info__cart {
    margin-right: 10px;
  }
  .order-info__right {
    margin-left: 10px;
    padding-left: 10px;
  }
  .order-info__text2 span:first-child {
    font-size: 19px;
  }
  .order-info__text2 span:last-child {
    font-size: 23px;
  }
  .order-nav__error {
    order: 1;
    margin-left: 0;
    width: 100%;
    background-position: left 2px;
  }
  .order-nav__comment {
    order: 2;
    margin-top: 20px;
  }
  .order-nav__last {
    order: 3;
    width: 100%;
  }
  .order-nav__back {
    order: 4;
    margin-top: 20px;
  }
  .order-nav__agree {
    width: 100%;
  }
  .order-nav__btn {
    margin-top: 20px;
  }

  .order-ok__inner {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    position: relative;
    padding-bottom: 150px;
    padding-top: 30px;
    padding: 30px 50px 150px;
  }
  .order-ok__tel {
    position: absolute;
    bottom: 100px;
    margin-top: 0;
  }
  .order-ok__btn {
    position: absolute;
    bottom: 25px;
  }
  .order-ok__top {
    margin-top: 20px;
  }
  .order-ok__info {
    margin-top: 20px;
    padding-bottom: 14px;
  }

  .sale__item {
    width: 50%;
    padding: 30px 40px 25px;
  }
  .sale__item:nth-child(3) {
    border-top: none;
  }
  .sale__item:nth-child(3n) {
    border-right: none;
  }
  .sale__item:nth-child(2n) {
    border-right: 1px solid #eeeef5;
  }

  .search__item {
    width: 50%;
    padding: 30px 40px 25px;
  }
  .search__item:nth-child(3) {
    border-top: none;
  }
  .search__item:nth-child(3n) {
    border-right: none;
  }
  .search__item:nth-child(2n) {
    border-right: 1px solid #eeeef5;
  }
  .search .search__select {
    height: 32px;
    width: 100%;
    padding-left: 20px;
  }
  .search .search__select.nice-select {
    border: none;
    border-top: 1px dashed #54848e;
    padding: 10px 11px;
    margin-right: 0;
  }
  .search .search__select.nice-select::after {
    top: 57%;
    right: 11px;
  }
  .search .search__select.nice-select.open::after {
    top: 39%;
  }
  .search .nice-select .list {
    margin-top: 0;
  }
  .search__search-btn {
    width: 100%;
    background-position: right calc(50% - 32px) center;
    border-radius: 5px;
    margin-top: 8px;
  }

  .catalog-page {
    padding-top: 0;
  }

  .catalog-list aside {
    display: none;
  }
  .catalog-list main {
    width: 100%;
  }
  .catalog-list__param-item {
    margin-bottom: 8px;
    width: calc(50% - 4px);
    margin-right: 0;
  }
  .catalog-list__param-item:nth-child(2n) {
    margin-left: 8px;
  }
  .catalog-list__param-hidden {
    width: 100%;
  }
  .catalog-list .new {
    margin-bottom: 80px;
  }
  .catalog-list .new .swiper-button-next {
    bottom: -47px;
    transform: translateX(110%);
    right: 50%;
  }
  .catalog-list .new .swiper-button-prev {
    bottom: -47px;
    left: 50%;
    transform: translateX(-110%);
  }

  .catalog-category__item {
    width: calc(50% - 5px);
  }
  .catalog-category__item:nth-child(4n) {
    margin-right: 10px;
  }
  .catalog-category__item:nth-child(3n) {
    margin-right: 10px;
  }
  .catalog-category__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .contacts {
    margin-top: 20px;
  }
  .contacts__left {
    padding: 21px 23px 27px 23px;
  }
  .contacts__left-title {
    padding-bottom: 11px;
    font-size: 12px;
    line-height: 16px;
  }
  .contacts__left-address {
    margin-top: 13px;
    font-size: 10px;
    line-height: 14px;
  }
  .contacts__left-grafic {
    font-size: 9px;
    margin-top: 11px;
  }
  .contacts__left-time {
    margin-top: 4px;
    font-size: 9px;
    line-height: 12px;
  }
  .contacts__right {
    padding: 22px 23px 29px;
  }
  .contacts__right-info {
    font-size: 10px;
  }
  .contacts__right-phone1 {
    font-size: 14px;
    margin-top: 7px;
  }
  .contacts__right-phone2 {
    font-size: 14px;
  }
  .contacts__right-whatsapp {
    font-size: 10px;
    margin-left: 28px;
  }
  .contacts__right-mail-title {
    font-size: 10px;
    margin-top: 14px;
  }
  .contacts__right-mail {
    font-size: 11px;
    margin-top: 6px;
  }
  .contacts__right-socials {
    margin-top: 21px;
  }
  .contacts__right-instagram span:first-child {
    width: 32px;
    height: 32px;
  }
  .contacts__right-instagram span:first-child svg {
    width: 13px;
    height: 13px;
  }
  .contacts__right-instagram span:last-child {
    margin-left: 11px;
    font-size: 10px;
  }
  .contacts__right-vk {
    margin-left: 23px;
  }
  .contacts__right-vk span:first-child {
    width: 32px;
    height: 32px;
  }
  .contacts__right-vk span:first-child svg {
    width: 14px;
    height: 9px;
  }
  .contacts__right-vk span:last-child {
    margin-left: 11px;
    font-size: 10px;
  }
  .contacts__images {
    padding: 9px 8px 10px;
  }
  .contacts__map {
    padding: 9px;
    height: 440px;
  }
  .contacts__map-inner {
    background-image: url(../images/map2.png);
    background-size: 100% 100%;
  }

  .header__nav {
    height: unset;
    border: 1px solid #e5e5ee;
    padding: 0;
  }
  .header__nav ul {
    display: block;
    width: 100%;
  }
  .header__nav-item {
    width: 100%;
    font-size: 12px;
    line-height: 42px;
    padding-left: 20px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    height: 43px;
  }
  .header__nav-item:not(:last-child) {
    margin-right: 0;
    border-bottom: 1px solid #e5e5ee;
  }
  .header__nav-item:not(:last-child)::after {
    display: none;
  }
  .header__nav-item i {
    display: block;
    margin-right: 15px;
  }
  .header__menu {
    padding: 0;
    height: unset;
    overflow-y: auto;
  }
  .header__menu-col {
    padding: 0;
    width: 100%;
  }
  .header__menu-inner {
    display: block;
    padding: 0;
    overflow-y: auto;
  }
  .header__menu-title {
    height: 48px;
    border: 1px solid #e5e5ee;
    border-radius: 3px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0;
    text-transform: lowercase;
    text-transform: capitalize;
  }
  .header__menu-title i {
    display: block;
    font-size: 7.8px;
    font-weight: 400;
    color: #54858f;
    margin-left: auto;
  }
  .header__menu-title--active {
    background-color: #54858f;
  }
  .header__menu-title--active .cls-1 {
    fill: #fff;
  }
  .header__menu-title--active span {
    font-size: 10px;
    color: #fff;
  }
  .header__menu-title--active i {
    transform: rotate(-180deg);
    color: #ffffff;
  }
  .header__menu-item {
    margin-left: 0;
    padding: 0 20px;
    font-size: 11px;
    line-height: 11px;
    display: none;
    height: 25px;
  }
  .header__menu-item i {
    display: block;
    margin-right: 10px;
  }
  .header__menu-item--active {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
  }
  .header__menu--active {
    display: block;
  }

  .main .swiper-button-prev,
  .main .swiper-button-next {
    width: 31px;
    height: 31px;
    top: 54%;
  }
  .main .swiper-button-prev::before,
  .main .swiper-button-next::before {
    width: 5px;
    height: 8px;
  }
  .main__slider {
    height: 330px;
  }
  .main .swiper-pagination {
    bottom: 15px;
  }
  .main__banner:first-child {
    margin-bottom: 8px;
  }

  .catalog__item {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .catalog__item:nth-child(4),
  .catalog__item:nth-child(8) {
    margin-right: unset;
  }
  .catalog__item:nth-child(even) {
    margin-right: 0;
  }
  .catalog__search-block {
    width: 100%;
  }

  .new__btn {
    width: 190px;
    height: 34px;
    background-position: right 21px center;
  }
  .new .swiper-button-prev,
  .new .swiper-button-next {
    width: 31px;
    height: 31px;
  }
  .new .swiper-button-next {
    right: 50%;
    transform: translateX(calc(100% + 108px));
    bottom: 3px;
  }
  .new .swiper-button-prev {
    left: 50%;
    transform: translateX(calc(-100% - 105px));
    bottom: 3px;
  }
  .new__item {
    padding: 0 18px;
  }
  .new .swiper-button-prev:before,
  .new .swiper-button-next:before {
    width: 5px;
    height: 10px;
  }
  .new__item-title {
    height: 55px;
    -webkit-line-clamp: 4;
    /* Число отображаемых строк */
    display: -webkit-box;
    /* Включаем флексбоксы */
    -webkit-box-orient: vertical;
    /* Вертикальная ориентация */
    overflow: hidden;
  }
  .new__item-title br {
    display: none;
  }

  .new--cart {
    padding-bottom: 37px;
  }
  .new--cart .new__title--cart {
    text-transform: uppercase;
  }
  .new--cart .swiper-button-next {
    right: 50%;
    transform: translateX(calc(100% + 6px));
    bottom: -14px;
  }
  .new--cart .swiper-button-prev {
    left: 50%;
    transform: translateX(calc(-100% - 6px));
    bottom: -14px;
  }
  .new--cart .new__item {
    padding-bottom: 5px;
  }

  .footer__social a {
    width: 36px;
    height: 36px;
  }
  .footer__social a svg {
    width: 15px;
  }

  .error-404 {
    margin-top: 27px;
  }
  .error-404__inner {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .error-404__info {
    padding-top: 10px;
  }
  .error-404__title {
    font-size: 22px;
  }
  .error-404__desc {
    font-size: 13px;
    line-height: 20px;
    margin-top: 10px;
  }
  .error-404__hint {
    margin-top: 17px;
    font-size: 12px;
    line-height: 16px;
  }
  .error-404__img {
    width: 182px;
  }
  .error-404__btn {
    width: 197px;
    height: 40px;
    font-size: 11px;
    line-height: 16px;
    background-size: 12px 7px;
    background-position: right 30px center;
    margin-top: 23px;
  }

  .site__nav {
    margin-top: 19px;
  }
  .site__nav-current {
    font-size: 22px;
    line-height: 28px;
  }
  .site__nav .breadcrumbs {
    font-size: 9px;
    margin-top: 7px;
  }
  .site__nav .breadcrumbs__item:not(:first-child) {
    margin-left: 21px;
  }

  .about .tabs__content,
  .about .tabs {
    height: unset;
  }
  .about .tabs__content,
  .about .tabs__list {
    position: static;
  }
  .about .tabs__list {
    margin-top: 4px;
  }
  .about .tabs__content {
    display: none;
  }
  .about .tabs__content--active {
    display: block;
  }
  .about .tabs__btn {
    width: 31px;
    height: 31px;
    top: 30%;
  }
  .about .tabs__btn::before {
    width: 5px;
    height: 8px;
  }
  .about .tabs__btn--next {
    right: 15px;
  }
  .about .tabs__btn--prev {
    left: 15px;
  }
  .about__gallery {
    margin-bottom: 11px;
  }
  .about__info p {
    font-size: 11px;
    line-height: 18px;
  }
  .about__info p:not(:last-child) {
    margin-bottom: 18px;
  }
  .about__bottom {
    margin-top: 25px;
  }
  .about .advantage {
    margin-bottom: 22px;
  }
  .about .advantage__img {
    width: 42px;
    height: 42px;
    margin-right: 25px;
  }
  .about .advantage__title {
    font-size: 12px;
  }
  .about .advantage__desc {
    font-size: 9px;
    line-height: 12px;
    margin-top: 10px;
  }

  .invite {
    padding-bottom: 20px;
    padding-top: 63px;
  }
  .invite__inner2 {
    padding: 25px 24px;
  }
  .invite__title {
    font-size: 14px;
    line-height: 20px;
  }
  .invite__bottom {
    margin-top: 20px;
    padding-top: 25px;
  }
  .invite__left {
    width: 100%;
    margin-bottom: 19px;
  }
  .invite__left p {
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 16px;
  }
  .invite__address {
    white-space: unset;
    font-size: 12px;
    line-height: 16px;
    margin-left: 24px;
    margin-top: 0;
    padding-right: 10px;
  }
  .invite__address::after {
    width: 10px;
    height: 16px;
    left: -12px;
    top: 36%;
  }
  .invite__map {
    margin-left: 22px;
    margin-top: 8px;
  }
  .invite__phone {
    font-size: 14px;
    margin-left: 23px;
  }
  .invite__phone::after {
    left: -11px;
  }
  .invite__whatsapp {
    margin-left: 29px;
  }
  .invite__social {
    margin-top: 25px;
  }
  .invite__social span:first-child {
    width: 36px;
    height: 36px;
    margin-right: 11px;
  }
  .invite__social span:first-child svg {
    width: 15px;
  }
  .invite__instagram,
  .invite__vk {
    font-size: 11px;
  }
  .invite__instagram {
    margin-right: 28px;
  }
  .invite__tel {
    margin-top: 21px;
  }

  .ournews {
    padding-top: 26px;
    padding-bottom: 85px;
  }
  .ournews__title {
    font-size: 18px;
    margin-top: 0;
  }
  .ournews__btn {
    top: unset;
    bottom: -50px;
    right: unset;
    left: 0;
    width: 132px;
    height: 30px;
    font-size: 11px;
  }
  .ournews__items {
    margin-top: 20px;
  }
  .ournews .events {
    padding: 19px 22px;
  }
  .ournews .events__date {
    font-size: 8px;
  }
  .ournews .events__title {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
  }
  .ournews .events__desc {
    font-size: 10px;
    line-height: 16px;
    margin-top: 5px;
  }
  .ournews .events__link {
    margin-top: 10px;
  }

  .accii-nav {
    margin-top: 19px;
  }
  .accii-nav__inner {
    height: 35px;
    padding: 0 16px 0 18px;
  }
  .accii-nav__title {
    font-size: 10px;
  }
  .accii-nav__date {
    margin-left: 32px;
    font-size: 10px;
  }
  .accii-nav__date::after {
    left: -17px;
  }
  .accii-nav__back span {
    display: none;
  }
  .accii-nav__back svg {
    margin-right: 0;
  }

  .accii-desc {
    padding-top: 13px;
    padding-bottom: 10px;
  }
  .accii-desc p {
    font-size: 10px;
    line-height: 16px;
  }
  .accii-desc p:not(:last-child) {
    margin-bottom: 5px;
  }

  .accii {
    padding-top: 14px;
  }
  .accii__title {
    font-size: 16px;
  }
  .accii__items {
    margin-top: 19px;
  }
  .accii__item {
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 18px;
  }
  .accii__item-top {
    height: 135px;
  }
  .accii__item-top img:first-child {
    width: 39px;
    height: 20px;
    top: 16px;
    right: 10px;
  }
  .accii__item-title {
    font-size: 10px;
    line-height: 14px;
  }
  .accii__item-code {
    font-size: 8px;
    line-height: 9px;
    margin-top: 7px;
  }
  .accii__item-bottom {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    margin-top: 18px;
  }
  .accii__item-price {
    font-size: 10px;
  }
  .accii__item-price span {
    font-size: 14px;
  }
  .accii__item-is {
    font-size: 8px;
    line-height: 9px;
    margin-left: 0;
    margin-top: 6px;
  }
  .accii__bottom-nav {
    margin-top: 22px;
    padding-top: 24px;
    padding-bottom: 40px;
  }
  .accii__bottom-nav svg {
    width: 11px;
    height: 7px;
  }
  .accii__bottom-nav span {
    display: block;
    font-size: 10px;
    margin-left: 13px;
  }

  .promo {
    margin-top: 16px;
  }
  .promo__inner {
    padding-bottom: 38px;
  }
  .promo__item {
    position: relative;
    padding-bottom: 120px;
  }
  .promo__img {
    width: 118px;
    height: 118px;
  }
  .promo__title {
    margin-top: 0;
    font-size: 14px;
    line-height: 20px;
    -webkit-line-clamp: 3;
    /* Число отображаемых строк */
    display: -webkit-box;
    /* Включаем флексбоксы */
    -webkit-box-orient: vertical;
    /* Вертикальная ориентация */
    overflow: hidden;
  }
  .promo__date {
    font-size: 10px;
  }
  .promo__desc {
    font-size: 10px;
    line-height: 16px;
    position: absolute;
    left: 0;
    bottom: 55px;
    margin-top: 0;
    -webkit-line-clamp: 3;
    /* Число отображаемых строк */
    display: -webkit-box;
    /* Включаем флексбоксы */
    -webkit-box-orient: vertical;
    /* Вертикальная ориентация */
    overflow: hidden;
  }
  .promo__link {
    font-size: 10px;
    position: absolute;
    left: 0;
    bottom: 30px;
  }
  .promo__link svg {
    margin-left: 10px;
    width: 4px;
    height: 6px;
  }

  .cart {
    padding-bottom: 24px;
  }
  .cart__item {
    padding: 7px;
    padding-bottom: 13px;
  }
  .cart__item-img {
    width: 75px;
    margin-right: 8px;
  }
  .cart__item-title {
    font-size: 11px;
    line-height: 14px;
    margin-top: 9px;
    padding-right: 0;
  }
  .cart__item-info {
    width: calc(100% - 83px);
  }
  .cart__item-code {
    font-size: 8px;
    margin-top: 10px;
  }
  .cart__item-num {
    font-size: 10px;
  }
  .cart__item-minus {
    font-size: 12px;
  }
  .cart__item-plus {
    font-size: 12px;
  }
  .cart__item-control {
    width: 60px;
    height: 24px;
    margin-left: 7px;
    margin-top: 9px;
    padding: 0 6px;
  }
  .cart__item-price {
    font-size: 10px;
    margin-left: 16px;
    margin-top: 14px;
  }
  .cart__item-price span {
    font-size: 12px;
  }
  .cart__item-total {
    font-size: 10px;
    margin-left: 28px;
    margin-top: 11px;
  }
  .cart__item-total span {
    font-size: 14px;
  }
  .cart__item-delete {
    margin-left: 27px;
  }
  .cart__item-delete span {
    margin-top: 14px;
  }
  .cart__footer-title {
    font-size: 12px;
    padding: 16px 0 20px;
  }
  .cart__footer-btn {
    width: 96px;
    height: 27px;
    font-size: 10px;
  }
  .cart__footer-btn strong {
    display: none;
  }
  .cart__footer-btn svg {
    width: 10px;
    height: unset;
  }
  .cart__footer-total {
    width: 100%;
    padding-bottom: 18px;
  }
  .cart__footer-total span:nth-child(1) {
    font-size: 16px;
  }
  .cart__footer-total span:nth-child(2) {
    font-size: 22px;
    margin-left: 9px;
  }
  .cart__footer-total span:nth-child(3) {
    font-size: 18px;
  }
  .cart__footer-link {
    font-size: 11px;
    height: 54px;
    width: 100%;
  }
  .cart-nav {
    margin-top: 23px;
  }
  .cart-nav__btn {
    height: 36px;
    width: calc(50% - 5px);
    font-size: 11px;
  }
  .cart-nav__btn strong {
    display: none;
  }
  .cart-nav__btn--back {
    margin-right: 10px;
  }
  .cart-empty {
    margin-top: 29px;
    position: relative;
    padding-bottom: 56px;
  }
  .cart-empty__img {
    width: 95px;
    margin-right: 25px;
  }
  .cart-empty__title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .cart-empty__desc {
    position: absolute;
    bottom: 0px;
    left: 0;
    font-size: 11px;
    line-height: 18px;
  }
  .cart-empty__desc br {
    display: block;
  }
  .cart__error-message {
    font-size: 10px;
    line-height: 14px;
  }

  .pagination {
    font-size: 12px;
  }
  .pagination__prev {
    margin-right: 20px;
  }
  .pagination__next {
    margin-left: 20px;
  }

  .text {
    padding-top: 22px;
  }
  .text .p {
    font-size: 10px;
    line-height: 16px;
  }
  .text .h2 {
    font-size: 18px;
    line-height: 30px;
  }
  .text .h3 {
    font-size: 16px;
    line-height: 30px;
  }
  .text .h4 {
    font-size: 14px;
    line-height: 24px;
  }
  .text .ul-title,
  .text .ol-title {
    font-size: 13px;
  }
  .text .ol li,
  .text .ul li {
    line-height: 22px;
    font-size: 10px;
    margin-left: 15px;
  }

  .order__user-data {
    padding: 25px;
  }
  .order__title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .order__surname label,
  .order__name label,
  .order__fname label,
  .order__phone label,
  .order__mail label,
  .order__city label,
  .order__address label,
  .order__address-com label {
    margin-bottom: 9px;
    font-size: 12px;
    line-height: 12px;
  }
  .order__surname input,
  .order__name input,
  .order__fname input,
  .order__phone input,
  .order__mail input,
  .order__city input,
  .order__address input,
  .order__address-com input {
    height: 34px;
    font-size: 12px;
  }
  .order__surname input.input-error,
  .order__name input.input-error,
  .order__fname input.input-error,
  .order__phone input.input-error,
  .order__mail input.input-error,
  .order__city input.input-error,
  .order__address input.input-error,
  .order__address-com input.input-error {
    background: unset;
  }
  .order__name {
    margin: 20px 0;
  }
  .order__group-left {
    margin-bottom: 20px;
  }
  .order__phone {
    margin: 20px 0;
  }
  .order__must {
    font-size: 10px;
  }
  .order .star {
    font-size: 10px;
  }
  .order__delivery {
    padding: 25px;
  }
  .order__delivery-item {
    height: unset;
    padding: 15px 12px;
  }
  .order__delivery-item p:first-child {
    font-size: 12px;
    line-height: 16px;
  }
  .order__delivery-item p:last-child {
    font-size: 9px;
    line-height: 12px;
    margin-top: 6px;
  }
  .order__delivery-desc {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .order__delivery-info {
    margin-left: 25px;
  }
  .order__delivery-right {
    margin-top: 12px;
  }
  .order__delivery-option-info {
    font-size: 10px;
  }
  .order__option-title {
    font-size: 14px;
    padding-bottom: 15px;
    margin-bottom: 18px;
  }
  .order .radio-style {
    width: 13px;
    height: 13px;
  }
  .order__address {
    margin: 18px 0 19px;
  }
  .order__address-com textarea {
    height: 80px;
  }
  .order__pay {
    padding: 25px;
  }
  .order__pay-input {
    padding: 0 12px;
    height: 58px;
  }
  .order__pay-input img {
    display: none;
  }
  .order__pay-input .radio-style {
    margin-top: -2px;
  }
  .order__pay-info {
    font-size: 12px;
    line-height: 16px;
  }
  .order-info {
    position: relative;
    margin-top: 20px;
    height: unset;
  }
  .order-info::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    top: 78px;
    left: 0;
  }
  .order-info__inner {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .order-info__cart {
    width: 38px;
    height: 38px;
    padding: 14px 10px;
  }
  .order-info__text span:first-child {
    font-size: 12px;
  }
  .order-info__text span:last-child {
    font-size: 12px;
  }
  .order-info__text span:last-child strong {
    font-size: 14px;
  }
  .order-info__text2 span:first-child {
    font-size: 12px;
  }
  .order-info__text2 span:last-child {
    font-size: 16px;
  }
  .order-info__text2 span:last-child strong {
    font-size: 18px;
  }
  .order-info__left {
    height: 78px;
  }
  .order-info__right {
    height: 56px;
    border-left: none;
  }
  .order-nav__inner {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .order-nav__error {
    font-size: 10px;
    line-height: 14px;
  }
  .order-nav__comment {
    width: 100%;
  }
  .order-nav__comment label {
    font-size: 12px;
  }
  .order-nav__comment textarea {
    width: 100%;
  }
  .order-nav__agree span {
    font-size: 9px;
    line-height: 14px;
  }
  .order-nav .check-style {
    width: 11px;
    height: 11px;
  }
  .order-nav__btn {
    font-size: 12px;
    height: 55px;
    width: 290px;
    margin-top: 20px;
  }
  .order-nav__back {
    width: 199px;
    height: 41px;
    font-size: 11px;
  }
  .order-nav__back svg {
    width: 12px;
    height: 7px;
  }

  .order-ok {
    margin-bottom: 34px;
  }
  .order-ok__inner {
    padding: 28px 25px 150px;
  }
  .order-ok__title {
    font-size: 18px;
  }
  .order-ok__desc {
    font-size: 12px;
    line-height: 18px;
    margin-top: 15px;
  }
  .order-ok__top {
    width: unset;
    height: 48px;
    padding: 0 17px;
  }
  .order-ok__top span:first-child {
    font-size: 13px;
  }
  .order-ok__top span:nth-child(2) {
    width: 89px;
    height: 24px;
    background-color: #8093b1;
    border-radius: 1px;
    font-size: 12px;
    margin-right: 0;
  }
  .order-ok__top span:nth-child(3) {
    display: none;
  }
  .order-ok__right,
  .order-ok__left {
    width: unset;
  }
  .order-ok__info {
    font-size: 13px;
  }
  .order-ok__detail {
    margin-top: 17px;
  }
  .order-ok__detail-title {
    width: 145px;
    margin-right: 25px;
  }
  .order-ok__detail-title span {
    font-size: 11px;
    line-height: 22px;
  }
  .order-ok__detail-title strong {
    font-size: 13px;
    line-height: 28px;
  }
  .order-ok__detail-value span {
    font-size: 12px;
    line-height: 22px;
  }
  .order-ok__detail-value strong {
    font-size: 16px;
    line-height: 28px;
  }
  .order-ok__tel {
    padding-left: 35px;
    bottom: 77px;
  }
  .order-ok__tel p {
    font-size: 10px;
    line-height: 14px;
  }
  .order-ok__tel a {
    font-size: 12px;
    margin-top: 10px;
  }
  .order-ok__btn {
    width: 184px;
    height: 32px;
    font-size: 11px;
  }
  .order-ok__btn svg {
    width: 11px;
    height: 7px;
  }

  .sale {
    padding-bottom: 15px;
  }
  .sale__sort.nice-select::after {
    right: 10px;
  }
  .sale__items {
    margin-bottom: 20px;
  }
  .sale__item {
    padding: 25px 18px;
  }
  .sale__item-top img:first-child {
    width: 32px;
    height: 32px;
  }
  .sale__item-title {
    font-size: 10px;
    line-height: 14px;
  }
  .sale__item-code {
    font-size: 8px;
    margin-top: 5px;
  }
  .sale__item-bottom {
    margin-top: 15px;
  }
  .sale__item-price--new {
    font-size: 10px;
  }
  .sale__item-price--new span {
    font-size: 14px;
  }
  .sale__item-price--old {
    margin-top: 6px;
    font-size: 8px;
  }
  .sale__item-price--old span {
    font-size: 12px;
  }
  .sale__has {
    font-size: 8px;
    line-height: 9px;
  }
  .sale__nav-sort {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
  }
  .sale__nav-sort span {
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 7px;
  }
  .sale__nav-nums {
    display: none;
  }
  .sale__nav-sort--mob {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .sale__nav-sort--mob > span {
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 7px;
  }
  .sale__sort {
    margin-left: 0;
    width: 211px;
    height: 25px;
    padding-left: 0;
  }
  .sale__sort.nice-select .current {
    width: 211px;
    height: 25px;
    font-size: 10px;
  }
  .sale__sort.nice-select .list {
    left: 0;
  }
  .sale__sort.nice-select .list li {
    font-size: 10px;
  }
  .sale__nav-sort--mob .sale__sort {
    width: 68px;
    height: 25px;
  }
  .sale__nav-sort--mob .sale__sort.nice-select .current {
    width: 68px;
    height: 25px;
    font-size: 10px;
  }
  .sale__nav-sort--mob .sale__sort.nice-select .list {
    left: 0;
  }
  .sale__nav-sort--mob .sale__sort.nice-select .list li {
    font-size: 10px;
  }

  .search {
    padding-bottom: 15px;
  }
  .search__items {
    margin-bottom: 20px;
  }
  .search__item {
    padding: 25px 18px;
  }
  .search__item-title {
    font-size: 10px;
    line-height: 14px;
  }
  .search__item-code {
    font-size: 8px;
    margin-top: 5px;
  }
  .search__item-bottom {
    margin-top: 15px;
  }
  .search__item-price {
    font-size: 10px;
  }
  .search__item-price span {
    font-size: 14px;
  }
  .search__has {
    font-size: 8px;
    line-height: 9px;
  }

  .catalog-list {
    margin-top: 11px;
    padding-top: 8px;
  }
  .catalog-list__inner {
    padding-top: 19px;
  }
  .catalog-list__param-show {
    padding: 0 4px;
  }
  .catalog-list__param-show span {
    font-size: 10px;
  }
  .catalog-list__param-reset {
    margin-top: 6px;
  }
  .catalog-list__param-reset span:last-child {
    font-size: 10px;
  }
  .catalog-list__items {
    margin-top: 13px;
  }
  .catalog-list__item {
    padding: 10px 18px;
  }
  .catalog-list__item-title {
    font-size: 10px;
    line-height: 14px;
    margin-top: 14px;
  }
  .catalog-list__item-top {
    height: 120px;
  }
  .catalog-list__item-code {
    margin-top: 10px;
  }
  .catalog-list__item-price {
    font-size: 10px;
  }
  .catalog-list__item-price span {
    font-size: 14px;
  }
  .catalog-list__item-bottom {
    margin-top: 17px;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .catalog-list__has,
  .catalog-list__zak {
    font-size: 8px;
    line-height: 9px;
    margin-top: 3px;
    margin-left: 0;
  }
  .catalog-list .catalog-list--sale {
    width: 30px;
    height: 30px;
    transform: translate(0, 0);
  }
  .catalog-list .catalog-list--hit,
  .catalog-list .catalog-list--new,
  .catalog-list .catalog-list--action {
    width: 38px;
    height: 20px;
  }

  .catalog-category {
    margin-top: 17px;
  }
  .catalog-category__item {
    padding: 0 16px;
    width: 100%;
    height: 62px;
    margin-right: 0;
    margin-bottom: 3px;
  }
  .catalog-category__item:nth-child(4n) {
    margin-right: 0px;
  }
  .catalog-category__item:nth-child(3n) {
    margin-right: 0px;
  }
  .catalog-category__item:nth-child(2n) {
    margin-right: 0;
  }
  .catalog-category__item img {
    max-width: 47px;
  }
  .catalog-category__title {
    margin-left: 18px;
    font-size: 12px;
    line-height: 16px;
  }

  .catalog-detail__sides {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .catalog-detail__gallery {
    width: 450px;
  }
  .catalog-detail .tabs__content {
    height: 450px;
    padding: 30px;
  }
  .catalog-detail .tabs__content--active {
    position: relative;
  }
  .catalog-detail__price--old {
    font-size: 16px;
  }
  .catalog-detail__price--old span {
    font-size: 20px;
  }
  .catalog-detail__magnifier {
    top: unset;
    bottom: 11px;
    right: 11px;
    width: 19px !important;
    height: 19px;
  }
  .catalog-detail__new {
    width: 49px !important;
    top: 15px;
    right: 15px;
  }
  .catalog-detail__hit {
    width: 61px !important;
    top: 15px;
    right: 15px;
  }
  .catalog-detail__action {
    width: 35px !important;
    height: 35px;
    top: 15px;
    left: 15px;
  }
  .catalog-detail__back {
    display: none;
  }
  .catalog-detail__title {
    margin-top: 0;
    font-size: 18px;
    line-height: 24px;
  }
  .catalog-detail__info {
    margin-top: 20px;
  }
  .catalog-detail__info p {
    font-size: 11px;
    line-height: 22px;
  }
  .catalog-detail__desc p {
    line-height: 16px;
    font-size: 10px;
  }
  .catalog-detail__side {
    width: 100%;
  }
  .catalog-detail__nav button span {
    font-size: 11px;
  }
  .catalog-detail__btn {
    width: 203px;
    height: 45px;
  }
  .catalog-detail__has {
    font-size: 10px;
  }
  .catalog-detail__hint {
    font-size: 8px;
    line-height: 12px;
    margin-top: 17px;
  }
  .catalog-detail__tabs .tabs__content {
    padding: 20px;
  }
  .catalog-detail__tabs .tabs__item {
    font-size: 10px;
    padding: 0 15px;
    white-space: nowrap;
  }
  .catalog-detail__tabs .tabs__items {
    overflow-y: scroll;
  }
}
@media (max-width: 576px) {
  .main__slider {
    height: 180px;
  }

  .about .tabs__content {
    height: 253px;
  }
  .about .tabs__content img {
    max-height: unset;
    height: 100%;
  }

  .cart-empty__desc {
    bottom: -18px;
  }
  .cart-empty__desc br {
    display: none;
  }

  .sale__item-top {
    height: 110px;
  }
  .sale__item-bottom {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .sale__has {
    margin-left: 0;
  }

  .search__item-top {
    height: 110px;
  }
  .search__item-bottom {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .search__has {
    margin-left: 0;
  }

  .cart-modal .modal-content {
    width: 100%;
  }
  .cart-modal__inner {
    padding-left: 0;
    padding-right: 0;
  }
  .cart-modal__buttons {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .cart-modal__buttons button {
    width: 100%;
  }
  .cart-modal__buttons button:first-child {
    margin-bottom: 5px;
  }

  .question-modal .modal-content {
    width: 100%;
  }
  .question-modal__inner {
    padding-left: 0;
    padding-right: 0;
  }
  .question-modal__email {
    width: 100%;
    margin-right: 0;
  }
  .question-modal__phone {
    width: 100%;
  }
  .question-modal__item-img {
    width: 60px;
    margin-right: 5px;
  }
  .question-modal__item-title {
    font-size: 10px;
  }
  .question-modal__item-desc {
    margin-bottom: 0;
  }

  .message-modal .modal-content {
    width: 100%;
  }
  .message-modal__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .catalog-detail .tabs__content {
    height: unset;
  }
  .catalog-detail__gallery {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .about .tabs__content {
    height: 193px;
  }
}
