/*
Theme Name: Ales
Theme URI:
Description:
Author: Filipp Mashukov
Author URI:
*/

@font-face {
  font-family: 'Lack';
  src: local('Lack Regular'), local('Lack-Regular'), url('fonts/Lackregular.woff2') format('woff2'),
    url('fonts/Lackregular.woff') format('woff'), url('fonts/Lackregular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-Regular.eot');
  src: local('Lato Regular'), local('Lato-Regular'),
    url('fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/Lato-Regular.woff') format('woff'), url('fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-Medium.eot');
  src: local('Lato Medium'), local('Lato-Medium'),
    url('fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/Lato-Medium.woff') format('woff'), url('fonts/Lato-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-Semibold.eot');
  src: local('Lato Semibold'), local('Lato-Semibold'),
    url('fonts/Lato-Semibold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Lato-Semibold.woff') format('woff'),
    url('fonts/Lato-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-Bold.eot');
  src: local('Lato Bold'), local('Lato-Bold'),
    url('fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Lato-Bold.woff') format('woff'), url('fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-Light.eot');
  src: local('Lato Light'), local('Lato-Light'),
    url('fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/Lato-Light.woff') format('woff'), url('fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

/* Main */
* {
  outline: none;
  padding: 0;
  margin: 0;
}
*,
::after,
::before {
  box-sizing: border-box;
}
body {
  font-family: 'Lato', sans-serif;
  background: #222222;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
a {
  text-decoration: none;
  transition: all 0.3s;
}
img {
  height: auto;
  max-width: 100%;
}

input,
label,
button,
textarea {
  transition: all 0.3s;
}

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

input:focus,
textarea:focus {
}

button {
  cursor: pointer;
  transition: all 0.3s;
}

input.error,
textarea.error {
  border-color: #f16063 !important;
}
.container {
  width: 1170px;
  max-width: 100%;
  margin: 0 auto;
}
.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.astart {
  align-items: flex-start;
}
.acenter {
  align-items: center;
}
.jbetween {
  justify-content: space-between;
}
.jend {
  justify-content: end;
}
a {
  text-decoration: none;
  transition: all 0.3s;
}
img {
  max-width: 100%;
  height: auto;
}
.text-center {
  text-align: center;
}
._in {
  padding: 65px 0;
}
.lack {
  font-family: 'Lack', sans-serif;
}
.block__title {
  font-family: 'Lack', sans-serif;
  font-weight: 400;
  margin-bottom: 50px;
  font-size: 40px;
  line-height: 46px;
}

.block__subtitle {
  font-weight: 700;
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 15px;
}
.block__subtitle._50 {
  margin-bottom: 50px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.row__col {
  padding-left: 15px;
  padding-right: 15px;
}
.row__col._50 {
  width: 50%;
}
.row__col._33 {
  width: 33.3333%;
}
.row__col._25 {
  width: 25%;
}
.row__col._66 {
  width: 66.66666%;
}

p._blue {
  color: #90d3dc;
}
p._small {
  font-size: 14px;
  line-height: 22px;
}
.btn-blue {
  display: inline-block;
  padding: 14px 35px;
  background: #90d3dc;
  border: 1px solid #90d3dc;
  color: #2e2e2e;
  font-size: 14px;
  line-height: 21px;
  transition: all 0.3s;
}

.btn-blue:hover,
.main-filter__button button:hover,
.callback__fixed a:hover {
  background: #b1f6ff;
  border-color: #b1f6ff;
}

.btn-blue._big {
  padding: 14px 50px;
}
.btn-blue._full {
  width: 100%;
  text-align: center;
}

.btn-border {
  display: inline-block;
  padding: 14px 35px;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  border: 1px solid #90d3dc;
  transition: all 0.3s;
}
.btn-border._full {
  width: 100%;
  text-align: center;
}
.btn-border:hover {
  background: #90d3dc;
  color: #2e2e2e;
}

body._est .hadvantages-item {
  width: 285px;
  max-width: 100%;
}

._middle {
  position: relative;
}
._middle > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Select */
.select {
  position: relative;
}
.select__result {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.select__result span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  max-width: 200px;
}

.select__result span i {
  font-style: normal;
}

.select__result svg {
  flex-shrink: 0;
  margin-left: 15px;
}
.select__list {
  display: none;
  position: absolute;
  left: 0;
  padding: 20px 35px 15px;
  background: #2e2e2e;
  border: 1px solid #90d3dc;
  z-index: 50;
}
.select__item:not(:last-child) {
  margin-bottom: 10px;
}
.select__price {
  width: 300px;
}
.select__price .filter-price__result {
  font-size: 14px;
  line-height: 16px;
}

body._en .contacts-adv__item p {
  font-size: 14px;
}

/* Header */
.header {
  padding: 20px 0;
}
.header._home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.header__menu {
  margin-left: 20px;
}
.header__menu span {
  display: block;
  height: 1px;
  width: 24px;
  background: #fff;
  margin-bottom: 7px;
}
.header__menu span:last-child {
  margin-bottom: 0;
}
.header__fav {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
.header__fav span {
  margin-right: 10px;
}
.header__langs {
  list-style: none;
  padding: 0;
  margin: 0 0 0 50px;
}
.header__langs li:not(:last-child) {
  margin-right: 15px;
}
.header__langs li a {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}
.header__langs li a._active,
.header__langs li a:hover {
  color: #90d3dc;
}
.main {
  padding: 240px 0 0;
  height: 780px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 10;
}
.main:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 75.78%, rgba(0, 0, 0, 0.09) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  z-index: -1;
}
.main__title {
  max-width: 500px;
  font-size: 50px;
  line-height: 57px;
  font-weight: 400;
}
.main__title span {
  color: #90d3dc;
}
.main-filter {
  position: absolute;
  bottom: -45px;
  left: 50%;
  width: 978px;
  transform: translate(-50%, 0);
  z-index: 15;
  padding: 20px 30px;
  background: #2e2e2e;
}
.main-filter__row {
  position: relative;
  border-right: 1px solid #90d3dc;
  padding: 0 19px;
}
.main-filter__row:first-child {
  padding-left: 0;
}
.main-filter__row:nth-last-child(2) {
  padding-right: 30px;
  border-right: none;
}
.main-filter__row label {
  display: block;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 5px;
}
.main-filter__button button {
  display: inline-block;
  padding: 14px 35px;
  background: #90d3dc;
  border: 1px solid #90d3dc;
  color: #2e2e2e;
}
/* Footer */
.footer {
  padding-top: 100px;
}
.footer__logo img {
  width: 106px;
}
.footer-top {
  padding-bottom: 25px;
  border-bottom: 0.5px solid #6c6c6c;
}
.footer-top__contacts {
  margin-left: 100px;
}
.footer-top__socials a {
  width: 50px;
  height: 50px;
  border: 1px solid #ffffff;
  position: relative;
  margin-right: 15px;
}
.footer-top__socials a:hover {
  background: #fff;
}
.footer-top__socials a path {
  transition: all 0.3s;
}
.footer-top__socials a:hover path {
  fill: rgb(144, 211, 220);
}
.footer-top__socials a:last-child {
  margin-right: 0;
}
.footer-top__info {
  margin-left: 35px;
}
.footer-top__info a:hover {
  opacity: 0.7;
}
.footer-top__phone {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: -4px;
}
.footer-top__email {
  font-size: 14px;
  line-height: 21px;
  color: #fff;
}
.footer-bottom {
  padding: 35px 0;
  border-bottom: 0.5px solid #6c6c6c;
}
.footer-bottom__title {
  font-weight: 700;
  color: #90d3dc;
  margin-bottom: 15px;
}
.footer-bottom__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-bottom__list li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-bottom__list li a {
  display: block;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
}
.footer-bottom__list li a:hover {
  opacity: 0.7;
}
.footer-bottom__contacts:not(:last-child) {
  margin-bottom: 30px;
}
.footer-copyright {
  padding: 15px 0;
}
.footer-copyright p {
  font-size: 12px;
  line-height: 18px;
  color: #6c6c6c;
}
.footer-copyright p a {
  color: #6c6c6c;
}
.footer-copyright p a._site {
  color: #90d3dc;
}
.footer-copyright p a:hover {
  color: #fff;
}

/* Error page */
.errorpage {
  padding: 116px 0;
  background-image: url('img/404.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.errorpage__block {
  width: 408px;
  max-width: 100%;
  margin-right: 92px;
  color: #2e2e2e;
}
.errorpage__title {
  font-size: 100px;
  line-height: 115px;
  margin-bottom: 10px;
}
.errorpage__text {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 5px;
}
.errorpage__subtext {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 30px;
}

/* Breadcrumbs */
.breadcrumbs {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.breadcrumbs span {
  font-size: 14px;
  line-height: 21px;
  color: #6c6c6c;
}
.breadcrumbs span a {
  color: #6c6c6c;
}
.breadcrumbs span._sep {
  width: 1px;
  height: 22px;
  background: #fff;
  margin: 0 15px;
}
.breadcrumbs span._current {
  color: #90d3dc;
  font-weight: 600;
}

/* Contacts */
.contacts-info._15 {
  margin-bottom: 15px;
}
.contacts-info._30 {
  margin-bottom: 30px;
}
.contacts-info__item {
  display: flex;
  align-items: center;
  color: #fff;
  margin-bottom: 5px;
}
.contacts-info__item:last-child {
  margin-bottom: 0;
}
.contacts-info__item p {
  margin-left: 15px;
}
.contacts-info__item._phone {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.contacts-info__call {
  margin-bottom: 31px;
}
.contacts__map {
  margin-top: 35px;
  height: 317px;
}
.contacts-adv {
  margin-top: 50px;
}
.contacts-adv__item {
  text-align: center;
  padding: 30px;
  background: #2e2e2e;
  height: 100%;
}
.contacts-adv__item p {
  margin-bottom: 35px;
}
.contacts-adv__link {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
.contacts-adv__socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.contacts-adv__socials a span {
  margin-left: 15px;
}
.contacts-adv__socials > div:not(:last-child) {
  margin-bottom: 7px;
}

/* News */
.news-item {
  display: block;
  padding: 30px 0;
  border-top: 0.5px solid #6c6c6c;
}
.news-item__content {
  max-width: 790px;
}
.news-item__title {
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 10px;
  color: #fff;
}
.news-item__date {
  color: #6c6c6c;
  font-size: 14px;
  line-height: 22px;
}

/* News */
.snews__header {
  margin-bottom: 50px;
}
.snews__title {
  max-width: 790px;
  margin-bottom: 10px;
}
.snews__date {
  font-size: 14px;
  line-height: 20px;
  color: #6c6c6c;
}

._text p {
  max-width: 790px;
  margin-bottom: 25px;
}
._text h1,
._text h2,
._text h3,
._text h4,
._text h5,
._text h6 {
  margin: 50px 0 30px;
}

.snews-mini {
  margin-top: 50px;
}
.snews-mini__title {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 5px;
}
.snews-mini__date {
  color: #6c6c6c;
  font-size: 14px;
  line-height: 20px;
}

.snews-socials {
  margin-top: 30px;
}
.snews-socials__title {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 10px;
}
.snews-socials__row a:not(:last-child) {
  margin-right: 20px;
}
.snews-socials__row a path {
  transition: all 0.3s;
}
.snews-socials__row a:not(:last-child):hover path {
  fill: #90d3dc;
}
.snews-socials__row a:last-child:hover path {
  stroke: #90d3dc;
}
.snews__back {
  margin-top: 30px;
}

/* Services */
.servicesmain {
  padding: 317px 0;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.servicesmain:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 75.78%, rgba(0, 0, 0, 0.054) 100%);
}
.servicesmain:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.servicesmain__title {
  max-width: 565px;
  font-size: 50px;
  line-height: 57px;
  position: relative;
  z-index: 50;
}
.servicesmain__title span {
  color: #90d3dc;
}

.img-cover {
  position: relative;
}
.img-cover > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.services {
  padding-top: 30px;
}
.services-item > div {
  width: 50%;
}
.services-item__body {
  padding: 86px 107px 86px 70px;
  background: #2e2e2e;
  position: relative;
}
.services-item__title {
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 15px;
  font-weight: 700;
}
.services-item__list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
.services-item li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}
.services-item li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 5px;
  height: 5px;
  background: #90d3dc;
}
.services-item__counter {
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translate(0, -50%);
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  background: #222222;
  font-size: 18px;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #90d3dc;
}
.services-item._invert .services-item__body {
  order: 1;
}
.services-item._invert .services-item__image {
  order: 2;
}
.services-item._invert .services-item__counter {
  left: auto;
  right: -20px;
}

.a-news + .callback {
  margin-top: 95px;
}

/* Callback */
.callback {
  margin-top: 130px;
  background: url('img/callback/callback-bg.jpg');
  position: relative;
  padding: 50px 54px;
}
.callback__title {
  margin-bottom: 35px;
  font-size: 40px;
  line-height: 46px;
}
.callback-user {
  max-width: 545px;
}
.callback-user__image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
}
.callback-user__content {
  width: calc(100% - 100px);
  padding-left: 25px;
}
.callback-user__name {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  color: #90d3dc;
}
.callback-user__dl {
  font-size: 14px;
  line-height: 22px;
}
.callback-user__contacts {
  margin-top: 20px;
}
.callback-user__contacts a {
  font-size: 20px;
  line-height: 31px;
  margin-right: 50px;
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.callback-user__contacts a:last-child {
  margin-right: 0;
}
.callback__button {
  max-width: 208px;
  margin-top: 50px;
}
.callback__button p {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}
.callback__button a {
  width: 100%;
  text-align: center;
}
.callback__image {
  position: absolute;
  right: 35px;
  bottom: 0;
}

/* Services single */
.s-services .breadcrumbs {
  margin-bottom: 30px;
}
.s-main {
  padding: 89px 50px;
  margin-bottom: 50px;
  position: relative;
}
.s-main-info {
  display: inline-block;
  position: absolute;
  bottom: 30px;
  right: 30px;
  background: #222222;
  padding: 15px;
}
.s-main-info__name {
  font-size: 18px;
  line-height: 22px;
  color: #90d3dc;
  font-weight: 700;
}
.s-main-info__dl {
  font-size: 14px;
  line-height: 22px;
}
.s-main__title {
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 15px;
}
.s-main__title span {
  color: #90d3dc;
}
.s-main__text {
  max-width: 370px;
}
.s-main__text p:not(:last-child) {
  margin-bottom: 20px;
}

.s-main .btn-blue {
  margin-top: 30px;
}

.s__title {
  font-size: 40px;
  line-height: 46px;
  font-family: 'Lack', sans-serif;
  margin-bottom: 50px;
}
.s-list-item {
  padding: 30px;
  background: #2e2e2e;
  text-align: center;
  height: 100%;
}
.s-list-item__title {
  margin: 20px 0 15px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}
.s-list-item__text {
  font-size: 16px;
  line-height: 24px;
}
.s-list__row .row__col {
  margin-bottom: 30px;
}
.s-list {
  padding: 50px 0 35px;
}

/* s-guarantor */
.s-guarantor h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 25px;
}
.s-guarantor ol {
  margin: 0 0 20px;
  padding: 0 0 0 25px;
}
.s-guarantor ol li:not(:last-child) {
  margin-bottom: 20px;
}

/* Services work */
.s-work__block {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.s-work__left {
  padding-right: 90px;
  text-align: right;
  width: 399px;
  position: relative;
}
.s-work__left:after {
  content: '';
  position: absolute;
  right: -16px;
  top: 0;
  width: 17px;
  height: 17px;
  background: #90d3dc;
  z-index: 10;
}
.s-list__row .row__col:last-child .s-list-item {
  padding-left: 20px;
  padding-right: 20px;
}
.s-work__right {
  padding-left: 94px;
}
.s-work__count {
  font-weight: 700;
  font-size: 26px;
  line-height: 40px;
}
.s-work__content {
  width: 313px;
  max-width: 100%;
}
.s-work__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 31px;
  margin-bottom: 15px;
  color: #90d3dc;
}
.s-work__item .btn-blue {
  margin-top: 48px;
}
.s-work__item:not(:last-child) {
  margin-bottom: 85px;
}
.s-work__item:nth-child(even) .s-work__right {
  order: 1;
  padding-left: 0;
  padding-right: 96px;
}
.s-work__item:nth-child(even) .s-work__left {
  order: 2;
  padding-right: 0;
  padding-left: 96px;
  text-align: left;
}

.s-work__item:nth-child(even) .s-work__left:after {
  right: 0;
  left: -17px;
}

.s-work__block:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  width: 1px;
  height: 100%;
  background: #6c6c6c;
}

/* Catalog */
.catalog .breadcrumbs {
  margin-bottom: 30px;
}
.catalog .s-main {
  padding: 142px 50px;
}
.catalog .s-main__text {
  max-width: 390px;
}
.catalog__block._in {
  padding: 50px 0 65px;
}
.catalog__sort {
  margin-bottom: 30px;
}
.catalog__sort p {
  margin-right: 20px;
}
.catalog__sort a,
.catalog__sort button {
  color: #6c6c6c;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  margin-right: 30px;
  background-color: transparent;
  padding: 0;
  border: 0;
}
.catalog__sort span {
  font-weight: 600;
  margin-right: 10px;
}
.catalog__sort a:last-child,
.catalog__sort button:last-child {
  margin-right: 0;
}
.catalog__sort a._active,
.catalog__sort a:hover,
.catalog__sort button._active,
.catalog__sort button:hover {
  color: #fff;
}
.catalog__sort a svg,
.catalog__sort button svg {
  transition: all 0.3s;
}
/* .catalog__sort a._active svg {
  transform: rotate(-180deg);
} */
.catalog__sort a[data-sort-direction*='asc'] svg,
.catalog__sort button[data-sort-direction*='asc'] svg {
  transform: rotate(-180deg);
}

._fav .hobjects-item:hover .hobjects-item__cats {
  opacity: 1;
}

.profile-deals {
  margin-bottom: -30px;
}
.profile-deals__item {
  margin-bottom: 30px;
}

/* Add to fav */
.add-to-fav {
  display: flex;
  align-items: center;
  color: #fff;
  transition: all 0.3s;
}
.add-to-fav span {
  font-size: 14px;
  line-height: 21px;
  margin-left: 10px;
}
.header__fav:hover,
.add-to-fav:hover {
  opacity: 0.7;
}
.add-to-fav path {
  transition: all 0.3s;
}
.add-to-fav._active path {
  stroke: #90d3dc;
  fill: #90d3dc;
}

.fav-remove {
  display: flex;
  align-items: center;
  color: #fff;
  margin-bottom: 10px;
}
.fav-remove:hover {
  opacity: 0.7;
}
.fav-remove p {
  margin-right: 10px;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
}

.favs__row .row__col {
  margin-bottom: 30px;
}

/* Filter */
.filter {
  background: #2e2e2e;
}
.filter__header {
  padding: 20px 25px;
  border-bottom: 1px solid #222222;
}
.filter__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
}
.filter__reset {
  font-weight: 500;
  color: #90d3dc;
  font-size: 14px;
  line-height: 22px;
}
.filter__subtitle {
  font-weight: 600;
  margin-bottom: 10px;
}
.filter__subtitle sup {
  font-size: 9px;
}
.filter__item {
  padding: 15px 25px;
  border-bottom: 1px solid #222222;
}
.filter__checkbox {
  margin-right: 50px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 11px;
}
.filter__checkbox:last-child {
  margin-right: 0;
}
.filter__checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  margin: 0;
  cursor: pointer;
}
.filter__checkbox span {
  width: 15px;
  height: 15px;
  border: 1px solid #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.filter__checkbox span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  background: #90d3dc;
  opacity: 0;
  transition: all 0.3s;
}
.filter__checkbox input:checked + span:after {
  opacity: 1;
}
.filter__row {
  flex-wrap: wrap;
}
.filter__item._checkbox {
  padding-bottom: 5px;
}
.filter__item._50 .filter__checkbox {
  margin-right: 0;
  width: 50%;
}
.filter__item._32 .filter__checkbox {
  margin-right: 32px;
}
.filter__item .btn-blue {
  margin-bottom: 20px;
  margin-top: 19px;
}

.slider__style {
  margin-top: 20px;
  height: 5px;
  background: #6c6c6c;
  border: none !important;
  margin-bottom: 10px;
  border-radius: 0;
}
.slider__style .ui-slider-range {
  background: #fff;
}
.slider__style .ui-slider-handle {
  width: 13px;
  height: 13px;
  border: none;
  background: #90d3dc;
  border-radius: 0;
  top: -4px;
}

.catalog-item-image {
  position: relative;
}
.catalog-item-image__item {
  height: 276px;
  position: relative;
}
.catalog-item-image__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mainmenu__header .header__langs {
  display: none;
}

.catalog-item__cats {
  display: flex;
  align-items: center;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
}
.catalog-item__cats p {
  font-size: 12px;
  line-height: 18px;
  padding: 4px 10px;
  background: #222222;
  margin-right: 15px;
}
.catalog-item__cats p:last-child {
  margin-right: 0;
}
.catalog-item__pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 6px;
  background: #2e2e2e;
  display: flex;
  align-items: center;
}
.catalog-item__pagination .swiper-pagination-bullet {
  background: #6c6c6c;
  width: 9px;
  height: 9px;
  margin-right: 8px;
  border-radius: 0;
  transition: all. 3s;
}
.catalog-item__pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.catalog-item__pagination .swiper-pagination-bullet-active {
  background: #90d3dc;
  width: 13px;
  height: 13px;
}
.catalog-item__body {
  padding: 15px 25px 25px;
  background: #2e2e2e;
}
.catalog-item__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 5px;
}
.catalog-item__subtitle {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.catalog-item__subtitle p {
  font-weight: 600;
  color: #6c6c6c;
  margin-right: 20px;
}
.catalog-item__subtitle p:last-child {
  margin-right: 0;
}
.catalog-item__info {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.catalog-item__info > div {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.catalog-item__info > div:last-child {
  margin-right: 0;
}
.catalog-item__info > div p {
  font-size: 12px;
  line-height: 18px;
  margin-left: 6px;
}
.catalog-item__rent {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.catalog-item__rent p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 5px;
  margin-right: 20px;
  padding-left: 13px;
  position: relative;
}
.catalog-item__rent p:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 5px;
  height: 5px;
  background: #fff;
}
.catalog-item__price {
  font-weight: 700;
  font-size: 20px;
  line-height: 31px;
  margin-bottom: 10px;
  color: #90d3dc;
}
.catalog-item__price span {
  color: #fff;
}
.catalog-item__fav {
  margin-bottom: 22px;
}
.catalog__row .row__col {
  margin-bottom: 30px;
}

.catalog-map .block__title {
  margin-bottom: 15px;
}
.catalog-map {
  padding-bottom: 0;
}

/* Tabs */
.tabs {
  margin-bottom: 50px;
}
@media (hover: none) and (pointer: coarse) {
  .tabs {
    overflow-x: hidden;
  }
}
.tabs__title {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 21px;
}
@media (hover: none) and (pointer: coarse) {
  .tabs__row {
    overflow-x: auto;
    scroll-behavior: smooth;
    width: 100%;
  }
}
.tabs__row a {
  flex-shrink: 1;
  font-weight: 600;
  padding: 11px 0;
  color: #6c6c6c;
  border: 1px solid #90d3dc;
  width: 99px;
  text-align: center;
}
.tabs__row a:hover,
.tabs__row a._active {
  background: #90d3dc;
  color: #2e2e2e;
}

/* Form */
.form {
  padding: 25px 30px 30px;
  background: #2e2e2e;
}

.form__header {
  margin-bottom: 20px;
}

.form__title {
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 5px;
  font-weight: 700;
}
.form__text {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
}
.form__row {
  position: relative;
  margin-bottom: 15px;
}

.form__row:last-child {
  margin-bottom: 0;
}

.form__row--row {
  display: flex;
}

.form__row--row input {
  flex-grow: 1;
}

.form__row--row button {
  flex-shrink: 0;
}

.form__row label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 5px;
}
.form__row input {
  width: 100%;
  padding: 0 20px;
  height: 50px;
  border: 1px solid #ffffff;
  background: none;
  padding: 0 20px;
  color: #fff;
}
.form__button {
  margin-top: 30px;
}
.form__checkbox {
  margin-top: 10px;
  max-width: 220px;
  margin-bottom: 0;
}
.form__checkbox label {
  display: block;
  font-size: 12px;
  line-height: 15px;
  color: #6c6c6c;
}

.form__checkbox.error span {
  border-color: #f16063;
}

/* Video play */
.video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  cursor: pointer;
  z-index: 30;
}
.video__play svg {
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
}

/* About */
.a-main {
  margin-bottom: 30px;
}
.a-info {
  padding-bottom: 50px;
}
.a-info__video {
  display: block;
}
.a-info__video:after {
  content: '';
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.a-info__block {
  padding: 45px 0;
  text-align: center;
  background-color: #2e2e2e;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 10;
}
.a-info__title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
.a-info__text {
  max-width: 366px;
  margin: 0 auto;
}
.a-info__block .btn-blue {
  margin-top: 25px;
}
.a-info__block._image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.a-info__video {
  height: 100%;
}

/* About principles */
.a-principles__title {
  font-size: 26px;
  line-height: 40px;
  margin: 20px 0 15px;
}
.a-principles__block {
  border-top: 0.5px solid #6c6c6c;
  padding: 30px 0;
}
.a-principles__subtext {
  margin-bottom: 16px;
}
.a-principles__number {
  font-size: 40px;
  line-height: 45px;
  font-family: 'Lack', sans-serif;
  color: #90d3dc;
}
.a-principles__block:last-child {
  border-bottom: 0.5px solid #6c6c6c;
}

.a-principles__block-icon .a-principles__text {
  max-width: 500px;
}
.a-principles__block-icon .row__col:last-child .a-principles__text {
  max-width: 530px;
}

/* A news */
.a-news {
  padding-bottom: 35px;
}
.a-news__header {
  margin-bottom: 50px;
}
.a-news__header .block__title {
  margin-bottom: 0;
}
.a-news__header a {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #90d3dc;
  margin-top: 8px;
}
.a-news__item {
  display: block;
  height: 234px;
  position: relative;
  z-index: 10;
  padding: 23px 38px 23px 30px;
  color: #fff;
}
.a-news__date {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 5px;
}
.a-news__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #fff;
}

.a-news__item:hover .a-news__title {
  color: #90d3dc;
}

.a-news__item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.a-news__more {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-weight: 600;
  opacity: 0;
  transition: all 0.3s;
}
.a-news__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  filter: grayscale(1);
  z-index: -1;
}
.a-news__item:hover .a-news__image {
  filter: grayscale(0);
}
.a-news__item:hover .a-news__more {
  opacity: 1;
}
.a-news .row__col {
  margin-bottom: 30px;
}

/* Team people */

.team {
  padding: 30px 0 0;
}

.team__slider {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.t-people-item__image {
  height: 415px;
  margin-bottom: 20px;
}
.t-people-item__name {
  font-size: 20px;
  line-height: 31px;
  font-weight: 700;
}
.t-people-item__dl {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 20px;
  color: #90d3dc;
}
.t-people-item__text {
  padding-right: 40px;
}
.t-people-item__text p:not(:last-child) {
  margin-bottom: 25px;
}

/* Team main */
.t-main {
  padding: 130px 0 0;
}
.t-main .row__col {
  margin-bottom: 40px;
}
.t-main-item__image {
  height: 370px;
  position: relative;
  background: linear-gradient(128.26deg, #040205 5.47%, #19181c 42.14%, #1e1e1e 99.17%);
}
.t-main-item__image img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.t-main-item__top {
  padding: 15px 30px;
  background: #2e2e2e;
  border-bottom: 1px solid #222222;
}
.t-main-item__name {
  font-size: 18px;
  line-height: 22px;
  color: #90d3dc;
}
.t-main-item__dl {
  font-size: 14px;
  line-height: 22px;
}
.t-main-item__bottom {
  padding: 10px 30px 30px;
  background: #2e2e2e;
}
.t-main-item__info {
  margin-bottom: 15px;
}
.t-main-item__info b {
  font-weight: 700;
  color: #90d3dc;
}
.t-main-item__phone {
  margin-bottom: 4px;
}
.t-main-item__phone a {
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.t-main-item__email a {
  display: inline-block;
  color: #6c6c6c;
  border-bottom: 1px solid #6c6c6c;
}

/* Main menu */
.mainmenu {
  position: fixed;
  left: -100%;
  opacity: 0;
  top: 0;
  width: 585px;
  height: 100%;
  background: #222222;
  z-index: 99;
  padding: 20px 30px 30px 215px;
  overflow-y: auto;
}
.mainmenu__header {
  margin-bottom: 30px;
}
.mainmenu__close {
  cursor: pointer;
  transition: all 0.3s;
}
.mainmenu__close:hover {
  opacity: 0.7;
}
.mainmenu__close span {
  line-height: 21px;
  font-size: 14px;
  margin-right: 10px;
}
.mainmenu__buttons a {
  font-size: 16px;
  line-height: 24px;
  margin-right: 30px;
}
.mainmenu__buttons a._active,
.mainmenu__buttons a:hover {
  color: #90d3dc;
}
.mainmenu__buttons a:last-child {
  margin-right: 0;
}
.mainmenu__buttons {
  margin-bottom: 30px;
}
.mainmenu__buttons a {
  margin-right: 30px;
  color: #fff;
}
.mainmenu__buttons a:last-child {
  margin-right: 0;
}
.mainmenu-menu:not(:last-child) {
  margin-bottom: 25px;
}

.mainmenu-menu a:hover {
  opacity: 0.7;
}
.mainmenu-profile__link:hover {
  color: #b1f6ff;
}

.mainmenu-menu__title {
  display: block;
  margin-bottom: 10px;
  font-family: 'Lack', sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #90d3dc;
}
.mainmenu-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mainmenu-menu__list li:not(:last-child) {
  margin-bottom: 5px;
}
.mainmenu-menu__list li a {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
.mainmenu-menu__list li a span {
  color: #90d3dc;
  margin-left: 5px;
}
.mainmenu__socials {
  margin-top: 87px;
}
.mainmenu__socials a {
  margin-right: 20px;
  border: 1px solid #ffffff;
  width: 50px;
  height: 50px;
  position: relative;
}
.mainmenu__socials a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mainmenu__socials a:hover {
  background: #fff;
}
.mainmenu-profile {
  margin-bottom: 32px;
  color: #fff;
}
.mainmenu-profile__image {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background: #fff;
  position: relative;
}
.mainmenu-profile__image svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mainmenu-profile__number {
  position: absolute;
  width: 18px;
  height: 18px;
  background: #90d3dc;
  font-weight: 700;
  font-size: 10px;
  line-height: 17px;
  color: #000;
  text-align: center;
  right: -8px;
  top: -4px;
}
.mainmenu-profile__content {
  width: calc(100% - 39px);
  padding-left: 20px;
}
.mainmenu-profile__title b {
  color: #90d3dc;
}
.mainmenu-profile__link {
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 19px;
}
.mainmenu__form {
  background: none;
  padding: 0;
}
.form__remember {
  margin-top: 15px;
}
.form__remember a {
  display: block;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
}
.form__remember a:hover {
  opacity: 0.7;
}
.mainmenu__tab {
  display: none;
}
.mainmenu__tab._active {
  display: block;
}

/* Profile */
.profile-menu {
  padding: 13px 30px;
  background: #2e2e2e;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profile-menu ul li:not(:last-child) {
  margin-right: 43px;
}
.profile-menu ul a {
  display: block;
  color: #6c6c6c;
}
.profile-menu ul a:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #90d3dc;
  margin-top: 8px;
  display: none;
}
.profile-menu ul li.current-menu-item a:after {
  display: block;
}
.profile-menu ul a:hover,
.profile-menu ul li.current-menu-item a {
  color: #fff;
}
.profile-menu a._callback {
  padding: 14px 48px;
  background: #90d3dc;
  color: #2e2e2e;
}
.profile-menu a._callback:hover {
  background: #b1f6ff;
}
.profile__info {
  width: 376px;
  max-width: 100%;
}
.profile-main {
  padding: 0 0 20px 6px;
  border-bottom: 0.5px solid #6c6c6c;
}
.profile-main__image {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #fff;
  position: relative;
}
.profile-main__image svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.profile-main__content {
  width: calc(100% - 62px);
  padding-left: 25px;
}
.profile-main__name {
  font-weight: 700;
  font-size: 26px;
  line-height: 40px;
}
.profile-main__name span {
  color: #90d3dc;
}
.profile-main__id {
  font-size: 14px;
  line-height: 22px;
  color: #6c6c6c;
}
.profile-settings__top {
  padding: 20px 0;
  border-bottom: 0.5px solid #6c6c6c;
  margin-bottom: 20px;
}
.profile-settings__row {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  position: relative;
}
.profile-settings__row:last-child {
  margin-bottom: 0;
}
.profile-settings__row > * {
  font-size: 14px;
  line-height: 22px;
}
.profile-settings__row p:first-child {
  width: 100px;
  color: #6c6c6c;
}
.profile-settings__row p:nth-child(2) {
  font-weight: 600;
}
.profile-settings__row a {
  display: inline-block;
  font-size: 12px;
  line-height: 19px;
  color: #6c6c6c;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.profile-settings__row a:hover {
  color: #fff;
}
.profile-personal {
  width: 670px;
  max-width: 100%;
}
.profile-personal .block__subtitle {
  margin-bottom: 30px;
}
.profile-personal__slide {
  padding: 63px 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.profile-personal__title {
  max-width: 303px;
  font-size: 30px;
  line-height: 34px;
}
.profile-personal__title span {
  color: #90d3dc;
}
.profile-personal .btn-blue {
  margin-top: 30px;
}
.profile__flex {
  margin-bottom: 50px;
}
.profile-ex {
  padding-top: 65px;
}
.profile-ex .block__title {
  font-size: 30px;
  line-height: 34px;
}
.profile-ex__slide {
  height: 371px;
  position: relative;
  padding: 30px;
  display: block;
  color: #fff;
}
.profile-ex__slide > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.profile-ex__slide:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 38.14%, rgba(0, 0, 0, 0.6305) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.profile-ex__info {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  transition: all 0.3s;
}
.profile-ex__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  padding-right: 10px;
}
.profile-ex__button {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 30px;
  padding: 0 30px;
  z-index: 15;
  opacity: 0;
  transition: all 0.3s;
}
.profile-ex__text {
  position: relative;
  z-index: 15;
}
.profile-ex__slide:hover .profile-ex__info {
  color: #90d3dc;
}
.profile-ex__slide:hover .profile-ex__button {
  opacity: 1;
}

/*.profile-ex .swiper-slide {
	width: 270px !important;
}*/

/* Profile deals */
.profile._deal .profile-menu {
  margin-bottom: 30px;
}
.profile-deals__cats {
  position: absolute;
  top: 15px;
  left: 15px;
  display: flex;
  align-items: center;
}
.profile-deals__cats p {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 18px;
  background: #222222;
  margin-right: 10px;
}
.profile-deals__cats p:last-child {
  margin-right: 0;
}
.profile-deals__image {
  width: 270px;
  max-width: 100%;
}
.profile-deals__content {
  width: calc(100% - 270px);
  background: #2e2e2e;
}
.profile-deals__block {
  padding: 15px 23px 15px 20px;
  border-bottom: 1px solid #222222;
}
.profile-deals__block:last-child {
  border-bottom: none;
}
.profile-deals__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 5px;
}
.profile-deals__info p {
  color: #6c6c6c;
  font-weight: 600;
  margin-right: 20px;
  font-size: 14px;
  line-height: 21px;
}
.profile-deals__info p:last-child {
  margin-right: 0;
}
.profile-deals__list {
  max-width: 173px;
  flex-wrap: wrap;
  margin-bottom: -15px;
}
.profile-deals__list > div {
  width: 50%;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.profile-deals__list > div p {
  margin-left: 6px;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
}
.profile-deals__price {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 5px;
  color: #90d3dc;
}
.profile-deals__price span {
  color: #fff;
}
.profile-deals__more {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}
.profile-deals__more:hover {
  color: #b1f6ff;
}
._calculate .profile-menu {
  margin-bottom: 30px;
}
.calculate__row:not(:last-child) {
  margin-bottom: 40px;
}
.calculate__label {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 15px;
}
.calculate__input {
  position: relative;
  margin-bottom: 11px;
}
.calculate__input input {
  border: 1px solid #ffffff;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  font-weight: 700;
  color: #90d3dc;
  font-size: 14px;
  background: none;
}
.calculate__info p {
  font-size: 14px;
  line-height: 22px;
}
.calculate__slide {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
}
.calculate-result {
  background: #2e2e2e;
}
.calculate-result__block {
  padding: 30px 30px 15px;
  border-bottom: 1px solid #222222;
}
.calculate-result__block:last-child {
  border-bottom: none;
  padding-bottom: 30px;
  padding-top: 15px;
}
.calculate-result__mon {
  margin-bottom: 30px;
}
.calculate-result__mon p:first-child {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
}
.calculate-result__mon p:last-child {
  font-weight: 700;
  font-size: 20px;
  line-height: 31px;
  color: #90d3dc;
}
.calculate-result__mon p span {
  color: #fff;
}
.calculate-result__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.calculate-result__info p {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
}
.calculate-result__info p._procent {
  font-size: 16px;
  line-height: 24px;
}
.calculate-result__button {
  margin-top: 30px;
}
.calculate-result__button p {
  font-size: 14px;
  line-height: 22px;
  margin-top: 10px;
  color: #6c6c6c;
}
/* Profile faq */
.profile._faq .profile-menu {
  margin-bottom: 30px;
}
.faq-item {
  border-top: 0.5px solid #6c6c6c;
}
.faq-item:last-child {
  border-bottom: 0.5px solid #6c6c6c;
}
.faq-item__header {
  padding: 30px 0;
  font-size: 26px;
  line-height: 40px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}
.faq-item__header span {
  color: #90d3dc;
}
.faq-item__header:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 14px;
  height: 14px;
  background: url('img/icons/icon-faq.svg');
  transition: all 0.3s;
}
.faq-item__header:before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 14px;
  height: 4px;
  background: #90d3dc;
  opacity: 0;
  transition: all 0.3s;
}
.faq-item__header._active:before {
  opacity: 1;
}
.faq-item__header._active:after {
  opacity: 0;
}
.faq-item__body {
  display: none;
  max-width: 780px;
  padding-bottom: 30px;
}
.faq-item__body p:not(:last-child) {
  margin-bottom: 20px;
}

/* Home */

/* HStyle */
.hstyle {
  padding-top: 175px;
}
.hstyle__video {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
  height: 100%;
}
.hstyle__video:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
  z-index: -1;
}
.hstyle__content {
  background: #2e2e2e;
}
.video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  cursor: pointer;
}
.video__play svg {
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
}
.hstyle__item {
  padding: 15px 62px 15px 30px;
  border-bottom: 0.5px solid #6c6c6c;
}
.hstyle__item:first-child {
  padding-top: 30px;
  padding-bottom: 30px;
}
.hstyle__item:last-child {
  border-bottom: none;
  padding-bottom: 30px;
}
.hstyle__item h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 5px;
}
.hstyle__item > p + p {
  margin-top: 28px;
}
.hstyle-director__image {
  margin-left: 50px;
}
.hstyle-director__name {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
.hstyle-director__dl {
  color: #6c6c6c;
}
.hstyle__link {
  margin-top: 25px;
}

.hstyle__bottom {
  margin-top: 50px;
}
.hstyle__team {
  max-width: 506px;
}
.hstyle__team p {
  margin-bottom: 25px;
}
.hstyle__team a {
  margin-top: 10px;
  width: 220px;
  max-width: 100%;
  text-align: center;
}
.hstyle__team p:last-child {
  font-size: 14px;
  line-height: 18px;
}
/* H new */
.hnew .block__title {
  margin-bottom: 15px;
}
.hnew-menu {
  margin-bottom: 50px;
}
.hnew-menu__title {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 21px;
}
.hnew-menu__row a {
  font-weight: 600;
  padding: 11px 21px;
  color: #6c6c6c;
  border: 1px solid #90d3dc;
}
.hnew-menu__row a:hover,
.hnew-menu__row a._active {
  background: #90d3dc;
  color: #2e2e2e;
}
.hnew__row {
  margin: 0;
}
.hnew__row .row__col:first-child {
  width: 670px;
  max-width: 100%;
  padding-left: 0;
}
.hnew__row .row__col:last-child {
  width: calc(100% - 670px);
  padding-right: 0;
}
.hnew-gallery {
  position: relative;
  height: 100%;
}
.hnew-gallery .swiper-container {
  height: 100%;
}
.hnew-gallery__item {
  height: 100%;
}
.hnew-gallery__info {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 30;
}
.hnew-gallery__info p {
  padding: 6px 10px 4px;
  font-size: 12px;
  line-height: 18px;
  margin-right: 15px;
  background: #222222;
}
.hnew-gallery__info p:last-child {
  margin-right: 0;
}
.hnew-gallery__item:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 80.7%, rgba(0, 0, 0, 0.512) 100%);
}
.hnew-gallery__buttons {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 50;
  display: flex;
  align-items: center;
}
.hnew-gallery__buttons .swiper__counter {
  margin-right: 20px;
}

.hnew__slide {
  width: 1170px;
  transition: all 0.3s;
}
.hnew__slide.swiper-slide-next {
  transform: scaleY(0.9);
  transform: scaleY(0.9);
  filter: grayscale(1);
}

.hnew-objects-item {
  background: #2e2e2e;
}
.hnew-objects-item__top {
  padding: 30px 30px 15px;
  border-bottom: 0.5px solid #6c6c6c;
}
.hnew-objects-item__title {
  display: block;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 5px;
  color: #90d3dc;
  max-width: 290px;
  font-weight: 600;
}
.hnew-objects-item__subtitle p {
  margin-right: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #6c6c6c;
}
.hnew-objects-item__subtitle p:last-child {
  margin-right: 0;
}
.hnew-objects-item__body {
  padding: 15px 30px 15px;
  border-bottom: 0.5px solid #6c6c6c;
}
.hnew-objects-item__info p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
}
.hnew-objects-item__info strong {
  font-size: 16px;
  margin-left: 5px;
  color: #90d3dc;
  font-weight: 700;
}
.hnew-objects-item__text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 22px;
  max-width: 320px;
}
.hnew-objects-item__bottoom {
  padding: 15px 30px 30px;
}
.hnew-objects-item__price {
  font-weight: 700;
  color: #90d3dc;
  font-size: 20px;
  line-height: 31px;
}
.hnew-objects-item__price span {
  color: #fff;
}
.hnew-objects-item__fav {
  margin-bottom: 30px;
}
.hnew-objects-item__fav a span {
  margin-left: 10px;
  font-size: 14px;
  line-height: 22px;
}

.swiper__buttons {
  display: flex;
  align-items: center;
}
.swiper__buttons > div {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  transform: none;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 15px;
}
.swiper__buttons > div:last-child {
  margin-right: 0;
}
.swiper__buttons > div svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper__buttons > div:after {
  display: none;
}
.swiper__counter {
  font-size: 18px;
  line-height: 27px;
  margin-left: 20px;
  font-weight: 700;
}
.swiper__counter span {
  font-size: 26px;
  line-height: 40px;
}
.hnew-objects-item__buttons {
  margin-bottom: 15px;
}
/* H We */
.hwe-item {
  padding: 30px 52px 30px 30px;
  background: #2e2e2e;
  height: 100%;
}
.hwe-item__title {
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
.hwe-item__text {
  font-size: 16px;
  line-height: 25px;
}

/* H objects */
.hobjects {
  padding-bottom: 35px;
}
.hobjects .block__title {
  margin-bottom: 15px;
}
.hobjects__header {
  margin-bottom: 50px;
  align-items: flex-end;
}
.hobjects__header .tabs {
  margin-bottom: 0;
}
.hobjects-item {
  height: 395px;
  position: relative;
  padding: 20px;
  color: #fff;
  display: block;
  overflow: hidden;
}
.hobjects-item__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s;
}
.hobjects-item:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 54.81%, rgba(0, 0, 0, 0.88) 100%);
}
.hobjects-item:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(2px) grayscale(1);
  z-index: 10;
  transition: all 0.3s;
  opacity: 0;
}
.hobjects-item__cats {
  position: relative;
  z-index: 10;
  transition: all 0.3s;
}
.hobjects-item__cats p {
  margin-right: 15px;
  padding: 6px 10px 4px;
  background: #222222;
  font-size: 12px;
  line-height: 18px;
}
.hobjects-item__cats p:last-child {
  margin-right: 0;
}
.hobjects-item__content {
  position: absolute;
  bottom: 30px;
  padding: 0 30px;
  left: 0;
  width: 100%;
  z-index: 15;
}
.hobjects-item__type {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}
.hobjects-item__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #90d3dc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hobjects-item__info p {
  margin-right: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}
.hobjects-item__info p:last-child {
  margin-right: 0;
}
.hobjects-item__text {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 21px;
}
.hobjects-item__price {
  margin-bottom: 10px;
}
.hobjects-item__fav {
  margin-bottom: 30px;
}
.hobjects__tab {
  display: none;
}
.hobjects__tab._active {
  display: block;
}

.hobjects-item:hover:before {
  opacity: 1;
}
.hobjects-item__hide {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  transition: all 0.3s;
}
.hobjects-item:hover .hobjects-item__hide {
  visibility: visible;
  opacity: 1;
  max-height: 395px;
}
.hobjects-item:hover .hobjects-item__cats {
  opacity: 0;
}

.hobjects .row__col {
  margin-bottom: 30px;
}

._price {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #90d3dc;
}
._price span {
  color: #fff;
}

/* H advantages */
.hadvantages__left {
  width: 683px;
  max-width: 100%;
  flex-wrap: wrap;
  margin-bottom: -60px;
}
.hadvantages__right {
  width: 370px;
  max-width: 100%;
}
.form__cats {
  margin-top: 25px;
}
.form__cats .filter__checkbox {
  margin-right: 25px;
  margin-bottom: 0;
}
.form__cats .filter__checkbox:last-child {
  margin-right: 0;
}
.form__cats .filter__checkbox label {
  font-size: 14px;
}
.hadvantages__right .form__button {
  margin-top: 28px;
}
.hadvantages__right .form__checkbox {
  max-width: 220px;
}
.hadvantages-item {
  max-width: 283px;
  margin-bottom: 60px;
}
.hadvantages-item__title {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
  margin-top: 20px;
}
.hadvantages-item__text {
  font-size: 16px;
  line-height: 24px;
}

/* H Services */
.hservices-item {
  height: 374px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  color: #fff;
  overflow: hidden;
}
.hservices-item:after,
.hservices-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.hservices-item:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.84%, rgba(0, 0, 0, 0.776) 100%);
}
.hservices-item:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  backdrop-filter: blur(2px) grayscale(1);
  z-index: 9;
  opacity: 0;
}
.hservices-item__content {
  position: absolute;
  bottom: 30px;
  left: 0;
  padding: 0 30px;
  z-index: 10;
}
.hservices-item__title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}
.hservices-item__info {
  margin-bottom: 15px;
  color: #999999;
  font-size: 12px;
  line-height: 19px;
  opacity: 0;
  transition: all 0.3s;
}
.hservices-item__text {
  margin-top: 30px;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 25px;
}
.hservices-item:hover:before {
  opacity: 1;
}
.hservices-item:hover .hservices-item__title {
  color: #90d3dc;
}
.hservices-item:hover .hservices-item__info {
  opacity: 1;
}
.hservices-item__hide {
  opacity: 0;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.3s;
}
.hservices-item:hover .hservices-item__hide {
  visibility: visible;
  opacity: 1;
  max-height: 374px;
}

/* H News */

/* Callback fixed */
.callback__fixed {
  position: fixed;
  bottom: 5%;
  right: 3%;
  z-index: 999;
  display: none;
}
.callback__fixed > a {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #90d3dc;
}
.callback__fixed > a > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Cooperation */
.cooperation .breadcrumbs {
  margin-bottom: 30px;
}
.cooperation .s-main {
  padding: 129px 50px;
}
.cooperation .s-list-item {
  padding-left: 24px;
  padding-right: 24px;
}
.cooperation .s-list-item__text {
  margin-top: 30px;
}

/* Forms */
.form__error {
  font-size: 12px;
  line-height: 12px;
  color: #f16063;
  margin-top: 5px;
}

/* Checkbox */
.checkbox {
  position: relative;
  padding-left: 30px;
}
.checkbox:last-child {
  margin-right: 0;
}
.checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  margin: 0;
  cursor: pointer;
}
.checkbox span {
  width: 15px;
  height: 15px;
  border: 1px solid #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.checkbox span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  background: #90d3dc;
  opacity: 0;
  transition: all 0.3s;
}
.checkbox input:checked + span:after {
  opacity: 1;
}

/* Reviews */
.reviews-item__content {
  width: 570px;
  max-width: 100%;
  margin-right: -70px;
  position: relative;
  z-index: 10;
}
.reviews-item__image {
  width: 100%;
  max-width: 100%;
  transition: all 0.3s;
}

.swiper-slide-active .reviews-item__image {
  height: 554px;
  filter: grayscale(0);
  opacity: 1;
}
.reviews-item__image {
  height: 344px;
  filter: grayscale(1);
  opacity: 0.33;
  transition: all 0.3s;
}
.reviews-item__image img {
  object-position: top;
}

.reviews__image .swiper-wrapper {
  align-items: center;
}

.reviews {
  overflow: hidden;
}
.reviews__row {
  position: relative;
}
.reviews__image {
  position: absolute;
  top: 22%;
}

.reviews__image .swiper-container {
  overflow: visible;
}

.reviews__text {
  position: relative;
  z-index: 99;
}

.reviews {
  position: relative;
}

.reviews__image .swiper-slide-active {
  width: 369px !important;
}

.reviews__image .swiper-slide {
  width: 344px;
}

.reviews-item__block {
  background: #2e2e2e;
}
.reviews-item__header {
  padding: 20px 30px 15px;
  border-bottom: 0.5px solid #6c6c6c;
}
.reviews-item__date {
  color: #6c6c6c;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}
.reviews-item__name {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}
.reviews-item__sd {
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
}
.reviews-item__body {
  padding: 15px 32px 30px 30px;
}
.reviews-item__body p {
  margin-bottom: 20px;
}
.reviews-item__body a {
  font-weight: 600;
  color: #90d3dc;
}
.reviews-item__body a:hover {
  color: #b1f6ff;
}
.reviews-item__buttons {
  margin-bottom: 30px;
}
.reviews-item__buttons .swiper__counter {
  margin-left: 20px;
}
/*.reviews__row .swiper-slide {
	width: 870px;
}
.reviews__row .swiper-slide {
	width: 270px;
}
.reviews__row .swiper-slide-active {
	width: 870px;
}
.reviews__row .swiper-slide .reviews-item__content {
	opacity: 0;
	width: 0;
	height: 0;
	visibility: hidden;
	margin-right: 0;
	transition: all .3s;
}
.reviews__row .swiper-slide-active .reviews-item__content {
	opacity: 1;
	width: 570px;
	height: auto;
	visibility: visible;
}
.reviews__row .swiper-slide:not(.swiper-slide-active) .reviews-item__image {
	height: 344px;
	filter: grayscale(1);
}
.reviews__row .swiper-wrapper {
	align-items: center;
}
.reviews__row .swiper-slide-active {
	width: 870px;
	max-width: 100%;
}
.reviews__row .swiper-slide:not(.swiper-slide-active) {
	width: 270px;
}
.reviews__row .swiper-slide:not(.swiper-slide-active) .reviews-item__content {
	opacity: 0;
	visibility: hidden;
	width: 0;
	height: 0;
	margin-right: 0;
	transition: all .3s;
}
.reviews__row .swiper-slide:not(.swiper-slide-active) .reviews-item__image {
	height: 344px;
	filter: grayscale(1);
}
.reviews__row .swiper-wrapper {
	align-items: center;
}*/

/* Ex block */
.ex {
  padding-bottom: 30px;
}
.ex__block {
  padding: 95px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('img/ex-bg.jpg');
  position: relative;
}
.ex__image {
  position: absolute;
  right: 57px;
  top: 77px;
}
.ex__block .form {
  width: 370px;
  max-width: 100%;
}

/* Cooperation result */
.c-garant .block__title {
  margin-bottom: 15px;
}
.c-garant__subtitle {
  margin-bottom: 30px;
}
.c-garant__block._flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-garant__block {
  border-top: 0.5px solid #6c6c6c;
  padding-top: 30px;
}
.c-garant__item {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}
.c-garant__item:nth-child(odd) {
  width: 700px;
  max-width: 100%;
}
.c-garant__item:nth-child(even) {
  width: calc(100% - 700px);
}
.c-garant__number {
  color: #90d3dc;
  font-size: 40px;
  line-height: 46px;
  margin-right: 15px;
}
.c-garant__value {
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 2px;
}
.c-garant__block._text {
  paddin-bottom: 30px;
  text-align: center;
}
.c-garant__block._text p {
  max-width: 100%;
}

/* Open */
.open__l {
  width: 530px;
  max-width: 100%;
}
.open__r {
  width: calc(100% - 530px);
  padding-left: 28px;
}
.open__r .block__title {
  margin-bottom: 60px;
}
.open__r .block__title span {
  color: #90d3dc;
}
.open__text {
  padding-right: 50px;
}
.open__text p {
  margin-bottom: 30px;
}
.open__l {
  padding-left: 20px;
}
.open__image {
  position: relative;
}
.open-info {
  position: absolute;
  bottom: 30px;
  left: 9px;
  display: inline-block;
  padding: 15px;
  background: #222222;
}
.open-info__name {
  font-weight: 700;
  color: #90d3dc;
  font-size: 18px;
  line-height: 22px;
}
.open-info__dl {
  font-size: 14px;
  line-height: 22px;
}
.open__block {
  position: relative;
}
.open__block:after {
  content: '';
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 375px;
  background: url('img/cooperation/open-bg.jpg') center center no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
}

.cooperation .s-list {
  padding-bottom: 0;
}

/* Catalog single */
.s-catalog__l {
  width: calc(100% - 370px);
  padding-right: 30px;
}
.s-catalog__r {
  width: 370px;
  max-width: 100%;
}

.s-catalog .block__title {
  max-width: 754px;
  margin-bottom: 20px;
}

.s-top {
  margin-bottom: 20px;
}
.s-top__item {
  display: flex;
  align-items: flex-end;
  margin-right: 50px;
}
.s-top__item:last-child {
  margin-right: 0;
}
.s-top__item_label {
  color: #6c6c6c;
  font-size: 14px;
  line-height: 22px;
}
.s-top__item_price {
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  color: #90d3dc;
  margin-left: 10px;
}
.s-top__item_price span {
  color: #fff;
}
.s-top__item_pdf {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
.s-top__item_pdf span {
  margin-right: 10px;
}
.s-top__item_val {
  margin-left: 5px;
}

.catalog-gallery-top__image {
  height: 442px;
}
.catalog-gallery-bottom__item {
  height: 93px;
  border: 1px solid rgba(0, 0, 0, 0);
}
.catalog-gallery-bottom {
  margin-top: 30px;
  padding: 10px 15px;
  background: #2e2e2e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-gallery-bottom__m {
  margin-left: 17px;
  margin-right: 17px;
  width: 670px;
  max-width: 100%;
}
.catalog-gallery-bottom__button {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  transform: none;
}
.catalog-gallery-bottom__button:after {
  display: none;
}
.catalog-gallery-bottom .swiper-slide-thumb-active .catalog-gallery-bottom__item {
  border-color: #90d3dc;
}

.s-catalog__item {
  margin-bottom: 50px;
}

.catalog-text,
.s-features {
  background: #2e2e2e;
}
.catalog-text__header,
.s-features__header {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  padding: 20px 30px;
  border-bottom: 1px solid #222222;
}
.catalog-text__body {
  padding: 25px 30px;
}
.catalog-text__body p {
  padding-right: 36px;
}
.catalog-text__body p:not(:last-child) {
  margin-bottom: 20px;
}
.catalog-text__body h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-top: 25px;
  margin-bottom: 20px;
}

.gallery {
  display: flex;
  align-items: center;
}
.gallery-item {
  width: 50% !important;
  float: none !important;
  margin-top: 0 !important;
  text-align: left !important;
}
.gallery-item img {
  border: none !important;
}

.s-features__body {
  padding: 25px 30px 0;
}
.s-features__item {
  display: flex;
  align-items: center;
  width: 33.3333%;
  margin-bottom: 30px;
}
.s-features__item_icon {
  width: 40px;
  text-align: center;
  margin-right: 10px;
}
.s-features__item p {
  font-size: 14px;
  line-height: 22px;
}
.s-features__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.s-catalog-video {
  margin-top: 80px;
}
.s-catalog-video__block {
  height: 516px;
  position: relative;
}
.s-catalog-video__block:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}
.s-catalog-video .block__title {
  margin-bottom: 50px;
}

.s-catalog-relations {
  margin-top: 130px;
}
.s-catalog-relations .block__title {
  margin-bottom: 50px;
}
/*.s-catalog-relations > .swiper-container .swiper-slide {
	width: 370px;
}*/

.profile-deals-not .block__subtitle {
  margin-bottom: 5px;
}

.footer-bottom__col--item:not(:last-child) {
  margin-bottom: 30px;
}

/* Popup */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}
.popup__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #222222;
  opacity: 0.79;
  z-index: 90;
}
.popup__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.popup__close {
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
  height: 14px;
  transition: all 0.3s;
  z-index: 10;
}
.popup__close:hover {
  opacity: 0.7;
}

/* Popup callback */
.callback-popup {
  width: 430px;
  max-width: 100%;
  margin: 0 auto;
  padding: 25px 60px 30px;
  position: relative;
}

/* Popup success */
.popup-success {
  width: 370px;
  max-width: 100%;
  padding: 30px;
  margin: 0 auto;
  background: #2e2e2e;
  text-align: center;
}
.popup-success__title {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 5px;
}
.popup-success__text {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 30px;
}
.popup-success .btn-blue {
  width: 100%;
  text-align: center;
}

/* Fav popup */
.fav-popup {
  padding: 30px 60px;
  width: 430px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  background: #2e2e2e;
}
.fav-popup__text {
  margin-bottom: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 21px;
}
.fav-popup__buttons a:not(:last-child) {
  margin-bottom: 25px;
}

/* Edit popup */
.edit-popup {
  padding: 30px 60px;
  width: 430px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  background: #2e2e2e;
}
.edit-popup__title {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
}

.recovery-form {
  width: 450px;
  max-width: 100%;
  margin: 0 auto;
}

.forgot-text p {
  max-width: 267px;
  margin-bottom: 24px;
}
.forgot-text a {
  width: 310px;
  max-width: 100%;
  text-align: center;
}

.profile-ex__slider,
.s-catalog-relations__slider {
  overflow: hidden;
  position: relative;
}
.profile-ex__slider .swiper-container,
.s-catalog-relations__slider > .swiper-container {
  width: 1170px;
  max-width: 100%;
  overflow: visible;
}

.profile-ex__slide,
.s-catalog-relations__slider .swiper-slide {
  transition: all 0.3s;
}
.profile-ex__slide .swiper-slide {
  transition: all 0.3s;
}
.profile-ex__slide:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  filter: grayscale(1);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 38.14%, rgba(0, 0, 0, 0.6305) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  transition: all 0.3s;
  opacity: 0;
}

.profile-ex .swiper-slide-prev:before,
.profile-ex .swiper-slide-duplicate-active:before {
  opacity: 1;
}
.profile-ex .swiper-slide-duplicate-active .profile-ex__slide,
.profile-ex .swiper-slide-prev .profile-ex__slide,
.s-catalog-relations__slide.swiper-slide-prev,
.s-catalog-relations__slide.swiper-slide-next + .swiper-slide + .swiper-slide {
  filter: grayscale(1);
  opacity: 0.25;
}

.reviews-item__full {
  display: none;
}

.reviewmore-popup {
  width: 600px;
  max-width: 100%;
  padding: 30px 50px;
  background: #2e2e2e;
}

.calculate--result,
.calculate--summ {
  font-style: normal;
}

.reviews-item__block-image {
  display: none;
}

/* Media screen */
@media screen and (max-width: 1025px) {
  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main {
    height: 720px;
  }

  .hstyle__item {
    padding-left: 25px;
    padding-right: 25px;
  }
  .hstyle-director__dl {
    font-size: 14px;
    line-height: 16px;
  }
  .hstyle-director__image {
    margin-left: 20px;
  }
  .hstyle__team {
    padding-right: 30px;
    width: calc(100% - 477px);
    max-width: none;
  }
  .hstyle__bottom img {
    width: 477px;
  }

  .hnew__slider {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hnew__row .row__col:first-child,
  .hnew__row .row__col:last-child {
    width: 50%;
  }

  .hwe-item {
    padding: 20px 30px;
  }
  .hobjects-item__info p {
    font-size: 12px;
    line-height: 14px;
  }
  .hobjects-item__title {
    margin-bottom: 5px;
  }

  .hadvantages__left {
    padding-right: 20px;
  }
  .ex__image {
    width: 550px;
    top: 50%;
    transform: translate(0, -50%);
  }

  .callback {
    overflow: hidden;
  }
  .callback__image {
    right: -90px;
  }

  .t-main .row__col {
    width: 50%;
  }

  .c-garant__item:nth-child(odd) {
    width: 65%;
  }
  .c-garant__item:nth-child(even) {
    width: 35%;
  }

  .open__r .block__title br {
    display: none;
  }
  .open__block {
    align-items: flex-end;
  }

  .filter__header {
    flex-wrap: wrap;
  }
  .filter__item._50 .filter__checkbox {
    width: 100%;
  }

  .form__text br {
    display: none;
  }

  .catalog-map__row img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .catalog-gallery-bottom__m {
    width: 90%;
  }
  .s-features__item {
    width: 50%;
  }

  .profile-menu ul li:not(:last-child) {
    margin-right: 20px;
  }

  .profile__info {
    width: 40%;
    padding-right: 30px;
  }
  .profile-personal {
    width: 60%;
  }
  .profile-main__name,
  .block__subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .contacts-adv {
    margin-bottom: -30px;
  }
  .contacts-adv .row__col._25 {
    width: 50%;
    margin-bottom: 30px;
  }

  .profile-deals__image {
    width: 50%;
  }
  .profile-deals__content {
    width: 50%;
  }
  .profile-deals__info {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 992px) {
  .main-filter {
    max-width: 100%;
  }
  .main-filter__row {
    width: 50%;
  }
  .main-filter {
    flex-wrap: wrap;
  }
  .main-filter__row {
    margin-bottom: 15px;
  }
  .main-filter__row:last-child {
    width: 100%;
  }
  .main-filter__row:nth-child(even) {
    border-right: none;
  }
  .main-filter__row:first-child {
    padding-left: 19px;
  }
  .main-filter__row:nth-last-child(2) {
    padding-right: 19px;
  }
  .main-filter__button {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .main-filter__button button {
    width: 100%;
    max-width: 300px;
  }

  .hstyle {
    padding-top: 100px;
  }
  .row {
    flex-wrap: wrap;
  }
  .hstyle__row .row__col._50 {
    width: 100%;
  }
  .hstyle__video {
    height: 300px;
  }
  .hstyle__bottom {
    flex-wrap: wrap;
    display: none;
  }
  .hstyle__bottom img {
    order: 1;
    width: 100%;
  }
  .hstyle__team {
    width: 100%;
    order: 2;
    margin-top: 25px;
  }

  .hnew__row .row__col {
    width: 100% !important;
  }
  .hnew-gallery {
    height: 450px;
  }
  .hnew__row .row__col {
    padding-left: 0;
  }

  .hwe .row__col._33 {
    width: 100%;
  }
  .hobjects .row__col {
    width: 50%;
  }

  .hadvantages__row {
    flex-wrap: wrap;
  }
  .hadvantages__left {
    padding-right: 0;
    width: 100%;
  }
  .hadvantages__right {
    width: 100%;
  }
  .hadvantages__right {
    margin-top: 30px;
  }
  .hservices {
    padding-bottom: 35px;
  }
  .hservices .row__col._25 {
    width: 50%;
    margin-bottom: 30px;
  }
  .a-news .row__col {
    width: 50%;
  }

  .ex__image {
    display: none;
  }
  .ex__block .form {
    margin: 0 auto;
  }

  .footer-bottom {
    flex-wrap: wrap;
  }
  .footer-bottom__col:last-child {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 30px;
  }
  .footer-bottom__col--item {
    margin-right: 50px;
  }
  .footer-bottom__contacts br {
    display: none;
  }
  .main {
    padding-top: 130px;
  }

  .mainmenu {
    padding-left: 100px;
    width: 485px;
  }

  .callback__image {
    display: none;
  }

  .about .a-main {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .a-info .row__col._50 {
    width: 100%;
    display: flex;
  }
  .a-info__block {
    width: 50%;
    padding: 45px 20px;
  }
  .a-info__video {
    height: 400px;
    width: 100%;
    margin-top: 30px;
  }
  .a-news__header {
    flex-wrap: wrap;
  }
  .a-news__header a {
    margin-top: 15px;
  }

  .c-garant__item:nth-child(odd) {
    width: 100%;
  }
  .c-garant__item:nth-child(even) {
    width: 100%;
  }
  .c-garant__item:nth-child(3) {
    order: 2;
  }
  .c-garant__item:nth-child(2) {
    order: 3;
  }
  .c-garant__item:last-child {
    order: 4;
  }

  .open__block {
    flex-wrap: wrap;
  }
  .open__l {
    width: 100%;
    position: relative;
  }
  .open__l:after {
    content: '';
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 375px;
    background: url(img/cooperation/open-bg.jpg) center center no-repeat;
    background-size: cover;
    position: absolute;
    z-index: -1;
  }
  .open__r {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .open__block:after {
    display: none;
  }
  .open__r .block__title {
    margin-bottom: 30px;
  }

  .s-list__row .row__col {
    width: 50%;
  }

  .catalog__body > .row__col._33,
  .catalog__body > .row__col._66 {
    width: 100%;
  }
  .catalog__filter {
    margin-bottom: 30px;
  }
  .filter__item._50 .filter__checkbox {
    width: 25%;
  }

  .catalog-map__row > .row__col._66,
  .catalog-map__row > .row__col._33 {
    width: 100%;
  }

  .s-catalog__l {
    width: 100%;
    padding-right: 0;
  }
  .s-catalog__r {
    display: none;
  }

  .profile__info {
    width: 100%;
  }
  .profile-personal {
    width: 100%;
    margin-top: 30px;
  }
  .profile__flex {
    flex-wrap: wrap;
  }

  .profile-menu ul a {
    font-size: 14px;
    line-height: 16px;
  }
  .profile-menu a._callback {
    padding: 14px 30px;
    font-size: 14px;
    line-height: 16px;
    margin-left: 30px;
  }
  .profile-menu {
    overflow-x: scroll;
  }
  .profile__menu {
    min-width: 700px;
  }

  .servicesmain {
    padding: 240px 0 200px;
  }
  .servicesmain__title {
    font-size: 40px;
    line-height: 46px;
  }

  .services-item__body {
    padding: 40px 20px 40px 40px;
  }
  .services-item__title {
    font-size: 22px;
    line-height: 24px;
  }
  .services-item li {
    font-size: 14px;
    line-height: 22px;
  }
  .services-item._invert .services-item__body {
    padding: 40px 40px 40px 20px;
  }

  .s__title {
    font-size: 30px;
    line-height: 36px;
  }

  .s-work__left:after {
    right: -52px;
  }
  .s-work__item:nth-child(even) .s-work__left:after {
    left: -52px;
  }

  .s-guarantor__row .row__col {
    width: 100%;
  }
  .s-guarantor__row .row__col img {
    margin-bottom: 30px;
  }

  .news-item {
    padding: 25px 0;
  }
  .news-item__title {
    font-size: 22px;
    line-height: 30px;
  }

  .errorpage__block {
    width: 280px;
  }
  .errorpage__title {
    font-size: 80px;
    line-height: 85px;
  }

  .profile-deals .row__col {
    width: 100%;
  }
  .favs__row .row__col {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .main__title {
    font-size: 30px;
    line-height: 35px;
  }
  .header__langs {
    /* display: none; */
    margin-left: 20px;
  }
  .main-filter {
    bottom: -90px;
  }
  .main-filter__row {
    padding: 0 !important;
    width: 100%;
    border-right: none !important;
    border-bottom: 1px solid #90d3dc;
    margin-bottom: 0 !important;
    padding: 10px 0 !important;
  }

  .main-filter__row:nth-child(4) {
    display: none;
  }

  .hstyle {
    padding-top: 150px;
  }
  .hstyle__team p br {
    display: none;
  }

  .block__title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 35px;
  }

  .hstyle__bottom {
    margin-top: 30px;
  }

  .tabs__row a {
    font-size: 14px;
    line-height: 16px;
  }

  .hnew-gallery__buttons {
    bottom: 30px;
    right: auto;
    left: 0;
    padding: 0 20px;
    width: 100%;
  }
  .hnew-gallery__buttons .swiper__counter {
    margin-left: 0;
  }
  .hnew-objects-item__top {
    padding: 20px 15px 15px;
  }
  .hnew-objects-item__body {
    padding: 15px;
  }
  .hnew-objects-item__bottoom {
    padding: 15px 15px 20px;
  }

  .hobjects__header {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .hobjects__header .tabs {
    margin-bottom: 30px;
  }
  .hobjects .row__col {
    width: 100%;
  }
  .hobjects-item__content {
    padding: 0 15px;
  }

  ._in {
    padding: 40px 0;
  }
  .reviews__image {
    display: none;
  }
  .form__text br {
    display: none;
  }
  .form {
    padding: 25px 20px;
  }
  .hservices .row__col._25 {
    width: 100%;
  }
  .hservices-item__content {
    padding: 0 15px;
  }

  .a-news .row__col {
    width: 100%;
  }
  .footer-top__contacts {
    margin-left: 20px;
    flex-wrap: wrap;
  }
  .footer-top__socials {
    width: 100%;
    margin-top: 15px;
    order: 2;
  }
  .footer-top__info {
    margin-left: 0;
    width: 100%;
    order: 1;
  }
  .footer-top__socials a {
    width: 40px;
    height: 40px;
  }

  .footer-bottom__col {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer-bottom__list li:not(:last-child) {
    margin-bottom: 10px;
  }
  .footer-bottom__list li a {
    font-size: 12px;
    line-height: 14px;
  }
  .footer-bottom__col:last-child {
    margin-top: 0;
    margin-bottom: 0;
    flex-wrap: wrap;
  }
  .footer-bottom__col--item {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  .footer-bottom__contacts {
    font-size: 14px;
    line-height: 16px;
  }
  .footer-copyright {
    flex-wrap: wrap;
  }
  .footer-copyright > * {
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
  }
  .footer-copyright > *:last-child {
    margin-bottom: 0;
  }

  .mainmenu {
    width: 100%;
    padding: 20px 30px;
  }

  .s-main-info {
    display: none;
  }
  .s-main {
    padding: 70px 20px;
  }
  .about .a-main {
    background-position: left center;
  }
  .a-info .row__col._50 {
    flex-wrap: wrap;
  }
  .a-info__block {
    width: 100%;
  }
  .a-info__video {
    height: 300px;
  }

  .a-principles__row .row__col._50:not(:last-child) {
    margin-bottom: 30px;
  }
  .a-principles__row .row__col._50 {
    width: 100%;
  }

  .a-principles__block-number {
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    padding-bottom: 0;
  }
  .a-principles__subtext {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .a-principles__number {
    font-size: 30px;
    line-height: 36px;
  }
  .a-principles__block-number .a-principles__item {
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .a-principles__block-number .a-principles__item:last-child {
    margin-right: 0;
  }

  .container .container {
    padding: 0;
  }

  .callback {
    padding: 40px 30px;
  }
  .callback-user {
    max-width: 100%;
    flex-wrap: wrap;
  }
  .callback-user__content {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .callback__title {
    font-size: 24px;
    line-height: 30px;
  }
  .callback-user__contacts {
    flex-wrap: wrap;
  }
  .callback-user__contacts a {
    font-size: 18px;
    line-height: 29px;
  }
  .callback__button {
    margin-top: 30px;
  }

  .t-people .row__col._50 {
    width: 100%;
    margin-bottom: 30px;
  }
  .t-people .row__col._50:last-child {
    margin-bottom: 0;
  }

  body {
    font-size: 14px;
    line-height: 22px;
  }

  .t-main {
    padding: 90px 0 0;
  }
  .t-main .row__col {
    width: 100%;
    margin-bottom: 30px;
  }

  .cooperation .s-main {
    padding: 50px 20px;
  }
  .s-main__title {
    font-size: 24px;
    line-height: 30px;
  }

  .c-garant__value {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .c-garant__number {
    font-size: 30px;
    line-height: 36px;
  }

  .s-list__row .row__col {
    width: 100%;
  }

  .catalog .s-main {
    padding: 50px 20px;
    margin-bottom: 30px;
  }
  .catalog__sort {
    flex-wrap: wrap;
  }
  .filter__item._50 .filter__checkbox {
    width: 100%;
  }
  .filter__title {
    width: 100%;
  }
  .catalog__row .row__col {
    width: 100%;
  }

  .s-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .s-top__item {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .s-catalog-video {
    margin-top: 60px;
  }
  .s-catalog-video__block {
    height: 350px;
  }
  .s-catalog-relations .block__title,
  .s-catalog-video .block__title {
    margin-bottom: 20px;
  }

  .s-catalog-relations {
    margin-top: 60px;
  }

  .profile-main__name,
  .block__subtitle {
    font-size: 20px;
    line-height: 24px;
  }
  .profile__info {
    padding-right: 0;
  }

  .servicesmain {
    padding: 180px 0 140px;
  }
  .servicesmain__title {
    font-size: 30px;
    line-height: 36px;
  }

  .services-item {
    flex-wrap: wrap;
  }
  .services-item > div {
    width: 100%;
  }
  .services-item__image {
    height: 300px;
    order: 1 !important;
  }
  .services-item__body {
    order: 2 !important;
  }
  .services-item__counter {
    display: none;
  }

  .s-work__item {
    flex-wrap: wrap;
  }
  .s-work__left {
    width: 100%;
    padding-right: 0;
    text-align: left;
  }
  .s-work__right {
    padding-left: 0;
  }
  .s-work__left:after,
  .s-work__block:after {
    display: none;
  }
  .s-work__item:nth-child(even) .s-work__left {
    text-align: left;
    padding-left: 0;
    order: 1;
  }
  .s-work__item:nth-child(even) .s-work__right {
    padding-right: 0;
    order: 2;
  }
  .s-work__item:not(:last-child) {
    margin-bottom: 40px;
  }
  .s-work__content {
    width: 100%;
  }

  .callback {
    margin-top: 60px;
  }

  .news-item__title {
    font-size: 20px;
    line-height: 24px;
  }

  .contacts__row .row__col._50 {
    width: 100%;
    margin-bottom: 30px;
  }
  .contacts__row .row__col._50:last-child {
    margin-bottom: 0;
  }
  .contacts-adv .row__col._25 {
    width: 100%;
  }

  .errorpage:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: -1;
  }
  .errorpage {
    position: relative;
    z-index: 10;
    background-position: right;
  }

  .profile-deals__item {
    flex-wrap: wrap;
  }
  .profile-deals__image {
    width: 100%;
    height: 300px;
  }
  .profile-deals__content {
    width: 100%;
  }

  .favs__row .row__col {
    width: 100%;
  }

  .faq-item__header {
    font-size: 20px;
    line-height: 24px;
  }

  .hstyle {
    padding-top: 150px;
  }

  .popup__content {
    width: 100%;
    padding: 0 15px;
  }

  .reviewmore-popup {
    padding: 30px;
  }
  .reviews-item__body p {
    font-size: 12px;
    line-height: 16px;
  }
  .reviews-item__sd,
  .reviews-item__buttons {
    display: none;
  }

  .reviews-item__open--desktop {
    display: none;
  }

  .reviews-item__open--mobile {
    display: inline;
  }

  .fav-popup {
    padding: 30px;
  }

  .calculate .row__col._50 {
    width: 100%;
  }
  .calculate-result {
    margin-top: 20px;
  }

  .hnew-gallery {
    height: 300px;
  }
  .hnew-objects-item__title {
    width: 100%;
    font-size: 16px;
    line-height: 25px;
  }
  .hnew-objects-item__info p {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 14px;
  }
  .hnew-objects-item__info strong {
    font-size: 14px;
    line-height: 16px;
  }

  .s-features__item {
    width: 100%;
  }
  .s-catalog .block__title {
    font-size: 24px;
    line-height: 36px;
  }

  .hnew-objects-item__buttons .swiper__counter span {
    font-size: 18px;
    line-height: 30px;
  }
  .hnew-objects-item__buttons .swiper__counter {
    font-size: 16px;
    line-height: 24px;
  }
  .hnew-objects-item__buttons .swiper__buttons > div {
    width: 30px;
    height: 30px;
  }
  .hnew__row .row__col:first-child {
    padding-right: 0;
  }

  .reviews-item__block-image {
    display: none;
    /*     height: 250px; */
    /*     position: relative; */
  }
  .reviews-item__block-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }

  .s__title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 30px;
  }

  .team__slider {
    height: 200px;
  }

  .mainmenu__header .header__langs {
    /* display: flex; */
    margin-left: 0;
  }
  .header__langs li a {
    font-size: 12px;
    line-height: 14px;
  }
  .header__langs li:not(:last-child) {
    margin-right: 10px;
  }

  .header._team {
    position: relative;
  }

  .hstyle__item:first-child {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .hstyle__item p br {
    display: none;
  }
  .hstyle__item p:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (max-width: 600px) {
  .header__r .header__fav {
    display: none;
  }

  .hnew__slider > .swiper-container {
    overflow: visible;
  }

  .hnew__slider > .swiper-container > .swiper-wrapper {
    flex-direction: column;
  }

  .hnew__slide {
    width: 100%;
    height: unset;
  }

  .hnew__slide + .hnew__slide {
    margin-top: 32px;
  }

  .hnew-objects-item__bottoom {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .hnew-objects-item__bottoom .btn-blue {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hnew-gallery__buttons {
    justify-content: flex-end;
    bottom: 20px;
  }

  .hnew-gallery__buttons .swiper__counter,
  .hnew-gallery__buttons .swiper-button-prev,
  .hnew-objects-item__buttons,
  .hnew-objects-item__body,
  .hnew-objects-item__fav .add-to-fav span {
    display: none;
  }

  .hnew-objects-item__fav .add-to-fav {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
  }

  .hnew-objects-item__fav .add-to-fav svg {
    width: 28px;
    height: 26px;
  }

  .hnew-objects-item__fav .add-to-fav:not(._active) path {
    stroke-width: 0.5px;
    fill: rgba(46, 46, 46, 0.6);
  }

  .hnew-objects-item__fav .add-to-fav:not(._active):hover path {
    stroke-width: 0.5px;
    fill: #2e2e2e;
  }
}

@media (min-width: 992px) {
  .hide-on-desktop {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .hide-on-mobile {
    display: none !important;
  }
}

.block__header {
  margin-bottom: 50px;
}

.block__header--row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 991.98px) {
  .block__header--row {
    flex-direction: column;
  }
}

.block__header--row > a,
.block__header--row > button {
  flex-shrink: 0;
}

.block__header--row .block__subtitle {
  max-width: 600px;
}

.offer__header {
  margin-bottom: 50px;
}

.offer__header .s-main__text {
  max-width: 650px;
}

.offer-link-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 0;
  height: 50px;
  padding-top: 30px;
  color: #fff;
  transition: height 0.2s linear;
  overflow: hidden;
  cursor: pointer;
}

.offer-link-wrapper.is-expanded {
  height: 50px;
}

.offer-link-wrapper svg {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-right: 0.75rem;
}

.offer-link-wrapper svg path {
  fill: currentColor;
}

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

.offer-url-wrapper {
  margin-top: 15px;
  height: 0;
  overflow: hidden;
  transition: height 0.2s linear;
}

.offer-url-wrapper.is-expanded {
  height: 50px;
}

.offer-copy-btn {
  display: grid;
  grid-template-areas: 'copyIcon';
  justify-content: center;
  align-items: center;
  width: 40px;
  border: 1px solid #fff;
  border-left: 0;
  color: inherit;
  background-color: transparent;
}

.offer-copy-btn__icon {
  grid-area: copyIcon;
  width: 18px;
  height: 18px;
  transition: all 0.2s;
}

.offer-copy-btn__icon.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.offer-copy-btn__icon path {
  fill: currentColor;
}

.offer-copy-btn__icon--bottom path {
  fill: #b1f6ff;
}

.pagination {
  margin-top: 50px;
}

.pagination .page-numbers {
  display: flex;
  align-items: center;
  padding-left: 0;
  list-style: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.55;
  color: #6c6c6c;
}

.pagination--center .page-numbers {
  justify-content: center;
}

.pagination .page-numbers a,
.pagination .page-numbers span {
  display: block;
  min-width: 32px;
  text-align: center;
}

@media (min-width: 576px) {
  .pagination .page-numbers a,
  .pagination .page-numbers span {
    min-width: 40px;
  }
}

.pagination .page-numbers a {
  transition: 0.25s;
}

.pagination .page-numbers a:hover {
  color: #90d3dc;
  opacity: 1;
}

.pagination .page-numbers .current {
  font-weight: 700;
  font-size: 26px;
  color: #90d3dc;
}

.pagination .page-numbers .next,
.pagination .page-numbers .prev {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid;
  color: #fff;
  opacity: 0.5;
  transition: 0.2s;
}

.pagination .page-numbers .prev {
  margin-right: 12px;
}

@media (min-width: 576px) {
  .pagination .page-numbers .prev {
    margin-right: 20px;
  }
}

.pagination .page-numbers .next {
  margin-left: 12px;
}

@media (min-width: 576px) {
  .pagination .page-numbers .next {
    margin-left: 20px;
  }
}

.filter__submit.loading {
  pointer-events: none;
  opacity: 0.5;
}

.filter__submit-svg {
  display: none;
  width: 20px;
  height: 20px;
  margin-left: 6px;
  vertical-align: middle;
  line-height: 1;
}

.filter__submit.loading .filter__submit-svg {
  display: inline-block;
}
