@charset "UTF-8";
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

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

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

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

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

button {
  cursor: pointer;
}

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

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

/*--------------------*/
body {
  font-family: "Inter", "sans-serif";
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

@media (max-width: 992px) {
  body.lock {
    overflow: hidden;
  }
}

.button:hover {
  background-color: #303F9F;
  color: #fff;
  transition: all 0.3s linear;
}

.container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 10px;
}

/* Header */
/* Mobile Search */
.search-mobile {
  display: none;
}
@media (max-width: 992px) {
  .search-mobile {
    display: block;
    position: absolute;
    content: "";
    top: 0px;
    left: -100%;
    z-index: 50000;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    overflow: hidden;
  }
}
.search-mobile.active {
  top: 0;
  left: 0;
  z-index: 50000;
  width: 100%;
  height: 100vh;
  background-color: #243186;
}
.search-mobile__close {
  position: absolute;
  top: 26px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  z-index: 10;
}
.search-mobile__field {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  position: relative;
  width: auto;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.03), 0px 50.0488px 40.0391px rgba(0, 0, 0, 0.02281), 0px 7.88218px 6.30574px rgba(0, 0, 0, 0.0128732), 0px 4.5288px 3.62304px rgba(0, 0, 0, 0.0104523), 0px 1.99324px 1.59459px rgba(0, 0, 0, 0.00719002);
}
.search-mobile__form {
  width: 100%;
  padding: 0 16px;
}
.search-mobile__input {
  background: #FCFCFC;
  box-shadow: inset 0px 0px 24px rgba(0, 0, 0, 0.02);
  border-radius: 4px;
  /* height: 45px; */
  padding: 16px;
  width: 100%;
  font-size: 16px;
}
.search-mobile__icon {
  position: absolute;
  top: 12px;
  right: 36px;
  z-index: 5;
  background-color: #FCFCFC;
}
.search-mobile__img {
  background-color: #FCFCFC;
  width: 20px;
  height: 20px;
}
.search-mobile__button {
  margin: 10px 20px 0 20px;
}
.search-mobile__button-item {
  background: #303F9F;
  border-radius: 4px;
  width: auto;
  padding: 13px 14px;
  margin-right: 5px;
  margin-top: 10px;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
}
.search-mobile__history {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  margin-top: 30px;
}
.search-mobile__history-title {
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.1em;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.search-mobile__history-item {
  margin-top: 16px;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: -0.24px;
  color: #fff;
}

.header {
  /* Burger Menu */
  /* Top Menu */
  /* Middle Menu */
  /* Search Drop */
  /* Main Menu */
}
@media (max-width: 992px) {
    .header {
        background-color: #243186;
    }
    .ahtung{
        font-size: 13px;
    }
}
.header__top-burger {
    position: absolute;
    top: 20px;
    left: 14px;
    z-index: 100;
    border-radius: 3px;
    cursor: pointer;
    width: 50px;
    height: 30px;
}

@media (min-width: 993px) {
  .header__top-burger {
    display: none;
  }
}
.header__top-burger:before {
  content: "";
  width: 20px;
  height: 2px;
  top: 6px;
  left: 10px;
  z-index: 10;
  position: absolute;
  cursor: pointer;
  background-color: #fff;
  border-radius: 3px;
  transition: all 0.3s ease 0s;
}
.header__top-burger:after {
  content: "";
  width: 20px;
  height: 2px;
  top: 12px;
  left: 10px;
  z-index: 10;
  position: absolute;
  cursor: pointer;
  background-color: #fff;
  border-radius: 3px;
  transition: all 0.3s ease 0s;
}
.header__top-burger span {
  content: "";
  width: 20px;
  height: 2px;
  top: 18px;
  left: 10px;
  z-index: 10;
  position: absolute;
  cursor: pointer;
  background-color: #fff;
  border-radius: 3px;
  transition: all 0.3s ease 0s;
}
.header__top-burger.active:before {
  transform: rotate(45deg);
  top: 12px;
}
.header__top-burger.active:after {
  transform: rotate(-45deg);
  top: 12px;
}
.header__top-burger.active span {
  transform: scale(0);
}
.header__burger-menu {
  position: absolute;
  top: 64px;
  left: -100%;
  z-index: 50000;
  width: 100%;
  background-color: #fff;
  transition: all 0.2s linear;
}
.header__burger-menu.active {
  top: 61px;
  left: 0;
  height: 90%;
  overflow: auto;
  background-color: #fff;
}
.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 0 38px 0;
  border-bottom: 1px solid #F2F2F2;
}
@media (max-width: 992px) {
  .header__top {
    padding: 20px 0 20px 0;
    justify-content: flex-end;
    background-color: #243186;
    border-bottom: none;
  }
}
@media (max-width: 992px) {
  .header__top-menu {
    display: none;
  }
}
@media (max-width: 992px) {
  .header__top-list {
    display: flex;
    flex-direction: column;
    background-color: #243186;
  }
}
@media (max-width: 992px) {
  .header__top-item {
    padding: 12px 20px;
  }
}
.header__top-link {
  margin-right: 32px;
  color: #757575;
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 1100px) {
  .header__top-link {
    margin-right: 24px;
  }
}
@media (max-width: 992px) {
  .header__top-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
  }
}
.header__top-link:hover {
  color: #303F9F;
  transition: all 0.5s linear;
}
.header__icons-list {
  height: 20px;
  padding-right: 20px;
}
.header__icons-link {
  margin-right: 70px;
}
@media (max-width: 1130px) {
  .header__icons-link {
    margin-right: 20px;
  }
}
@media (max-width: 700px) {
  .header__icons-link {
    margin-right: 26px;
  }
}
.header__icons-link:last-child {
  margin-right: 15px;
}
@media (max-width: 450px) {
  .header__icons-link:last-child {
    margin-right: 0px;
  }
}
.header__icons-image {
  width: 21px;
  height: 21px;
  fill: #BDBDBD;
  transition: all 0.3s linear;
  cursor: pointer;
}
@media (max-width: 992px) {
  .header__icons-image {
    fill: #fff;
  }
}
.header__icons-image:hover {
  fill: #303F9F;
}
@media (max-width: 992px) {
  .header__icons-image:hover {
    fill: #fff;
  }
}
.header__icons-link.icon-search {
  display: none;
}
@media (max-width: 992px) {
  .header__icons-link.icon-search {
    display: inline-block;
  }
}
.header .icon-active {
  fill: #303F9F;
}
@media (max-width: 992px) {
  .header .icon-active {
    fill: #fff;
  }
}
.header__basket {
  position: relative;
}
@media (max-width: 992px) {
  .header__basket {
    fill: #fff;
  }
}
.header__basket-num {
  position: absolute;
  top: -17px;
  right: -12px;
  z-index: 10x;
  font-style: normal;
  font-weight: 500;
  font-size: 9px;
  line-height: 16px;
  color: #fff;
  background-color: #f91155;
  border-radius: 50%;
  border: 2px solid #fff;
  width: 20px;
  height: 20px;
  text-align: center;
}
@media (max-width: 992px) {
  .header__basket-num {
    border: none;
    line-height: 20px;
  }
}
.header__middle {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .header__middle {
    margin-top: 0px;
    padding-top: 6px;
    border-top: solid 1px #3042AC;
  }
}
.header__logo {
  display: flex;
  flex: 0;
  margin-right: 20px;
}
.header__logo-image {
  margin-right: 20px;
  width: 72px;
  height: 72px;
  fill: #333;
}
@media (max-width: 992px) {
  .header__logo-image {
    fill: #fff;
    width: 54px;
    height: 54px;
    margin-left: 6px;
  }
}
.header__logo-text {
  display: block;
  margin: auto 0;
  margin-left: 25px;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  width: 170px;
  color: #333333;
}
@media (max-width: 992px) {
  .header__logo-text {
    color: #fff;
  }
}
@media (max-width: 540px) {
  .header__logo-text {
    display: none;
  }
}
.header__logo-stick {
  width: 2px;
  height: 16px;
  margin: auto 0;
  background-color: #F2F2F2;
}
@media (max-width: 540px) {
  .header__logo-stick {
    display: none;
  }
}
.header__search {
  position: relative;
}
@media (max-width: 992px) {
  .header__search {
    display: none;
  }
}
.header .search-result {
  display: none;
  position: absolute;
  top: 60px;
  z-index: 50000;
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.01), 0px 50.0488px 40.0391px rgba(0, 0, 0, 0.0076), 0px 30.1471px 24.1177px rgba(0, 0, 0, 0.0076), 0px 19.3198px 15.4559px rgba(0, 0, 0, 0.006), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.005), 0px 7.88218px 6.30574px rgba(0, 0, 0, 0.0043), 0px 4.5288px 3.62304px rgba(0, 0, 0, 0.0035), 0px 1.99324px 1.59459px rgba(0, 0, 0, 0.00479335);
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
}
.header .search-result__item-category {
  color: #333;
  display: block;
}
.header .search-result__item {
  position: relative;
  padding: 10px 0 10px 15px;
  border-bottom: solid 1px #F2F2F2;
}
.header .search-result__item:hover {
  background-color: #F2F2F2;
  transition: all 0.2s linear;
}
.header .search-result__item:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 12px;
  top: 40%;
  right: 15px;
  z-index: 20;
}
.header .search-result__item-name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header .search-result__item-info {
  display: flex;
  flex-direction: column;
  color: #333;
}
.header .search-result__item-img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.header .search-result__item-art {
  font-size: 12px;
}
.header__search-input {
  height: 44px;
  background: #F6F7F8;
  border-radius: 8px;
  padding-left: 48px;
  font-size: 14px;
  line-height: 140%;
  width: 600px;
}
@media (max-width: 1140px) {
  .header__search-input {
    width: 500px;
  }
}
@media (max-width: 1040px) {
  .header__search-input {
    width: 400px;
  }
}
.header__search-img {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  width: 16px;
  height: 16px;
}
.header__phone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 200px;
}
@media (max-width: 992px) {
  .header__phone {
    flex-direction: row;
    align-items: flex-end;
    width: auto;
    margin-right: 10px;
    margin-bottom: 4px;
  }
}
.header__phone-icon {
  display: flex;
  width: 20px;
  height: 20px;
  fill: #fff;
  margin-right: 26px;
}
@media (min-width: 993px) {
  .header__phone-icon {
    display: none;
  }
}
.header__phone-num {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: right;
  letter-spacing: -0.24px;
  color: #333;
}
@media (max-width: 992px) {
  .header__phone-num {
    color: #fff;
  }
}
@media (max-width: 540px) {
  .header__phone-num {
    font-size: 14px;
  }
}
.header__phone-callback {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
  letter-spacing: -0.24px;
  color: #333;
  background-color: #fff;
}

.header__phone-callback:hover {
  text-decoration: underline;
}

@media (max-width: 992px) {
  .header__phone-callback {
    display: none;
  }
}
.header__menu {
  margin-top: 26px;
  position: relative;
}
@media (max-width: 992px) {
  .header__menu {
    margin-top: -4px;
  }
}
.header__menu-list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .header__menu-list {
    flex-direction: column;
    background-color: #243186;
  }
}
.header__menu-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (max-width: 992px) {
  .header__menu-link {
    align-items: start;
  }
}
@media (max-width: 992px) {
  .header__menu-list:last-child {
    border-bottom: solid 1px #303F9F;
  }
}
.header__menu-link:hover path {
  fill: #243186;
  transition: all 0.5s linear;
}
.header__menu-link:hover p {
  color: #303F9F;
}
.header__menu-link.sale:hover path {
  fill: #f91155;
  transition: all 0.5s linear;
}
.header__menu-link--active {
  color: #303F9F;
}
.header__menu-img {
  width: 36px;
  height: 36px;
  fill: #BDBDBD;
  transition: all 0.5s linear;
}
@media (max-width: 992px) {
  .header__menu-img {
    display: none;
  }
}
.header__menu-name {
  text-decoration: none;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  transition: all 0.5s linear;
  color: #000;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .header__menu-name {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #757575;
    padding: 12px 0;
    margin-top: 0px;
    color: #fff;
  }
}
.header__menu-name.sale:hover {
  color: #f91155;
}
.header .sale {
  color: #f91155;
}
.header__submenu-list {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100000;
  margin-top: 100px;
  width: 1240px;
  height: auto;
  background-color: #fff;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.01), 0px 50.0488px 40.0391px rgba(0, 0, 0, 0.0076), 0px 30.1471px 24.1177px rgba(0, 0, 0, 0.0076), 0px 19.3198px 15.4559px rgba(0, 0, 0, 0.006), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.005), 0px 7.88218px 6.30574px rgba(0, 0, 0, 0.0043), 0px 4.5288px 3.62304px rgba(0, 0, 0, 0.0035), 0px 1.99324px 1.59459px rgba(0, 0, 0, 0.00479335);
  border-radius: 8px;
  padding: 30px 950px 30px 40px;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1259px) {
  .header__submenu-list {
    width: 1100px;
    padding: 30px 820px 30px 20px;
  }
}
@media (max-width: 1120px) {
  .header__submenu-list {
    width: 992px;
    padding: 30px 730px 30px 20px;
  }
}
.header__submenu-list--active {
  display: block;
}
@media (max-width: 992px) {
  .header__submenu-list--active {
    top: -100px;
    z-index: 30;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    padding: 0px 0 0 0px;
    border-radius: 0;
    background-color: #243186;
  }
}
.header__submenu-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 43px;
  color: #333333;
  margin-bottom: 45px;
  width: 100%;
}
@media (max-width: 992px) {
  .header__submenu-title {
    display: none;
  }
}
.header__submenu-back {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  background-color: #243186;
  padding: 10px 16px 10px 40px;
  margin: 10px 0px 10px 20px;
  border: 1px solid #4253b7;
  box-sizing: border-box;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .header__submenu-back {
    display: none;
  }
}
.header__submenu-back:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 20px;
  top: 21px;
  left: 32px;
  z-index: 20;
  background-image: url("/img/icons/arrow_white.svg");
}
@media (min-width: 992px) {
  .header__submenu-back:before {
    display: none;
  }
  .header__submenu-item a{
    font-size: 16px;
    font-weight: 600;
  }
}
.header__submenu-link, .header__subsubmenu-link, .header__deepmenu-link, .header__deepdeepmenu-link, .header__listing-item {
  position: relative;
  display: block;
  padding: 16px 0px 16px 0;
  /*border-top: 1px solid #F2F2F2;*/
  color: #333;
}
@media (max-width: 992px) {
  .header__submenu-link, .header__subsubmenu-link, .header__deepmenu-link, .header__deepdeepmenu-link, .header__listing-item {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    padding: 12px 0 12px 20px;
    border-top: 1px solid #303F9F;
    margin-top: 0px;
    color: #fff;
  }
}
.header__submenu-link:hover, .header__subsubmenu-link:hover, .header__deepmenu-link:hover, .header__deepdeepmenu-link:hover, .header__listing-item-link:hover {
  color: #303F9F;
  transition: all 0.3s linear;
}
.header__submenu-link:after, .header__subsubmenu-link:after, .header__deepmenu-link:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 12px;
  top: 21px;
  right: 12px;
}
.header__submenu-link--active:after, .header__subsubmenu-link--active:after, .header__deepmenu-link--active:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 12px;
  top: 21px;
  right: 12px;
  background-image: url("/img/icons/arrow_menu_active.svg");
}
.header__submenu-link--active, .header__subsubmenu-link--active, .header__deepmenu-link--active, .header__deepdeepmenu-link--active {
  color: #303F9F;
}
.header__subsubmenu-list {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 0px;
  left: 326px;
  z-index: 2;
  width: 300px;
  padding: 42px 35px 35px 35px;
}
@media (max-width: 1259px) {
  .header__subsubmenu-list {
    left: 290px;
    z-index: 2;
    width: 260px;
    padding: 42px 20px 35px 35px;
  }
}
@media (max-width: 1120px) {
  .header__subsubmenu-list {
    left: 260px;
    z-index: 2;
    width: 220px;
    padding: 42px 20px 35px 35px;
  }
}
.header__subsubmenu-list--active {
  display: block;
}
@media (max-width: 992px) {
  .header__subsubmenu-list--active {
    left: 0;
    top: 0px;
    z-index: 30;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    padding: 0px 0 0 0px;
    border-radius: 0;
    background-color: #243186;
    border-top: solid 1px #303F9F;
  }
}
.header__subsubmenu-title {
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  color: #333333;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .header__subsubmenu-title {
    display: none;
  }
}
.header__listing-list {
  position: absolute;
  width: 200px;
  height: 300px;
  column-count: 1;
  column-gap: 30px;
}
@media (max-width: 992px) {
  .header__listing-list {
    width: 100%;
    height: auto;
    column-count: 1;
    column-gap: 0;
  }
}
.header__listing-item-link {
  color: #333;
  font-weight: 500;
  font-size: 14px;
}
@media (max-width: 992px) {
  .header__listing-item-link {
    color: #fff;
  }
}
.header__deepmenu-list {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 0px;
  left: 301px;
  z-index: 2;
  width: 300px;
  padding: 42px 35px 35px 35px;
}
@media (max-width: 1259px) {
  .header__deepmenu-list {
    left: 260px;
    width: 280px;
    padding: 42px 20px 35px 15px;
  }
}
@media (max-width: 1120px) {
  .header__deepmenu-list {
    left: 210px;
    width: 270px;
  }
}
@media (max-width: 992px) {
  .header__deepmenu-list {
    left: 0;
    top: 0px;
    z-index: 30;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    padding: 0px 0 0 0px;
    border-radius: 0;
  }
}
.header__deepmenu-list--active {
  display: block;
}
@media (max-width: 992px) {
  .header__deepmenu-list--active {
    background-color: #243186;
  }
}
.header__deepdeepmenu-list {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 0px;
  left: 301px;
  z-index: 2;
  width: 300px;
  padding: 42px 35px 35px 35px;
}
@media (max-width: 1259px) {
  .header__deepdeepmenu-list {
    left: 280px;
    z-index: 2;
    width: 260px;
    padding: 42px 20px 35px 15px;
  }
}
@media (max-width: 1120px) {
  .header__deepdeepmenu-list {
    left: 260px;
    width: 240px;
  }
}
@media (max-width: 992px) {
  .header__deepdeepmenu-list {
    left: 0;
    top: 0px;
    z-index: 30;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    padding: 0px 0 0 0px;
    border-radius: 0;
  }
}
.header__deepdeepmenu-list--active {
  display: block;
}
@media (max-width: 992px) {
  .header__deepdeepmenu-list--active {
    background-color: #243186;
  }
}

/* Banner Start */
.banner {
  margin-top: 45px;
}
@media (max-width: 992px) {
  .banner {
    margin-top: 15px;
  }
}
.banner__item-big {
  border-radius: 16px;
}
@media (max-width: 600px) {
  .banner__item-big {
    display: none !important;
  }
}
.banner__item-small {
  border-radius: 16px;
  display: none !important;
}
@media (max-width: 600px) {
  .banner__item-small {
    display: block !important;
  }
}
.banner__item-inner {
  position: absolute;
  top: 0;
  left: 120px;
  bottom: 0;
  right: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 360px;
}
@media (max-width: 992px) {
  .banner__item-inner {
    left: 80px;
    height: 280px;
  }
}
@media (max-width: 800px) {
  .banner__item-inner {
    height: 240px;
  }
}
@media (max-width: 700px) {
  .banner__item-inner {
    height: 180px;
    left: 50px;
    justify-content: flex-start;
  }
}
@media (max-width: 600px) {
  .banner__item-inner {
    top: 30px;
    height: auto;
    justify-content: flex-start;
  }
}
@media (max-width: 600px) {
  .banner__item-inner {
    top: 0px;
    left: 0px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 12px 20px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.7);
  }
}
@media (max-width: 450px) {
  .banner__item-inner {
    padding: 6px 20px;
  }
}
.banner__title {
  display: none;
  font-weight: 600;
  font-size: 42px;
  line-height: 52px;
  color: #333333;
  margin-bottom: 20px;
  max-width: 450px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .banner__title {
    font-size: 30px;
    max-width: 380px;
    line-height: 40px;
  }
}
@media (max-width: 800px) {
  .banner__title {
    margin-bottom: 10px;
    font-size: 24px;
    max-width: 280px;
    line-height: 34px;
  }
}
@media (max-width: 600px) {
  .banner__title {
    max-width: 90%;
    margin-bottom: 10px;
  }
}
@media (max-width: 400px) {
  .banner__title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 4px;
  }
}
.banner__title span {
  font-weight: 600;
}
.banner__text {
  display: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  max-width: 400px;
  margin-top: 10px;
}
@media (max-width: 800px) {
  .banner__text {
    font-size: 14px;
    max-width: 300px;
    line-height: 24px;
    flex: 0;
  }
}
@media (max-width: 600px) {
  .banner__text {
    max-width: 90%;
    margin-bottom: 10px;
  }
}
@media (max-width: 450px) {
  .banner__text {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 6px;
  }
}
.banner__button {
  display: none;
  background: #303F9F;
  border-radius: 8px;
  color: #fff;
  padding: 18px 30px;
  width: 280px;
  height: 64px;
  margin-top: 80px;
}
@media (max-width: 1000px) {
  .banner__button {
    margin-top: 30px;
  }
}
@media (max-width: 800px) {
  .banner__button {
    width: 240px;
    height: 58px;
  }
}
@media (max-width: 700px) {
  .banner__button {
    display: none;
  }
}
.banner__inner .owl-next {
  position: absolute;
  top: 41%;
  right: -26px;
  width: 48px;
  height: 48px;
}
@media (max-width: 1300px) {
  .banner__inner .owl-next {
    display: none;
  }
}
.banner__inner .owl-prev {
  position: absolute;
  top: 41%;
  left: -26px;
  width: 48px;
  height: 48px;
}
@media (max-width: 1300px) {
  .banner__inner .owl-prev {
    display: none;
  }
}
@media (max-width: 1300px) {
  .banner__inner .owl-nav {
    display: none;
  }
}
.banner__inner .owl-prev:hover {
  width: 48px;
  height: 48px;
  top: 41%;
  right: -26px;
  background: url("../img/icons/arrow_prev.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner__inner .owl-next:hover {
  width: 48px;
  height: 48px;
  top: 41%;
  right: -26px;
  background: url("../img/icons/arrow_next.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 992px) {
  .banner .owl-dots {
    margin-top: 70px;
  }
}
@media (max-width: 800px) {
  .banner .owl-dots {
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  .banner .owl-dots {
    margin-top: 50px;
  }
}
@media (max-width: 460px) {
  .banner .owl-dots {
    margin-top: 30px;
  }
}
.banner .owl-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #BDBDBD !important;
}
.banner .owl-dot.active {
  background-color: #303F9F !important;
}
.banner .owl-dot + .owl-dot {
  margin-left: 16px;
}
@media (max-width: 800px) {
  .banner .owl-dot + .owl-dot {
    margin-left: 12px;
  }
}
@media (max-width: 600px) {
  .banner .owl-dot + .owl-dot {
    margin-left: 8px;
  }
}
@media (max-width: 460px) {
  .banner .owl-dot + .owl-dot {
    margin-left: 6px;
  }
}

/* Categories */
.categories {
  margin: 112px 0 0 0;
}
@media (max-width: 992px) {
  .categories {
    margin: 60px 0 0 0;
  }
}
@media (max-width: 600px) {
  .categories {
    margin: 30px 0 0 0;
  }
}
.categories__inner {
  display: flex;
  max-width: 100%;
  position: relative;
}
.categories__item {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0px 9px 8px 0px rgba(34, 60, 80, 0.06);
  border-radius: 8px;
  margin-bottom: 50px;
}
@media (max-width: 500px) {
  .categories__item {
    box-shadow: none;
    margin-bottom: 0px;
  }
}
.categories__item + .categories__item {
  margin-left: 16px;
}
.categories__img-cont {
  position: relative;
  width: 100% !important;
  height: 380px;
}
.categories__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.categories__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 32px 40px 32px;
  width: 100% !important;
  min-height: 340px;
  position: relative;
}
@media (max-width: 500px) {
  .categories__content {
    padding: 20px 0px;
    min-height: 320px;
  }
}
.categories__title {
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  max-width: 336px;
}
@media (max-width: 500px) {
  .categories__title {
    max-width: 100%;
    text-align: center;
  }
}
.categories__list {
  display: flex;
  flex-direction: column;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  padding-top: 14px;
  color: #303F9F;
  flex: 1;
  max-height: 160px;
  overflow: hidden;
}
@media (max-width: 500px) {
  .categories__list {
    text-align: center;
  }
}
.categories__links {
  position: relative;
  margin-bottom: 12px;
}
.categories__links:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  top: 11px;
  left: 0;
  background-color: #303F9F;
}
@media (max-width: 500px) {
  .categories__links:before {
    display: none;
  }
}
.categories__link {
  color: #333;
  padding-left: 8px;
}
.categories__link:hover {
  color: #303F9F;
  transition: all 0.5s linear;
}
.categories__button {
  background: #303F9F;
  border-radius: 4px;
  width: 100%;
  padding: 16px 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.categories .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.categories .owl-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #BDBDBD !important;
}
@media (max-width: 500px) {
  .categories .owl-dot {
    width: 4px;
    height: 4px;
  }
}
.categories .owl-dot.active {
  background-color: #303F9F !important;
}
.categories .owl-dot + .owl-dot {
  margin-left: 16px;
}
@media (max-width: 500px) {
  .categories .owl-dot + .owl-dot {
    margin-left: 8px;
  }
}

.categories .owl-next {
  position: absolute;
  top: 41%;
  right: -26px;
  width: 48px;
  height: 48px;
}
@media (max-width: 1300px) {
  .categories .owl-next {
    display: none;
  }
}
.categories .owl-prev {
  position: absolute;
  top: 41%;
  left: -26px;
  width: 48px;
  height: 48px;
}
@media (max-width: 1300px) {
  .categories .owl-prev {
    display: none;
  }
}
@media (max-width: 1300px) {
  .categories .owl-nav {
    display: none;
  }
}

/* Offer */
.offer {
  margin-top: 80px;
}
@media (max-width: 600px) {
  .offer {
    margin-top: 80px;
  }
}
.offer__top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.offer__top-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 43px;
  color: #333333;
}
@media (max-width: 600px) {
  .offer__top-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    width: 100%;
    text-align: center;
  }
}
.offer__top-link {
  display: none;
}
.offer__top-link--active {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #303F9F;
  display: inline-block;
  border-bottom: 1px solid #303F9F;
}
@media (max-width: 992px) {
  .offer__top-link--active {
    border-bottom: none;
    color: #303F9F;
  }
}
@media (max-width: 600px) {
  .offer__top-link--active {
    display: none;
  }
}
.offer__tabs {
  display: none;
  margin-top: 40px;
  

  justify-content: space-around;
  width: 100%;
  overflow-x: scroll;
  border-bottom: solid 1px #F2F2F2;
}
@media (max-width: 1100px) {
  .offer__tabs {
    justify-content: unset;
  }
}
@media (max-width: 600px) {
  .offer__tabs {
    margin-top: 20px;
  }
}
.offer__tabs::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  color: transparent;
}
.offer__tabs-item {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 0 30px 25px 30px;
  font-weight: 400;
  color: #333333;
}
.offer__tabs-item--active {
  color: #303F9F;
  border-bottom: solid 2px #303F9F;
}
.offer__tabs-item:hover {
  color: #303F9F;
  border-bottom: solid 2px #303F9F;
}
.offer__tabs-item.sale:hover {
  border-bottom: solid 2px #f91155;
}
.offer__tabs-item--active.sale {
  color: #f91155;
  border-bottom: solid 2px #f91155;
}
.offer__content {
  position: relative;
  margin-top: 20px;
}
.offer__content-item .no-js .owl-carousel, .offer .owl-carousel.owl-loaded {
  display: none;
}
.offer__content-item--active {
  display: block !important;
}
.offer__content-item .owl-next {
  position: absolute;
  top: 30%;
  right: 0;
  width: 48px;
  height: 48px;
}
.offer__content-item .owl-prev {
  position: absolute;
  top: 30%;
  left: 0;
  width: 48px;
  height: 48px;
}
.offer .sale {
  color: #f91155;
}

/* Product Card */
.product {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  height: auto;
  max-height: auto;
  text-align: center;
}
.product__images {
  width: 100% !important;
  height: 190px;
  position: relative;
  display: block;
}


@media (max-width: 360px) {
  .product__images {
    height: 200px;
  }
}
.product__images img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  transition: transform 0.4s ease-out;
  width: auto !important;
}

.product__favorite {
  position: absolute;
  top: 50px;
  right: 16px;
  z-index: 2;
  width: 22px;
  height: 22px;
  background-color: transparent;
  border: none;
  display: none;
}

.product:hover .product__favorite {
  display: block;
}

.product__favorite path {
  transition: .3s;
}

.product__favorite:hover path{
  fill: #F91155;
}

.product__favorite--active {
  background-image: url("../img/icons/wishlist_active.svg");
  display: block;
}

.product__favorite--active path{
  fill: #F91155;
}

@media (max-width: 500px) {
  .product__favorite {
    display: block;
    right: 0;
    top: 46px;
  }
}

.product__inner {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* @media (max-width: 992px) {
  .product__inner {
    padding: 0 10px 10px 10px;
    height: 210px;
  }
} */
/* @media (max-width: 450px) {
  .product__inner {
    height: 150px;
    padding: 0px 2px;
  }
} */
.product__labels {
  position: absolute;
  top: 18px;
  left: 16px;
  z-index: 5;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 500px) {
  .product__labels {
    flex-direction: column;
    top: 17px;
  }
}
.product__label-discount {
  font-weight: 300;
  font-size: 13px;
  line-height: 100%;
  color: #FFFFFF;
  background-color: #f91155;
  padding: 5px 10px;
  border-radius: 15px;
  margin-right: 6px;
}
@media (max-width: 500px) {
  .product__label-discount {
    font-size: 12px;
  }
}
.product__label-new {
  display: none;
  font-weight: 300;
  font-size: 14px;
  line-height: 135%;
  letter-spacing: -0.15px;
  color: #FFFFFF;
  padding: 4px 12px;
  border-radius: 20px;
  background-color: #01B02D;
}
@media (max-width: 500px) {
  .product__label-new {
    font-size: 12px;
    margin-top: 4px;
  }
}
.product__price {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  margin-top: 18px;
}

@media (max-width: 1920px) {
  .product__price {
    margin-bottom: 10px;
  }
}

@media (max-width: 600px) {
  .product__price {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 5px;
  }
}

@media (max-width: 400px) {
  .product__price {
    margin-top: 0px;
  }
}

.product__price-new {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #333333;
}

@media (max-width: 1200px) {
  .product__price-new {
    font-size: 16px;
  }

  .product__price-old {
    font-size: 14px;
    margin-left: 5px;
  }

  .product__price {
    margin-top: 5px;
  }
}

@media (max-width: 992px) {
  .product__price-new {
    font-size: 24px;
    line-height: 28px;
  }
}



@media (max-width: 550px) {
  .product__price-new {
    font-size: 16px;
  }
}
.product__price-old {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #8B8B8B;
  margin-left: 20px;
}

@media (max-width: 992px) {
  .product__price-old {
    font-size: 14px;
    line-height: 28px;
  }
}

@media (max-width: 600px) {
  .product__price-old {
    margin: 0;
  }
}

@media (max-width: 550px) {
  .product__price-old {
    font-size: 13px;
  }
}
.product__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  text-align: left;
  overflow: hidden;
  height: 56px;
  display: block;
}

@media (max-width: 1200px) {
  .product__name {
    margin-top: 0;
    font-size: 14px;
    line-height: 22px;
    height: 48px;
  }
}

@media (max-width: 1992px) {
  .product__name {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 12px;
  }
}

@media (max-width: 550px) {
  .product__name {
    font-size: 13px;
    overflow-y: hidden;
    margin-top: 0px;
    line-height: 20px;
    height: 40px;
    margin-bottom: 13px;
  }
}
.product__name:hover {
  color: #303F9F;
  transition: all 0.3s linear;
}
.product__category {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #8B8B8B;
  flex: 1;
  margin: 8px 0 10px 0;
  text-align: left;
}
@media (max-width: 550px) {
  .product__category {
    display: none;
    flex: 0;
  }
}
.product__button {
  display: block;
  position: relative;
  background: #F6F7F8;
  border-radius: 8px;
  max-height: 50px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #333333;
  width: 100%;
}

.catalog__main .product__button { 
  background: #304099;
  color: #fff;
}



.product__button:hover {
  background: #243186;
  color: #fff;
}

.product__button.button-click {
  background: #ECECEC;
  color: #333333;
  margin-bottom: 8px;
}

.product__button.button-click:hover {
  background: #E1E1E1;
}

.product .sale {
  color: #f91155;
}
.product__btn {
  padding: 15px 0;
  display: block;
}

.product__btn .mobile-text{
  display: none;
}

@media (max-width: 500px) {
  .product__btn .mobile-text{
    display: inline-block;
  }
  .product__btn .default-text{
    display: none;
  }
}

@media (max-width: 450px) {
  .product__btn {
    font-size: 13px;
    padding: 13px 0;
  }
}

/* Infoslide */
.infoslide {
  margin: 70px 0 120px 0;
}
@media (max-width: 700px) {
  .infoslide {
    margin: 60px 0 100px 0;
  }
}
.infoslide__wrapper {
  display: block;
  background: linear-gradient(90deg, #FDFBFB 0%, #EBEDEE 100%);
}
.infoslide__inner {
  padding: 56px 48px;
  border-radius: 12px;
  margin-bottom: 20px;
  background: url(../img/content/infoslide-2.png) no-repeat right;
}
@media (max-width: 840px) {
  .infoslide__inner {
    background: url(../img/content/infoslide-2.png) no-repeat right;
    background-size: 300px auto;
  }
}
@media (max-width: 700px) {
  .infoslide__inner {
    padding: 36px 28px;
  }
}
@media (max-width: 600px) {
  .infoslide__inner {
    background: url(../img/content/infoslide-2.png) no-repeat bottom right;
    background-size: 200px auto;
    height: 240px;
  }
}
.infoslide__left {
  max-width: 560px;
}
@media (max-width: 992px) {
  .infoslide__left {
    max-width: 360px;
  }
}
@media (max-width: 700px) {
  .infoslide__left {
    max-width: 280px;
  }
}
@media (max-width: 600px) {
  .infoslide__left {
    max-width: 100%;
  }
}
.infoslide__button {
  width: 100%;
  text-align: left;
  background-color: #5E5653;
  color: #fff;
  font-weight: normal;
  font-size: 20px;
  line-height: 13px;
  padding-bottom: 47px;
  border-bottom: 1px solid #BDBDBD;
}
.infoslide__button:hover {
  color: #bababa;
  transition: all 0.5s linear;
}
.infoslide__button-img {
  margin-left: 10px;
}
.infoslide__title {
  font-weight: 800;
  font-size: 36px;
  line-height: 44px;
  color: #333333;
  padding: 0px 0 21px 0;
}
@media (max-width: 992px) {
  .infoslide__title {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (max-width: 992px) {
  .infoslide__title {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 600px) {
  .infoslide__title {
    font-size: 19px;
    line-height: 30px;
  }
}
.infoslide__title span {
  font-weight: 300;
}
.infoslide__text {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #8B8B8B;
  padding-bottom: 30px;
}
@media (max-width: 600px) {
  .infoslide__text {
    display: none;
  }
}

/* Ads Start */
.ads {
  margin-top: 100px;
}
.ads__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ads__item {
  position: relative;
  max-width: 49%;
  background: #FCFCFC;
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  .ads__item {
    box-shadow: none;
    margin-bottom: 10px;
    background: #fff;
  }
}
.ads__item:last-child {
  max-width: 100%;
}
.ads__image {
  max-width: 100%;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.ads__label {
  position: absolute;
  top: 30px;
  left: 30px;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 15px;
  line-height: 16px;
  background: #FF9900;
  border-radius: 20px;
  padding: 6px 14px;
}
@media (max-width: 900px) {
  .ads__label {
    top: 15px;
    left: 15px;
  }
}
.ads__label.red {
  background: #f91155;
}
.ads__label.blue {
  background: #303F9F;
}
.ads__info {
  padding: 50px 32px 40px 32px;
  box-shadow: 0px 9px 8px 0px rgba(34, 60, 80, 0.06);
}
@media (max-width: 900px) {
  .ads__info {
    box-shadow: none;
  }
}
@media (max-width: 600px) {
  .ads__info {
    padding: 20px 8px 8px 8px;
    margin-bottom: 0px;
  }
}
.ads__title {
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 21px;
}
@media (max-width: 420px) {
  .ads__title {
    text-align: center;
  }
}
@media (max-width: 900px) {
  .ads__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 30px;
    height: 100%;
  }
}
@media (max-width: 600px) {
  .ads__title {
    margin-bottom: 10px;
  }
}
@media (max-width: 420px) {
  .ads__title {
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 30px;
  }
}
.ads__text {
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #757575;
  margin-bottom: 35px;
}
@media (max-width: 900px) {
  .ads__text {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 600px) {
  .ads__text {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
.ads__button {
  border: 1px solid #F2F2F2;
  box-sizing: border-box;
  border-radius: 4px;
  background: #F6F7F8;
  padding: 15px 25px;
  color: #333333;
}
@media (max-width: 900px) {
  .ads__button {
    width: 100%;
    padding: 25px 25px;
  }
}
.ads__item-desktop {
  position: relative;
  box-shadow: 0px 9px 8px 0px rgba(34, 60, 80, 0.06);
  margin-bottom: 50px;
}
@media (max-width: 900px) {
  .ads__item-desktop {
    display: none;
  }
}
.ads__label-desktop {
  position: absolute;
  top: 30px;
  left: 30px;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 15px;
  line-height: 16px;
  background: #FF9900;
  border-radius: 20px;
  padding: 6px 14px;
}
.ads__label-desktop.blue {
  background: #303F9F;
}
.ads .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.ads .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #BDBDBD !important;
}
@media (max-width: 500px) {
  .ads .owl-dot {
    width: 4px;
    height: 4px;
  }
}
.ads .owl-dot.active {
  background-color: #303F9F !important;
}
.ads .owl-dot + .owl-dot {
  margin-left: 16px;
}
@media (max-width: 500px) {
  .ads .owl-dot + .owl-dot {
    margin-left: 8px;
  }
}

/* News Start */
.news {
  padding-top: 40px;
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
  padding: 80px 0;
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 600px) {
  .news {
    border-top: none;
    border-bottom: none;
    padding: 20px 0;
    margin: 50px 0 30px 0;
  }
}
.news__inner {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 600px) {
  .news__inner {
    padding: 0;
  }
}
.news__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .news__title {
    font-weight: 900;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 30px;
  }
}
.news__text {
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #757575;
  margin-bottom: 70px;
}
@media (max-width: 600px) {
  .news__text {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20PX;
  }
}
.news__text span {
  font-weight: 600;
  color: #333;
}
.news__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 600px) {
  .news__bottom {
    display: block;
  }
}
.news__form {
  display: block;
  border: 1px solid #F2F2F2;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 3px 15px 3px 30px;
  margin-right: 16px;
  text-align: left;
  width: 100%;
}
.news__form-input {
  width: 100%;
  height: 56px;
  border: solid 1px #f2f2f2;
  margin-right: 20px;
  padding: 0 0 0 30px;
  border-radius: 8px;
}
.news__button {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  background: #12B923;
  border-radius: 4px;
  padding: 18px 54px;
}
@media (max-width: 600px) {
  .news__button {
    width: 100%;
  }
}

/* About Start */
.about {
  padding: 84px 0 6px 0;
}
@media (max-width: 600px) {
  .about {
    padding: 30px 0 6px 0;
  }
}
.about__accordion {
  margin: 0 0px 90px 0;
}
@media (max-width: 600px) {
  .about__accordion {
    margin: 0 0 40px 0;
  }
}
.about__item {
  position: relative;
  margin: 0 auto;
  border-top: 1px solid #F2F2F2;
}
.about__item--active .about__content {
  display: block;
}
.about__trigger {
  padding: 22px 20px 20px 48px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.01em;
  cursor: pointer;
}
@media (max-width: 600px) {
  .about__trigger {
    padding: 22px 40px 20px 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
  }
}
.about__trigger:before {
  content: "";
  position: absolute;
  top: 23px;
  right: 12px;
  width: 22px;
  height: 22px;
  background-image: url("/local/templates/main/img/icons/accordion_plus.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.about__item--active .about__trigger:before {
  display: none;
}
.about__item--active:before {
  content: "";
  position: absolute;
  top: 24px;
  right: 12px;
  width: 20px;
  height: 20px;
  background-image: url("/local/templates/main/img/icons/accordion_minus.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.about__content {
  display: none;
  padding-left: 48px;
  margin: 0;
  padding-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #333333;
  width: 95%;
}
@media (max-width: 600px) {
  .about__content {
    font-size: 14px;
    line-height: 24px;
    padding-left: 10px;
  }
}

/* Footer */
.footer {
  background-color: #F6F7F8;
  margin-top: 50px;
}
@media (max-width: 900px) {
  .footer {
    background-color: #243186;
  }
}
@media (max-width: 900px) {
  .footer__inner {
    width: 100%;
    padding: 6px 10px 0 10px;
  }
}
.footer__top {
  width: 100%;
  display: flex;
  height: 88px;
  justify-content: space-between;
  align-items: center;
  padding: 36px 0;
  border-bottom: 1px solid #F2F2F2;
}
@media (max-width: 900px) {
  .footer__top {
    padding-top: 30px;
    height: auto;
    border-bottom: none;
    padding: 0;
  }
}
.footer__top-list {
  display: flex;
}
@media (max-width: 900px) {
  .footer__top-list {
    display: none;
  }
}
.footer__top-item {
  padding-right: 32px;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: -0.24px;
  color: #757575;
}
@media (max-width: 900px) {
  .footer__top-item {
    font-size: 13px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.72);
  }
}
@media (max-width: 900px) {
  .footer__top-link {
    padding: 6px 0;
  }
}
@media (max-width: 900px) {
  .footer__top-link:first-child {
    padding-top: 0;
    line-height: 14px;
  }
}
.footer__middle {
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .footer__middle {
    display: flex;
    flex-direction: column;
    padding-top: 0px;
  }
}
@media (max-width: 900px) {
  .footer__search {
    display: none;
  }
}
.footer__column {
  width: 25%;
}
@media (max-width: 900px) {
  .footer__column {
    width: 100%;
  }
}
.footer__column-content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .footer__column-content {
    flex-direction: column;
    display: none;
    margin-bottom: 10px;
  }
}
.footer__column-content2 {
  display: flex;
  flex-direction: column;
}
@media (max-width: 900px) {
  .footer__column-content2 {
    display: none;
  }
}
.footer__column-content2:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 12px;
  top: 50%;
  right: 0px;
  z-index: 20;
}
.footer__column-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 900px) {
  .footer__column-title {
    color: #fff;
    max-width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 10px;
    padding: 10px 0;
  }
}
.footer__column-title:after {
  display: none;
}
@media (max-width: 900px) {
  .footer__column-title:after {
    display: block;
    content: "";
    position: absolute;
    background-image: url("../img/icons/arrow_down.svg");
    width: 12px;
    height: 7px;
    top: 19px;
    right: 7px;
    z-index: 20;
  }
}
.footer__column-title--active:after {
  display: none;
}
@media (max-width: 900px) {
  .footer__column-title--active:after {
    display: block;
    transform: rotate(180deg);
  }
}
@media (max-width: 900px) {
  .footer__column-title--marg {
    margin-top: 10px;
  }
}
.footer__column-content2--top {
  padding-top: 0px;
}
@media (max-width: 900px) {
  .footer__column-content2--top {
    padding-top: 10px;
    width: 100%;
  }
}
.footer__column-link {
  font-size: 13px;
  line-height: 20px;
  color: #757575;
  font-weight: 400;
}
@media (max-width: 900px) {
  .footer__column-link {
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.72);
  }
}
.footer__column-list {
  padding-bottom: 12px;
}
@media (max-width: 900px) {
  .footer__column-list {
    padding: 6px 0;
  }
}
@media (max-width: 900px) {
  .footer__column-list:first-child {
    border-top: none;
    padding-top: 0;
  }
}
@media (max-width: 900px) {
  .footer__column-list:last-child {
    padding-bottom: 20px;
  }
}
.footer__column-title--top {
  margin-top: 44px;
}
@media (max-width: 900px) {
  .footer__column-title--top {
    margin: 10px 0 0 0;
  }
}
.footer .blue {
  font-size: 13px;
  line-height: 20px;
  color: #303F9F;
}
@media (max-width: 900px) {
  .footer .blue {
    font-size: 13px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.72);
  }
}
.footer__tabs {
  display: flex;
  justify-content: space-around;
}
.footer__tabs-name {
  width: 50%;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: #757575;
  padding-bottom: 16px;
  border-bottom: 1px solid #F2F2F2;
}
@media (max-width: 900px) {
  .footer__tabs-name {
    color: #fff;
  }
}
.footer__tabs-name--active {
  display: block;
  color: #303F9F;
  border-bottom: 1px solid #303F9F;
}
@media (max-width: 900px) {
  .footer__tabs-name--active {
    font-size: 13px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.72);
    border-bottom: 2px solid rgba(255, 255, 255, 0.72);
  }
}
.footer__content {
  display: none;
  margin-top: 30px;
  font-size: 13px;
  line-height: 20px;
  color: #757575;
}
.footer__content--active {
  display: block;
}
.footer .phone {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.24px;
  color: #303F9F;
}
@media (max-width: 900px) {
  .footer .phone {
    font-size: 20px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.72);
  }
}
.footer__tabs-text {
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .footer__tabs-text {
    font-size: 13px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.72);
  }
}
.footer__social-text {
  font-size: 13px;
  line-height: 20px;
  color: #757575;
}
@media (max-width: 900px) {
  .footer__social-text {
    font-size: 13px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.72);
  }
}
.footer__info {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  max-width: 100%;
}
@media (max-width: 900px) {
  .footer__info {
    margin-top: 20px;
  }
}
.footer__info-text {
  font-size: 13px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.2px;
  color: #757575;
  max-width: 70%;
}
@media (max-width: 900px) {
  .footer__info-text {
    font-size: 13px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.72);
    max-width: 100%;
  }
}
.footer__info-logo {
  fill: #BDBDBD;
}
@media (max-width: 900px) {
  .footer__info-logo {
    display: none;
  }
}
.footer__info-logo:hover {
  fill: #000;
  transition: all 0.5s linear;
}
.footer__legal-list {
  display: flex;
  margin: 28px 0 32px 0;
}
@media (max-width: 900px) {
  .footer__legal-list {
    flex-direction: column;
  }
}
.footer__legal-item {
  margin-right: 45px;
  margin-top: 10px;
}
.footer__legal-link {
  color: #303F9F;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 900px) {
  .footer__legal-link {
    font-size: 13px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.72);
  }
}
.footer__bottom {
  padding: 22px 0 60px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 900px) {
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 6px 0 20px 0;
  }
}
.footer__bottom-text {
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.2px;
  color: #949495;
}
@media (max-width: 900px) {
  .footer__bottom-text {
    font-size: 13px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.72);
    margin-bottom: 20px;
  }
}
.footer__socials-list {
  display: flex;
  margin-top: 30px;
}
.footer__socials-image {
  fill: #828282;
  width: 32px;
  height: 32px;
  margin-right: 12px;
}
@media (max-width: 900px) {
  .footer__socials-image {
    fill: #fff;
  }
}
.footer__socials-image:hover {
  fill: #303F9F;
  transition: all 0.5s linear;
}
@media (max-width: 900px) {
  .footer__bottom-icon {
    display: none;
  }
}
.footer__bottom-iconmobile {
  display: none;
}
@media (max-width: 900px) {
  .footer__bottom-iconmobile {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.footer__bottom-img {
  margin-right: 15px;
}

/* Breadcrumbs */
.breadcrumbs {
  margin: 45px 0 0 0px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs__list {
  display: flex;
}
.breadcrumbs__list-item {
  position: relative;
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #8B8B8B;
  margin-right: 20px;
}
.breadcrumbs__list-item:before {
  content: "/";
  position: absolute;
  top: 0;
  right: -18px;
  width: 10px;
  height: 10px;
  color: #8B8B8B;
}
.breadcrumbs__list-item:last-child:before {
  display: none;
}
.breadcrumbs__list-link {
  color: #8B8B8B;
}
.breadcrumbs__list-link:hover {
  color: #303F9F;
  transition: all 0.3s ease;
}
.breadcrumbs__list:last-child {
  color: #303F9F !important;
}

/* Catalog */
.catalog {
  margin-top: 40px;
  /* Filters */
  /* Filters End */
}
@media (max-width: 992px) {
  .catalog {
    margin-top: 20px;
  }
}
.catalog__top {
  position: relative;
}
.catalog__top-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

@media (max-width: 992px) {
  .catalog__top-wrapper {
    padding-bottom: 14px;
    border-bottom: solid 1px #f2f2f2;
  }
}
.catalog__top-sort {
  display: none;
}
.catalog__top-sort.active {
  display: block;
  position: absolute;
  top: -20px;
  left: -10px;
  width: calc(100% + 20px);
  height: auto;
  z-index: 1000;
  background-color: #fff;
}
.catalog__top-sort.active .filters-sort {
  display: inline-block;
  position: relative;
  margin-top: 6px;
}

@media (max-width: 992px) {
  .catalog__top-sort.active .filters-sort {
    width: 100%;
    height: 100%;
  }
}
.catalog__top-sort.active .filters-sort__wrapper {
  position: absolute;
  z-index: 10;
  width: 100%;
}
@media (max-width: 992px) {
  .catalog__top-sort.active .filters-sort__wrapper {
    position: relative;
    height: 100%;
  }
}
.catalog__top-sort.active .filters-sort__name {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .catalog__top-sort.active .filters-sort__name {
    border: none;
    padding: 0;
  }
}

@media (max-width: 600px) {
  .catalog__top-sort.active .filters-sort__name {
    font-size: 16px;
  }
}
.catalog__top-sort.active .filters-sort__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 1000;
  margin-top: 6px;
  padding: 0 20px 20px 20px;
  border-bottom: solid 1px #f2f2f2;
}
.catalog__top-sort.active .filters-sort__back {
  display: flex;
  align-items: center;
  transform: rotate(90deg);
  margin-right: 20px
}
.catalog__top-sort.active .filters-sort__list {
  position: absolute;
  top: 48px;
  z-index: 10;
  width: 100%;
  height: auto;
  background-color: #fff;
  display: block;
}

@media screen and (max-width: 992px){
  .catalog__top-sort.active .filters-sort__list {
    padding: 0 20px;
    height: calc(100% - 64px);
  }
}
.catalog__top-sort.active .filters-sort__list-input {
  display: none;
}
.catalog__top-sort.active .filters-sort__list-name {
  position: relative;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  color: #333;
  width: 100%;
  padding: 12px 20px;
  border-top: solid 1px #f2f2f2;
}
@media screen and (max-width: 992px){
  .catalog__top-sort.active .filters-sort__list-name {
    padding: 16px 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
  }
}
.catalog__top-sort.active .filters-sort__list-button {
  display: none;
  background-color: #243186;
  color: #fff;
  width: 92vw;
  padding: 16px 0px;
  border-radius: 8px;
  text-align: center;
  margin: auto;
  position: absolute;
  left: 0;
  bottom: 340px;
  right: 0;
}
@media screen and (max-width: 992px){
  .filters-sort__list-inner {
    padding-bottom: 90px;
  }
  .catalog__top-sort.active .filters-sort__list-button {
    background: #304099;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 40px);
    height: 52px;
    margin-top: 20px;
    position: absolute;
    bottom: 24px;
  }
}
.catalog__top-other {
  display: none;
}
.catalog__top-other.active {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  position: absolute;
  top: -20px;
  left: -10px;
  width: calc(100% + 20px);
  height: auto;
  z-index: 1000;
  background-color: #fff;
/*   min-height: calc(100vh - 125px); */
overflow: auto;
}

.catalog__top-other.active .filters-other {
  width: 100%;
  max-width: 870px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
  height: 100%;
}

.catalog__top-other.active .other-filter {
  width: 100%;
  padding: 21px 0;
  border-bottom: solid 1px #f2f2f2;
}
.catalog__top-other.active .other-filter__name {
  display: block;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  cursor: pointer;
}
@media (max-width: 600px) {
  .catalog__top-other.active .other-filter__name {
    font-size: 14px;
    font-weight: 400;
  }
}
.catalog__top-other.active .other-filter__name.active {
  color: #243186;
}
.catalog__top-other.active .other-filter__list-wrapper {
  background: #fff;
}
.catalog__top-other.active .other-filter__list-top {
  display: none;
}
@media (max-width: 992px) {
  .catalog__top-other.active .other-filter__list-top {
    display: flex;
    justify-content: flex-start;
    padding: 21px 0;
    border-bottom: solid 1px #f2f2f2;
  }
}

.other-filter__list-back {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.catalog__top-other.active .other-filter__list-back img {
  transform: rotate(90deg);
}
.catalog__top-other.active .other-filter__list-nam {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #333333;
  margin-left: 20px;
}
.catalog__top-other.active .other-filter__list {
  display: none;
  position: absolute;
  top: -63px;
  left: 0px;
  width: 100%;
  height: auto;
  z-index: 100;
  background-color: #fff;
  min-height: calc(100% - 14px);
}
.catalog__top-other.active .other-filter__list.right {
  right: 0;
}
.catalog__top-other.active .other-filter__list.active {
  display: block;
}
.catalog__top-other.active .other-filter__list-label {
  display: block;
}
.catalog__top-other.active .other-filter__list-input {
  display: none;
}
.catalog__top-other.active .other-filter__list-name {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  color: #333;
  width: 100%;
  border-bottom: solid 1px #f2f2f2;
  padding: 21px 0;
  display: flex;
  align-items: center;
}
.catalog__top-other.active .other-filter__list-name::before {
  content: "";
  right: 10px;
  width: 20px;
  height: 20px;
  margin-right: 16px;
  display: block;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
  flex-shrink: 0;
}

.catalog__top-other.active .other-filter__list-input:checked + .other-filter__list-name::before {
  border: none;
  background: url(/local/templates/main/img/icons/filter-check.svg) center no-repeat #304099;
}
.catalog__top-other.active .other-filter__list-button {
  background-color: #243186;
  color: #fff;
  width: 92vw;
  padding: 16px 0px;
  border-radius: 8px;
  text-align: center;
  margin: auto;
  position: absolute;
  left: 0;
  bottom: 200px;
  right: 0;
}
.catalog__top-other.active .other-filter__list-inner {
  display: flex;
  padding: 16px 20px;
}
.catalog__top-other.active .other-filter__form-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 10px;
}
.catalog__top-other.active .other-filter__form-input {
  background-color: #f2f2f2;
  border-radius: 4px;
  max-width: 100px;
  padding: 10px 18px;
  margin-right: 30px;
}
.catalog .filters-other__wrapper {
  display: none;
}
@media (max-width: 992px) {
  .catalog .filters-other__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    border-bottom: solid 1px #f2f2f2;
  }

  .catalog .filters-other__wrapper + form {
    position: relative;
    padding-bottom: 74px;
    padding: 0 0 90px;
    min-height: calc(100% - 64px); 
  }

  .catalog .filter-form.open .other-filter__name{
    display: none;
  }
  .catalog .filter-form.open .catalog__top-other.active .other-filter{
    padding: 0;
  }

  .catalog__top-other.active .other-filter__list-name {
    padding: 16px 0;
    font-weight: normal;
  }
}
.catalog .filters-other__top-back {
  display: none;
}
@media (max-width: 992px) {
  .catalog .filters-other__top-back {
    display: flex;
    align-items: center;
    transform: rotate(90deg);
    margin-right: 20px;
    cursor: pointer;
  }
}
.catalog .filters-other__top-name {
  display: none;
}
@media (max-width: 992px) {
  .catalog .filters-other__top-name {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
  }
}
.catalog .filters-other__clear {
  display: none;
}
@media (max-width: 992px) {
  .catalog .filters-other__clear {
    display: block;
    background-color: #243186;
    color: #fff;
    width: 92vw;
    padding: 16px 0px;
    border-radius: 8px;
    text-align: center;
    margin: auto;
    position: absolute;
    left: 0;
    bottom: 187px;
    right: 0;
  }
}
.catalog__top-img img {
  vertical-align: middle !important;
  margin-left: 20px;
}
.catalog__top-img {
  display: none;
}
@media (max-width: 992px) {
  .catalog__top-img {
    display: block;
    margin: 0 10px 0 0;
  }
}
.catalog__top-title {
  font-weight: 400;
  font-size: 32px;
  line-height: 43px;
  color: #333333;
  margin: 0 0 20px 0px;
}
@media (max-width: 992px) {
  .catalog__top-title {
    font-weight: normal;
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 0 10px;
  }
}
@media (max-width: 750px) {
  .catalog__top-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
  }
}
@media (max-width: 450px) {
  .catalog__top-title {
    max-width: 60%;
    line-height: 22px;
    font-weight: 400;
  }
}


.catalog__inner {
  display: flex;
}
.catalog__aside {
  margin-right: 40px;
  width: 275px;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .catalog__aside {
    display: none;
  }
}
.catalog__main {
  width: 100%;
}
.catalog__accordion {
  width: 100%;
  margin-top: 62px;
  border-top: 1px solid #EDEDED;
}
.catalog .accordion__item {
  position: relative;
}
.catalog .accordion__item-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.catalog .accordion__item-trigger {
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  padding: 15px 0 15px 25px;
  transition: all 0.3s linear;
  position: relative;
  border-bottom: solid 1px #f2f2f2;
}
.catalog .accordion__item-trigger:after {
  content: "";
  position: absolute;
  top: 19px;
  right: 20px;
  z-index: 3;
  width: 12px;
  height: 12px;
  background-image: url("/img/icons/plus.svg");
}
.catalog .accordion__item-trigger--active:after {
  content: "";
  position: absolute;
  top: 24px;
  right: 20px;
  z-index: 3;
  width: 12px;
  height: 2px;
  background-image: url("/img/icons/minus.svg");
}
.catalog .accordion__item-trigger--active {
  border-bottom: none;
}
.catalog .accordion__item-content {
  display: none;
}
.catalog .accordion__item-input:checked ~ .accordion__item-content {
  display: block;
  transition: all 0.3s linear;
}
.catalog .accordion__item-category {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  padding: 2px 0 2px 30px;
}
.catalog .accordion__item-category:hover,
.catalog .accordion__subitem-category:hover {
  color: #303F9F;
}
.catalog .accordion__subitem {
  position: relative;
}
.catalog .accordion__subitem.current {
  background: #F3F3F3;
}
.catalog .accordion__subitem-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.catalog .accordion__subitem-trigger {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  padding: 8px 0 8px 30px;
  transition: all 0.3s linear;
  position: relative;
  border-bottom: solid 1px #f2f2f2;
}
.catalog .accordion__subitem-list {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  padding: 5.5px 0 5.5px 40px;
  transition: all 0.3s linear;
  position: relative;
  color: #333;
}
.catalog .accordion__subitem-list:hover {
  text-decoration: underline;
}
.catalog .accordion__subitem-link {
  color: #333;
}
.catalog .accordion__subitem-trigger:after {
  content: "";
  position: absolute;
  top: 16px;
  right: 22px;
  z-index: 3;
  width: 7px;
  height: 12px;
  background-image: url("/img/icons/accordion_right.svg");
  transform: rotate(90deg);
}
.catalog .accordion__subitem-trigger--active:after {
  content: "";
  position: absolute;
  top: 16px;
  right: 22px;
  z-index: 3;
  width: 7px;
  height: 12px;
  background-image: url("/img/icons/accordion_left.svg");
}
.catalog .accordion__subitem-trigger--active {
  border-bottom: none;
  color: #303F9F;
}
.catalog .accordion__subitem-content {
  display: none;
}
.catalog .accordion__subitem-content-full {
  padding-top: 1px;
}
.catalog .accordion__item-link {
  color: #333;
}
.catalog .accordion__subitem-link:hover,
.catalog .accordion__item-link:hover {
  text-decoration: underline;
}
.catalog .accordion__subitem-category {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #333333;
  padding: 0px 0 0px 40px;
  background-color: #F6F7F8;
}
.catalog .accordion__subitem-input:checked ~ .accordion__subitem-content {
  display: block;
  transition: all 0.3s linear;
}
.filters {
  display: flex;
}

.filters form{
  display: block;
  width: 100%;
  position: relative;
}

@media (max-width: 992px) {
  .filters {
    margin: 14px 0 0 0;
    z-index: 10000;
    position: sticky;
    top: -2px;
    background-color: #fff;
    padding: 10px 0px;
  }
}
@media (max-width: 600px) {
  .filters {
    display: none;
  }
}
.filters-sort {
  display: inline-block;
  position: relative;
  z-index: 99;
}

.filters-sort__back {
  display: none;
}
.filters-sort__name {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  padding: 0 55px 0 26px;
  border: 1px solid #E1E1E1;
  border-radius: 6px;
  cursor: pointer;
  height: 37px;
  display: flex;
	align-items: center;
  max-width: 160px;
}
.filters-sort__name:after {
  content: "";
  position: absolute;
  top: 0;
  right: 13px;
  z-index: 3;
  width: 20px;
  height: 100%;
  background: url("/local/templates/main/img/icons/arrow_filters_bottom-2.svg") center no-repeat !important;
}

@media screen and (max-width: 992px){
  .filters-sort__name:after {
    display: none;
  }
  
}

.filters-sort__name.active {
  border-color: #304099;
  color: #304099;
}

.filters-sort__name.active:after {
  background: url("/local/templates/main/img/icons/arrow_filters_top-2.svg") center no-repeat !important;
}

.filters-sort__list {
  display: none;
  position: absolute;
  top: 40px;
  width: 300px;
  padding: 24px 30px;
  background-color: #fff;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.01), 0px 50.0488px 40.0391px rgba(0, 0, 0, 0.01), 0px 30.1471px 24.1177px rgba(0, 0, 0, 0.01), 0px 19.3198px 15.4559px rgba(0, 0, 0, 0.01), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.01), 0px 7.88218px 6.30574px rgba(0, 0, 0, 0), 0px 4.5288px 3.62304px rgba(0, 0, 0, 0), 0px 1.99324px 1.59459px rgba(0, 0, 0, 0);
  border-radius: 8px;
}
.filters-sort__list.active {
  display: block;
}
.filters-sort__list-label {
  display: block;
}
.filters-sort__list-input {
  display: none;
}
.filters-sort__list-name {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 10px;
  cursor: pointer;
  color: #333;
  width: 100%;
}
.filters-sort__list-name::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 18px;
  border: 1px solid #E1E1E1;
  flex-shrink: 0;
  border-radius: 50%;
  flex-shrink: 0;
}

.filters-sort__list-input:checked + .filters-sort__list-name::before {
  border:none;
  background: url("/local/templates/main/img/icons/filter-active-point.svg") center no-repeat;
}

.filters-sort__list-button {
  display: none;
  background-color: #243186;
  color: #fff;
  width: 100%;
  padding: 16px 0;
  margin-top: 20px;
  border-radius: 8px;
}
.filters-sort.active {
  display: block;
  position: absolute;
  top: 120px;
  left: 0;
  width: 200px;
  height: 100%;
}
.filters .filters-other {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  width: 100%;
  border-top: 1px solid #EDEDED;
}
.filters .filters-other__filter {
  display: block;
/*   position: relative; */
  width: 100%;
  border-bottom: 1px solid #EDEDED;
  padding: 0;
}

.filters .filters-other__filter-first {
  border-top: 1px solid #EDEDED;
}

.filters .filters-other__filter .other-filter__name {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  padding: 20px 30px 20px 0;
  cursor: pointer;
  position: relative;
  color: #333333;
}

.filters .filters-other__filter .other-filter__name:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 20px;
  height: 100%;
  background: url(/local/templates/main/img/icons/arrow_filters_bottom-2.svg) center no-repeat;
}
.filters .filters-other__filter .other-filter__name.active:after {
  transform: rotate(180deg);
}

/* .filters .filters-other__filter .other-filter__name.active {
  color: #243186;
} */
/* .filters .filters-other__filter .other-filter__list-wrapper {
  max-height: 170px;
  overflow-y: scroll;
} */

.filters .filters-other__filter .other-filter__list-wrapper::-webkit-scrollbar {
  background-color: #fff;
  border-radius: 2px;
  width: 5px;
}
.filters .filters-other__filter .other-filter__list-wrapper::-webkit-scrollbar-thumb {
  height: 2px;
  background-color: #f2f2f2;
  border-radius: 2px;
  width: 3px;
}
.filters .filters-other__filter .other-filter__list-top {
  display: none;
}

@media (max-width: 600px) {
  .filters .filters-other__filter .other-filter__list-top {
    display: block;
  }
}
.filters .filters-other__filter .other-filter__list {
  display: none;
  width: 100%;
  z-index: 100;
  padding-bottom: 18px;
}
.filters .filters-other__filter .other-filter__list.right {
  right: 0;
}
.filters .filters-other__filter .other-filter__list.active {
  display: block;
}
.filters .filters-other__filter .other-filter__list-label {
  display: block;
}

.filters .filters-other__filter .other-filter__list-label.hide-label {
  display: none;
}

.filters .filters-other__filter .other-filter__list-label.hide-label.visible {
  display: block;
}

.filters .filters-other__filter .other-filter__list-input {
  display: none;
}

.other-filter__list-wrapper-other-items {
  display: none;
}

.other-filter__list-wrapper-other-items.visible {
  display: block;
}

@media screen and (max-width: 992px){
  .other-filter__list-wrapper-other-items {
    display: block;
  }
}

.open-other-items {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-decoration-line: underline;
  color: #304199;
  cursor: pointer;
}

@media screen and (max-width: 992px){
  .open-other-items {
    display: none;
  }
}

.filter-right-button {
  position: absolute;
  left: 100%;
  z-index: 999999;
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: -2px 3px 20px rgba(0, 0, 0, 0.1);
  padding: 10px;
  width: 215px;
  transition: .3s;
  display: none;
  opacity: 0;
}

.filter-right-button.visible {
  display: block;
  opacity: 1;
}

@media screen and (max-width: 992px){
  .filter-right-button.visible {
    display: none;
  }
}

.filter-right-button::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #fff;
  position: absolute;
  left: -7px;
  top: 28px;
  transform: rotate(45deg);
}

.filter-right-button .filter-list__button{
  margin: 0;
}

.filters .filters-other__filter .other-filter__list-name {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 10px;
  cursor: pointer;
  color: #333;
  width: 100%;
}
.filters .filters-other__filter .other-filter__list-name::before {
  content: "";
  right: 10px;
  width: 20px;
  height: 20px;
  margin-right: 16px;
  display: block;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
  flex-shrink: 0;
}

.filters .filters-other__filter .other-filter__list-input:checked + .other-filter__list-name::before {
  border: none;
  background: url(/local/templates/main/img/icons/filter-check.svg) center no-repeat #304099;
}

.filters .filters-other__filter .other-filter__list-button {
  background-color: #243186;
  color: #fff;
  width: 100%;
  height: 40px;
  margin-top: 20px;
  border-radius: 8px;
}
.filters .filters-other__filter .other-filter__list-inner {
  display: flex;
}
.filters .filters-other__filter .other-filter__form-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 10px;
}
.filters .filters-other__filter .other-filter__form-input {
  background-color: #f2f2f2;
  border-radius: 4px;
  max-width: 100px;
  padding: 10px 18px;
  margin-right: 30px;
}

.filter-price-range {
  gap: 0 10px;
}



@media screen and (min-width: 992px){
  .other-filter__form .other-filter__form-name {
    display: none;
  }
  .other-filter__form {
    width: 100%;
  }
}


.filters .filters-other__filter .other-filter__form-input.price-input {
  margin: 0;
  width: 100%;
  max-width: initial;
  background: none;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 17px;
}
.filters .filters-other__filter .other-filter__form-input.price-input:focus {
    border: solid 1px #FED246;
    border-radius: 4px;
}

.filter-list__button {
  background: #304099;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 52px;
  margin-top: 20px;
}

.filter-list__button.submit_filter.bottom {
  display: none;
}

.filter-list__button.submit_filter.bottom.visible {
  display: block;
}

@media screen and (max-width: 992px){
  .filter-list__button {
    position: absolute;
    bottom: 24px;
  }
  .filter-list__button.submit_filter.bottom {
    display: block;
  }
}

.filters__clear {
  color: #e64848;
  background: #F6F7F8;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 52px;
  margin-top: 20px;
}

.catalog__main-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 24px 20px;
  padding-top: 20px;
  position: relative;
  min-height: 370px;
}

@media screen and (max-width: 500px) {
  .catalog__main-list {
    gap: 16px 10px;
  }
}

@media screen and (max-width: 400px) {
  .catalog__main-list {
    gap: 8px 0;
  }
}

.catalog__main-list.product {
  margin-bottom: 32px;
}
.catalog .product {
  width: calc(33% - 12px); 
  padding: 0;
  position: relative;
}

.product__content-wrapper {
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.05);
  padding: 20px 30px 30px 30px;
  border-radius: 6px;
  width: 100%;
}

@media (max-width: 1200px) {
  .product__content-wrapper {
    padding: 22px 20px 16px;
  }
  .product__name {
    margin-top: 0;
    font-size: 14px;
    line-height: 22px;
    height: 48px;
  }
}

@media (max-width: 500px) {
  .product__content-wrapper {
    padding: 17px 4px 4px;
    box-shadow: none;
  }
}

@media (max-width: 900px) {
  .catalog .product {
    width: calc(50% - 11px);
  }
}

@media (max-width: 500px) {
  .catalog .product {
    width: calc(50% - 10px);
  }
}

@media (max-width: 400px) {
  .catalog .product {
    width: 50%;
  }
}

.pagination {
  margin-top: 80px;
  max-width: 100%;
}
@media (max-width: 992px) {
  .pagination {
    display: none;
  }
}
.pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
}

.pagination__list-item{
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ECECEC;
  overflow: hidden;
}

.pagination__list-item + .pagination__list-item {
  margin-left: 8px;
}
.pagination__list-link {
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #5E5E5E;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.pagination__list-link--active, .pagination .link__back, .pagination .link__forward {
  background: #F6F7F8;
  border-radius: 12px;
  padding: 8px 16px;
}

.pagination__list-link:hover {
  background:#E1E1E1;
}

.popular {
  margin-top: 50px;
}
@media (max-width: 560px) {
  .popular {
    margin-top: 50px;
  }
}
.popular__top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.popular__top-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 43px;
  color: #333333;
}
@media (max-width: 500px) {
  .popular__top-title {
    font-size: 20px;
    width: 100%;
    text-align: center;
    margin: 0 0 0 10px;
  }
}
.popular__top-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #303F9F;
  border-bottom: 1px solid #303F9F;
}
@media (max-width: 560px) {
  .popular__top-link {
    display: none;
  }
}
.popular__bottom-link {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #333333;
  margin-right: 20px;
  padding: 8px 14px;
  background: #FBFBFB;
  border-radius: 10px;
  margin-bottom: 10px;
}

.lastview {
  margin-top: 70px;
}
@media (max-width: 500px) {
  .lastview {
    margin-top: 30px;
  }
}
.lastview__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 43px;
  color: #333333;
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  .lastview__title {
    font-size: 20px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 0px;
  }
}
.lastview .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 30px;
}
.lastview .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #BDBDBD !important;
}
@media (max-width: 500px) {
  .lastview .owl-dot {
    width: 4px;
    height: 4px;
  }
}
.lastview .owl-dot.active {
  background-color: #303F9F !important;
}
.lastview .owl-dot + .owl-dot {
  margin-left: 16px;
}
@media (max-width: 500px) {
  .lastview .owl-dot + .owl-dot {
    margin-left: 8px;
  }
}
.lastview .owl-next {
  position: absolute;
  top: 40%;
  right: 0;
  width: 48px;
  height: 48px;
}
.lastview .owl-prev {
  position: absolute;
  top: 40%;
  left: 0;
  width: 48px;
  height: 48px;
}

.seo-text {
  margin: 80px 0;
}
@media (max-width: 992px) {
  .seo-text {
    margin: 40px 10px;
  }
}
.seo-text__inner {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
}

/* Card */
.card {
  margin-top: 40px;
  /* Лента слайдов */
}
@media (max-width: 600px) {
  .card {
    margin-top: 20px;
  }
}
.card__inner {
  display: flex;
  justify-content: space-between;
}
.card__main {
  max-width: 100%;
  width: 100%;
}
.card__wrapper {
  max-width: 710px;
}
@media (max-width: 1230px) {
  .card__wrapper {
    max-width: 600px;
  }
}
@media (max-width: 1120px) {
  .card__wrapper {
    max-width: 550px;
  }
}
@media (max-width: 1080px) {
  .card__wrapper {
    max-width: 500px;
  }
}
@media (max-width: 1020px) {
  .card__wrapper {
    max-width: 480px;
  }
}
@media (max-width: 992px) {
  .card__wrapper {
    max-width: 100%;
  }
}
.card .slick-list {
  overflow: hidden;
}
.card .slick-track {
  display: flex;
}
.card .slider {
  position: relative;
}
.card .slider__item {
  max-width: 710px;
  height: 600px;
  position: relative;
}
@media (max-width: 992px) {
  .card .slider__item {
    max-width: 100%;
    height: 480px;
  }
}
@media (max-width: 800px) {
  .card .slider__item {
    height: 400px;
  }
}
@media (max-width: 700px) {
  .card .slider__item {
    height: 350px;
  }
}
@media (max-width: 600px) {
  .card .slider__item {
    height: 300px;
  }
}
.card .slider__item-video {
  position: relative;
}
.card .slider__item-video iframe {
  object-fit: contain;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.card .slider__big-img {
  object-fit: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.card .slider__controll {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .card .slider__controll {
    display: none;
  }
}
.card .slider__controll-item {
  position: relative;
  width: 100px;
  height: 100px;
  cursor: pointer;
  margin: 0 4px;
}
.card .slider__controll-item img {
  object-fit: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.card .slider__controll-item--video {
  background-color: #fff;
  border: 2px solid #F4C531;
  border-radius: 10px;
  cursor: pointer;
  width: 80px;
  height: 80px;
}
.card .slider__controll-item--video img {
  width: 30px;
  height: 30px;
}
.card .slider__controll-item--video:after {
  background: #333;
  border-radius: 4px;
  color: #FFF;
  content: attr(data-tooltip);
  top: 30%;
  left: 110%;
  z-index: 20000;
  font-size: 13px;
  line-height: 20px;
  width: 108px;
  opacity: 0;
  padding: 6px 10px 6px 12px;
  position: absolute;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.card .slider__controll-item--video:hover:after {
  opacity: 1;
  visibility: visible;
}
.card .slick-arrow {
  position: absolute;
  top: 40%;
  z-index: 10000;
  font-size: 0;
}
@media (max-width: 992px) {
  .card .slick-arrow {
    display: none !important;
  }
}
.card .slick-arrow.slick-prev {
  left: 0;
  width: 40px;
  height: 40px;
  background: url("../img/icons/banner_left_arrow.svg") 0 0 no-repeat;
}
@media (max-width: 992px) {
  .card .slick-arrow.slick-prev {
    display: none;
  }
}
.card .slick-arrow.slick-next {
  right: 0;
  width: 40px;
  height: 40px;
  background: url("../img/icons/banner_right_arrow.svg") 0 0 no-repeat;
}
@media (max-width: 992px) {
  .card .slick-arrow.slick-next {
    display: none;
  }
}
.card .slick-dots {
  display: flex !important;
  position: absolute;
  bottom: 120px;
  left: 0;
  right: 0;
  z-index: 10000;
  margin: auto;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .card .slick-dots {
    bottom: -20px;
  }
}
.card .slick-dots li button {
  font-size: 0;
  background-color: #f2f2f2;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-right: 6px;
}
.card .slick-dots li.slick-active button {
  background-color: #303F9F;
}
.card .slider__label {
  position: absolute;
  top: 30px;
  left: 10px;
  z-index: 1000;
  border-radius: 4px;
  display: flex;
}
@media (max-width: 992px) {
  .card .slider__label {
    top: 10px;
    left: 10px;
  }
}
@media (max-width: 450px) {
  .card .slider__label {
    flex-direction: column;
    top: 0px;
  }
}
.card .slider__label-sale {
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  color: #fff;
  background: #f91155;
  border-radius: 20px;
  text-transform: none;
  padding: 6px 12px;
  width: auto;
  height: 28px;
  margin-right: 10px;
}
.card .slider__label-new {
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  color: #fff;
  background: #32B162;
  border-radius: 20px;
  text-transform: none;
  padding: 6px 12px;
  width: auto;
  height: 28px;
}
@media (max-width: 450px) {
  .card .slider__label-new {
    margin-top: 6px;
  }
}
.card .slider__favorite {
  position: absolute;
  top: 34px;
  right: 30px;
  z-index: 1000;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: none;
}
@media (max-width: 520px) {
  .card .slider__favorite {
    top: 6px;
    right: 6px;
  }
}
.card .slider__favorite:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  z-index: 1000;
  cursor: pointer;
  background-image: url("../img/icons/wishlist.svg");
}
@media (max-width: 520px) {
  .card .slider__favorite:before {
    top: 6px;
    right: 6px;
  }
}
.card .slider__favorite--active:before {
  background-image: url("../img/icons/wishlist_active.svg");
}
.card__info {
  max-width: 100%;
  margin-left: 20px;
  min-width: 480px;
}
@media (max-width: 992px) {
  .card__info {
    margin-left: 0px;
    min-width: 0px;
  }
}
.card__info-top {
  box-shadow: 0px 0px 26px 0px rgba(80, 84, 88, 0.04);
  min-width: 430px;
  max-width: 510px;
  border-radius: 8px;
  padding: 30px 30px 10px 30px;
}
@media (max-width: 992px) {
  .card__info-top {
    box-shadow: none;
    padding: 60px 10px 10px 10px;
    min-width: 0px;
    max-width: 100%;
  }
}
@media (max-width: 700px) {
  .card__info-top {
    box-shadow: none;
    padding: 60px 0px 10px 0px;
    border-bottom: solid 1px #f2f2f2;
  }
}
.card .top-info__labels {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.card .top-info__labels span {
  margin: 0 16px 10px 0px;
}
@media (max-width: 520px) {
  .card .top-info__labels span {
    margin: 0 8px 6px 0px;
  }
}
.card .top-info__labels-partner {
  background-color: #fff;
  color: #303F9F;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  padding: 7px 14px;
  border-radius: 20px;
  border: solid 1px #303F9F;
  position: relative;
}
@media (max-width: 520px) {
  .card .top-info__labels-partner {
    font-size: 12px;
    line-height: 14px;
    padding: 7px 10px;
  }
}
.card .top-info__labels-free, .card .top-info__labels-fast {
  background-color: #8F47AA;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  padding: 7px 14px;
  border-radius: 20px;
  border: solid 1px #8F47AA;
  position: relative;
}
.card .top-info__labels-sale, .card .top-info__labels-fast {
  background-color: #af07ff;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  padding: 7px 14px;
  border-radius: 20px;
  border: solid 1px #af07ff;
  position: relative;
}
@media (max-width: 520px) {
  .card .top-info__labels-free, .card .top-info__labels-fast {
    font-size: 12px;
    line-height: 14px;
    padding: 7px 10px;
  }
  .card .top-info__labels-sale, .card .top-info__labels-fast {
    font-size: 12px;
    line-height: 14px;
    padding: 7px 10px;
  }
}
.card .top-info__labels-free:after {
  background: #333;
  border-radius: 4px;
  color: #FFF;
  content: attr(data-tooltip);
  top: 40px;
  left: 0;
  z-index: 20000;
  line-height: 20px;
  width: 200px;
  opacity: 0;
  padding: 6px 10px;
  position: absolute;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.card .top-info__labels-sale:after {
  background: #333;
  border-radius: 4px;
  color: #FFF;
  content: attr(data-tooltip);
  top: 40px;
  left: 0;
  z-index: 20000;
  line-height: 20px;
  width: 200px;
  opacity: 0;
  padding: 6px 10px;
  position: absolute;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.card .top-info__labels-fast:after {
  background: #333;
  border-radius: 4px;
  color: #FFF;
  content: attr(data-tooltip);
  top: 40px;
  right: 0px;
  z-index: 20000;
  line-height: 20px;
  width: 200px;
  opacity: 0;
  padding: 6px 10px;
  position: absolute;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.card .top-info__labels-partner:hover:after, .card .top-info__labels-free:hover:after, .card .top-info__labels-fast:hover:after {
  opacity: 1;
  visibility: visible;
}
.card .top-info__labels-partner:hover:after, .card .top-info__labels-sale:hover:after, .card .top-info__labels-fast:hover:after {
  opacity: 1;
  visibility: visible;
}
.card .top-info__labels-loyalty {
  /*font-weight: 400;
  color: #333;
  background-color: #F4C531;
  padding: 7px 14px;
  font-size: 15px;
  border-radius: 4px;*/
  display: none;
}
@media (max-width: 520px) {
  .card .top-info__labels-loyalty {
    font-size: 13px;
    line-height: 14px;
    padding: 7px 8px;
  }
}
.card .top-info__labels-loyalty a {
  color: #333;
}
.card .top-info__title {
  font-weight: 500;
  font-size: 30px;
  line-height: 38px;
}
@media (max-width: 520px) {
  .card .top-info__title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 320px) {
  .card .top-info__title {
    font-size: 18px;
    line-height: 30px;
  }
}
.card .top-info__art {
  display: flex;
  margin-top: 12px;
}
.card .top-info__collection {
  display: flex;
}
.card .top-info__art-title, .card .top-info__art-inn, .card .top-info__collection-title {
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #757575;
  margin-right: 7px;
}
.card .top-info__collection-inn {
  color: #303F9F;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
}
.card .top-info__collection-inn:hover {
  text-decoration: underline;
}
.card .top-info__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  padding-top: 15px;
  border-top: solid 1px #f2f2f2;
}
.card .top-info__price-2 {
  display: flex;
  align-items: baseline;
}
.card .top-info__price-new {
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  margin-right: 16px;
}
@media (max-width: 520px) {
  .card .top-info__price-new {
    font-size: 26px;
    line-height: 36px;
    margin-right: 10px;
  }
}
.card .top-info__price-old {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #757575;
  text-decoration: line-through;
}
@media (max-width: 520px) {
  .card .top-info__price-old {
    font-size: 13px;
    line-height: 20px;
  }
}
.card .top-info__sell {
  display: flex;
  flex-direction: column;
  margin: 10px 0 20px 0;
}
@media (max-width: 520px) {
  .card .top-info__sell {
    margin: 20px 0 30px 0;
  }
}
.card .top-info__sell-bank {
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #333;
  margin-bottom: 6px;
}
.card .top-info__sell-bank:hover {
  text-decoration: underline;
  transition: all ease 0.3s;
}
.card .top-info__sell-find {
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #303F9F;
  border-bottom: 1px dotted #757575;
  background-color: #fff;
}
@media (max-width: 520px) {
  .card .top-info__sell-find {
    margin-bottom: 10px;
  }
}
.card .top-info__sell-inn {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media (max-width: 520px) {
  .card .top-info__sell-inn {
    flex-direction: column;
    margin-top: 10px;
  }
}
.card .top-info__sell-low {
  border-bottom: 1px dotted #757575;
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #757575;
  margin-top: 6px;
  background-color: #fff;
}
.card .top-info__buttons {
  display: flex;
  justify-content: space-around;
  margin: 16px 0;
}
@media (max-width: 992px) {
  .card .top-info__buttons {
    margin: 0;
    position: fixed;
    bottom: 0;
    z-index: 10000;
    width: 100%;
    background-color: #fff;
    padding: 6px 0;
    right: 0;
  }
}
.card .top-info__option {
  padding: 20px 0;
  border-top: solid 1px #f2f2f2;
}
@media (max-width: 992px) {
  .card .top-info__option {
    display: none;
  }
}
.card .top-info__button-sell {
  width: 49%;
  padding: 18px 0;
  background: #303F9F;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
}
@media (max-width: 992px) {
  .card .top-info__button-sell{
    width: 48%;
  }
}
.card .top-info__button-click {
  width: 49%;
  padding: 20px 0;
  background: #F6F7F8;
  border-radius: 8px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .card .top-info__button-sell{
    width: 48%;
  }
}
.card .top-info__buttons-text {
  max-width: 100%;
  text-align: center;
  margin: 20px 0 30px 0;
  padding: 20px 14px;
  border: solid 2px #FED246;
}
.card .top-info__button-not {
  width: 100%;
  height: 60px;
  border-radius: 8px;
}
.card .top-info__button-not:hover {
  background: #243186;
  transition: all linear 0.3s;
  color: #fff;
}
.card .top-info__button-sell:hover {
  background: #243186;
  transition: all linear 0.3s;
}
.card .top-info__button-click:hover {
  background: #303F9F;
  color: #fff;
  transition: all linear 0.3s;
}
.card .top-info__option-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.card .top-info .option-content {
  margin-top: 10px;
}
.card .top-info .option-content__item {
  display: flex;
  margin-bottom: 6px;
}
.card .top-info .option-content__item-name {
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  color: #757575;
  width: 50%;
  display: inline-block;
}
.card .top-info .option-content__item-subname {
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  color: #333333;
  display: inline-block;
  width: 50%;
}
.card .top-info .option-content__item-link {
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #303F9F;
  border-bottom: 1px dotted #757575;
  margin-top: 10px;
  cursor: pointer;
}
.card .top-info .pack {
  position: relative;
}
.card .top-info .pack__title {
  display: flex;
  padding: 15px 0;
  border-top: solid 1px #f2f2f2;
  cursor: pointer;
  display: flex;
  align-items: baseline;
}
@media (max-width: 520px) {
  .card .top-info .pack__title {
    flex-direction: column;
  }
}
.card .top-info .pack__title-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-right: 10px;
}
@media (max-width: 520px) {
  .card .top-info .pack__title-name {
    margin-bottom: 6px;
  }
}
.card .top-info .pack__title-price {
  /*font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #757575;*/
  display: none;
}
@media (max-width: 520px) {
  .card .top-info .pack__title-price {
    font-size: 12px;
  }
}
.card .top-info .pack__title:before {
  content: "";
  position: absolute;
  top: 18px;
  right: -4px;
  width: 22px;
  height: 22px;
  background-image: url("/local/templates/main/img/icons/accordion_plus.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 520px) {
  .card .top-info .pack__title:before {
    top: 15px;
    right: 2px;
  }
}
.card .top-info .pack__title.active:before {
  content: "";
  position: absolute;
  top: 18px;
  right: -4px;
  width: 20px;
  height: 20px;
  background-image: url("/local/templates/main/img/icons/accordion_minus.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 520px) {
  .card .top-info .pack__title.active:before {
    top: 15px;
    right: 2px;
  }
}
.card .top-info .pack__title.active + .pack__content {
  display: block;
  padding-bottom: 10px;
}
.card .top-info .pack__content {
  display: none;
}
.card .top-info .pack__content-item {
  position: relative;
  padding: 3px 0;
}
.card .top-info .pack__label {
  cursor: pointer;
}
.card .top-info .pack__input {
  display: none;
}
.card .top-info .pack__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.card .top-info .pack__text span {
  color: #333;
  font-weight: 500;
}
.card .top-info .pack__text-free {
  color: #333;
}
.card .top-info .pack__fake {
  position: absolute;
  top: 10px;
  right: -2px;
  z-index: 10;
  width: 14px;
  height: 14px;
  border: solid 2px #303F9F;
  border-radius: 50%;
}
@media (max-width: 520px) {
  .card .top-info .pack__fake {
    top: 8px;
    right: 4px;
  }
}
.card .top-info .pack__fake:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background-color: #303F9F;
  border-radius: 50%;
  opacity: 0;
  transition: all linear 0.3s;
}
.card .top-info .pack__input:checked + .pack__fake:after {
  opacity: 1;
}
.card .top-info .pack__content-link {
  display: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #303F9F;
  margin: 16px 0;
  border-bottom: 1px dotted #757575;
}
.card .top-info .grav {
  position: relative;
}
.card .top-info .grav__title {
  display: flex;
  padding: 15px 0;
  border-top: solid 1px #f2f2f2;
  cursor: pointer;
  display: flex;
  align-items: baseline;
}
@media (max-width: 520px) {
  .card .top-info .grav__title {
    flex-direction: column;
  }
}
.card .top-info .grav__title-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-right: 10px;
}
@media (max-width: 520px) {
  .card .top-info .grav__title-name {
    margin-bottom: 6px;
  }
}
.card .top-info .grav__title:before {
  content: "";
  position: absolute;
  top: 18px;
  right: -4px;
  width: 22px;
  height: 22px;
  background-image: url("/local/templates/main/img/icons/accordion_plus.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 520px) {
  .card .top-info .grav__title:before {
    top: 15px;
    right: 2px;
  }
}
.card .top-info .grav__title.active:before {
  content: "";
  position: absolute;
  top: 18px;
  right: -4px;
  width: 20px;
  height: 20px;
  background-image: url("/local/templates/main/img/icons/accordion_minus.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 520px) {
  .card .top-info .grav__title.active:before {
    top: 15px;
    right: 2px;
  }
}
.card .top-info .grav__title.active + .grav__content {
  display: block;
}
.card .top-info .grav__content {
  display: none;
}
.card .top-info .grav__content-item {
  position: relative;
  padding: 6px 0;
}
.card .top-info .grav__label {
  cursor: pointer;
}
.card .top-info .grav__input {
  display: none;
}
.card .top-info .grav__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.card .top-info .grav__fake {
  position: absolute;
  top: 10px;
  right: -2px;
  z-index: 10;
  width: 14px;
  height: 14px;
  border: solid 2px #303F9F;
}
@media (max-width: 520px) {
  .card .top-info .grav__fake {
    top: 15px;
    right: 4px;
  }
}
.card .top-info .grav__fake:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background-color: #303F9F;
  opacity: 0;
  transition: all linear 0.3s;
}
.card .top-info .grav__input:checked + .grav__fake:after {
  opacity: 1;
}
.card .top-info .grav__info-day {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #5E5E5E;
}
.card .top-info .grav__info-pay {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 6px 0;
  color: #5E5E5E;
}
.card .top-info .grav__info-link {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #303F9F;
  border-bottom: 1px dotted #757575;
}
.card .top-info .grav__info-price {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #5E5E5E;
  margin: 0 0 3px 0;
}
.card .top-info .grav__title-price {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #757575;
}
@media (max-width: 520px) {
  .card .top-info .grav__title-price {
    font-size: 12px;
  }
}
.card__bottom {
  margin: 0 20px;
  padding-top: 30px;
}
@media (max-width: 992px) {
  .card__bottom {
    margin: 0 10px;
    padding-top: 0px;
  }
}
@media (max-width: 520px) {
  .card__bottom {
    margin: 0px;
  }
}
.card .info-bottom {
  margin: 0px 0px 16px 0px;
}
.card .info-bottom__description, .card .info-bottom__list {
  margin-top: 30px;
}
@media (max-width: 520px) {
  .card .info-bottom__description, .card .info-bottom__list {
    margin-top: 24px;
  }
}
.card .info-bottom__description-title, .card .info-bottom__list-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
.card .info-bottom__description-text, .card .info-bottom__list-text {
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  margin-top: 20px;
  margin: 20px 0px 0 0px;
}
@media (max-width: 520px) {
  .card .info-bottom__description-text, .card .info-bottom__list-text {
    font-size: 13px;
    line-height: 23px;
    margin: 10px 0px 0 0px;
  }
}
.card__accordion {
  margin-top: 40px;
}
.card .accordion-item {
  position: relative;
}
.card .accordion-item--active .accordion-item__content {
  display: block;
}
.card .accordion-item--mobile {
  display: none;
}
@media (max-width: 992px) {
  .card .accordion-item--mobile {
    display: block;
  }
}
.card .accordion-item__trigger {
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  padding: 16px 0 0 0;
  margin: 0px 0px 16px 0px;
  border-top: solid 1px #f2f2f2;
}
@media (max-width: 992px) {
  .card .accordion-item__trigger {
    font-weight: 500;
    font-size: 17px;
    line-height: 30px;
  }
}
.card .accordion-item__trigger:before {
  content: "";
  position: absolute;
  top: 22px;
  right: 8px;
  width: 22px;
  height: 22px;
  background-image: url("../img/icons/accordion_plus.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.card .accordion-item--active:before {
  content: "";
  position: absolute;
  top: 22px;
  right: 8px;
  width: 20px;
  height: 20px;
  background-image: url("/local/templates/main/img/icons/accordion_minus.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.card .accordion-item__content {
  padding-bottom: 30px;
}
.card .accordion-item--active .accordion-item__trigger:before {
  display: none;
}
.card .accordion-item__content {
  display: none;
  color: #333333;
}
.card .accordion-item .item-accordion__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.card .accordion-item .item-accordion__item-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 520px) {
  .card .accordion-item .item-accordion__item-name {
    font-size: 12px;
    line-height: 24px;
  }
}
.card .accordion-item .item-accordion__item-subname {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 520px) {
  .card .accordion-item .item-accordion__item-subname {
    font-size: 12px;
    line-height: 24px;
  }
}
.card .main-info {
  margin-top: 20px;
  padding: 30px;
  box-shadow: 0px 0px 26px 0px rgba(80, 84, 88, 0.04);
  border-radius: 8px;
  padding: 30px 30px;
  max-width: 510px;
}
@media (max-width: 992px) {
  .card .main-info {
    box-shadow: none;
    max-width: 100%;
  }
}
.card .main-info__tabs {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 992px) {
  .card .main-info__tabs {
    flex-direction: column;
  }
}
.card .main-info__tabs-name {
  width: 33%;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #333;
  padding-bottom: 16px;
  border-bottom: 1px solid #F2F2F2;
}
@media (max-width: 992px) {
  .card .main-info__tabs-name {
    width: 100%;
  }
}
.card .main-info__tabs-name--active {
  display: block;
  color: #303F9F;
  border-bottom: 1px solid #303F9F;
}
@media (max-width: 992px) {
  .card .main-info__tabs-name--active {
    display: block;
    color: #303F9F;
    border-bottom: 1px solid #303F9F;
  }
}
.card .main-info__content {
  display: none;
  font-size: 13px;
  line-height: 20px;
  color: #757575;
}
@media (max-width: 520px) {
  .card .main-info__content {
    display: block;
  }
}
.card .main-info__content--active {
  display: block;
}
@media (max-width: 992px) {
  .card .main-info {
    display: none;
  }
}
.card .main-info__content-link {
  display: block;
  font-weight: 300;
  font-size: 15px;
  line-height: 28px;
  color: #303F9F;
  margin: 16px 0 0 0;
}
.card .city-content {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #F2F2F2;
}
.card .city-content__text {
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: #333;
}
.card .city-content__price {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #333;
}
.card .region-content {
  padding: 16px 0;
  border-bottom: 1px solid #F2F2F2;
}
.card .region-content__text {
  font-weight: 300;
  font-size: 15px;
  line-height: 28px;
  color: #333;
  margin-right: 10px;
  padding-right: 10px;
}
.card .region-content__city {
  color: #303F9F;
}
.card .region-content__date {
  color: #303F9F;
}
.card .price-content {
  padding: 16px 0 0 0;
}
.card .price-content__text {
  font-weight: 300;
  font-size: 15px;
  line-height: 28px;
  color: #333;
}
.card .payment-content {
  margin: 16px 0;
}
.card .payment-content__text {
  font-weight: 300;
  font-size: 15px;
  line-height: 29px;
  color: #333;
}
.card .payment-content__link {
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  color: #303F9F;
  border-bottom: 1px dotted #757575;
}
.card .garanty-content {
  margin-top: 20px;
}
.card .garanty-content__text {
  font-weight: 300;
  font-size: 15px;
  line-height: 28px;
  margin-top: 6px;
  color: #333;
}

/* Pop Ups */
.modal-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 50000;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.modal {
  background-color: #fff;
  min-width: 270px;
  max-width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
@media (max-width: 650px) {
  .modal {
    margin: 0 10px;
  }
}

.modal-overlay--visible {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}

.modal--visible {
  display: block;
  border-radius: 10px;
}

.popup__close img {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 14px;
  height: 14px;
  color: #333;
  font-size: 12px;
  z-index: 10000;
  background-color: #fff;
  text-decoration: underline;
}

.popup-click__content,
.popup-call__content,
.popup-lower__content {
  position: relative;
  max-width: 600px;
  padding: 30px 100px;
}
@media (max-width: 650px) {
  .popup-click__content,
  .popup-call__content,
  .popup-lower__content {
    padding: 30px 50px;
  }
}
@media (max-width: 460px) {
  .popup-click__content,
  .popup-call__content,
  .popup-lower__content {
    padding: 15px 20px;
  }
}
.popup-click__close,
.popup-call__close,
.popup-lower__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  color: #333;
  z-index: 10000;
}
.popup-click__title,
.popup-call__title,
.popup-lower__title {
  font-size: 26px;
  width: 100%;
  text-align: center;
  font-weight: 700;
  margin-top: 10px;
  line-height: 32px;
}
@media (max-width: 460px) {
  .popup-click__title,
  .popup-call__title,
  .popup-lower__title {
    margin-top: 20px;
    font-weight: 800;
    font-size: 22px;
  }
}
.popup-click__text,
.popup-call__text,
.popup-lower__text {
  margin-top: 20px;
  text-align: center;
  line-height: 24px;
  color: #5E5E5E;
  font-weight: 400;
}
@media (max-width: 460px) {
  .popup-click__text,
  .popup-call__text,
  .popup-lower__text {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    line-height: 20px;
  }
}
.popup-click__form,
.popup-call__form,
.popup-lower__form {
  display: block;
  /*border: 1px solid #757575;*/
  box-sizing: border-box;
  border-radius: 3px;
  padding: 3px 10px 3px 20px;
  margin-right: 16px;
  text-align: left;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 460px) {
  .popup-click__form,
  .popup-call__form,
  .popup-lower__form {
    margin-top: 18px;
  }
}
.popup-click__form-input,
.popup-call__form-input,
.popup-lower__form-input {
  width: 100%;
  height: 40px;
  border: solid 1px #f2f2f2;
  margin-bottom: 16px;
  padding: 10px;
  border-radius: 6px;
}
.popup-click__button,
.popup-call__button,
.popup-lower__button {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  background: #303F9F;
  border-radius: 4px;
  padding: 18px 54px;
  margin: 20px 0 30px 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 460px) {
  .popup-click__button,
  .popup-call__button,
  .popup-lower__button {
    margin-top: 10px;
  }
}
.popup-click__button:hover,
.popup-call__button:hover,
.popup-lower__button:hover {
  background: #243186;
}
.popup-click__rules,
.popup-call__rules,
.popup-lower__rules {
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
  margin-bottom: 20px;
}
.popup-click__rules a,
.popup-call__rules a,
.popup-lower__rules a {
  color: #303F9F;
}

.popup-cheaper__content {
  position: relative;
  max-width: 600px;
  padding: 30px 50px;
}
@media (max-width: 650px) {
  .popup-cheaper__content {
    padding: 30px 50px;
  }
}
@media (max-width: 460px) {
  .popup-cheaper__content {
    padding: 15px 20px;
  }
}
.popup-cheaper__title {
  font-size: 26px;
  width: 100%;
  text-align: center;
  font-weight: 700;
  margin-top: 8px;
  line-height: 32px;
}
@media (max-width: 460px) {
  .popup-cheaper__title {
    margin-top: 20px;
    font-weight: 800;
    font-size: 22px;
  }
}
@media (max-width: 360px) {
  .popup-cheaper__title {
    font-size: 18px;
  }
}
.popup-cheaper__desc {
  display: flex;
  justify-content: left;
  align-items: center;
  margin: 16px 0 10px 0;
  border-bottom: solid 1px #f2f2f2;
}
@media (max-width: 460px) {
  .popup-cheaper__desc {
    border-bottom: none;
    margin: 10px 0 10px 0;
  }
}
.popup-cheaper__desc-img {
  width: 90px;
  height: 90px;
}
@media (max-width: 460px) {
  .popup-cheaper__desc-img {
    display: none;
  }
}
.popup-cheaper__desc-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 10px;
}
@media (max-width: 460px) {
  .popup-cheaper__desc-wrapper {
    display: none;
  }
}
.popup-cheaper__desc-title {
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  margin-left: 10px;
}
.popup-cheaper__desc-price {
  display: block;
  font-size: 16px;
  margin-top: 4px;
  font-weight: 600;
  margin-left: 10px;
}
.popup-cheaper__text {
  margin-top: 14px;
  text-align: left;
  line-height: 24px;
  color: #333;
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 460px) {
  .popup-cheaper__text {
    font-size: 14px;
    font-weight: 400;
    margin-top: 0;
    line-height: 20px;
  }
}
.popup-cheaper__form {
  display: block;
  /*border: 1px solid #757575;*/
  box-sizing: border-box;
  border-radius: 3px;
  /*padding: 3px 10px 3px 20px;*/
  margin-right: 16px;
  text-align: left;
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 460px) {
  .popup-cheaper__form {
    margin-top: 18px;
  }
}
@media (max-width: 360px) {
  .popup-cheaper__form {
    margin-top: 8px;
  }
}
.popup-cheaper__form-input {
  width: 100%;
  height: 40px;
  border: solid 1px #f2f2f2;
  margin-bottom: 8px;
  padding: 10px;
  border-radius: 6px;
}
.popup-cheaper__button {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  background: #303F9F;
  border-radius: 8px;
  padding: 18px 54px;
  margin: 0px 0 30px 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 460px) {
  .popup-cheaper__button {
    margin-top: 10px;
  }
}
@media (max-width: 360px) {
  .popup-cheaper__button {
    margin-top: 0px;
  }
}
.popup-cheaper__button:hover {
  background: #243186;
}
.popup-cheaper__label {
  display: block;
  margin: 18px 0 20px 0;
  position: relative;
}
.popup-cheaper__input {
  position: absolute;
  top: 3px;
  left: 0;
}
.popup-cheaper__label-text {
  font-size: 15px;
  font-weight: 400;
  margin-left: 20px;
}
@media (max-width: 360px) {
  .popup-cheaper__label-text {
    font-size: 13px;
  }
}
.popup-cheaper__label-text a {
  margin-left: 5px;
  color: #303F9F;
}
.popup-cheaper__label-text a:hover {
  text-decoration: underline;
}

.popup-comp {
  overflow: auto;
}
.popup-comp__content {
  width: 100%;
  max-height: auto;
  padding: 40px 50px;
}
@media (max-width: 600px) {
  .popup-comp__content {
    padding: 16px 20px;
  }
}
.popup-comp__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .popup-comp__title {
    font-size: 21px;
    margin-bottom: 8px;
  }
}
.popup-comp__items {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 600px) {
  .popup-comp__items {
    flex-direction: column;
  }
}
.popup-comp__items-img {
  width: 12px;
  height: 12px;
  margin: 0 16px;
}
@media (max-width: 600px) {
  .popup-comp__items-img {
    margin: 10px 0;
  }
}
.popup-comp__item {
  width: 240px;
  height: 300px;
  border: dotted 1px #FFD758;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .popup-comp__item {
    height: auto;
  }
}
.popup-comp__img-link {
  width: 152px;
  height: 152px;
  align-self: center;
}
@media (max-width: 600px) {
  .popup-comp__img-link {
    width: 100px;
    height: 100px;
  }
}
.popup-comp__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup-comp__item-wrapper {
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.popup-comp__item-title {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #333;
  text-align: center;
  width: 100%;
  height: 40px;
  overflow: hidden;
  padding: 0 20px;
  margin-bottom: 6px;
}
@media (max-width: 600px) {
  .popup-comp__item-title {
    height: auto;
  }
}
@media (max-width: 600px) {
  .popup-comp__item-price {
    display: flex;
    justify-content: center;
    align-items: baseline;
  }
}
.popup-comp__item-old {
  font-size: 14px;
  line-height: 17px;
  color: #C5C5C5;
  text-decoration: line-through;
}
@media (max-width: 600px) {
  .popup-comp__item-old {
    margin-right: 10px;
  }
}
.popup-comp__item-new {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 600px) {
  .popup-comp__item-new {
    font-size: 16px;
  }
}
.popup-comp__item-discount {
  display: block;
  padding: 12px 0;
  background-color: #FFD758;
  width: 100%;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media (max-width: 600px) {
  .popup-comp__item-discount {
    padding: 6px 0;
    margin-top: 8px;
    font-size: 14px;
  }
}
.popup-comp__item-discount span {
  font-weight: 700;
}
.popup-comp__bottom {
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 600px) {
  .popup-comp__bottom {
    margin-top: 10px;
  }
}
.popup-comp__bottom-img {
  width: 10px;
  height: 10px;
}
@media (max-width: 600px) {
  .popup-comp__bottom-img {
    display: none;
  }
}
.popup-comp__bottom-money {
  margin-top: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 600px) {
  .popup-comp__bottom-money {
    font-size: 14px;
  }
}
.popup-comp__bottom-summary {
  margin-top: 6px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 600px) {
  .popup-comp__bottom-summary {
    font-size: 16px;
    margin-top: 3px;
  }
}
.popup-comp__bottom-btn {
  width: 300px;
  padding: 18px 0;
  margin-top: 20px;
  border-radius: 4px;
  background-color: #303F9F;
  color: #fff;
}
@media (max-width: 600px) {
  .popup-comp__bottom-btn {
    margin-top: 10px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
  }
}
.popup-comp__bottom-btn:hover {
  background-color: #243186;
}

.popup-sertificate__content {
  padding: 40px 50px;
}
@media (max-width: 600px) {
  .popup-sertificate__content {
    padding: 20px 18px;
  }
}
.popup-sertificate__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  width: 100%;
  text-align: center;
}
@media (max-width: 600px) {
  .popup-sertificate__title {
    font-size: 21px;
  }
}
.popup-sertificate__img {
  display: block;
  margin: 0 auto;
  width: 240px;
  height: 150px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.popup-sertificate__form {
  display: block;
  border: 1px solid #757575;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 3px 10px 3px 20px;
  margin-right: 16px;
  text-align: left;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 460px) {
  .popup-sertificate__form {
    margin-top: 18px;
  }
}
@media (max-width: 360px) {
  .popup-sertificate__form {
    margin-top: 8px;
  }
}
.popup-sertificate__form-input {
  width: 100%;
  height: 40px;
}
.popup-sertificate__label {
  display: block;
  margin: 18px 0 20px 0;
  position: relative;
}
.popup-sertificate__text {
  display: block;
  width: 100%;
  max-width: 300px;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 20px;
}
@media (max-width: 600px) {
  .popup-sertificate__text {
    margin-top: 10px;
  }
}
.popup-sertificate__text-link {
  display: block;
  margin-top: 10px;
  color: #303F9F;
}
.popup-sertificate__button {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  background: #303F9F;
  border-radius: 4px;
  padding: 18px 54px;
  margin: 20px 0 30px 0;
  text-align: center;
  width: 100%;
}
.popup-sertificate__button:hover {
  background: #243186;
}

.popup-spots__content {
  width: 90vw;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.popup-spots__content-spots {
  width: 400px;
  height: 90vh;
}
.popup-spots__content-spots .content-spots__title {
  max-width: 100%;
  height: 60px;
  box-shadow: 0px 8px 2px 0px rgba(34, 60, 80, 0.2);
  text-align: center;
  padding: 20px 0;
}
.popup-spots__content-spots .content-spots__inner {
  height: 90%;
  overflow-y: scroll;
  background-color: #f2f2f2;
}
.popup-spots__content-spots .content-spots__item {
  margin: 16px;
  padding: 16px;
  background-color: #fff;
}
.popup-spots__content-spots .content-spots__shop {
  font-size: 12px;
  font-weight: 400;
  color: #757575;
}
.popup-spots__content-spots .content-spots__address {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-top: 6px;
}
.popup-spots__content-spots .content-spots__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 5px 0 0 0;
}
.popup-spots__content-spots .content-spots__icon {
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
}
.popup-spots__content-spots .content-spots__name {
  font-size: 13px;
  font-weight: 400;
  position: relative;
}
.popup-spots__content-spots .content-spots__time {
  font-size: 13px;
  font-weight: 400;
}
.popup-spots__content-spots .content-spots__price {
  font-size: 13px;
  font-weight: 400;
  margin-top: 10px;
  padding-top: 10px;
  border-top: dotted 1px #FED246;
}
.popup-spots__content-spots .content-spots__price span {
  font-size: 13px;
  font-weight: 600;
}
.popup-spots__content-spots .content-spots__btn {
  width: 100%;
  padding: 14px 0;
  margin-top: 8px;
  background-color: #FED246;
}
.popup-spots__content-spots .content-spots__btn:hover {
  background-color: #ffd758;
}
.popup-video__content-movie {
  width: 90vw;
  height: 80vh;
}

/* Cart */
.cart__banner {
  margin-top: 30px;
  border-radius: 12px;
  height: 70px;
  background: url(../img/content/track__delivery.svg) no-repeat left;
  background-size: 180px auto;
  background-color: #303F9F;
  position: relative;
}
@media (max-width: 992px) {
  .cart__banner {
    background: none;
    margin-top: 10px;
  }
}
.cart__banner-title {
  display: block;
  text-align: center;
  padding-top: 26px;
  font-weight: 300;
  color: #FFF;
  margin-left: 100px;
}
@media (max-width: 1050px) {
  .cart__banner-title {
    margin-left: 130px;
  }
}
@media (max-width: 992px) {
  .cart__banner-title {
    background-color: #303F9F;
    margin-left: 0px;
    max-width: 100%;
    padding: 20px 80px;
    border-radius: 8px;
  }
}
@media (max-width: 560px) {
  .cart__banner-title {
    padding: 8px 50px 12px 20px;
    font-size: 14px;
  }
}
.cart__banner-title span {
  font-weight: 700;
}
.cart__banner-img {
  position: absolute;
  top: 40%;
  right: 30px;
  z-index: 100;
  width: 16px;
  height: 16px;
}
@media (max-width: 400px) {
  .cart__banner-img {
    top: 40%;
    right: 20px;
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 992px) {
  .cart__banner-img {
    top: 48%;
    right: 20px;
    width: 12px;
    height: 12px;
  }
}
.cart__top-title {
  margin-top: 70px;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
}
@media (max-width: 700px) {
  .cart__top-title {
    margin-top: 20px;
    font-size: 24px;
  }
}
.cart__inner {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cart__inner {
    flex-wrap: wrap;
  }
}
@media (max-width: 700px) {
  .cart__inner {
    margin-top: 18px;
  }
}
.cart__right {
  max-width: 400px;
  min-width: 390px;
}
@media (max-width: 992px) {
  .cart__right {
    max-width: 100%;
    min-width: 0;
  }
}
.cart .cart-items {
  max-width: 820px;
  flex: 1;
}
@media (max-width: 992px) {
  .cart .cart-items {
    min-width: 615px;
    max-width: 100%;
  }
}
@media (max-width: 700px) {
  .cart .cart-items {
    min-width: 300px;
  }
}
.cart .cart-items__top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #F2F2F2;
}
.cart .cart-items__top-subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
@media (max-width: 400px) {
  .cart .cart-items__top-subtitle {
    display: none;
  }
}
.cart .cart-items__top-delete {
  color: #303F9F;
  font-weight: normal;
  font-size: 14px;
  line-height: 15px;
  background-color: #fff;
}
.cart .cart-items__top-delete:hover {
  text-decoration: underline;
}
@media (max-width: 400px) {
  .cart .cart-items__top-delete {
    width: 100%;
    text-align: left;
  }
}



.cart .cart-items__item {
  height: 230px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #F2F2F2;
}
@media (max-width: 600px) {
  .cart .cart-items__item {
    flex-direction: column;
    height: auto;
    align-items: center;
    text-align: center;
    display: inherit;
  }
}
.cart .cart-items__item-img, .cart .cart-items__comp-img {
  margin-left: 10px;
  width: 152px;
  height: 152px;
  object-fit: cover;
  align-self: center;
}
.cart .cart-items__item-img, .cart .cart-items__comp-img img {
  object-fit: contain;
}
@media (max-width: 700px) {
  .cart .cart-items__item-img, .cart .cart-items__comp-img img {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 600px) {
  .cart .cart-items__item-img, .cart .cart-items__comp-img img {
    width: 230px;
    height: 200px;
  }
}
.cart .cart-items__item-cart {
  flex: 1;
}
.cart .cart-items__double {
  border: dotted 1px #FED246;
  border-radius: 8px;
  margin-top: -1px;
}
@media (max-width: 600px) {
  .cart .cart-items__double {
    border-radius: 0px;
    margin-top: -1px;
  }
}
.cart .cart-items__item--border {
  border-bottom: none;
}
.cart .cart-items__add {
  border: dotted 1px #757575;
  border-radius: 8px;
  margin-top: 20px;
}
@media (max-width: 600px) {
  .cart .cart-items__add {
    margin-bottom: 0px;
  }
}
.cart .item-cart {
  margin-left: 16px;
}
@media (max-width: 600px) {
  .cart .item-cart {
    margin-left: 0;
  }
}
.cart .item-cart__category {
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #9B9A9A;
}
@media (max-width: 600px) {
  .cart .item-cart__category {
    max-width: 100%;
  }
}
.cart .item-cart__name {
  display: block;
  color: #333;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin-top: 8px;
  max-width: 440px;
}
@media (max-width: 700px) {
  .cart .item-cart__name {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .cart .item-cart__name {
    max-width: 100%;
    padding: 0 10px;
  }
}
.cart .item-cart__services {
  font-size: 13px;
  line-height: 17px;
  margin-top: 6px;
  font-weight: 400;
  max-width: 340px;
  margin-right: 30px;
}
@media (max-width: 600px) {
  .cart .item-cart__services {
    margin-right: 0;
    max-width: 100%;
    padding: 0 10px;
  }
}
.cart .item-cart__label {
  font-size: 12px;
  line-height: 15px;
  padding: 8px 18px;
  border-radius: 4px;
  background-color: #FED246;
  margin-top: 16px;
}
@media (max-width: 600px) {
  .cart .item-cart__label {
    display: none;
  }
}
.cart .item-cart__label--mobile {
  display: none;
}
@media (max-width: 600px) {
  .cart .item-cart__label--mobile {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 14px 18px;
  }
}
.cart .item-cart__label:hover {
  background-color: #FFD758;
  text-decoration: underline;
}
.cart .item-cart__links {
  margin-top: 16px;
}
@media (max-width: 600px) {
  .cart .item-cart__links {
    display: none;
  }
}
.cart .item-cart__links--mobile {
  display: none;
}
@media (max-width: 600px) {
  .cart .item-cart__links--mobile {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
    padding: 0 30px;
  }
}
.cart .item-cart__links-favorite {
  color: #303F9F;
  padding-right: 10px;
  font-size: 13px;
  line-height: 15px;
  background-color: #fff;
  margin-right: 0px;
}
.cart .item-cart__links-clear {
  color: #303F9F;
  font-size: 13px;
  line-height: 15px;
  background-color: #fff;
  padding-left: 10px;
  border-left: 1px solid #F2F2F2;
}
@media (max-width: 600px) {
  .cart .item-cart__links-clear {
    border-left: none;
  }
}
.cart .item-cart__links-clear:hover, .cart .item-cart__links-favorite:hover {
  text-decoration: underline;
}
.cart .item-price {
  max-width: 150px;
  min-width: 140px;
  text-align: center;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 700px) {
  .cart .item-price {
    margin-right: 20px;
  }
}
@media (max-width: 600px) {
  .cart .item-price {
    max-width: 100%;
    margin: 20px 0;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    margin-right: 0px;
  }
}
.cart .item-price__new-price {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
}
@media (max-width: 700px) {
  .cart .item-price__new-price {
    font-size: 24px;
  }
}
.cart .item-price__discount {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-top: 10px;
}
@media (max-width: 600px) {
  .cart .item-price__discount {
    justify-content: space-between;
    align-items: center;
    margin-left: 20px;
  }
}
.cart .item-price__discount-num {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #F91155;
}
.cart .item-price__discount-old {
  font-size: 14px;
  line-height: 17px;
  margin-left: 10px;
  color: #C5C5C5;
  text-decoration: line-through;
}
.cart .item-price__buttons {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .cart .item-price__buttons {
    display: none;
  }
}
.cart .item-price__buttons--mobile {
  display: none;
}
@media (max-width: 600px) {
  .cart .item-price__buttons--mobile {
    display: flex;
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
}
.cart .item-price__buttons--margin {
  margin-top: 0px;
  margin-right: 30px;
}
@media (max-width: 600px) {
  .cart .item-price__buttons--margin {
    margin-right: 0;
    margin-top: 20px;
  }
}
.cart .item-price__buttons-plus {
  display: block;
  background-color: #fff;
  cursor: pointer;
  padding: 6px 20px;
  font-size: 20px;
}
.cart .item-price__buttons-minus {
  display: block;
  background-color: #fff;
  cursor: pointer;
  padding: 6px 20px;
  font-size: 20px;
}
.cart .item-price__buttons-price {
  padding: 6px 10px;
  border: solid 1px #f2f2f2;
  text-align: center;
  width: 40px;
  border-radius: 4px;
}
.cart .item-price__button-add {
  width: 100%;
  min-width: 150px;
  padding: 14px 8px;
  border-radius: 4px;
  color: #fff;
  background-color: #303F9F;
}
.cart .item-price__button-add:hover {
  background-color: #243186;
}
.cart .item-price__buttons-add--mobile {
  display: none;
}
@media (max-width: 600px) {
  .cart .item-price__buttons-add--mobile {
    display: flex;
    margin: 20px 0;
    width: 90%;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.cart .right-cart {
  background: #FFFFFF;
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.02), 0px 8px 32px rgba(0, 0, 0, 0.02);
  border-radius: 4px;
  padding: 30px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}
@media (max-width: 992px) {
  .cart .right-cart {
    max-width: 600px;
    width: 100%;
    align-self: center;
    margin: 0 auto;
  }
}
@media (max-width: 700px) {
  .cart .right-cart {
    box-shadow: none;
    padding: 30px 10px;
  }
}
.cart .right-cart__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.cart .right-cart__item-name {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
}
.cart .right-cart__item-subname {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
}
.cart .right-cart__item-subname--yellow {
  font-weight: 400;
  padding: 6px 10px;
  background-color: #FED246;
  border-radius: 4px;
}
.cart .right-cart__loyalty {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 10px;
  border-top: solid 1px #f2f2f2;
}
.cart .right-cart__loyalty-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}
.cart .right-cart__promo-sert {
  width: 100%;
  background-color: #fff;
  margin-top: 16px;
  color: #303F9F;
  text-decoration: underline;
}
.cart .right-cart__sertificate {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
  padding-top: 10px;
  border-top: solid 1px #f2f2f2;
  display: none;
}
.cart .right-cart__sertificate-name {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #333;
}
.cart .right-cart .sertificate-num {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cart .right-cart .sertificate-num__num {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #333;
}
.cart .right-cart .sertificate-num__btn {
  color: #303F9F;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  text-decoration: underline;
  margin-top: 6px;
  background-color: #fff;
}
.cart .right-cart__summary {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 30px;
}
.cart .right-cart__name {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #333;
}
.cart .right-cart__num {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #333;
}
.cart .right-cart__buttons {
  display: flex;
  flex-direction: column;
}
.cart .right-cart__buttons-go {
  background: #303F9F;
  border-radius: 8px;
  padding: 20px 0;
  color: #fff;
  margin-top: 20px;
}
.cart .right-cart__buttons-go:hover {
  background-color: #243186;
}
.cart .right-cart__buttons-click {
  background: #F6F7F8;
  border-radius: 8px;
  padding: 20px 0;
  color: #333;
  margin-top: 20px;
}
.cart .right-cart__promo {
  margin-top: 30px;
  padding-top: 20px;
  border-top: solid 1px #f2f2f2;
}
@media (max-width: 700px) {
  .cart .right-cart__promo {
    margin-top: 0px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: solid 1px #f2f2f2;
  }
}
.cart .right-cart__promo-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  text-align: center;
  color: #333;
}
.cart .right-cart__promo-form {
  margin-top: 10px;
}
.cart .right-cart__promo-forminp {
  position: relative;
  width: 100%;
  padding: 18px 20px;
  border: solid 1px #f2f2f2;
  border-radius: 4px;
  text-align: center;
}
.cart .right-cart__btn {
  background: #F6F7F8;
  border-radius: 8px;
  width: 100%;
  padding: 18px 0;
  margin-top: 10px;
}
.cart .right-cart__btn:hover {
  background: #243186;
  color: #fff;
  transition: all 0.2s linear;
}
.cart .right-cart__promo-text {
  display: none;
  width: 100%;
  text-align: center;
  margin-top: 6px;
  font-size: 12px;
  color: #F91155;
}
.cart .right-cart__promo-discount {
  width: 100%;
  text-align: center;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #333;
  padding: 6px 0;
  background-color: #FED246;
  border-radius: 8px;
}
.cart .loyalty-num {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cart .loyalty-num__num {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #333;
}
.cart .loyalty-num__link {
  color: #303F9F;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  text-decoration: underline;
  margin-top: 6px;
  background-color: #fff;
}
.cart .center-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 600px) {
  .cart .center-item {
    flex-direction: column;
    margin: 20px 0;
  }
}
.cart .center-item__text {
  margin-left: 170px;
  padding: 8px 16px;
  background-color: #FED246;
  border-radius: 4px;
  color: #333;
}
@media (max-width: 600px) {
  .cart .center-item__text {
    margin-left: 0;
    font-size: 13px;
  }
}

/*  Cart Step 1  */
.buyer {
  width: 100%;
  margin: 40px auto;
}
@media (max-width: 1000px) {
  .buyer {
    margin: 30px 0 40px 0;
  }
}
@media (max-width: 500px) {
  .buyer {
    margin: 20px auto;
  }
}
.buyer__top-back {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #757575;
  padding: 8px 14px 8px 14px;
  border: solid 1px #757575;
  position: relative;
  border-radius: 4px;
  margin: 30px 0;
}
@media (max-width: 1000px) {
  .buyer__top-back {
    margin: 0px 0 30px 0;
  }
}
@media (max-width: 500px) {
  .buyer__top-back {
    margin: 0px 0 20px 0;
  }
}
.buyer__top-back:hover {
  color: #636363;
  border: solid 1px #636363;
}
.buyer__top-text {
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  color: #fff;
  margin-top: 30px;
  border-radius: 4px;
  height: 70px;
  background-color: #303F9F;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 500px) {
  .buyer__top-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    height: 50px;
  }
}
.buyer__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .buyer__wrapper {
    flex-wrap: wrap;
  }
}
.buyer__left {
  max-width: 100%;
  margin-top: 40px;
  width: 55%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 900px) {
  .buyer__left {
    margin: 30px auto;
    width: 70%;
  }
}
@media (max-width: 700px) {
  .buyer__left {
    margin: 30px auto;
    width: 90%;
  }
}
@media (max-width: 500px) {
  .buyer__left {
    margin: 20px auto;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .buyer__left {
    margin: 20px auto;
    width: 100%;
  }
}
.buyer__left-block {
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.02), 0px 8px 32px rgba(0, 0, 0, 0.02);
  padding: 20px 30px 2px 30px;
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  .buyer__left-block {
    padding: 20px 0px 2px 0px;
    box-shadow: none;
    margin-bottom: 0px;
  }
}
@media (max-width: 360px) {
  .buyer__left-block {
    padding: 0px 0px 2px 0px;
  }
}
.buyer .buyer-info__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  .buyer .buyer-info__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
  }
}
.buyer .buyer-info__tabs {
  display: flex;
  justify-content: flex-start;
}
.buyer .buyer-info__tabs-name {
  width: 50%;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #757575;
  padding-bottom: 10px;
  border-bottom: 1px solid #F2F2F2;
}
@media (max-width: 500px) {
  .buyer .buyer-info__tabs-name {
    font-size: 13px;
  }
}
.buyer .buyer-info__tabs-name--active {
  display: block;
  color: #303F9F;
  border-bottom: 1px solid #303F9F;
}
.buyer .buyer-info__form {
  display: block;
  border: solid 1px #f2f2f2;
  border-radius: 4px;
  margin-top: 16px;
}
@media (max-width: 500px) {
  .buyer .buyer-info__form {
    margin-top: 10px;
  }
}
.buyer .buyer-info__form-input {
  width: 100%;
  height: 50px;
  padding: 0 0 0 17px;
  font-size: 14px;
  border: solid 1px #f2f2f2;
  margin-top: 16px;
  border-radius: 7px;
}
@media (max-width: 500px) {
  .buyer .buyer-info__form-input {
    height: 40px;
  }
}
.buyer .buyer-info__form-input:focus {
  border: solid 1px #FED246;
  border-radius: 4px;
}
.buyer .buyer-opt {
  display: none;
  max-width: 100%;
  margin: 40px 0 20px 0;
}
@media (max-width: 500px) {
  .buyer .buyer-opt {
    margin: 40px 0 40px 0;
  }
}
.buyer .buyer-opt--active {
  display: block;
}
.buyer .buyer-opt__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  .buyer .buyer-opt__title {
    font-size: 16px;
  }
}
.buyer .buyer-opt__tabs {
  display: flex;
  justify-content: flex-start;
}
.buyer .buyer-opt__tabs-name {
  width: 50%;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #757575;
  padding-bottom: 10px;
  border-bottom: 1px solid #F2F2F2;
}
.buyer .buyer-opt__tabs-name--active {
  display: block;
  color: #303F9F;
  border-bottom: 1px solid #303F9F;
}
.buyer .buyer-opt__content {
  display: none;
}
.buyer .buyer-opt__content--active {
  display: block;
}
.buyer .buyer-opt__text {
  font-size: 12px;
  margin-top: 10px;
  color: #757575;
  font-weight: 400;
}
.buyer .buyer-opt__content-form {
  margin-top: 14px;
}
.buyer .buyer-opt__content-text {
  width: 100%;
  border: solid 1px #f2f2f2;
  padding: 20px;
  font-size: 14px;
  border-radius: 4px;
}
.buyer .buyer-opt__content-text:focus {
  border: solid 1px #FED246;
  border-radius: 4px;
}
.buyer__right {
  margin: 40px 0 0 20px;
  max-width: 100%;
  width: 45%;
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.02), 0px 8px 32px rgba(0, 0, 0, 0.02);
  padding: 30px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
@media (max-width: 900px) {
  .buyer__right {
    margin: 30px auto;
    width: 70%;
  }
}
@media (max-width: 700px) {
  .buyer__right {
    margin: 30px auto;
    width: 90%;
  }
}
@media (max-width: 500px) {
  .buyer__right {
    margin: 20px auto;
    width: 100%;
    box-shadow: none;
  }
}
@media (max-width: 500px) {
  .buyer__right {
    margin: 20px auto;
    width: 100%;
    padding: 40px 0;
    border-top: solid 1px #f2f2f2;
  }
}
.buyer .right-order__main {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 10px;
}
.buyer .right-order__price {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 10px;
}
.buyer .right-order__discount {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 10px;
}
.buyer .right-order__delivery {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #f2f2f2;
}
.buyer .right-order__final {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 10px;
}
.buyer .right-order__btn {
  background: #FED246;
  border-radius: 8px;
  padding: 16px 0;
  color: #fff;
  margin-top: 20px;
  width: 100%;
  max-width: 100%;
  color: #333;
  font-size: 16px;
}
.buyer .right-order__btn:hover {
  background-color: #FFD758;
}
.buyer__right-conf {
  color: #727272;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  width: 100%;
  margin-top: 10px;
}
.buyer__right-link {
  color: #303F9F;
}
.buyer__delivery {
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.02), 0px 8px 32px rgba(0, 0, 0, 0.02);
  padding: 30px;
  position: relative;
}
@media (max-width: 500px) {
  .buyer__delivery {
    padding: 0px;
    box-shadow: none;
  }
}
.buyer__delivery-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  .buyer__delivery-title {
    font-size: 16px;
  }
}
.buyer__delivery-form {
  display: block;
  border: solid 1px #f2f2f2;
  border-radius: 4px;
}
.buyer__delivery-mkad {
  display: none;
  font-size: 14px;
  font-weight: 400;
  color: #757575;
  margin-top: 6px;
  padding-left: 20px;
}
.buyer__delivery-form-input {
  width: 100%;
  height: 50px;
  padding: 0 0 0 17px;
}
@media (max-width: 500px) {
  .buyer__delivery-form-input {
    height: 40px;
  }
}
.buyer__delivery-form-input:focus {
  border: solid 1px #FED246;
  border-radius: 4px;
}
.buyer__delivery-list {
  display: none;
  position: absolute;
  top: 123px;
  z-index: 100;
  max-width: 100%;
  width: 410px;
  background-color: #fff;
  border: solid 1px #f2f2f2;
  font-size: 14px;
  font-weight: 400;
  overflow-y: auto;
  max-height: 200px;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
}
.buyer__delivery-list-city {
  padding: 6px 20px;
}
.buyer__delivery-list-city + .buyer__delivery-list-city {
  border-top: solid 1px #f2f2f2;
}
.buyer__delivery-content .delivery-content__item {
  height: auto;
  padding: 14px 20px;
  border: solid 1px #f2f2f2;
  border-radius: 4px;
  position: relative;
  margin-top: 16px;
}
@media (max-width: 500px) {
  .buyer__delivery-content .delivery-content__item {
    margin-top: 10px;
  }
}
.buyer__delivery-content .delivery-content__label {
  cursor: pointer;
}
.buyer__delivery-content .delivery-content__label:hover {
  text-decoration: underline;
}
.buyer__delivery-content .delivery-content__input {
  display: none;
}
.buyer__delivery-content .delivery-content__fake {
  position: absolute;
  top: 17px;
  left: 16px;
  z-index: 10;
  width: 14px;
  height: 14px;
  border: solid 2px #303F9F;
  border-radius: 50%;
}
.buyer__delivery-content .delivery-content__fake:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  background-color: #303F9F;
  border-radius: 50%;
  opacity: 0;
  transition: all linear 0.3s;
}
.buyer__delivery-content .delivery-content__input:checked + .delivery-content__fake:after {
  opacity: 1;
}
.buyer__delivery-content .delivery-content__text {
  padding-left: 30px;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 500px) {
  .buyer__delivery-content .delivery-content__text {
    padding-left: 20px;
  }
}
.buyer__delivery-content .delivery-content__date {
  padding-left: 30px;
  font-size: 14px;
  font-weight: 400;
  margin-top: 4px;
}
@media (max-width: 500px) {
  .buyer__delivery-content .delivery-content__date {
    padding-left: 20px;
  }
}
.buyer__delivery-content .delivery-content__price {
  font-weight: 400;
  font-size: 14px;
  background-color: #FED246;
  padding: 3px 8px;
  border-radius: 4px;
}
.buyer__delivery-content .delivery-content__spot {
  padding-left: 30px;
  font-size: 12px;
  color: #757575;
  margin-top: 4px;
  font-weight: 400;
}
@media (max-width: 500px) {
  .buyer__delivery-content .delivery-content__spot {
    padding-left: 20px;
  }
}
.buyer__delivery-content .delivery-content__wrapper {
  display: flex;
  justify-content: space-between;
}
.buyer__address {
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.02), 0px 8px 32px rgba(0, 0, 0, 0.02);
  padding: 20px 30px;
  margin-top: 30px;
}
@media (max-width: 500px) {
  .buyer__address {
    padding: 0px;
    box-shadow: none;
  }
}
.buyer__address .address-top__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  .buyer__address .address-top__title {
    font-size: 16px;
  }
}
.buyer__address .address-top__form {
  display: block;
  border: solid 1px #f2f2f2;
  border-radius: 4px;
  margin-bottom: 16px;
}
@media (max-width: 500px) {
  .buyer__address .address-top__form {
    margin-bottom: 10px;
  }
}
.buyer__address .address-top__form + .address-top__form {
  margin-left: 12px;
}
.buyer__address .address-top__form-input {
  width: 99%;
  height: 50px;
  padding: 0 0 0 17px;
  border: solid 1px #f2f2f2;
  margin-bottom: 10px;
  margin-right: 6px;
  border-radius: 7px;
}
@media (max-width: 500px) {
  .buyer__address .address-top__form-input {
    height: 40px;
  }
}
.buyer__address .address-top__form-input:focus {
  border: solid 1px #FED246;
  border-radius: 4px;
}
.buyer__address .address-top__block {
  display: flex;
}
.buyer__address .address-top__wrapper {
  position: relative;
  margin-bottom: 20px;
}
.buyer__address .address-top__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.buyer__address .address-top__input:checked ~ .address-top__content-form {
  display: block;
}
.buyer__address .address-top__label {
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
}
.buyer__address .address-top__content-form {
  display: none;
  border: solid 1px #f2f2f2;
  border-radius: 4px;
  margin-top: 16px;
}
.buyer__address .address-top__content-text {
  width: 100%;
  height: 50px;
  padding: 10px 0 0 17px;
}
.buyer__address .address-top__content-text:focus {
  border: solid 1px #FED246;
  border-radius: 4px;
}
.buyer__condition {
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.02), 0px 8px 32px rgba(0, 0, 0, 0.02);
  padding: 30px;
  margin-top: 30px;
}
@media (max-width: 500px) {
  .buyer__condition {
    padding: 16px 0 0 0px;
    box-shadow: none;
    margin-top: 0px;
  }
}
.buyer__condition-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.buyer__condition-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  .buyer__condition-title {
    font-size: 16px;
  }
}
.buyer__condition-date {
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  color: #757575;
}
.buyer__condition-num {
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}
.buyer__condition-company {
  margin-top: 20px;
  padding: 20px;
  border: dotted 1px #FED246;
  display: flex;
  justify-content: space-between;
}
.buyer__condition-company .condition-company__name {
  font-size: 15px;
  font-weight: 600;
}
.buyer__condition-company .condition-company__rules {
  font-size: 13px;
  font-weight: 400;
  width: 260px;
}
@media (max-width: 500px) {
  .buyer__condition-company .condition-company__rules {
    width: 100%;
    max-width: 160px;
  }
}
.buyer__spot {
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.02), 0px 8px 32px rgba(0, 0, 0, 0.02);
  padding: 30px;
  margin-top: 30px;
}
@media (max-width: 500px) {
  .buyer__spot {
    padding: 0px;
    box-shadow: none;
  }
}
.buyer__spot-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 0px;
  margin-bottom: 16px;
  border-bottom: solid 1px #f2f2f2;
}
.buyer__spot-top .spot-top__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  .buyer__spot-top .spot-top__title {
    font-size: 16px;
  }
}
.buyer__spot-top .spot-top__clear {
  color: #303F9F;
  background-color: #fff;
}
.buyer__spot-choose .spot-choose__shop {
  font-size: 12px;
  font-weight: 400;
  color: #757575;
}
.buyer__spot-choose .spot-choose__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 5px 0 0 0;
}
.buyer__spot-choose .spot-choose__icon {
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
}
.buyer__spot-choose .spot-choose__address {
  font-size: 16px;
  font-weight: 600;
  margin-top: 6px;
}
.buyer__spot-choose .spot-choose__name {
  font-size: 13px;
  font-weight: 400;
  position: relative;
}
.buyer__spot-choose .spot-choose__time {
  font-size: 13px;
  font-weight: 400;
}
.buyer__spot-choose .spot-choose__price {
  font-size: 13px;
  font-weight: 400;
  margin-top: 6px;
}
.buyer__spot-choose .spot-choose__price span {
  font-size: 13px;
  font-weight: 600;
}
.buyer__spot-choose .spot-choose__select-name {
  font-size: 13px;
  font-weight: 400;
  margin-top: 20px;
  padding-top: 10px;
  border-top: solid 1px #f2f2f2;
}
.buyer__spot-choose .spot-choose__select {
  margin-top: 6px;
  width: 180px;
  padding: 5px 35px 5px 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  height: 38px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("/img/icons/arrow_filters_up.svg") 90% no-repeat;
  margin-right: 10px;
}
.buyer__spot-info {
  /* margin-top: 8px;
  border: dotted 1px #FED246;
  display: flex;
  /* justify-content: space-between; */
  /* align-items: center;  */
}
@media (max-width: 360px) {
  .buyer__spot-info {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 360px) {
  .buyer__spot-wrapper {
    width: 100%;
  }
}
.buyer__spot-num {
  font-size: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #757575;
}
.buyer__spot-date {
  font-size: 13px;
  font-weight: 400;
}
.buyer__spot-btn {
  width: 100px;
  background-color: #FED246;
  height: 40px;
  border-radius: 4px;
}
@media (max-width: 360px) {
  .buyer__spot-btn {
    margin-top: 20px;
    width: 100%;
  }
}
.buyer__spot-btn:hover {
  background-color: #FFD758;
}
.buyer__interval {
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.02), 0px 8px 32px rgba(0, 0, 0, 0.02);
  padding: 30px;
  margin-top: 30px;
}
@media (max-width: 500px) {
  .buyer__interval {
    padding: 10px 0;
    margin-top: 30px;
    box-shadow: none;
  }
}
.buyer__interval-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  .buyer__interval-title {
    font-size: 16px;
  }
}
.buyer__interval-subtitle {
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  color: #757575;
}
.buyer__payment {
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.02), 0px 8px 32px rgba(0, 0, 0, 0.02);
  padding: 30px;
  margin-top: 30px;
}
@media (max-width: 500px) {
  .buyer__payment {
    padding: 0px;
    box-shadow: none;
      margin-top: 30px;
  }
}
.buyer__payment-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  .buyer__payment-title {
    font-size: 16px;
  }
}
.buyer__interval-select .interval-select__date {
  margin-top: 16px;
  width: 150px;
  padding: 5px 35px 5px 20px;
  font-size: 14px;
  border: 1px solid #f2f2f2;
  height: 38px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../img/icons/arrow_filters_up.svg") 85% no-repeat;
  margin-right: 10px;
}
.buyer__interval-select .interval-select__interval {
  margin-top: 16px;
  width: 180px;
  padding: 5px 35px 5px 10px;
  font-size: 14px;
  border: 1px solid #f2f2f2;
  height: 38px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../img/icons/arrow_filters_up.svg") 90% no-repeat;
}
.buyer__payment-item {
  margin-bottom: 10px;
}
.buyer__payment-item .payment-item__label {
  position: relative;
  cursor: pointer;
}
.buyer__payment-item .payment-item__input {
  display: none;
}
.buyer__payment-item .payment-item__fake {
  position: absolute;
  top: 3px;
  right: -15px;
  z-index: 10;
  width: 14px;
  height: 14px;
  border: solid 2px #303F9F;
  border-radius: 50%;
}
.buyer__payment-item .payment-item__fake:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background-color: #303F9F;
  border-radius: 50%;
  opacity: 0;
  transition: all linear 0.3s;
}
.buyer__payment-item .payment-item__text {
  padding-left: 26px;
  font-weight: 400;
  font-size: 14px;
}
.buyer__payment-item .payment-item__text:hover {
  text-decoration: underline;
}
.buyer__payment-item .payment-item__input:checked + .payment-item__fake:after {
  opacity: 1;
}
.buyer__other {
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.02), 0px 8px 32px rgba(0, 0, 0, 0.02);
  padding: 30px;
  margin-top: 30px;
}
@media (max-width: 500px) {
  .buyer__other {
    padding: 0px;
    box-shadow: none;
  }
}
.buyer__other-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  .buyer__other-title {
    font-size: 16px;
  }
}
.buyer__other-placeholder {
  width: 100%;
  border: solid 1px #f2f2f2;
  padding: 20px;
  font-size: 12px;
  margin-bottom: 20px;
}
@media (max-width: 360px) {
  .buyer__other-placeholder {
    margin-bottom: 10px;
  }
}
.buyer__other-placeholder:focus {
  border: solid 1px #FED246;
  border-radius: 4px;
}
.buyer__other-wrapper {
  position: relative;
}
.buyer__other-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.buyer__other-input:checked ~ .buyer__other-content {
  display: block;
}
.buyer__other-label {
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
}
.buyer__other-content {
  display: none;
  margin-top: 16px;
}
.buyer__other-content .other-content__form {
  display: block;
  border: solid 1px #f2f2f2;
  border-radius: 4px;
  margin-top: 16px;
}
.buyer__other-content .other-content__form-input {
  width: 100%;
  height: 50px;
  padding: 0 0 0 17px;
  border: solid 1px #f2f2f2;
  border-radius: 7px;
  margin-bottom: 10px;
}
.buyer__other-content .other-content__form-input:focus {
  border: solid 1px #FED246;
  border-radius: 4px;
}

/*  Rules  */
.rules {
  margin: 50px 0 70px 0;
}
@media (max-width: 500px) {
  .rules {
    margin: 30px 0 70px 0;
  }
}
.rules__title {
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}
@media (max-width: 500px) {
  .rules__title {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
  }
}
.rules__text {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 30px;
}
@media (max-width: 500px) {
  .rules__text {
    margin-top: 18px;
  }
}

.terms {
  margin: 50px 0 70px 0;
}
@media (max-width: 500px) {
  .terms {
    margin: 30px 0 70px 0;
  }
}
.terms__title {
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}
@media (max-width: 500px) {
  .terms__title {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
  }
}
.terms__block-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 34px;
  margin-top: 20px;
}
.terms__block-text {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 10px;
}
@media (max-width: 500px) {
  .terms__block-text {
    margin-top: 18px;
  }
}

.personal {
  margin: 70px 0 100px 0;
}
@media (max-width: 992px) {
  .personal {
    margin: 30px 0 30px 0;
  }
}
.personal__inner {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
}
.personal__list {
  width: 20%;
  margin-right: 80px;
}
@media (max-width: 1100px) {
  .personal__list {
    margin-right: 40px;
  }
}
@media (max-width: 992px) {
  .personal__list {
    position: absolute;
    top: 60px;
    left: -100%;
    z-index: 50000;
    width: 100%;
    background-color: #303F9F;
    transition: all 0.2s linear;
  }
}
@media (max-width: 992px) {
  .personal__list.active {
    top: 64px;
    left: 0;
    height: 90%;
    z-index: 50000;
    overflow: auto;
    padding: 0 20px 20px 20px;
    color: #fff;
    background-color: #243186;
  }
}
.personal__list-items {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  transition: all 0.3s linear;
  position: relative;
}
@media (max-width: 992px) {
  .personal__list-items {
    font-size: 14px;
  }
}
.personal__list-item {
  padding: 6px 0;
}
@media (max-width: 992px) {
  .personal__list-item {
    border-bottom: solid 1px #303F9F;
    padding: 12px 0;
    color: #fff;
  }
}
.personal__list-item:hover {
  color: #303F9F;
  transition: all 0.2s linear;
}
.personal__list-item--active {
  font-weight: 600;
}
.personal__content {
  width: 80%;
}
@media (max-width: 992px) {
  .personal__content {
    width: 100%;
  }
}
.personal__content .personal-content__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 43px;
}
.personal__content .personal-content__email {
  font-weight: 400;
  font-size: 14px;
  margin-top: 16px;
  margin-bottom: 10px;
  color: #757575;
}
.personal__content .personal-content__name-text, .personal__content .personal-content__phone-text, .personal__content .personal-content__birthday-text {
  font-weight: 500;
  font-size: 13px;
  margin-top: 20px;
  color: #333;
}
.personal__content .personal-content__form {
  border-radius: 4px;
  margin-top: 6px;
  max-width: 500px;
}
.personal__content .personal-content__form-input {
  width: 100%;
  height: 40px;
  padding: 0 0 0 17px;
  font-size: 14px;
  border: solid 1px #f2f2f2;
  border-radius: 4px;
}
.personal__content .personal-content__form-input:focus {
  border: solid 1px #FED246;
  border-radius: 4px;
}
.personal__content .personal-content__gender {
  display: flex;
  justify-content: flex-start;
  margin-top: 24px;
}
.personal__content .personal-content__gender .content-gender__label {
  position: relative;
  margin-right: 20px;
  cursor: pointer;
}
.personal__content .personal-content__gender .content-gender__input {
  display: none;
}
.personal__content .personal-content__gender .content-gender__input:checked + .content-gender__fake:after {
  opacity: 1;
}
.personal__content .personal-content__gender .content-gender__fake {
  position: absolute;
  top: 3px;
  left: 0px;
  z-index: 10;
  width: 14px;
  height: 14px;
  border: solid 2px #303F9F;
  border-radius: 50%;
}
.personal__content .personal-content__gender .content-gender__fake:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background-color: #303F9F;
  border-radius: 50%;
  opacity: 0;
  transition: all linear 0.3s;
}
.personal__content .personal-content__gender .content-gender__text {
  padding-left: 24px;
  font-size: 14px;
}
.personal__content .personal-content__birthday {
  margin-top: 24px;
}
.personal__content .personal-content__phone {
  margin-top: 24px;
}
.personal__content .personal-content__btn {
  margin-top: 30px;
  width: 100%;
  padding: 16px 0;
  background-color: #303F9F;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  max-width: 500px;
  cursor: pointer;
}
.personal__content .personal-content__btn:hover {
  background-color: #243186;
  transition: all 0.3s linear;
}
.personal__content .personal-content__no {
  display: flex;
  flex-direction: column;
  text-align: center;
  vertical-align: center;
  margin: 0 auto;
  margin: 50px 0;
}
.personal__content .personal-content__no-img {
  align-self: center;
  width: 50px;
  height: 50px;
}
.personal__content .personal-content__no-orders {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
}
.personal__content .personal-content__no-text {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}
.personal__content .personal-content__btn-order {
  width: 200px;
  max-width: 100%;
  align-self: center;
}
.personal__content .personal-content__order {
  margin: 20px 0 40px 0;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 2px 12px 0px rgba(122, 123, 124, 0.1);
}
@media (max-width: 400px) {
  .personal__content .personal-content__order {
    margin: 20px 0 20px 0;
  }
}
.personal__content .personal-content__order .order__top {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  border-bottom: solid 1px #f2f2f2;
}
@media (max-width: 800px) {
  .personal__content .personal-content__order .order__top {
    flex-wrap: wrap;
  }
}
.personal__content .personal-content__order .order__top-left {
  max-width: 100%;
}
@media (max-width: 800px) {
  .personal__content .personal-content__order .order__top-left {
    margin: 0 40px 30px 0;
  }
}
@media (max-width: 400px) {
  .personal__content .personal-content__order .order__top-left {
    width: 100%;
    margin: 0 0px 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
}
.personal__content .personal-content__order .order__top-left .top-left__number {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
}
.personal__content .personal-content__order .order__top-left .top-left__date {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #9B9A9A;
  margin-top: 6px;
}
.personal__content .personal-content__order .order__top-left .top-left__amount {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  margin-top: 6px;
}
.personal__content .personal-content__order .order__top-center {
  max-width: 100%;
}
@media (max-width: 800px) {
  .personal__content .personal-content__order .order__top-center {
    margin: 0 40px 30px 0;
  }
}
.personal__content .personal-content__order .order__top-center .top-center__delivery {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 400px) {
  .personal__content .personal-content__order .order__top-center .top-center__delivery {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 14px;
  }
}
.personal__content .personal-content__order .order__top-center .top-center__delivery-title {
  width: 150px;
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
}
@media (max-width: 400px) {
  .personal__content .personal-content__order .order__top-center .top-center__delivery-title {
    width: 100%;
    margin-bottom: 6px;
  }
}
.personal__content .personal-content__order .order__top-center .top-center__delivery-text {
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
}
.personal__content .personal-content__order .order__top-center .top-center__payment {
  display: flex;
  justify-content: flex-start;
  margin-top: 6px;
  align-items: center;
}
@media (max-width: 400px) {
  .personal__content .personal-content__order .order__top-center .top-center__payment {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 14px;
  }
}
.personal__content .personal-content__order .order__top-center .top-center__payment-title {
  width: 150px;
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
}
@media (max-width: 400px) {
  .personal__content .personal-content__order .order__top-center .top-center__payment-title {
    width: 100%;
    margin-bottom: 6px;
  }
}
.personal__content .personal-content__order .order__top-center .top-center__payment-text {
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
}
.personal__content .personal-content__order .order__top-center .top-center__status {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 6px;
}
@media (max-width: 400px) {
  .personal__content .personal-content__order .order__top-center .top-center__status {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 14px;
  }
}
.personal__content .personal-content__order .order__top-center .top-center__status-title {
  width: 150px;
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
}
@media (max-width: 400px) {
  .personal__content .personal-content__order .order__top-center .top-center__status-title {
    width: 100%;
    margin-bottom: 6px;
  }
}
.personal__content .personal-content__order .order__top-center .top-center__status-text {
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #3ac267;
}
.personal__content .personal-content__order .order__top-center .top-center__status-text.decline {
  color: #f91155;
}
.personal__content .personal-content__order .order__top-right {
  max-width: 300px;
}
@media (max-width: 800px) {
  .personal__content .personal-content__order .order__top-right {
    width: 300px;
  }
}
@media (max-width: 1080px) {
  .personal__content .personal-content__order .order__top-right {
    max-width: 200px;
  }
}
@media (max-width: 400px) {
  .personal__content .personal-content__order .order__top-right {
    max-width: 100%;
    width: 100%;
  }
}
.personal__content .personal-content__order .order__top-right .top-right__name {
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
}
.personal__content .personal-content__order .order__top-right .top-right__address {
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  margin-top: 6px;
}
.personal__content .personal-content__order .order__bottom {
  display: flex;
  max-width: 100%;
  width: 100%;
  overflow-x: scroll;
}
.personal__content .personal-content__order .order__bottom::-webkit-scrollbar {
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
}
.personal__content .personal-content__order .order__bottom::-webkit-scrollbar-thumb {
  height: 2px;
  background-color: #f2f2f2;
  border-radius: 2px;
}
.personal__content .personal-content__order .order__bottom-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 10px 20px 0;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.personal__content .personal-content__order .order__bottom-item .bottom-item__img {
  width: 110px;
  height: 110px;
}
.personal__content .personal-content__order .order__bottom-item .bottom-item__name {
  font-size: 12px;
  line-height: 17px;
  max-width: 150px;
  color: #333;
}
.personal__content .personal-content__order .order__bottom-item .bottom-item__price {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-top: 8px;
}
.personal__content .personal-content__order .order__bottom-item .bottom-item__price-old {
  font-size: 12px;
  line-height: 17px;
  color: #C2C2C2;
  text-decoration: line-through;
}
.personal__content .personal-content__order .order__bottom-item .bottom-item__price-new {
  font-size: 12px;
  line-height: 17px;
  margin-left: 10px;
  font-weight: 600;
  color: #333;
}

.information {
  margin: 70px 0 100px 0;
}
@media (max-width: 992px) {
  .information {
    margin: 30px 0 100px 0;
  }
}
@media (max-width: 400px) {
  .information {
    margin: 30px 0 40px 0;
  }
}
.information__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .information__inner {
    flex-direction: column;
  }
}
.information__left {
  width: 20%;
}
@media (max-width: 992px) {
  .information__left {
    width: 100%;
  }
}
.information__right {
  width: 80%;
}
@media (max-width: 992px) {
  .information__right {
    margin-top: 40px;
    width: 100%;
  }
}
.information__right-guaranty .right-guaranty__title {
  font-size: 22px;
  font-weight: 600;
  margin: 10px 0 30px 0;
}
@media (max-width: 992px) {
  .information__right-guaranty .right-guaranty__title {
    display: none;
  }
}
.information__right-guaranty .right-guaranty__text {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 600px) {
  .information__right-guaranty .right-guaranty__text {
    font-size: 14px;
  }
}
.information__right-guaranty .right-guaranty__subtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin: 10px 0 10px 0;
}
@media (max-width: 600px) {
  .information__right-guaranty .right-guaranty__subtitle {
    margin: 6px 0;
    font-size: 14px;
    line-height: 22px;
  }
}
.information__right-guaranty .right-guaranty__toptitle {
  font-size: 22px;
  font-weight: 600;
  margin: 20px 0 30px 0;
}
@media (max-width: 600px) {
  .information__right-guaranty .right-guaranty__toptitle {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin: 10px 0 20px 0;
  }
}
.information__right-sertificates .right-sertificates__title {
  font-size: 22px;
  font-weight: 600;
  margin: 10px 0 30px 0;
}
@media (max-width: 992px) {
  .information__right-sertificates .right-sertificates__title{
    display: none;
  }
}
.information__right-sertificates .right-sertificates__text {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 600px) {
  .information__right-sertificates .right-sertificates__text {
    font-size: 14px;
  }
}
.information__right-sertificates .right-sertificates__subtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin: 20px 0;
}
.information__right-sertificates .right-sertificates__img {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 700px) {
  .information__right-sertificates .right-sertificates__img {
    flex-direction: column;
  }
}
.information__right-sertificates .right-sertificates__img-item {
  width: 40%;
}
@media (max-width: 700px) {
  .information__right-sertificates .right-sertificates__img-item {
    width: 100%;
  }
}
.information__right-contacts .right-contacts__title {
  font-size: 22px;
  font-weight: 600;
  margin: 10px 0 30px 0;
}
@media (max-width: 992px) {
  .information__right-contacts .right-contacts__title {
    margin: 0px 0 30px 0;
  }
}
@media (max-width: 400px) {
  .information__right-contacts .right-contacts__title {
    font-size: 20px;
    margin: 0px 0 20px 0;
  }
}
.information__right-contacts .right-contacts__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}
@media (max-width: 700px) {
  .information__right-contacts .right-contacts__wrapper {
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .information__right-contacts .right-contacts__wrapper {
    margin-bottom: 40px;
  }
}
.information__right-contacts .right-contacts__info {
  width: 500px;
}
@media (max-width: 800px) {
  .information__right-contacts .right-contacts__info {
    width: 40%;
  }
}
@media (max-width: 700px) {
  .information__right-contacts .right-contacts__info {
    width: 100%;
  }
}
.information__right-contacts .right-contacts__info-subtitle {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 6px;
  margin-top: 16px;
}
.information__right-contacts .right-contacts__info-subtitle:first-child {
  margin-top: 0px;
}
.information__right-contacts .right-contacts__info-phone {
  display: block;
  font-weight: 300;
  font-size: 22px;
  line-height: 22px;
  color: #303F9F;
}
.information__right-contacts .right-contacts__info-mail {
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #303F9F;
}
.information__right-contacts .right-contacts__info-time {
  display: block;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}
.information__right-contacts .right-contacts__form {
  max-width: 700px;
  padding: 30px 40px;
  border: solid 1px #f2f2f2;
  border-radius: 4px;
}
@media (max-width: 800px) {
  .information__right-contacts .right-contacts__form {
    width: 60%;
  }
}
@media (max-width: 700px) {
  .information__right-contacts .right-contacts__form {
    display: none;
  }
}
.information__right-contacts .right-contacts__form-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
.information__right-contacts .right-contacts__form-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
@media (max-width: 800px) {
  .information__right-contacts .right-contacts__form-wrap {
    flex-direction: column;
  }
}
.information__right-contacts .right-contacts__form-input {
  width: 60%;
  height: 40px;
  padding: 0 0 0 17px;
  font-size: 14px;
  background-color: #f2f2f2;
  border-radius: 4px;
}
@media (max-width: 800px) {
  .information__right-contacts .right-contacts__form-input {
    width: 100%;
  }
}
.information__right-contacts .right-contacts__form-btn {
  width: 36%;
  background-color: #303F9F;
  color: #fff;
  border-radius: 4px;
}
@media (max-width: 800px) {
  .information__right-contacts .right-contacts__form-btn {
    height: 40px;
    margin-top: 14px;
    width: 100%;
  }
}
.information__right-contacts .right-contacts__form-btn:hover {
  background-color: #243186;
  transition: linear all 0.3s;
}
.information__right-contacts .right-contacts__rules {
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
}
.information__right-contacts .right-contacts__rules a {
  color: #303F9F;
}
.information__right-contacts .right-contacts__shops-tabs {
  display: flex;
  justify-content: flex-start;
  overflow-x: scroll;
  border-bottom: solid 1px #f2f2f2;
  font-size: 15px;
  font-weight: 300;
}
.information__right-contacts .right-contacts__shops-tabs .shops-tabs__item {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-right: 30px;
  color: #333;
  padding-bottom: 4px;
}
.information__right-contacts .right-contacts__shops-tabs .shops-tabs__item--active {
  color: #303F9F;
  border-bottom: solid 1px #303F9F;
  font-weight: 600;
}
.information__right-contacts .right-contacts__shops-tabs .shops-tabs__item:hover {
  color: #303F9F;
  border-bottom: solid 1px #303F9F;
}
.information__right-contacts .right-contacts__shops-tabs::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  color: transparent;
}
.information__right-contacts .right-contacts__shops-info .shops-info__item {
  display: none;
  margin-bottom: 20px;
  border-bottom: solid 1px #f2f2f2;
}
.information__right-contacts .right-contacts__shops-info .shops-info__item--active {
  display: block;
}
.information__right-contacts .right-contacts__shops-info .shops-info__shop {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 20px;
}
.information__right-contacts .right-contacts__shops-info .shops-info__shop p {
  margin-bottom: 6px;
}
.information__right-contacts .right-contacts__shops-info .shops-info__shop-name {
  font-weight: 600;
  padding-bottom: 8px;
}
.information__right-contacts .right-contacts__shops-info .shops-info__wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0 20px 0;
}
@media (max-width: 500px) {
  .information__right-contacts .right-contacts__shops-info .shops-info__wrap {
    flex-wrap: wrap;
  }
}
.information__right-contacts .right-contacts__shops-info .shops-info__shop-block {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 20px;
  background-color: #F2F2F2;
  margin-left: 10px;
}
.information__right-contacts .right-contacts__shops-info .shops-info__shop-map {
  width: 100%;
  height: 400px;
}
.information__right-contacts .right-contacts__data {
  margin-top: 50px;
}
.information__right-contacts .right-contacts__item {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 15px;
}
@media (max-width: 850px) {
  .information__right-contacts .right-contacts__item {
    flex-direction: column;
  }
}
.information__right-contacts .right-contacts__item-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  width: 30%;
}
@media (max-width: 850px) {
  .information__right-contacts .right-contacts__item-name {
    width: 100%;
  }
}
.information__right-contacts .right-contacts__item-info {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  width: 70%;
}
@media (max-width: 850px) {
  .information__right-contacts .right-contacts__item-info {
    width: 100%;
  }
}
.information__right-contacts .right-contacts__answer {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}
.information__right-contacts .right-contacts__answer span {
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
}
.information__right-accordion .right-accordion__title {
  font-size: 22px;
  font-weight: 600;
  margin: 10px 0 30px 0;
}
@media (max-width: 992px) {
  .information__right-accordion .right-accordion__title {
    margin: 0px 0 30px 0;
  }
}
@media (max-width: 400px) {
  .information__right-accordion .right-accordion__title {
    font-size: 20px;
    margin: 0px 0 20px 0;
  }
}
.information__right-accordion .right-accordion__item {
  position: relative;
  border: solid 1px #f2f2f2;
  border-radius: 8px;
  margin-bottom: 8px;
}
@media (max-width: 350px) {
  .information__right-accordion .right-accordion__item {
    border: none;
    border-radius: 0px;
    border-top: solid 1px #f2f2f2;
    margin-bottom: 0px;
    padding: 6px 0;
  }
}
.information__right-accordion .right-accordion__item--active .right-accordion__content {
  display: block;
}
.information__right-accordion .right-accordion__trigger {
  padding: 18px 40px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  cursor: pointer;
}
@media (max-width: 800px) {
  .information__right-accordion .right-accordion__trigger {
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .information__right-accordion .right-accordion__trigger {
    padding: 10px 20px;
  }
}
@media (max-width: 400px) {
  .information__right-accordion .right-accordion__trigger {
    font-size: 14px;
    font-weight: 300;
  }
}
@media (max-width: 350px) {
  .information__right-accordion .right-accordion__trigger {
    padding: 10px 6px;
  }
}
.information__right-accordion .right-accordion__trigger:before {
  content: "";
  position: absolute;
  top: 22px;
  right: 44px;
  width: 22px;
  height: 22px;
  background-image: url("../img/icons/arrow_info_down.svg");
  background-repeat: no-repeat;
  background-position: center;
  fill: #303F9F;
}
@media (max-width: 600px) {
  .information__right-accordion .right-accordion__trigger:before {
    top: 14px;
  }
}
@media (max-width: 400px) {
  .information__right-accordion .right-accordion__trigger:before {
    top: 16px;
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 350px) {
  .information__right-accordion .right-accordion__trigger:before {
    top: 22px;
    right: 12px;
  }
}
.information__right-accordion .right-accordion__item--active .right-accordion__trigger:before {
  display: none;
}
.information__right-accordion .right-accordion__item--active:before {
  content: "";
  position: absolute;
  top: 22px;
  right: 44px;
  width: 20px;
  height: 20px;
  background-image: url("/local/templates/main/img/icons/arrow_info_up.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 600px) {
  .information__right-accordion .right-accordion__item--active:before {
    top: 14px;
  }
}
@media (max-width: 400px) {
  .information__right-accordion .right-accordion__item--active:before {
    top: 16px;
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 350px) {
  .information__right-accordion .right-accordion__item--active:before {
    top: 24px;
    right: 12px;
  }
}
.information__right-accordion .right-accordion__content {
  display: none;
  padding: 0 40px 30px 40px;
  margin-top: 16px;
}
@media (max-width: 800px) {
  .information__right-accordion .right-accordion__content {
    padding: 0 20px 30px 20px;
  }
}
@media (max-width: 350px) {
  .information__right-accordion .right-accordion__content {
    padding: 0 6px 20px 6px;
  }
}
.information__right-accordion .right-accordion__content-tabs {
  display: flex;
  justify-content: flex-start;
  overflow-x: scroll;
  border-bottom: solid 1px #f2f2f2;
  font-size: 15px;
  font-weight: 400;
}
.information__right-accordion .right-accordion__content-tabs .content-tabs__item {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-right: 30px;
  color: #333;
  padding-bottom: 4px;
}
@media (max-width: 350px) {
  .information__right-accordion .right-accordion__content-tabs .content-tabs__item {
    margin-right: 20px;
    font-size: 14px;
  }
}
.information__right-accordion .right-accordion__content-tabs .content-tabs__item--active {
  color: #303F9F;
  border-bottom: solid 1px #303F9F;
  font-weight: 600;
}
.information__right-accordion .right-accordion__content-tabs .content-tabs__tabs-item:hover {
  color: #303F9F;
  border-bottom: solid 1px #303F9F;
}
.information__right-accordion .right-accordion__content-tabs::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  color: transparent;
}
.information__right-accordion .right-accordion__content-info {
  position: relative;
  max-width: 100%;
}
.information__right-accordion .right-accordion__content-info .content-info {
  max-width: 100%;
}
.information__right-accordion .right-accordion__content-info .content-info__item {
  display: none;
}
.information__right-accordion .right-accordion__content-info .content-info__item--active {
  display: block;
}
.information__right-accordion .right-accordion__content-info .content-info__item-price {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 30px 0 25px 0;
  padding-bottom: 30px;
  border-bottom: dashed 1px #f2f2f2;
}
@media (max-width: 800px) {
  .information__right-accordion .right-accordion__content-info .content-info__item-price {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .information__right-accordion .right-accordion__content-info .content-info__item-price {
    margin: 16px 0;
    padding-bottom: 6px;
  }
}
.information__right-accordion .right-accordion__content-info .content-info__item-price .item-price__block {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 49%;
  height: 80px;
  border: solid 7px #f2f2f2;
}
@media (max-width: 800px) {
  .information__right-accordion .right-accordion__content-info .content-info__item-price .item-price__block {
    margin-bottom: 10px;
    width: 100%;
  }
}
@media (max-width: 450px) {
  .information__right-accordion .right-accordion__content-info .content-info__item-price .item-price__block {
    flex-direction: column;
    height: auto;
    padding: 10px 0;
  }
}
.information__right-accordion .right-accordion__content-info .content-info__item-price .item-price__block-name {
  font-size: 16px;
  font-weight: 400;
  margin-right: 20px;
}
@media (max-width: 450px) {
  .information__right-accordion .right-accordion__content-info .content-info__item-price .item-price__block-name {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.information__right-accordion .right-accordion__content-info .content-info__item-price .item-price__block-name span {
  font-weight: 700;
}
.information__right-accordion .right-accordion__content-info .content-info__item-price .item-price__block-price {
  font-size: 14px;
  font-weight: 600;
  padding: 6px 12px;
  background-color: #303F9F;
  color: #fff;
}
.information__right-accordion .right-accordion__content-info .content-info__item-schedule {
  padding-bottom: 14px;
  border-bottom: dashed 1px #f2f2f2;
}
.information__right-accordion .right-accordion__content-info .content-info__item-schedule .item-schedule {
  display: flex;
  justify-content: flex-start;
}
.information__right-accordion .right-accordion__content-info .content-info__item-schedule .item-schedule__title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
  padding-right: 8px;
}
.information__right-accordion .right-accordion__content-info .content-info__item-schedule .item-schedule__title--top {
  margin-top: 16px;
}
.information__right-accordion .right-accordion__content-info .content-info__item-schedule .item-schedule__time {
  display: inline-block;
}
@media (max-width: 650px) {
  .information__right-accordion .right-accordion__content-info .content-info__item-schedule .item-schedule__time {
    margin-bottom: 10px;
  }
}
.information__right-accordion .right-accordion__content-info .content-info__item-schedule .item-schedule__time-title {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
}
.information__right-accordion .right-accordion__content-info .content-info__item-schedule .item-schedule__time-interval {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 14px;
  background-color: #F2F2F2;
  margin-left: 8px;
}
@media (max-width: 650px) {
  .information__right-accordion .right-accordion__content-info .content-info__item-schedule .item-schedule__time-interval {
    margin-bottom: 6px;
  }
}
@media (max-width: 350px) {
  .information__right-accordion .right-accordion__content-info .content-info__item-schedule .item-schedule__time-interval {
    margin-left: 0px;
    margin-right: 10px;
  }
}
.information__right-accordion .right-accordion__content-info .content-info__item-schedule--border {
  border-bottom: none;
  padding-bottom: 0px;
}
.information__right-accordion .right-accordion__content-info .content-info__item-question {
  margin-top: 20px;
  padding-left: 26px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.information__right-accordion .right-accordion__content-info .content-info__item-question a {
  text-decoration: underline;
  color: #303F9F;
  cursor: pointer;
}
.information__right-accordion .right-accordion__content-info .content-info__item-question a:hover {
  color: #243186;
}
.information__right-accordion .right-accordion__content-info .content-info__item-question:before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  top: 2px;
  left: 0px;
  z-index: 20;
  background-image: url("/img/icons/question_info.svg");
}
.information__right-accordion .right-accordion__content-info .content-info__item-selfcare .item-selfcare__block {
  position: relative;
  margin-top: 26px;
  padding-bottom: 26px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: dashed 1px #f2f2f2;
  border: solid 7px #f2f2f2;
  padding: 10px 0 15px 0;
}
@media (max-width: 500px) {
  .information__right-accordion .right-accordion__content-info .content-info__item-selfcare .item-selfcare__block {
    flex-direction: column;
  }
}
.information__right-accordion .right-accordion__content-info .content-info__item-selfcare .item-selfcare__block:before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  top: 6px;
  left: 0px;
  z-index: 20;
  background-image: url("/img/icons/person_delivery.svg");
}
@media (max-width: 500px) {
  .information__right-accordion .right-accordion__content-info .content-info__item-selfcare .item-selfcare__block:before {
    display: none;
  }
}
.information__right-accordion .right-accordion__content-info .content-info__item-selfcare .item-selfcare__block-name {
  padding-left: 24px;
  margin-right: 18px;
  font-weight: 300;
}
@media (max-width: 500px) {
  .information__right-accordion .right-accordion__content-info .content-info__item-selfcare .item-selfcare__block-name {
    padding-left: 0px;
    margin-bottom: 10px;
  }
}
.information__right-accordion .right-accordion__content-info .content-info__item-selfcare .item-selfcare__block-price {
  font-size: 14px;
  font-weight: 600;
  padding: 6px 12px;
  background-color: #303F9F;
  color: #fff;
}
.information__right-accordion .right-accordion__content-info .content-info__item-selfcare .item-selfcare__shop {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 20px;
  border-bottom: dashed 1px #f2f2f2;
}
.information__right-accordion .right-accordion__content-info .content-info__item-selfcare .item-selfcare__shop p {
  margin-bottom: 6px;
}
.information__right-accordion .right-accordion__content-info .content-info__item-selfcare .item-selfcare__shop-name {
  font-weight: 600;
}
.information__right-accordion .right-accordion__content-info .content-info__item-selfcare .item-selfcare__shop-block {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 14px;
  background-color: #F2F2F2;
}
.information__right-accordion .right-accordion__content-info .content-info__item-selfcare .item-selfcare__shop-link {
  display: block;
  color: #303F9F;
  background-color: #fff;
  margin-top: 12px;
  text-decoration: underline;
}
.information__right-accordion .right-accordion__content-info .content-info__item-selfcare .item-selfcare__shop-link:hover {
  color: #243186;
}
.information__right-accordion .right-accordion__content-info .content-info__item-selfcare .item-selfcare__shop-link.active + .item-selfcare__shop-content {
  display: block;
}
.information__right-accordion .right-accordion__content-info .content-info__item-selfcare .item-selfcare__shop-content {
  display: none;
  margin-top: 30px;
}
.information__right-accordion .right-accordion__content-info .content-info__item-selfcare .item-selfcare__shop-map {
  width: 100%;
  height: 400px;
}
.information__right-accordion .right-accordion__content-info .content-info__item-selfcare .item-selfcare__partner {
  padding: 20px 0 0 0;
}
.information__right-accordion .right-accordion__content-info .content-info__item-selfcare .item-selfcare__partner-name {
  font-size: 14px;
  font-weight: 600;
}
.information__right-accordion .right-accordion__content-info .content-info__item-selfcare .item-selfcare__partner-block {
  font-size: 14px;
  font-weight: 300;
  margin-top: 6px;
}
.information__right-accordion .right-accordion__content-info .content-info__item-payment .item-payment__card {
  margin-top: 26px;
  padding-bottom: 10px;
  border-bottom: dashed 1px #f2f2f2;
}
.information__right-accordion .right-accordion__content-info .content-info__item-payment .item-payment__card-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}
.information__right-accordion .right-accordion__content-info .content-info__item-payment .item-payment__card-block {
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px;
}
.information__right-accordion .right-accordion__content-info .content-info__item-payment .item-payment__card-logos {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 6px;
}
.information__right-accordion .right-accordion__content-info .content-info__item-payment .item-payment__card-logos .mir {
  margin-left: 14px;
}
.information__right-accordion .right-accordion__content-info .content-info__item-payment .item-payment__card-logos .master {
  margin-left: 16px;
}
.information__right-accordion .right-accordion__content-info .content-info__item-payment .item-payment__loyalty {
  margin-top: 26px;
  padding-bottom: 26px;
  border-bottom: dashed 1px #f2f2f2;
}
.information__right-accordion .right-accordion__content-info .content-info__item-payment .item-payment__loyalty-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}
.information__right-accordion .right-accordion__content-info .content-info__item-payment .item-payment__loyalty-block {
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px;
}
.information__right-accordion .right-accordion__content-info .content-info__item-payment .item-payment__loyalty-main {
  font-size: 14px;
  font-weight: 300;
  margin-top: 12px;
}
.information__right-accordion .right-accordion__content-info .content-info__item-payment .item-payment__loyalty-link {
  display: block;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  margin-top: 16px;
  text-decoration: underline;
  color: #303F9F;
}
.information__right-accordion .right-accordion__content-info .content-info__item-payment .item-payment__rass {
  margin-top: 26px;
  padding-bottom: 26px;
  border-bottom: dashed 1px #f2f2f2;
}
.information__right-accordion .right-accordion__content-info .content-info__item-payment .item-payment__rass-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}
.information__right-accordion .right-accordion__content-info .content-info__item-payment .item-payment__rass-main {
  font-size: 14px;
  font-weight: 300;
  margin-top: 12px;
}
.information__right-accordion .right-accordion__content-info .content-info__item-payment .item-payment__rass-block {
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px;
}
.information__right-accordion .right-accordion__content-info .content-info__item-payment .item-payment__rass-link {
  display: block;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  margin-top: 16px;
  text-decoration: underline;
  color: #303F9F;
}
.information__right-accordion .right-accordion__content-info .content-info__item-payment .item-payment__beznal {
  margin-top: 26px;
}
.information__right-accordion .right-accordion__content-info .content-info__item-payment .item-payment__beznal-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}
.information__right-accordion .right-accordion__content-info .content-info__item-payment .item-payment__beznal-block {
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px;
}
.information__right-accordion .right-accordion__content-info .content-info__item-payment .item-payment__cash {
  margin-top: 26px;
}
.information__right-accordion .right-accordion__content-info .content-info__item-payment .item-payment__cash-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}
.information__right-accordion .right-accordion__content-info .content-info__item-payment .item-payment__cash-block {
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px;
}

.register__inner {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 70px;
}
@media (max-width: 500px) {
  .register__inner {
    margin-bottom: 40px;
  }
}
.register__title {
  max-width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-top: 50px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: solid 1px #f2f2f2;
}
@media (max-width: 500px) {
  .register__title {
    margin-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.register__field {
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 500px) {
  .register__field {
    margin-bottom: 10px;
  }
}
.register__field input {
  width: 100%;
  max-width: 100%;
  height: 64px;
  background-color: #f2f2f2;
  border-radius: 8px;
  padding: 0 0 0 26px;
  font-size: 16px;
  margin-top: 6px;
}
@media (max-width: 500px) {
  .register__field input {
    height: 56px;
  }
}
.register__field.error input {
  border: solid 1px #FF1100;
}
.register__field small {
  color: #e74c3c;
  position: absolute;
  top: 0px;
  right: 0px;
  visibility: hidden;
  font-weight: 300;
}
.register__field.error small {
  visibility: visible;
}
.register__field-name {
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
}
.register__form {
  margin-top: 6px;
}
.register__form-input {
  width: 100%;
  max-width: 100%;
  height: 64px;
  background-color: #f2f2f2;
  border-radius: 8px;
  padding: 0 0 0 26px;
  font-size: 16px;
}
.register__form-input:focus {
  border: solid 1px #FED246;
  border-radius: 8px;
}
.register__label {
  display: block;
  position: relative;
  margin-top: 15px;
  cursor: pointer;
}
.register__input {
  display: none;
}
.register__fake {
  position: absolute;
  top: 3px;
  left: 0px;
  z-index: 10;
  width: 14px;
  height: 14px;
  border: solid 2px #303F9F;
}
.register__fake:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background-color: #303F9F;
  opacity: 0;
  transition: all linear 0.3s;
}
.register__input:checked + .register__fake:after {
  opacity: 1;
}
.register__label-text {
  padding-left: 30px;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 10px;
}
.register__label-text a {
  color: #303F9F;
  text-decoration: underline;
}
.register__button {
  width: 100%;
  height: 70px;
  max-width: 100%;
  background-color: #303F9F;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  margin: 10px 0;
}
@media (max-width: 500px) {
  .register__button {
    height: 60px;
  }
}
.register__button:hover {
  background-color: #243186;
  transition: linear 0.3s all;
}
.register__button:disabled {
  background-color: silver;
}
.register__enter {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  margin-top: 30px;
}
.register__link {
  color: #303F9F;
  text-decoration: underline;
}
.register__link + .register__link {
  margin-left: 40px;
}
.register__reg {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  margin: 30px 20px 0 0;
  padding-bottom: 30px;
}
.register__pass {
  display: block;
  color: #303F9F;
  font-size: 16px;
  line-height: 140%;
  font-weight: 300;
  text-decoration: underline;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
.register__wrap {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  color: #303F9F;
  font-weight: 300;
}
.register__text {
  display: block;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  margin: 40px 0 60px 0;
}

.exist {
  width: 100%;
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 450px) {
  .exist {
    margin-top: 50px;
  }
}
.exist__title {
  display: block;
  font-size: 100px;
  font-weight: 600;
  line-height: 100px;
}
@media (max-width: 450px) {
  .exist__title {
    font-size: 80px;
  }
}
.exist__text {
  display: block;
  font-weight: 300;
  font-size: 20px;
  line-height: 22px;
  margin-top: 30px;
}
@media (max-width: 450px) {
  .exist__text {
    font-size: 16px;
    margin-top: 20px;
  }
}
.exist__btn {
  color: #fff;
  background: #303F9F;
  border-radius: 8px;
  padding: 20px 30px;
  margin: 40px 0 60px 0;
}
.exist__btn:hover {
  background: #243186;
  transition: all linear 0.3s;
}
.exist__best-text {
  font-weight: 300;
  margin-bottom: 40px;
  line-height: 28px;
}
@media (max-width: 450px) {
  .exist__best-text {
    margin-bottom: 30px;
  }
}
.exist__link {
  display: block;
  margin: 40px 0 80px 0;
  color: #303F9F;
  text-decoration: underline;
  font-weight: 300;
  cursor: pointer;
}
.exist__bottom {
  display: flex;
  max-width: 100%;
  width: 100%;
  overflow-x: scroll;
}
.exist__bottom::-webkit-scrollbar {
  height: 6px;
  background-color: #fff;
  border-radius: 2px;
}
.exist__bottom::-webkit-scrollbar-thumb {
  height: 4px;
  background-color: #f2f2f2;
  border-radius: 2px;
}
.exist__bottom-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 20px 20px 0;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.exist__bottom-item .bottom-item__img {
  width: 180px;
  height: 180px;
  object-fit: contain;
}
.exist__bottom-item .bottom-item__name {
  font-size: 14px;
  line-height: 22px;
  max-width: 150px;
  color: #333;
  margin-top: 16px;
}

/* Landing Calculator Postakannikov */
.subheader {
  background-image: url("/img/content/backgr_land.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.subheader__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 60px 0;
}
@media (max-width: 990px) {
  .subheader__menu {
    padding: 20px 0 20px 0;
  }
}
.subheader__menu .subheader-menu__logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.subheader__menu .subheader-menu__logo-image {
  width: 115px;
  height: 120px;
}
@media (max-width: 1220px) {
  .subheader__menu .subheader-menu__logo-image {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 600px) {
  .subheader__menu .subheader-menu__logo-image {
    width: 70px;
    height: 70px;
  }
}
.subheader__menu .subheader-menu__logo-text {
  margin-left: 40px;
  max-width: 180px;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #616263;
}
@media (max-width: 1220px) {
  .subheader__menu .subheader-menu__logo-text {
    margin-left: 20px;
    max-width: 190px;
  }
}
@media (max-width: 1150px) {
  .subheader__menu .subheader-menu__logo-text {
    display: none;
  }
}
.subheader__menu .subheader-menu__logo-text:hover {
  color: #333;
  transition: ease all 0.3s;
}
.subheader__menu .subheader-menu__list-item {
  color: #2F3745;
}
.subheader__menu .subheader-menu__list-items {
  color: #2F3745;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
}
.subheader__menu .subheader-menu__list-items + .subheader-menu__list-items {
  margin-left: 30px;
}
.subheader__menu .subheader-menu__list-items:hover {
  text-decoration: underline;
  transition: all linear 0.3s;
  color: #333;
}
.subheader__menu .subheader-menu__btn {
  padding: 16px 30px;
  color: #333;
  background-color: #fff;
  border: solid 2px #303F9F;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.08em;
}
@media (max-width: 450px) {
  .subheader__menu .subheader-menu__btn {
    padding: 14px 10px;
    background-color: transparent;
    color: #333;
    font-size: 12px;
    letter-spacing: 0.08em;
    width: 230px;
    line-height: 24px;
    border: solid 1px #303F9F;
  }
}
@media (max-width: 450px) {
  .subheader__menu .subheader-menu__btn {
    width: 200px;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 10px;
  }
}
.subheader__menu .subheader-menu__btn:hover {
  background-color: #243186;
  transition: all linear 0.3s;
  color: #fff;
}
.subheader__fake {
  display: none;
}
@media (max-width: 890px) {
  .subheader__fake {
    display: block;
    color: #2F3745;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
  }
}
.subheader__fake .subheader-menu__list-item {
  color: #2F3745;
  overflow-x: scroll;
  display: flex;
  max-width: 100%;
  width: 100%;
  padding: 0 0 10px 0;
}
.subheader__fake .subheader-menu__list-items {
  color: #2F3745;
  font-weight: 300;
  font-size: 14px;
  line-height: 28px;
  margin: 0 20px 0 10px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.subheader__fake .subheader-menu__list-items::-webkit-scrollbar {
  height: 4px;
  background-color: #f2f2f2;
  border-radius: 2px;
}
.subheader__fake .subheader-menu__list-items::-webkit-scrollbar-thumb {
  height: 2px;
  background-color: #f2f2f2;
  border-radius: 2px;
}
.subheader__phone {
  display: flex;
  justify-content: center;
  align-items: center;
}
.subheader__phone-icon {
  fill: #303F9F;
}
.subheader__phone-image {
  width: 20px;
  height: 20px;
}
@media (max-width: 500px) {
  .subheader__phone-image {
    width: 22px;
    height: 22px;
  }
}
.subheader__phone-num {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin-left: 26px;
  color: #303F9F;
  margin-bottom: 4px;
}
@media (max-width: 500px) {
  .subheader__phone-num {
    margin-left: 30px;
  }
}
.subheader__phone-num:hover {
  color: #243186;
}
.subheader__main {
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 990px) {
  .subheader__main {
    margin-top: 30px;
  }
}
@media (max-width: 820px) {
  .subheader__main {
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .subheader__main {
    padding-bottom: 40px;
  }
}
.subheader__main-parag {
  position: absolute;
  bottom: 43px;
  right: -128px;
  z-index: 10;
  width: 260px;
  height: 30px;
  font-size: 14px;
  line-height: 22px;
  color: #2F3745;
  font-weight: 300;
}
@media (max-width: 1250px) {
  .subheader__main-parag {
    bottom: 20px;
    right: -50px;
  }
}
@media (max-width: 820px) {
  .subheader__main-parag {
    bottom: -2%;
    right: 0%;
  }
}
@media (max-width: 580px) {
  .subheader__main-parag {
    bottom: -16%;
    right: -2%;
  }
}
@media (max-width: 480px) {
  .subheader__main-parag {
    width: 220px;
    bottom: -20%;
  }
}
.subheader__main-img {
  width: 490px;
  height: 390px;
  opacity: 0.85;
}
@media (max-width: 1130px) {
  .subheader__main-img {
    width: 390px;
    height: 300px;
    margin-top: 50px;
  }
}
@media (max-width: 990px) {
  .subheader__main-img {
    width: 300px;
    height: 250px;
    margin-top: 50px;
  }
}
@media (max-width: 820px) {
  .subheader__main-img {
    width: 490px;
    height: 390px;
    margin-top: 20px;
    margin-left: 30px;
  }
}
@media (max-width: 580px) {
  .subheader__main-img {
    width: 390px;
    height: 300px;
    margin-top: 30px;
    margin-left: 30px;
  }
}
@media (max-width: 480px) {
  .subheader__main-img {
    width: 300px;
    height: 250px;
    margin-top: 10px;
    margin-left: 10px;
  }
}
@media (max-width: 350px) {
  .subheader__main-img {
    width: 280px;
    height: 230px;
    margin-top: 10px;
    margin-left: 10px;
  }
}
.subheader__main-wrap {
  position: relative;
}
.subheader__main-button {
  content: "";
  position: absolute;
  bottom: 70px;
  right: 150px;
  z-index: 10;
  width: 110px;
  height: 110px;
  background-size: cover;
  cursor: pointer;
}
@media (max-width: 1250px) {
  .subheader__main-button {
    bottom: 70px;
    right: 200px;
  }
}
@media (max-width: 925px) {
  .subheader__main-button {
    bottom: 90px;
  }
}
@media (max-width: 820px) {
  .subheader__main-button {
    bottom: 10%;
    right: 30%;
  }
}
@media (max-width: 580px) {
  .subheader__main-button {
    bottom: 0%;
  }
}
.subheader__main-button img {
  width: 170px;
  height: 170px;
}
.subheader__main-button:before {
  content: "";
  position: absolute;
  bottom: -13px;
  right: -7px;
  z-index: 100;
  width: 20px;
  height: 20px;
  background-image: url("/img/icons/line_land_pods.svg");
}
.subheader__main-info {
  max-width: 50%;
}
@media (max-width: 1130px) {
  .subheader__main-info {
    max-width: 50%;
  }
}
@media (max-width: 990px) {
  .subheader__main-info {
    max-width: 57%;
  }
}
@media (max-width: 820px) {
  .subheader__main-info {
    max-width: 100%;
    margin-top: 90px;
    padding: 0 30px;
  }
}
@media (max-width: 500px) {
  .subheader__main-info {
    padding: 0 10px;
    padding-top: 30px;
  }
}
.subheader__main-info .main-info__title {
  font-weight: 300;
  font-size: 40px;
  line-height: 56px;
  color: #2F3745;
}
@media (max-width: 1130px) {
  .subheader__main-info .main-info__title {
    font-size: 36px;
  }
}
@media (max-width: 990px) {
  .subheader__main-info .main-info__title {
    font-size: 30px;
    line-height: 46px;
  }
}
@media (max-width: 820px) {
  .subheader__main-info .main-info__title {
    font-size: 36px;
    line-height: 52px;
  }
}
@media (max-width: 620px) {
  .subheader__main-info .main-info__title {
    font-size: 32px;
    line-height: 48px;
  }
}
@media (max-width: 500px) {
  .subheader__main-info .main-info__title {
    font-size: 21px;
    line-height: 34px;
  }
}
.subheader__main-info .main-info__title span {
  font-weight: 600;
}
.subheader__main-info .main-info__title-span {
  font-weight: 300;
  color: rgba(47, 55, 69, 0.6);
  font-size: 22px;
}
.subheader__main-info .main-info__subtitle {
  position: relative;
  margin: 20px 0 0 0;
  padding-left: 60px;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  max-width: 330px;
  color: #2F3745;
}
@media (max-width: 500px) {
  .subheader__main-info .main-info__subtitle {
    font-size: 16px;
    line-height: 25px;
  }
}
.subheader__main-info .main-info__subtitle:before {
  content: "";
  background-image: url("/img/content/line_lend.png");
  position: absolute;
  top: 16px;
  left: 0;
  z-index: 10;
  width: 40px;
  height: 1px;
}
.subheader__main-info .main-info__btn {
  color: #fff;
  text-transform: uppercase;
  padding: 23px 46px;
  background: linear-gradient(90deg, #445CDA 0%, #304199 100%);
  box-shadow: 0px 30px 70px rgba(59, 76, 162, 0.2);
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.08em;
  margin-top: 50px;
}
@media (max-width: 500px) {
  .subheader__main-info .main-info__btn {
    padding: 20px 30px;
    margin-top: 30px;
  }
}
.subheader__main-info .main-info__btn:hover {
  background: linear-gradient(90deg, #445CDA 0%, #304199 0.01%, #445CDA 100%);
  box-shadow: 0px 30px 70px rgba(59, 76, 162, 0.2);
  transition: all linear 0.3s;
}
.subheader__main-info .main-info__message {
  margin-top: 20px;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
  color: rgba(47, 55, 69, 0.6);
}

.works {
  max-width: 100%;
  margin-top: 90px;
  padding-bottom: 80px;
  border-bottom: solid 1px #f2f2f2;
}
@media (max-width: 600px) {
  .works {
    margin-top: 40px;
    padding-bottom: 40px;
  }
}
.works__title {
  font-weight: 300;
  font-size: 34px;
  line-height: 56px;
  text-align: center;
  color: #2F3745;
}
@media (max-width: 600px) {
  .works__title {
    font-size: 22px;
    line-height: 44px;
  }
}
.works__title span {
  font-weight: 600;
}
.works__inner {
  max-width: 100%;
  margin-top: 40px;
  position: relative;
}
@media (max-width: 600px) {
  .works__inner {
    margin-top: 20px;
  }
}
.works__item {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.works__item-img {
  max-width: 280px;
  max-height: 280px;
}
.works__item-name {
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
}
.works__item-text {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
}
.works .owl-next {
  position: absolute;
  top: 110px;
  right: -28px;
  width: 60px;
  height: 60px;
}
@media (max-width: 1305px) {
  .works .owl-next {
    top: 110px;
    right: -10px;
  }
}
.works .owl-prev {
  position: absolute;
  top: 110px;
  left: -28px;
  width: 60px;
  height: 60px;
}
@media (max-width: 1305px) {
  .works .owl-prev {
    top: 110px;
    left: -10px;
  }
}

.calc {
  margin-top: 60px;
  /* 5-6 Questions Kviz */
  /* 5-6 Questions Kviz end  */
}
@media (max-width: 600px) {
  .calc {
    margin-top: 30px;
  }
}
.calc__step {
  max-width: 100%;
  height: 760px;
  background-image: url("/img/content/back_land_kviz.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  text-align: center;
  margin-top: 50px;
  padding-top: 30px;
}
@media (max-width: 600px) {
  .calc__step {
    margin-top: 30px;
  }
}
.calc__subinner {
  display: flex;
  justify-content: space-between;
}
.calc__subinner2 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 700px) {
  .calc__subinner2 {
    flex-direction: column;
  }
}
.calc__inner {
  position: relative;
}
.calc .owl-next {
  position: absolute;
  width: auto;
  height: auto;
  overflow: auto;
  margin: auto;
  left: 0;
  bottom: 12%;
  right: 0;
}
.calc .owl-prev {
  position: absolute;
  width: auto;
  height: auto;
  overflow: auto;
  margin: auto;
  left: 0;
  bottom: 7%;
  right: 0;
}
.calc .owl-next.disabled, .calc .owl-prev.disabled {
  display: none !important;
}
.calc .owl-item img {
  width: auto !important;
}
.calc__subtitle {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2F3745;
  margin-top: 50px;
}
@media (max-width: 600px) {
  .calc__subtitle {
    margin-top: 30px;
  }
}
.calc__title {
  font-weight: 300;
  font-size: 34px;
  line-height: 56px;
  text-align: center;
  color: #2F3745;
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .calc__title {
    font-size: 22px;
    line-height: 34px;
    max-width: 70%;
  }
}
.calc__title span {
  font-weight: 600;
}
.calc__text {
  display: inline-block;
  font-weight: 300;
  font-size: 30px;
  line-height: 42px;
  color: #2F3745;
  width: 550px;
  text-align: center;
  margin-top: 36px;
}
@media (max-width: 600px) {
  .calc__text {
    justify-content: flex-start;
    margin-top: 28px;
    font-size: 20px;
    line-height: 36px;
    width: 94%;
  }
}
.calc__wrapper {
  display: flex;
  justify-content: center;
  margin-top: 46px;
  overflow-x: scroll;
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1220px) {
  .calc__wrapper {
    justify-content: flex-start;
    padding: 0 20px;
    margin-top: 20px;
  }
}
.calc__img {
  width: 220px;
  height: 220px;
  border-radius: 8px;
}
.calc__name {
  max-width: 100%;
  width: 220px;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #2F3745;
  margin-top: 20px;
}
.calc__name span {
  font-weight: 600;
}
.calc__label {
  position: relative;
  cursor: pointer;
  height: 350px;
  padding-top: 20px;
}
.calc__label + .calc__label {
  margin-left: 20px;
}
.calc__input {
  display: none;
}
.calc__fake {
  position: absolute;
  top: 0px;
  right: 90px;
  z-index: 100;
  width: 40px;
  height: 40px;
  border: solid 2px #fff;
  border-radius: 50%;
}
.calc__fake:after {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  left: 0;
  z-index: 100;
  width: 40px;
  height: 40px;
  background-image: url("/img/icons/check_item.svg");
  background-repeat: no-repeat;
  opacity: 0;
  transition: all linear 0.3s;
}
.calc__fake2 {
  position: absolute;
  top: 0px;
  right: 90px;
  z-index: 100;
  width: 40px;
  height: 40px;
  border: solid 2px #fff;
  border-radius: 4px;
}
.calc__fake2:after {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  left: 0;
  z-index: 100;
  width: 40px;
  height: 40px;
  background-image: url("/img/icons/checkbox_item.svg");
  background-repeat: no-repeat;
  opacity: 0;
  transition: all linear 0.3s;
}
.calc__input:checked + .calc__fake:after {
  opacity: 1;
}
.calc__input:checked + .calc__fake2:after {
  opacity: 1;
}
.calc__step-add {
  display: block;
  max-width: 100%;
  height: 800px;
  background-image: url("/img/content/back_land_kviz.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  text-align: left;
  margin-top: 50px;
  padding: 150px 150px 0 170px;
}
@media (max-width: 1100px) {
  .calc__step-add {
    padding: 100px 100px 0px 100px;
  }
}
@media (max-width: 850px) {
  .calc__step-add {
    padding: 80px 60px 0px 60px;
  }
}
@media (max-width: 600px) {
  .calc__step-add {
    padding: 60px 30px 0px 30px;
    margin-top: 20px;
  }
}
@media (max-width: 400px) {
  .calc__step-add {
    padding: 60px 10px 0px 20px;
  }
}
@media (max-width: 340px) {
  .calc__step-add {
    padding: 60px 20px 0px 20px;
  }
}
.calc__subtitle-add {
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2F3745;
}
@media (max-width: 600px) {
  .calc__subtitle-add {
    max-width: 100%;
    text-align: center;
  }
}
.calc__text-add {
  display: inline-block;
  font-weight: 300;
  font-size: 30px;
  line-height: 42px;
  color: #2F3745;
  width: 550px;
  text-align: left;
  margin-top: 26px;
}
@media (max-width: 740px) {
  .calc__text-add {
    width: 350px;
  }
}
@media (max-width: 600px) {
  .calc__text-add {
    max-width: 100%;
    width: 100%;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
  }
}
.calc__wrapper-add {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .calc__wrapper-add {
    width: 100%;
  }
}
.calc__wrapper-add2 {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  height: 200px;
}
@media (max-width: 800px) {
  .calc__wrapper-add2 {
    width: 400px;
  }
}
@media (max-width: 768px) {
  .calc__wrapper-add2 {
    width: 340px;
  }
}
@media (max-width: 600px) {
  .calc__wrapper-add2 {
    max-width: 100%;
    width: 100%;
  }
}
.calc__name-add {
  max-width: 100%;
  width: 300px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  color: #2F3745;
  margin-top: 20px;
  padding-left: 60px;
}
@media (max-width: 400px) {
  .calc__name-add {
    font-size: 15px;
  }
}
.calc__subname-add {
  padding-left: 60px;
  font-weight: 300;
  margin-top: 14px;
  width: 430px;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 1024px) {
  .calc__subname-add {
    width: 360px;
  }
}
@media (max-width: 740px) {
  .calc__subname-add {
    width: 300px;
  }
}
@media (max-width: 600px) {
  .calc__subname-add {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 400px) {
  .calc__subname-add {
    width: 100%;
  }
}
.calc__label-add {
  position: relative;
  cursor: pointer;
}
.calc__label-add + .calc__label-add {
  margin-top: 20px;
}
.calc__fake-add {
  position: absolute;
  top: 22px;
  left: 0px;
  z-index: 100;
  width: 38px;
  height: 38px;
  border: solid 2px #fff;
  border-radius: 50%;
}
.calc__fake-add:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url("/img/icons/check_item.svg");
  background-repeat: no-repeat;
  opacity: 0;
  transition: all linear 0.3s;
}
.calc__input:checked + .calc__fake-add:after {
  opacity: 1;
}
.calc__background-pods {
  position: relative;
}
.calc__background-img {
  margin: -90px 100px 0 0;
  z-index: 3;
}
@media (max-width: 1200px) {
  .calc__background-img {
    margin: -60px 0px 0 0;
  }
}
@media (max-width: 1050px) {
  .calc__background-img {
    margin: -60px -100px 0 0;
  }
}
@media (max-width: 700px) {
  .calc__background-img {
    display: none;
  }
}
.calc__background-img2 {
  margin: -90px 100px 0 0;
  z-index: 3;
}
@media (max-width: 1200px) {
  .calc__background-img2 {
    margin: -60px 0px 0 0;
  }
}
@media (max-width: 1050px) {
  .calc__background-img2 {
    margin: -60px -200px 0 0;
  }
}
@media (max-width: 700px) {
  .calc__background-img2 {
    display: none;
  }
}
.calc__background-pods:before {
  content: "";
  position: absolute;
  display: block;
  top: -80px;
  right: 20px;
  z-index: 1;
  width: 320px;
  height: 520px;
  background-image: url("/img/land_pods/land_pods_back.png");
  background-repeat: no-repeat;
  background-size: 300px 480px;
}
@media (max-width: 1024px) {
  .calc__background-pods:before {
    right: -80px;
  }
}
@media (max-width: 700px) {
  .calc__background-pods:before {
    display: none;
  }
}
.calc__background-pods2 {
  position: relative;
}
.calc__background-pods2:before {
  content: "";
  position: absolute;
  display: block;
  top: -80px;
  right: 20px;
  z-index: 1;
  width: 320px;
  height: 520px;
  background-image: url("/img/land_pods/land_pods_back-2.png");
  background-repeat: no-repeat;
  background-size: 300px 480px;
}
@media (max-width: 1000px) {
  .calc__background-pods2:before {
    right: -100px;
  }
}
@media (max-width: 700px) {
  .calc__background-pods2:before {
    display: none;
  }
}
.calc__file {
  margin-top: 30px;
}
.calc__file-item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.calc__file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  font-size: 0;
  cursor: pointer;
}
.calc__file-fake {
  display: inline-flex;
  width: 200px;
  min-height: 50px;
  padding: 10px 20px;
  border: solid 1px #DEDFE0;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #2F3745;
  margin-right: 20px;
}
@media (max-width: 800px) {
  .calc__file-fake {
    padding: 10px 10px;
    width: 170px;
  }
}
.calc__file-empty {
  font-size: 14px;
  font-weight: 500;
}
.calc__file-text {
  width: 200px;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  margin-top: 6px;
}
@media (max-width: 800px) {
  .calc__file-text {
    width: 170px;
  }
}
.calc__file-text span {
  font-weight: 400;
}
.calc__input-num {
  width: 300px;
  height: 60px;
  background-color: #fff;
  border: solid 1px #DEDFE0;
  border-radius: 10px;
  padding-left: 30px;
}
@media (max-width: 600px) {
  .calc__input-num {
    max-width: 100%;
    width: 100%;
  }
}
.calc__input-message {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  width: 300px;
  margin: 20px 80px 0 0;
}
@media (max-width: 1000px) {
  .calc__input-message {
    width: 360px;
  }
}
@media (max-width: 600px) {
  .calc__input-message {
    max-width: 100%;
    width: 100%;
    margin: 40px 80px 0 0;
  }
}
.calc__step--margin {
  padding: 100px 160px 0 80px;
}
@media (max-width: 1070px) {
  .calc__step--margin {
    padding: 100px 60px 0 30px;
  }
}
@media (max-width: 850px) {
  .calc__step--margin {
    padding: 100px 20px 0 30px;
  }
}
@media (max-width: 750px) {
  .calc__step--margin {
    padding: 60px 10% 0 10%;
  }
}
@media (max-width: 400px) {
  .calc__step--margin {
    padding: 60px 20px 0 20px;
  }
}
.calc__box {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.calc__box-left {
  position: relative;
  margin: 0px 400px 0 0;
}
@media (max-width: 900px) {
  .calc__box-left {
    margin: 0px 300px 0 0;
  }
}
@media (max-width: 750px) {
  .calc__box-left {
    display: none;
  }
}
.calc__box-left:before {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  left: 0;
  z-index: 10;
  width: 390px;
  height: 520px;
  background-image: url("/img/land_pods/land_pods_back-4.png");
  background-repeat: no-repeat;
  background-size: 390px 480px;
}
@media (max-width: 900px) {
  .calc__box-left:before {
    background-size: 290px 380px;
    width: 290px;
    height: 380px;
    top: 60px;
  }
}
@media (max-width: 750px) {
  .calc__box-left:before {
    display: none;
  }
}
.calc__box-right {
  width: 400px;
  display: flex;
  flex-direction: column;
  text-align: left;
}
@media (max-width: 950px) {
  .calc__box-right {
    width: 340px;
  }
}
@media (max-width: 750px) {
  .calc__box-right {
    max-width: 100%;
    width: 100%;
  }
}
.calc__box-right .box-right__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 42px;
  color: #2F3745;
}
@media (max-width: 1000px) {
  .calc__box-right .box-right__title {
    font-size: 26px;
  }
}
@media (max-width: 750px) {
  .calc__box-right .box-right__title {
    font-size: 26px;
  }
}
@media (max-width: 500px) {
  .calc__box-right .box-right__title {
    font-size: 24px;
    line-height: 36px;
  }
}
.calc__box-right .box-right__subtitle {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  padding-left: 1px;
  margin-top: 20px;
}
@media (max-width: 750px) {
  .calc__box-right .box-right__subtitle {
    margin-top: 10px;
  }
}
.calc__box-right .box-right__name, .calc__box-right .box-right__phone, .calc__box-right .box-right__email {
  display: block;
  width: 100%;
  height: 56px;
  background-color: #fff;
  border: solid 1px #DEDFE0;
  border-radius: 10px;
  padding-left: 30px;
  margin-top: 20px;
}
.calc__box-right .box-right__btn {
  color: #fff;
  text-transform: uppercase;
  padding: 23px 46px;
  background: linear-gradient(90deg, #445CDA 0%, #304199 100%);
  box-shadow: 0px 30px 70px rgba(59, 76, 162, 0.2);
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.08em;
  margin-top: 50px;
}
.calc__box-right .box-right__btn:hover {
  background: linear-gradient(90deg, #445CDA 0%, #304199 0.01%, #445CDA 100%);
  box-shadow: 0px 30px 70px rgba(59, 76, 162, 0.2);
  transition: all linear 0.3s;
}
.calc__box-right .box-right__rules {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
.calc__box-right .box-right__rules a {
  color: #303F9F;
  text-decoration: underline;
}
.calc__step--final {
  padding: 140px 100px 0 100px;
  text-align: center;
}
@media (max-width: 800px) {
  .calc__step--final {
    padding: 140px 40px 0 40px;
  }
}
@media (max-width: 670px) {
  .calc__step--final {
    padding: 140px 20px 0 20px;
  }
}
.calc__final {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.calc__final:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 10;
  width: 560px;
  height: 260px;
  background-image: url("/img/land_pods/land_pods_back-5.png");
  background-repeat: no-repeat;
  background-size: 560px 260px;
  background-position: center;
}
@media (max-width: 670px) {
  .calc__final:after {
    width: 460px;
    height: 210px;
    background-size: 460px 210px;
  }
}
@media (max-width: 520px) {
  .calc__final:after {
    width: 300px;
    height: 130px;
    background-size: 300px 130px;
  }
}
@media (max-width: 400px) {
  .calc__final:after {
    width: 240px;
    height: 100px;
    background-size: 240px 100px;
  }
}
.calc__final-img {
  margin: 0 auto;
}
.calc__final-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 42px;
  color: #2F3745;
  margin-top: 60px;
}
.calc__final-subtitle {
  width: 100%;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #2F3745;
  width: 400px;
  margin: 0 auto;
  margin-top: 30px;
}
@media (max-width: 620px) {
  .calc__final-subtitle {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 400px) {
  .calc__final-subtitle {
    padding: 0px;
  }
}

.steps {
  margin-top: 140px;
  background-image: url("/img/land_pods/back_land_work.png");
  background-repeat: no-repeat;
  background-position: right top 100px;
  background-size: 760px 760px;
}
@media (max-width: 1250px) {
  .steps {
    background-size: 660px 660px;
    background-position: right top 80%;
  }
}
@media (max-width: 1070px) {
  .steps {
    background-size: 660px 660px;
    background-position: right -50% top 80%;
  }
}
@media (max-width: 1070px) {
  .steps {
    background-size: 560px 560px;
    background-position: right -70% top 80%;
  }
}
@media (max-width: 800px) {
  .steps {
    background-size: 460px 460px;
    background-position: right -70% top 80%;
    margin-top: 70px;
  }
}
@media (max-width: 680px) {
  .steps {
    background-image: none;
    background-position: none;
  }
}
.steps__title {
  font-weight: 300;
  font-size: 42px;
  line-height: 56px;
  text-align: center;
  color: #2F3745;
}
@media (max-width: 800px) {
  .steps__title {
    font-size: 34px;
    line-height: 50px;
  }
}
@media (max-width: 680px) {
  .steps__title {
    font-size: 26px;
    line-height: 44px;
  }
}
@media (max-width: 450px) {
  .steps__title {
    font-size: 22px;
    line-height: 44px;
  }
}
.steps__title span {
  font-weight: 600;
}
.steps__inner {
  margin-top: 60px;
  margin-left: 140px;
}
@media (max-width: 1100px) {
  .steps__inner {
    margin-left: 70px;
  }
}
@media (max-width: 800px) {
  .steps__inner {
    width: 100%;
    margin-left: 0;
    padding: 0 10%;
    margin-top: 30px;
  }
}
@media (max-width: 450px) {
  .steps__inner {
    padding: 0 20px;
  }
}
.steps__item {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 450px) {
  .steps__item {
    margin-bottom: 20px;
  }
}
.steps__item-num {
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 1;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  transform: rotate(-90deg);
  color: #664C99;
}
.steps__wrapper {
  padding-left: 35px;
  width: 340px;
}
@media (max-width: 680px) {
  .steps__wrapper {
    width: 100%;
    max-width: 100%;
  }
}
.steps__item-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #2F3745;
}
@media (max-width: 450px) {
  .steps__item-title {
    font-size: 19px;
  }
}
.steps__item-text {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #2F3745;
  margin-top: 16px;
}
@media (max-width: 450px) {
  .steps__item-text {
    margin-top: 8px;
  }
}

.clients {
  margin-top: 150px;
}
@media (max-width: 680px) {
  .clients {
    margin-top: 70px;
  }
}
.clients__title {
  font-weight: 300;
  font-size: 42px;
  line-height: 56px;
  text-align: center;
  color: #2F3745;
}
@media (max-width: 800px) {
  .clients__title {
    font-size: 34px;
    line-height: 50px;
  }
}
@media (max-width: 680px) {
  .clients__title {
    font-size: 26px;
    line-height: 44px;
  }
}
@media (max-width: 450px) {
  .clients__title {
    font-size: 22px;
    line-height: 44px;
  }
}
.clients__title span {
  font-weight: 600;
}
.clients__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media (max-width: 1230px) {
  .clients__inner {
    overflow-x: scroll;
    flex-wrap: nowrap;
    justify-content: left;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 680px) {
  .clients__inner {
    margin-top: 40px;
  }
}
@media (max-width: 450px) {
  .clients__inner {
    margin-top: 0px;
  }
}
.clients__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #F7F7FA 0%, #ECEEF4 0.01%, #F9FAFC 100%);
  border-radius: 10px;
  height: 400px;
  width: 32%;
  margin-top: 16px;
  margin: 16px 8px 0 8px;
}
@media (max-width: 1230px) {
  .clients__item {
    min-width: 420px;
  }
}
@media (max-width: 680px) {
  .clients__item {
    min-width: 320px;
    height: 300px;
  }
}
@media (max-width: 450px) {
  .clients__item {
    height: 280px;
  }
}
.clients__item-product {
  color: #fff;
}
.clients__item-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  opacity: 0;
  transition: ease all 0.5s;
  background-color: #fff;
}
.clients__item:hover .clients__item-image {
  opacity: 1;
  transition: ease all 0.5s;
}
.clients__item-logo img {
  margin-top: 40px;
}
@media (max-width: 450px) {
  .clients__item-logo img {
    margin-top: 20px;
  }
}
.clients__item-text {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #2F3745;
  width: 340px;
  font-weight: 300;
  margin: 20px 0 50px 0;
}
@media (max-width: 680px) {
  .clients__item-text {
    width: 260px;
    line-height: 24px;
  }
}
@media (max-width: 450px) {
  .clients__item-text {
    margin: 10px 0 20px 0;
  }
}

.ask {
  background: linear-gradient(90deg, #27282E 0%, #2E3146 39.06%, #2E3146 72.91%, #27282E 100%);
  margin-top: 130px;
}
@media (max-width: 600px) {
  .ask {
    margin-top: 70px;
  }
}
.ask__inner {
  display: flex;
  justify-content: center;
  padding-top: 70px;
}
@media (max-width: 1000px) {
  .ask__inner {
    padding-top: 30px;
  }
}
@media (max-width: 840px) {
  .ask__inner {
    padding: 30px 30px 60px 30px;
  }
}
@media (max-width: 400px) {
  .ask__inner {
    padding: 0px 10px 40px 10px;
  }
}
.ask__left {
  width: 480px;
  margin-top: 40px;
}
@media (max-width: 1000px) {
  .ask__left {
    margin-left: 10px;
  }
}
@media (max-width: 400px) {
  .ask__left {
    margin-left: 0px;
  }
}
.ask__left-title {
  font-style: normal;
  font-weight: 300;
  font-size: 34px;
  line-height: 50px;
  color: #FFFFFF;
}
@media (max-width: 800px) {
  .ask__left-title {
    font-size: 34px;
    line-height: 50px;
  }
}
@media (max-width: 680px) {
  .ask__left-title {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (max-width: 680px) {
  .ask__left-title {
    font-size: 24px;
    line-height: 36px;
  }
}
.ask__left-title span {
  font-weight: 600;
}
.ask__left-text {
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  opacity: 0.6;
  margin: 16px 0;
}
.ask__left-input {
  display: block;
  margin-top: 30px;
  width: 330px;
  height: 56px;
  background-color: transparent;
  border-bottom: 1px solid #797B87;
  padding-left: 20px;
  color: #fff;
}
@media (max-width: 840px) {
  .ask__left-input {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 680px) {
  .ask__left-input {
    margin-top: 14px;
  }
}
.ask__left-btn {
  color: #fff;
  text-transform: uppercase;
  padding: 23px 46px;
  background: linear-gradient(90deg, #445CDA 0%, #304199 100%);
  box-shadow: 0px 30px 70px rgba(59, 76, 162, 0.2);
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.08em;
  margin-top: 50px;
  width: 330px;
}
@media (max-width: 840px) {
  .ask__left-btn {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 680px) {
  .ask__left-btn {
    margin-top: 40px;
  }
}
.ask__left-btn:hover {
  background: linear-gradient(90deg, #445CDA 0%, #304199 0.01%, #445CDA 100%);
  box-shadow: 0px 30px 70px rgba(59, 76, 162, 0.2);
  transition: all linear 0.3s;
}
.ask__left-rules {
  color: #797B87;
  font-size: 14px;
  font-weight: 300;
  margin-top: 20px;
  width: 330px;
}
@media (max-width: 840px) {
  .ask__left-rules {
    width: 100%;
    max-width: 100%;
  }
}
.ask__left-rules a {
  color: #797B87;
  text-decoration: underline;
}
.ask__right {
  position: relative;
}
@media (max-width: 1000px) {
  .ask__right img {
    width: 340px;
    height: 480px;
    margin-top: 60px;
  }
}
@media (max-width: 840px) {
  .ask__right img {
    display: none;
  }
}
.ask__right:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 100px;
  right: -100px;
  z-index: 100;
  width: 260px;
  height: 260px;
  background-image: url("/img/land_pods/land_back_girl_work.svg");
  background-repeat: no-repeat;
  background-size: 260px 260px;
}
@media (max-width: 1140px) {
  .ask__right:after {
    right: -40px;
  }
}
@media (max-width: 1000px) {
  .ask__right:after {
    right: 0px;
  }
}
@media (max-width: 1000px) {
  .ask__right:after {
    bottom: 50px;
  }
}
@media (max-width: 840px) {
  .ask__right:after {
    display: none;
  }
}

.subfooter__inner {
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 1050px) {
  .subfooter__inner {
    flex-direction: column;
    padding-top: 40px;
    align-items: center;
    text-align: center;
  }
}
.subfooter__logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1050px) {
  .subfooter__logo {
    justify-content: flex-start;
  }
}
.subfooter__logo-image {
  width: 115px;
  height: 120px;
}
@media (max-width: 1050px) {
  .subfooter__logo-image {
    width: 70px;
    height: 70px;
  }
}
.subfooter__logo-text {
  margin-left: 40px;
  max-width: 180px;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #616263;
}
@media (max-width: 1050px) {
  .subfooter__logo-text {
    margin-left: 18px;
    text-align: left;
    font-size: 12px;
  }
}
.subfooter__logo-text:hover {
  color: #333;
  transition: ease all 0.3s;
}
.subfooter__list {
  margin-top: 10px;
}
@media (max-width: 1050px) {
  .subfooter__list {
    width: 100%;
    max-width: 100%;
  }
}
.subfooter__list-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #2F3745;
  margin-bottom: 10px;
}
.subfooter__list-subtitle {
  display: block;
  font-weight: 300;
  font-size: 14px;
  line-height: 28px;
  color: #2F3745;
  padding-left: 20px;
  position: relative;
  margin-bottom: 4px;
}
@media (max-width: 1050px) {
  .subfooter__list-subtitle {
    padding-left: 0px;
  }
}
.subfooter__list-subtitle:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  top: 12px;
  left: 0;
  z-index: 5;
  border-radius: 4px;
  background: linear-gradient(90deg, #445CDA 0%, #304199 100%);
}
@media (max-width: 1050px) {
  .subfooter__list-subtitle:before {
    display: none;
  }
}
.subfooter__info {
  margin-top: 10px;
}
@media (max-width: 1050px) {
  .subfooter__info {
    margin-top: 20px;
  }
}
.subfooter__info-tel {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #2F3745;
}
.subfooter__info-tel:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4px;
  left: -26px;
  z-index: 5;
  border-radius: 4px;
  background-image: url("/img/icons/land_pods_phone_icon.svg");
  background-repeat: no-repeat;
}
.subfooter__info-time {
  display: block;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #ACAFB5;
  margin-top: 6px;
}
.subfooter__info-email {
  display: block;
  font-weight: 300;
  font-size: 14px;
  line-height: 28px;
  color: #ACAFB5;
  margin-top: 10px;
}
.subfooter__links {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
@media (max-width: 1050px) {
  .subfooter__links {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.subfooter__info-text {
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  color: #ACAFB5;
  margin-right: 20px;
}
@media (max-width: 1050px) {
  .subfooter__info-text {
    margin-right: 0px;
  }
}
.subfooter__info-link {
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  color: #ACAFB5;
  text-decoration: underline;
}

.categories__maintitle {
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
}

/* Rassrochka  */

.credit-banner {
    margin-top: 60px;
}
@media (max-width: 900px) {
    .credit-banner {
        margin-top: 30px;
    }
}
.credit-banner__big {
    max-width: 100%;
}
@media (max-width: 900px) {
    .credit-banner__big {
        display: none;
    }
}
.credit-banner__small {
    display: none;
}
@media (max-width: 900px) {
    .credit-banner__small {
        display: block;
        max-width: 100%;
    }
}

.credit-conditions {
    margin-top: 90px;
}
@media (max-width: 600px) {
    .credit-conditions {
        margin-top: 50px;
    }
}
.credit-conditions__title {
    font-family: Inter;
    font-style: normal;
    font-weight: 300;
    font-size: 34px;
    line-height: 60px;
    text-align: center;
}
@media (max-width: 600px) {
    .credit-conditions__title {
        font-size: 24px;
        line-height: 40px;
    }
}
@media (max-width: 380px) {
    .credit-conditions__title {
        margin-bottom: 16px;
    }
}
.credit-conditions__cards-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
}
@media (max-width: 600px) {
    .credit-conditions__cards-item {
        margin-top: 10px;
    }
}
.credit-conditions__cards-item .item-cards__wrapper {
    display: block;
    background-image: url("../img/rassrochka/under.png");
    background-repeat: no-repeat;
    position: relative;
    width: 334px;
    height: 204px;
    margin: 14px;
}
@media (max-width: 600px) {
    .credit-conditions__cards-item .item-cards__wrapper {
        margin: 14px 0px;
    }
}
@media (max-width: 380px) {
    .credit-conditions__cards-item .item-cards__wrapper {
        background-size: 100%;
        margin: 0;
    }
}
.credit-conditions__cards-item .item-cards__title {
    position: absolute;
    top: 40px;
    left: 46px;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    color: #303F9F;
}
@media (max-width: 380px) {
    .credit-conditions__cards-item .item-cards__title {
        top: 30px;
        left: 36px;
        font-size: 24px;
        line-height: 30px;
    }
}
.credit-conditions__cards-item .item-cards__text {
    position: absolute;
    top: 82px;
    left: 46px;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    color: #383D55;
    max-width: 240px;
}
@media (max-width: 380px) {
    .credit-conditions__cards-item .item-cards__text {
        top: 70px;
        left: 36px;
        font-size: 16px;
        line-height: 26px;
    }
}

.credit-how {
    margin-top: 120px;
}
@media (max-width: 850px) {
    .credit-how {
        margin-top: 60px;
    }
}
.credit-how__title {
    font-family: Inter;
    font-style: normal;
    font-weight: 300;
    font-size: 34px;
    line-height: 60px;
    text-align: center;
}
@media (max-width: 850px) {
    .credit-how__title {
        font-size: 24px;
        line-height: 30px;
    }
}
.credit-how__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
@media (max-width: 850px) {
    .credit-how__inner {
        flex-direction: column;
        text-align: center;
        margin-top: 30px;
    }
}
@media (max-width: 850px) {
    .credit-how__inner {
        font-size: 24px;
        line-height: 30px;
        margin-top: 20px;
    }
}
.credit-how__left-img {
    max-width: 440px;
    margin-right: 60px;
}
@media (max-width: 1050px) {
    .credit-how__left-img {
        max-width: 280px;
    }
}
@media (max-width: 850px) {
    .credit-how__left-img {
        display: none;
    }
}
.credit-how__right {
    max-width: 600px;
    text-align: left;
}
@media (max-width: 850px) {
    .credit-how__right {
        margin-top: 0px;
        max-width: 100%;
    }
}
.credit-how__text {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    color: #2F2F2F;
    margin-top: 12px;
    padding-left: 30px;
    position: relative;
}
@media (max-width: 850px) {
    .credit-how__text {
        max-width: 90%;
        margin-left: 10px;
    }
}
.credit-how__text:before {
    content: "";
    position: absolute;
    background-image: url("../img/rassrochka/romb.svg");
    background-repeat: no-repeat;
    background-position: center;
    top: 8px;
    left: 0;
    z-index: 0;
    width: 10px;
    height: 10px;
}

.credit-ask {
    background-image: url("../img/rassrochka/podlo.jpg");
    background-repeat: no-repeat;
    background-position: center;
    height: 540px;
    margin-top: 120px;
}
@media (max-width: 650px) {
    .credit-ask {
        height: 420px;
        margin-top: 70px;
    }
}
@media (max-width: 360px) {
    .credit-ask {
        height: 400px;
    }
}
.credit-ask__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 520px;
}
@media (max-width: 650px) {
    .credit-ask__inner {
        height: 420px;
    }
}
@media (max-width: 360px) {
    .credit-ask__inner {
        height: 390px;
    }
}
.credit-ask__form {
    max-width: 420px;
    display: flex;
    flex-direction: column;
}
@media (max-width: 500px) {
    .credit-ask__form {
        margin: 0 10px;
    }
}
.credit-ask__form .form-ask__title {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 38px;
    line-height: 60px;
    color: #FFFFFF;
    margin-bottom: 6px;
}
@media (max-width: 650px) {
    .credit-ask__form .form-ask__title {
        font-size: 30px;
        line-height: 40px;
    }
}
@media (max-width: 360px) {
    .credit-ask__form .form-ask__title {
        font-size: 28px;
    }
}
.credit-ask__form .form-ask__subtitle {
    font-family: Inter;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 28px;
    color: #cccccc;
    margin-bottom: 24px;
}
@media (max-width: 650px) {
    .credit-ask__form .form-ask__subtitle {
        font-size: 14px;
        line-height: 24px;
    }
}
.credit-ask__form .form-ask__input {
    background: #383D55;
    border-radius: 10px;
    padding: 20px 20px;
    margin-bottom: 14px;
    color: #fff;
}
@media (max-width: 650px) {
    .credit-ask__form .form-ask__input {
        padding: 16px 20px;
        margin-bottom: 14px;
    }
}
.credit-ask__form .form-ask__input:focus::-webkit-input-placeholder {
    color: transparent;
}
.credit-ask__form .form-ask__button {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 16px;
    height: 64px;
    background: #2E4EB7;
    border-radius: 10px;
    cursor: pointer;
}
@media (max-width: 650px) {
    .credit-ask__form .form-ask__button {
        height: 54px;
        font-size: 14px;
    }
}
.credit-ask__form .form-ask__button:hover {
    background: #303F9F;
    transition: all 0.3s ease-in-out;
}
.credit-ask__image img {
    width: 160px;
    height: 220px;
    margin-left: 200px;
}
@media (max-width: 850px) {
    .credit-ask__image img {
        margin-left: 80px;
    }
}
@media (max-width: 750px) {
    .credit-ask__image img {
        display: none;
    }
}
/* Start */
.card .top-info__compl {
    display: flex;
    margin-top: 10px;
}
@media (max-width: 500px) {
    .card .top-info__compl {
        display: block;
    }
}
.card .top-info__material-title, .card .top-info__compl-title {
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    color: #757575;
    margin-right: 4px;
}
.card .top-info__material-inn {
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    margin-left: 3px;
}
.card .top-info__compl-inn {
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
}
.card .top-info__photo-material {
    margin-top: 10px;
}
.card .top-info__photo-material .material-photo__wrapper {
    display: flex;
}
.card .top-info__photo-material .material-photo__wrap {
    width: 78px;
    height: 78px;
    position: relative;
    margin-right: 6px;
    margin-bottom: 6px;
    border-radius: 6px;
    border: 1px solid #f2f2f2;
    cursor: pointer;
}
@media (max-width: 500px) {
    .card .top-info__photo-material .material-photo__wrap {
        width: 60px;
        height: 60px;
    }
}
@media (max-width: 400px) {
    .card .top-info__photo-material .material-photo__wrap {
        width: 54px;
        height: 54px;
    }
}
.card .top-info__photo-material .material-photo__wrap img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    border-radius: 6px;
    margin: auto;
}
.card .top-info__photo-material .material-photo__wrap:hover {
    border: 1px solid #303F9F;
    border-radius: 6px;
    transition: all ease 0.3s;
}
.card .top-info__photo-material .material-photo__wrap-active {
    border: 1px solid #303F9F;
    border-radius: 6px;
}
.card .top-info__photo-compl {
    margin-top: 10px;
}
.card .top-info__photo-compl .compl-photo__wrapper {
    display: flex;
    flex-wrap: wrap;
}
.card .top-info__photo-compl .compl-photo__wrap {
    width: 78px;
    height: 78px;
    position: relative;
    margin-right: 6px;
    margin-bottom: 6px;
    border-radius: 6px;
    border: 1px solid #f2f2f2;
    cursor: pointer;
}
@media (max-width: 500px) {
    .card .top-info__photo-compl .compl-photo__wrap {
        width: 60px;
        height: 60px;
    }
}
@media (max-width: 400px) {
    .card .top-info__photo-compl .compl-photo__wrap {
        width: 54px;
        height: 54px;
    }
}
.card .top-info__photo-compl .compl-photo__wrap img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    border-radius: 6px;
    margin: auto;
}
.card .top-info__photo-compl .compl-photo__wrap:hover {
    border: 1px solid #303F9F;
    border-radius: 6px;
    transition: all ease 0.3s;
}
.card .top-info__photo-compl .compl-photo__wrap-active {
    border: 1px solid #303F9F;
    border-radius: 6px;
}

/* End */

.card__info-banner {
    margin-top: 20px;
    text-align: center;
}
@media (max-width: 992px) {
    .card__info-banner {
        display: none;
    }
}
.card__info-banner img {
    width: 96%;
    border-radius: 10px;
}
.g-recaptcha{
  display: none;
}

.info-cookie {
  position: fixed;
  margin: auto;
  top: 94%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
}
.info-cookie__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 54px;
  background-color: #f2f2f2;
  font-size: 13px;
  font-weight: 400;
  padding: 14px 18px;
  border-radius: 6px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
}
.info-cookie__frase {
  width: 200px;
}
@media (max-width: 400px) {
  .info-cookie__frase {
    width: 160px;
  }
}
.info-cookie__link {
  color: #304099;
  text-decoration: underline;
}
.info-cookie__btn {
  background-color: #304099;
  border-radius: 6px;
  color: #fff;
  padding: 10px 16px;
  font-weight: 400;
  font-size: 13px;
  margin-left: 14px;
}
/*search mini*/
.header .search-result__result {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 60px;
    padding: 0 6px;
}
.header .search-result__result-btn {
    display: block;
    height: 50px;
    width: 100%;
    border-radius: 6px;
    background-color: #3042AC;
    color: #fff;
}
.header .search-result__result-btn:hover {
    background-color: #24338f;
    transition: all 0.5s linear;
}
.opt-inf {
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #f91155;
  margin-bottom: 6px;
}