@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+SC:wght@300;400;500;600;700&display=swap");
*, :before, :after {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

html.with-fancybox {
  overflow: hidden;
}

body {
  color: #240E00;
  font-weight: 400;
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background: #E0DFDB;
}

h1, h2, h3, h4, h5, h6 {
  font: inherit;
  display: inline;
}

ol, ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

li {
  display: block;
  list-style-image: none;
}

a {
  color: #240E00;
  text-decoration: none;
  outline: none;
  transition: 0.3s;
}

input, textarea, button {
  outline: none;
  appearance: none;
}

var {
  font-style: normal;
}

strong {
  font-weight: 700;
}

i {
  font-style: normal;
}

u {
  text-decoration: none;
}

picture {
  display: block;
}

img {
  display: block;
  max-width: 100% !important;
  max-height: 100% !important;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

svg {
  display: block;
  transition: 0.3s;
}

path, circle, rect, line {
  transition: 0.3s;
}

.case {
  position: relative;
  width: 1160px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}
.case .case {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1190px) {
  .case {
    width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .case {
    width: 730px;
  }
}
@media screen and (max-width: 767px) {
  .case {
    width: 560px;
  }
}
@media screen and (max-width: 580px) {
  .case {
    width: 390px;
  }
}
@media screen and (max-width: 410px) {
  .case {
    width: 100%;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.btn {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  color: #240E00;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
  background: transparent;
  transition: 0.3s;
  border: 1px solid transparent;
  border-radius: 5px;
  outline: none;
  width: 100%;
}
.btn.--b-white {
  color: #fff;
  border-color: #fff;
}
.btn.--b-white:hover {
  color: #707070;
  background: #E0DFDB;
  border-color: #E0DFDB;
}
.btn.--gray {
  color: #E0DFDB;
  background: #B2AFA4;
  font-weight: 500;
  text-transform: uppercase;
}
.btn.--gray:hover {
  color: #707070;
  background: #E0DFDB;
  border-color: #707070;
}
.btn.--gray.--icon:hover svg path {
  fill: #707070;
}
.btn.--icon svg {
  display: block;
  margin-left: 14px;
}
.btn.--xs {
  font-size: 14px;
  min-height: 34px;
}
.btn.--sm {
  font-size: 16px;
  min-height: 43px;
}
.btn.--md {
  font-size: 16px;
  min-height: 50px;
}

@media screen and (max-width: 767px) {
  .btn.--sm {
    font-size: 14px;
  }
}
@media screen and (max-width: 580px) {
  .btn.--icon svg {
    width: 20px;
    margin-left: 8px;
  }
}
input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}
input[type=text], input[type=tel], input[type=email] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.input {
  width: 100%;
  display: block;
  transition: 0.3s;
  position: relative;
}
.input__wrap {
  position: relative;
}
.input__label {
  z-index: 1;
  color: #240E00;
  font-size: 12px;
  font-weight: 400;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  opacity: 0.6;
  position: absolute;
  pointer-events: none;
}
.input__area {
  width: 100%;
  color: #240E00;
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  transition: 0.3s;
  background: transparent;
  position: relative;
}
.input__area::placeholder {
  color: #240E00;
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  transition: 0.3s;
}
.input__area:focus::placeholder {
  opacity: 0;
}
.input.--focus .input__label, .input.--filled .input__label {
  font-size: 8px;
  top: 4px;
  transform: none;
}
.input.--light .input__area {
  font-size: 13px;
  font-weight: 500;
  padding: 13px 20px 5px 20px;
  min-height: 44px;
  background: #E0DFDB;
  border: 1px solid #240E00;
  border-radius: 5px;
}
.input.--light .input__area:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #E0DFDB inset !important;
}
.input.--date.--open .air-datepicker.-inline- {
  z-index: 100;
  opacity: 1;
}
.input.--search .input__area {
  font-size: 10px;
  line-height: 13px;
  background: #fff;
  border-radius: 5px;
  padding: 8px 10px;
}
.input.--search .input__area::placeholder {
  font-size: 10px;
  line-height: 13px;
}
.input.--search-md .input__area {
  font-size: 12px;
  line-height: 15px;
  background: #E0DFDB;
  border-radius: 5px;
  padding: 14px 20px;
}
.input.--search-md .input__area::placeholder {
  font-size: 12px;
  line-height: 15px;
}
.input.--error .input__area {
  border-color: #DB0000;
}

@media screen and (max-width: 767px) {
  .input.--search .input__area {
    font-size: 12px;
    line-height: 15px;
    padding: 10px 10px;
  }
  .input.--search .input__area::placeholder {
    font-size: 12px;
    line-height: 15px;
  }
}
.select {
  z-index: 10;
  width: 100%;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.select select {
  display: none;
}
.select__wrap {
  position: relative;
}
.select__area {
  color: #240E00;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
  position: relative;
  min-height: 44px;
  background: #E0DFDB;
  border: 1px solid #240E00;
  border-radius: 5px;
  padding: 13px 20px 5px 20px;
}
.select__placeholder {
  z-index: 1;
  color: #240E00;
  font-size: 12px;
  font-weight: 400;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  opacity: 0.6;
  position: absolute;
}
.select__title {
  width: calc(100% - 20px);
  transition: 0.3s;
}
.select__icon {
  width: 10px;
  height: 8px;
  transition: 0.3s;
  position: relative;
  background: url(../../sys/imgs/chev-down.svg) no-repeat;
}
.select__drop {
  width: 100%;
  top: 100%;
  left: 0px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  color: #240E00;
  background: #E0DFDB;
  border: 1px solid #240E00;
  border-top: none;
  overflow: auto;
  border-radius: 0 0 5px 5px;
  transition: 0.3s;
  padding: 5px;
  padding-left: 0;
}
.select__list {
  max-height: 160px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #B2AFA4 #E0DFDB;
}
.select__list::-webkit-scrollbar {
  width: 4px;
}
.select__list::-webkit-scrollbar-thumb {
  background: #B2AFA4;
  border-radius: 20px;
}
.select__item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 20px;
  transition: 0.3s;
}
.select__item:hover {
  color: #B2AFA4;
}
.select.--filled .select__placeholder, .select.--open .select__placeholder {
  font-size: 8px;
  top: 4px;
  transform: none;
}
.select.--error .select__area {
  border-color: #DB0000;
}
.select.--open {
  z-index: 100;
}
.select.--open .select__name {
  top: 4px;
  font-size: 8px;
  transform: none;
}
.select.--open .select__area {
  z-index: 2;
  border-radius: 5px 5px 0 0;
}
.select.--open .select__icon {
  transform: rotate(180deg);
}
.select.--open .select__drop {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.check {
  cursor: pointer;
  transition: 0.3s;
}
.check__input {
  display: none;
}
.check__wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.check.--text .check__text {
  color: #E0DFDB;
  font-size: 18px;
  transition: 0.3s;
  width: 100%;
}
.check.--checked.--text .check__text {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .check.--text .check__text {
    font-size: 16px;
  }
}
.air-datepicker {
  margin-top: 5px;
  background: #E0DFDB;
}
.air-datepicker.-inline- {
  z-index: 0;
  opacity: 0;
  position: absolute;
  border-color: #240E00;
}
.air-datepicker--pointer {
  display: none;
}
.air-datepicker-nav {
  border-color: #B2AFA4;
}
.air-datepicker-body--day-name {
  color: #B2AFA4;
}
.air-datepicker-cell {
  transition: 0.3s;
}
.air-datepicker-cell.-current- {
  color: #B2AFA4;
}
.air-datepicker-cell.-focus- {
  color: #E0DFDB;
  background: #B2AFA4;
}
.air-datepicker-cell.-selected- {
  color: #E0DFDB;
  background: #B2AFA4;
}
.air-datepicker-cell.-selected-.-current-, .air-datepicker-cell.-selected-.-focus- {
  color: #E0DFDB;
  background: #B2AFA4;
}

.incdec {
  background: #E0DFDB;
  border: 1px solid #240E00;
  border-radius: 5px;
  padding: 4px 15px;
  transition: 0.3s;
}
.incdec__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.incdec__input {
  font-size: 22px;
  font-weight: 400;
  width: calc( 100% - 12px - 12px );
  padding: 0 6px;
  background: transparent;
  text-align: center;
  cursor: default;
}
.incdec__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 12px;
  height: 12px;
  position: relative;
  cursor: pointer;
}
.incdec__btn.--minus:after {
  display: none;
}
.incdec__btn.--plus:after {
  width: 10px;
  margin-top: -1px;
  transform: rotate(90deg);
}
.incdec__btn:before, .incdec__btn:after {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #240E00;
}

@media screen and (max-width: 992px) {
  .incdec {
    padding: 5px 10px;
  }
  .incdec__input {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .incdec {
    padding: 5px;
  }
  .incdec__wrap {
    justify-content: space-between;
  }
  .incdec__btn {
    width: 8px;
    height: 8px;
  }
  .incdec__btn:before, .incdec__btn:after {
    width: 8px;
  }
  .incdec__btn.--plus:after {
    width: 8px;
  }
  .incdec__input {
    font-size: 14px;
    padding: 0;
  }
}
.tabs-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tabs-item {
  opacity: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: opacity 2s, visibility 2s;
}
.tabs-item.--current {
  z-index: 11;
  opacity: 1;
  height: auto;
  overflow: visible;
  visibility: visible;
}

@media screen and (max-width: 992px) {
  .tabs-item {
    transition: opacity 1s, visibility 1s;
  }
}
.h1 {
  font-size: 100px;
  font-family: "Cormorant SC";
  line-height: 121px;
}

.h1c {
  font-size: 100px;
  font-family: "Cormorant";
  line-height: 121px;
}

.h2 {
  font-size: 60px;
  font-family: "Cormorant SC";
  line-height: 72px;
}

.h3c {
  font-size: 60px;
  font-family: "Cormorant";
  line-height: 72px;
}

.h3 {
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.h4 {
  font-size: 35px;
  font-family: "Cormorant";
  line-height: 46px;
  text-transform: uppercase;
}

.t1 {
  font-size: 18px;
  line-height: 22px;
}

body.fp-scroll-mac {
  scrollbar-width: none;
}
body.fp-scroll-mac::-webkit-scrollbar {
  width: 0;
}

.fp-enabled .inner {
  overflow-x: unset !important;
}

.inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

.overflow-disable {
  height: auto;
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.logo {
  display: block;
  position: relative;
}
.logo img {
  width: 100%;
}

.bg {
  z-index: 1;
  position: relative;
}

.bg-img {
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b-rad {
  overflow: hidden;
  border-radius: 5px;
}

.b-bot {
  border-bottom: 1px solid #707070;
}

.blur {
  position: relative;
}
/*
.blur-b1 {
  background: url("../../sys/imgs/bg-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.blur-b2 {
  background: url("../../sys/imgs/bg-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.blur-b3 {
  background: url("../../sys/imgs/bg-3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}*/
.blur-b4 {
  background: url("../../sys/imgs/bg-4.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.blur-b5 {
  background: url("../../sys/imgs/bg-5.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cover.--bot img {
  object-position: bottom;
}

.link-border ul li a {
  position: relative;
}
.link-border ul li a:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 50%;
  height: 2px;
  background: #707070;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.link-border ul li a:hover:before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.list-tr ul {
  flex-direction: column;
}
.list-tr ul li {
  position: relative;
}
.list-tr ul li:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 7px;
  left: 0;
  background: url("../../sys/imgs/tr.svg") no-repeat;
}

.socials {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.socials__item {
  margin-right: 15px;
  transition: 0.3s;
}
.socials__item:last-of-type {
  margin-right: 0;
}
.socials__item:hover {
  transform: translateY(-3px);
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 92px;
}
.pagination__link {
  font-size: 18px;
  margin-right: 50px;
  display: inline-block;
}
.pagination__link:last-of-type {
  margin-right: 0;
}
.pagination__link:hover {
  transform: translateY(-3px);
}
.pagination__arrow {
  position: relative;
}
.pagination__arrow img:nth-of-type(2) {
  display: none;
}
.pagination__arrow:before, .pagination__arrow:after {
  content: "";
  position: absolute;
  width: 193px;
  top: 50%;
  transform: translateY(-50%);
}
.pagination__arrow:before {
  height: 1px;
  transition: 0.3s;
  background: #707070;
}
.pagination__arrow:after {
  height: 100%;
}
.pagination__arrow.arrow-prev:before, .pagination__arrow.arrow-prev:after {
  left: 0;
}
.pagination__arrow.arrow-prev img {
  transform: scale(-1, 1);
}
.pagination__arrow.arrow-next:before, .pagination__arrow.arrow-next:after {
  right: 0;
}
.pagination__arrow:hover:before {
  width: 160px;
}
.pagination__arrow.--disabled {
  opacity: 0;
  visibility: hidden;
}

.p-breadcrumbs {
  display: inline-flex;
}
.p-breadcrumbs__item {
  font-size: 20px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  margin-right: 27px;
}
.p-breadcrumbs__item:after {
  content: "/";
  top: 0;
  right: -17px;
  position: absolute;
}
.p-breadcrumbs__item:last-of-type {
  margin-right: 0;
}
.p-breadcrumbs__item:last-of-type:after {
  display: none;
}

.swiper-button-prev, .swiper-button-next {
  transition: 0.3s;
  margin-top: 0;
  outline: none;
  transform: translateY(-50%);
}
.swiper-button-prev:before, .swiper-button-prev:after, .swiper-button-next:before, .swiper-button-next:after {
  display: none;
}
.swiper-button-prev-disabled, .swiper-button-next-disabled {
  opacity: 0.5;
}

.swiper-button-prev {
  left: 50px;
}
.swiper-button-prev:hover svg {
  transform: translateX(-5px);
}

.swiper-button-next {
  right: 50px;
}
.swiper-button-next:hover svg {
  transform: translateX(5px);
}

.swiper-pagination {
  bottom: 20px !important;
}
.swiper-pagination-bullet {
  width: 6px;
  height: 4px;
  background: #fff;
  border-radius: 3px;
  transition: 0.3s;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  width: 20px;
}

.fadeIn {
  opacity: 0;
}
.fadeIn.--loaded {
  opacity: 1;
  transition: opacity 1.5s;
}
.fadeIn-left {
  opacity: 0;
  transition: transform 0.8s, opacity 0.8s;
  transform: translateX(-100px);
}
.fadeIn-left.--loaded {
  opacity: 1;
  transform: translateX(0);
}
.fadeIn-right {
  opacity: 0;
  transition: transform 0.8s, opacity 0.8s;
  transform: translateX(100px);
}
.fadeIn-right.--loaded {
  opacity: 1;
  transform: translateX(0);
}
.fadeIn-up {
  opacity: 0;
  transform: translateY(50px);
}
.fadeIn-up.--loaded {
  opacity: 1;
  transition: 1.25s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(0);
}
.fadeIn-scale {
  opacity: 0;
  transform: scale(0.8);
}
.fadeIn-scale.--loaded {
  opacity: 1;
  transition: 1.5s;
  transform: scale(1);
}

.pageMain {
  padding-bottom: 100px;
}
.pageMain__title {
  display: block;
  font-size: 23px;
  text-transform: uppercase;
  margin: 100px 0 50px 70px;
}
.pageMain__act {
  z-index: 10;
  right: 40px;
  bottom: 30px;
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.pageMain__callback {
  margin-left: 20px;
}
.pageMain__callback:hover {
  transform: translateY(-3px);
}
.pageMain.--p0 {
  padding-bottom: 0;
}

.enter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: calc( 100vh - 100px );
}
.enter__form {
  width: 100%;
  max-width: 382px;
  padding: 30px 20px 50px;
  background: rgba(224, 223, 219, 0.8);
  border-radius: 10px;
  position: relative;
}
.enter__title {
  font-weight: 300;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.enter__fields {
  margin-bottom: 30px;
}
.enter__input {
  margin-bottom: 30px;
}
.enter__input:last-of-type {
  margin-bottom: 0;
}
.enter__btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.enter__btn {
  width: auto;
  padding: 0 35px;
}
.enter__btn.--gray {
  text-transform: none;
}
.enter__link {
  font-size: 12px;
  font-weight: 500;
  margin-top: 17px;
  display: block;
}
.enter__link:hover {
  color: #707070;
}
.enter.--signup .enter__title {
  text-align: center;
}
.enter.--signup .enter__form {
  max-width: 454px;
}
.enter.--signup .enter__fields, .enter.--signup .enter__btns {
  max-width: 343px;
  margin-left: auto;
  margin-right: auto;
}
.enter.--signup .enter__btn {
  margin-left: auto;
}

.page404 {
  padding: 50px 0;
}
.page404__logo {
  max-width: 81px;
}
.page404__img {
  margin: 100px 0 112px 78px;
}
.page404__text {
  font-size: 40px;
  font-family: "Cormorant";
  font-weight: 500;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
}
.page404__nav {
  margin-top: 145px;
}
.page404__nav ul {
  justify-content: space-between;
}
.page404__nav ul li a {
  font-size: 35px;
  text-transform: uppercase;
}

.sitemap {
  padding: 100px 0;
}
.sitemap__title {
  margin-bottom: 50px;
}
.sitemap__list {
  width: calc( 100% / 3 );
  display: flex;
  flex-direction: column;
}
.sitemap__link {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.sitemap__link:last-of-type {
  margin-bottom: 0;
}
.sitemap__sublink a {
  font-size: 20px;
  margin-left: 20px;
}

.ymaps-2-1-79-ground-pane {
  filter: grayscale(1);
  -ms-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
}

.ymaps-2-1-79-map-copyrights-promo, .ymaps-2-1-79-copyright__wrap {
  display: none;
}

.fancybox__container {
  flex-direction: row;
}
.fancybox__backdrop {
  background: rgba(112, 112, 112, 0.6);
}
.fancybox__button--close {
  z-index: 50;
  cursor: pointer;
  top: 50px;
  right: 40px;
  position: relative;
  border-radius: 0;
}
.fancybox__button--close:before, .fancybox__button--close:after {
  content: "";
  width: 43px;
  height: 2px;
  background: #fff;
  transition: 0.3s;
  position: absolute;
  top: 25px;
  left: 5px;
}
.fancybox__button--close:before {
  transform: rotate(45deg);
}
.fancybox__button--close:after {
  transform: rotate(-45deg);
}
.fancybox__button--close svg {
  display: none;
}
.fancybox__slide {
  padding: 30px;
}
.fancybox__slide.has-image .fancybox__content {
  margin-right: -155px;
  max-width: 600px;
  max-height: 800px;
  border-radius: 5px;
  transition: 0.3s;
  overflow: hidden;
}
.fancybox__nav .carousel__button {
  outline: none;
  cursor: pointer;
  box-shadow: none !important;
  transition: 0.3s;
}
.fancybox__nav .carousel__button svg {
  display: none;
}
.fancybox__nav .carousel__button:before {
  content: "";
  top: 50%;
  left: 50%;
  width: 22px;
  height: 42px;
  position: absolute;
  transform: translate(-50%, -50%);
  background: url("../../sys/imgs/arrow.svg") no-repeat;
}
.fancybox__nav .carousel__button.is-prev:before {
  transform: translate(-50%, -50%) scale(-1, 1);
}
.fancybox__nav .carousel__button[disabled] {
  cursor: default;
}
.fancybox__thumbs {
  z-index: 40;
  width: 155px;
  height: 770px;
  top: 50%;
  left: 50%;
  margin-left: -310px;
  transform: translate(-50%, -50%);
  position: absolute;
}
.fancybox__thumbs .carousel__slide {
  width: 145px;
  height: 180px;
  padding: 0;
  margin-bottom: 10px;
  transition: 0.3s;
}
.fancybox__thumbs .carousel__slide:last-of-type {
  margin-bottom: 0;
}
.fancybox__thumbs .carousel__slide.is-nav-selected {
  transform: scale(1.07) translateX(-7px);
}
.fancybox__thumbs .carousel__viewport {
  overflow: visible;
}
.fancybox__thumbs .carousel__track {
  transform: none !important;
  flex-direction: column;
}
.fancybox__thumb {
  height: 100%;
  border-radius: 5px;
  padding: 0;
}
.fancybox__thumb:after {
  display: none;
}

.popup {
  display: none;
  width: 100%;
  padding: 0;
  cursor: default !important;
  color: #240E00;
  background: #E0DFDB;
  border-radius: 10px;
  position: relative;
  overflow: auto;
  scrollbar: none;
  scrollbar-width: none;
}
.popup::-webkit-scrollbar {
  width: 0;
}
.popup .carousel__button {
  top: 20px !important;
  right: 20px !important;
  width: 25px;
  height: 25px;
  opacity: 1;
  outline: none;
  appearance: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
  color: transparent !important;
}
.popup .carousel__button svg {
  display: none;
}
.popup .carousel__button:before, .popup .carousel__button:after {
  position: absolute;
  content: "";
  background: #240E00;
  width: 25px;
  height: 2px;
  transition: 0.3s;
  -webkit-tap-highlight-color: transparent;
}
.popup .carousel__button:before {
  transform: rotate(45deg);
}
.popup .carousel__button:after {
  transform: rotate(-45deg);
}
.popup .carousel__button:hover:before, .popup .carousel__button:hover:after {
  background: #707070;
}
.popup__form {
  text-align: center;
}
.popup__title {
  text-align: center;
  margin-bottom: 10px;
}
.popup__desc {
  text-align: center;
  margin-bottom: 25px;
}
.popup__policy {
  color: #707070;
  font-size: 13px;
  line-height: 17px;
  margin-top: 20px;
}
.popup__policy a {
  outline: none !important;
  color: #707070;
  border-bottom: 1px solid #707070;
}
.popup__policy a:hover {
  border-color: transparent;
}
.popup__fields {
  max-width: 320px;
  margin: 0 auto;
}
.popup__input {
  margin-bottom: 10px;
}
.popup__input:last-of-type {
  margin-bottom: 0;
}
.popup__btn {
  font-size: 16px;
  margin-top: 20px;
  min-height: 48px;
  outline: none !important;
}
.popup.--static {
  padding: 70px 60px;
  max-width: 480px;
}

.fp-overflow::-webkit-scrollbar {
  display: none;
}
.fp-left ul {
  flex-direction: column;
}
.fp-watermark {
  display: none;
}

.fp-viewing-0 #fp-nav ul li a span {
  background: #fff;
}
.fp-viewing-0 #fp-nav ul li a span:before {
  background: url("../../sys/imgs/favicon.svg") no-repeat;
}

#fp-nav {
  top: auto;
  bottom: 20px;
  transform: none;
}
#fp-nav ul li {
  width: 4px;
  height: 20px;
  margin: 0 0 12px;
}
#fp-nav ul li a span {
  width: 4px;
  height: 20px;
  background: #240E00;
  border-radius: 3px;
  margin: 0;
  transition: 0.3s;
}
#fp-nav ul li a span:before {
  content: "";
  width: 33px;
  height: 25px;
  border-radius: 0;
  background: url("../../sys/imgs/favicon-black.svg") no-repeat;
  top: 50%;
  left: 50%;
  margin-top: 10px;
  transform: translate(-50%, -50%);
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
#fp-nav ul li a.active span {
  background: transparent;
}
#fp-nav ul li a.active span:before {
  opacity: 1;
  visibility: visible;
}
#fp-nav ul li:hover a span {
  width: 4px;
  height: 20px;
  margin: 0;
}

@media screen and (max-width: 1270px) {
  #fp-nav {
    display: none !important;
  }
}
@media screen and (max-width: 1190px) {
  .pageMain__title {
    margin: 80px 0 50px 70px;
  }

  .page404__img {
    margin: 100px auto;
    display: flex;
    justify-content: center;
  }
  .page404__text {
    max-width: 650px;
    margin: 0 auto;
  }
  .page404__nav ul li a {
    font-size: 30px;
  }
}
@media screen and (max-width: 992px) {
  .h1, .h1c {
    font-size: 78px;
    line-height: 90px;
  }

  .h4 {
    font-size: 30px;
    line-height: 40px;
  }

  .pagination {
    margin-top: 80px;
  }
  .pagination__arrow:before, .pagination__arrow:after {
    width: 140px;
  }

  .p-breadcrumbs__item {
    font-size: 16px;
  }

  .pageMain__title {
    margin: 40px 0 60px 65px;
  }
  .pageMain__socials .socials__item {
    margin-right: 10px;
  }
  .pageMain__socials .socials__item:last-of-type {
    margin-right: 0;
  }
  .pageMain__callback {
    width: 38px;
    margin-left: 15px;
  }
  .pageMain__callback svg {
    width: 100%;
  }

  .page404 {
    padding: 50px 0 130px;
  }
  .page404__img {
    max-height: 100px;
    margin: 80px 0;
  }
  .page404__nav {
    margin-top: 127px;
  }
  .page404__nav ul li a {
    font-size: 25px;
  }

  .sitemap {
    padding: 70px 0 50px;
  }
  .sitemap__list {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 10px;
    margin-bottom: 20px;
    position: relative;
  }
  .sitemap__list:after {
    content: "";
    left: 0;
    bottom: 0;
    width: 300px;
    height: 1px;
    position: absolute;
    background: #707070;
  }
  .sitemap__list:last-of-type {
    margin-bottom: 0;
  }
  .sitemap__list:last-of-type:after {
    display: none;
  }
  .sitemap__link a {
    font-size: 23px;
  }
  .sitemap__sublink a {
    font-size: 19px;
  }

  .fancybox__button--close {
    top: 20px;
    right: 20px;
  }
  .fancybox__container {
    flex-direction: column;
  }
  .fancybox__slide.has-image .fancybox__content {
    margin-right: 0;
  }
  .fancybox__thumbs {
    position: relative;
    margin-left: 0;
    margin-bottom: 20px;
    top: 0;
    left: 0;
    transform: none;
    height: auto;
    width: auto;
  }
  .fancybox__thumbs .carousel__track {
    transform: unset;
    justify-content: center;
    flex-direction: row;
  }
  .fancybox__thumbs .carousel__slide {
    width: 120px;
    height: 120px;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .fancybox__thumbs .carousel__slide.is-nav-selected {
    margin-left: 15px;
  }

  .has-image[data-image-fit=cover] .fancybox__image {
    object-fit: contain !important;
  }
}
@media screen and (max-width: 767px) {
  .inner.overflow-disable {
    overflow: hidden !important;
    position: fixed !important;
    height: 100% !important;
  }

  .h1, .h1c {
    font-size: 40px;
    line-height: 48px;
  }

  .h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .h4 {
    font-size: 26px;
    line-height: 30px;
  }

  .t1 {
    font-size: 16px;
    line-height: 19px;
  }

  .list-tr ul li {
    padding-bottom: 10px;
  }
  .list-tr ul li:before {
    width: 285px;
    height: 1px;
    bottom: 0;
    top: auto;
    background: #240E00;
  }
  .list-tr.--dot ul li {
    padding-bottom: 0;
  }
  .list-tr.--dot ul li:before {
    top: 10px;
    left: 1px;
    width: 2px;
    height: 2px;
    border-radius: 50px;
    bottom: auto;
  }

  .swiper-button-prev:hover svg, .swiper-button-next:hover svg {
    transform: none;
  }

  .pagination {
    margin-top: 42px;
    justify-content: center;
  }
  .pagination__links {
    margin: 0 70px;
  }
  .pagination__arrow img:nth-of-type(1) {
    display: none;
  }
  .pagination__arrow img:nth-of-type(2) {
    display: block;
  }
  .pagination__arrow:before, .pagination__arrow:after {
    display: none;
  }

  .pageMain {
    padding-bottom: 40px;
  }
  .pageMain__title {
    font-size: 20px;
  }
  .pageMain__act {
    display: none;
  }

  .enter {
    min-height: calc( 100vh - 45px );
  }

  .page404__img {
    margin: 50px 0 52px;
  }
  .page404__text {
    line-height: 48px;
  }
  .page404__nav ul {
    align-items: center;
    flex-direction: column;
  }
  .page404__nav ul li {
    margin-bottom: 50px;
  }
  .page404__nav ul li:last-of-type {
    margin-bottom: 0;
  }
  .page404__nav ul li a {
    font-size: 35px;
  }

  .fancybox__button--close:before, .fancybox__button--close:after {
    width: 40px;
  }
  .fancybox__content {
    max-width: 420px;
    max-height: 560px;
  }
  .fancybox__thumbs .carousel__slide {
    width: 90px;
    height: 90px;
    margin-bottom: 0;
    margin-right: 7px;
  }
  .fancybox__thumbs .carousel__slide.is-nav-selected {
    margin-left: 12px;
  }

  .popup.--static {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 580px) {
  .pagination__link {
    font-size: 17px;
    margin-right: 30px;
  }
  .pagination__arrow {
    width: 13px;
  }

  .pageMain__title {
    margin: 40px 0;
    font-size: 16px;
  }

  .enter__form {
    max-width: 380px;
  }
  .enter.--signup .enter__form {
    max-width: 380px;
  }
  .enter.--signup .enter__fields {
    max-width: 100%;
  }

  .page404 {
    padding: 50px 0 80px;
  }
  .page404__logo {
    max-width: 60px;
  }
  .page404__img {
    max-height: 55px;
    margin: 55px 0;
  }
  .page404__text {
    font-size: 30px;
    line-height: 38px;
    max-width: 350px;
  }
  .page404__text br {
    display: none;
  }
  .page404__text u {
    display: block;
  }
  .page404__nav {
    margin-top: 50px;
  }
  .page404__nav ul li {
    margin-bottom: 25px;
  }
  .page404__nav ul li a {
    font-size: 22px;
  }

  .sitemap {
    padding: 30px 0 0;
  }
  .sitemap__title {
    margin-bottom: 30px;
  }
  .sitemap__link a {
    font-size: 20px;
  }
  .sitemap__sublink a {
    font-size: 18px;
  }

  .fancybox__backdrop {
    opacity: 0.8;
  }
  .fancybox__slide {
    padding: 20px;
  }
  .fancybox__content {
    max-width: 100%;
  }
  .fancybox__nav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
  }
  .fancybox__nav .carousel__button {
    top: -70px;
    transform: none;
    position: relative;
  }
  .fancybox__nav .carousel__button:before {
    width: 16px;
    background-size: contain;
  }
  .fancybox__nav .carousel__button.is-prev {
    left: 0;
  }
  .fancybox__nav .carousel__button.is-next {
    right: 0;
  }
  .fancybox__thumbs {
    display: none;
  }

  .popup .carousel__button {
    top: 15px !important;
    right: 15px !important;
  }
  .popup .carousel__button:before, .popup .carousel__button:after {
    height: 1px;
  }
  .popup__title {
    font-size: 32px;
  }
  .popup__policy {
    font-size: 11px;
    line-height: 14px;
  }
  .popup.--static {
    padding: 50px 30px;
    max-width: 390px;
  }
}
@media screen and (max-width: 410px) {
  .h1, .h1c {
    font-size: 35px;
    line-height: 40px;
  }

  .h2 {
    font-size: 35px;
    line-height: 40px;
  }

  .pagination__links {
    margin: 0 50px;
  }
  .pagination__link {
    margin-right: 25px;
  }
  .pagination__arrow {
    width: 10px;
  }

  .p-breadcrumbs__item {
    font-size: 14px;
  }

  .pageMain__title {
    margin: 30px 0;
    font-size: 14px;
  }

  .enter__form {
    max-width: 300px;
    padding: 30px 20px 40px;
  }
  .enter__title {
    margin-bottom: 25px;
  }
  .enter__fields {
    margin-bottom: 25px;
  }
  .enter__input {
    margin-bottom: 20px;
  }
  .enter__btns {
    flex-direction: column;
    margin-bottom: -10px;
  }
  .enter__btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .enter.--signup .enter__form {
    max-width: 300px;
  }

  .page404 {
    padding: 40px 0 80px;
  }
  .page404__logo {
    max-width: 50px;
  }
  .page404__img {
    margin: 30px 0;
    max-height: 40px;
  }
  .page404__text {
    font-size: 20px;
    line-height: 28px;
    max-width: 260px;
  }
  .page404__nav {
    margin-top: 30px;
  }
  .page404__nav ul li {
    margin-bottom: 10px;
  }
  .page404__nav ul li a {
    font-size: 18px;
  }

  .popup .carousel__button {
    top: 10px !important;
    right: 10px !important;
  }
  .popup .carousel__button:before, .popup .carousel__button:after {
    width: 22px;
  }
  .popup__title {
    font-size: 25px;
    line-height: 30px;
  }
  .popup__desc {
    font-size: 13px;
    line-height: 16px;
  }
  .popup__fields {
    max-width: 270px;
  }
  .popup__btn {
    font-size: 14px;
    min-height: 40px;
  }
  .popup.--static {
    padding: 40px 15px;
    max-width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .fp-scrollable .fp-section, .fp-scrollable .fp-slide {
    height: 100% !important;
  }
}
@media screen and (max-height: 750px) {
  .fp-enabled {
    overflow: auto !important;
  }
  .fp-enabled body {
    overflow: hidden !important;
  }

  .fp-scrollable .fp-section, .fp-scrollable .fp-slide {
    height: 100%;
  }

  .fp-overflow {
    overflow-y: hidden !important;
  }
}
@media screen and (max-width: 992px) and (orientation: landscape) {
  .fp-enabled {
    overflow: auto !important;
  }
  .fp-enabled body {
    overflow: hidden !important;
  }

  .fp-scrollable .fp-section, .fp-scrollable .fp-slide {
    height: 100% !important;
  }

  .fp-overflow {
    overflow-y: hidden !important;
  }
}



/* -- about -- */

.about__text {
  margin-top: 100px;
  margin-left: 118px;
  max-width: 900px;
}
.about__text p {
  margin-bottom: 30px;
}
.about__text p:last-of-type {
  margin-bottom: 0;
}
.about__imgs {
  margin-top: 100px;
}
.about__img {
  width: 366px;
  height: 370px;
}
.about__img:nth-of-type(1) {
  margin-left: -100px;
}
.about__img:nth-of-type(2) {
  width: 508px;
  height: 612px;
  margin: 0 50px;
}
.about__img:nth-of-type(3) {
  margin-top: 240px;
  margin-right: -150px;
}
.about__info {
  margin-top: 100px;
  align-items: flex-end;
  justify-content: space-between;
}
.about__btn {
  margin-left: 50px;
  font-weight: 500;
  max-width: 283px;
}
.about__btn.--sm {
  min-height: 50px;
}
.about__logo {
  max-width: 393px;
}

@media screen and (max-width: 1190px) {
  .about__text {
    margin-left: 90px;
  }
  .about__img:nth-of-type(1) {
    margin-left: -200px;
  }
  .about__img:nth-of-type(3) {
    margin-right: -250px;
  }
}
@media screen and (max-width: 992px) {
  .about__text {
    margin-top: 50px;
    margin-left: 50px;
    margin-bottom: 50px;
    font-size: 23px;
  }
  .about__imgs {
    margin-top: 70px;
  }
  .about__img {
    width: 270px;
    height: 300px;
  }
  .about__img:nth-of-type(1) {
    margin-left: -150px;
  }
  .about__img:nth-of-type(2) {
    width: 400px;
    height: 540px;
    margin: 0 40px;
  }
  .about__info {
    margin-top: 70px;
  }
  .about__btn {
    margin-left: 0;
  }
  .about__logo {
    max-width: 330px;
  }
}
@media screen and (max-width: 767px) {
  .about__title {
    margin-left: 40px;
  }
  .about__text {
    font-size: 16px;
    margin-left: 84px;
    max-width: 370px;
  }
  .about__imgs {
    margin-top: 50px;
  }
  .about__img {
    width: 140px;
    height: 190px;
    position: relative;
  }
  .about__img:nth-of-type(1) {
    margin-left: 0;
  }
  .about__img:nth-of-type(2) {
    width: 194px;
    height: 315px;
    margin: 0 32px;
  }
  .about__img:nth-of-type(3) {
    margin-top: 125px;
    margin-right: 0;
  }
  .about__info {
    margin-top: 50px;
    align-items: center;
  }
  .about__btn {
    max-width: 256px;
  }
  .about__logo {
    max-width: 170px;
  }
}
@media screen and (max-width: 580px) {
  .about__title {
    margin-left: 0;
  }
  .about__text {
    margin-left: 0;
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 100%;
  }
  .about__text p {
    margin-bottom: 25px;
  }
  .about__imgs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
    position: relative;
  }
  .about__img {
    width: calc( 50% - 5px );
    height: 170px;
  }
  .about__img:nth-of-type(2) {
    width: calc( 50% - 5px );
    height: 350px;
    margin: 0;
  }
  .about__img:nth-of-type(3) {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .about__info {
    margin-top: 40px;
  }
  .about__btn {
    max-width: 200px;
  }
  .about__btn.--sm {
    min-height: 43px;
  }
  .about__logo {
    max-width: 140px;
  }
}
@media screen and (max-width: 410px) {
  .about__title br {
    display: none;
  }
  .about__logo {
    order: 1;
    max-width: 200px;
    margin: 0 auto 20px;
  }
  .about__btn {
    order: 2;
    max-width: 100%;
  }
}



/* -- acc -- */

.acc__info {
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 130px;
}
.acc__personal {
  width: calc( 100% - 382px );
  padding-right: 100px;
}
.acc__personal-head {
  align-items: center;
  margin-bottom: 50px;
}
.acc__personal-img {
  width: 135px;
  height: 135px;
}
.acc__personal-title {
  width: calc( 100% - 135px );
  padding-left: 50px;
  font-size: 30px;
  font-family: "Cormorant SC";
}
.acc__personal-info {
  margin-left: 20px;
}
.acc__personal-item {
  font-size: 22px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.acc__personal-item:last-of-type {
  margin-bottom: 0;
}
.acc__personal-name {
  width: 183px;
  text-transform: uppercase;
}
.acc__personal-value {
  width: calc( 100% - 183px );
  padding-left: 50px;
}
.acc__manager {
  width: 382px;
  margin-bottom: 5px;
  margin-right: -8px;
}
.acc__manager-title {
  font-size: 20px;
  font-family: "Cormorant SC";
  text-align: right;
  margin-bottom: 50px;
}
.acc__manager-item {
  font-size: 16px;
  margin-bottom: 38px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.acc__manager-item:last-of-type {
  margin-bottom: 0;
}
.acc__manager-name {
  width: 135px;
  text-transform: uppercase;
}
.acc__manager-value {
  width: calc( 100% - 135px );
  padding-left: 50px;
  text-align: right;
}

.acc-history__title {
  right: -55px;
  text-align: right;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 54px;
  transition: 0.3s;
}
.acc-history__title.--move {
  right: 0;
  text-align: left;
}
.acc-history__item {
  font-size: 22px;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  padding: 55px 0 0;
  border-bottom: 1px solid #707070;
}
.acc-history__item:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 13px;
  top: 60px;
  right: 10px;
  transition: 0.3s;
  background: url("../../sys/imgs/arrow-3.svg") no-repeat;
  background-size: contain;
}
.acc-history__item:first-of-type {
  padding-top: 0;
}
.acc-history__item:first-of-type:before {
  top: 5px;
}
.acc-history__item.--open {
  border-bottom-color: transparent;
}
.acc-history__item.--open:before {
  transform: scale(1, -1);
}
.acc-history__item.--open .acc-history__body {
  height: auto;
  opacity: 1;
  visibility: visible;
  border-top: 1px solid #707070;
}
.acc-history__item.--open .acc-history__status {
  margin-top: 30px;
}
.acc-history__item.--open .acc-history__products {
  height: auto;
  padding-top: 50px;
}
.acc-history__item.--open .acc-history__btn {
  margin-top: 20px;
  min-height: 60px;
}
.acc-history__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 75px 20px 70px;
}
.acc-history__body {
  height: 0;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  position: relative;
}
.acc-history__status {
  width: 293px;
  transition: 0.3s;
}
.acc-history__status-item {
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.acc-history__status-item:last-of-type {
  margin-bottom: 0;
}
.acc-history__status-name {
  width: 108px;
  text-transform: uppercase;
}
.acc-history__status-value {
  width: calc( 100% - 108px );
  padding-left: 90px;
  white-space: nowrap;
}
.acc-history__products {
  height: 0;
}
.acc-history__btn {
  max-width: 450px;
  margin-left: auto;
}

@media screen and (max-width: 1280px) {
  .acc-history__title {
    right: 0;
  }
}
@media screen and (max-width: 1190px) {
  .acc__personal {
    width: calc( 100% - 340px );
    padding-right: 40px;
  }
  .acc__personal-title {
    padding-left: 30px;
  }
  .acc__personal-info {
    margin-left: 0;
  }
  .acc__personal-item {
    font-size: 18px;
  }
  .acc__manager {
    width: 340px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .acc__manager-value {
    padding-left: 10px;
  }

  .acc-history__title {
    font-size: 80px;
    line-height: 100px;
  }
  .acc-history__head {
    font-size: 20px;
  }
  .acc-history__btn {
    max-width: 400px;
  }
}
@media screen and (max-width: 992px) {
  .acc__info {
    margin-bottom: 100px;
  }
  .acc__personal {
    width: 100%;
    padding-right: 0;
    margin-bottom: 50px;
  }
  .acc__personal-head {
    margin-bottom: 38px;
  }
  .acc__personal-item {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .acc__personal-value {
    text-align: right;
  }
  .acc__manager {
    width: 100%;
  }
  .acc__manager-title {
    text-align: left;
    margin-bottom: 30px;
  }
  .acc__manager-item {
    margin-bottom: 20px;
  }

  .acc-history__title {
    font-size: 60px;
    line-height: 75px;
  }
  .acc-history__item {
    font-size: 18px;
    padding: 40px 0 0;
  }
  .acc-history__item:before {
    top: 45px;
  }
  .acc-history__item.--open .acc-history__btn {
    min-height: 50px;
  }
  .acc-history__head {
    font-size: 18px;
  }
  .acc-history__btn {
    font-size: 18px;
    max-width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .acc {
    padding-top: 40px;
  }
  .acc__info {
    margin-bottom: 50px;
  }
  .acc__personal {
    margin-bottom: 30px;
  }
  .acc__personal-img {
    width: 100px;
    height: 100px;
  }
  .acc__personal-title {
    font-size: 16px;
    width: calc( 100% - 100px );
    padding-left: 40px;
  }
  .acc__personal-info {
    max-width: 440px;
    padding-left: 10px;
  }
  .acc__personal-item {
    font-size: 14px;
  }
  .acc__personal-value {
    text-align: left;
    padding-left: 66px;
  }
  .acc__manager-title {
    font-size: 16px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .acc__manager-info {
    max-width: 440px;
    padding-left: 10px;
  }
  .acc__manager-item {
    font-size: 14px;
  }
  .acc__manager-value {
    text-align: left;
    padding-left: 114px;
  }

  .acc-history__title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 40px;
  }
  .acc-history__title.--move {
    text-align: right;
  }
  .acc-history__item {
    padding: 20px 0 0;
  }
  .acc-history__item:before {
    top: 26px;
    width: 12px;
    height: 6px;
  }
  .acc-history__item.--open .acc-history__products {
    padding-top: 20px;
  }
  .acc-history__item.--open .acc-history__btn {
    min-height: 30px;
  }
  .acc-history__head {
    font-size: 14px;
    padding: 0 35px 20px 10px;
  }
  .acc-history__status {
    width: 280px;
  }
  .acc-history__status-item {
    font-size: 14px;
  }
  .acc-history__btn {
    font-size: 10px;
    max-width: 214px;
  }
}
@media screen and (max-width: 580px) {
  .acc {
    padding-top: 0;
  }
  .acc__personal {
    margin-bottom: 40px;
  }
  .acc__personal-head {
    margin-bottom: 25px;
  }
  .acc__personal-title {
    font-size: 18px;
  }
  .acc__personal-info {
    max-width: 100%;
    padding-left: 0;
  }
  .acc__personal-name {
    width: 135px;
  }
  .acc__personal-value {
    width: calc( 100% - 135px );
    padding-left: 30px;
  }
  .acc__manager-title {
    font-size: 18px;
    padding-left: 0;
  }
  .acc__manager-info {
    max-width: 100%;
    padding-left: 0;
  }
  .acc__manager-value {
    padding-left: 30px;
  }

  .acc-history__title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 35px;
  }
  .acc-history__item.--open .acc-history__status {
    margin-top: 20px;
  }
  .acc-history__item.--open .acc-history__body:before {
    top: -25px;
  }
  .acc-history__head {
    padding: 0 35px 15px 5px;
    font-size: 13px;
  }
  .acc-history__status {
    width: 230px;
  }
  .acc-history__status-item {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .acc-history__status-name {
    width: 90px;
  }
  .acc-history__status-value {
    width: calc( 100% - 90px );
    padding-left: 40px;
  }
}
@media screen and (max-width: 410px) {
  .acc__personal-title {
    font-size: 16px;
    padding-left: 20px;
  }
  .acc__personal-item {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .acc__personal-name {
    width: 100px;
  }
  .acc__personal-value {
    width: calc( 100% - 100px );
  }
  .acc__manager-item {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .acc__manager-name {
    width: 100px;
  }
  .acc__manager-value {
    width: calc( 100% - 100px );
  }

  .acc-history__title {
    font-size: 30px;
    line-height: 34px;
  }
  .acc-history__item:before {
    right: 0;
  }
  .acc-history__head {
    font-size: 12px;
    padding: 0 20px 15px 0;
  }
}


/* -- branches -- */

.branches {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  min-height: calc( 100vh - 135px );
}
.branches__wrap {
  width: 400px;
  background: #B2AFA4;
  padding: 30px;
}
.branches__search {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  margin-bottom: 30px;
}
.branches__search-icon {
  z-index: 1;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  position: absolute;
}
.branches__inner {
  height: calc( 100vh - 270px);
  overflow: auto;
  scrollbar-width: none;
}
.branches__inner::-webkit-scrollbar {
  width: 0;
}
.branches__location {
  display: flex;
  align-items: center;
  color: #E0DFDB;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}
.branches__location:empty {
  display: none;
}
.branches__list.--current > .branches__subtitle {
  display: block;
}
.branches__list.--current > .branches__item > .branches__value {
  display: flex;
}
.branches__subtitle {
  display: none;
}
.branches__item {
  display: block;
  color: #E0DFDB;
  margin-bottom: 20px;
}
.branches__item:last-child {
  margin-bottom: 0;
}
.branches__item.--hidden {
  display: none;
}
.branches__item.--hide {
  display: none;
}
.branches__value {
  display: none;
  flex-wrap: wrap;
  cursor: pointer;
  align-items: center;
}
.branches__name {
  font-size: 30px;
  font-weight: 500;
  width: calc(100% - 30px);
}
.branches__count {
  margin-left: auto;
  min-width: 30px;
  width: 30px;
  text-align: right;
  white-space: nowrap;
  font-size: 20px;
}
.branches__mall {
  margin-bottom: 30px;
}
.branches__mall.--col {
  cursor: default;
  align-items: flex-start;
  flex-direction: column;
}
.branches__mall.--col .branches__mall-img {
  width: 190px;
  height: 144px;
  margin-bottom: 30px;
}
.branches__mall-img {
  width: 125px;
  height: 95px;
  border-radius: 4px;
  overflow: hidden;
}
.branches__mall-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.branches__mall-inner {
  width: calc( 100% - 125px );
  padding-left: 20px;
}
.branches__mall-name {
  font-size: 21px;
  margin-bottom: 20px;
  width: auto;
}
.branches__mall-desc {
  font-size: 16px;
}
.branches__mall-desc p {
  margin-bottom: 10px;
}
.branches__mall-desc p:last-of-type {
  margin-bottom: 0;
}
.branches__mall-desc p a {
  color: #E0DFDB;
}
.branches__map-wrap {
  width: calc(100% - 400px);
  transition: 0.3s;
  position: relative;
}
.branches__return {
  cursor: pointer;
}
.branches__return img {
  width: 35px;
}

.branches__return.--show {
  opacity: 1;
  visibility: visible;
}
.branches__map {
  width: 100%;
  height: 100%;
}
.branches.--main {
  height: 580px;
  min-height: 580px;
  overflow: hidden;
}
.branches.--main .branches__inner {
  height: calc( 100vh - 520px);
}

@media screen and (max-width: 1190px) {
  .branches__wrap {
    width: 350px;
    padding: 20px;
  }
  .branches__inner {
    height: calc( 100vh - 250px);
  }
  .branches__map-wrap {
    width: calc(100% - 350px);
  }
  .branches__item {
    margin-bottom: 15px;
  }
  .branches__name {
    font-size: 26px;
  }
  .branches__mall-img {
    width: 110px;
    height: 90px;
  }
  .branches__mall-inner {
    width: calc( 100% - 110px );
    padding-left: 15px;
  }
  .branches__mall-name {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .branches__mall-desc {
    font-size: 15px;
  }
  .branches__mall-desc p {
    margin-bottom: 5px;
  }
  .branches.--main .branches__inner {
    height: 375px;
  }
}
@media screen and (max-width: 1190px) and (min-height: 751px) {
  .branches.--main {
    height: 420px;
    min-height: auto;
  }
  .branches.--main .branches__inner {
    height: calc( 100vh - 465px);
  }
}
@media screen and (max-width: 992px) {
  .branches {
    min-height: auto;
    flex-direction: column;
  }
  .branches__wrap {
    width: 100%;
    padding: 30px;
    margin-bottom: 0;
  }
  .branches__search {
    max-width: 285px;
  }
  .branches__inner {
    height: 215px;
  }
  .branches__location {
    font-size: 27px;
    margin-bottom: 25px;
  }
  .branches__name {
    font-size: 24px;
  }
  .branches__mall {
    position: relative;
  }
  .branches__mall.--col .branches__mall {
    width: 100%;
  }
  .branches__mall.--col .branches__mall-img {
    top: 0;
    left: 0;
    position: absolute;
    margin-bottom: 0;
  }
  .branches__mall.--col .branches__mall-name, .branches__mall.--col .branches__mall-desc {
    width: calc( 100% - 190px );
    padding-left: 210px;
  }
  .branches__map-wrap {
    width: 100%;
    height: 562px;
  }
  .branches.--main {
    flex-direction: row;
    height: 630px;
    min-height: 630px;
  }
  .branches.--main .branches__wrap {
    width: 300px;
  }
  .branches.--main .branches__inner {
    height: 495px;
  }
  .branches.--main .branches__name {
    font-size: 22px;
  }
  .branches.--main .branches__mall.--row {
    flex-direction: column;
    align-items: flex-start;
  }
  .branches.--main .branches__mall.--row .branches__mall-img {
    width: 130px;
    height: 100px;
    margin-bottom: 10px;
  }
  .branches.--main .branches__mall.--row .branches__mall-inner {
    width: 100%;
    padding-left: 0;
  }
  .branches.--main .branches__mall.--row .branches__mall-name {
    margin-bottom: 5px;
  }
  .branches.--main .branches__mall.--col {
    flex-direction: column;
  }
  .branches.--main .branches__mall.--col .branches__mall-img {
    position: relative;
    margin-bottom: 20px;
  }
  .branches.--main .branches__mall.--col .branches__mall-name, .branches.--main .branches__mall.--col .branches__mall-desc {
    width: 100%;
    padding-left: 0;
  }
  .branches.--main .branches__map-wrap {
    width: calc(100% - 300px);
    height: auto;
  }
}
@media screen and (max-width: 992px) and (min-height: 751px) {
  .branches.--main {
    height: calc( 100vh - 322px );
    min-height: auto;
  }
  .branches.--main .branches__inner {
    height: calc( 100vh - 470px );
  }
}
@media screen and (max-width: 767px) {
  .branches__wrap {
    padding: 30px 30px 25px;
  }
  .branches__search {
    margin-bottom: 37px;
  }
  .branches__location {
    font-size: 25px;
  }
  .branches__item {
    margin-bottom: 20px;
  }
  .branches__name {
    font-size: 22px;
  }
  .branches.--main .branches__wrap {
    width: 238px;
  }
  .branches.--main .branches__search {
    margin-bottom: 24px;
  }
  .branches.--main .branches__location {
    font-size: 22px;
  }
  .branches.--main .branches__name {
    width: calc(100% - 20px);
    font-size: 16px;
  }
  .branches.--main .branches__name.--md {
    font-size: 22px;
  }
  .branches.--main .branches__count {
    width: 20px;
    min-width: 20px;
    font-size: 16px;
  }
  .branches.--main .branches__mall.--row .branches__mall-name {
    font-size: 17px;
  }
  .branches.--main .branches__mall.--row .branches__mall-desc {
    font-size: 13px;
  }
  .branches.--main .branches__mall.--col .branches__mall-img {
    width: 100%;
  }
  .branches.--main .branches__mall.--col .branches__mall-name {
    font-size: 20px;
  }
  .branches.--main .branches__mall.--col .branches__mall-desc {
    font-size: 14px;
  }
  .branches.--main .branches__map-wrap {
    width: calc(100% - 238px);
  }
}
@media screen and (max-width: 580px) and (min-height: 0px) {
  .branches__wrap {
    padding: 20px;
  }
  .branches__name {
    font-size: 20px;
  }
  .branches__search {
    max-width: 100%;
    margin-bottom: 25px;
  }
  .branches__mall {
    margin-bottom: 20px;
  }
  .branches__mall-name {
    font-size: 18px;
  }
  .branches__mall-desc {
    font-size: 14px;
  }
  .branches__mall.--col {
    min-height: 138px;
    margin-bottom: 0;
  }
  .branches__mall.--col .branches__mall-img {
    width: 165px;
    height: 140px;
  }
  .branches__mall.--col .branches__mall-name, .branches__mall.--col .branches__mall-desc {
    width: 100%;
    padding-left: 180px;
  }
  .branches__map-wrap {
    height: 400px;
  }
  .branches__return {
    width: 50px;
    height: 40px;
  }
  .branches__return img {
    width: 30px;
  }
  .branches.--main {
    height: 100%;
    min-height: auto;
    flex-direction: column;
  }
  .branches.--main .branches__wrap {
    width: 100%;
    ppadding: 20px;
    margin-bottom: 0;
  }
  .branches.--main .branches__inner {
    height: 215px;
  }
  .branches.--main .branches__name {
    width: calc(100% - 30px);
    font-size: 20px;
  }
  .branches.--main .branches__name.--md {
    font-size: 20px;
  }
  .branches.--main .branches__count {
    width: 30px;
    min-width: 30px;
    font-size: 20px;
  }
  .branches.--main .branches__mall.--row {
    flex-direction: row;
    align-items: center;
  }
  .branches.--main .branches__mall.--row .branches__mall-img {
    margin-bottom: 0;
  }
  .branches.--main .branches__mall.--row .branches__mall-inner {
    width: calc( 100% - 130px );
    padding-left: 15px;
  }
  .branches.--main .branches__mall.--col {
    min-height: 138px;
    margin-bottom: 0;
  }
  .branches.--main .branches__mall.--col .branches__mall-img {
    width: 165px;
    height: 140px;
    position: absolute;
  }
  .branches.--main .branches__mall.--col .branches__mall-name, .branches.--main .branches__mall.--col .branches__mall-desc {
    width: 100%;
    padding-left: 180px;
  }
  .branches.--main .branches__map-wrap {
    width: 100%;
    height: 400px;
  }
}
@media screen and (max-width: 410px) {
  .branches__location {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .branches__mall-img {
    width: 100px;
    height: 80px;
  }
  .branches__mall-inner {
    width: calc( 100% - 100px );
    padding-left: 10px;
  }
  .branches__mall-name {
    font-size: 16px;
  }
  .branches__mall-desc {
    font-size: 12px;
  }
  .branches__mall.--col {
    min-height: 110px;
  }
  .branches__mall.--col .branches__mall-img {
    width: 130px;
    height: 110px;
  }
  .branches__mall.--col .branches__mall-name, .branches__mall.--col .branches__mall-desc {
    padding-left: 140px;
  }
  .branches__map-wrap {
    height: 380px;
  }
  .branches.--main .branches__map-wrap {
    height: 380px;
  }
}
@media screen and (min-width: 1191px) and (max-height: 750px) {
  .branches.--main .branches__inner {
    height: 375px;
  }
}
@media screen and (min-width: 1191px) and (min-height: 751px) and (max-height: 850px) {
  .branches.--main {
    height: 420px;
    min-height: auto;
  }
  .branches.--main .branches__inner {
    height: calc( 100vh - 465px);
  }
}


/* -- card -- */

.card__wrap {
  margin-top: 50px;
  padding-left: 80px;
}
.card__info {
  margin-bottom: 40px;
}
.card__info img {
  float: right;
  overflow: hidden;
  border-radius: 10px;
  width: 385px;
  margin-left: 50px;
}
.card__info p {
  font-size: 14px;
  margin-bottom: 21px;
}
.card__info ul {
  margin-top: -22px;
  margin-bottom: 20px;
  flex-direction: column;
}
.card__info ul li {
  font-size: 14px;
  text-indent: 8px;
  position: relative;
}
.card__info ul li:before {
  content: "-";
  position: absolute;
  left: -8px;
}
.card__info a {
  opacity: 0.7;
  font-size: 14px;
  line-height: 20px;
  margin-left: -10px;
  border-bottom: 1px solid rgba(36, 14, 0, 0.7);
}
.card__info a:hover {
  border-color: transparent;
}
.card__form {
  margin-left: -10px;
}
.card__fields {
  justify-content: space-between;
  margin-bottom: -20px;
}
.card__field {
  width: calc( 100% / 3 - 15px );
  margin-bottom: 20px;
}
.card__input.--required .input__label:after {
  content: "*";
  position: absolute;
  color: #DB0000;
}
.card__datepicker .input.--required .input__label:after {
  content: "*";
  position: absolute;
  color: #DB0000;
}
.card__select.--required .select__placeholder:after {
  content: "*";
  position: absolute;
  color: #DB0000;
}
.card__btn {
  min-height: 44px;
}
.card__btn.--gray {
  color: #E0DFDB;
  text-transform: none;
}
.card__note {
  margin-top: 20px;
}
.card__note-item {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
}
.card__note-item:last-of-type {
  margin-bottom: 0;
}
.card__note-item u {
  color: #DB0000;
}
.card__note-item a {
  border-bottom: 1px solid #240E00;
}
.card__note-item a:hover {
  border-color: transparent;
}
.card__text {
  font-size: 14px;
  margin-top: 20px;
}
.card__text h5 {
  font-weight: 500;
}
.card__text p {
  display: block;
  margin-bottom: 20px;
}
.card__text ul {
  flex-direction: column;
  margin-bottom: 20px;
}
.card__text ul li {
  text-indent: 8px;
  position: relative;
}
.card__text ul li:before {
  content: "-";
  position: absolute;
  left: -8px;
}
.card__text a {
  opacity: 0.7;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px solid rgba(36, 14, 0, 0.7);
}
.card__text a:hover {
  border-color: transparent;
}
.card.--tablet .card__info {
  margin-bottom: 0;
}
.card.--tablet .card__info img {
  float: none;
  margin: 0 auto 50px;
}
.card.--tablet .card__info a {
  margin-left: 0;
}
.card.--tablet .card__btn {
  font-size: 18px;
  margin-top: 50px;
  max-width: 303px;
  margin-left: auto;
}
.card.--tablet .card__field {
  width: 100%;
}

@media screen and (max-width: 1190px) {
  .card__wrap {
    padding: 0;
  }
  .card__info a {
    margin-left: 0;
  }
  .card__form {
    margin-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .card__info img {
    width: 320px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .card__btn {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .card__wrap {
    margin-top: 0;
  }
  .card__info img {
    width: 385px;
    margin: 0 auto 50px;
    float: none;
  }
  .card__field {
    width: calc( 100% / 2 - 10px );
  }
}
@media screen and (max-width: 580px) {
  .card__info img {
    width: 300px;
    margin: 0 auto 40px;
  }
  .card__field {
    width: 100%;
  }
  .card__note-item a {
    display: inline-block;
  }
  .card.--tablet .card__btn {
    font-size: 16px;
    max-width: 100%;
  }
}
@media screen and (max-width: 410px) {
  .card__info img {
    width: 270px;
  }
}



/* -- cart -- */

.cart__title {
  display: inline-flex;
  position: relative;
  text-transform: uppercase;
}
.cart__title var {
  top: -20px;
  left: 100%;
  font-size: 40px;
  line-height: 1;
  position: absolute;
}
.cart__main {
  margin-top: 60px;
}
.cart__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 50px;
  margin-right: 150px;
}
.cart__head-item {
  font-size: 16px;
  margin-right: 125px;
  text-align: center;
}
.cart__head-item:last-of-type {
  margin-right: 0;
}
.cart__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  margin-bottom: 50px;
  transition: 0.3s;
  opacity: 1;
}
.cart__item:last-of-type {
  margin-bottom: 0;
}
.cart__item.--remove {
  opacity: 0;
  overflow: hidden;
}
.cart__img {
  width: 115px;
  height: 130px;
  background: #fff;
}
.cart__info {
  width: calc( 100% - 115px - 667px );
  margin-top: -34px;
  padding: 0 30px;
  margin-right: auto;
  text-align: left;
}
.cart__info span {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 15px;
}
.cart__info a {
  font-size: 22px;
  display: block;
}
.cart__prices {
  width: calc( 100% - 115px - 398px - 100px - 28px - 122px );
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.cart__price {
  font-size: 20px;
  position: absolute;
}
.cart__price.--total {
  left: 185px;
}
.cart__incdec {
  margin-top: 5px;
  max-width: 100px;
  transition: 0.3s;
}
.cart__quan {
  font-size: 20px;
}
.cart__remove {
  max-width: 28px;
  margin-left: 122px;
  cursor: pointer;
  transition: 0.3s;
}
.cart__remove:hover {
  transform: translateY(-3px);
}
.cart__total {
  margin-top: 60px;
}
.cart__total-title {
  margin-bottom: 60px;
  text-transform: uppercase;
}
.cart__total-wrap {
  align-items: center;
  justify-content: space-between;
}
.cart__total-info {
  width: calc( 100% - 450px );
  padding-left: 70px;
}
.cart__total-item {
  font-size: 22px;
  margin-bottom: 50px;
}
.cart__total-item:last-of-type {
  margin-bottom: 0;
}
.cart__total-item.--price {
  font-size: 30px;
}
.cart__total-btn {
  font-size: 18px;
  max-width: 450px;
  min-height: 60px;
}
.cart.--acc .cart__body {
  margin-right: 140px;
}
.cart.--acc .cart__item {
  margin-bottom: 20px;
}
.cart.--acc .cart__prices {
  width: calc( 100% - 115px - 400px );
  justify-content: space-between;
}
.cart.--acc .cart__price {
  position: relative;
}
.cart.--acc .cart__price.--total {
  left: 0;
}

@media screen and (max-width: 1190px) {
  .cart__head {
    margin-right: 95px;
  }
  .cart__info {
    width: calc( 100% - 115px - 560px );
  }
  .cart__prices {
    width: calc( 100% - 115px - 265px - 100px - 28px - 70px );
  }
  .cart__remove {
    margin-left: 70px;
  }
  .cart.--acc .cart__head {
    margin-right: 0;
  }
  .cart.--acc .cart__head-item {
    margin-right: 110px;
  }
  .cart.--acc .cart__head-item:last-of-type {
    margin-right: 0;
  }
  .cart.--acc .cart__body {
    margin-right: 0;
  }
  .cart.--acc .cart__info {
    width: calc( 100% - 115px - 510px );
  }
  .cart.--acc .cart__prices {
    width: calc( 100% - 115px - 260px );
  }
}
@media screen and (max-width: 992px) {
  .cart__head {
    margin-right: 60px;
  }
  .cart__head-item {
    margin-right: 65px;
  }
  .cart__item {
    margin-bottom: 35px;
  }
  .cart__img {
    width: 100px;
    height: 120px;
  }
  .cart__info {
    width: calc( 100% - 100px - 420px );
    padding: 0 20px;
  }
  .cart__info span {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .cart__info span a {
    font-size: 12px;
  }
  .cart__info a {
    font-size: 20px;
  }
  .cart__prices {
    width: calc( 100% - 100px - 190px - 85px - 22px - 40px );
    padding: 0 20px;
  }
  .cart__price {
    font-size: 17px;
  }
  .cart__price.--total {
    left: 135px;
  }
  .cart__incdec {
    max-width: 85px;
  }
  .cart__quan {
    font-size: 17px;
  }
  .cart__remove {
    max-width: 22px;
    margin-left: 40px;
  }
  .cart__total-info {
    width: calc( 100% - 330px );
    padding-left: 50px;
  }
  .cart__total-item {
    margin-bottom: 40px;
  }
  .cart__total-btn {
    max-width: 330px;
  }
  .cart.--acc .cart__head {
    margin-right: 20px;
  }
  .cart.--acc .cart__head-item {
    margin-right: 70px;
  }
  .cart.--acc .cart__body {
    margin-right: 0;
  }
  .cart.--acc .cart__info {
    width: calc( 100% - 100px - 410px );
  }
  .cart.--acc .cart__prices {
    width: calc( 100% - 100px - 200px );
  }
}
@media screen and (max-width: 767px) {
  .cart__title {
    margin-top: -20px;
    margin-left: 40px;
  }
  .cart__title var {
    top: -3px;
    margin-left: 4px;
    font-size: 22px;
  }
  .cart__main {
    margin-top: 45px;
  }
  .cart__head {
    margin-right: 47px;
    margin-bottom: 30px;
  }
  .cart__head-item {
    font-size: 12px;
    margin-right: 60px;
  }
  .cart__item {
    margin-bottom: 20px;
  }
  .cart__img {
    width: 80px;
    height: 90px;
  }
  .cart__info {
    width: calc( 100% - 80px - 330px );
    padding: 0 10px;
    margin-top: -20px;
  }
  .cart__info span {
    display: flex;
    font-size: 8px;
  }
  .cart__info span var {
    margin-left: 2px;
  }
  .cart__info span a {
    font-size: 8px;
  }
  .cart__info a {
    font-size: 14px;
  }
  .cart__prices {
    width: calc( 100% - 80px - 130px - 60px - 17px - 40px );
    padding: 0 5px;
  }
  .cart__price {
    font-size: 14px;
  }
  .cart__price.--total {
    left: 95px;
  }
  .cart__incdec {
    max-width: 60px;
  }
  .cart__quan {
    font-size: 12px;
  }
  .cart__remove {
    max-width: 17px;
  }
  .cart__remove:hover {
    transform: none;
  }
  .cart__total-title {
    margin-bottom: 50px;
  }
  .cart__total-wrap {
    align-items: flex-end;
  }
  .cart__total-info {
    width: calc( 100% - 250px );
    padding-left: 20px;
  }
  .cart__total-item {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .cart__total-item.--price {
    font-size: 22px;
  }
  .cart__total-btn {
    font-size: 16px;
    max-width: 250px;
    min-height: 50px;
  }
  .cart.--acc .cart__head {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .cart.--acc .cart__head-item {
    margin-right: 70px;
  }
  .cart.--acc .cart__body {
    margin-right: 0;
  }
  .cart.--acc .cart__info {
    width: calc( 100% - 80px - 320px );
    margin-top: -16px;
    padding: 0 16px;
  }
  .cart.--acc .cart__prices {
    width: calc( 100% - 80px - 160px );
  }
  .cart.--acc .cart__price {
    font-size: 12px;
  }
}
@media screen and (max-width: 580px) {
  .cart__title {
    margin-left: 0;
  }
  .cart__main {
    margin-top: 40px;
  }
  .cart__list {
    width: calc( 100% + 15px );
    margin-left: -10px;
    padding-bottom: 15px;
    overflow-x: scroll;
    scrollbar-width: thin;
    scrollbar-color: #B2AFA4 #B2AFA4;
  }
  .cart__list::-webkit-scrollbar {
    height: 3px;
  }
  .cart__list::-webkit-scrollbar-thumb {
    background: #B2AFA4;
    border-radius: 5px;
  }
  .cart__list-wrap {
    width: 540px;
  }
  .cart__info {
    margin-top: -17px;
  }
  .cart__info span {
    font-size: 9px;
  }
  .cart__info span a {
    font-size: 9px;
  }
  .cart__incdec {
    margin-top: 0;
  }
  .cart__quan {
    font-size: 14px;
  }
  .cart__remove {
    margin-left: 30px;
    margin-right: 10px;
  }
  .cart__total {
    margin-top: 40px;
  }
  .cart__total-title {
    margin-bottom: 40px;
  }
  .cart__total-info {
    padding-left: 0;
    width: 100%;
  }
  .cart__total-item {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .cart__total-btn {
    max-width: 100%;
    margin-top: 40px;
  }
  .cart.--acc .cart__head {
    margin-right: 10px;
  }
  .cart.--acc .cart__head-item {
    margin-right: 60px;
  }
  .cart.--acc .cart__list-wrap {
    width: 500px;
  }
  .cart.--acc .cart__info {
    padding: 0 10px;
  }
  .cart.--acc .cart__prices {
    width: calc( 100% - 80px - 130px );
  }
  .cart.--acc .cart__price {
    font-size: 14px;
  }
}
@media screen and (max-width: 410px) {
  .cart__main {
    margin-top: 30px;
  }
  .cart__list {
    width: 100%;
    margin-left: 0;
  }
}

/* catalog */

.catalog__title {
  display: inline-flex;
  position: relative;
  text-transform: uppercase;
}
.catalog__title var {
  top: -20px;
  left: 100%;
  font-size: 40px;
  line-height: 1;
  position: absolute;
}
.catalog__main {
  margin-top: 80px;
}
.catalog__list {
  margin-top: 50px;
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 36px 28px;
}
.catalog__item {
  grid-area: auto;
  transition: 0.3s;
  border-radius: 5px;
  vertical-align: baseline;
  overflow: hidden;
}
.catalog__item.w2 .catalog__img {
  height: 1050px
}
.catalog__item.flex-right {
  grid-column-end: span 2;
  grid-row-end: span 2;
}
.catalog__item.flex-left {
  grid-column-end: 2 span;
  grid-row-end: span 2;
}
.catalog__img {
  height: 460px;
  background: #fff;
  position: relative;
}
.catalog__img img {
  transition: 0.4s;
}
.catalog__img img:nth-of-type(2) {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.catalog__img:hover img:nth-of-type(2) {
  opacity: 1;
  visibility: visible;
}
.catalog__info {
  margin-top: 25px;
}
.catalog__info-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
}
.catalog__info-item:last-of-type {
  font-size: 18px;
  font-weight: 500;
  padding-top: 16px;
  padding-bottom: 0;
  border: none;
}
.catalog__info-item.--price {
  font-weight: 400;
}

.c-filter__name {
  display: none;
  margin-left: 64px;
  max-width: 300px;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  font-size: 18px;
  padding-bottom: 2px;
  border-block-end: 1px solid #707070;
}
.c-filter__name:before, .c-filter__name:after {
  width: 26px;
  content: "";
  right: 7px;
  transition: 0.3s;
  background: #707070;
  position: absolute;
  cursor: pointer;
}
.c-filter__name:before {
  width: 26px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
}
.c-filter__name:after {
  top: 6px;
  width: 1px;
  height: 11px;
  right: 19px;
}
.c-filter__name:hover:after {
  height: 0;
}
.c-filter__name.--show:after {
  height: 0;
}
.c-filter__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px -30px;
}
.c-filter__item {
  width: calc( 100% / 4 - 40px);
  margin: 0 20px 30px;
  transition: 0.3s;
  position: relative;
}
.c-filter__head {
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  padding-bottom: 2px;
  border-block-end: 1px solid #707070;
}
.c-filter__head:before, .c-filter__head:after {
  width: 26px;
  content: "";
  right: 7px;
  transition: 0.3s;
  background: #707070;
  position: absolute;
  cursor: pointer;
}
.c-filter__head:before {
  width: 26px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
}
.c-filter__head:after {
  top: 6px;
  width: 1px;
  height: 11px;
  right: 19px;
}
.c-filter__head:hover:before {
  width: 0;
}
.c-filter__head:hover:after {
  height: 0;
}
.c-filter__head.--show:before {
  width: 0;
}
.c-filter__head.--show:after {
  height: 0;
}
.c-filter__title {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s;
  width: calc( 100% - 26px );
  padding-right: 10px;
}
.c-filter__body {
  z-index: 10;
  color: #E0DFDB;
  background: #707070;
  padding: 30px;
  max-width: 505px;
  min-width: 400px;
  width: max-content;
  top: 55px;
  left: 0;
  position: absolute;
  border-radius: 5px;
  transition: 0.3s;
  overflow: hidden;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.c-filter__body.--show {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.c-filter__reset {
  font-size: 18px;
  margin-bottom: 38px;
  transition: 0.3s;
  text-align: right;
  cursor: pointer;
}
.c-filter__reset:hover {
  transform: translateY(-3px);
}
.c-filter__reset-all {
  font-size: 20px;
  font-weight: 500;
  transition: 0.3s;
  margin-right: 20px;
  margin-left: auto;
  cursor: pointer;
}
.c-filter__reset-all:hover {
  transform: translateY(-3px);
}
.c-filter__elems {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: -30px;
}
.c-filter__elems.--w2 {
  flex-direction: row;
}
.c-filter__elems.--w2 .c-filter__check {
  width: calc( 100% / 2 );
}
.c-filter__elems.--w2 .c-filter__check:nth-of-type(2n) {
  text-align: right;
}
.c-filter__elems.--w3 {
  flex-direction: row;
}
.c-filter__elems.--w3 .c-filter__check {
  width: calc( 100% / 3 );
}
.c-filter__elems.--w3 .c-filter__check:nth-of-type(3n+2) {
  text-align: center;
}
.c-filter__elems.--w3 .c-filter__check:nth-of-type(3n) {
  text-align: right;
}
.c-filter__check {
  margin-bottom: 30px;
  transition: 0.3s;
  cursor: pointer;
}

@media screen and (max-width: 1190px) {
  .catalog__list {
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  }

  .c-filter__item {
    width: calc( 100% / 3 - 40px);
  }
  .c-filter__item:nth-of-type(3n) .c-filter__body {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 992px) {
  .catalog__main {
    margin-top: 50px;
  }
  .catalog__item.w2 .catalog__img {
    height: 500px;
  }
  .catalog__item.w2 .catalog__img img {
    object-position: bottom;
  }

  .c-filter {
    position: relative;
  }
  .c-filter__name {
    display: block;
  }
  .c-filter__list {
    z-index: 10;
    left: 65px;
    top: 33px;
    width: 100%;
    max-width: 420px;
    margin: 0;
    padding: 70px 50px 30px;
    transition: 0.3s;
    color: #E0DFDB;
    border-radius: 5px;
    background: #707070;
    position: absolute;
    flex-direction: column;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    height: 0;
  }
  .c-filter__list.--show {
    opacity: 1;
    height: auto;
    visibility: visible;
  }
  .c-filter__reset {
    display: none;
  }
  .c-filter__reset-all {
    font-size: 18px;
    top: 30px;
    right: 50px;
    margin-right: 0;
    position: absolute;
  }
  .c-filter__item {
    width: 100%;
    margin: 0 0 21px;
  }
  .c-filter__head {
    border-color: #E0DFDB;
  }
  .c-filter__head:before, .c-filter__head:after {
    background: #E0DFDB;
  }
  .c-filter__head:hover:before {
    width: 26px;
  }
  .c-filter__head:hover:after {
    height: 11px;
  }
  .c-filter__head.--show:before {
    width: 26px;
  }
  .c-filter__head.--show:after {
    height: 0;
  }
  .c-filter__body {
    top: 0;
    position: relative;
    background: transparent;
    border: none;
    width: auto;
    min-width: auto;
    padding: 0 30px;
  }
  .c-filter__body.--show {
    padding: 30px 30px 10px;
  }
  .c-filter__elems {
    margin-bottom: 0;
  }
  .c-filter__elems.--w2 {
    flex-direction: column;
  }
  .c-filter__elems.--w3 {
    flex-direction: column;
  }
  .c-filter__check {
    width: 100% !important;
    text-align: left !important;
    margin-bottom: 20px;
  }
  .c-filter__check:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .catalog__title {
    margin-top: -20px;
    margin-left: 40px;
  }
  .catalog__title var {
    top: -3px;
    margin-left: 4px;
    font-size: 22px;
  }
  .catalog__main {
    margin-top: 30px;
  }
  .catalog__list {
    grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
    gap: 43px 28px;
  }
  .catalog__item.w2 {
    grid-column-end: span 1;
    grid-row-end: span 1;
  }
  .catalog__item.w2 .catalog__img {
    height: 180px;
  }
  .catalog__img {
    height: 180px;
  }
  .catalog__info {
    margin: 9px 9px 0;
  }
  .catalog__info-item {
    font-size: 12px;
    padding-bottom: 6px;
  }
  .catalog__info-item:last-of-type {
    font-size: 12px;
    padding-top: 6px;
  }

  .c-filter__name {
    font-size: 16px;
    max-width: 255px;
  }
  .c-filter__reset-all {
    right: 30px;
    font-size: 16px;
  }
  .c-filter__list {
    max-width: 355px;
  }
  .c-filter__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 580px) {
  .catalog__title {
    margin-left: 0;
  }
  .catalog__main {
    margin-top: 40px;
  }
  .catalog__list {
    margin-top: 40px;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 30px 20px;
  }

  .c-filter__name {
    margin-left: 0;
  }
  .c-filter__list {
    top: 40px;
    left: 0;
    padding: 80px 30px 30px;
    max-width: 100%;
  }
  .c-filter__body {
    padding: 0 20px;
  }
  .c-filter__body.--show {
    padding: 30px 20px 10px;
  }
}
@media screen and (max-width: 389px) {
  .catalog__main {
    margin-top: 30px;
  }
  .catalog__list {
    grid-template-columns: 1fr;
  }

  .c-filter__reset-all {
    font-size: 14px;
  }
  .c-filter__list {
    padding: 70px 30px 30px;
  }
  .c-filter__head:before {
    width: 20px;
    right: 10px;
  }
  .c-filter__head:hover:before {
    width: 20px;
  }
  .c-filter__body {
    padding: 0 10px;
  }
  .c-filter__body.--show {
    padding: 20px 10px 5px;
  }
}


/* -- footer -- */

.footer {
  padding: 45px 0;
  margin-top: auto;
}
.footer.--hide {
  display: none;
}
.footer__wrap {
  justify-content: space-between;
}
.footer__main {
  width: calc( 100% - 300px );
  padding-right: 40px;
}
.footer__nav {
  margin-top: -12px;
  /*margin-left: -8px;*/
  margin-bottom: 44px;
}
.footer__nav ul {
  align-items: center;
  justify-content: space-between;
}
.footer__nav ul li {
  transition: 0.3s;
}
.footer__nav ul li a {
  color: #240E00;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  padding: 0 8px;
}
.footer__nav ul li a:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 50%;
  height: 1px;
  background: #240E00;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.footer__nav ul li a:hover:before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.footer__nav ul li a.--active:before {
  opacity: 1;
  visibility: visible;
}
.footer__logo {
  max-width: 394px;
  margin-bottom: 30px;
}
.footer__cont-title {
  font-size: 18px;
  margin-bottom: 12px;
}
.footer__cont-text {
  font-size: 16px;
  letter-spacing: 0.3px;
  margin-bottom: 12px;
}
.footer__info {
  width: 290px;
}
.footer__info-elem {
  margin-bottom: 60px;
}
.footer__info-elem:last-of-type {
  margin-bottom: 0;
}
.footer__info-title {
  font-size: 16px;
  letter-spacing: -1.2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer__info-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.footer__info-item:last-of-type {
  margin-bottom: 0;
}
.footer__info-icon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
}
.footer__info-name {
  font-size: 13px;
  margin-left: 10px;
}
.footer__info-link {
  font-size: 11px;
  margin-top: 6px;
  width: 100%;
}
.footer.--fullPage {
  display: block;
}

@media screen and (max-width: 1190px) and (min-height: 751px) {
  .footer.--fullPage {
    padding: 20px 0;
  }
  .footer.--fullPage .footer__nav {
    margin-bottom: 40px;
  }
  .footer.--fullPage .footer__logo {
    max-width: 340px;
    margin-bottom: 40px;
  }
  .footer.--fullPage .footer__info-elem {
    margin-bottom: 30px;
  }
  .footer.--fullPage .footer__info-elem:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 992px) {
  .footer__wrap {
    align-items: center;
  }
  .footer__logo {
    max-width: 300px;
  }
  .footer__nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 47px 0 50px;
  }
  .footer__wrap {
    align-items: flex-end;
  }
  .footer__main {
    width: calc( 100% - 158px );
    padding-right: 50px;
  }
  .footer__logo {
    max-width: 185px;
    margin-bottom: 70px;
  }
  .footer__cont {
    margin-left: 3px;
  }
  .footer__cont-title {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .footer__cont-text {
    font-size: 12px;
    letter-spacing: 0;
    margin-bottom: 4px;
  }
  .footer__cont-socials .socials__item {
    width: 15px;
    margin-right: 9px;
  }
  .footer__cont-socials .socials__item svg {
    width: 100%;
  }
  .footer__info {
    width: 158px;
  }
  .footer__info-elem {
    margin-bottom: 53px;
  }
  .footer__info-item {
    margin-bottom: 9px;
  }
  .footer__info-title {
    font-size: 14px;
  }
  .footer__info-name {
    font-size: 12px;
  }
  .footer__info-link {
    font-size: 10px;
    margin-top: 3px;
  }
}
@media screen and (max-width: 580px) {
  .footer__main {
    padding-right: 20px;
  }
  .footer__info-elem {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 410px) {
  .footer__wrap {
    flex-direction: column;
  }
  .footer__main {
    width: 100%;
    padding-right: 0;
  }
  .footer__logo {
    margin-bottom: 40px;
  }
  .footer__cont {
    margin-left: 0;
    margin-bottom: 40px;
  }
  .footer__cont-title {
    font-size: 14px;
    font-weight: 500;
  }
  .footer__cont-text {
    margin-bottom: 10px;
  }
  .footer__info {
    width: 100%;
  }
  .footer__info-elem {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1191px) and (min-height: 751px) and (max-height: 860px) {
  .footer.--fullPage {
    padding: 20px 0;
  }
  .footer.--fullPage .footer__nav {
    margin-bottom: 40px;
  }
  .footer.--fullPage .footer__logo {
    max-width: 340px;
    margin-bottom: 40px;
  }
  .footer.--fullPage .footer__info-elem {
    margin-bottom: 30px;
  }
}


/* -- franch -- */

.browser-firefox .f-format__info {
  background: rgba(0, 0, 0, 0.6);
}
.browser-firefox .f-format__info:before {
  display: none;
}
.browser-firefox .f-city__info {
  background: rgba(112, 112, 112, 0.7);
}

.franch {
  padding-top: 12px;
}
.franch__links {
  margin-bottom: 60px;
}
.franch__link {
  opacity: 0.5;
  font-size: 22px;
  margin-right: 50px;
  position: relative;
}
.franch__link:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 30%;
  height: 1px;
  background: #240E00;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.franch__link:hover:before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.franch__link:last-of-type {
  margin-right: 0;
}
.franch__link:hover {
  opacity: 1;
}
.franch__link.--current {
  opacity: 1;
  cursor: default;
}
.franch__link.--current:before {
  opacity: 1;
  visibility: visible;
}
.franch__link.--current:hover:before {
  width: 30%;
}
.franch__map {
  width: 100%;
  min-height: 270px;
}

.f-info__title {
  margin-bottom: 100px;
}
.f-info__desc {
  margin-left: 118px;
  max-width: 900px;
}
.f-info__desc p {
  margin-bottom: 22px;
}
.f-info__desc p:last-of-type {
  margin-bottom: 0;
}
.f-info__pros {
  margin: 122px 0 100px 40px;
}
.f-info__pros-wrap {
  margin-top: 50px;
  justify-content: space-between;
}
.f-info__pros-img {
  width: 422px;
  margin-top: 150px;
  margin-left: -100px;
}
.f-info__pros-list {
  width: calc( 100% - 422px );
  padding-left: 60px;
}
.f-info__pros-list ul li {
  font-size: 20px;
  padding-left: 48px;
  margin-bottom: 30px;
}
.f-info__pros-list ul li:last-of-type {
  margin-bottom: 0;
}
.f-info__sup-title {
  margin-left: 60px;
}
.f-info__sup-text {
  margin: 52px 0 100px;
  margin-left: 120px;
}
.f-info__sup-img {
  width: 1290px;
  height: 740px;
  position: relative;
  left: 100%;
  transform: translateX(-100%);
}
.f-info__text {
  max-width: 734px;
  margin: 100px auto 125px;
}
.f-info__text-subtitle {
  margin-top: 100px;
}
.f-info__text-subtitle:first-of-type {
  margin-top: 0;
}
.f-info__text-list {
  margin-top: 48px;
  margin-left: 46px;
}
.f-info__text-list ul li {
  padding-left: 35px;
  margin-bottom: 22px;
}
.f-info__text-list ul li:last-of-type {
  margin-bottom: 0;
}
.f-info__main-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 80px;
}
.f-info__main-item:last-of-type {
  margin-bottom: 0;
}
.f-info__main-item.--reverse .f-info__main-img {
  order: 1;
  margin-top: 0;
}
.f-info__main-item.--reverse .f-info__main-info {
  order: 2;
  padding-right: 0;
  padding-left: 68px;
}
.f-info__main-item.--sm .f-info__main-img {
  width: 270px;
}
.f-info__main-item.--sm .f-info__main-info {
  width: calc( 100% - 270px );
}
.f-info__main-info {
  width: calc( 100% - 430px );
  padding-right: 70px;
}
.f-info__main-title {
  margin-top: 100px;
  margin-bottom: 50px;
}
.f-info__main-title:first-of-type {
  margin-top: 0;
}
.f-info__main-list {
  padding-left: 35px;
}
.f-info__main-list ul li {
  padding-left: 35px;
  margin-bottom: 22px;
}
.f-info__main-list ul li:last-of-type {
  margin-bottom: 0;
}
.f-info__main-img {
  width: 430px;
  margin-top: 40px;
}
.f-info__btn {
  max-width: 283px;
  margin-top: 120px;
  margin-left: auto;
}
.f-info__btn.--sm {
  min-height: 50px;
}

.f-format__title {
  margin-bottom: 100px;
}
.f-format__tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.f-format__list {
  order: 1;
  width: 1042px;
  margin-left: -150px;
}
.f-format__links {
  order: 2;
  width: calc( 100% - 1042px + 180px );
  margin-top: 212px;
  margin-right: -110px;
  flex-direction: column;
  align-items: flex-end;
}
.f-format__link {
  opacity: 0.4;
  font-size: 25px;
  margin-bottom: 30px;
  transition: 0.3s;
  position: relative;
}
.f-format__link:last-of-type {
  margin-bottom: 0;
}
.f-format__link:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #240E00;
  opacity: 0.4;
  right: -70px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.f-format__link:hover {
  margin-right: 30px;
}
.f-format__link:hover:before {
  width: 60px;
}
.f-format__link.--current {
  margin-right: 30px;
  opacity: 1;
  cursor: default;
}
.f-format__link.--current:before {
  opacity: 1;
  width: 60px;
}
.f-format__preview {
  height: 598px;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.f-format__info {
  max-width: 820px;
  margin: auto auto 0;
  padding: 16px;
  text-align: center;
  color: #fff;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}
.f-format__info:before {
  z-index: -1;
  content: "";
  opacity: 0.3;
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.f-format__price {
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.f-format__text {
  font-size: 16px;
}
.f-format__main {
  max-width: 650px;
  margin-top: 100px;
  margin-left: 150px;
}
.f-format__main h3 {
  font-size: 26px;
  font-family: "Cormorant";
  line-height: 32px;
  text-transform: uppercase;
  display: block;
  margin-top: 50px;
  margin-bottom: 40px;
}
.f-format__main h3:first-of-type {
  margin-top: 0;
}
.f-format__main h4 {
  font-size: 26px;
  line-height: 32px;
  display: block;
  margin-top: 35px;
}
.f-format__main p {
  padding-left: 70px;
}
.f-format__main ul {
  flex-direction: column;
  padding-left: 80px;
}
.f-format__btn {
  max-width: 283px;
  margin-top: -45px;
  margin-right: -10px;
  margin-left: auto;
}

.f-city__list {
  justify-content: space-between;
  padding: 0 30px;
  margin: 25px auto 120px;
  padding-right: 40px;
}
.f-city__item {
  width: auto;
  margin-right: 20px;
  position: relative;
  margin-bottom: 20px;
}
.f-city__item:last-of-type {
  margin-right: 0;
}
.f-city__country {
  font-family: "Cormorant SC";
  font-weight: 400;
  margin-bottom: 40px;
}
.f-city__city {
  font-size: 30px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.f-city__city:last-of-type {
  margin-bottom: 0;
}
.f-city__city:hover .f-city__name {
  opacity: 0.5;
}
.f-city__name {
  transition: 0.3s;
}
.f-city__inner {
  z-index: 10;
  top: 227px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  color: #fff;
  position: fixed;
  cursor: default;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.f-city__inner.--show {
  opacity: 1;
  visibility: visible;
}
.f-city__inner-wrap {
  width: 1160px;
  height: calc(100% - 200px);
  padding: 30px 10px 70px;
  overflow: auto;
  margin: 0 auto;
  scrollbar-width: none;
}
.f-city__inner-wrap::-webkit-scrollbar {
  width: 0;
}
.f-city__title {
  margin-bottom: 18px;
  margin-left: 85px;
}
.f-city__back {
  font-size: 22px;
  margin-bottom: 43px;
  margin-left: 85px;
  display: inline-block;
  cursor: pointer;
  transition: 0.3s;
}
.f-city__back:hover {
  transform: translateY(-3px);
}
.f-city__info {
  max-width: 318px;
  padding: 40px 34px 30px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}
.f-city__info p {
  font-size: 20px;
  margin-bottom: 24px;
}
.f-city__info p:last-of-type {
  margin-bottom: 0;
}
.f-city__btn {
  max-width: 100%;
  margin-top: 58px;
}

@media screen and (max-width: 1460px) {
  .f-format__links {
    width: calc( 100% - 900px + 50px );
    margin-right: 0;
  }
  .f-format__list {
    width: 900px;
    margin-left: -50px;
  }
  .f-format__info {
    max-width: 760px;
  }
}
@media screen and (max-width: 1280px) {
  .f-info__pros-img {
    margin-left: 0;
  }
}
@media screen and (max-width: 1190px) {
  .f-info__desc {
    margin-left: 90px;
  }
  .f-info__pros {
    margin: 100px 0;
  }
  .f-info__pros-title {
    font-size: 85px;
  }
  .f-info__pros-img {
    width: 400px;
  }
  .f-info__pros-list {
    width: calc( 100% - 400px );
  }
  .f-info__sup-title {
    font-size: 90px;
    margin-left: 0;
  }
  .f-info__sup-text {
    margin-left: 50px;
  }
  .f-info__sup-img {
    width: 100%;
    left: 0;
    transform: none;
  }
  .f-info__text {
    margin: 100px auto;
  }
  .f-info__main-item {
    margin-bottom: 100px;
    flex-direction: column;
  }
  .f-info__main-item.--reverse {
    flex-direction: row;
  }
  .f-info__main-img {
    order: 1;
    margin: 0 auto 30px;
  }
  .f-info__main-info {
    order: 2;
    width: 100%;
    padding-right: 0;
  }
  .f-info__main-title {
    margin-top: 70px;
  }

  .f-format__links {
    width: calc( 100% - 700px + 20px );
    margin-top: 190px;
  }
  .f-format__link {
    font-size: 22px;
  }
  .f-format__list {
    width: 700px;
    margin-left: -20px;
  }
  .f-format__preview {
    height: 540px;
  }
  .f-format__price {
    font-size: 26px;
  }
  .f-format__main {
    width: 100%;
    margin-left: 100px;
  }
  .f-format__btn {
    margin-right: 0;
    margin-top: 70px;
    position: relative;
  }

  .f-city__list {
    padding: 0;
    margin: 0 auto 100px;
  }
  .f-city__country {
    font-size: 40px;
    line-height: 50px;
  }
  .f-city__city {
    font-size: 26px;
  }
  .f-city__inner-wrap {
    width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .franch__link {
    font-size: 20px;
  }

  .f-info__title {
    margin-bottom: 50px;
  }
  .f-info__desc {
    margin-left: 50px;
  }
  .f-info__pros {
    margin: 70px 0;
  }
  .f-info__pros-title {
    font-size: 65px;
    line-height: 75px;
  }
  .f-info__pros-wrap {
    flex-direction: column;
  }
  .f-info__pros-img {
    width: 380px;
    margin: 0 auto 50px;
  }
  .f-info__pros-list {
    width: 600px;
    margin: 0 auto;
    padding-left: 0;
  }
  .f-info__sup-title {
    font-size: 65px;
    line-height: 75px;
  }
  .f-info__sup-text {
    font-size: 20px;
    margin: 70px 0;
    margin-left: 50px;
  }
  .f-info__sup-text br {
    display: none;
  }
  .f-info__sup-img {
    height: 600px;
  }
  .f-info__text {
    margin: 70px auto;
  }
  .f-info__text-list {
    margin-left: 50px;
  }
  .f-info__main-item.--reverse {
    flex-direction: column;
  }
  .f-info__main-item.--sm .f-info__main-img {
    width: 430px;
    height: 430px;
  }
  .f-info__main-item.--sm .f-info__main-info {
    width: 100%;
    padding-left: 0;
  }
  .f-info__main-img {
    height: 550px;
  }
  .f-info__btn {
    margin-top: 70px;
  }

  .f-format__title {
    margin-bottom: 70px;
  }
  .f-format__tabs {
    position: relative;
  }
  .f-format__links {
    width: 210px;
    margin-top: 0;
    top: 150px;
    right: 0;
    position: absolute;
  }
  .f-format__link {
    font-size: 18px;
  }
  .f-format__link.--current {
    margin-right: 15px;
  }
  .f-format__link.--current:before {
    width: 40px;
    right: -55px;
  }
  .f-format__link:hover {
    margin-right: 15px;
  }
  .f-format__link:hover:before {
    width: 40px;
    right: -55px;
  }
  .f-format__list {
    width: 100%;
    margin-left: 0;
  }
  .f-format__preview {
    width: 90%;
    left: 70%;
    transform: translateX(-100%);
    height: 450px;
    padding: 20px;
  }
  .f-format__info {
    max-width: 450px;
  }
  .f-format__price {
    font-size: 22px;
    margin-bottom: 18px;
  }
  .f-format__text {
    font-size: 14px;
  }
  .f-format__main {
    max-width: 100%;
    margin-top: 70px;
    margin-left: 0;
  }
  .f-format__main h4 {
    font-size: 22px;
  }

  .f-city__list {
    margin: 0 auto 70px;
  }
  .f-city__country {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .f-city__city {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .f-city__inner-wrap {
    width: 730px;
  }
  .f-city__back {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) and (orientation: landscape) {
  .f-city__inner {
    top: 100px;
  }
  .f-city__inner.--show {
    z-index: 111;
  }
  .f-city__inner-wrap {
    height: calc(100% - 100px);
  }
}
@media screen and (max-width: 820px) {
  .f-format__preview {
    width: 80%;
    height: 430px;
  }
}
@media screen and (max-width: 767px) {
  .franch {
    padding-top: 37px;
  }
  .franch__links {
    margin-bottom: 50px;
    align-items: flex-start;
    flex-direction: column;
  }
  .franch__link {
    margin-bottom: 22px;
    margin-right: 0;
  }
  .franch__link:last-of-type {
    margin-bottom: 0;
  }
  .franch__link:before {
    bottom: -7px;
  }

  .f-info__title {
    margin-left: 40px;
  }
  .f-info__desc {
    margin-left: 0;
  }
  .f-info__pros {
    margin: 66px 0 30px;
  }
  .f-info__pros-title {
    font-size: 32px;
    line-height: 40px;
    margin-left: 40px;
  }
  .f-info__pros-wrap {
    margin-top: 30px;
  }
  .f-info__pros-info {
    order: 1;
  }
  .f-info__pros-list {
    padding-right: 60px;
  }
  .f-info__pros-list ul li {
    font-size: 16px;
    padding-left: 0;
    text-indent: 18px;
    margin-bottom: 11px;
  }
  .f-info__pros-img {
    order: 2;
    left: -40px;
    width: 260px;
    margin: 80px auto 50px;
    position: relative;
  }
  .f-info__sup-title {
    font-size: 32px;
    line-height: 40px;
    margin-left: 40px;
  }
  .f-info__sup-text {
    font-size: 16px;
    margin: 50px 0;
    margin-left: 0;
  }
  .f-info__sup-img {
    height: 350px;
  }
  .f-info__text {
    margin: 50px auto;
  }
  .f-info__text-subtitle {
    font-size: 32px;
    line-height: 40px;
    margin-left: 40px;
    margin-top: 50px;
  }
  .f-info__text-list {
    margin-left: 0;
  }
  .f-info__text-list ul li {
    padding-left: 0;
    margin-bottom: 0;
    text-indent: 64px;
  }
  .f-info__main-item {
    margin-bottom: 66px;
  }
  .f-info__main-item.--sm .f-info__main-img {
    width: 316px;
    height: 256px;
  }
  .f-info__main-img {
    height: 430px;
    margin: 0 auto 50px;
  }
  .f-info__main-title {
    font-size: 32px;
    line-height: 40px;
    margin-left: 40px;
    margin-top: 50px;
  }
  .f-info__main-list {
    padding-left: 0;
  }
  .f-info__main-list ul li {
    padding-left: 0;
    margin-bottom: 0;
    text-indent: 64px;
  }
  .f-info__main-list ul li br {
    display: none;
  }

  .f-format__title {
    font-family: "Cormorant SC";
    margin-left: 40px;
    margin-bottom: 50px;
    max-width: 420px;
  }
  .f-format__links {
    top: 167px;
    margin-right: -84px;
  }
  .f-format__link {
    font-size: 14px;
  }
  .f-format__link.--current {
    font-size: 16px;
    margin-right: 0;
  }
  .f-format__link.--current:before {
    right: -48px;
  }
  .f-format__link:hover {
    margin-right: 0;
  }
  .f-format__link:hover:before {
    right: -48px;
  }
  .f-format__preview {
    width: 110%;
    left: 82%;
    padding: 16px;
  }
  .f-format__info {
    max-width: 426px;
  }
  .f-format__price {
    font-size: 16px;
  }
  .f-format__main {
    margin-top: 50px;
  }
  .f-format__main h3 {
    margin-left: 40px;
    margin-bottom: 28px;
  }
  .f-format__main h4 {
    margin-top: 28px;
  }
  .f-format__main p {
    padding-left: 0;
  }
  .f-format__main p br {
    display: none;
  }
  .f-format__main ul {
    padding-left: 0;
  }
  .f-format__btn {
    margin-top: 42px;
  }

  .f-city__item {
    margin-right: 10px;
  }
  .f-city__country {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  .f-city__city {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .f-city__inner {
    top: 76px;
  }
  .f-city__inner-wrap {
    width: 560px;
  }
  .f-city__title {
    margin-bottom: 15px;
    margin-left: 40px;
  }
  .f-city__back {
    font-size: 16px;
    margin-left: 40px;
  }
  .f-city__back:hover {
    transform: none;
  }
  .f-city__info {
    padding: 25px;
  }
  .f-city__info p {
    font-size: 16px;
  }
  .f-city__btn {
    margin-top: 35px;
  }
}
@media screen and (max-width: 725px) {
  .f-format__links {
    margin-right: 0;
  }
  .f-format__preview {
    width: 75%;
    left: 70%;
  }
  .f-format__info {
    max-width: 100%;
  }
  .f-format__price {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 580px) {
  .franch__links {
    margin-bottom: 40px;
  }
  .franch__link {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .f-info__title {
    margin-left: 0;
    margin-bottom: 40px;
  }
  .f-info__pros {
    margin: 50px 0;
  }
  .f-info__pros-title {
    margin-left: 0;
  }
  .f-info__pros-list {
    width: auto;
    padding-right: 20px;
  }
  .f-info__pros-img {
    left: 0;
    margin: 50px auto 0;
  }
  .f-info__sup-title {
    margin-left: 0;
  }
  .f-info__sup-text {
    margin: 30px 0 40px;
  }
  .f-info__text-subtitle {
    margin-left: 0;
  }
  .f-info__text-list {
    margin-top: 30px;
  }
  .f-info__text-list ul li {
    text-indent: 40px;
  }
  .f-info__main-img {
    width: 100%;
    height: 400px;
  }
  .f-info__main-title {
    margin-left: 0;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .f-info__main-list ul li {
    text-indent: 40px;
  }

  .f-format__title {
    margin-left: 0;
    margin-bottom: 40px;
  }
  .f-format__tabs {
    justify-content: flex-end;
  }
  .f-format__links {
    order: 1;
    top: 0;
    width: auto;
    position: relative;
    margin-bottom: 20px;
  }
  .f-format__link {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .f-format__link.--current {
    font-size: 16px;
  }
  .f-format__list {
    order: 2;
  }
  .f-format__preview {
    left: 0;
    transform: none;
    width: 100%;
    height: 320px;
    padding: 10px;
  }
  .f-format__main {
    margin: 40px 0;
  }
  .f-format__main h3 {
    margin-left: 0;
  }
  .f-format__main h4 {
    font-size: 18px;
    line-height: 21px;
  }

  .f-city__list {
    margin: 0 auto 20px;
  }
  .f-city__item {
    width: 50%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .f-city__inner-wrap {
    width: 390px;
    padding: 20px 10px 50px;
  }
  .f-city__title {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .f-city__back {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .f-city__info {
    max-width: 300px;
  }
}
@media screen and (max-width: 410px) {
  .franch__link {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .franch__link:before {
    bottom: -4px;
  }

  .f-info__pros-img {
    width: 200px;
  }
  .f-info__sup-img {
    height: 270px;
  }
  .f-info__main-img {
    width: 100% !important;
    height: 300px;
  }
  .f-info__btn {
    max-width: 100%;
  }

  .f-format__links {
    margin-right: 10px;
  }
  .f-format__link {
    font-size: 15px;
  }
  .f-format__link.--current {
    font-size: 15px;
  }
  .f-format__preview {
    height: 300px;
  }
  .f-format__text {
    font-size: 13px;
  }
  .f-format__btn {
    max-width: 100%;
  }

  .f-city__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .f-city__inner {
    top: 240px;
  }
  .f-city__inner-wrap {
    height: calc(100% - 240px);
  }
  .f-city__back {
    font-size: 14px;
  }
  .f-city__info {
    padding: 20px;
    max-width: 270px;
  }
}



/* -- header -- */

.header {
  z-index: 100;
  min-height: 135px;
  position: relative;
  background: #E0DFDB;
}
.header__bar {
  color: #fff;
  font-size: 16px;
  letter-spacing: -0.2px;
  padding: 8px 0;
  text-align: center;
  background: #707070;
}
.header__main {
  transition: 0.3s;
  position: relative;
  padding: 20px 0 18px;
}
.header__panel {
  align-items: center;
  margin-bottom: 17px;
}
.header__lang {
  margin-right: auto;
}
.header__logo {
  left: 48px;
  max-width: 164px;
}
.header__search {
  margin-left: auto;
  margin-right: 17px;
}
.header__act-link {
  transition: 0.3s;
  margin-right: 17px;
  position: relative;
}
.header__act-link svg:nth-of-type(2) {
  display: none;
}
.header__act-link:last-of-type {
  margin-right: 0;
}
.header__act-link.--active .header__act-var {
  opacity: 1;
  visibility: visible;
}
.header__act-link.--active svg:nth-of-type(1) {
  display: none;
}
.header__act-link.--active svg:nth-of-type(2) {
  display: block;
}
.header__act-var {
  z-index: 1;
  color: #E0DFDB;
  font-size: 10px;
  font-weight: 500;
  top: -5px;
  right: -2px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.header__act-var:before {
  z-index: -1;
  content: "";
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  border: 2px solid #E0DFDB;
  border-radius: 50px;
  background: #240E00;
  transform: translate(-50%, -50%);
  position: absolute;
}
.header__inner-socials {
  display: none;
}
.header__inner-lang {
  display: none !important;
}
.header.--dark {
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  background: transparent;
}
.header.--dark:before, .header.--dark:after {
  z-index: -1;
  content: "";
  top: 0px;
  left: 50%;
  position: absolute;
  width: 100%;
  height: 100px;
  transform: translateX(-50%);
  transition: 0.3s;
}
.header.--dark:before {
  opacity: 1;
  visibility: visible;
  background: linear-gradient(359.94deg, rgba(136, 136, 136, 0) 0.05%, rgba(39, 39, 39, 0.859) 99.95%);
}
.header.--dark:after {
  opacity: 0;
  visibility: hidden;
  background: linear-gradient(359.94deg, #e0dfdb 0%, #e0dfdb 100%);
}
.header.--dark:hover:after {
  opacity: 1;
  visibility: visible;
}
.header.--dark:hover .header__ham div {
  background: #240E00;
}
.header.--dark:hover .header__lang {
  color: #240E00;
}
.header.--dark:hover .header__lang .lang__var {
  color: #240E00;
}
.header.--dark:hover .header__logo svg path {
  fill: #240E00;
}
.header.--dark:hover .header__search svg path {
  fill: #240E00;
}
.header.--dark:hover .header__search .input__area {
  background: #fff;
}
.header.--dark:hover .header__search .input__area::placeholder {
  opacity: 1;
}
.header.--dark:hover .header__act-link path, .header.--dark:hover .header__act-link circle {
  fill: #240E00;
}
.header.--dark:hover .header__nav .nav__link a {
  color: #240E00;
}
.header.--dark .header__ham div {
  background: #fff;
}
.header.--dark .header__lang {
  color: #fff;
}
.header.--dark .header__lang .lang__var {
  color: #fff;
}
.header.--dark .header__logo svg path {
  fill: #fff;
}
.header.--dark .header__search svg path {
  fill: #fff;
}
.header.--dark .header__search .input__area {
  background: #BAB5AF;
}
.header.--dark .header__search .input__area::placeholder {
  opacity: 0.6;
}
.header.--dark .header__act-link path, .header.--dark .header__act-link circle {
  fill: #fff;
}
.header.--dark .header__nav .nav__link a {
  color: #fff;
}
.header.--bar-hide {
  min-height: 100px;
}
.header.--bar-hide .header__bar {
  display: none;
}

.ham {
  display: none;
  flex-direction: column;
  cursor: pointer;
  transition: 0.3s;
}
.ham div {
  width: 20px;
  height: 1px;
  background: #240E00;
  transition: 0.3s;
  position: relative;
  margin-bottom: 4px;
}
.ham div:last-of-type {
  margin-bottom: 0;
}
.ham.--toggle div:nth-of-type(1) {
  top: 5px;
  transform: rotate(45deg);
}
.ham.--toggle div:nth-of-type(2) {
  opacity: 0;
}
.ham.--toggle div:nth-of-type(3) {
  top: -5px;
  transform: rotate(-45deg);
}

.lang {
  top: 1px;
  color: #240E00;
  font-size: 10px;
  transition: 0.3s;
  display: flex;
  cursor: pointer;
  position: relative;
}
.lang__var {
  color: #240E00;
  display: block;
  position: absolute;
  margin-left: 4px;
}
.lang__var:nth-of-type(2) {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
.lang.--toggle .lang__var:nth-of-type(1) {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
.lang.--toggle .lang__var:nth-of-type(2) {
  opacity: 1;
  visibility: visible;
  width: auto;
  height: auto;
}

.search {
  cursor: pointer;
  position: relative;
}
.search__input {
  z-index: 102;
  position: absolute;
  width: max-content;
  min-width: 275px;
  display: flex;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.search.--show .search__input {
  opacity: 1;
  visibility: visible;
}

.nav__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
.nav__item {
  transition: 0.3s;
  margin-right: 58px;
}
.nav__item:last-of-type {
  margin-right: 0;
}
.nav__item:hover .nav__sub {
  z-index: 100;
  opacity: 1;
  visibility: visible;
}
.nav__link {
  color: #240E00;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  padding: 0 8px;
  cursor: pointer;
}
.nav__link:before, .nav__link:after {
  content: "";
  position: absolute;
  left: 0;
}
.nav__link:before {
  bottom: -3px;
  width: 50%;
  height: 1px;
  background: #240E00;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.nav__link:after {
  width: 100%;
  height: 18px;
  bottom: -18px;
}
.nav__link:hover:before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.nav__link.--active:before {
  opacity: 1;
  visibility: visible;
}
.nav__sub {
  top: 38px;
  left: 50%;
  position: absolute;
  color: #240E00;
  background: #E0DFDB;
  transform: translateX(-50%);
  transition: 0.3s;
  width: 1160px;
  padding: 30px 10px;
  min-height: 210px;
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
}
.nav__sub:after {
  content: "";
  top: 0;
  left: 50%;
  width: 1000%;
  transform: translateX(-50%);
  position: absolute;
}
.nav__sub:after {
  z-index: -1;
  height: 100%;
  background: #E0DFDB;
  border-top: 1px solid #B2AFA4;
  border-bottom: 1px solid #B2AFA4;
}
.nav__sub {
  display: flex;
  justify-content: space-between;
}
.nav__col:last-of-type {
  margin-right: 0;
}
.nav__title,
.nav__title_new {
  font-size: 30px;
  font-family: "Cormorant";
}
.nav__sublist {
  margin-top: 20px;
}
.nav__subitem {
  margin-bottom: 10px;
}
.nav__subitem:last-of-type {
  margin-bottom: 0;
}
.nav__sublink {
  font-size: 16px;
}
.i-franch-text-bt{
  width: 605px;
}
@media screen and (max-width: 1190px) {
  .search__input {
    min-width: 200px;
  }

  .nav__sub {
    width: 960px;
  }
  .nav__col {
    margin-right: 50px;
  }
}
@media screen and (max-width: 992px) {
  .i-franch-text-bt{
    width: 100%;
  }
  .header__bar {
    font-size: 15px;
  }
  .header__act-link:nth-of-type(1) svg {
    width: 23px;
  }

  .search__input {
    top: 30px;
    right: -110px;
    min-width: 270px;
    transform: none;
  }

  .nav__item {
    margin-right: 35px;
  }
  .nav__title,
  .nav__title_new {
    font-size: 24px;
  }
  .nav__sub {
    width: 730px;
    min-height: 190px;
    padding: 20px 10px;
  }
  .nav__col {
    margin-right: 20px;
  }
  .nav__sublist {
    margin-top: 10px;
  }
  .nav__sublink {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    min-height: 76px;
  }
  .header__bar {
    font-size: 12px;
    letter-spacing: 0;
  }
  .header__main {
    padding: 10px 0;
  }
  .header__panel {
    margin-bottom: 0;
  }
  .header__lang {
    display: none;
  }
  .header__ham {
    order: 1;
  }
  .header__search {
    order: 2;
    margin-right: auto;
    margin-left: 24px;
  }
  .header__logo {
    order: 3;
    left: 14px;
    max-width: 118px;
  }
  .header__logo svg {
    width: 100%;
  }
  .header__act {
    order: 4;
    margin-left: auto;
  }
  .header__act-link {
    margin-right: 18px;
  }
  .header__inner {
    z-index: 101;
    top: 76px;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc( 100% - 76px );
    padding: 50px 0;
    position: fixed;
    overflow: auto;
    display: flex;
    flex-direction: column;
    transition: 0.3s;
    color: #240E00;
    background: #E0DFDB;
    opacity: 0;
    visibility: hidden;
    scrollbar-width: none;
  }
  .header__inner::-webkit-scrollbar {
    width: 0;
  }
  .header__inner-wrap {
    width: 100%;
    max-width: 560px;
    padding-top: 80px;
    margin: auto auto 0;
  }
  .header__inner-socials {
    width: calc( 100% - 80px );
    display: flex;
  }
  .header__inner-lang {
    width: 80px;
    font-size: 16px;
    display: flex !important;
  }
  .header__inner.--show {
    opacity: 1;
    visibility: visible;
  }
  .header__inner.--show .header__nav .nav__sub {
    z-index: 100;
    opacity: 1;
    visibility: visible;
  }
  .header.--dark:before, .header.--dark:after {
    top: 0px;
    height: 45px;
  }
  .header.--dark:hover:after {
    opacity: 0;
    visibility: hidden;
  }
  .header.--dark:hover .header__ham div {
    background: #fff;
  }
  .header.--dark:hover .header__lang {
    color: #fff;
  }
  .header.--dark:hover .header__lang .lang__var {
    color: #fff;
  }
  .header.--dark:hover .header__logo svg path {
    fill: #fff;
  }
  .header.--dark:hover .header__search svg path {
    fill: #fff;
  }
  .header.--dark:hover .header__act-link path {
    fill: #fff;
  }
  .header.--dark .header__nav .nav__link a {
    color: #240E00;
  }
  .header.--dark .header__search .input__area {
    background: #fff;
  }
  .header.--dark .header__search .input__area::placeholder {
    color: #240E00;
  }
  .header.--dark.--toggle:after {
    opacity: 1;
    visibility: visible;
  }
  .header.--dark.--toggle .header__ham div {
    background: #240E00;
  }
  .header.--dark.--toggle .header__lang {
    color: #240E00;
  }
  .header.--dark.--toggle .header__lang .lang__var {
    color: #240E00;
  }
  .header.--dark.--toggle .header__logo svg path {
    fill: #240E00;
  }
  .header.--dark.--toggle .header__search svg path {
    fill: #240E00;
  }
  .header.--dark.--toggle .header__act-link path {
    fill: #240E00;
  }
  .header.--bar-hide {
    min-height: 45px;
  }

  .ham {
    display: flex;
  }

  .search__input {
    z-index: 121;
    width: 100%;
    max-width: 540px;
    min-width: auto;
    position: fixed;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
  }
  .search__bg {
    z-index: 120;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    transition: 0.3s;
    background: #707070;
    opacity: 0;
    visibility: hidden;
  }
  .search.--show .search__bg {
    opacity: 0.6;
    visibility: visible;
  }

  .nav__list {
    text-align: center;
    flex-direction: column;
    left: -10px;
  }
  .nav__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .nav__item:last-of-type {
    margin-bottom: 0;
  }
  .nav__item.--mob-no-link .nav__link {
    display: none;
  }
  .nav__item.--mob-no-link .nav__sub {
    max-height: none;
  }
  .nav__item.--mob-no-link .nav__col {
    margin-bottom: 30px;
  }
  .nav__item.--mob-no-link .nav__col:last-of-type {
    margin-bottom: 0;
  }
  .nav__item.--mob-no-link .nav__col.has-list:last-of-type .nav__sublist.--open {
    margin-bottom: 15px;
  }
  .nav__item.--mob-no-link .nav__col.has-list .nav__title {
    text-transform: uppercase;
  }
  .nav__item.--mob-no-link .nav__col.has-list .nav__title a {
    position: relative;
  }
  .nav__item.--mob-no-link .nav__col.has-list .nav__title a:after {
    content: "";
    display: inline-flex;
    width: 20px;
    height: 11px;
    top: 50%;
    right: -30px;
    transition: 0.3s;
    transform: translateY(-50%);
    position: absolute;
    background: url("../../sys/imgs/arrow-3.svg") no-repeat;
    background-size: contain;
  }
  .nav__item.--mob-no-link .nav__col.has-list .nav__title.--rotate a:after {
    transform: translateY(-50%) scale(1, -1);
  }
  .nav__item.--mob-no-link .nav__col.has-list .nav__sublist {
    max-height: 0;
    overflow: hidden;
    margin-top: 0;
    transition: 0.3s;
  }
  .nav__item.--mob-no-link .nav__col.has-list .nav__sublist.--open {
    max-height: 400px;
    margin: 50px 0;
  }
  .nav__item.--mob-no-link .nav__title {
    text-transform: uppercase;
  }
  .nav__link {
    display: inline-block;
    font-size: 20px;
    padding: 0;
  }
  .nav__link:before, .nav__link:after {
    display: none;
  }
  .nav__link.--icon a {
    position: relative;
  }
  .nav__link.--icon a:after {
    content: "";
    display: inline-flex;
    width: 20px;
    height: 11px;
    top: 50%;
    right: -30px;
    transition: 0.3s;
    transform: translateY(-50%);
    position: absolute;
    background: url("../../sys/imgs/arrow-3.svg") no-repeat;
    background-size: contain;
  }
  .nav__link.--icon.--rotate a:after {
    transform: translateY(-50%) scale(1, -1);
  }
  .nav__title{
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
  }
  .nav__title_new{
    display: none;
  }
  .nav__sub {
    z-index: -10;
    flex-direction: column;
    display: block;
    position: static;
    width: 100%;
    min-height: 1px;
    transform: none;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    margin-top: 0;
    transition: 0.3s;
  }
  .nav__sub.--open {
    z-index: 100;
    margin: 50px 0 25px;
    max-height: 400px;
  }
  .nav__sub.--open .nav__col {
    margin-bottom: 30px;
  }
  .nav__sub.--open .nav__col:last-of-type {
    margin-bottom: 0;
  }
  .nav__sub:before, .nav__sub:after {
    display: none;
  }
  .nav__col {
    width: auto;
    max-width: 100%;
    margin-right: 0;
    transition: 0.3s;
  }
  .nav__sublist {
    transition: 0.3s;
  }
  .nav__sublist.--mob-hidden {
    display: none;
  }
  .nav__subitem {
    margin-bottom: 30px;
  }
  .nav__subitem:last-of-type {
    margin-bottom: 0;
  }
  .nav__sublink {
    font-size: 20px;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 580px) {
  .header__search {
    margin-left: 17px;
  }
  .header__logo {
    max-width: 130px;
  }
  .header__act-link {
    margin-right: 15px;
  }
  .header__inner {
    padding: 30px 0 20px;
  }
  .header__inner-wrap {
    max-width: 390px;
  }

  .nav__item {
    margin-bottom: 25px;
  }
  .nav__link {
    font-size: 18px;
  }

  .search__input {
    max-width: 370px;
  }
}
@media screen and (max-width: 410px) {
  .header__search {
    width: 16px;
    height: 16px;
    margin-left: 12px;
  }
  .header__search svg {
    width: 100%;
    height: 100%;
  }
  .header__logo {
    max-width: 118px;
  }

  .search__input {
    max-width: 100%;
    padding: 0 10px;
  }

  .nav__link {
    font-size: 16px;
  }
  .nav__sublink {
    font-size: 16px;
  }
  .nav__subitem {
    margin-bottom: 20px;
  }
  .nav__title {
    font-size: 16px;
  }
  .nav__title_new{
    display: none;
  }
  .nav__item.--mob-no-link .nav__col.has-list:last-of-type .nav__sublist.--open {
    margin-bottom: 0;
  }
  .nav__item.--mob-no-link .nav__col.has-list .nav__sublist.--open {
    margin: 30px 0;
  }
  .nav__sub.--open {
    margin: 25px 0 5px;
  }
  .nav__sub.--open .nav__col {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 375px) {
  .header__logo {
    left: 8px;
  }
  .header__act-link {
    margin-right: 10px;
  }
  .header__act-link svg {
    width: 17px !important;
    height: 17px;
  }
}


/* -- i-about -- */

.i-about__img {
  width: 457px;
}
.i-about__img img:nth-of-type(2) {
  display: none;
}
.i-about__info {
  width: calc( 100% - 457px - 35px );
  margin-left: 35px;
  padding: 23px 32px 60px;
}
.i-about__info p {
  margin-bottom: 40px;
}
.i-about__info p:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 1190px) {
  .i-about {
    padding: 60px 0;
  }
  .i-about__info {
    width: calc( 100% - 425px - 35px );
    font-size: 20px;
    padding: 20px 25px 35px;
  }
  .i-about__info p {
    margin-bottom: 50px;
  }
  .i-about__img {
    width: 425px;
  }
}
@media screen and (max-width: 1190px) and (min-height: 751px) {
  .i-about {
    padding: 0;
  }
}
@media screen and (max-width: 992px) {
  .i-about__info p {
    margin-bottom: 20px;
  }
  .i-about {
    padding: 0;
  }
  .i-about__wrap {
    flex-direction: column;
  }
  .i-about__info {
    order: 1;
    width: 100%;
    margin-left: 0;
    margin-bottom: 75px;
    padding: 20px 20px 50px;
    font-size: 18px;
  }
  .i-about__img {
    order: 2;
    width: 100%;
    height: 500px;
    display: none;
  }
  .i-about__img img:nth-of-type(1) {
    display: none;
  }
  .i-about__img img:nth-of-type(2) {
    display: none;
  }
}
@media screen and (max-width: 992px) and (min-height: 751px) {
  .i-about {
    padding: 0;
  }
  .i-about__info {
    margin-bottom: 30px;
    padding: 20px 20px 30px;
    font-size: 16px;
  }
  .i-about__img {
    height: 300px;
  }
}
@media screen and (max-width: 992px) and (min-height: 850px) {
  .i-about__img {
    height: 480px;
  }
}
@media screen and (max-width: 767px) {
  .catalog__page_h1,
  .i-franch__title{
    font-size: 50px!important;
    line-height: 50px!important;
  }

  .i-about__info {
    font-size: 14px;
    line-height: 18px;
    padding: 20px 22px 54px;
    margin-bottom: 75px;
  }
  .i-about__info p {
    margin-bottom: 17px;
  }
  .i-about__img {
    height: 420px;
  }
}
@media screen and (max-width: 767px) and (min-height: 751px) and (max-height: 850px) {
  .i-about__info {
    margin-bottom: 20px;
  }
  .i-about__img {
    height: 380px;
  }
}
@media screen and (max-width: 580px) and (min-height: 0px) {
  .i-about {
    padding: 50px 0;
  }
  .i-about__info {
    padding: 20px 20px 30px;
    margin-bottom: 30px;
  }
  .i-about__img {
    height: 350px;
  }
}
@media screen and (min-width: 1191px) and (max-height: 750px) {
  .i-about {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1191px) and (min-height: 751px) and (max-height: 850px) {
  .i-about {
    padding: 0;
  }
  .i-about__img {
    height: 600px;
  }
  .i-about__info {
    font-size: 22px;
  }
}


/* -- i-catalog -- */

.i-catalog__list {
  justify-content: space-between;
  margin-bottom: -60px;
}
.i-catalog__item {
  width: 50%;
  height: 272px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.3s;
  margin-bottom: 60px;
}
.i-catalog__item.--item-1 {
  height: 370px;
}
.i-catalog__item.--item-1 .i-catalog__elem {
  width: 571px;
}
.i-catalog__item.--item-2 {
  width: calc( 50% - 67px );
  margin-left: 67px;
  height: 316px;
}
.i-catalog__item.--item-2 .i-catalog__elem {
  width: 502px;
  left: 0;
}
.i-catalog__item.--item-2:hover .i-catalog__elem {
  left: 15px;
}
.i-catalog__item.--item-3 .i-catalog__elem {
  width: 571px;
  right: 0px;
}
.i-catalog__item.--item-4 {
  width: calc( 50% - 40px );
  margin-left: 40px;
  height: 328px;
  margin-top: -58px;
}
.i-catalog__item.--item-4 .i-catalog__elem {
  width: 530px;
  right: 0px;
}
.i-catalog__item.--item-4:hover .i-catalog__elem {
  right: 35px;
}
.i-catalog__item:hover .i-catalog__elem img, .i-catalog__item:hover .i-catalog__bg img {
  transform: scale(1.08);
}
.i-catalog__title {
  color: #fff;
  text-transform: uppercase;
}
.i-catalog__elem {
  z-index: -1;
  transition: 0.3s;
  position: absolute;
}
.i-catalog__elem img {
  transition: 0.3s;
  border-radius: 5px;
}
.i-catalog__bg {
  z-index: -2;
}
.i-catalog__bg img {
  transition: transform 0.3s;
  border-radius: 5px;
}

@media screen and (max-width: 1190px) {
  .i-catalog {
    padding: 100px 0;
  }
  .i-catalog__item {
    height: 240px;
  }
  .i-catalog__item.--item-1 {
    height: 300px;
  }
  .i-catalog__item.--item-1 .i-catalog__elem {
    width: 400px;
  }
  .i-catalog__item.--item-2 {
    width: calc( 50% - 50px );
    margin-left: 50px;
    height: 280px;
  }
  .i-catalog__item.--item-2 .i-catalog__elem {
    width: 380px;
    left: -20px;
  }
  .i-catalog__item.--item-2:hover .i-catalog__elem {
    left: -10px;
  }
  .i-catalog__item.--item-3 .i-catalog__elem {
    width:400px;
    right:auto;
  }
  .i-catalog__item{
    margin-bottom: 10px;
  }
  .i-catalog__item.--item-4 {
    width: calc( 50% - 30px );
    margin-left: 30px;
    height: auto;
    right: auto;
  }
  .i-catalog__item.--item-4 .i-catalog__elem {
    width: 380px;
    right: 0px;
    left: -20px;
  }
  .i-catalog__item:hover .i-catalog__elem img {
    transform: scale(1.04);
  }
  .i-catalog__item:hover .i-catalog__elem.--scale {
    left: -10px;
  }
  .i-catalog__item:hover .i-catalog__bg img {
    transform: scale(1.04);
  }
  .i-catalog__title {
    font-size: 29px;
  }
}
@media screen and (max-width: 1190px) and (min-height: 751px) {
  .i-catalog {
    padding: 0;
  }
}
@media screen and (max-width: 992px) {
  .i-catalog__item,
  .i-catalog__elem{
    position: relative!important;
  }
  .i-catalog__item{

    height: auto!important;
    margin-bottom: 20px!important;
  }
  .i-catalog__title
  {
    position: absolute!important;
  }
  .i-catalog__elem{
    width: 100%!important;
    right: auto!important;
    left: auto!important;
  }
  .i-catalog__elem img{
    width: 100%;
  }
  .i-catalog {
    padding: 50px 0;
  }
  .i-catalog__list {
    margin-bottom: 0;
  }
  .i-catalog__item {
    width: 100%;
    height: 250px;
    margin-bottom: 40px;
  }
  /*
  .i-catalog__item.--item-1 {
    height: 250px;
  }*/
  .i-catalog__item.--item-1 .i-catalog__elem {
    width: 250px;
  }
  .i-catalog__item.--item-2 {
    width: 100%;
   /* height: 250px; */
    margin-left: 0;
  }
  .i-catalog__item.--item-2 .i-catalog__elem {
    width: 420px;
    left: auto;
  }
  .i-catalog__item.--item-2:hover .i-catalog__elem {
    left: auto;
  }

  .i-catalog__item.--item-3 .i-catalog__elem {
    width: 270px;
    right: 100px;
  }
  .i-catalog__item.--item-4 {
    width: 100%;
    height: 250px;
    margin-top: 0;
    margin-left: 0;
  }
  .i-catalog__item.--item-4 .i-catalog__elem {
    width: 320px;
    right: 120px;
  }
  .i-catalog__item.--item-4:hover .i-catalog__elem {
    right: 120px;
  }
  .i-catalog__item:last-of-type {
    margin-bottom: 0;
  }
  .i-catalog__item:hover .i-catalog__elem.--scale {
    left: auto;
  }
  .i-catalog__item:hover .i-catalog__bg img {
    transform: none;
  }
  .i-catalog__title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 992px) and (min-height: 751px) {
  .i-catalog {
    padding: 0;
  }
  .i-catalog__list {
    margin-bottom: 0;
  }
  .i-catalog__item {
    height: 210px;
  }
  .i-catalog__item.--item-1 {
    height: 210px;
  }
  .i-catalog__item.--item-1 .i-catalog__elem {
    width: 180px;
  }
  .i-catalog__item.--item-2 {
    height: 210px;
  }
  .i-catalog__item.--item-2 .i-catalog__elem {
    width: 360px;
  }
  .i-catalog__item.--item-3, .i-catalog__item.--item-4 {
    width: 100%;
    height: 200px;
    margin-bottom: 40px;
  }
  .i-catalog__item:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 992px) and (min-height: 751px) and (max-height: 1000px) {
  .i-catalog__item {
    height: 230px;
  }
  .i-catalog__item.--item-1, .i-catalog__item.--item-2 {
    height: 220px;
  }
  .i-catalog__item.--item-3, .i-catalog__item.--item-4 {
    width: calc( 50% - 10px );
    height: 180px;
    margin-bottom: 0;
  }
  .i-catalog__item.--item-3 .i-catalog__title, .i-catalog__item.--item-4 .i-catalog__title {
    font-size: 30px;
    line-height: 40px;
  }
  .i-catalog__item.--item-3 .i-catalog__elem, .i-catalog__item.--item-4 .i-catalog__elem {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .i-catalog__item {
    height: 200px;
  }
  .i-catalog__item.--item-1 {
    height: 200px;
  }
  .i-catalog__item.--item-1 .i-catalog__elem {
    width: 170px;
  }
  .i-catalog__item.--item-2 {
    height: 200px;
  }
  .i-catalog__item.--item-2 .i-catalog__elem {
    width: 330px;
  }
  .i-catalog__item.--item-3 .i-catalog__elem {
    width: 200px;
  }
  .i-catalog__item.--item-4 {
    height: 200px;
  }
  .i-catalog__item.--item-4 .i-catalog__elem {
    width: 220px;
  }
  .i-catalog__title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) and (min-height: 751px) and (max-height: 1000px) {
  .i-catalog__item.--item-3 .i-catalog__title {
    font-size: 22px;
    line-height: 26px;
  }
  .i-catalog__item.--item-3 .i-catalog__elem {
    width: 140px;
    right: 20px;
  }
  .i-catalog__item.--item-4 {
    height: 180px;
  }
  .i-catalog__item.--item-4 .i-catalog__title {
    font-size: 22px;
    line-height: 26px;
  }
  .i-catalog__item.--item-4 .i-catalog__elem {
    width: 180px;
    right: 0;
  }
  .i-catalog__item.--item-4:hover .i-catalog__elem {
    right: 0;
  }
}
@media screen and (max-width: 580px) and (min-height: 0px) {
  .i-catalog {
    padding: 50px 0;
  }
  /*
  .i-catalog__item {
    width: 100% !important;
    height: 180px !important;
  }*/
  .i-catalog__item.--item-1 .i-catalog__elem {
    width: 150px;
  }
  .i-catalog__item.--item-2 .i-catalog__elem {
    width: 290px;
  }
  .i-catalog__item.--item-3 {
    margin-bottom: 40px;
  }
  .i-catalog__item.--item-3 .i-catalog__title {
    font-size: 28px;
    line-height: 32px;
  }
  .i-catalog__item.--item-3 .i-catalog__elem {
    width: 160px;
    right: 30px;
  }
  .i-catalog__item.--item-4 .i-catalog__title {
    font-size: 28px;
    line-height: 32px;
  }
  .i-catalog__item.--item-4 .i-catalog__elem {
    width: 190px;
    right: 50px;
  }
  .i-catalog__item.--item-4:hover .i-catalog__elem {
    right: 50px;
  }
  .i-catalog__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 389px) {
  .i-catalog__title {
    font-size: 25px !important;
  }
}
@media screen and (min-width: 1191px) and (max-height: 750px) {
  .i-catalog {
    padding: 100px 0;
  }
  .i-catalog__item.--item-2 {
    width: calc( 50% - 50px );
    margin-left: 50px;
  }
  .i-catalog__item:hover .i-catalog__elem img {
    transform: scale(1.04);
  }
  .i-catalog__item:hover .i-catalog__bg img {
    transform: scale(1.04);
  }
}
@media screen and (min-width: 1191px) and (min-height: 751px) and (max-height: 850px) {
  .i-catalog {
    padding: 0;
  }
  .i-catalog__list {
    margin-bottom: -50px;
  }
  .i-catalog__item {
    height: 240px;
    margin-bottom: 50px;
  }
  .i-catalog__item.--item-1 {
    height: 300px;
  }
  .i-catalog__item.--item-1:hover .i-catalog__elem {
    margin-top: -10px;
  }
  .i-catalog__item.--item-2 {
    height: 280px;
  }
  .i-catalog__item.--item-4 {
    margin-top: -30px;
    height: 270px;
  }
  .i-catalog__item:hover .i-catalog img {
    transform: scale(1);
  }
  .i-catalog__item:hover .i-catalog__bg img {
    transform: scale(1.02);
  }
  .i-catalog__title {
    font-size: 42px;
  }
  .i-catalog__elem {
    width: 280px;
  }
  .i-catalog__elem.--scale {
    width: 510px;
  }
}


/* -- i-franch -- */

.i-franch__info {
  padding: 16px 30px 22px 16px;
  margin-bottom: 30px;
}
.i-franch__title {
  margin-left: 50px;
  margin-bottom: 18px;
  letter-spacing: -1.1px;
}
.i-franch__text {
  letter-spacing: 0.2px;
}
.i-franch__text p {
  margin-bottom: 22px;
}
.i-franch__text p:last-of-type {
  margin-bottom: 0;
}
.i-franch__main {
  align-items: flex-end;
  margin-bottom: 20px;
}
.i-franch__img {
  width: 100%;
  height: 464px;
}
.i-franch__btn {
  max-width: 190px;
  margin-left: auto;
  margin-bottom: 55px;
}

@media screen and (max-width: 1190px) {
  .i-franch {
    padding: 60px 0;
  }
  .i-franch__img {
    height: 330px;
    margin-left: 0;
  }
}
@media screen and (max-width: 1190px) and (min-height: 751px) {
  .i-franch {
    padding: 0;
  }
}
@media screen and (max-width: 992px) {
  .i-franch__info {
    margin-bottom: 50px;
  }
  .i-franch__title {
    margin-left: 0;
  }
  .i-franch__text p {
    text-indent: 15px;
  }
  .i-franch__img {
    width: 100%;
    height: 420px;
  }
  .i-franch__btn {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 992px) and (min-height: 751px) {
  .i-franch {
    padding: 0;
  }
  .i-franch__img {
    width: 100%;
    height: 380px;
    margin-right: 0;
  }
  .i-franch__btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 992px) and (min-height: 751px) and (max-height: 850px) {
  .i-franch__info {
    margin-bottom: 30px;
  }
  .i-franch__img {
    height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .i-franch__info {
    padding: 10px 10px 40px;
    margin-bottom: 60px;
  }
  .i-franch__text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) and (min-height: 751px) {
  .i-franch__img {
    width: 100%;
    height: 420px;
    margin-right: 0;
  }
  .i-franch__btn {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) and (min-height: 751px) and (max-height: 900px) {
  .i-franch__info {
    margin-bottom: 20px;
  }
  .i-franch__img {
    height: 320px;
  }
  .i-franch__btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 580px) and (min-height: 0px) {
  .i-franch {
    padding: 50px 0;
  }
  .i-franch__info {
    margin-bottom: 30px;
  }
  .i-franch__img {
    height: 300px;
  }
  .i-franch__btn {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1191px) and (max-height: 750px) {
  .i-franch {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1191px) and (min-height: 751px) and (max-height: 850px) {
  .i-franch {
    padding: 0;
  }
  .i-franch__img {
    height: 330px;
  }
}


/* -- intro -- */

.intro {
  position: relative;
}
.intro__item {
  display: flex;
  flex-direction: column;
  padding-bottom: 210px;
  min-height: 100vh;
}
.intro__info {
  color: #fff;
  text-align: center;
  margin-top: auto;
}
.intro__play {
  cursor: pointer;
  width: 110px;
  height: 110px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  background: #1D1D1D;
  border-radius: 50%;
  position: absolute;
  opacity: 0.4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro__play img {
  left: 5px;
  position: relative;
}
.intro__play:hover {
  opacity: 0.6;
}
.intro__title {
  font-size: 60px;
  font-family: "Cormorant SC";
  line-height: 80px;
}
.intro__btn {
  width: max-content;
  padding: 9px 46px;
  margin: 15px auto 0;
}
.intro__bg img {
  object-position: bottom left;
}
.intro__card {
  z-index: 10;
  right: -147px;
  top: 50%;
  margin-top: 20px;
  transform: translateY(-50%) rotate(-90deg);
  position: absolute;
  background: #E0DFDB;
  border-radius: 10px 10px 0 0;
  font-size: 16px;
  text-transform: uppercase;
  padding: 8px 70px;
}
.intro__card:hover {
  color: #fff;
  background: #B2AFA4;
}

@media screen and (max-width: 1190px) {
  .intro__item {
    padding-bottom: 100px;
    min-height: 750px;
  }
  .intro__play {
    width: 100px;
    height: 100px;
  }
  .intro__play img {
    transform: scale(0.85);
  }
  .intro__title {
    font-size: 55px;
    line-height: 65px;
  }
  .intro__btn {
    font-size: 18px;
  }
  .intro__card {
    font-size: 15px;
  }
}
@media screen and (max-width: 1190px) and (min-height: 751px) {
  .intro__item {
    min-height: 100vh;
  }
}
@media screen and (max-width: 992px) {
  .intro__title {
    font-size: 50px;
    line-height: 58px;
  }
  .intro__btn {
    font-size: 16px;
    padding: 9px 40px;
  }
  .intro__bg img {
    object-position: bottom center;
  }
  .intro__bg.--left img {
    object-position: bottom left;
  }
  .intro__card {
    font-size: 14px;
    padding: 6px 60px;
    right: -128px;
  }
}
@media screen and (max-width: 767px) {
  .intro__item {
    padding-bottom: 150px;
  }
  .intro__title {
    font-size: 42px;
    line-height: 50px;
  }
  .intro__btn {
    font-size: 14px;
    padding: 7.5px 34px;
    margin: 20px auto auto;
  }
  .intro__play {
    display: none;
  }
  .intro__arrow.swiper-button-prev {
    left: 20px;
  }
  .intro__arrow.swiper-button-next {
    right: 20px;
  }
  .intro__pagination {
    display: none;
  }
  .intro__card {
    display: none;
  }
}
@media screen and (max-width: 580px) and (min-height: 0px) {
  .intro__item {
    min-height: 750px;
  }
  .intro__bg.--left {
    left: -100px;
  }
  .intro__arrow {
    width: 18px;
  }
  .intro__arrow svg {
    width: 100%;
  }
}
@media screen and (max-width: 389px) {
  .intro__item {
    min-height: 680px;
    padding-bottom: 100px;
  }
  .intro__title {
    font-size: 34px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1191px) and (max-height: 750px) {
  .intro__item {
    padding-bottom: 100px;
    min-height: 750px;
  }
}
@media screen and (min-width: 1191px) and (min-height: 751px) and (max-height: 850px) {
  .intro__item {
    padding-bottom: 100px;
  }
}


/* -- news -- */

.news__wrap {
  margin-top: 60px;
  max-width: 1000px;
}
.news__item {
  margin-bottom: 30px;
}
.news__item:last-of-type {
  margin-bottom: 0;
}

.n-item {
  display: flex;
  flex-wrap: wrap;
  padding: 14px 20px;
  border-radius: 5px;
  overflow: hidden;
}
.n-item__info {
  width: calc( 100% - 350px );
  padding-right: 80px;
}
.n-item__date {
  margin-top: 5px;
  font-size: 15px;
  opacity: 0.5;
}
.n-item__title {
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
  margin-left: 30px;
}
.n-item__img {
  width: 350px;
  height: 255px;
}
.n-item__img img {
  transition: 0.3s;
}
.n-item:hover .n-item__img img {
  transform: scale(1.05);
}

.i-news__list {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: 405px minmax(100px, 1fr);
  gap: 40px;
}
.i-news__item.w1 {
  grid-row-end: span 2;
  flex-direction: column;
  padding: 32px;
}
.i-news__item.w1 .n-item__info {
  width: 100%;
  padding-right: 0;
}
.i-news__item.w1 .n-item__date {
  font-size: 20px;
  margin-top: 0;
}
.i-news__item.w1 .n-item__title {
  font-size: 25px;
}
.i-news__item.w1 .n-item__img {
  width: 100%;
  margin-top: auto;
}
.i-news__item .n-item__info {
  width: calc( 100% - 272px );
  padding-right: 40px;
}
.i-news__item .n-item__title {
  margin-left: 0;
}
.i-news__item .n-item__img {
  width: 272px;
  height: 254px;
}
.i-news__btn {
  max-width: 166px;
  margin-top: 52px;
  margin-left: auto;
  margin-right: 22px;
}

@media screen and (max-width: 1190px) {
  .news__wrap {
    max-width: 100%;
  }

  .i-news {
    padding: 100px 0;
  }
  .i-news__list {
    grid-template-columns: 350px minmax(100px, 1fr);
    gap: 30px;
  }
  .i-news__item .n-item__info {
    width: calc( 100% - 200px );
    padding-right: 20px;
  }
  .i-news__item .n-item__title {
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .i-news__item .n-item__title br {
    display: none;
  }
  .i-news__item .n-item__img {
    width: 200px;
    height: 200px;
  }
  .i-news__item.w1 .n-item__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 1190px) and (min-height: 751px) {
  .i-news {
    padding: 0;
  }
}
@media screen and (max-width: 992px) {
  .n-item__info {
    width: calc( 100% - 315px );
    padding-right: 40px;
  }
  .n-item__title {
    font-size: 18px;
    margin-left: 20px;
  }
  .n-item__img {
    width: 315px;
    height: 240px;
  }

  .i-news {
    padding: 50px 0;
  }
  .i-news__list {
    display: block;
  }
  .i-news__item {
    padding: 20px;
    margin-bottom: 30px;
  }
  .i-news__item:last-of-type {
    margin-bottom: 0;
  }
  .i-news__item.w1 {
    flex-direction: row;
    padding: 20px;
  }
  .i-news__item.w1 .n-item__info {
    width: calc( 100% - 240px );
    padding-right: 60px;
  }
  .i-news__item.w1 .n-item__title {
    font-size: 18px;
  }
  .i-news__item.w1 .n-item__img {
    width: 240px;
    height: 240px;
  }
  .i-news__item .n-item__info {
    width: calc( 100% - 240px );
    padding-right: 60px;
  }
  .i-news__item .n-item__title {
    display: block;
  }
  .i-news__item .n-item__img {
    width: 240px;
    height: 240px;
  }
}
@media screen and (max-width: 992px) and (min-height: 751px) {
  .i-news {
    padding: 0;
  }
  .i-news__item.w1 .n-item__info {
    width: calc( 100% - 240px );
  }
  .i-news__item.w1 .n-item__img {
    width: 240px;
    height: 220px;
  }
  .i-news__item .n-item__info {
    width: calc( 100% - 240px );
  }
  .i-news__item .n-item__img {
    width: 240px;
    height: 220px;
  }
  .i-news__item .n-item__title {
    display: block;
  }
}
@media screen and (max-width: 992px) and (min-height: 751px) and (max-height: 950px) {
  .i-news__item {
    padding: 10px 20px;
    margin-bottom: 20px;
  }
  .i-news__item.w1 {
    padding: 10px 20px;
  }
  .i-news__item.w1 .n-item__info {
    width: calc( 100% - 200px );
  }
  .i-news__item.w1 .n-item__img {
    width: 200px;
    height: 180px;
  }
  .i-news__item .n-item__info {
    width: calc( 100% - 200px );
  }
  .i-news__item .n-item__img {
    width: 200px;
    height: 180px;
  }
  .i-news__item .n-item__title {
    display: -webkit-box;
  }
  .i-news__btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .news__wrap {
    margin-top: 50px;
  }
  .news__item {
    margin-bottom: 20px;
  }

  .n-item {
    padding: 10px;
  }
  .n-item__info {
    width: calc( 100% - 188px );
    padding-right: 40px;
  }
  .n-item__date {
    font-size: 10px;
    font-weight: 500;
    margin-top: 0;
    margin-left: 10px;
  }
  .n-item__title {
    font-size: 14px;
    margin-left: 10px;
    margin-top: 10px;
  }
  .n-item__title br {
    display: none;
  }
  .n-item__img {
    width: 188px;
    height: 136px;
  }
  .n-item:hover .n-item__img img {
    transform: none;
  }

  .i-news__item {
    padding: 14px 14px 14px 20px;
  }
  .i-news__item .n-item__info {
    padding-right: 16px;
  }
  .i-news__item .n-item__date {
    font-size: 14px;
    margin-top: 5px;
    margin-left: 0;
  }
  .i-news__item .n-item__title {
    font-size: 16px;
    margin-top: 20px;
  }
  .i-news__item.w1 {
    padding: 14px 14px 14px 20px;
  }
  .i-news__item.w1 .n-item__info {
    padding-right: 16px;
  }
  .i-news__item.w1 .n-item__date {
    font-size: 14px;
    margin-top: 5px;
  }
  .i-news__item.w1 .n-item__title {
    font-size: 16px;
  }
  .i-news__btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 580px) and (min-height: 0px) {
  .news__wrap {
    margin-top: 40px;
  }

  .n-item__info {
    width: calc( 100% - 185px );
    padding-right: 15px;
  }
  .n-item__date {
    margin-left: 0;
  }
  .n-item__title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-left: 0;
  }
  .n-item__img {
    width: 185px;
  }

  .i-news {
    padding: 50px 0;
  }
  .i-news__item {
    padding: 10px;
  }
  .i-news__item.w1 {
    padding: 10px;
  }
  .i-news__item.w1 .n-item__info {
    width: calc( 100% - 150px );
    padding-right: 15px;
  }
  .i-news__item.w1 .n-item__date {
    font-size: 10px;
    margin-top: 0;
  }
  .i-news__item.w1 .n-item__title {
    font-size: 14px;
  }
  .i-news__item.w1 .n-item__img {
    width: 150px;
    height: 136px;
  }
  .i-news__item .n-item__info {
    width: calc( 100% - 150px );
    padding-right: 15px;
  }
  .i-news__item .n-item__date {
    font-size: 10px;
    margin-top: 0;
  }
  .i-news__item .n-item__title {
    font-size: 14px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
  }
  .i-news__item .n-item__img {
    width: 150px;
    height: 136px;
  }
  .i-news__btn {
    max-width: 190px;
    margin-right: 0;
  }
}
@media screen and (max-width: 389px) {
  .n-item {
    flex-direction: column;
  }
  .n-item__info {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .n-item__date {
    font-size: 11px;
  }
  .n-item__title {
    display: block;
  }
  .n-item__img {
    width: 100%;
    height: 250px;
  }

  .i-news__item.w1 .n-item {
    flex-direction: column;
  }
  .i-news__item.w1 .n-item__info {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .i-news__item.w1 .n-item__date {
    font-size: 11px;
  }
  .i-news__item.w1 .n-item__img {
    width: 100%;
    height: 150px;
  }
  .i-news__item .n-item {
    flex-direction: column;
  }
  .i-news__item .n-item__info {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .i-news__item .n-item__date {
    font-size: 11px;
  }
  .i-news__item .n-item__title {
    display: block;
  }
  .i-news__item .n-item__img {
    width: 100%;
    height: 150px;
  }
}
@media screen and (min-width: 1191px) and (max-height: 750px) {
  .i-news {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1191px) and (min-height: 751px) and (max-height: 850px) {
  .i-news {
    padding: 0;
  }
  .i-news__btn {
    margin-top: 20px;
  }
}


/* -- product -- */

.product__wrap {
  margin-top: 75px;
  position: relative;
}
.product__preview {
  width: 554px;
}
.product__slider-arrows {
  display: none;
}
.product__slider-pagination {
  font-size: 0;
  position: relative;
  bottom: 0 !important;
  text-align: right;
  margin: 10px 0 28px;
}
.product__slider-pagination span {
  font-size: 18px;
  margin-right: 60px;
  transition: 0.3s;
  position: relative;
}
.product__slider-pagination span:before, .product__slider-pagination span:after {
  content: "";
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  position: absolute;
  border-radius: 3px;
  overflow: hidden;
  height: 4px;
}
.product__slider-pagination span:before {
  z-index: 1;
  width: 20px;
  right: -30px;
  background: #240E00;
}
.product__slider-pagination span:after {
  width: 40px;
  background: #99968A;
}
.product__slider-pagination span:last-child {
  margin-right: 0;
}
.product__slider-pagination span:last-child:before, .product__slider-pagination span:last-child:after {
  display: none;
}
.product__info {
  width: calc( 100% - 554px );
  padding-left: 130px;
  margin-top: 18px;
  height: 890px;
  overflow-y: scroll;
  scrollbar-width: none;
}
.product__info::-webkit-scrollbar {
  width: 0;
}
.product__title {
  font-size: 32px;
  margin: 60px 0 20px;
  text-transform: uppercase;
}
.product__desc-item {
  font-size: 22px;
  margin-bottom: 10px;
}
.product__desc-item:last-of-type {
  margin-bottom: 0;
}
.product__desc-item.--sm {
  font-size: 16px;
}
.product__color {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 40px 0 60px;
}
.product__color-vars {
  display: flex;
  flex-wrap: wrap;
  max-width: 340px;
  margin: 0 -10px -10px;
}
.product__color-var {
  width: 28px;
  height: 22px;
  border-radius: 5px;
  margin: 0 10px 10px;
  overflow: hidden;
}
.product__color-var.--black {
  background: #000;
}
.product__color-var.--white {
  background: #fff;
}
.product__btn {
  font-size: 18px;
  min-height: 60px;
}
.product__params {
  margin-top: 40px;
}
.product__params-item {
  font-size: 16px;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #707070;
}
.product__params-name {
  width: 118px;
}
.product__params-values {
  width: calc( 100% - 118px );
  padding-left: 40px;
  padding-right: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-main__item {
  height: 730px;
  cursor: pointer;
  border-radius: 5px;
  transition: 0.3s;
  overflow: hidden;
}
.p-main__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.p-main__item:hover img {
  transform: scale(1.05);
}

.p-thumbs__wrap {
  flex-wrap: wrap;
  transform: none !important;
  grid-gap: 10px;
  gap: 10px;
}
.p-thumbs__item {
  /*height: 170px;*/
  width: calc( 100% / 4 - 10px );
  cursor: pointer;
  border-radius: 5px;
  transition: 0.3s;
  overflow: hidden;
}
.p-thumbs__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

@media screen and (max-width: 1190px) {
  .product__breadcrumbs {
    overflow-x: auto;
    display: flex;
  }
  .p-breadcrumbs__text{
    white-space: nowrap;
  }
  .product__preview {
    width: 500px;
  }
  .product__title {
    margin: 40px 0 20px;
  }
  .product__info {
    width: calc( 100% - 500px );
    padding-left: 50px;
  }

  .p-main__item {
    height: 500px;
  }
  /*
  .p-thumbs__item {
    height: 110px;
  }*/
}
@media screen and (max-width: 992px) {
  .product__wrap {
    margin-top: 60px;
  }
  .product__preview {
    width: 350px;
  }
  .product__slider-pagination {
    margin: 10px 0 15px;
  }
  .product__slider-pagination span {
    font-size: 16px;
  }
  .product__info {
    width: calc( 100% - 350px );
    padding-left: 40px;
  }
  .product__title {
    margin: 20px 0;
    font-size: 28px;
  }
  .product__desc-item {
    font-size: 18px;
  }
  .product__desc-item.--sm {
    font-size: 16px;
  }
  .product__color-var {
    width: 24px;
    height: 18px;
  }
  .product__params {
    margin-top: 30px;
  }
  .product__params-item {
    font-size: 14px;
  }

  .p-main__item {
    height: 380px;
  }

  .p-thumbs__item {
    width: calc( 100% / 2 - 10px );
    /*height: 140px;*/
  }
}


@media screen and (max-width: 767px) {
  .catalog__img{
    height: auto;
  }
  .product__wrap {
    margin-top: 37px;
  }
  /*
  .product__breadcrumbs {
    z-index: 10;
    top: 0;
    left: 0;
    position: absolute;
  }*/
  .product__preview {
    width: 100%;
    margin-top: 0px;
    position: relative;
  }
  .product__preview:before {
    content: "";
    position: absolute;
    width: 1000%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .product__slider-arrows {
    display: block;
  }
  .product__slider-arrow.swiper-button-prev {
    left: -50px;
  }
  .product__slider-arrow.swiper-button-next {
    right: -50px;
  }
  .product__slider-pagination {
    display: none;
  }
  .product__info {
    height: auto;
    width: 456px;
    padding-left: 0;
    margin: 30px auto 0;
  }
  .product__title {
    font-size: 22px;
    margin: 0 0 20px;
  }
  .product__desc-item {
    font-size: 14px;
  }
  .product__desc-item.--sm {
    font-size: 14px;
  }
  .product__color {
    margin: 20px 0 30px;
  }
  .product__btn {
    min-height: 50px;
  }
  .product__params {
    margin-top: 30px;
  }
  .product__params-item {
    align-items: center;
  }
  .product__params-name {
    width: 157px;
  }
  .product__params-values {
    width: calc( 100% - 157px );
    padding-left: 30px;
  }

  .p-main__item {
    height: 670px;
  }
  .p-main__item:hover img {
    transform: none;
  }

  .p-thumbs {
    display: none;
  }
}
@media screen and (max-width: 680px) {
  .product__slider-arrow.swiper-button-prev {
    left: -10px;
  }
  .product__slider-arrow.swiper-button-next {
    right: -10px;
  }
}
@media screen and (max-width: 580px) {
  .lining_material .product__params-values{
    display:block;
  }
  .lining_material .product__params-value{
    max-width: 100% !important;
  }
  .product__wrap {
    margin-top: 30px;
  }
  .product__preview {
    margin-top: 0px;
  }
  .product__slider-arrow {
    width: 18px;
  }
  .product__slider-arrow svg {
    width: 100%;
  }
  .product__params {
    margin-top: 20px;
  }

  .p-main__item {
    height: 450px;
  }
  .p-main__item img {
    transform: scale(0.9);
  }
  .p-main__item:hover img {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 410px) {
  .p-main__item img{
    object-fit: contain;
  }
  .product__slider-arrow {
    width: 15px;
  }
  .product__slider-arrow.swiper-button-prev {
    left: -5px;
  }
  .product__slider-arrow.swiper-button-next {
    right: -5px;
  }
  .product__params-item {
    font-size: 13px;
  }
  .product__params-name {
    width: 140px;
  }
  .product__params-values {
    width: calc( 100% - 140px );
    padding-right: 10px;
    padding-left: 10px;
  }

  .p-main__item {
    height: 320px;
  }
}


/* team */

.team__wrap {
  margin-top: 100px;
}
.team__list {
  margin: 0 -22px -50px;
}
.team__item {
  width: calc( 100% / 4 - 44px );
  margin: 0 22px 50px;
}
.team__img {
  height: 255px;
  margin-bottom: 25px;
}
.team__duty {
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #707070;
}
.team__name {
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 1190px) {
  .team__title br {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .team__wrap {
    margin-top: 60px;
  }
  .team__item {
    width: calc( 100% / 3 - 44px );
  }
}
@media screen and (max-width: 767px) {
  .team__title {
    margin-left: 40px;
  }
  .team__title br {
    display: block;
  }
  .team__list {
    margin: 0 -20px -30px;
  }
  .team__item {
    width: calc( 50% - 40px );
    margin: 0 20px 30px;
  }
}
@media screen and (max-width: 580px) {
  .team__title {
    margin-left: 0;
  }
  .team__title br {
    display: none;
  }
  .team__wrap {
    margin-top: 40px;
  }
  .team__list {
    margin: 0 -10px -25px;
  }
  .team__item {
    width: calc( 50% - 20px );
    margin: 0 10px 25px;
  }
  .team__img {
    height: 200px;
    margin-bottom: 15px;
  }
  .team__duty {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .team__name {
    font-size: 17px;
  }
}
@media screen and (max-width: 410px) {
  .team__wrap {
    margin-top: 30px;
  }
  .team__list {
    margin: 0;
  }
  .team__item {
    width: 100%;
    margin: 0 0 25px;
  }
  .team__item:last-of-type {
    margin-bottom: 0;
  }
}


/* terms */

.terms__preview {
  width: 464px;
  margin-top: 15px;
  margin-right: auto;
}
.terms__main {
  width: calc( 100% - 464px );
  padding-left: 56px;
  margin-left: auto;
  position: relative;
}
.terms__info {
  padding: 14px;
  min-height: 340px;
  margin-bottom: 30px;
}
.terms__list {
  margin-top: 7px;
}
.terms__list ul li {
  padding-left: 52px;
  margin-bottom: 22px;
}
.terms__list ul li:last-of-type {
  margin-bottom: 0;
}
.terms__img {
  width: 380px;
  height: 360px;
}
.terms__img img:nth-of-type(2) {
  display: none;
}
.terms__btn {
  max-width: 190px;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 1190px) {
  .terms {
    padding: 60px 0;
  }
  .terms__preview {
    width: 400px;
    margin-top: 0;
  }
  .terms__main {
    width: calc( 100% - 400px );
    padding-left: 30px;
  }
  .terms__list ul li {
    margin-bottom: 15px;
  }
  .terms__img {
    width: 100%;
    height: 230px;
  }
  .terms__btn {
    position: relative;
    margin-left: auto;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1190px) and (min-height: 751px) {
  .terms {
    padding: 0;
  }
}
@media screen and (max-width: 992px) {
  .terms__wrap {
    flex-direction: column;
  }
  .terms__main {
    order: 1;
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    position: unset;
  }
  .terms__img {
    order: 1;
    height: 300px;
    margin-bottom: 40px;
  }
  .terms__img img:nth-of-type(1) {
    display: none;
  }
  .terms__img img:nth-of-type(2) {
    display: block;
  }
  .terms__info {
    order: 2;
    min-height: auto;
    padding: 10px 20px 20px;
    margin-bottom: 20px;
  }
  .terms__btn {
    position: absolute;
    bottom: 0;
    right: 10px;
  }
  .terms__preview {
    order: 2;
    width: 100%;
    max-width: 100%;
    margin-top: -30px;
    margin: 0 auto;
    margin-bottom: 70px;
  }
  .terms__preview img{
    margin: 0 auto;
  }
}
@media screen and (max-width: 992px) and (min-height: 751px) {
  .terms__img {
    height: 200px;
    margin-bottom: 20px;
  }
  .terms__info {
    width: 100%;
    padding: 20px 20px 30px;
  }
  .terms__preview {
    max-width: 280px;
    margin: 0 auto;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 992px) and (min-height: 751px) and (max-height: 960px) {
  .terms {
    padding: 0;
  }
  .terms__img {
    height: 200px;
    margin-bottom: 50px;
  }
  .terms__info {
    width: calc( 100% - 300px - 30px );
    margin-left: auto;
  }
  .terms__list ul li {
    font-size: 16px;
  }
  .terms__list ul li br {
    display: none;
  }
  .terms__preview {
    max-width: 300px;
    margin-right: 30px;
    margin-top: -400px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .terms__img {
    margin-bottom: 40px;
  }
  .terms__info {
    padding: 10px 12px 12px;
  }
  .terms__list {
    margin-top: 22px;
  }
  .terms__list ul li {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 18px;
    padding-left: 0;
    text-indent: 52px;
  }
  .terms__list ul li br {
    display: none;
  }
  .terms__preview {
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) and (min-height: 751px) {
  .terms__img {
    margin-bottom: 20px;
  }
  .terms__preview {
    order: 2;
    margin-top: -30px;
    margin-right: 0;
    margin: 0 auto;
  }
  .terms__info {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (min-height: 751px) and (max-height: 860px) {
  .terms__img {
    display: none;
  }
}
@media screen and (max-width: 580px) and (min-height: 0px) {
  .terms {
    padding: 50px 0;
  }
  .terms__img {
    display: block;
    height: 230px;
    margin-bottom: 30px;
  }
  .terms__list ul li {
    text-indent: 30px;
  }
  .terms__preview {
    margin-bottom: 70px;
  }
  .terms__btn {
    margin-top: 0;
  }
}
@media screen and (min-width: 1191px) and (max-height: 750px) {
  .terms {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1191px) and (min-height: 751px) and (max-height: 850px) {
  .terms {
    padding: 0;
  }
  .terms__wrap {
    align-items: flex-end;
  }
  .terms__preview {
    width: 430px;
    margin-top: 0;
  }
  .terms__main {
    width: calc( 100% - 430px );
  }
  .terms__img {
    width: 330px;
    height: 290px;
  }
  .terms__btn {
    bottom: 55px;
  }
}



/* trade */


.trade__text {
  max-width: 900px;
  margin-top: 55px;
  margin-left: 118px;
}
.trade__imgs {
  margin: 100px 0;
  position: relative;
  justify-content: space-between;
}
.trade__img {
  width: 440px;
  height: 375px;
}
.trade__img:nth-of-type(1) {
  width: 650px;
  height: 800px;
}
.trade__img:nth-of-type(3) {
  right: 0;
  bottom: 0;
  position: absolute;
}
.trade__list {
  margin-left: 22px;
  margin-top: 95px;
}
.trade__list ul li {
  font-size: 20px;
  padding-left: 48px;
  margin-bottom: 22px;
}
.trade__list ul li:last-of-type {
  margin-bottom: 0;
}
.trade__btn {
  font-weight: 500;
  max-width: 283px;
  margin-left: auto;
  margin-top: -38px;
}
.trade__btn.--sm {
  min-height: 50px;
}

@media screen and (max-width: 1190px) {
  .trade__title br {
    display: none;
  }
  .trade__img {
    width: 370px;
  }
  .trade__img:nth-of-type(1) {
    width: 550px;
    height: 770px;
  }
}
@media screen and (max-width: 992px) {
  .trade__text {
    margin-top: 50px;
    margin-left: 50px;
  }
  .trade__imgs {
    margin: 70px 0;
  }
  .trade__img {
    width: calc( 50% - 5px );
    height: 300px;
    margin-bottom: 20px;
  }
  .trade__img:nth-of-type(1) {
    width: 100%;
    height: 470px;
  }
  .trade__subtitle br {
    display: none;
  }
  .trade__list {
    margin-top: 70px;
  }
  .trade__btn {
    margin-top: 50px;
    margin-left: 0;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .trade__title {
    margin-left: 40px;
  }
  .trade__text {
    margin-left: 84px;
    max-width: 370px;
  }
  .trade__imgs {
    margin: 38px 0 68px;
  }
  .trade__img {
    height: 197px;
  }
  .trade__img:nth-of-type(1) {
    height: 398px;
  }
  .trade__subtitle {
    margin-left: 40px;
  }
  .trade__list {
    margin-top: 50px;
    margin-left: 0;
  }
  .trade__list ul li {
    font-size: 16px;
    padding-left: 0;
    text-indent: 16px;
    margin-bottom: 11px;
  }
  .trade__btn {
    max-width: 256px;
  }
}
@media screen and (max-width: 580px) {
  .trade__title {
    margin-left: 0;
  }
  .trade__text {
    margin-left: 0;
    margin-top: 40px;
    max-width: 100%;
  }
  .trade__imgs {
    margin: 40px 0;
  }
  .trade__img {
    margin-bottom: 10px;
  }
  .trade__img:nth-of-type(1) {
    height: 350px;
  }
  .trade__subtitle {
    margin-left: 0;
  }
  .trade__list {
    margin-top: 40px;
  }
  .trade__list br {
    display: none;
  }
  .trade__btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 410px) {
  .trade__img {
    height: 140px;
  }
  .trade__img:nth-of-type(1) {
    height: 250px;
  }
  .trade__btn {
    max-width: 100%;
  }
}