@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
@font-face {
  font-family: "icons";
  font-display: swap;
  src: url("/local/templates/sac/assets/fonts/icons.woff") format("woff"), url("/local/templates/sac/assets/fonts/icons.woff2#icons") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.popup__check .checkbox._error .form__error:before, .checkbox._error .form__error:before, .checkbox__text:after, .select__value:before, [class^=_icon-]:before,
[class*=" _icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=_icon-]:before,
[class*=" _icon-"]:before {
  display: block;
}

._icon-arr_next:before {
  content: "";
}

._icon-arr_next_2:before {
  content: "";
}

._icon-arrow_down:before {
  content: "";
}

._icon-arrow_drop_down:before {
  content: "";
}

._icon-call:before {
  content: "";
}

._icon-check:before {
  content: "";
}

._icon-close:before {
  content: "";
}

._icon-email:before {
  content: "";
}

._icon-error:before {
  content: "";
}

._icon-home_pin:before {
  content: "";
}

._icon-Icon_file:before {
  content: "";
}

._icon-next:before {
  content: "";
}

._icon-next_page:before {
  content: "";
}

._icon-prev:before {
  content: "";
}

._icon-prev_page:before {
  content: "";
}

._icon-search:before {
  content: "";
}

._icon-send:before {
  content: "";
}

._icon-thx:before {
  content: "";
}

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

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

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

html {
  font-size: 14px;
}

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

body {
  line-height: 1;
  font-family: "Montserrat";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

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

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

button {
  cursor: pointer;
  background-color: inherit;
}

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

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

/*
&::-webkit-scrollbar {
	display: none;
}
*/
body {
  color: #231F20;
}
body._lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
._container {
  max-width: 1210px;
  margin: 0 auto;
}
@media (max-width: 1222px) {
  ._container {
    max-width: 970px;
  }
}
@media (max-width: 991.98px) {
  ._container {
    max-width: 750px;
  }
}
@media (max-width: 767.98px) {
  ._container {
    max-width: none;
    padding: 0 10px;
  }
}

._form_alert_block {
  position: relative;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px 0px;
}
._form_alert_block._error {
  margin: 0px 0px 30px 0px !important;
}
._form_alert_block._error ._form_alert_message {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

._form_alert_message {
  opacity: 0;
  visibility: hidden;
  top: 80%;
  transition: all 0.3s ease 0s;
  position: absolute;
  margin: 9px 0px 0px 0px;
  color: #EE1D0D;
}
._form_alert_message span {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 14px;
}
._form_alert_message span:before {
  font-size: 16px;
  padding: 0px 4px 0px 0px;
}

._input_white {
  border-radius: 8px;
  height: 40px;
  box-shadow: inset 0px 0px 0px 1px #ffffff;
  background-color: #fff;
}
._input_white input {
  background-color: transparent;
  border-radius: 8px;
  padding: 0px 12px;
  font-weight: 400;
  font-size: 14px;
  color: #231F20;
  height: 100%;
}
._input_white._focus {
  box-shadow: inset 0px 0px 0px 1px #BDBDBF;
}
._input_white._error {
  box-shadow: inset 0px 0px 0px 1px #EE1D0D;
}

.filter__input, .popup__input, .contacts-info__input, .feedback-contact__input {
  position: relative;
  box-shadow: inset 0px 0px 0px 1px #BDBDBF;
  border-radius: 8px;
  background-color: #fff;
  transition: all 0.3s ease 0s;
}
.filter__input:before, .popup__input:before, .contacts-info__input:before, .feedback-contact__input:before {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 14px;
  left: 12px;
  font-size: 24px;
  color: #231F20;
}
.filter__input .input, .popup__input .input, .contacts-info__input .input, .feedback-contact__input .input {
  background-color: transparent;
  padding: 0px 20px 0px 44px;
  height: 52px;
  font-size: 14px;
  color: #828282;
  border-radius: 8px;
}
.filter__input:hover, .popup__input:hover, .contacts-info__input:hover, .feedback-contact__input:hover {
  box-shadow: inset 0px 0px 0px 1px #231F20;
}
.filter__input._focus, .popup__input._focus, .contacts-info__input._focus, .feedback-contact__input._focus {
  box-shadow: inset 0px 0px 0px 1px #231F20;
}
.filter__input._focus .input, .popup__input._focus .input, .contacts-info__input._focus .input, .feedback-contact__input._focus .input {
  color: #231F20;
}
.filter__input._error, .popup__input._error, .contacts-info__input._error, .feedback-contact__input._error {
  box-shadow: inset 0px 0px 0px 1px #EE1D0D;
}

.popup__input:before, .contacts-info__input:before, .feedback-contact__input:before {
  content: "";
  display: none;
}
.popup__input .input, .contacts-info__input .input, .feedback-contact__input .input {
  padding: 0px 12px;
}

.contacts-info__input textarea.input {
  padding: 12px 12px;
  height: 96px;
}

.button {
  display: inline-flex;
  padding: 0px 0px;
}
.button._fw {
  width: 100%;
}

.select {
  position: relative;
}
.select__item {
  position: relative;
}
.select__title {
  color: #231F20;
  border: 1px solid #BDBDBF;
  background-color: #fff;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s ease 0s;
}
.select._active .select__title {
  border-radius: 8px 8px 0px 0px;
  border: 1px solid #231F20;
}
.select__value {
  display: flex;
  font-size: 14px;
  height: 50px;
  padding: 0px 14px 0px 12px;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.select__value span {
  font-size: 14px;
  line-height: calc(24/14);
  height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.select__value:before {
  content: "";
  transition: all 0.3s ease 0s;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}
.select__options {
  color: #231F20;
  position: absolute;
  top: 51px;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border-top: 0;
  border: 1px solid #231F20;
  border-top: 0;
  font-size: 14px;
  padding: 0px 0px 5px 0px;
}
.select__option {
  cursor: pointer;
  padding: 10px 15px;
  margin: 0px 0px 0px 0px;
  transition: all 0.3s ease 0s;
  color: #231F20;
}
.select__option._selected {
  background-color: #E7E7F7;
  color: #231F20;
}
@media (min-width: 992px) {
  .select__option:hover {
    background: #373586;
    color: #fff;
  }
}
.select._active {
  z-index: 5;
}
.select._active .select__value:before {
  transform: rotate(-180deg);
}
.select._active .select__options {
  display: block;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  outline: none;
}

.input {
  width: 100%;
  display: block;
  padding: 0px 20px;
}
textarea.input {
  resize: none;
  padding: 0px 0px;
}

.checkbox {
  position: relative;
}
.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.checkbox__input:checked + .checkbox__text:after {
  opacity: 1;
}
.checkbox__text {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 12px;
  color: #ffffff;
  line-height: 150%;
  cursor: pointer;
}
.checkbox__text:before {
  content: "";
  align-self: flex-start;
  margin: 0px 8px 0px 0px;
  flex: 0 0 15px;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
  transition: all 0.3s ease 0s;
}
.checkbox__text:after {
  position: absolute;
  display: block;
  content: "";
  font-size: 5px;
  width: 9px;
  height: 6px;
  font-size: 5px;
  top: 5px;
  left: 4px;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.checkbox a {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .checkbox a:hover {
    text-decoration: none;
  }
}
.checkbox:hover .checkbox__text:before {
  border: 1px solid #BDBDBF;
}
.checkbox._error .form__error {
  display: flex;
  align-items: center;
  color: #EE1D0D;
  font-size: 12px;
  line-height: calc(14/12);
}
.checkbox._error .form__error:before {
  display: block;
  content: "";
  padding: 0px 4px 0px 0px;
  font-size: 16px;
}
.checkbox._error .checkbox__text:before {
  border: 1px solid #EE1D0D;
}
.checkbox._error .checkbox__input:checked + .checkbox__text:before {
  border: 1px solid #fff;
}

.popup__check .checkbox__input:checked + .checkbox__text:after {
  opacity: 1;
}
.popup__check .checkbox__text {
  color: #231F20;
}
.popup__check .checkbox__text:before {
  content: "";
  border: 1px solid #BDBDBF;
}
.popup__check .checkbox:hover .checkbox__text:before {
  border: 1px solid #231F20;
}
.popup__check .checkbox._error .form__error {
  display: flex;
  align-items: center;
  color: #EE1D0D;
  font-size: 12px;
  line-height: calc(14/12);
}
.popup__check .checkbox._error .form__error:before {
  display: block;
  content: "";
  padding: 0px 4px 0px 0px;
  font-size: 16px;
}
.popup__check .checkbox._error .checkbox__text:before {
  border: 1px solid #EE1D0D;
}
.popup__check .checkbox._error .checkbox__input:checked + .checkbox__text:before {
  border: 1px solid #BDBDBF;
}

.options {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.options__item {
  position: relative;
  cursor: pointer;
}
.options__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}
.options__input:checked + .options__text:after {
  transform: scale(1);
}
.options__text {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: calc(20 / 16);
}
.options__text:before {
  content: "";
  align-self: flex-start;
  margin: 0px 14px 0px 0px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}
.options__text:after {
  content: "";
  transition: all 0.3s ease 0s;
  transform: scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #77243a;
  position: absolute;
  left: 5px;
  top: 4px;
}

.rating {
  display: flex;
  align-items: flex-end;
  font-size: 40px;
  line-height: 0.75;
  transition: opacity 0.3s ease 0s;
}

.rating.rating_sending {
  opacity: 0.2;
}

.rating.rating_set .rating__active,
.rating.rating_set .rating__item {
  cursor: pointer;
}

.rating__body {
  position: relative;
}

.rating__body::before {
  content: "★★★★★";
  display: block;
}

.rating__active {
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.rating__active::before {
  content: "★★★★★";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #ffd300;
}

.rating__items {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.rating__item {
  flex: 0 0 20%;
  height: 100%;
  opacity: 0;
}

.rating__value {
  font-size: 50%;
  line-height: 1;
  padding: 0px 0px 0px 10px;
}

.quantity {
  width: 88px;
  height: 40px;
  display: flex;
  border: 1px solid rgba(166, 166, 166, 0.45);
}
.quantity__button {
  flex: 0 0 30px;
  position: relative;
  cursor: pointer;
}
.quantity__button::before, .quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px -4.5px;
  background-color: #a6a6a6;
  width: 9px;
  height: 1px;
}
@media (min-width: 991.98px) {
  .quantity__button:hover::before, .quantity__button:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.quantity__button_plus::before {
  transform: rotate(-90deg);
}
.quantity__input {
  flex: 1 1 auto;
}
.quantity__input input {
  height: 100%;
  color: #a6a6a6;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

._ui_nosel, h1, h2, h3 {
  -moz-user-select: "-moz-none";
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}

._ui_no_act_if_active._active {
  cursor: default;
}

._ui_fw {
  width: 100%;
}

._ui_c_blue {
  color: #373586;
}

._ui_c_wh {
  color: #fff;
}

._ui_btn_blue_transp {
  border-radius: 8px;
  height: 68px;
  padding: 0px 24px;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #373586;
  font-weight: 600;
  font-size: 16px;
  line-height: calc(24/16);
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
}
._ui_btn_blue_transp:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(45deg, #3A3897 6.77%, #6563C6 61.1%, #7F7DF1 100%);
  z-index: 1;
  border-radius: 8px;
}
._ui_btn_blue_transp:after {
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  background-color: #fff;
  border-radius: 8px;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
._ui_btn_blue_transp span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
._ui_btn_blue_transp:hover:after {
  content: "";
  background-color: #E7E7F7;
}

._ui_btn_blue {
  display: inline-flex;
  padding: 0px 24px;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 68px;
  background: linear-gradient(45deg, #2A2973 6.77%, #5452A4 61.1%, #6D6AD1 100%);
  border-radius: 8px;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 2;
  font-weight: 600;
  font-size: 16px;
  line-height: calc(24/16);
  color: #fff;
  text-transform: uppercase;
}
._ui_btn_blue:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background: linear-gradient(45deg, #3A3897 17.45%, #6563C1 67.27%, #A3A1FF 100%);
  border-radius: 8px;
  transition: opacity 0.3s ease 0s;
}
._ui_btn_blue:hover:before {
  content: "";
  opacity: 0;
}
._ui_btn_blue > span {
  display: inline-block;
  position: relative;
  z-index: 4;
}
._ui_btn_blue > span._ui_btn_w_ico {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
._ui_btn_blue > span._ui_btn_w_ico:before {
  margin: 0px 0px 0px 16px;
}
._ui_btn_blue > span._ui_btn_w_ico_before {
  display: flex;
  flex-direction: row;
  align-items: center;
}
._ui_btn_blue > span._ui_btn_w_ico_before:before {
  margin: 0px 12px 0px 0px;
  font-size: 24px;
}

._ui_btn_blue_shadow {
  box-shadow: 0px 25px 30px rgba(58, 56, 151, 0.1);
}

._ui_btn_medium {
  height: 52px;
}

._ui_btn_wh {
  font-weight: 600;
  font-size: 13px;
  line-height: 24px;
  color: #fff;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  border-radius: 8px;
  padding: 0px 24px;
  transition: all 0.3s ease 0s;
}
._ui_btn_wh:hover {
  background-color: #373586;
  border: 1px solid #373586;
}

._ui_hover_undline {
  display: inline-block;
  position: relative;
}
._ui_hover_undline:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}
._ui_hover_undline:hover:before {
  content: "";
  opacity: 1;
}

._ui_btn_notfound {
  height: 68px;
}
._ui_btn_notfound:hover {
  background-color: #231F20;
}

h2 {
  font-weight: 600;
  font-size: 52px;
  line-height: 120%;
}
@media (max-width: 991.98px) {
  h2 {
    font-size: 46px;
  }
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 479.98px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
}
@media (max-width: 767.98px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 479.98px) {
  h3 {
    font-size: 24px;
  }
}

.row:after {
  display: block;
  content: "";
  clear: both;
}

.rub:after {
  content: "₽";
}

ol.counter {
  list-style-type: none;
  counter-reset: item;
}
ol.counter li {
  position: relative;
  padding: 0px 0px 0px 45px;
}
ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}
.cell.full {
  width: 100%;
}

._ibg {
  position: relative;
}
._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
._ibg._ibg_contain img, ._ibg._ibg_c img {
  object-fit: contain;
}
._ibg._ibg_posbot img {
  object-position: center bottom;
}
._ibg._ibg_postop img {
  object-position: center top;
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

._video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}
._video video,
._video iframe,
._video object,
._video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

._more-content {
  transition: all 0.3s ease 0s;
  overflow: hidden;
}

._more-link {
  cursor: pointer;
}
._more-link span {
  font-style: normal;
}
._more-link span:first-child {
  display: block;
}
._more-link span:last-child {
  display: none;
}
._more-link._active span {
  font-style: normal;
}
._more-link._active span:first-child {
  display: none;
}
._more-link._active span:last-child {
  display: block;
}

#map {
  background: url("/local/templates/sac/assets/img/icons/loading.gif") center/50px no-repeat;
}

._swiper, ._swiper_upper {
  overflow: hidden;
}
._swiper .swiper-wrapper, ._swiper_upper .swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}
._swiper.swiper-container-vertical .swiper-wrapper, ._swiper_upper.swiper-container-vertical .swiper-wrapper {
  flex-direction: column;
}
._swiper.swiper-container-autoheight .swiper-wrapper, ._swiper_upper.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
}
._swiper._swiper_rows .swiper-wrapper, ._swiper_upper._swiper_rows .swiper-wrapper {
  flex-wrap: wrap;
  align-content: flex-start;
}

.swiper-container-initialized .swiper-slide {
  flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

._tabs-block {
  display: none;
}
._tabs-block._active {
  display: block;
}

.mirror {
  transform: scale(-1, 1);
}

.nicescroll-rails {
  z-index: 1000 !important;
}

._custom-scroll {
  position: fixed;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  z-index: 1000;
}
._custom-scroll__line {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px 0 0 3px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

.pagging__content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagging__arrow {
  width: 16px;
  height: 16px;
  font-size: 14px;
  color: #231F20;
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease 0s;
}
.pagging__arrow:hover {
  background-color: #E7E7F7;
}
.pagging__list {
  display: flex;
  margin: 0px 8px;
}
.pagging__list li {
  padding: 0px 4px;
}
.pagging__item {
  display: inline-flex;
  width: 32px;
  height: 32px;
  font-size: 16px;
  line-height: calc(22/16);
  color: #231F20;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease 0s;
}
.pagging__item:hover {
  background-color: #E7E7F7;
}
.pagging__item._active {
  background-color: #373586;
  color: #fff;
}

.breadcrumbs__content {
  display: flex;
  align-items: center;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0px -12px;
}
.breadcrumbs__list > li {
  padding: 0px 12px;
}
.breadcrumbs__item {
  position: relative;
}
.breadcrumbs__item:after {
  content: "/";
  font-size: 16px;
  line-height: calc(24/16);
  position: absolute;
  right: -3px;
  top: 50%;
  color: #D9D9D9;
  transform: translatey(-50%);
}
@media (max-width: 1210px) {
  .breadcrumbs__item:after {
    font-size: calc(14px + 2 * ((100vw - 320px) / 890));
  }
}
.breadcrumbs__item_contacts:after {
  color: #D9D9D9;
}
.breadcrumbs__item_first:before {
  content: "";
  display: none;
}
.breadcrumbs__item_first .breadcrumbs__link {
  font-size: 14px;
  line-height: calc(22/14);
  color: #9b9b9b;
}
@media (max-width: 1210px) {
  .breadcrumbs__item_first .breadcrumbs__link {
    font-size: calc(10px + 4 * ((100vw - 320px) / 890));
  }
}
.breadcrumbs__item_first .breadcrumbs__link:hover {
  color: #1f1f1f;
}
.breadcrumbs__item_last:after {
  content: "";
  display: none;
}
.breadcrumbs__link {
  font-size: 16px;
  line-height: calc(24/16);
  display: block;
  color: #231f20;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1210px) {
  .breadcrumbs__link {
    font-size: calc(14px + 2 * ((100vw - 320px) / 890));
  }
}
.breadcrumbs__link:hover {
  color: #373586;
}
.breadcrumbs__link_contacts {
  color: #fff;
}
.breadcrumbs__link_contacts:hover {
  color: rgba(255, 255, 255, 0.7);
}
.breadcrumbs__last {
  font-size: 16px;
  line-height: calc(24/16);
  color: #828282;
}
@media (max-width: 1210px) {
  .breadcrumbs__last {
    font-size: calc(14px + 2 * ((100vw - 320px) / 890));
  }
}
.breadcrumbs__last_contacts {
  color: rgba(255, 255, 255, 0.5);
}

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version %%INJECT_VERSION%%
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.5s ease;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  transition: left 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
  animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  animation: bounceFromLeft 0.4s ease-out;
}

@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
.baguetteBox-button#previous-button, .baguetteBox-button#next-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  transition: background-color 0.4s ease;
}
.baguetteBox-button:focus, .baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
  right: 2%;
}
.baguetteBox-button#previous-button {
  left: 2%;
}
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/
.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: bounce 2s infinite ease-in-out;
}

.baguetteBox-double-bounce2 {
  animation-delay: -1s;
}

@keyframes bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 10px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}
.popup::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
}
.popup.show {
  visibility: visible;
  overflow: auto;
}
.popup.show::before {
  opacity: 1;
}
.popup.show .popup__body {
  transform: scale(1);
}
.popup._active {
  overflow: auto;
  visibility: visible;
}
.popup._active::before {
  opacity: 1;
}
.popup._active .popup__body {
  transition: all 0.3s ease 0.2s;
  transform: scale(1);
}
.popup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup__body {
  transform: scale(0);
  transition: all 0.3s ease 0s;
  background-color: #fff;
  padding: 40px 40px;
  width: 100%;
  max-width: 440px;
  border-radius: 24px;
  box-shadow: 0px 25px 65px rgba(58, 56, 151, 0.7);
}
.popup__close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  z-index: 30;
  font-size: 24px;
  color: #bbb;
  transition: all 0.3s ease 0s;
}
.popup__close:hover {
  color: #000;
}
@media (max-width: 479.98px) {
  .popup__body {
    padding: 30px 20px;
  }
}

.popup__title {
  margin: 0px 0px 12px 0px;
  text-align: center;
}
.popup__inputblock {
  margin: 0px 0px 12px 0px;
}
.popup__input:not(:last-child) {
  margin: 0px 0px 12px 0px;
}
.popup__ico {
  margin: 0px 0px 8px 0px;
  display: flex;
  justify-content: center;
}
.popup__text {
  margin: -4px 0px 20px 0px;
  text-align: center;
  font-size: 16px;
  line-height: calc(24/16);
}
.popup__bottom {
  display: flex;
  justify-content: center;
}
.popup__agreement {
  padding: 12px 0px 0px 0px;
}

.header {
  position: relative;
  height: 100px;
}
.header._scroll .header__fix {
  height: 80px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.header__fix {
  height: 100px;
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease 0s;
  z-index: 6;
  border-bottom: 1px solid #D8D8E1;
}
.header__place {
  position: relative;
  height: 100%;
  z-index: -1;
}
.header__container {
  height: 100%;
}
.header__content {
  height: 100%;
  padding: 0px 5px;
}
.header__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header__logo {
  width: 300px;
  display: inline-block;
}
.header__logo img {
  max-width: 100%;
}
.header__phone {
  color: #373586;
  font-weight: 600;
  font-size: 17px;
  line-height: 130%;
  display: flex;
  align-items: center;
  height: 75px;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease 0s;
}
.header__phone:hover {
  color: #231F20;
  border-bottom: 2px solid #231F20;
}
@media (max-width: 1222px) {
  .header__content {
    padding: 0px 0px 0px 0px;
  }
  .header__logo {
    width: 280px;
  }
}
@media (max-width: 991.98px) {
  .header {
    height: 80px;
  }
  .header__fix {
    height: 80px;
  }
  .header._scroll .header__fix {
    height: 60px;
  }
}
@media (max-width: 767.98px) {
  .header__phone {
    height: 50px;
  }
}
@media (max-width: 479.98px) {
  .header {
    height: 60px;
  }
  .header__fix {
    height: 60px;
  }
  .header._scroll .header__fix {
    height: 50px;
  }
  .header__logo {
    width: 220px;
  }
}

.menu-header {
  width: 100%;
}
.menu-header__list {
  display: flex;
  margin: 0px -28px;
}
.menu-header__list > li {
  padding: 0px 28px;
}
.menu-header__link {
  color: #231F20;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  height: 75px;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease 0s;
}
.menu-header__link:hover {
  color: #373586;
  border-bottom: 2px solid #373586;
}
.menu-header__phone {
  display: none;
}
@media (max-width: 1222px) {
  .menu-header__list {
    margin: 0px -12px;
  }
  .menu-header__list > li {
    padding: 0px 12px;
  }
}
@media (max-width: 991.98px) {
  .menu-header {
    position: fixed;
    top: -150%;
    opacity: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 4;
    padding: 30px 0px 0px 0px;
    transition: all 0.3s ease 0s;
  }
  .menu-header__list {
    margin: 0px 0px 0px 0px;
    flex-direction: column;
    align-items: center;
  }
  .menu-header__list > li {
    padding: 0px 0px 0px 0px;
  }
  .menu-header__link {
    height: 50px;
  }
  .menu-header__phone {
    display: flex;
    justify-content: center;
  }
  .menu-header._active {
    top: 0;
    opacity: 1;
  }
}

.icon-menu {
  display: none;
}
@media (max-width: 991.98px) {
  .icon-menu {
    display: block;
    width: 24px;
    height: 18px;
    cursor: pointer;
    z-index: 5;
    position: relative;
  }
  .icon-menu span {
    transition: all 0.3s ease 0s;
    top: calc(50% - 1px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #231F20;
  }
  .icon-menu span:first-child {
    top: 0px;
  }
  .icon-menu span:last-child {
    top: auto;
    bottom: 0px;
  }
  .icon-menu._active span {
    transform: scale(0);
  }
  .icon-menu._active span:first-child {
    transform: rotate(-45deg);
    top: calc(50% - 1px);
  }
  .icon-menu._active span:last-child {
    transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }
}

.footer {
  background-color: #231F20;
  padding: 80px 0px;
}
.footer__row {
  margin: 0px -46px;
  display: flex;
  align-items: center;
}
.footer__col {
  padding: 0px 46px;
}
.footer__col:nth-child(1) {
  flex: 0 0 20%;
  max-width: 20%;
}
.footer__col:nth-child(2) {
  flex: 0 0 37%;
  max-width: 37%;
}
.footer__col:nth-child(3) {
  flex: 0 0 43%;
  max-width: 43%;
}
@media (max-width: 1222px) {
  .footer {
    padding: 40px 0px;
  }
  .footer__row {
    margin: 0px 0px;
    flex-wrap: wrap;
  }
  .footer__col {
    padding: 0px 0px;
  }
  .footer__col:nth-child(1) {
    flex: 1 1 100%;
    max-width: none;
    margin: 0px 0px 50px 0px;
    order: 1;
  }
  .footer__col:nth-child(2) {
    order: 3;
    flex: 1 1 100%;
    max-width: none;
  }
  .footer__col:nth-child(3) {
    order: 2;
    flex: 1 1 100%;
    max-width: none;
    margin: 0px 0px 60px 0px;
  }
}

.about-footer__list > li:not(:last-child) {
  margin-bottom: 36px;
}
.about-footer__link {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  position: relative;
}
.about-footer__link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}
.about-footer__link:hover:before {
  content: "";
  opacity: 1;
}
@media (max-width: 1222px) {
  .about-footer__list {
    display: flex;
    justify-content: space-around;
  }
  .about-footer__list > li:not(:last-child) {
    margin: 0px 0px 0px 0px;
  }
}
@media (max-width: 767.98px) {
  .about-footer__link {
    font-size: 14px;
  }
}
@media (max-width: 479.98px) {
  .about-footer__list {
    flex-direction: column;
    align-items: center;
  }
  .about-footer__list > li:not(:last-child) {
    margin: 0px 0px 15px 0px;
  }
}

.center-footer__top {
  margin-bottom: 20px;
}
.center-footer__logo {
  width: 71px;
}
.center-footer__logo img {
  max-width: 100%;
}
.center-footer__middle {
  font-weight: 600;
  font-size: 16px;
  line-height: calc(24/16);
  color: #fff;
  margin-bottom: 19px;
}
.center-footer__link {
  color: #ADACF9;
  text-decoration-line: underline;
  transition: all 0.3s ease 0s;
}
.center-footer__link:hover {
  text-decoration: none;
  color: #fff;
}
.center-footer__divider {
  background-color: #424242;
  height: 1px;
  width: 100%;
  margin-bottom: 19px;
}
.center-footer__phone {
  font-weight: 600;
  font-size: 20px;
  line-height: calc(28/20);
  color: #fff;
  display: inline-block;
}
.center-footer__bottom {
  font-size: 16px;
  line-height: calc(24/16);
  color: #fff;
}
@media (max-width: 1222px) {
  .center-footer__top {
    display: flex;
    justify-content: center;
  }
  .center-footer__middle {
    text-align: center;
  }
  .center-footer__lower {
    text-align: center;
  }
  .center-footer__bottom {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .center-footer__content {
    padding: 0px 10px;
  }
  .center-footer__middle {
    font-size: 14px;
  }
}

.mail-footer__top {
  margin-bottom: 12px;
  display: flex;
}
.mail-footer__ico {
  width: 55px;
}
.mail-footer__ico img {
  max-width: 100%;
}
.mail-footer__text {
  font-weight: 600;
  font-size: 16px;
  line-height: calc(24/16);
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 1222px) {
  .mail-footer__top {
    display: flex;
    justify-content: center;
  }
  .mail-footer__text {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .mail-footer__text {
    font-size: 14px;
  }
}

.form-mailfooter__top {
  margin-bottom: 12px;
}
.form-mailfooter__row {
  display: flex;
  margin: 0px -6px;
}
.form-mailfooter__col {
  padding: 0px 6px;
}
.form-mailfooter__col:nth-child(1) {
  flex: 1 1 65%;
  max-width: 65%;
}
.form-mailfooter__col:nth-child(2) {
  flex: 1 1 35%;
  max-width: 35%;
}
.form-mailfooter__input {
  position: relative;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px 0px;
}
@media (max-width: 1222px) {
  .form-mailfooter__row {
    flex-direction: column;
    align-items: center;
  }
  .form-mailfooter__col:nth-child(1) {
    margin: 0px 0px 15px 0px;
    min-width: 80%;
  }
  .form-mailfooter__col:nth-child(2) {
    max-width: 100%;
  }
  .form-mailfooter__agreement {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .form-mailfooter__col:nth-child(1) {
    min-width: 100%;
    max-width: 100%;
  }
}

.mainpage__vantage {
  margin: 0px 0px 120px 0px;
}
@media (max-width: 991.98px) {
  .mainpage__vantage {
    margin: 0px 0px 80px 0px;
  }
}
@media (max-width: 479.98px) {
  .mainpage__vantage {
    margin: 0px 0px 65px 0px;
  }
}

.top-main {
  position: relative;
}
.top-main__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.top-main__container {
  position: relative;
  z-index: 2;
}
.top-main__content {
  height: 580px;
  display: flex;
  flex-direction: column;
}
.top-main__textblock {
  flex: 1 1 auto;
  display: inline-flex;
  align-items: center;
}
.top-main__title {
  font-weight: 600;
  font-size: 52px;
  line-height: 120%;
  margin: 0px 0px 24px 0px;
}
.top-main__sinse {
  font-size: 24px;
  line-height: 110%;
}
@media (max-width: 1222px) {
  .top-main__bg img {
    object-position: 20% center;
  }
}
@media (max-width: 991.98px) {
  .top-main__bg img {
    object-position: 10% center;
  }
  .top-main__content {
    height: 480px;
  }
}
@media (max-width: 767.98px) {
  .top-main__content {
    height: 400px;
  }
  .top-main__title {
    font-size: 40px;
    margin: 0px 0px 10px 0px;
  }
}
@media (max-width: 479.98px) {
  .top-main__content {
    height: 300px;
  }
  .top-main__title {
    font-size: 36px;
  }
}

.vantage {
  position: relative;
}
.vantage__content {
  position: relative;
  margin: -68px 0px 0px 0px;
  position: relative;
}
.vantage__row {
  display: flex;
  margin: 0px -26px;
  flex-wrap: wrap;
  justify-content: center;
}
.vantage__col {
  flex: 1 1 33.333%;
  max-width: 33.333%;
  padding: 0px 26px;
  margin: 0px 0px 30px 0px;
}
@media (max-width: 1222px) {
  .vantage__row {
    margin: 0px -12px;
  }
  .vantage__col {
    padding: 0px 12px;
  }
}
@media (max-width: 767.98px) {
  .vantage__row {
    margin: 0px -8px;
  }
  .vantage__col {
    padding: 0px 8px;
    flex: 1 1 50%;
    max-width: 50%;
    margin: 0px 0px 16px 0px;
  }
}
@media (max-width: 479.98px) {
  .vantage__content {
    margin: -20px 0px 0px 0px;
  }
  .vantage__col {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.item-vantage {
  display: block;
  min-height: 120px;
  background: linear-gradient(45deg, #2A2973 6.77%, #5452A4 61.1%, #6D6AD1 100%);
  box-shadow: 0px 25px 65px rgba(58, 56, 151, 0.7);
  border-radius: 16px;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 2;
}
.item-vantage:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background: linear-gradient(45deg, #3A3897 17.45%, #6563C1 67.27%, #A3A1FF 100%);
  border-radius: 16px;
  transition: opacity 0.3s ease 0s;
}
.item-vantage__row {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 12px 32px;
  position: relative;
  z-index: 4;
  min-height: 120px;
}
.item-vantage__col:nth-child(1) {
  flex: 0 0 70px;
  max-width: 70px;
}
.item-vantage__col:nth-child(2) {
  flex: 1 1 auto;
  padding: 0px 0px 0px 28px;
}
.item-vantage__ico {
  display: inline-block;
  width: 100%;
}
.item-vantage__ico img {
  max-width: 100%;
}
.item-vantage__text {
  display: block;
  font-size: 16px;
  line-height: calc(20/16);
  color: #fff;
}
.item-vantage__text b {
  font-weight: 600;
}
.item-vantage__name {
  display: block;
  font-size: 16px;
  line-height: calc(20/16);
  font-weight: 600;
  color: #fff;
}
.item-vantage__value {
  display: block;
  font-size: 24px;
  line-height: calc(32/24);
  font-weight: 600;
  color: #fff;
}
@media (max-width: 991.98px) {
  .item-vantage {
    min-height: 100px;
  }
  .item-vantage__row {
    padding: 10px 16px;
    min-height: 100px;
  }
  .item-vantage__col:nth-child(1) {
    flex: 0 0 46px;
    max-width: 46px;
  }
  .item-vantage__col:nth-child(2) {
    padding: 0px 0px 0px 12px;
  }
  .item-vantage__text {
    font-size: 14px;
  }
  .item-vantage__name {
    font-size: 14px;
  }
  .item-vantage__value {
    font-size: 20px;
  }
}

a.item-vantage:hover {
  box-shadow: 0px 30px 65px rgba(58, 56, 151, 0.5);
}
a.item-vantage:hover:before {
  content: "";
  opacity: 0;
}

.actual__top {
  margin: 0px 0px 53px 0px;
}
.actual__content {
  margin: 0px 0px 38px 0px;
}
@media (max-width: 1222px) {
  .actual__top {
    margin: 0px 0px 35px 0px;
  }
}
@media (max-width: 767.98px) {
  .actual__top {
    margin: 0px 0px 16px 0px;
  }
  .actual__content {
    margin: 0px 0px 12px 0px;
  }
}

.top-actual__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-actual__nextbtn {
  cursor: pointer;
  height: 40px;
  display: flex;
  align-items: center;
  color: #373586;
}
.top-actual__nextbtn > div {
  padding: 0px 20px 0px 0px;
  font-weight: 600;
  font-size: 16px;
  line-height: calc(24/16);
  text-transform: uppercase;
  position: relative;
  z-index: 4;
}
.top-actual__nextbtn > span {
  display: inline-flex;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: linear-gradient(45deg, #3A3897 6.77%, #6563C6 61.1%, #7F7DF1 100%);
  z-index: 2;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  position: relative;
}
.top-actual__nextbtn > span:before {
  z-index: 4;
}
.top-actual__nextbtn > span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #373586;
  z-index: 3;
  transition: all 0.3s ease 0s;
}
.top-actual__nextbtn:hover {
  color: #5452A3;
}
.top-actual__nextbtn:hover span:after {
  content: "";
  opacity: 0;
}
@media (max-width: 767.98px) {
  .top-actual__row {
    flex-wrap: wrap;
  }
  .top-actual__col {
    flex: 1 1 100%;
    max-width: none;
  }
  .top-actual__col:nth-child(1) {
    margin: 0px 0px 12px 0px;
  }
  .top-actual__col:nth-child(2) {
    display: flex;
    justify-content: flex-end;
  }
  .top-actual__nextbtn {
    height: 32px;
  }
  .top-actual__nextbtn > div {
    font-size: 14px;
    padding: 0px 12px 0px 0px;
  }
  .top-actual__nextbtn > span {
    height: 32px;
    width: 32px;
  }
}

.slider-actual {
  position: relative;
}
.slider-actual__dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
  display: flex;
}
.slider-actual__dots .swiper-pagination-bullet {
  cursor: pointer;
  width: 16px;
  height: 16px;
  margin: 0px 8px;
  border-radius: 50%;
  background-color: #D9D9D9;
  border: 2px solid #D9D9D9;
  transition: all 0.3s ease 0s;
}
.slider-actual__dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid #373586;
  background-color: #fff;
}
.slider-actual__dots .swiper-pagination-bullet:hover {
  border: 2px solid #373586;
  opacity: 0.8;
}
@media (max-width: 991.98px) {
  .slider-actual__dots .swiper-pagination-bullet {
    margin: 0px 3px;
  }
}

.goto__content {
  padding: 26px 0px 0px 0px;
  margin: 0px 0px 70px 0px;
}
.biglot__content {
  padding: 0px 0px 68px 0px;
}
.biglot__row {
  display: flex;
}
.biglot__col:nth-child(1) {
  flex: 0 0 60%;
  max-width: 60%;
}
.biglot__col:nth-child(2) {
  flex: 0 0 40%;
  max-width: 40%;
}
.biglot__sliders {
  padding: 48px 48px 0px;
}
.biglot__bigslider {
  margin: 0px 0px 24px 0px;
}
@media (max-width: 1222px) {
  .biglot__sliders {
    padding: 36px 20px 0px;
  }
}
@media (max-width: 991.98px) {
  .biglot__content {
    padding: 0px 0px 36px 0px;
  }
  .biglot__sliders {
    padding: 10px 0px 0px;
  }
  .biglot__row {
    flex-wrap: wrap;
  }
  .biglot__col:nth-child(1) {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .biglot__col:nth-child(2) {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.bigslider-biglot {
  position: relative;
}
.bigslider-biglot:before {
  content: "";
  position: absolute;
  top: -48px;
  left: -48px;
  background: url("/local/templates/sac/assets/img/icons/one_dot.svg") 0 0 repeat;
  width: 480px;
  height: 304px;
}
.bigslider-biglot__slider {
  position: relative;
  z-index: 3;
  background-color: #fff;
}
.bigslider-biglot__img {
  height: 420px;
}
.bigslider-biglot__arrow {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 16px;
  right: 0;
  z-index: 5;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bigslider-biglot__arrow > span {
  z-index: 6;
  color: #fff;
  font-size: 24px;
}
.bigslider-biglot__arrow:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.bigslider-biglot__arrow_prev {
  right: 84px;
}
.bigslider-biglot__arrow_next {
  right: 16px;
}
@media (max-width: 1222px) {
  .bigslider-biglot:before {
    content: "";
    top: -36px;
    left: -20px;
  }
  .bigslider-biglot__img {
    height: 380px;
  }
}
@media (max-width: 991.98px) {
  .bigslider-biglot:before {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .bigslider-biglot__img {
    height: auto;
    padding-top: 65%;
  }
  .bigslider-biglot__arrow {
    width: 36px;
    height: 36px;
    bottom: 10px;
  }
  .bigslider-biglot__arrow > span {
    font-size: 18px;
  }
  .bigslider-biglot__arrow_prev {
    right: 50px;
  }
  .bigslider-biglot__arrow_next {
    right: 10px;
  }
}

.bigslider-biglot__link {
  display: block;
  width: 100%;
  height: 100%;
}

.smallslider-biglot {
  margin: 0px -4px;
}
.smallslider-biglot__slide {
  padding: 0px 4px;
  margin: 0px 0px 24px 0px;
  position: relative;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.smallslider-biglot__slide.swiper-slide-thumb-active {
  opacity: 0.4;
}
.smallslider-biglot__slide.swiper-slide-thumb-active .smallslider-biglot__img:before {
  content: "";
  box-shadow: inset 0px 0px 0px 3px #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.smallslider-biglot__slide:hover {
  opacity: 0.7;
}
.smallslider-biglot__img {
  height: 67px;
  position: relative;
}
.smallslider-biglot__img:before {
  content: "";
  transition: all 0.3s ease 0s;
  box-shadow: inset 0px 0px 0px 1px #ECECF5;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .smallslider-biglot {
    margin: 0px -2px;
  }
  .smallslider-biglot__slide {
    padding: 0px 2px;
    margin: 0px 0px 6px 0px;
  }
  .smallslider-biglot__img {
    height: 50px;
  }
}

.data-lot__header {
  margin: 0px 0px 8px 0px;
}
.data-lot__top {
  padding: 16px 32px 0px;
  margin: 0px 0px 24px 0px;
}
.data-lot__body {
  margin: 0px 0px 8px 0px;
}
.data-lot__textblock {
  margin: 0px 0px 16px 0px;
}
.data-lot__block {
  background-color: #F6F6FF;
  border-radius: 16px;
  padding: 24px 32px;
}
.data-lot__block:not(:last-child) {
  margin: 0px 0px 8px 0px;
}
.data-lot__block, .data-lot__block p, .data-lot__block span, .data-lot__block div, .data-lot__textblock, .data-lot__textblock p, .data-lot__textblock span, .data-lot__textblock div{
  font-size: 16px;
  line-height: calc(24/16);
}
.data-lot__block a {
  color: #373586;
  font-weight: 600;
  transition: all 0.3s ease 0s;
}
.data-lot__block a:hover {
  color: #231F20;
}
.data-lot__block > li:not(:last-child) {
  margin: 0px 0px 8px 0px;
}
.data-lot__block b{
  font-size: 16px;
  line-height: calc(24/16);
  font-weight: 500;
}
.data-lot__blockname {
  font-weight: 600;
  font-size: 18px;
  line-height: calc(24/18);
  margin: 0px 0px 8px 0px;
}
.data-lot__row {
  margin: 0px -2px 4px;
  display: flex;
}
.data-lot__row:last-child {
  margin: 0px -2px;
}
.data-lot__col {
  flex: 1 1 50%;
  max-width: 50%;
  padding: 0px 2px;
}
.data-lot__col:nth-child(2) {
  text-align: right;
}
.data-lot__bottom {
  margin: 0px 0px 24px 0px;
}
@media (max-width: 767.98px) {
  .data-lot__top {
    padding: 10px 16px 0px;
    margin: 0px 0px 16px 0px;
  }
  .data-lot__block {
    padding: 16px 16px;
  }
  .data-lot__block p, .data-lot__block span {
    font-size: 14px;
  }
  .data-lot__name {
    font-size: 14px;
  }
  .data-lot__blockname {
    font-size: 16px;
  }
  .data-lot__bottom {
    margin: 0px 0px 16px 0px;
  }
}

.bottom-datalot {
  padding: 24px 32px;
}
.bottom-datalot__block:not(:last-child) {
  margin: 0px 0px 20px 0px;
}
.bottom-datalot__list > li:not(:last-child) {
  margin: 0px 0px 8px 0px;
}
.bottom-datalot__row {
  display: flex;
  margin: 0px -2px;
}
.bottom-datalot__col {
  padding: 0px 2px;
  flex: 1 1 50%;
  max-width: 50%;
}
.bottom-datalot__col:nth-child(2) {
  text-align: right;
}
.bottom-datalot__name {
  font-weight: 700;
  font-size: 16px;
  line-height: calc(24/16);
}
.bottom-datalot__text {
  font-size: 16px;
  line-height: calc(24/16);
}
.bottom-datalot__divider {
  height: 1px;
  background-color: #D9D9D9;
}
.bottom-datalot__bigprice {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
}
@media (max-width: 767.98px) {
  .bottom-datalot {
    padding: 16px 16px;
  }
  .bottom-datalot__name {
    font-size: 14px;
  }
  .bottom-datalot__text {
    font-size: 14px;
  }
  .bottom-datalot__bigprice {
    font-size: 28px;
  }
}
@media (max-width: 479.98px) {
  .bottom-datalot__row_bigprice {
    flex-wrap: wrap;
  }
  .bottom-datalot__row_bigprice .bottom-datalot__col {
    flex: 1 1 100%;
    max-width: none;
  }
  .bottom-datalot__row_bigprice .bottom-datalot__col:nth-child(1) {
    margin: 0px 0px 10px 0px;
    text-align: center;
  }
  .bottom-datalot__row_bigprice .bottom-datalot__col:nth-child(2) {
    text-align: center;
  }
}

.btnblock-datalot__row {
  display: flex;
}
.btnblock-datalot__col:nth-child(1) {
  flex: 0 0 160px;
  max-width: 160px;
}
.btnblock-datalot__col:nth-child(2) {
  flex: 1 1 100%;
  max-width: none;
  padding: 0px 0px 0px 16px;
}
.btnblock-datalot__detail {
  width: 100%;
}
.btnblock-datalot__order {
  width: 100%;
}
@media (max-width: 767.98px) {
  .btnblock-datalot__row {
    flex-wrap: wrap;
  }
  .btnblock-datalot__col:nth-child(1) {
    margin: 0px 0px 16px 0px;
    flex: 1 1 100%;
    max-width: none;
  }
  .btnblock-datalot__col:nth-child(2) {
    padding: 0px 0px 0px 0px;
  }
}

.mediumlot__block:not(:last-child) {
  margin: 0px 0px 120px 0px;
}
.mediumlot__row {
  display: flex;
}
.mediumlot__col:nth-child(1) {
  flex: 0 0 43%;
  max-width: 43%;
}
.mediumlot__col:nth-child(2) {
  flex: 0 0 57%;
  max-width: 57%;
}
.mediumlot__sliders {
  padding: 48px 48px 0px;
}
.mediumlot__bigslider {
  margin: 0px 0px 12px 0px;
}
@media (max-width: 1222px) {
  .mediumlot__sliders {
    padding: 36px 20px 0px;
  }
}
@media (max-width: 991.98px) {
  .mediumlot__block:not(:last-child) {
    margin: 0px 0px 60px 0px;
  }
  .mediumlot__sliders {
    padding: 10px 0px 0px;
  }
  .mediumlot__row {
    flex-wrap: wrap;
  }
  .mediumlot__col:nth-child(1) {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .mediumlot__col:nth-child(2) {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .mediumlot__block:not(:last-child) {
    margin: 0px 0px 36px 0px;
  }
  .mediumlot__sliders {
    padding: 0px 0px 0px 0px;
  }
}

.bigslider-mediumlot {
  position: relative;
}
.bigslider-mediumlot:before {
  content: "";
  position: absolute;
  top: -48px;
  left: -48px;
  background: url("/local/templates/sac/assets/img/icons/one_dot.svg") 0 0 repeat;
  width: 480px;
  height: 304px;
}
.bigslider-mediumlot__slider {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.bigslider-mediumlot__img {
  height: 282px;
}
.bigslider-mediumlot__arrow {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 10px;
  right: 0;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bigslider-mediumlot__arrow > span {
  z-index: 6;
  color: #fff;
  font-size: 24px;
}
.bigslider-mediumlot__arrow:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.bigslider-mediumlot__arrow_prev {
  right: 78px;
}
.bigslider-mediumlot__arrow_next {
  right: 10px;
}
@media (max-width: 1222px) {
  .bigslider-mediumlot:before {
    content: "";
    top: -36px;
    left: -20px;
    width: 280px;
    height: 205px;
  }
  .bigslider-mediumlot__img {
    height: 230px;
  }
}
@media (max-width: 991.98px) {
  .bigslider-mediumlot__img {
    height: 380px;
  }
  .bigslider-mediumlot:before {
    content: "";
    display: none;
  }
}
@media (max-width: 767.98px) {
  .bigslider-mediumlot__img {
    height: auto;
    padding-top: 65%;
  }
  .bigslider-mediumlot__arrow {
    width: 36px;
    height: 36px;
    bottom: 10px;
  }
  .bigslider-mediumlot__arrow > span {
    font-size: 18px;
  }
  .bigslider-mediumlot__arrow_prev {
    right: 50px;
  }
  .bigslider-mediumlot__arrow_next {
    right: 10px;
  }
}

.smallslider-mediumlot {
  margin: 0px -5px;
}
.smallslider-mediumlot__slide {
  padding: 0px 5px;
  margin: 0px 0px 12px 0px;
  position: relative;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.smallslider-mediumlot__slide.swiper-slide-thumb-active {
  opacity: 0.4;
}
.smallslider-mediumlot__slide.swiper-slide-thumb-active .smallslider-biglot__img:before {
  content: "";
  box-shadow: inset 0px 0px 0px 3px #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.smallslider-mediumlot__slide:hover {
  opacity: 0.7;
}
.smallslider-mediumlot__img {
  height: 67px;
  position: relative;
}
.smallslider-mediumlot__img:before {
  content: "";
  transition: all 0.3s ease 0s;
  box-shadow: inset 0px 0px 0px 1px #ECECF5;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.catalog {
  margin: 0px 0px 80px 0px;
}
.catalog__breadcrumbs {
  margin: 0px 0px 40px 0px;
}
.catalog__lots {
  margin: 0px 0px 120px 0px;
}
@media (max-width: 1222px) {
  .catalog {
    margin: 0px 0px 60px 0px;
  }
  .catalog__breadcrumbs {
    margin: 0px 0px 20px 0px;
  }
  .catalog__lots {
    margin: 0px 0px 60px 0px;
  }
}
@media (max-width: 767.98px) {
  .catalog {
    margin: 0px 0px 30px 0px;
  }
  .catalog__breadcrumbs {
    margin: 0px 0px 10px 0px;
  }
  .catalog__lots {
    margin: 0px 0px 36px 0px;
  }
}

.top-catalog {
  position: relative;
}
.top-catalog__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.top-catalog__container {
  position: relative;
  z-index: 2;
}
.top-catalog__content {
  height: 360px;
  display: flex;
  flex-direction: column;
}
.top-catalog__textblock {
  flex: 1 1 auto;
  display: inline-flex;
  align-items: center;
}
.top-catalog__centerblock {
  margin: 0px 0px 240px 0px;
}
.filter {
  margin: -240px 0px 0px 0px;
  position: relative;
  z-index: 3;
}
.filter__content {
  box-shadow: 0px 25px 65px rgba(58, 56, 151, 0.7);
  border-radius: 24px;
  background-color: #fff;
  padding: 40px 40px;
  margin: 0px 0px 80px 0px;
}
.filter__row {
  display: flex;
  margin: 0px -8px;
  flex-wrap: wrap;
}
.filter__col {
  flex: 1 1 33.333%;
  max-width: 33.333%;
  padding: 0px 8px;
  margin: 0px 0px 16px 0px;
}
.filter__col:nth-child(1) {
  flex: 1 1 100%;
  max-width: none;
}
@media (max-width: 1222px) {
  .filter__content {
    padding: 26px 20px;
  }
}
@media (max-width: 991.98px) {
  .filter__row {
    margin: 0px -4px;
  }
  .filter__col {
    padding: 0px 4px;
    margin: 0px 0px 8px 0px;
    flex: 1 1 50%;
    max-width: 50%;
  }
  .filter__col:nth-child(10) {
    flex: 1 1 100%;
    max-width: none;
  }
}
@media (max-width: 767.98px) {
  .filter__content {
    padding: 16px 10px;
    border-radius: 12px;
    margin: 0px 0px 36px 0px;
    box-shadow: 0px 25px 65px rgba(58, 56, 151, 0.4);
  }
  .filter__col {
    flex: 1 1 100%;
    max-width: none;
  }
}

.card {
  padding: 48px 0px 0px 0px;
}
.card__breadcrumbs {
  margin: 0px 0px 40px 0px;
}
.card__history {
  margin: 0px 0px 80px 0px;
}
@media (max-width: 991.98px) {
  .card {
    padding: 20px 0px 0px 0px;
  }
  .card__breadcrumbs {
    margin: 0px 0px 16px 0px;
  }
  .card__history {
    margin: 0px 0px 60px 0px;
  }
}
@media (max-width: 767.98px) {
  .card__history {
    margin: 0px 0px 40px 0px;
  }
}

.history__content {
  padding: 52px 0px 0px 0px;
}
.history__title {
  margin: 0px 0px 24px 0px;
}
.history__body {
  background-color: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  padding: 16px 20px;
}
.history__list > li:nth-child(even) .history__col {
  background-color: #F6F6FF;
}
.history__list > li:not(:last-child) .history__col {
  border-bottom: 1px solid #EFEFF0;
}
.history__row {
  display: flex;
}
.history__col {
  flex: 1 1 14.28%;
  max-width: 14.28%;
  padding: 12px 12px;
  display: flex;
  align-items: center;
}
.history__name {
  height: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #7E7E87;
}
.history__text {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 140%;
}
.history__link {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #231F20;
  transition: all 0.3s ease 0s;
}
.history__link:hover {
  color: #7E7E87;
}
@media (max-width: 991.98px) {
  .history__col {
    flex: 0 0 160px;
    max-width: 160px;
  }
  .history__list {
    overflow: scroll;
  }
}
@media (max-width: 767.98px) {
  .history__content {
    padding: 30px 0px 0px 0px;
  }
  .history__name {
    font-size: 14px;
  }
  .history__text {
    font-size: 14px;
  }
  .history__link {
    font-size: 14px;
  }
}

.interested {
  position: relative;
}
.interested__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.interested__container {
  position: relative;
  z-index: 2;
}
.interested__content {
  padding: 82px 0px;
}
.interested__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.interested__col:nth-child(2) {
  flex: 0 0 435px;
  max-width: 435px;
}
.interested__btn {
  width: 100%;
}
@media (max-width: 991.98px) {
  .interested__bg img {
    object-position: 10% center;
  }
  .interested__content {
    padding: 50px 0px;
  }
  .interested__row {
    flex-wrap: wrap;
  }
  .interested__col:nth-child(1) {
    margin: 0px 0px 26px 0px;
  }
  .interested__col:nth-child(2) {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.investors__vantage {
  margin: 0px 0px 82px 0px;
}
.investors__breadcrumbs {
  margin: 0px 0px 48px 0px;
}
.investors__body {
  margin: 0px 0px 187px 0px;
}
.investors__title {
  margin: 0px 0px 52px 0px;
}
@media (max-width: 1222px) {
  .investors__vantage {
    margin: 0px 0px 60px 0px;
  }
  .investors__title {
    margin: 0px 0px 30px 0px;
  }
}
@media (max-width: 991.98px) {
  .investors__breadcrumbs {
    margin: 0px 0px 16px 0px;
  }
  .investors__body {
    margin: 0px 0px 130px 0px;
  }
}
@media (max-width: 767.98px) {
  .investors__vantage {
    margin: 0px 0px 40px 0px;
  }
  .investors__title {
    margin: 0px 0px 20px 0px;
  }
  .investors__body {
    margin: 0px 0px 90px 0px;
  }
}

.top-investors {
  position: relative;
}
.top-investors__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.top-investors__container {
  position: relative;
  z-index: 2;
}
.top-investors__content {
  height: 178px;
  display: flex;
  flex-direction: column;
}
.top-investors__textblock {
  flex: 1 1 auto;
  display: inline-flex;
  align-items: center;
}
.top-investors__title {
  margin: 0px 0px 60px 0px;
}
@media (max-width: 479.98px) {
  .top-investors__content {
    height: 100px;
  }
  .top-investors__title {
    margin: 0px 0px 20px 0px;
  }
}

.investors-lot__bottom {
  margin: 0px 0px 8px 0px;
}

#map {
  height: 364px;
}

.investlot {
  padding: 48px 0px 0px 0px;
}
.investlot__breadcrumbs {
  margin: 0px 0px 52px 0px;
}
.investlot__body {
  margin: 0px 0px 52px 0px;
}
.investlot__history {
  margin: 0px 0px 80px 0px;
}
@media (max-width: 767.98px) {
  .investlot__body {
    margin: 0px 0px 30px 0px;
  }
  .investlot__history {
    margin: 0px 0px 60px 0px;
  }
}
@media (max-width: 767.98px) {
  .investlot {
    padding: 24px 0px 0px 0px;
  }
  .investlot__breadcrumbs {
    margin: 0px 0px 30px 0px;
  }
}
@media (max-width: 479.98px) {
  .investlot__history {
    margin: 0px 0px 30px 0px;
  }
}

.info {
  background-color: #FAFAFF;
  padding: 52px 0px 56px;
}
.info__title {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  color: #231F20;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  transition: all 0.3s ease 0s;
}
.info__title:hover {
  color: #373586;
}
.info__title:before {
  transition: all 0.3s ease 0s;
  color: #231F20;
  transform: rotate(180deg);
  margin: 0px 0px 0px 5px;
}
.info__title._active:before {
  transform: rotate(0deg);
}
.info__body {
  padding: 24px 0px 0px 0px;
}
.info__top {
  display: flex;
  align-items: flex-end;
  border-bottom: 2px solid #DCDCDC;
}
.info__top > li {
  position: relative;
}
.info__top > li._active .info__name {
  color: #373586;
}
.info__top > li._active .info__name:before {
  content: "";
  background-color: #373586;
  opacity: 1;
}
.info__name {
  position: relative;
  color: #231F20;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  cursor: pointer;
}
.info__name span {
  display: inline-block;
  padding: 16px 24px 14px;
}
.info__name:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  background-color: transparent;
  z-index: 2;
  transition: all 0.3s ease 0s;
}
.info__name:hover {
  color: #373586;
}
.info__name:hover:before {
  content: "";
  background-color: #373586;
  opacity: 0.5;
}
.info__block {
  padding: 32px 24px 0px;
}
@media (max-width: 1222px) {
  .info__title {
    font-size: 28px;
  }
}
@media (max-width: 991.98px) {
  .info {
    padding: 30px 0px;
  }
  .info__title {
    font-size: 24px;
  }
  .info__top {
    border-bottom: 2px solid transparent;
  }
  .info__topscroll {
    overflow-x: scroll;
  }
  .info__name {
    white-space: nowrap;
  }
  .info__name:before {
    content: "";
    background-color: #DCDCDC;
  }
}
@media (max-width: 767.98px) {
  .info {
    padding: 24px 0px;
  }
  .info__block {
    padding: 16px 0px;
  }
}
@media (max-width: 479.98px) {
  .info__title {
    font-size: 21px;
  }
}

.table-info__list > li {
  padding: 12px 0px;
}
.table-info__list > li:first-child {
  padding: 0px 0px 12px;
}
.table-info__list > li:not(:last-child) {
  border-bottom: 1px solid #DCDCDC;
}
.table-info__row {
  display: flex;
  align-items: flex-start;
}
.table-info__col:nth-child(1) {
  flex: 0 0 240px;
  max-width: 240px;
  padding: 0px 5px 0px 0px;
}
.table-info__col_bigger:nth-child(1) {
  flex: 0 0 360px;
  max-width: 360px;
}
.table-info__name {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.table-info__text {
  font-size: 16px;
  line-height: 24px;
}
.table-info__link {
  display: flex;
  font-size: 16px;
  line-height: calc(24/16);
  color: #373586;
}
.table-info__link > span {
  text-decoration: underline;
}
.table-info__link:before {
  margin: 0px 8px 0px 0px;
  font-size: 24px;
}
.table-info__link:hover > span {
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .table-info__row {
    flex-wrap: wrap;
  }
  .table-info__col:nth-child(1) {
    margin: 0px 0px 10px 0px;
  }
  .table-info__col:nth-child(2) {
    flex: 1 1 100%;
    max-width: none;
    padding: 0px 0px 0px 20px;
  }
  .table-info__list > li {
    padding: 6px 0px;
  }
  .table-info__list > li:first-child {
    padding: 0px 0px 6px;
  }
  .table-info__list > li:not(:last-child) {
    border-bottom: 1px solid #DCDCDC;
  }
  .table-info__name {
    font-size: 14px;
  }
  .table-info__text {
    font-size: 14px;
  }
  .table-info__link {
    font-size: 14px;
  }
}

.location-info__row {
  display: flex;
  margin: 0px -12px;
}
.location-info__col {
  padding: 0px 12px;
}
.location-info__col:nth-child(1) {
  flex: 1 1 55%;
  max-width: 55%;
}
.location-info__col:nth-child(2) {
  flex: 1 1 45%;
  max-width: 45%;
}
.location-info__block {
  margin: 0px 0px 16px 0px;
  font-size: 16px;
  line-height: calc(24/16);
}
.location-info__name {
  font-weight: 600;
}
.location-info__name_list {
  margin: 0px 0px 8px 0px;
}
.location-info__list > li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  transform: translatex(-50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #373586;
}
.location-info__list > li {
  padding: 0px 0px 0px 25px;
  position: relative;
}
.middle-about__block li, .data-lot__textblock li {
  padding: 0px 0px 0px 25px;
  position: relative;
  font-size: 16px;
  line-height: calc(24/16);
}
.middle-about__block li:before, .data-lot__textblock li:before  {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  transform: translatex(-50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #373586;
}
.middle-about__block a {
  font-size: 16px;
  line-height: calc(24/16);
  color: #231F20;
  text-decoration: underline;
}
.middle-about__block:not(:last-child) {
  margin: 0px 0px 52px 0px;
}
.middle-about__block p, .middle-about__block span, .middle-about__block div{
  font-weight: 600;
  font-size: 18px;
  line-height: calc(24/18);
  margin: 0px 0px 16px 0px;
}
.location-info__list a {
  display: inline-block;
  text-decoration: underline;
  color: #373586;
  font-size: 16px;
  line-height: calc(24/16);
}
.location-info__list a:hover {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .location-info__row {
    margin: 0px -6px;
  }
  .location-info__col {
    padding: 0px 6px;
  }
  .location-info__col:nth-child(1) {
    flex: 1 1 45%;
    max-width: 45%;
  }
  .location-info__col:nth-child(2) {
    flex: 1 1 55%;
    max-width: 55%;
  }
}
@media (max-width: 767.98px) {
  .location-info__row {
    flex-wrap: wrap;
  }
  .location-info__col:nth-child(1) {
    flex: 1 1 100%;
    max-width: 100%;
    margin: 0px 0px 10px 0px;
  }
  .location-info__col:nth-child(2) {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.contacts-info__row {
  display: flex;
}
.contacts-info__col:nth-child(1) {
  flex: 0 0 260px;
  max-width: 260px;
}
.contacts-info__col:nth-child(2) {
  flex: 1 1 100%;
  max-width: none;
  padding: 0px 36px;
}
.contacts-info__col:nth-child(3) {
  flex: 0 0 360px;
  max-width: 360px;
}
.contacts-info__title {
  font-weight: 600;
  font-size: 20px;
  line-height: calc(24/20);
  margin: 0px 0px 24px 0px;
}
.contacts-info__block:not(:last-child) {
  margin: 0px 0px 18px 0px;
}
.contacts-info__list > li:not(:last-child) {
  margin: 0px 0px 12px 0px;
}
.contacts-info__link {
  font-size: 16px;
  line-height: 24px;
  color: #373586;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease 0s;
}
.contacts-info__link > span {
  text-decoration: underline;
}
.contacts-info__link:before {
  font-size: 24px;
  color: #1C1B1F;
  margin: 0px 8px 0px 0px;
}
.contacts-info__link:hover {
  color: #231F20;
}
.contacts-info__link:hover > span {
  text-decoration: none;
}
.contacts-info__text {
  font-size: 14px;
  line-height: calc(16/14);
}
.contacts-info__addr {
  font-size: 16px;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
}
.contacts-info__addr:before {
  font-size: 24px;
  color: #1C1B1F;
  margin: 0px 8px 0px 0px;
}
.contacts-info__inputblock {
  margin: 0px 0px 12px 0px;
}
.contacts-info__input:not(:last-child) {
  margin: 0px 0px 12px 0px;
}
.contacts-info__agreement {
  padding: 12px 0px 0px 0px;
}
.contacts-info__right {
  font-size: 16px;
  line-height: calc(24/16);
}
.contacts-info__right p {
  margin: 0px 0px 14px 0px;
}
@media (max-width: 1222px) {
  .contacts-info__col:nth-child(1) {
    flex: 0 0 240px;
    max-width: 240px;
  }
  .contacts-info__col:nth-child(2) {
    padding: 0px 12px;
  }
  .contacts-info__col:nth-child(3) {
    flex: 0 0 240px;
    max-width: 240px;
  }
}
@media (max-width: 991.98px) {
  .contacts-info__row {
    flex-wrap: wrap;
  }
  .contacts-info__col:nth-child(1) {
    order: 1;
    flex: 1 1 50%;
    max-width: 50%;
    margin: 0px 0px 16px 0px;
  }
  .contacts-info__col:nth-child(2) {
    order: 3;
  }
  .contacts-info__col:nth-child(3) {
    order: 2;
    flex: 1 1 50%;
    max-width: 50%;
    margin: 0px 0px 16px 0px;
  }
}
@media (max-width: 767.98px) {
  .contacts-info__col:nth-child(1) {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .contacts-info__col:nth-child(3) {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .contacts-info__col:nth-child(2) {
    padding: 0px 0px;
  }
}

.about {
  padding: 48px 0px 0px 0px;
}
.about__breadcrumbs {
  margin: 0px 0px 52px 0px;
}
.about__middle {
  padding: 80px 0px;
}
@media (max-width: 991.98px) {
  .about {
    padding: 24px 0px 0px 0px;
  }
  .about__breadcrumbs {
    margin: 0px 0px 30px 0px;
  }
  .about__middle {
    padding: 60px 0px;
  }
}
@media (max-width: 767.98px) {
  .about {
    padding: 20px 0px 0px 0px;
  }
  .about__breadcrumbs {
    margin: 0px 0px 20px 0px;
  }
  .about__middle {
    padding: 30px 0px;
  }
}

.top-about__content {
  padding: 52px 52px;
  background: #F6F6FF;
  border: 1px solid #D8D8E1;
  border-radius: 16px;
}
.top-about__title {
  margin: 0px 0px 24px 0px;
}
.top-about__body {
  font-size: 16px;
  line-height: calc(24/16);
}
.top-about__link {
  color: #231F20;
  text-decoration: underline;
}
.top-about__link:hover {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .top-about__content {
    padding: 24px 16px;
  }
}
@media (max-width: 767.98px) {
  .top-about__title {
    margin: 0px 0px 16px 0px;
  }
  .top-about__body {
    font-size: 14px;
  }
}

.middle-about__title {
  margin: 0px 0px 52px 0px;
}
.data-lot__textblock:not(:last-child) {
  margin: 0px 0px 52px 0px;
}
.data-lot__textblock h1, .data-lot__textblock h2, .data-lot__textblock h3, .data-lot__textblock h4, .data-lot__textblock h5, .data-lot__textblock h6,
.middle-about__block h1, .middle-about__block h2, .middle-about__block h3, .middle-about__block h4, .middle-about__block h5, .middle-about__block h6 {
  margin: 0px 0px 24px 0px;
}
.data-lot__textblock li {
  font-size: 16px;
  line-height: calc(24/16);
}
.data-lot__textblock a {
  font-size: 16px;
  line-height: calc(24/16);
  color: #231F20;
  text-decoration: underline;
}
.data-lot__textblock a:hover, .middle-about__block a:hover {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .middle-about__title {
    margin: 0px 0px 30px 0px;
  }
}
@media (max-width: 767.98px) {
  .middle-about__title {
    margin: 0px 0px 16px 0px;
  }
  .data-lot__textblock h1, .data-lot__textblock h2, .data-lot__textblock h3, .data-lot__textblock h4, .data-lot__textblock h5, .data-lot__textblock h6  {
    margin: 0px 0px 12px 0px;
  }
}

.advantage-about {
  background: #F6F6FF;
  padding: 80px 0px 30px 0px;
}
.advantage-about__title {
  margin: 0px 0px 52px 0px;
}
.advantage-about__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -5px;
}
.advantage-about__col {
  padding: 0px 5px;
  flex: 1 1 33.333%;
  max-width: 33.333%;
  margin: 0px 0px 52px 0px;
}
.advantage-about__item {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .advantage-about {
    padding: 50px 0px 10px 0px;
  }
  .advantage-about__title {
    margin: 0px 0px 30px 0px;
  }
  .advantage-about__col {
    margin: 0px 0px 30px 0px;
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .advantage-about__title {
    margin: 0px 0px 16px 0px;
  }
  .advantage-about__col {
    margin: 0px 0px 20px 0px;
  }
}
@media (max-width: 479.98px) {
  .advantage-about {
    padding: 30px 0px 10px 0px;
  }
  .advantage-about__col {
    flex: 1 1 100%;
    max-width: none;
  }
}

.item-advantageabout__ico {
  flex: 0 0 70px;
  max-width: 70px;
  transition: all 0.3s ease 0s;
}
.item-advantageabout__ico img {
  max-width: 100%;
}
.item-advantageabout__text {
  flex: 1 1 100%;
  max-width: none;
  padding: 0px 0px 0px 16px;
  color: #231F20;
  font-size: 16px;
  line-height: 24px;
  transition: all 0.3s ease 0s;
}
.item-advantageabout__text b {
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .item-advantageabout__ico {
    flex: 0 0 50px;
    max-width: 50px;
  }
  .item-advantageabout__text {
    padding: 0px 0px 0px 10px;
    font-size: 14px;
  }
}

a.item-advantageabout .item-advantageabout__text {
  text-decoration: underline;
}
a.item-advantageabout:hover .item-advantageabout__ico {
  opacity: 0.8;
}
a.item-advantageabout:hover .item-advantageabout__text {
  color: #373586;
  text-decoration: none;
}

.lot-about {
  padding: 80px 0px 30px 0px;
}
.lot-about__title {
  margin: 0px 0px 52px 0px;
}
.lot-about__slider {
  padding: 0px 0px 80px 0px;
}
@media (max-width: 991.98px) {
  .lot-about__title {
    margin: 0px 0px 30px 0px;
  }
}
@media (max-width: 767.98px) {
  .lot-about {
    padding: 40px 0px 20px 0px;
  }
  .lot-about__title {
    margin: 0px 0px 16px 0px;
  }
  .lot-about__slider {
    padding: 0px 0px 50px 0px;
  }
}

.partners {
  background: linear-gradient(45deg, #3A3897 44.02%, #6563C6 100%), #F6F6FF;
}
.partners__content {
  padding: 90px 0px 30px 0px;
}
.partners__title {
  margin: 0px 0px 52px 0px;
}
.partners__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -50px;
}
.partners__col {
  flex: 1 1 20%;
  max-width: 20%;
  margin: 0px 0px 50px 0px;
  padding: 0px 50px;
}
.partners__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease 0s;
}
.partners__link:hover {
  opacity: 0.8;
}
.partners__img {
  width: 100%;
  display: block;
}
.partners__img img {
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .partners__content {
    padding: 50px 0px 10px 0px;
  }
  .partners__title {
    margin: 0px 0px 30px 0px;
  }
  .partners__row {
    margin: 0px -20px;
  }
  .partners__col {
    padding: 0px 20px;
    margin: 0px 0px 30px 0px;
  }
}
@media (max-width: 767.98px) {
  .partners__row {
    justify-content: center;
  }
  .partners__col {
    flex: 1 1 25%;
    max-width: 25%;
  }
}
@media (max-width: 479.98px) {
  .partners__col {
    flex: 1 1 33.333%;
    max-width: 33.333%;
  }
}

.data-lot__top_about {
  padding: 16px 0px 0px 0px;
  margin: 0px 0px 32px 0px;
}

.middle-about__block li:before {
  content: "";
  background-color: #000;
}

.contacts__feedback {
  padding: 0px 0px 112px 0px;
}
@media (max-width: 991.98px) {
  .contacts__feedback {
    padding: 0px 0px 80px 0px;
  }
}
@media (max-width: 479.98px) {
  .contacts__feedback {
    padding: 0px 0px 60px 0px;
  }
}

.top-contacts {
  position: relative;
}
.top-contacts__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(45deg, #3A3897 44.02%, #6563C6 100%), #F6F6FF;
}
.top-contacts__container {
  position: relative;
  z-index: 2;
}
.top-contacts__content {
  padding: 48px 0px 156px 0px;
}
.top-contacts__breadcrumbs {
  margin: 0px 0px 52px 0px;
}
.top-contacts__row {
  display: flex;
  margin: 0px -24px;
}
.top-contacts__col {
  flex: 1 1 50%;
  max-width: 50%;
  padding: 0px 24px;
  position: relative;
}
.top-contacts__col:nth-child(1):before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background: #D9D9D9;
  opacity: 0.2;
}
.top-contacts__right {
  padding: 0px 0px 18px 32px;
}
.top-contacts__block:not(:last-child) {
  margin: 0px 0px 24px 0px;
}
.top-contacts__name {
  font-weight: 600;
  font-size: 18px;
  line-height: 34px;
  color: #fff;
}
.top-contacts__link {
  font-size: 18px;
  line-height: 34px;
  color: #fff;
  text-decoration: underline;
}
.top-contacts__link:hover {
  text-decoration: none;
}
.top-contacts__text {
  font-size: 18px;
  line-height: 34px;
  color: #fff;
}
@media (max-width: 991.98px) {
  .top-contacts__content {
    padding: 24px 0px 156px 0px;
  }
  .top-contacts__breadcrumbs {
    margin: 0px 0px 30px 0px;
  }
  .top-contacts__title {
    font-size: 46px;
  }
  .top-contacts__right {
    padding: 0px 0px 18px 0px;
  }
}
@media (max-width: 767.98px) {
  .top-contacts__row {
    flex-wrap: wrap;
  }
  .top-contacts__col {
    flex: 1 1 100%;
    max-width: none;
  }
  .top-contacts__col:nth-child(1) {
    margin: 0px 0px 30px 0px;
  }
  .top-contacts__col:nth-child(1):before {
    content: "";
    display: none;
  }
  .top-contacts__right {
    text-align: center;
  }
}
@media (max-width: 479.98px) {
  .top-contacts__content {
    padding: 20px 0px 140px 0px;
  }
  .top-contacts__title {
    font-size: 36px;
  }
  .top-contacts__breadcrumbs {
    margin: 0px 0px 12px 0px;
  }
}

.feedback-contact {
  margin: -108px 0px 0px 0px;
  position: relative;
  z-index: 3;
}
.feedback-contact__content {
  box-shadow: 0px 25px 65px rgba(58, 56, 151, 0.7);
  border-radius: 24px;
  background-color: #fff;
  padding: 40px 40px 24px;
}
.feedback-contact__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -8px;
}
.feedback-contact__col {
  padding: 0px 8px;
  flex: 1 1 50%;
  max-width: 50%;
  margin: 0px 0px 16px 0px;
}
.feedback-contact__inputblock:not(:last-child) {
  margin: 0px 0px 16px 0px;
}
@media (max-width: 767.98px) {
  .feedback-contact__content {
    padding: 20px 16px 12px;
  }
  .feedback-contact__col {
    margin: 0px 0px 8px 0px;
    flex: 1 1 100%;
    max-width: none;
  }
  .feedback-contact__inputblock:not(:last-child) {
    margin: 0px 0px 8px 0px;
  }
}

.page_notfound {
  display: flex;
  flex-direction: column;
}

.notfoundpage {
  flex: 1 1 auto;
  position: relative;
  padding: 120px 0px;
  display: flex;
  flex-direction: column;
}
.notfoundpage__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.notfoundpage__container {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}
.notfoundpage__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.notfoundpage__ico {
  height: 368px;
  width: 100%;
  margin: 0px 0px 52px 0px;
}
.notfoundpage__title {
  margin: 0px 0px 16px 0px;
  text-align: center;
}
.notfoundpage__text {
  font-size: 18px;
  line-height: 34px;
  margin: 0px 0px 24px 0px;
  text-align: center;
}
@media (max-width: 1222px) {
  .notfoundpage {
    padding: 80px 0px;
  }
}
@media (max-width: 991.98px) {
  .notfoundpage {
    padding: 60px 0px;
  }
  .notfoundpage__ico {
    height: 270px;
  }
}
@media (max-width: 767.98px) {
  .notfoundpage {
    padding: 30px 0px;
  }
  .notfoundpage__ico {
    height: 200px;
  }
  .notfoundpage__title {
    margin: 0px 0px 10px 0px;
  }
  .notfoundpage__text {
    margin: 0px 0px 30px 0px;
    font-size: 14px;
    line-height: 20px;
  }
}

.page {
  flex: 1 1 auto;
}

#wait_comp_924c53bec6c441dc948aa1d362d7f271,
#wait_comp_f261df6f3a4fa9a0029a04c989b258b9,
#wait_comp_09d75b18f23dbaf339a253b0fa076ffd,
#wait_comp_79a50d0cbf2462b9fa558a5229542bdb,
#wait_comp_c5330bccd0ac0bf477aa849ee3250e81 {
    display: none !important;
}