
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@700&display=swap");
:root {
  --font-family: "Roboto", sans-serif;
  /*--content-width: 1170px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));*/
  --light-color: #fff;
  --text-grey:#536173;
  --text-light-grey:#8BA1BD;
  --text-white:#fff;
  --text-blue:#0671c3;
  --text-black:#333;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
/*@include font-face("Montserrat", "../fonts/Montserrat-Regular", 400, normal);
@include font-face("Montserrat", "../fonts/Montserrat-SemiBold", 600, normal);
@include font-face("Montserrat", "../fonts/Montserrat-Bold", 700, normal);
@include font-face("Montserrat", "../fonts/Montserrat-ExtraBold", 800, normal);*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.grecaptcha-badge{display:none !important;}

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  color: var(--text-black);
  -webkit-text-size-adjust: 100%;
}

.page__body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  font-size: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

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

.page__section {
  padding: 90px 0;
}

.page__footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1350px;
  }
}
.row-container {
  overflow: hidden;
}

/*img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}*/

a {
  text-decoration: none;
  color: inherit;
}

.as-link {
  text-decoration: underline;
  color: #ec6502;
  cursor: pointer;
}
.as-link:hover {
  text-decoration: none;
}

.link-out {
  border:none;
  background:none;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #EC6502;
  border-bottom: 1px dotted #EC6502;
  text-decoration: none;
  cursor:pointer;
  padding-bottom: 2px;
}
.link-out:hover {
  border-bottom-color: transparent;
}
.link-out:after {
  content: "";
  width: 1em;
  height: 1em;
  margin-left: 5px;
  background: url(/img/link.svg) no-repeat 50% 100%/90% auto;
  opacity:0.7;
}

.site-container {
  overflow: hidden;
}

.is-hidden {
  display: none !important;
  /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

/*.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}*/
.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

/* title */
.title {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 30px;
  margin-top: 60px;
  font-family: "Roboto Slab";
}

.title:first-child {
  margin-top: 0;
}

.title--main {
  margin-bottom: 60px;
  margin-top: 30px;
}

.title--center {
  text-align: center;
}

.title--bg {
  position: relative;
  margin-bottom: 90px;
  margin-top: 30px !important;
}
.title--bg:before {
  content: "";
  margin-bottom: 37px;
  z-index: 1;
  position: relative;
  display: block;
  width: 3px;
  height: 80px;
  background: #ec6502;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

@media (max-width: 575.98px) {
  .title {
    font-size: 24px;
  }
  
  .section_article-title h1 {
    font-size: 24px !important;
  }

  .title--main {
    margin-bottom: 30px;
  }

  .title--bg:after {
    width: 250px;
    height: 105px;
  }
}
.bg-wrapper {
  position: relative;
}

.bg-vertical-line {
  position: absolute;
  max-width: 1225px;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
/*.bg-vertical-line:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -o-linear-gradient(left, #efefef 1px, transparent 0);
  background: linear-gradient(to right, #efefef 1px, transparent 0);
  background-size: 25% 100% !important;
  border-right: 1px solid #efefef;
}*/

@media (max-width: 1399.98px) {
  .bg-vertical-line:before {
    left: 15px;
    right: 15px;
  }
}
@media (max-width: 1199.98px) {
  .bg-vertical-line:before {
    background-size: 33.333333% 100% !important;
  }
}
@media (max-width: 767.98px) {
  .bg-vertical-line:before {
    background-size: 50% 100% !important;
  }
}
.breadcrumbs {
  font-size: 14px;
}
.breadcrumbs__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumbs__item {
  line-height: 1.5;
  color: #999;
  white-space: nowrap;
}
.breadcrumbs__item a {
  color: #ec6502;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.breadcrumbs__item a:hover {
  color:#D73200;
}
.breadcrumbs__sep {
  color: #999;
  margin: 0 5px;
  font-size:20px;
}
.breadcrumbs__sep:after {
  content: "·";
}

.breadcrumbs--scroll::-webkit-scrollbar {
  display: none;
}

.breadcrumbs--scroll {
  overflow: auto;
}
.breadcrumbs--scroll .breadcrumbs__item:last-child {
  padding-right: 15px;
}

.breadcrumbs__item:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width:992px){
  .breadcrumbs__item:last-child {
    overflow: unset;
    text-overflow: unset;
  }
}

.social__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.social__title {
  font-size: 12px;
  color: var(--text-light-grey);
  margin-bottom: 20px;
}
.social__item {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  background: no-repeat 50% 50%/100% auto;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.social__item:hover{
  transform:scale(0.95);
}
.social__item--vk {
  background-image: url(/img/vk.svg);
}
.social__item--max {
  background-image: url(/img/max.svg);
}
.social__item--yandex {
  background-image: url(/img/auth-yandex.svg);
}
.social__item--ok {
  background-image: url(/img/auth-ok.svg);
}
.social__item--google {
  background-image: url(/img/auth-google.svg);
}
.social__item--mail {
  background-image: url(/img/auth-mail.svg);
}
.social__item--whatsapp {
  background-image: url(/img/whatsapp.svg);
}
.social__item--telegram {
  background-image: url(/img/telegram.svg);
}
.social__item:last-child {
  margin-right: 0;
}

/* fields */
.row-padding-7_5 {
  margin: -7.5px;
}
.row-padding-7_5 > .col, .row-padding-7_5 > [class*=col-] {
  padding: 7.5px;
}

.row-padding-10 {
  margin: -10px;
}
.row-padding-10 > .col, .row-padding-10 > [class*=col-] {
  padding: 10px;
}

.row-padding-2_5 {
  margin: -2.5px;
}
.row-padding-2_5 > .col, .row-padding-2_5 > [class*=col-] {
  padding: 2.5px;
}

.row-padding-7_5-10 {
  margin: -7.5px -10px;
}
.row-padding-7_5-10 > .col, .row-padding-7_5-10 > [class*=col-] {
  padding: 7.5px 10px;
}

.row-padding-7_5-20 {
  margin: -7.5px -20px;
}
.row-padding-7_5-20 > .col, .row-padding-7_5-20 > [class*=col-] {
  padding: 7.5px 20px;
}

.row-padding-0-15 {
  margin: 0 -15px;
}
.row-padding-0-15 > .col, .row-padding-0-15 > [class*=col-] {
  padding: 0 15px;
}

.row-padding-10-15 {
  margin: -10px -15px;
}
.row-padding-10-15 > .col, .row-padding-10-15 > [class*=col-] {
  padding: 10px 15px;
}

.row-padding-10-20 {
  margin: -10px -20px;
}
.row-padding-10-20 > .col, .row-padding-10-20 > [class*=col-] {
  padding: 10px 20px;
}

.row-padding-15-30 {
  margin: -15px -30px;
}
.row-padding-15-30 > .col, .row-padding-15-30 > [class*=col-] {
  padding: 15px 30px;
}

.row-padding-30-15 {
  margin: -30px -15px;
}
.row-padding-30-15 > .col, .row-padding-30-15 > [class*=col-] {
  padding: 30px 15px;
}

.row-padding-15 {
  margin: -15px;
}
.row-padding-15 > .col, .row-padding-15 > [class*=col-] {
  padding: 15px;
}

.row-padding-5 {
  margin: -5px;
}
.row-padding-5 > .col, .row-padding-5 > [class*=col-] {
  padding: 5px;
}

.row-padding-30 {
  margin: -30px;
}
.row-padding-30 > .col, .row-padding-30 > [class*=col-] {
  padding: 30px;
}

.row-padding-10-7_5 {
  margin: -10px -7.5px;
}
.row-padding-10-7_5 > .col, .row-padding-10-7_5 > [class*=col-] {
  padding: 10px 7.5px;
}

.row-padding-7_5-15 {
  margin: -7.5px -15px;
}
.row-padding-7_5-15 > .col, .row-padding-7_5-15 > [class*=col-] {
  padding: 7.5px 15px;
}

.row-padding-7_5-30 {
  margin: -7.5px -30px;
}
.row-padding-7_5-30 > .col, .row-padding-7_5-30 > [class*=col-] {
  padding: 7.5px 30px;
}

.form__container {
  max-width: 655px;
  margin: 0 auto;
  padding: 30px 0;
}

.form__container:first-child {
  padding-top: 0;
}

.form__container:last-child {
  padding-bottom: 0;
}

.form__info {
  background: #f4f8ff;
  padding: 20px;
  border-radius: 5px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}
.form__info .icon {
  margin-right: 10px;
  width: 13px;
  height: 13px;
}
.form__info a {
  color: var(--text-blue);
}

.agreement a {
  color: var(--text-blue);
}

.form-group .control-label {
  display: block;
  color: var(--text-light-grey);
  font-size: 12px;
  margin-bottom: 10px;
}

.form-group.required .control-label:after {
  content: " *";
}

button[type=submit] {
  cursor: pointer;
}

::-moz-placeholder {
  color: #8ba1bd;
}

::placeholder, ::-moz-placeholder, ::-webkit-input-placeholder {
  color: #8ba1bd;
}

input[type=text],
input[type=password],
input[type=phone],
input[type=email],
select,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  height: 47px;
  border: 1px solid #D3DCE9;
  padding: 0 20px;
  border-radius: 10px;
  outline: 0;
  font-family: var(--font-family, sans-serif);
}

textarea {
  height: auto;
  padding: 15px 20px;
  vertical-align: top;
}

.form-group input[type=text],
.form-group input[type=password],
.form-group input[type=phone],
.form-group input[type=email],
.form-group textarea {
  width: 100%;
  font-size: 16px;
}

.form-group textarea {
  max-width: 100%;
  min-width: 100%;
}

.form-group select {
  font-size: 16px;
}

.form-group input:autofill, .form-group input:-webkit-autofill {
  background: none;
}

.form-group.has-error .help-block {
  margin-top: 10px;
  color: #f6652c;
  font-size: 12px;
}

.form-group.has-error > input[type=text],
.form-group.has-error > input[type=password],
.form-group.has-error > input[type=phone],
.form-group.has-error > input[type=email],
.form-group.has-error > textarea,
.form-group.has-error > .select select,
.form-group.has-error > .input-postfix,
.form-group.has-error > .input-affix {
  border: 1px solid #f6652c;
}

input[type=text]:disabled,
input[type=password]:disabled,
input[type=phone]:disabled,
input[type=email]:disabled,
textarea:disabled,
.input-postfix.disabled {
  background: #F3F3F3;
  cursor: default;
}

.select {
  --width-arrow:62px;
  --height-arrow:8px;
  position: relative;
  z-index: 2;
}
.select:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  z-index: -1;
  height: 100%;
  width: var(--width-arrow);
  background: url(/img/select-arrow.svg) no-repeat 50% 50%/auto var(--height-arrow);
}
.select select {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  background: transparent;
  z-index: 2;
  height: 70px;
  border: 1px solid #DFDFDF;
  padding: 0 var(--width-arrow) 0 20px;
  border-radius: 10px;
}
.select select:disabled {
  background: rgba(0, 0, 0, 0.05);
  color: #222;
  opacity: 1;
}

.input-affix {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  border-radius: 10px;
  border: 1px solid #DFDFDF;
  background: #fff;
  height: 70px;
}

.input-affix__input {
  border: none;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.input-affix__input input {
  padding: 0;
  border: none;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.input-affix__prefix {
  margin-right: 9px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
  color: var(--text-light-grey);
}
.input-affix__postfix {
  margin-left: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
  color: var(--text-light-grey);
}

.input-affix--textarea {
  height: auto;
  padding: 0;
  overflow: hidden;
}

.input-affix--textarea .input-affix__postfix {
  position: absolute;
  top: 25px;
  right: 20px;
}

.input-affix textarea {
  border: none;
  width: 100%;
  padding: 24px 20px;
  max-width: 100%;
  max-height: 100%;
  resize: none;
  line-height: 1.25;
}

.input-affix .icon-passwd-hide,
.input-affix .icon-passwd-show {
  width: 21.5px;
  height: 17px;
  background-size: 100% auto;
}

.input-affix .icon-passwd-show {
  height: 20px;
}

.input-affix .icon {
  height: 20px;
  margin: 0;
}

.input-affix .icon-profile {
  width: 17px;
}

.input-affix .icon-phone {
  width: 20px;
}

.input-affix .icon-email {
  width: 22px;
}

.input-affix .icon-message {
  width: 20px;
}

.input-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-tab__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-left: -1px;
}
.input-tab__item input {
  display: none;
}
.input-tab__item input:checked + .input-tab__label {
  background: #f4f8ff;
  border: 1px solid #2175f2;
  color: var(--text-blue);
  z-index: 1;
}
.input-tab__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #D3DCE9;
  min-height: 47px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.input-tab__item:first-child {
  margin: 0;
}
.input-tab__item:first-child .input-tab__label {
  border-radius: 10px 0 0 10px;
}
.input-tab__item:last-child .input-tab__label {
  border-radius: 0 10px 10px 0;
}

.show-password__btn {
  cursor: pointer;
}

/*.radio-list_inline,*/
.checkbox-list_inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 37px;
}

.checkbox-list_inline .checkbox-item, .radio-list_inline .radio-item {
  padding-top: 0;
  min-height: unset;
}

.checkbox-list_inline, .radio-list_inline {
  padding-top: 12px;
}

.checkbox-list .checkbox-item {
  padding-top: 0;
  min-height: unset;
}

.checkbox-list .checkbox-item:not(:last-child) {
  margin-bottom: 10px;
}

.checkbox-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 37px;
  padding-top: 12px;
}

.radio-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-item .checkbox {
  margin-right: 15px;
}

.checkbox-item input:checked + .checkbox {
  background: #0671c3;
  border: none;
}

.checkbox-item input:checked + .checkbox:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/img/checkbox.svg) no-repeat 50% 50%/16px auto;
}

.checkbox-item input, .radio-item input {
  display: none;
}

.checkbox {
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #D3DCE9;
  margin-right: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.checkbox-name {
  padding-top: 2px;
}

.checkbox-name, .radio-name {
  font-size: 14px;
  line-height: 1.5;
}

.radio {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #ddd;
  margin-right: 5px;
  position: relative;
}

.radio-item input:checked + .radio {
  border-color: #FECF03;
  background: #FECF03;
}

.radio-item input:checked + .radio:after {
  content: "";
  background: #fff;
  border-radius: 50%;
  position: absolute;
  width: 6px;
  height: 6px;
  left: 50%;
  top: 50%;
  margin-left: -3px;
  margin-top: -3px;
}

.checkbox-item.disabled :not(:checked) + .checkbox {
  background: #F3F3F3;
}

.input-value {
  min-height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-group .hint-block {
  font-size: 14px;
  color: var(--text-light-grey);
  line-height: 1.5;
  margin-top: 15px;
}

.form-group__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -2.5px -5px;
}

.form-group__inner .form-group__input,
.form-group__inner .hint-block {
  padding: 2.5px 5px;
}

.form-group__inner .hint-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cart-inn-hint .hint-block {
  max-width: 180px;
}

.cart-inn-hint .form-group__input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 270px;
}

/*.field-attach-remove {display:none;}*/
.field-attach-progress {
  display: none;
}

.field-attach-progress {
  margin-left: 10px;
}

.field-attach-file.error {
  border-color: #C03636;
}

.short-file__errors {
  font-size: 12px;
}

.short-file__errors p, .short-file__errors p:not(:last-child) {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #C03636;
}

/* attach */
.attach__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -5px;
}
.attach__container .attach__item {
  padding: 5px;
  width: 133px;
}

.attach__item-inner {
  position: relative;
  padding-bottom: 75%;
  border-radius: 5px;
  overflow: hidden;
}
.attach__item-inner img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.attach__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f4f8ff;
  cursor: pointer;
}

.attach__select-icon {
  width: 20px;
  height: 20px;
  background: url(/img/image-action.svg) no-repeat 50% 50%/100% auto;
  margin-bottom: 15px;
}

.attach__select-content {
  color: var(--text-blue);
  font-size: 12px;
}

.input-range__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -7.5px;
}
.input-range__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  padding: 7.5px;
}

.slider-range .slider.ui-widget.ui-widget-content {
  border: none;
  margin-top: 28.5px;
  margin-bottom: 33.5px;
}
.slider-range .slider.ui-slider-horizontal {
  height: 5px;
}
.slider-range .slider.ui-widget-content {
  background: #D3DCE9;
  border-radius: 2.5px;
}
.slider-range .slider .ui-widget-header {
  background: #2175f2;
}
.slider-range .slider .ui-slider-handle {
  width: 21px;
  height: 21px;
  background: -webkit-gradient(linear, left top, left bottom, from(#45adfa), to(#2175f2));
  background: -o-linear-gradient(top, #45adfa 0%, #2175f2 100%);
  background: linear-gradient(180deg, #45adfa 0%, #2175f2 100%);
  border-radius: 10.5px;
  border: none;
  outline: 0;
}
.slider-range .slider .ui-slider-handle {
  top: 50%;
  margin-top: -10.5px;
}
.slider-range .slider-wrapper {
  padding: 0 10.5px;
  margin-top: 28.5px;
  margin-bottom: 33.5px;
  background: #D3DCE9;
  border-radius: 2.5px;
}

/* modal overlay */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  background-blend-mode: normal;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  display: none;
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow: auto;
  padding: 60px 0px 90px 0px;
}

[data-modalForm] {
  cursor: pointer;
}

.modal-loading {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  display: none;
  left: 50%;
  margin-left: -23px;
}

.overlay_loading .modal-loading {
  display: block;
}

.modal-loading .spinner > div {
  background-color: #fff;
  opacity: 0.9;
}

.modal-close {
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: url(/img/modal-close.svg) no-repeat 50% 50%/100% auto;
  position: absolute;
  right: 30px;
  top: -35px;
}

.modal-form {
  max-width: 900px;
  position: relative;
  margin: 0 auto;
  padding: 30px 0 30px 0;
  background: #fff;
  border-radius: 10px;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  -webkit-box-shadow: 0px 10px 40px rgba(44, 18, 0, 0.2);
  box-shadow: 0px 10px 40px rgba(44, 18, 0, 0.2);
  display: none;
  -webkit-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.modal-form.modal-form-open {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}

.modal-header, .modal-content, .modal-footer {
  padding: 0 30px;
}

.modal-form a {
  color: var(--text-blue);
}

.modal-name {
  font-weight: bold;
  font-size: 30px;
  font-family: "Roboto Slab";
}

.modal-header .modal-name {
  margin-bottom: 30px;
}

.modal-form .scrollable {
  margin: 0 -30px;
}

.modal-form .scrollable .tabs {
  padding: 0 30px;
}

.tabs-container .scrollable {
  border-bottom: 1px solid #ddd;
}

.tabs-container .tabs .tab__inner {
  padding-top: 0;
}

/* end modal overlay */

.modal-form .vacancy__form {
  padding:0 30px;
}

.modal-form .vacancy__form .vacancy-title {
  margin:0px;
}

.modal-form .vacancy__form .vacancy-footer {
  padding:30px 0;

}

.modal-form .vacancy__form p {
    margin: 20px 0 !important;
    line-height:1.5
}

.modal-form .vacancy__form ul {
    margin: 20px 0 !important;
    line-height: 1.5;
    padding-left:30px
}

.modal-form .vacancy__form a {
    text-decoration: underline;
    color: #EC6502;
    cursor:pointer
}

.modal-form .vacancy__form a:hover {
    text-decoration:none
}


.modal-form .location {
  font-size: 14px;
  color: var(--text-grey);
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: unset;
  line-height: 1.5;
}
.modal-form .location .icon {
  width: 14px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  height: 16px;
}

.region__item {
  padding: 10px;
  border-radius: 8px;
  color: var(--text-blue);
  cursor: pointer;
}
.region__item--bold {
  font-weight: bold;
}
.region__item--active {
  color: var(--text-grey);
  font-weight: bold;
  background: #f4f8ff;
}

.region-search .icon {
  width: 17px;
  height: 17px;
}

/* btn */
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 61px;
  cursor: pointer;
  border: none;
  outline: 0;
  color: inherit;
  border-radius: 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1em;
  background: #ec6502;
  padding: 0 40px;
  color: var(--text-white);
  font-weight: 700;
  font-size: 16px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
}
.btn:hover{
  background:#D73200;
}
.btn--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.btn__value {
  padding-top: 13px;
  padding-bottom: 13px;
}
.btn--white {
  background: var(--text-white);
  color: var(--text-blue);
  position: relative;
  font-size: 14px;
  -webkit-box-shadow: 0px 1px 3px rgba(44, 18, 0, 0.8);
  box-shadow: 0px 1px 3px rgba(44, 18, 0, 0.8);
}
.btn--wide {
  width: 100%;
}
.btn--big {
  border-radius: 10px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 18px;
}

/* end btn */
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--text-grey);
}
.nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav__notif {
  position: relative;
  top: -8px;
  right: -8px;
}

.circle {
  min-width: 16px;
  height: 16px;
  background: #fff;
  color: #fff;
  font-size: 9px;
  text-align: center;
  line-height: 16px;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  border-radius: 8px;
}
.circle:before {
  z-index: -1;
  content: "";
  position: absolute;
  right: 1px;
  top: 1px;
  left: 1px;
  bottom: 1px;
  background: #f6652c;
  border-radius: 7px;
}

.profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.profile__state {
  position: relative;
}
.profile__notif {
  position: absolute;
  top: -3px;
  right: -3px;
}
.profile__img {
  overflow: hidden;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.profile__img img {
  width: 100%;
}
.profile--header .profile__img {
  width: 47px;
  height: 47px;
  border: 1px solid #fff;
  position: relative;
}
.profile .dropdown {
  right: 0;
  top: 100%;
  margin-top: 15px;
  white-space: nowrap;
  min-width: 250px;
}
.profile__content {
  margin-left: 15px;
}
.profile__online {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  background: #4BB34B;
  position: absolute;
  bottom: 1px;
  right: 2px;
  border-radius: 50%;
}
.profile__name {
  color: var(--text-blue);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 5px;
}
.profile__name a {
  font-weight: normal;
}
.profile__rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.profile__rate .icon {
  margin-left: 7px;
  width: 14px;
  height: 14px;
}
.profile__rate, .profile__review {
  font-size: 14px;
  color: var(--text-grey);
}

.header-mobile.open .profile__notif {
  background: #fff;
}

.page__header--main .profile__notif {
  background: #c2e8ff;
}

@media (max-width: 991.98px) {
  .profile--header {
    margin-left: 15px;
    position: relative;
  }
  .profile--header .profile__img {
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
  }
  .profile--header .profile__notif {
    right: -5px;
    top: -5px;
  }
}
.icon {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  margin-right: 10px;
}

.icon-location {
  background-image: url(/img/region.svg);
}

.icon-favorite {
  background-image: url(/img/favorite-blank.svg);
}

.icon-favorite.icon--blue {
  background-image: url(/img/favorite-blue-blank.svg);
}

.icon-favorite.icon--yellow.icon--filled {
  background-image: url(/img/rating-yellow.svg);
}

.icon-clock {
  background-image: url(/img/time_head.svg);
}

.icon-clock.icon--red {
  background-image: url(/img/time_item.svg);
}

.icon-refresh {
  background-image: url(/img/show-more.svg);
}

.icon-filter {
  background-image: url(/img/filter.svg);
}

.icon-item {
  background-image: url(/img/lk-items.svg);
}

.icon-settings {
  background-image: url(/img/lk-settings.svg);
}

.icon-logout {
  background-image: url(/img/lk-logout.svg);
}

.icon-review {
  background-image: url(/img/lk-reviews.svg);
}

.icon-profile {
  background-image: url(/img/name_form.svg);
}

.icon-phone {
  background-image: url(/img/phone_form.svg);
}

.icon-email {
  background-image: url(/img/email_form.svg);
}

.icon-message {
  background-image: url(/img/message_form.svg);
}

.icon-map {
  background-image: url(/img/show-map-icon.svg);
}

.icon-more {
  background-image: url(/img/show-more-card.svg);
}

.icon-object {
  background-image: url(/img/location_review.svg);
}

.icon-booking {
  background-image: url(/img/time_item.svg);
}

.icon-date {
  background-image: url(/img/calendar.svg);
}

.icon-search {
  background-image: url(/img/search-grey.svg);
}

.icon-search.icon--blue {
  background-image: url(/img/search-blue.svg);
}

.icon-passwd-show {
  background-image: url(/img/password-hide.svg);
}

.icon-passwd-hide {
  background-image: url(/img/password-show.svg);
}

.icon-info.icon--blue {
  background-image: url(/img/info-blue.svg);
}

.icon-info.icon--orange {
  background-image: url(/img/info-orange.svg);
}

.icon-list.icon--blue {
  background-image: url(/img/sort.svg);
}

.icon-map.icon--blue {
  background-image: url(/img/map.svg);
}

.icon-view {
  background-image: url(/img/views.svg);
}

.catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
.catalog__map {
  padding: 20px;
  background: #FEF9F2;
}
.catalog__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.catalog--col-4 .catalog__item {
  width: 25%;
}
.catalog--col-3 .catalog__item {
  width: 33.333333%;
}
.metro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.metro__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  white-space: nowrap;
  line-height: 1.5;
}
.metro__icon {
  width: 18px;
  height: 14px;
  margin-right: 10px;
}
.metro__icon svg {
  height: auto;
  width: 100%;
}
.metro__name {
  color: #666;
  padding-right: 15px;
}
.metro__distance {
  color: #999;
  position: relative;
  padding-left: 15px;
  margin-left: -15px;
}
.metro__distance::before {
  content: "·";
  font-size:20px;
  text-align: center;
  position: absolute;
  width: 15px;
  top: 50%;
  left: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.metro--orange path {
  fill: #F5821E;
}
.metro--blue path {
  fill: #0078C0;
}
.metro--green path {
  fill: #48B85E;
}
.metro--red path {
  fill: #DA2028;
}
.metro--violet path {
  fill: #8D479C;
}

.card {
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  padding: 5px;
  -webkit-box-shadow: 0px 10px 30px rgba(44, 18, 0, 0.05);
  box-shadow: 0px 10px 30px rgba(44, 18, 0, 0.05);
}
.card__content {
  padding: 0 15px 15px;
}
.card__content-top {
  min-height: 70px;
  margin-bottom: 15px;
}
.card__address {
  color: #666;
  font-size: 14px;
  margin-bottom: 15px;
}
.card__metro {
  color: #7d8c98;
  font-size: 12px;
  line-height: 1.25;
}
.card__img {
  display: block;
  margin-bottom: 15px;
  position: relative;
}

.card .card_img-inner {
  background: #fce9da;
  position: relative;
  width: 100%;
  padding-bottom: 66.666666%;
  border-radius: 12px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.card .card_img-inner img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: top;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.card-circle .card_img-inner img {
  max-width: unset;
  left: -50%;
}
.card .card_img-inner img:hover {
 transform: scale(1.04);
}
.card__name {
  display: block;
  color: #ec6502;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  min-height: 48px;
  line-height:1.5;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.card__name:hover {
  color:#D73200;
}
.card__price {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  background-blend-mode: normal;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: 7px;
  font-size: 12px;
  color: #fff;
  padding: 6px 10px;
  right: 15px;
  bottom: 15px;
}
.card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.param {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #999;
}
.param__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 14px;
  margin-right: 6px;
}
.param__icon--people {
  background: url(/img/people.svg) no-repeat 50% 50%/100% auto;
  width: 17.5px;
}
.param__icon--floor {
  background: url(/img/floor.svg) no-repeat 50% 50%/100% auto;
  width: 10.5px;
}
.param__icon--square {
  background: url(/img/square.svg) no-repeat 50% 50%/100% auto;
  width: 14px;
}
.param__icon--address {
  background: url(/img/address.svg) no-repeat 50% 50%/100% auto;
  width: 14px;
}

@media (max-width: 1199.98px) {
  .catalog__filter {
    position: fixed;
    margin-right: 0;
    top: 0;
    left: 0;
    height: 100%;
    background: #fff;
    padding: 15px;
    max-width: 290px;
    z-index: 11;
    overflow: auto;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  .catalog__filter.open {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .catalog__filter .filter__group {
    border: none !important;
  }

  .catalog__filter .filter__item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .catalog__filter .filter__item:first-child {
    padding-top: 0;
  }

  .widget--filter {
    display: none;
  }
}
/* РїРѕР»РѕСЃР° РїСЂРѕРєСЂСѓС‚РєРё (СЃРєСЂРѕР»Р»Р±Р°СЂ) */
.filter__content::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #c8d7e3;
  border-radius: 3px;
}

/* РїРѕР»Р·СѓРЅРѕРє СЃРєСЂРѕР»Р»Р±Р°СЂР° */
.filter__content::-webkit-scrollbar-thumb {
  background-color: #7d8c98;
  border-radius: 3px;
  cursor: pointer;
}

.filter__content::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}

.catalog__item:not(:last-child) {
  margin-bottom: 30px;
}

.btn-catalog {
  height: 46px;
  background: #f6f6f6;
  border-radius: 13px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #666;
  font-size: 14px;
}
.btn-catalog .icon {
  width: 12px;
  height: 12px;
  margin-right: 7px;
}

.btn-more {
  margin-top: 30px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn-more:hover, .btn-catalog:hover{
  background-color:#E2E2E2;
}

.btn-filter {
  display: none;
}

.btn-catalog.btn-filter {
  margin-bottom: 30px;
  max-width: 100%;
}

@media (max-width: 1199.98px) {
  .btn-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1199.98px) {
  .catalog--col-3 .catalog__item {
    width: 50%;
  }

  .catalog--col-4 .catalog__item {
    width: 33.333333%;
  }
}
@media (max-width: 991.98px) {
  .catalog--col-4 .catalog__item {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .catalog .catalog__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .catalog--col-4 .catalog__item {
    width: 100%;
    max-width: 333px;
  }

  .catalog--col-3 .catalog__item {
    width: 100%;
    max-width: 333px;
  }
}
.catalog__filter-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  background-blend-mode: normal;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  z-index: 10;
  display: none;
}

.catalog__filter {
  width: 318px;
  margin-right: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.catalog__filter .btn {
  width: 100%;
}
.catalog__filter .filter__name {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
.catalog__filter .filter__item {
  margin-bottom: 40px;
}
.catalog__filter .filter__item:last-child {
  margin-bottom: 0px;
}
.catalog__filter .filter__content > div:not(:last-child) {
  margin-bottom: 15px;
}

.widget--filter {
  margin-bottom: 30px;
}

.widget--filter .form-yellow {
  height: 380px;
}

.catalog__header {
  margin-bottom: 40px;
  position: relative;

}
.catalog__header p {
  line-height: 1.5;
  margin: 30px 0;
}

.textpage__content{
    font-size:16px;
    color:#666;
    max-width:900px;
    margin:0 auto;
    padding-bottom: 60px;
}

.textpage__content h2{
    font-size:24px;
    color:#333;
    margin: 20px 0 !important;
    line-height:1.5
}

.textpage__content p {
    margin: 20px 0 !important;
    line-height:1.5
}

.textpage__content ul, .textpage__content ol {
    margin: 20px 0 !important;
    line-height: 1.5;
    padding-left:30px
}

.textpage__content a {
    text-decoration: underline;
    color: #EC6502;
    cursor:pointer
}

.textpage__content a:hover {
    text-decoration:none
}

.textpage__content img {
    width:100%;
}



.catalog__text {
    font-size: 14px;
    color:#666;
}

.catalog__text p {
    margin: 10px 0 !important;
    line-height:1.5
}

.catalog__text ul {
    margin: 10px 0 !important;
    line-height: 1.5;
    padding-left:30px
}

.catalog__text a {
    text-decoration: underline;
    color: #EC6502;
    cursor:pointer
}

.catalog__text a:hover {
    text-decoration:none
}

.catalog__info {
  padding-top: 10px;
}

.tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f6f6f6;
  height: 36px;
  padding: 10px 15px 10px 10px;
  border-radius: 18px;
  color: #666;
  font-size: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
-webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.tag:not(.tag--active):hover {
  background: #eee;
}
.tag__mark {
  margin-right: 10px;
}
.tag__input {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #b0b0b0;
  background: #fff;
  position: relative;
}
.tag__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  line-height: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tag__img {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: -7px 0 -7px -7px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 10px rgba(44, 18, 0, 0.15);
  box-shadow: 0 3px 10px rgba(44, 18, 0, 0.15);
}
.tag__img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.tag--active {
  color: #ec6502;
  border: 1px solid #ec6502;
  background: #fff;
}
.tag--active .tag__input {
  border-color: #ec6502;
}
.tag--active .tag__input:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ec6502;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.tag .metro__name {
  padding: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.filter__more {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #999;
  font-size: 14px;
}
.filter__more-icon {
  display: block;
  width: 17px;
  height: 12px;
  background: url(/img/show-more-list.svg) no-repeat 50% 50%/100% auto;
  margin-right: 7px;
}

@media (max-width: 1199.98px) {
  .catalog__info {
    padding-top: 0;
  }
}
.catalog__count {
  color: var(--text-light-grey);
}

.catalog__sort,
.catalog__map {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--text-blue);
  font-weight: 600;
  border-radius: 10px;
  padding: 10px 30px;
  background: #FEF9F2;
  background-image: url(/img/minimap-bg.jpg);
  background-size: cover;
  cursor: pointer;
}
.catalog__sort .btn,
.catalog__map .btn {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.7);
  background-blend-mode: normal;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  color: #ec6502;
  font-weight: 500;
  font-size: 14px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.catalog__map .btn:hover{
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.catalog__sort .icon,
.catalog__map .icon {
  width: 14px;
  height: 14px;
  margin-right: 7px;
}
.catalog__sort .dropdown,
.catalog__map .dropdown {
  top: 100%;
  margin-top: 10px;
  left: 0;
}

.catalog__map .icon {
  width: 16px;
}

.title--catalog {
  margin: 0;

}

.menu--filter {
  margin-top: -10px;
  margin-bottom: -10px;
}
.menu--filter .nav {
  color: var(--text-blue);
  font-weight: bold;
}
.menu--filter .nav .nav {
  font-weight: normal;
  padding-left: 15px;
}
.menu--filter .nav__item--active {
  color: var(--text-grey);
  background: #F4F8FF;
}

.catalog__filter .input-range {
  font-size: 14px;
}

.review__header{
  margin-top:40px;
  margin-bottom:40px;
}

.title--review {
    margin:0;
}

.review__content{
    padding-bottom:80px;
}

.card--review {
  padding: 40px;
  padding-bottom:20px;
  overflow: unset;
}
.card--review .card__top {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.card--review .card-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.card--review .card-profile .card__name-circle {
  height: 19px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 19px;
  border-radius: 50%;
  background: url(/img/user-review.svg) no-repeat 50% 50%/100% auto;
  margin-right: 10px;
  color: #fff;
}
.card--review .card-profile .card__reply-circle {
  height: 19px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 19px;
  border-radius: 50%;
  background: url(/img/review-flathome.svg) no-repeat 50% 50%/100% auto;
  margin-right: 10px;
  color: #fff;
}
.card--review .card-profile .card__name-vk {
  height: 19px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 19px;
  border-radius: 50%;
  background: url(/img/vk.svg) no-repeat 50% 50%/100% auto;
  margin-right: 10px;
  color: #fff;
}
.card--review .card-profile .card__name {
  font-weight: 600;
  margin: 0;
  min-height: 0;
  font-size: 16px;
  font-weight: 400;
  color: #999;
}
.card--review .card__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  color: #999;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.card--review .card__date .icon {
  width: 17px;
  height: 19px;
}
.card--review .card__content {
  padding: 0;
  color: #666;
  font-size: 16px;
  line-height: 1.5;
}
.card--review .card__bottom {
  margin-top: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: space-between;
}
.card--review .card__object {
  
  display: -webkit-box;
display: -ms-flexbox;
display: inline-flex;
flex: 1;
padding-right: 10px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;

text-decoration: underline;
min-width: 240px;
margin-bottom:20px;
  
  color:#999;
}
.card--review .review__apart-name{
    text-overflow:ellipsis;overflow:hidden;white-space:nowrap;
}

.card--review .review__reply{
    
    background-color:#F7F7F7;
    border-radius:0 20px 20px 20px;
    margin:20px auto;
    padding:30px;
    
}

.card--review .card__object .icon {
  width: 22px;
  height: 18px;
}
.card--review .card__object:hover {
  text-decoration: none;
}
.card--review .card__bottom--mobile {
  display: none;
}
.card--review .card__bottom--mobile .card__date {
  margin-top: 15px;
}

.review__content .card--review{
    box-shadow:unset;
    border:1px solid #DFDFDF;
    margin-bottom:30px;
}

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

.rating__item {
  width: 19px;
  height: 19px;
  background: url(/img/star-grey.svg) no-repeat 50% 50%/auto 100%;
  margin-right: 5px;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.rating__item:last-child {
  margin-right: 0;
}

.rating__item--filled {
  background: url(/img/star.svg) no-repeat 50% 50%/auto 100%;
}
.modal-content .rating__item, .modal-content .rating__item--filled {
  width: 30px;
  height: 30px;
  cursor:pointer;
}
.modal-content .rating__item:hover {
  cursor:pointer;
  opacity:0.8;
}

.title--product {
  margin-top: 7px;
  margin-bottom: 18px;
}

.product__header {
  margin: 40px 0;
}
.product__header .param {
  font-size: 16px;
}
.product__header .param__icon {
  width: 19px;
  height: 19px;
  margin-right: 10px;
}
.product__header .metro__icon {
  width: 22px;
  height: 19px;
}

.product-img {
  margin-bottom: 40px;
}

.product-img .btn {
  display: block;
  position: absolute;
  left: 8px;
  top: 8px;
  right: 8px;
  bottom: 8px;
}

.product-img__item {
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 66.666666%;
  background-position: 50% 50%;
  background: #fce9da;
  position: relative;
}

.product-img__more:hover,.product-img__item:hover{
  cursor:pointer;
}

.product-img__item img {
  width: 100%;
  position: absolute;
}

.product-img__left {
  width: 50.18%;
}

.product-img__right {
  width: 49.82%;
}

.product-img__left-video {
  width: 54%;
}

.product-img__right-video {
  width: 46%;
}

.product-img__item--video {
  height: 100%;
}

.product-img__more {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.product-img__icon {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.5) url(/img/play.svg) no-repeat 55% 50%/auto 22px;
  background-blend-mode: normal;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.product-img__icon:hover {
  background: rgba(0, 0, 0, 0.6) url(/img/play.svg) no-repeat 55% 50%/auto 22px;
  transform:scale(1.1);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

@media (max-width: 575.98px) {
  .product-img__more {
    font-size: 12px;
  }

  .product-img__icon {
    width: 60px;
    height: 60px;
    background-size: 16px auto;
  }
}
@media (max-width: 991.98px) {
    
  .product-img__left {
    width: 100%;
  }

  .product-img__right {
    width: 100%;
  }
  
  .product-img__left-video {
    width: 100%;
  }

  .product-img__right-video {
    width: 100%;
  }

  .product-img .row-padding-5 {
    margin: -2.5px;
  }
  .product-img .row-padding-5 > [class*=col-] {
    padding: 2.5px;
  }
}
.product__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product__grid .product__right {
  width: 321px;
  margin-left: 30px;
}
.product__grid .product__right .param {
  margin: 0;
  font-size: 16px;
  color: #666;
}
.product__grid .product__right .param__icon {
  height: 17px;
  margin-right: 10px;
  background-size: auto 100%;
}
.product__grid .product__right .param__icon--people {
  width: 21px;
}
.product__grid .product__right .param__icon--floor {
  width: 21px;
}
.product__grid .product__right .param__icon--square {
  width: 21px;
}
.product__grid .product__right .param__icon--address {
  width: 21px;
}
.product__grid .product__left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page__section--product {
  padding-top: 0 !important;
}

.product__price {
  border-radius: 15px;
  padding: 40px;
  background: #f6f6f6;
}
.product__price-value {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}
.product__price .product__btn {
  margin-top: 40px;
}

.product-img__images {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 6px 10px;
  border-radius: 7px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: rgba(0, 0, 0, 0.5);
  background-blend-mode: normal;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.product-img__images:before {
  content: "";
  display: block;
  width: 21px;
  height: 19px;
  background: url(/img/images.svg) no-repeat 50% 50%/auto 100%;
  margin-right: 10px;
}
.product-img__images:hover {
    background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.label-small {
  display: none;
}

@media (max-width: 1199.98px) {
  .label-small {
    display: block;
  }

  .label-large {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .label-small {
    display: none;
  }

  .label-large {
    display: block;
  }
}
@media (max-width: 767.98px) {
    .card--review .review__apart-name{
    text-overflow:unset;overflow:unset;white-space:unset;
}
  .label-small {
    display: block;
  }

  .label-large {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .label-small {
    font-size: 12px;
  }

  .product-img__images {
    bottom: 10px;
    right: 10px;
  }
}
.product-section-title {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin-top: 60px;
  margin-bottom: 30px;
}

.product-description {
  color: #666;
  line-height: 1.5;
  margin-top: -10px;
}

@media (max-width: 991.98px) {
  .product__grid .product__left {
    width: 100%;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .product__grid .product__right {
    width: 100%;
    margin-left: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 40px;
  }

  .product__price .product__btn {
    margin-top: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 30px;
  }

  .product__price-value {
    margin-bottom: 15px;
  }

  .param__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .param__container .param {
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .product__price .product__btn {
    margin-left: 0;
    margin-top: 40px;
  }
}
@media (max-width: 575.98px) {
  .product__price-value {
    margin-bottom: 40px;
  }

  .product__price {
    display: block;
  }
  .product__price .product__btn {
    margin-top: 40px;
    margin-left: 0;
  }
  .product__price .card__price {
    font-size: inherit;
    line-height: normal;
    font-size: 14px;
    margin: 0;
  }
  .product__price .card__price .card__price-value {
    font-size: 22px;
    line-height: normal;
  }

  .param__container .param {
    margin-right: 0;
    width: 100%;
  }
}
.equipment-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #222;
}

.equipment-container:not(:last-child) {
  margin-bottom: 40px;
}

.equipment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  line-height: 1.5;
}

.equipment__icon {
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.equipment__value {
  font-size: 14px;
  color: #666;
}

.product__right .title {
  margin-bottom: 30px;
  margin-top: 45px;
  font-size: 20px;
}
.product__right .title:first-child {
  margin-top: 0;
}

.product__map {
  height: 400px;
  border-radius: 15px;
}

.review-count {
  color: #666666;
  line-height:1.5;
}

.review-header {
  margin-bottom: 30px;
}
.review-header .title {
  margin: 0;
}

.review-wrapper {
  margin-top: 45px;
}

.review-header .product-section-title {margin: 0;}

.review-header .rating {
  margin-top: 5px;
  font-weight: 600;
  font-size: inherit;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  margin-bottom: 2px;
  text-align: right;
}
.review-header .rating:after {
  content: "";
  margin-left: 5px;
  margin-top: -3px;
  width: 16px;
  height: 16px;
  background: url(/img/star.svg) no-repeat 50% 50%/auto 100%;
}

.review-container .card {
  margin-bottom: 30px;
}

.review-container .card__top .card__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.card__rating{
    margin-bottom:20px;
    
}

.review-container .card__top .card__rating .card__date {
  margin-left: 30px;
}

@media (max-width: 767.98px) {
  .review-wrapper .card__top .card__rating {
    display: none;
  }
  .review-wrapper .card__bottom--mobile {
    display: block;
  }

  .page__section--reviews .review-count {
    font-size: 14px;
  }
}
.tag-container {
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  margin-bottom: -15px;
  overflow: hidden;
}
.tag-container .tag__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tag-container .tag__item-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  overflow: hidden;
  background: #666;
  border-radius: 30px;
  -webkit-box-shadow: 0 3px 10px rgba(44, 18, 0, 0.15);
  box-shadow: 0 3px 10px rgba(44, 18, 0, 0.15);
  margin-right: 10px;
}
.tag-container .tag__item-img img {
  width: 100%;
}
.tag-container .tag__item-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #666;
  line-height: 1.5;
  padding-top: 3px;
}
.tag-container .tag__item-distance {
  color: #999;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}

.useful {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.useful__icon {
  height: 40px;
  width: 37px;
  background: url(/img/file-pdf.svg) no-repeat 50% 50%/auto 100%;
  margin-right: 15px;
}
.useful__name {
  color: #666;
}

@media (min-width: 574.99px) {

.slider--card .swiper-slide {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.slider--card .swiper-slide-visible {
  opacity: 1;
}

}

.swiper-pagination-bullet-active {
    background-color:#EC6502;
}

.slider__name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.slider__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  margin-bottom: 30px;
}
.slider .swiper-button-prev,
.slider .swiper-button-next {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: no-repeat 50% 50%/auto 16px;
  margin: 0;
  left: 0;
  border: 2px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.3);
  background-blend-mode: normal;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.slider .swiper-button-prev:hover,
.slider .swiper-button-next:hover{
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.slider .swiper-button-prev:active,
.slider .swiper-button-next:active{
  border: 1px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.8);
}
.slider .swiper-button-prev:after,
.slider .swiper-button-next:after {
  display: none;
}
.slider .swiper-button-prev {
  margin-right: 5px;
  background-image: url(/img/slider-left.svg);
}
.slider .swiper-button-next {
  background-image: url(/img/slider-right.svg);
}
.slider .swiper-button-next.swiper-button-disabled {
  background-image: url(/img/slider-right-grey.svg);
  opacity: 1;
}
.slider .swiper-button-prev.swiper-button-disabled {
  background-image: url(/img/slider-left-grey.svg);
  opacity: 1;
}
.slider .swiper-pagination {
  position: relative;
  bottom: unset !important;
  margin-top: 30px;
}

.slider__name .title--product {
  font-size: 30px;
  font-family: "Roboto Slab";
  font-weight: bold;
  margin: 0;
}

.swiper.slider--review {
  max-width: 1098px;
  padding: 0 54px;
  margin: 0 auto;
  position: relative;
}

.swiper.slider-review {
  max-width: 1098px;
  padding: 0 54px 30px 54px;
}
.swiper.slider-review .swiper-pagination {
  position: relative;
  bottom: unset !important;
  margin-top: 66px;
}
.swiper.slider-review .swiper-slide {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  overflow: unset;
}
.swiper.slider-review .swiper-slide-visible {
  opacity: 1;
}
.swiper.slider-review .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.swiper.slider-review .swiper-button-prev:after,
.swiper.slider-review .swiper-button-next:after {
  display: none;
}
.swiper.slider-review .swiper-button-prev {
  width: 14px;
  height: 24px;
  left: 0;
  background: url(/img/slider-left.svg) no-repeat 50% 50%/auto 100%;
  margin-top: -60px;
}
.swiper.slider-review .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background-image: url(/img/slider-left-grey.svg);
}
.swiper.slider-review .swiper-button-next {
  width: 14px;
  height: 24px;
  right: 0;
  background: url(/img/slider-right.svg) no-repeat 50% 50%/auto 100%;
  margin-top: -60px;
}
.swiper.slider-review .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background-image: url(/img/slider-right-grey.svg);
}

.slider-review .card {
  position: relative;
}
.slider-review .card:after, .slider-review .card:before {
  content: "";
  position: absolute;
  height: 50%;
  -webkit-box-shadow: 0px 10px 30px rgba(44, 18, 0, 0.05);
  box-shadow: 0px 10px 30px rgba(44, 18, 0, 0.05);
  border-radius: 15px;
  background: #fff;
}
.slider-review .card:after {
  left: 35px;
  right: 35px;
  bottom: -36px;
  z-index: -2;
}
.slider-review .card:before {
  left: 15px;
  right: 15px;
  bottom: -18px;
  z-index: -1;
}

@media (max-width: 575.98px) {
  .slider__name {
    font-size: 24px;
  }

  .swiper.slider-review {
    padding: 0 15px 30px 15px;
    margin: 0 -15px;
  }
}
#sidebar {
  width: 100%;
}

.sidebar__inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}

.blog__content {
  padding-bottom: 80px;
}
.blog__content .btn-more {
  margin-top: 60px;
}

.section_article-title{
  height: 450px;
  color: #fff;
  text-align: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-bottom:40px;
}
.section_article-title .container {
  z-index: 2;
  position: relative;
  height: 100%;
}
.section_article-title .row {
  height: 100%;
}
.section_article-title h1{
  font-size: 30px;
  font-family:'Roboto Slab';
}
.article__date {
  font-size: 14px;
  color:#fff;
}
.section_article-title:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  left: 0;
  top: 0;
  z-index: 1;
}
.section_article-title .breadcrumbs__item, .section_article-title .breadcrumbs__sep {
  color:#C3C3C3;
}

.textpage__header {
  margin-top: 40px;
}
.textpage__header .title {
  margin: 7px 0 40px 0;
}

.page--narrow {
    max-width:900px;
    margin:0 auto;
}

@media (max-width: 575.98px) {
.page--narrow {
    margin:0;
}
}


.card-blog {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.card-blog .card__content {
  padding: 0;
}
.card-blog .card__img {
  margin-bottom: 20px;
}
.card-blog .card_img-inner {
  padding-bottom: 50%;
}
.card-blog .card__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #999;
  font-size: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.card-blog .card__date .icon {
  width: 14px;
  height: 16px;
  margin-right: 7px;
}
.card-blog .card__name {
  color: #222;
  margin-bottom: 10px;
  line-height: 1.5;
  min-height:unset;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.card-blog .card__name:hover {
  color:#D73200;
}

.card-blog .card__short {
  color: #999;
  line-height: 1.5;
}

.card-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-circle .card__img {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.card-circle .card_img-inner {
  padding-bottom: 100%;
  border-radius: 50%;
}

@media (max-width: 991.98px) {
  .card-circle {
    display: block;
  }
  .card-circle .card__img {
    width: auto;
    height: auto;
    margin-right: 0;
  }
  .card-circle .card_img-inner {
    padding-bottom: 50%;
    border-radius: 12px;
  }
  .card-circle .card_img-inner img {
    max-width:100%;
    left:0;
  }
}
.vacancy__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vacancy__img {
  width: 390px;
  margin-right: 60px;
  margin-top: -40px;
}

.vacancy__img img {
  max-width:100%;
}

.vacancy__header {
  margin-left: 450px;
}

.vacancy__right {
  color: #666;
  line-height: 1.5;
}
.vacancy__right p {
  margin: 0 0 30px 0;
}
.vacancy__right p:last-child {
  margin-bottom: 0;
}

.vacancy-container {
  margin-bottom: 90px;
}

.vacancy__item {
  border-radius: 15px;
  border: 1px solid #dfdfdf;
  padding: 40px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.vacancy__item:hover {
  border: 1px solid #EC6502;
}
.vacancy__item .vacancy__more {
  width: 20px;
  height: 20px;
  background: url(/img/link.svg) no-repeat 50% 50%/100% auto;
  margin-left: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.vacancy__item .vacancy__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 14px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height:1.5;
}
.vacancy__item .vacancy__profit {
  color: #999;
}

@media (max-width: 991.98px) {
  .vacancy__header {
    margin-left: 0;
  }

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

  .vacancy__img {
    margin-top: 0;
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .vacancy__item {
    padding: 30px;
  }
}
.nav--header {
  font-size: 14px;
  background: #EC6502;
  height: 90px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
  border-radius: 13px 0 0 13px;
  border-right: 1px solid #F19450;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 0;
  float: right;
}
.nav--header > .nav__item {
  color: #FCE7D8;
  height: 100%;
  position: relative;
  margin-right: 30px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.nav--header > .nav__item:hover {
    color:#fff;
}
.nav--header > .nav__item--fixed{
  cursor:pointer;
}
.nav--header > .nav__item > .nav__link {
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
.nav--header > .nav__item--active {
  color: #fff;
}
.nav--header > .nav__item--active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #8A3F08;
}

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

.header__menu {
  width: 20px;
  height: 14px;
  position: relative;
  background: url(/img/menu-tablet.svg) no-repeat 50% 50%/100% auto;
  z-index: 5;
}
.header__menu:hover {
  cursor:pointer;
}
.header__menu .dropdown {
  margin-top: 20px;
  min-width: 190px;
  right: -15px;
}

.header__phone {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  background: url(/img/phone-circle.svg) no-repeat 50% 50%/100% auto;
}

.header__contact {
  font-size: 18px;
  color: var(--text-white);
  font-weight: bold;
  background: #EC6502;
  border-radius: 0 13px 13px 0;
  padding: 0 30px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}
.header__contact .timetable {
  color: #F5B280;
  font-size: 10px;
  font-weight: normal;
  margin-top: 4px;
}

.header-menu-container {
  min-width: 0;
}

.header-menu-container, .header-menu-contact {
  visibility: hidden;
}

.header {
  background: #f7f7f7;
}
.header .social {
  padding: 7px 30px;
  border-right: 1px solid #485f8c;
  border-left: 1px solid #485f8c;
}

.page__header {
  padding: 40px 0;
}

@media (max-width: 1399.98px) {
  .nav--header {
    padding-left: 40px;
  }
  .nav--header > .nav__item {
    margin-right: 40px;
  }

  .header__contact {
    padding: 0 40px;
  }
}
@media (max-width: 991.98px) {
  .header__contact {
    padding-left: 0;
  }

  .header__contact--content {
    display: none;
  }

  .header__phone {
    margin-left: 0;
  }

  .nav--header {
    border: none;
  }

  .nav--header {
    padding-left: 30px;
  }
  .nav--header > .nav__item {
    margin-right: 30px;
  }

  .header__contact {
    padding-right: 30px;
  }
}
.logo {
  display: block;
  width: 188px;
  height: 40px;
  background: url(/img/logo-new.svg) no-repeat 50% 50%/100% auto;
  margin-right: 50px;
}

@media (max-width: 575.98px) {
  .header__menu .dropdown {
    right: 0px;
  }

  .logo {
    width: 146px;
    height: 30px;
  }

  .page__header {
    padding-top: 30px;
  }

  .nav--header {
    padding: 0;
    height: auto;
    background: none;
  }

  .header-menu-contact {
    display: none;
  }

  .nav--header > .nav__gamburger {
    margin: 0;
  }

  .header__menu {
    background-image: url(/img/menu-mobile.svg);
    width: 30px;
    height: 22px;
  }
}
.search {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border-radius: 27px;
  border: 1px solid #d3dce9;
  overflow: hidden;
  background: #fff;
}
.search .input-postfix__input input {
  padding: 0 15px 0 30px;
  height: 45px;
}
.search .input-postfix__value {
  padding-right: 30px;
  padding-left: 15px;
}
.search .icon {
  width: 17px;
  height: 17px;
}

.burger {
  width: 22px;
  height: 16px;
  background: url(/img/menu-hamburger.svg) no-repeat 50% 50%/100% auto;
  cursor: pointer;
  position: relative;
}
.burger .dropdown {
  top: 100%;
  margin-top: 15px;
  right: 0;
  white-space: nowrap;
}

.burger--close {
  background-image: url(/img/menu-close.svg);
  background-size: auto 100%;
}

.header-mobile {
  display: none;
  position: relative;
}
.header-mobile .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-mobile .logo {
  width: 80px;
  height: 39px;
}
.header-mobile__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown {
  position: absolute;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 40px rgba(44, 18, 0, 0.2);
  box-shadow: 0px 10px 40px rgba(44, 18, 0, 0.2);
  padding: 10px;
  background: #fff;
  top: 100%;
  margin-top: 10px;
  cursor: default;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.dropdown--open {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.menu__line {
  border-top: 1px solid #d3dce9;
  margin-top: 15px;
  margin-bottom: 15px;
}

.menu .nav {
  display: block;
}

.menu .nav__item {
  padding: 15px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--text-black);
  margin: 0;
  cursor: pointer;
  -webkit-transition: 0.1s ease;
  -o-transition: 0.1s ease;
  transition: 0.1s ease;
}
.menu .nav__item:hover {
  background: #FEF7F2;
}
.menu .nav__item .icon {
  height: 16px;
  width: 16px;
  margin-right: 20px;
}

.menu .btn {
  margin: 15px 0;
}

.menu .nav__item--mobile {
  display: none;
}

@media (max-width: 991.98px) {
  .menu .btn--white {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #0671c3;
    color: #fff;
    margin: 15px 0 0;
  }

  .menu .social {
    border: none;
    padding: 0;
    margin-bottom: 20px;
  }
  .menu .social__container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.page__footer {
  background: #222222;
  font-size: 16px;
  color: var(--text-white);
  overflow: hidden;
}
.page__footer .logo {
  background-image: url(/img/logo-white-new.svg);
  width: 250px;
  height: 52px;
  margin-right: 0;
}

.page__footer .social__item {
  width: 30px;
  height: 30px;
}

.footer-top {
  padding-top: 40px;
}
.footer-top .nav {
  margin: -15px;
  padding-top: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: var(--text-white);
}
.footer-top .nav a, .footer-top .nav span {
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer-top .nav a:hover, .footer-top .nav span:hover {
  cursor:pointer;
  color:#DDD;
}
.footer-top .nav__item {
  padding: 15px;
}
.footer-top .nav__lg, .footer-top .nav__md {
  display: none;
  width: 100%;
}

@media (max-width: 991.98px) {
  .footer-top .nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*&__item {
      padding:15px;
    }*/
  }
}
@media (max-width: 575.98px) {
  .footer-top .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.footer-middle {
  padding-top: 30px;
  padding-bottom: 40px;
}

.footer-agreement {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  line-height: 1.5;
  font-size: 12px;
}

.footer-bottom {
  font-size: 12px;
}
.footer-bottom a {
  text-decoration: underline;
}
.footer-bottom a:hover {
  text-decoration: none;
}

.company-info {
  font-size: 12px;
  color: #999;
  max-width: 330px;
  line-height: 1.5;
}

.contact__email {
  color: var(--text-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
}
.contact__email:before {
  content: "";
  width: 17px;
  height: 17px;
  min-width: 17px;
  background: url(/img/email.svg) no-repeat 50% 50%/100% auto !important;
  margin-right: 10px;
}

.contact__address {
  color: var(--text-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
}
.contact__address:before {
  content: "";
  width: 17px;
  min-width: 17px;
  height: 17px;
  background: url(/img/address-orange.svg) no-repeat 50% 50%/100% auto !important;
  margin-right: 10px;
}

.contact__phone {
  color: var(--text-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
}
.contact__phone:before {
  content: "";
  width: 17px;
  height: 17px;
  min-width: 17px;
  background: url(/img/phone.svg) no-repeat 50% 50%/100% auto !important;
  margin-right: 10px;
}

@media (max-width: 575.98px) {
  .contact__email {
    font-size: 18px;
  }
}
.footer-bottom {
  background: #111111;
  color: #999;
  padding: 40px 0;
}
.footer-bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-bottom .age {
  border-radius: 5px;
  border: 1px solid #8BA1BD;
  padding: 5px 6px;
  font-size: 12px;
  line-height: 1;
}

@media (max-width: 991.98px) {
  .page__footer .logo {
    margin-bottom: 15px;
  }

  .footer-bottom .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-bottom__right {
    margin-top: 30px;
  }
  .footer-bottom__right .pay {
    margin-top: 35px;
  }
  .footer-bottom__right .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-agreement {
    text-align: center;
  }

  .footer-agreement br {
    display: none;
  }

  .company-info {
    text-align: center;
  }
}
.pay__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pay__item {
  width: 50px;
  height: 30px;
  background: no-repeat 50% 50%/auto 100%;
}

.pay__item:not(:last-child) {
  margin-right: 5px;
}

.pay--visa {
  background-image: url(/img/pay-visa.svg);
}

.pay--mastercard {
  background-image: url(/img/pay-master.svg);
}

.pay--mir {
  background-image: url(/img/pay-mir.svg);
}

.footer-form {
  background: #00224e;
  padding: 90px 0;
}

.footer-form__title {
  margin-bottom: 60px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.footer-form__bottom {
  margin-top: 30px;
}
.footer-form__bottom a {
  text-decoration: underline;
}
.footer-form__bottom a:hover {
  text-decoration: none;
}
.footer-form__bottom .checkbox-item {
  padding: 0;
  min-height: unset;
}

@media (max-width: 767.98px) {
  .footer-form__bottom .btn {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .footer-form__title {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .footer-form {
    padding: 60px 0;
  }
}
.main {
  padding: 20px 0 0 0;
}
.main-inner {
  position: relative;
  padding-top: 47px;
}
.main h1 {
  font-family: "Roboto Slab";
  font-size: 65px;
  font-weight: 700;
  line-height: 1.32;
  text-transform: uppercase;
  margin: 0;
}
.main h1 span {
  display: block;
}
.main h1 span:not(:first-child) {
  margin-left: 432px;
  margin-top: 16px;
}
.main p {
  font-size: 18px;
  color: #666;
  margin-bottom: 45px;
  line-height: 2;
  margin-left: 432px;
  margin-top: 34px;
}
.main .btn {
  height: 77px;
  margin-left: 432px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 18px;
  border-radius: 0 20px 20px 20px;
}
.main .play-presentation {
  margin-right: 60px;
  float: left;
  height: 77px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  color: #666;
  line-height: 1.5;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.main .play-presentation:hover {
  color: #EC6502;
}
.main .play-presentation .btn-play {
  width: 70px;
  height: 70px;
  background: url(/img/play-circle.svg) no-repeat 50% 50%/100% auto;
  margin-right: 20px;
}
.main .img-bottom-left {
  border-radius: 50px 0 50px 50px;
  width: 380px;
  height: 305px;
  bottom: 0;
  position: absolute;
  -webkit-box-shadow: -10px 10px 30px rgba(44, 18, 0, 0.21);
  box-shadow: -10px 10px 30px rgba(44, 18, 0, 0.21);
      overflow: hidden;
      -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.main .img-bottom-left img {
  position: absolute;
  max-width: unset;
  height: 130%;
  left: -195px;
  top: -80px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.main .img-top-right {
  border-radius: 50px 50px 50px 0;
  width: 373px;
  height: 155px;
  top: -25px;
  position: absolute;
  right: 0;
  -webkit-box-shadow: 10px -10px 30px rgba(44, 18, 0, 0.21);
  box-shadow: 10px -10px 30px rgba(44, 18, 0, 0.21);
      overflow: hidden;
      -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.main .img-top-right img {
  position: absolute;
  max-width: unset;
  height: 161%;
  top: -75px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.main .img-bottom-right {
  border-radius: 0px 50px 50px 50px;
  width: 373px;
  height: 201px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-box-shadow: 10px 10px 30px rgba(44, 18, 0, 0.21);
  box-shadow: 10px 10px 30px rgba(44, 18, 0, 0.21);
      overflow: hidden;
      -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.main .img-bottom-right img {
  position: absolute;
  max-width: unset;
  height: 130%;
  top: -55px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.main .img-bottom-left img:hover, .main .img-top-right img:hover, .main .img-bottom-right img:hover {
 transform: scale(1.04);
}

.main-bg-img {
  position: absolute;
  width: 2385px;
  height: 1067px;
  background: url(/img/main-bg.jpg) no-repeat 50% 50%/100% auto;
  left: 50%;
  top: -50px;
  margin-left: 22px;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  z-index: -1;
}

.widget--main {
  margin-top: -60px;
}

.widget .container {
  position: relative;
}

.widget--main .form-white {
  min-height: 120px;
}

.widget--catalog {
  margin-top: -20px;
  margin-bottom: 40px;
  position: relative;
}
.widget--catalog:after {
  content: "";
  height: 50%;
  width: 100%;
  position: absolute;
  background: #f7f7f7;
  top: 0;
  z-index: -1;
}
.widget--catalog .form-white {
  min-height: 120px;
}

.form-white {
  border-radius: 13px;
  padding:15px 0;
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(44, 18, 0, 0.07);
  box-shadow: 0px 10px 30px rgba(44, 18, 0, 0.07);
}

.main-bg {
  position: relative;
  overflow: hidden;
  padding-top: 20px;
  margin-top: -20px;
}
.main-bg:before {
  content: "";
  position: absolute;
  height: 150%;
  bottom: 0;
  width: 100%;
  z-index: -1;
  background: #f7f7f7;
}

.usp-rating-container {
  border-radius: 13px;
  border: 2px solid #fff;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.3);
  background-blend-mode: normal;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.usp {
  margin: 0 auto;
  line-height: 1.5;
  padding: 20px 10px;
}

.usp__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  padding: 20px;
  color: #666;
}

.usp__img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 4px;
}
.usp__img img {
  width: 100%;
  vertical-align: top;
}

.rating-container {
  border-bottom: 1px solid #fff;
  margin: -1px -1px 0 -1px;
}

.rating__figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  padding: 40px 20px;
}

.rating__img {
  margin-right: 15px;
  height: 40px;
}

.rating__img img {
  height: 100%;
}

.rating__name {
  font-size: 16px;
  font-weight: bold;
  color: #666;
  margin-bottom: 3px;
}

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

.rating__star {
  width: 12px;
  height: 12px;
  background: url(/img/star-grey.svg) no-repeat 50% 50%/100% auto;
  margin-right: 5px;
}

.rating__label {
  font-size: 14px;
  color: #999;
}

.rating__value {
  color: #ec6502;
}

.utp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.utp p {
  margin: 0;
  line-height: 1.5;
  color: #666;
}

.utp__name {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}

.utp__img {
  position: relative;
  width: 123px;
  height: 82px;
  margin-right: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.utp__img-inner {
  border-radius: 41px;
  border: 1px solid #fff;
  background: #eee;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: relative;
  -webkit-box-shadow: 0px 10px 30px rgba(44, 18, 0, 0.15);
  box-shadow: 0px 10px 30px rgba(44, 18, 0, 0.15);
}
.utp__img-inner img {
    max-width:100%;
}
.utp__img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -8px;
  bottom: -8px;
  border: 1px solid #ec6502;
  border-radius: 41px;
}

.page__section--flat {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.page__section--flat::before {
  content: "";
  position: absolute;
  width: 1440px;
  top: 45px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  margin-left: -80px;
  height: 100%;
  background: url(/img/flat-bg-top.svg) no-repeat 50% 0%/100% auto;
  z-index: -1;
}

.page__section--flat::after {
  content: "";
  position: absolute;
  width: 1520px;
  bottom: 45px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  height: 100%;
  margin-left: 40px;
  background: url(/img/flat-bg-bot.svg) no-repeat 50% 100%/100% auto;
  z-index: -1;
}

@media (max-width: 1399.98px) {
  .page__section--flat::before {
    width:1140px;
    margin-left:-50px;
  }
  .page__section--flat::after {
      width:1320px;
  }
  .main-bg-img {
    margin-left: 127px;
  }

  .main-inner {
    padding-top: 52px;
  }
  .main h1 {
    font-size: 60px;
  }
  .main h1 span:not(:first-child) {
    margin-left: 412px;
    margin-top: 23px;
  }
  .main p {
    font-size: 16px;
    margin-left: 412px;
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .main .btn {
    margin-left: 412px;
  }
  .main .img-bottom-left {
    height: 265px;
  }
  .main .img-top-right {
    width: 238px;
  }
  .main .img-bottom-right {
    width: 238px;
    height: 156px;
  }
  
  .main .img-bottom-left img {
    height: 130%;
    left: -130px;
    top: -80px;
  }
  .main .img-top-right img {
    height: 103%;
    left: 0;
    top: 0;
  }
  .main .img-bottom-right img {
    height: 130%;
    top: -45px;
    left: -20px;
  }
}
@media (max-width: 1199.98px) {
    
  .page__section--flat::before {
    width:990px;
    margin-left:-40px;
    top:70px;
  }
  .page__section--flat::after {
      width:990px;
      margin-left:-10px;
  }
  .main-bg-img {
    margin-left: 172px;
    top: -65px;
  }

  .main-inner {
    position: relative;
    padding-top: 34px;
    padding-bottom: 30px;
  }
  .main h1 {
    font-size: 40px;
  }
  .main h1 span:not(:first-child) {
    margin-left: 342px;
    margin-top: 20px;
  }
  .main p {
    font-size: 16px;
    margin-left: 342px;
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .main .btn {
    margin-left: 342px;
  }
  .main .play-presentation {
    margin-right: 40px;
    height: 52px;
    font-size: 14px;
  }
  .main .play-presentation .btn-play {
    width: 58px;
    height: 58px;
    margin-right: 10px;
  }
  .main .img-bottom-left {
    width: 312px;
    height: 265px;
  }
  .main .img-top-right {
    width: 307px;
    height: 120px;
  }
  .main .img-bottom-right {
    width: 267px;
    height: 117px;
    border-radius: 0px 40px 40px 40px;
  }
  
  .main .img-bottom-left img {
    height: 110%;
    left: -100px;
    top: -20px;
  }
  .main .img-top-right img {
    height: 170%;
    top: -70px;
    left: 0;
  }
  .main .img-bottom-right img {
    height: 155%;
    top: -60px;
    left: 0;
  }

  .usp__content {
    width: 217px;
  }

  .usp__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 991.98px) {

  .page__section--flat::before {
    width:790px;
    margin-left:-10px;
    top:100px;
  }
  .page__section--flat::after {
      width:890px;
      margin-left:25px;
  }    

  .main-inner {
    padding-top: 0;
  }
  .main h1 {
    font-size: 40px;
  }
  .main h1 span:first-child {
    margin-left: 111px;
  }
  .main h1 span:not(:first-child) {
    margin-left: 230px;
    margin-top: 15px;
  }
  .main p {
    margin-left: 230px;
  }
  .main .btn {
    margin-left: 230px;
  }
  .main .play-presentation {
    float: none;
    margin-bottom: 15px;
  }
  .main .img-bottom-left {
    width: 205px;
  }
  .main .img-top-right {
    width: 176px;
    height: 142px;
  }
  .main .img-bottom-right {
    width: 165px;
    height: 107px;
  }
  
  .main .img-bottom-left img {
    height: 100%;
    left: -190px;
    top: 0;
  }
  .main .img-top-right img {
    height: 100%;
    top: 0;
    left: -30px;
  }
  .main .img-bottom-right img {
    height: 125%;
    top: -20px;
    left: -15px;
  }
  
}
@media (max-width: 767.98px) {
    
  .page__section--flat::before {
    display:none;
  }
  .page__section--flat::after {
    display:none;
  }   
  .main-inner {
    padding: 0;
  }
  .main h1 {
    font-size: 40px;
  }
  .main h1 span:first-child {
    margin-left: 0;
  }
  .main h1 span:not(:first-child) {
    margin-left: 0;
  }
  .main p {
    margin-left: 0;
  }
  .main .btn {
    margin-left: 0;
    width: 100%;
    margin-top: 30px;
  }
  .main-bg-img {
    margin-left: 60px;
    top: -95px;
  }
  .main .img-bottom-left,
.main .img-top-right,
.main .img-bottom-right {
    position: relative;
    width: 100%;
    height: 0;
  }
  .main .img-bottom-left {
    padding-bottom: 109%;
  }
  .main .img-top-right {
    padding-bottom: 90%;
    top:0;
  }
  .main .img-bottom-right {
    padding-bottom: 52%;
  }
  
  .main .img-bottom-left img {
    height: 115%;
    left: -180px;
    top: -45px;
  }
  .main .img-top-right img {
    height: 100%;
    top: 0;
    left: -65px;
  }
  .main .img-bottom-right img {
    height: 135%;
    top: -35px;
    left: 0;
  }
  
  .main .img-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main .img-wrapper-2 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .main .img-item-1 {
    width: 56%;
    margin-right: 15px;
  }
  .main .img-item-2, .main .img-item-3 {
    width: 100%;
  }
  .main .img-item-2 {
    margin-bottom: 15px;
  }

  .rating__figure {
    padding-left: 125px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 575.98px) {
    
  .main h1 span:not(:first-child) {
    margin-left: 0;
    margin-top: 0;
  }
  .main-bg-img {
    margin-left: 490px;
  }
    
  .main .img-top-right {
    border-radius: 40px 40px 40px 0px;
  }
  .main .img-bottom-right {
    border-radius: 0px 30px 30px 30px;
  }
  
  .main .img-bottom-left img {
    height: 115%;
    left: -145px;
    top: -35px;
  }
  .main .img-top-right img {
    height: 100%;
    top: 0;
    left: -40px;
  }
  .main .img-bottom-right img {
    height: 145%;
    top: -35px;
    left: 0;
  }

  .utp__img {
    width: 90px;
    height: 60px;
    margin-right: 20px;
  }

  .rating__figure {
    padding-left: 35px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-left: none;
    border-right: none;
  }
  .rating__img{
    margin-right:20px;
  }

  .usp-rating-container {
    margin: 0 -15px;
    border-radius: 0;
    border: none;
  }

  .usp__item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .usp__img {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 450px) {
  .main-underheader br {
    display:none;
  }
}
@media screen and (max-width: 424.98px) {
    
  .main .img-top-right {
    padding-bottom: 64%;
  }
  .main .img-bottom-right {
    padding-bottom: 97%;
  }
  
  .main .img-bottom-left img {
    height: 120%;
    left: -220px;
    top: -55px;
  }
  .main .img-top-right img {
    height: 110%;
    top: -10px;
    left: 0;
  }
  .main .img-bottom-right img {
    height: 120%;
    top: -20px;
    left: -35px;
  }
  
  .main .img-item-1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .main .img-wrapper-2 {
    width: 100%;
    margin: 0 -5px;
  }
  .main .img-item-2 {
    margin-bottom: 0;
    margin-right: 0;
    width: 59.4%;
    padding: 0 5px;
  }
  .main .img-item-3 {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 5px;
  }

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

  .utp__img {
    margin-bottom: 42px;
  }
}
.flat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -7.5px -10px;
}
.flat > * {
  padding: 7.5px 10px;
}
.flat__name {
  font-size: 30px;
  font-family: "Roboto Slab";
  font-weight: bold;
}
.flat__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -7.5px -10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #999;
  font-size: 12px;
}
.flat__count > * {
  padding: 7.5px 10px;
}
.flat__count img {
  height: 30px;
}

.flat__description {
  color: #666;
  font-size: 16px;
  margin: 15px 0 0;
  line-height:1.5;
}

@media (max-width: 991.98px) {
  .flat__description {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .flat__count {
    margin: -7.5px;
  }
  .flat__count > * {
    padding: 7.5px;
  }
}


.term {
  border-radius: 13px;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.3);
  background-blend-mode: normal;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.term__item {
  border: 1px solid #fff;
  padding: 40px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.term__img {
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.term__img img {
  height: 40px;
}
.term__name {
  margin-bottom: 5px;
}
.term__description {
  color: #666;
  line-height: 1.5;
  margin-bottom: 10px;
}
.term .link-out {
  font-size: 14px;
}

@media (max-width: 1199.98px) {
  .term .term__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .term .term__img {
    margin-bottom: 15px;
  }
  
}
@media (max-width: 991.98px) {
  .term .term__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .term .term__img {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .term .term__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .term .term__img {
    margin-bottom: 15px;
  }
}
.why {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.5;
}
.why__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  height: 83px;
  width: 175px;
  border-radius: 42px;
  background: #fce9da;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(44, 18, 0, 0.15);
  box-shadow: 0px 10px 30px rgba(44, 18, 0, 0.15);
  margin-bottom: 48px;
  font-size: 45px;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ec6502;
}
.why__img:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 42px;
  border: 1px solid #ec6502;
  left: -8px;
  bottom: -8px;
  z-index: -1;
}
.why__content {
  color: #666;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.asa {
  border-radius: 13px;
  -webkit-box-shadow: 0px 10px 30px rgba(44, 18, 0, 0.15);
  box-shadow: 0px 10px 30px rgba(44, 18, 0, 0.15);
  padding: 40px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 80px 0;
  background: url(/img/asa-bg.jpg) no-repeat 50% 50%/cover;
}
@media (max-width: 575.98px) {

.asa{
  padding: 30px;
}

    
}
.asa__img {
  width: 470px;
}
.asa__img img {
  width: 100%;
}
.asa__name {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}
.asa__content {
  line-height: 1.5;
  max-width: 510px;
}
.asa__content p {
  margin: 10px 0 0;
  font-size: 18px;
  color: #d8d8d8;
}

.manage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.manage__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.manage__img {
  width: 380px;
  margin-right: 90px;
}
.manage__img img{
  max-width: 100%;
}
.manage__position {
  color: #ec6502;
  font-size: 16px;
  margin-bottom: 5px;
}
.manage__name {
  font-size: 40px;
  font-family: "Roboto Slab";
  margin-bottom: 40px;
  font-weight: 700;
}

.manage > .manage__position,
.manage > .manage__name {
  display: none;
}

.profit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.profit__container {
  margin-bottom: 40px;
}
.profit__img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: url(/img/check.svg) no-repeat 50% 50%/100% auto;
  margin-right: 20px;
}
.profit__content {
  color: #666;
  font-size: 16px;
  line-height: 1.5;
}

.publish {
  border-radius: 13px;
  -webkit-box-shadow: 0px 10px 30px rgba(44, 18, 0, 0.07);
  box-shadow: 0px 10px 30px rgba(44, 18, 0, 0.07);
  padding: 30px;
  background: #fff;
}
.publish__container {
  margin: 0;
}
.publish__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}
.publish__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 30px;
}
.publish__img img {
  height: 100%;
}
.publish__link {
  font-size: 14px;
}
.publish__link {
  font-size: 14px;
}
.publish__content {
  font-size: 16px;
  color: #999;
  line-height: 1.5;
}

.publish > .publish__link {
  display: none;
}

@media screen and (max-width: 424.98px) {
  .publish__header .publish__link {
    display: none;
  }

  .publish > .publish__link {
    display: block;
    margin-top: 15px;
  }
}
@media (max-width: 1399.98px) {
  .asa__img {
    width: 400px;
  }
}
@media (max-width: 1199.98px) {
  .asa {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .asa__img {
    margin-top: 30px;
    width: 470px;
  }
}
@media (max-width: 991.98px) {
  .manage {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .manage__content {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .manage__img {
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .manage > .manage__position,
.manage > .manage__name {
    display: block;
    text-align: center;
  }

  .manage__content > .manage__position,
.manage__content > .manage__name {
    display: none;
  }

  .profit__container {
    max-width: 300px;
    margin: 0 auto 40px auto;
  }
}
.page__section--grey {
  background: #f6f6f6;
}

.page__section--review {
  padding: 0;
  z-index: 2;
}
.page__section--review .bg-wrapper {
  z-index: 2;
}
.page__section--review .bg-vertical-line:before {
  background: -o-linear-gradient(left, #e6e6e6 1px, transparent 0);
  background: linear-gradient(to right, #e6e6e6 1px, transparent 0);
  border-color: #e6e6e6;
}

.page__section--map {
  padding: 0 !important;
}

.page__section--why {
  padding-top: 60px;
}

.page__section--usp {
  padding: 60px 0 83px 0;
}

@media (max-width: 767.98px) {
  .asa__img {
    width: 100%;
  }
}


.faq:not(:last-child) {
  margin-bottom:30px;
}

.faq p{
    margin:0px 0px 20px 0px;
}

.faq p:last-child{
    margin-bottom:0px;
}

.faq {
  background-color:#F6F6F6;
  border: 1px solid #F6F6F6;
  border-radius:15px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.faq.faq--open {
  background-color:#FFF;
  border: 1px solid #DFDFDF;
}

.faq__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  cursor: pointer;
}

.faq--open .faq__display {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.faq__name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 600;
  line-height: 1.5;
}

.faq__display {
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background: url(/img/faq-cross.svg) no-repeat 50% 50%/100% auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-left: 30px;
}

.faq__content {
  padding: 0 30px 30px;
  line-height: 1.5;
  display: none;
}

.map {
  height: 430px;
  background: #FEF9F2;
}

.contact__email:before {
  background-image: url(/img/email_form.svg);
}

.contact__phone:before {
  background-image: url(/img/phone_form.svg);
}

.contacts__container {
  position: relative;
}

.contacts__map {
  position: absolute;
  left: 0;
  margin-left: 550px;
  top: 0;
  bottom: 0;
  right: 0;
}
.contacts__map .map {
  height: 100%;
}

.contacts {
  max-width: 550px;
  background: #F6F6F6;
  padding: 60px 30px 60px 0;
  position: relative;
  z-index:1;
}
.contacts .contact {
  color: inherit;
  margin-bottom: 30px;
}
.contacts .social {
  margin-bottom: 30px;
}
.contacts .social__container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.contacts__content p {
  line-height: 1.5;
  margin: 0;
}

.contacts__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 50%;
  margin-right: 450px;
  background: #F6F6F6;
  top: 0;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .contacts__map {
    position: static;
    margin: 0;
    height: 480px;
  }

  .contacts__overlay {
    display: none;
  }

  .contacts__container {
    background: #f6f6f6;
  }
}

/* loading */

.loader {
  display:flex;
  position:absolute;
  left:0;right:0;
  background:inherit;
  width:100%;
  height:100%;
  border-radius:inherit;
}

.spinner {
  margin: 0 auto;
  /*width: 145px;*/
  text-align: center;
  height:100%;
  display:flex;
  align-items:center;
}

.spinner > div {
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin-right:8px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner > div:last-child {margin-right:0;}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
} 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
}
}

div[class^="x-tl-booking-widget"] {
    display: none !important;
}

@media(max-width: 980px) {
    .tl-fancybox-container {
        max-width: 100vw !important;
    }

/*
    .tl-fancybox-active {
        overflow: hidden !important;
    }
    .tl-fancybox-active .t450 {
        width: 0;
        max-width: none !important;
        display: none;
    }*/
}

/* end loading */
/*# sourceMappingURL=main.css.map */