@charset "UTF-8";
@font-face {
  font-family: "Gilroy";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Gilroy/Gilroy-Regular.eot");
  src: url("../fonts/Gilroy/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Gilroy-Medium";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/Gilroy/Gilroy-Medium.eot");
  src: url("../fonts/Gilroy/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Gilroy-Semibold";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Gilroy/Gilroy-Semibold.eot");
  src: url("../fonts/Gilroy/Gilroy-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Semibold.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Semibold.ttf") format("truetype");
}

@font-face {
  font-family: "Gilroy-Bold";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/Gilroy/Gilroy-Bold.eot");
  src: url("../fonts/Gilroy/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Bold.ttf") format("truetype");
}

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

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

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

body {
  padding: 0;
  margin: 0;
  font-family: 'Gilroy', sans-serif;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 1px;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  font-weight: normal;
}

b {
  font-weight: bold;
}

img {
  max-width: 100%;
}

.m-show {
  display: none;
}

.hidden {
  display: none;
}

.header {
  background: #242C30;
  padding: 18px 0;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.header-wrap {
  max-width: calc(100% - 128px);
  margin-left: auto;
  margin-right: auto;
}

.header__inner {
  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;
  height: 45px;
}

.header--transparent {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.header--transparent.sticky {
  background: #242C30;
}

.header--fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.header__logo img {
  width: auto;
  height: 45px;
  max-width: 120px;
}

.header__burger {
  display: none;
}

.header__burger span {
  display: block;
  width: 35px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  margin-bottom: 7px;
}

.header__burger span:last-child {
  margin-bottom: 0;
}

.header__menu ul {
  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__menu .menu-item {
  padding-left: 55px;
  padding-right: 55px;
}

.header__menu a {
  font-family: "Gilroy-Bold", sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.header__menu a:hover {
  text-decoration: underline;
}

.header__menu .current-menu-item a {
  position: relative;
}

.header__menu .current-menu-item a:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  position: absolute;
  bottom: -10px;
  left: 0;
  background: #fff;
}

.header__login-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  border: 1px solid #fff;
  border-radius: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Gilroy-Medium", sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  padding: 5px 25px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.header__login-btn:hover {
  background: #fff;
  color: #000;
}

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

.header__lang {
  margin-left: 15px;
}

.header__lang .menu-item {
  margin-bottom: 10px;
}

.header__lang .menu-item:last-child {
  margin-bottom: 0;
}

.header__lang .menu-item a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.header__lang .menu-item.active-language a,
.header__lang .menu-item:hover a {
  color: #5DA58F;
}

.mob-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #5DA58F;
  -webkit-transform: translateX(105%);
      -ms-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  z-index: 1999;
}

.mob-navigation .mob-navigation__close {
  position: absolute;
  right: 30px;
  top: 30px;
  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;
  width: 20px;
  height: 20px;
  color: #fff;
  text-decoration: none;
  font-size: 50px;
  line-height: 1;
}

.mob-navigation .menu-item {
  margin-bottom: 25px;
}

.mob-navigation .menu-item a {
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}

.mob-navigation.open {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.mob-navigation .header__lang .menu-item.active-language a,
.mob-navigation .header__lang .menu-item:hover a {
  color: #242C30;
}

.home-block {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  position: relative;
}

.home-block:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

.home-wrap {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.home-wrap * {
  position: relative;
  z-index: 2;
}

.home__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
  height: 150px;
  border-radius: 80px;
  background: #242C30;
  font-family: "Gilroy-Semibold", sans-serif;
  font-size: 60px;
  line-height: 65px;
  text-decoration: none;
  color: #fff;
  letter-spacing: 1px;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin-bottom: 280px;
}

.home__button:hover {
  background: #374145;
}

.home__button:before {
  content: '';
  display: block;
  position: absolute;
  left: 35px;
  top: calc(50% - 34px);
  width: 68px;
  height: 68px;
  background: url("../img/icon/search-icon.svg") center center no-repeat;
  background-size: 100%;
}

.home__search {
  text-align: center;
  padding-top: 305px;
  margin-bottom: 85px;
}

.home-wrap .select2-container {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  min-width: 400px;
}

.home-wrap .select2-container--default .select2-selection--single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  height: 115px;
  border-radius: 60px;
  background: rgba(36, 44, 48, 0.4);
  border: 3px solid #FFFFFF;
  font-family: "Gilroy-Semibold", sans-serif;
  font-size: 50px;
  line-height: 55px;
  text-decoration: none;
  color: #fff;
  letter-spacing: 1px;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding-left: 90px;
}

.home-wrap .select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.home-wrap .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
}

.home-wrap .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.home-wrap .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-radius: 60px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}

.home-wrap .select2-container--default .select2-selection--single:before {
  content: '';
  display: block;
  position: absolute;
  left: 24px;
  top: calc(50% - 28px);
  width: 56px;
  height: 56px;
  background: url("../img/icon/search-icon.svg") center center no-repeat;
  background-size: 100%;
  z-index: 10;
}

.home-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 34px;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding-right: 0;
}

.home-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

body.home > .select2-container.select2-container--default.select2-container--open {
  left: calc(50% - 200px) !important;
}

.home .select2-container--open .select2-dropdown--below {
  background: #333D45;
  -webkit-box-shadow: 0 9px 9px -5px rgba(0, 0, 0, 0.2), 0px 14px 18px 1px rgba(0, 0, 0, 0.14), 0px 5.44091px 25.3909px 3.62727px rgba(0, 0, 0, 0.12);
          box-shadow: 0 9px 9px -5px rgba(0, 0, 0, 0.2), 0px 14px 18px 1px rgba(0, 0, 0, 0.14), 0px 5.44091px 25.3909px 3.62727px rgba(0, 0, 0, 0.12);
  border-radius: 7px;
  border: 0;
  padding: 13px 0;
  max-width: 400px;
}

.select2-results__option--selectable,
.home .select2-results__option--selectable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 29px;
  height: 49px;
  background: #fff;
  color: #fff;
}

.home .select2-results__option.select2-results__option--selectable {
  background: #333D45;
}

.home .select2-container--default .select2-results__option--selected,
.home .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.2))), #333D45;
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #333D45;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #333D45;
}

.home .select2-search.select2-search--dropdown {
  padding: 0;
  position: absolute;
  width: 100%;
  height: 50px;
  top: -85px;
}

.home .select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 0 20px 0 105px;
  border: 0;
  width: 100%;
  max-width: 400px;
  height: 100%;
  font-size: 34px;
  color: #fff;
  background: transparent;
  letter-spacing: 1px;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.home .select2-container--open .select2-selection__rendered {
  font-size: 0 !important;
}

.home__info {
  width: 600px;
  padding: 35px 80px;
  background: #242C30;
  border-radius: 6px 6px 0 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

.home__title {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 35px;
  line-height: 44px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.4px;
  margin-bottom: 30px;
}

.home__subtitle {
  font-family: "Gilroy", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.4px;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.home__info-text {
  font-family: "Gilroy-Semibold", sans-serif;
  color: #fff;
  letter-spacing: 1px;
  font-size: 32px;
  line-height: 1.2;
}

.home__info-btn {
  width: 135px;
  height: 37px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  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;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.4px;
  margin-left: auto;
  margin-right: auto;
  background: #5DA58F;
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0px 1px 5px rgba(0, 0, 0, 0.12);
          box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0px 1px 5px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  text-decoration: none;
}

.home__info-btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bli {
  background: #5DA58F;
  color: #fff;
  padding: 42px 0;
}

.bli-wrap {
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bli__left {
  width: 50%;
  padding-right: 30px;
}

.bli__left p {
  font-size: 18px;
  font-family: "Gilroy", sans-serif;
  line-height: 32px;
  margin-bottom: 40px;
  letter-spacing: 0.5px;
}

.bli__left p:last-of-type {
  margin-bottom: 0;
}

.bli__left .bli__right-kg {
  display: block;
  font-size: 18px;
  font-family: "Gilroy", sans-serif;
  line-height: 32px;
  padding-bottom: 40px;
  letter-spacing: 0.5px;
}

.bli__right {
  width: 635px;
}

.bli__title {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 55px;
  line-height: 66px;
  color: #fff;
  margin-bottom: 15px;
}

.bli__form {
  max-width: 455px;
}

.bli__form input[type=text],
.bli__form input[type=email],
.bli__form input[type=tel] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fff;
  background: #5DA58F;
  border-radius: 5px;
  width: 100%;
  height: 75px;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-family: "Gilroy", sans-serif;
  padding-left: 20px;
  padding-right: 10px;
  margin-bottom: 45px;
  outline: none;
}

.bli__form input[type=text]::-webkit-input-placeholder, .bli__form input[type=email]::-webkit-input-placeholder, .bli__form input[type=tel]::-webkit-input-placeholder {
  color: #fff;
  font-size: 24px;
  overflow: visible;
  line-height: 1.25;
}

.bli__form input[type=text]::-moz-placeholder, .bli__form input[type=email]::-moz-placeholder, .bli__form input[type=tel]::-moz-placeholder {
  color: #fff;
  font-size: 24px;
  overflow: visible;
  line-height: 1.25;
}

.bli__form input[type=text]:-ms-input-placeholder, .bli__form input[type=email]:-ms-input-placeholder, .bli__form input[type=tel]:-ms-input-placeholder {
  color: #fff;
  font-size: 24px;
  overflow: visible;
  line-height: 1.25;
}

.bli__form input[type=text]::-ms-input-placeholder, .bli__form input[type=email]::-ms-input-placeholder, .bli__form input[type=tel]::-ms-input-placeholder {
  color: #fff;
  font-size: 24px;
  overflow: visible;
  line-height: 1.25;
}

.bli__form input[type=text]::placeholder,
.bli__form input[type=email]::placeholder,
.bli__form input[type=tel]::placeholder {
  color: #fff;
  font-size: 24px;
  overflow: visible;
  line-height: 1.25;
}

.bli__form button[type=submit],
.bli__form input[type=submit] {
  height: 55px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  text-align: center;
  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;
  line-height: 1.2;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background: #242C30;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  border-radius: 5px;
  border: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.bli__form button[type=submit]:hover,
.bli__form input[type=submit]:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bli__form .bli__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 60px;
}

.bli__form .bli__check:before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 25px;
  background: #5DA58F;
  border-radius: 3px;
  border: 2px solid #fff;
  margin-right: 15px;
  z-index: 2;
}

.bli__form .bli__check:after {
  content: '';
  display: none;
  width: 17px;
  height: 17px;
  background: #fff;
  border-radius: 3px;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 1;
}

.bli__form input[type=checkbox] {
  display: block;
  position: absolute;
  left: -9999px;
  visibility: hidden;
}

.bli__form input[type=checkbox]:checked + .bli__check:before {
  background: #fff url("../img/icon/checkbox-check.svg") center center no-repeat;
  background-size: 100%;
}

.bli__form input[type=checkbox]:checked + .bli__check:after {
  display: inline-block;
  background: #fff;
}

.bli__form .input__info-link {
  color: #fff;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  line-height: 1.15;
  text-decoration: none;
  position: absolute;
  left: 0;
  bottom: -20px;
}

.bli__form .input__info-link:hover {
  text-decoration: underline;
}

.bli__input-wrap {
  position: relative;
}

.bli__form.success {
  padding: 100px 0;
  background: #fff;
  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;
}

.bli__form .success {
  display: none;
}

.bli__form .success .success__title {
  text-align: center;
  color: #212121;
  font-family: "Gilroy-Bold", sans-serif;
  font-weight: bold;
  font-size: 34px;
  line-height: 123.5%;
  letter-spacing: 0.25px;
  margin-bottom: 50px;
}

.bli__form .success .success__icon {
  width: 72px;
  height: 72px;
  margin-left: auto;
  margin-right: auto;
}

.bli__form .success .success__icon img {
  width: 100%;
}

.bli__apart-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;
}

.bli__apart-title {
  font-family: "Gilroy", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.46px;
  color: #FFFFFF;
}

.bli__apart-seeAllBtn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 24px;
  height: 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  padding-left: 16px;
  padding-right: 30px;
  color: #fff;
  border: 1px solid #fff;
  background: #5DA58F;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
}

.bli__apart-seeAllBtn:hover {
  background: #242C30;
}

.bli__apart-seeAllBtn:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/icon/arrow_forward.svg") center center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 8px;
}

.bli__apart-items .apartments__items {
  margin-left: 0;
  margin-right: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bli__apart-items .apartments__item {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bli__apart-items .apartments__item-head {
  position: relative;
}

.bli__apart-items .apartments__item-img {
  width: 335px;
  height: 215px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.bli__apart-items .apartments__item-body {
  width: 100%;
  padding: 10px 14px 14px 14px;
}

.bli__apart-items .apartments__item .apartments__item-address {
  font-size: 15px;
  margin-bottom: 4px;
}

.bli__apart-items .apartments__item .apartments__item-street {
  font-size: 22px;
  margin-bottom: 15px;
}

.bli__apart-items .apartments__item .apartments__item-price,
.bli__apart-items .apartments__item .apartments__item-features,
.bli__apart-items .apartments__item .apartments__item-date {
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 13px;
}

.bli__apart-items .apartments__item-label {
  top: 7px;
  right: 5px;
  padding: 7px 10px;
}

.bankid .bankid-icon {
  display: block;
  width: 40px;
  height: 40px;
  background: url("../img/icon/bankid.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: calc(50% - 20px);
}

.bli__right-content p {
  font-size: 28px;
  font-family: "Gilroy-Medium", sans-serif;
  line-height: 1.2;
  margin-bottom: 80px;
}

.bli__right-content p:last-of-type {
  margin-bottom: 0;
}

.bli__right-content .bli__right-kg {
  display: block;
  font-size: 28px;
  font-family: "Gilroy-Medium", sans-serif;
  line-height: 1.2;
  padding-top: 40px;
  padding-bottom: 40px;
}

.bli__right-title {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 46px;
  line-height: 1.2;
  color: #fff;
  padding-top: 25px;
  margin-bottom: 80px;
}

.bli__left-btn,
.bli__right-btn {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 30px;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
  border: 1px solid #fff;
  background: #5DA58F;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.bli__left-btn:hover,
.bli__right-btn:hover {
  background: #242C30;
}

.hyresvardar {
  padding-top: 55px;
  padding-bottom: 35px;
  background: #242C30;
  color: #fff;
}

.hyresvardar-wrap {
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hyresvardar__title {
  font-family: "Gilroy-Bold", sans-serif;
  font-weight: bold;
  font-size: 55px;
  line-height: 66px;
  color: #FFF;
  margin-bottom: 20px;
}

.home .hyresvardar__title {
  padding-top: 65px;
}

.hyresvardar__right {
  width: 455px;
}

.hyresvardar__left {
  width: calc(100% - 455px);
  max-width: 535px;
}

.hyresvardar__left .bli__left-btn {
  background: #242C30;
}

.hyresvardar__left .bli__left-btn:hover {
  color: #242C30;
  background: #fff;
}

.hyresvardar__left-content h2 {
  font-size: 40px;
  line-height: 45px;
  color: #fff;
  font-family: "Gilroy-Semibold", sans-serif;
  margin-bottom: 25px;
}

.hyresvardar__left-content h3 {
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  font-family: "Gilroy-Semibold", sans-serif;
  margin-bottom: 25px;
}

.hyresvardar__left-content p {
  font-family: "Gilroy", sans-serif;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 32px;
  color: #FFF;
  letter-spacing: 0.5px;
}

.hyresvardar__left-content p:last-child {
  margin-bottom: 30px;
}

.hyresvardar__left-content .hyresvardar__right-kg {
  display: block;
  font-size: 28px;
  font-family: "Gilroy-Medium", sans-serif;
  line-height: 1.2;
  padding-top: 40px;
  padding-bottom: 40px;
}

.hyresvardar__left-title {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
  padding-top: 25px;
  margin-bottom: 80px;
}

.hyresvardar__form {
  width: 100%;
}

.hyresvardar__form-title {
  font-size: 24px;
  line-height: 29px;
  color: #fff;
  font-family: "Gilroy-Bold", sans-serif;
  margin-bottom: 25px;
}

.hyresvardar__form-wrap {
  max-width: 455px;
}

.hyresvardar__form-wrap input[type=text],
.hyresvardar__form-wrap input[type=email],
.hyresvardar__form-wrap input[type=tel] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fff;
  background: #242C30;
  border-radius: 5px;
  width: 100%;
  height: 55px;
  font-family: "Gilroy", sans-serif;
  padding-left: 20px;
  padding-right: 10px;
  margin-bottom: 24px;
  outline: none;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.15px;
  color: #FFFFFF;
}

.hyresvardar__form-wrap input[type=text]::-webkit-input-placeholder, .hyresvardar__form-wrap input[type=email]::-webkit-input-placeholder, .hyresvardar__form-wrap input[type=tel]::-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.15px;
  color: #FFFFFF;
}

.hyresvardar__form-wrap input[type=text]::-moz-placeholder, .hyresvardar__form-wrap input[type=email]::-moz-placeholder, .hyresvardar__form-wrap input[type=tel]::-moz-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.15px;
  color: #FFFFFF;
}

.hyresvardar__form-wrap input[type=text]:-ms-input-placeholder, .hyresvardar__form-wrap input[type=email]:-ms-input-placeholder, .hyresvardar__form-wrap input[type=tel]:-ms-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.15px;
  color: #FFFFFF;
}

.hyresvardar__form-wrap input[type=text]::-ms-input-placeholder, .hyresvardar__form-wrap input[type=email]::-ms-input-placeholder, .hyresvardar__form-wrap input[type=tel]::-ms-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.15px;
  color: #FFFFFF;
}

.hyresvardar__form-wrap input[type=text]::placeholder,
.hyresvardar__form-wrap input[type=email]::placeholder,
.hyresvardar__form-wrap input[type=tel]::placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.15px;
  color: #FFFFFF;
}

.hyresvardar__form-wrap button[type=submit],
.hyresvardar__form-wrap input[type=submit] {
  height: 42px;
  border: 1px solid transparent;
  background: #5DA58F;
  text-align: center;
  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;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  border-radius: 5px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  float: right;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.46px;
  text-transform: uppercase;
  color: #FFF;
}

.hyresvardar__form-wrap button[type=submit]:hover,
.hyresvardar__form-wrap input[type=submit]:hover {
  border: 1px solid #5DA58F;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #242C30;
}

.hyresvardar__form-wrap .hyresvardar__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.15px;
  color: #FFFFFF;
}

.hyresvardar__form-wrap .hyresvardar__check:before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 25px;
  background: transparent;
  border-radius: 3px;
  border: 2px solid #fff;
  margin-right: 15px;
  z-index: 2;
}

.hyresvardar__form-wrap .hyresvardar__check:after {
  content: '';
  display: none;
  width: 17px;
  height: 17px;
  background: #fff;
  border-radius: 3px;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 1;
}

.hyresvardar__form-wrap input[type=checkbox] {
  display: block;
  position: absolute;
  left: -9999px;
  visibility: hidden;
}

.hyresvardar__form-wrap input[type=checkbox]:checked + .hyresvardar__check:before {
  background: #fff url("../img/icon/checkbox-check.svg") center center no-repeat;
  background-size: 100%;
}

.hyresvardar__form-wrap input[type=checkbox]:checked + .hyresvardar__check:after {
  display: inline-block;
  background: #fff;
}

.hyresvardar__input-wrap {
  position: relative;
}

.apartments {
  padding: 50px 0;
}

.apartments-wrap {
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
}

.apartments__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.apartments__header-titles {
  width: 100%;
  max-width: 655px;
  padding-right: 15px;
}

.apartments__header-titles .page-title {
  margin-bottom: 16px;
}

.apartments__header-text {
  font-family: "Gilroy", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.130021px;
  color: #000000;
}

.apartments__type {
  width: 320px;
  position: relative;
}

.apartments__type select {
  width: 100%;
  height: 55px;
  font-size: 16px;
  font-family: Arial, sans-serif;
  padding-left: 10px;
  padding-right: 25px;
  color: #6C6C6C;
  border: 1px solid #C8C8C8;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.apartments__type .select2-container .select2-selection--single {
  height: 55px;
  border: 2px solid #333D45;
}

.apartments__type .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
}

.apartments__type .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 55px;
}

.apartments__type .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
  line-height: 30px;
  position: absolute;
  top: -16px;
  left: 10px;
  background: #fff;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  letter-spacing: 0.15px;
  color: #333D45;
}

.apartments__type .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.apartments__type .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  position: relative;
}

.apartments__type .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 49px;
  width: 40px;
}

.archive .select2-dropdown, .single .select2-dropdown {
  border: 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  border-radius: 0 0 4px 4px;
}

.archive .select2-container--default .select2-results__option--selected, .single .select2-container--default .select2-results__option--selected {
  background-color: #ebebeb;
}

.archive .select2-results__option, .single .select2-results__option {
  padding: 6px 15px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 0.87);
}

.archive .select2-container--open .select2-dropdown, .single .select2-container--open .select2-dropdown {
  margin-top: 2px;
}

.archive .select2-container--default .select2-search--dropdown, .single .select2-container--default .select2-search--dropdown {
  display: block;
  padding: 0;
  position: absolute;
  top: -50px;
  left: 2px;
  border: 0;
  width: calc(100% - 50px);
}

.archive .select2-container--default .select2-search--dropdown input,
.archive .select2-container--default .select2-search--dropdown .select2-search__field, .single .select2-container--default .select2-search--dropdown input,
.single .select2-container--default .select2-search--dropdown .select2-search__field {
  height: 45px;
  border: 0;
}

.archive .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable.select2-results__option--selected, .single .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable.select2-results__option--selected {
  color: rgba(0, 0, 0, 0.87);
}

.apartments__subscribe {
  margin-bottom: 40px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 75px;
  background: #5DA58F;
  border-radius: 6px;
  height: 360px;
}

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

.apartments__subscribe + h3 {
  font-family: "Gilroy-Bold", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.15px;
  color: #333D45;
  margin-bottom: 25px;
}

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

.apartments__subscribe .input-wrap {
  margin-right: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.apartments__subscribe .input-wrap input {
  background: #FFFFFF;
  border-radius: 6px;
  width: 220px;
  height: 56px;
  padding: 5px 10px;
  border: none;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
}

.apartments__subscribe .input-wrap input::-webkit-input-placeholder {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 0.6);
}

.apartments__subscribe .input-wrap input::-moz-placeholder {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 0.6);
}

.apartments__subscribe .input-wrap input:-ms-input-placeholder {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 0.6);
}

.apartments__subscribe .input-wrap input::-ms-input-placeholder {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 0.6);
}

.apartments__subscribe .input-wrap input::placeholder {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 0.6);
}

.apartments__subscribe input[type=submit] {
  cursor: pointer;
  width: 100px;
  height: 42px;
  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: #fff;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.46px;
  text-transform: uppercase;
  background: #333D45;
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 1px 5px rgba(0, 0, 0, 0.12);
          box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 1px 5px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  border: none;
}

.apartments__subscribe input[type=submit]:hover {
  background: #fff;
  color: #333D45;
}

.apartments__subscribe-title {
  width: 100%;
  font-family: "Gilroy-Bold", sans-serif;
  font-weight: bold;
  font-size: 48px;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: #FFF;
  padding-right: 50px;
}

.apartments__subscribe-title a {
  color: #fff;
  text-decoration: underline;
}

.apartments__subscribe-title a:hover {
  text-decoration: none;
}

.apartments__subscribe-form {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 450px;
}

.apartments__subscribe-text {
  margin-bottom: 40px;
}

.apartments__subscribe-text p {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #FFF;
  margin-bottom: 20px;
}

.apartments__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.apartments__item {
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 3 - 30px);
  color: #4A4E51;
  font-family: Arial, sans-serif;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
  margin-bottom: 30px;
  text-decoration: none;
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 1px 3px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 1px 3px rgba(0, 0, 0, 0.12);
  border-radius: 5.20085px;
  /* slider styles */
}

.apartments__item.hide {
  display: none;
}

.apartments__item p {
  font-size: 16px;
  line-height: 22px;
  color: #000;
}

.apartments__item .apartments__item-address {
  font-family: "Gilroy-Medium", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.130021px;
  color: #616161;
  margin-bottom: 8px;
}

.apartments__item .apartments__item-street {
  font-family: "Gilroy-Bold", sans-serif;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: 0.130021px;
  margin-bottom: 20px;
}

.apartments__item .apartments__item-features,
.apartments__item .apartments__item-date {
  font-family: "Gilroy", sans-serif;
  font-weight: normal;
  font-size: 20.8034px;
  line-height: 21px;
  letter-spacing: 0.130021px;
  margin-bottom: 15px;
}

.apartments__item .apartments__item-price {
  font-family: "Gilroy-Bold", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: 0.130021px;
  margin-bottom: 15px;
}

.apartments__item .apartments__item-date {
  margin-bottom: 0;
}

.apartments__item .fotorama__wrap {
  height: 100% !important;
}

.apartments__item .fotorama__stage {
  height: 100% !important;
}

.apartments__item .fotorama__wrap--css3 .fotorama__html,
.apartments__item .fotorama__wrap--css3 .fotorama__stage .fotorama__img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  top: 0 !important;
}

.apartments__item .fotorama__nav-wrap {
  margin-top: 0;
}

.apartments__item .fotorama__nav.fotorama__nav--dots {
  text-align: center;
  position: absolute;
  bottom: 15px;
}

.apartments__item .fotorama__nav--dots .fotorama__nav__frame {
  width: 12px;
  height: 12px;
}

.apartments__item .fotorama__dot {
  width: 8px;
  height: 8px;
  left: 2px;
  top: 2px;
  border: 0;
}

.apartments__item .fotorama__nav__frame.fotorama__active .fotorama__dot {
  width: 8px;
  height: 8px;
  border: 0;
  background: white;
}

.apartments__item-img {
  width: 100%;
  height: 295px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #ccc;
}

.apartments__item-img img {
  width: 100%;
  height: 100%;
}

.apartments__item-img img.loaded {
  -o-object-fit: cover;
     object-fit: cover;
}

.apartments__item-body {
  display: block;
  text-decoration: none;
  padding: 25px 15px 30px 15px;
  position: relative;
}

.apartments__item-button {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  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;
  background: #5DA58F;
  color: #fff;
  width: 105px;
  height: 36px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  border: 1px solid #5DA58F;
  border-radius: 4px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.apartments__item-button:hover {
  background: transparent;
  color: #5DA58F;
}

.apartments__all-btn {
  position: relative;
  right: auto;
  top: auto;
  margin: 20px 0;
}

.apartments__item-label {
  position: absolute;
  right: 20px;
  top: 16px;
  color: #fff;
  background: #353D44;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  padding: 7px 10px;
  font-size: 13px;
  line-height: 16px;
  text-transform: capitalize;
  z-index: 10;
}

.apartments__inform {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 15px;
  font-family: "Gilroy-Bold", sans-serif;
  font-weight: bold;
}

.pagination {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

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

.pagination .pagination__item {
  margin-left: 3px;
  margin-right: 3px;
}

.pagination .pagination__item:hover a,
.pagination .pagination__item.active a {
  background-color: #333D45;
  color: #fff;
}

.pagination .pagination__item.disabled a {
  background-color: #A9A9A9;
  color: #A9A9A9;
  cursor: not-allowed;
}

.pagination a {
  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;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}

.pagination .pagination__item--prev a,
.pagination .pagination__item--next a {
  background: url("../img/icon/pagination_item.svg") center center no-repeat;
  background-size: 100%;
  font-size: 0;
}

.pagination .pagination__item--prev:hover a,
.pagination .pagination__item--next:hover a {
  background: #333D45 url("../img/icon/pagination_item_white.svg") center center no-repeat;
}

.pagination .pagination__item--prev a {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.pagination .pagination__item--prev.disabled a {
  opacity: 0.2;
}

.pagination .pagination__item--next.disabled a {
  opacity: 0.2;
}

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

.cabinet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-family: Arial, sans-serif;
}

.cabinet__sidebar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 330px;
  min-height: calc(100vh - 110px);
  background: #212121;
  color: #fff;
  padding: 20px 10px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.cabinet__sidebar-menu-toggle {
  display: none;
  text-align: left;
  background: #212121;
  color: #fff;
  border: none;
  height: 50px;
  padding-left: 20px;
  position: relative;
}

.cabinet__sidebar-menu-toggle:after {
  content: "▼";
  color: #fff;
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: calc(50% - 8px);
  z-index: 1;
  text-align: center;
  width: 16px;
  height: 16px;
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.cabinet__sidebar-menu-toggle.open:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cabinet__sidebar-menu .menu-item {
  height: 90px;
  border-radius: 4px;
  margin-bottom: 2px;
}

.cabinet__sidebar-menu .menu-item:hover, .cabinet__sidebar-menu .menu-item.menu-item-current {
  background: #4D4D4D;
}

.cabinet__sidebar-menu .menu-item a {
  padding: 0 65px 0 20px;
  text-align: left;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.cabinet__sidebar-menu .menu-item .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #fff;
  background-size: 100%;
  margin-right: 40px;
}

.cabinet__content {
  padding: 20px;
  width: 100%;
}

.cabinet__content .cabinet__content-inner {
  height: 100%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 20px;
}

.cabinet__breadcrumbs {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  color: #353535;
  font-family: Arial, sans-serif;
}

.cabinet__breadcrumbs .cabinet__breadcrumbs-item {
  margin-left: 15px;
  margin-right: 15px;
}

.cabinet__breadcrumbs a.cabinet__breadcrumbs-item {
  margin-left: 15px;
  margin-right: 15px;
  color: #797979;
  text-decoration: none;
}

.cabinet__breadcrumbs span.cabinet__breadcrumbs-item {
  color: #353535;
}

.cabinet__title {
  font-family: Arial, sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 30px;
  letter-spacing: 0;
}

.cabinet__search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cabinet__apartments-type {
  width: 270px;
  margin-bottom: 20px;
  position: relative;
}

.cabinet__apartments-type select {
  width: 100%;
  height: 60px;
  font-size: 16px;
  font-family: Arial, sans-serif;
  padding-left: 13px;
  padding-right: 25px;
  color: #6C6C6C;
  border: 1px solid #C8C8C8;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cabinet__apartments-type:after {
  content: "▼";
  color: #424242;
  font-size: 12px;
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  z-index: 1;
  text-align: center;
  width: 10px;
  height: 10px;
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cabinet__apartments-search {
  width: 270px;
  margin-bottom: 20px;
  position: relative;
}

.cabinet__apartments-search input {
  width: 100%;
  height: 60px;
  font-size: 16px;
  font-family: Arial, sans-serif;
  padding: 10px 13px;
  color: #6C6C6C;
  border: 1px solid #C8C8C8;
  border-radius: 4px;
}

.cabinet__apartments-search button {
  width: 30px;
  height: 30px;
  font-size: 0;
  background: #000 url("../img/icon/search-icon.svg") center center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 20px;
  top: calc(50% - 15px);
  border: none;
}

.cabinet__apartments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.cabinet__apartments-item {
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% / 3 - 20px);
  max-width: 460px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-bottom: 20px;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.cabinet__apartments-item:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}

.cabinet__apartments-header {
  height: 100px;
  background: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cabinet__apartments-title {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 5px;
  color: #000;
}

.cabinet__apartments-subtitle {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0;
  color: #696969;
}

.cabinet__apartment-annonser {
  font-family: Arial, sans-serif;
  letter-spacing: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 13px;
  line-height: 14px;
  background: #333D45;
  border-radius: 20px;
  height: 32px;
  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;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
}

.cabinet__apartment-annonser--notempty {
  background: #5DA58F;
}

.cabinet__apartments-img {
  height: 260px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cabinet__apartments-item--last {
  -webkit-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99;
  cursor: pointer;
}

.cabinet__apartments-item--last .cabinet__apartments-header {
  background: #333D45;
}

.cabinet__apartments-item--last .cabinet__apartments-title {
  color: #fff;
}

.cabinet__apartments-item--last .cabinet__apartment-add {
  color: #fff;
  font-size: 38px;
  padding-right: 10px;
}

.cabinet__apartments-item--last .cabinet__apartments-img {
  position: relative;
}

.cabinet__apartments-item--last .cabinet__apartments-img:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1;
}

.cabinet__apartments-item--last .cabinet__apartments-img:after {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  background: #000;
  background-size: 100%;
  border-radius: 50%;
  z-index: 2;
}

.profile .cabinet__sidebar {
  background: #fff;
  color: #2E2E2E;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.profile .cabinet__sidebar-menu .menu-item {
  height: 60px;
  border-radius: 0;
  margin-bottom: 10px;
}

.profile .cabinet__sidebar-menu .menu-item:hover, .profile .cabinet__sidebar-menu .menu-item.menu-item-current {
  background: #E1E1E1;
}

.profile .cabinet__sidebar-menu .menu-item a {
  font-family: Arial, sans-serif;
  padding-right: 10px;
  color: #2E2E2E;
  font-size: 20px;
}

.profile .cabinet__sidebar-menu .icon {
  background: #ccc;
}

.profile .cabinet__sidebar-menu .menu-item__label {
  background: #020202;
  height: 30px;
  max-width: 70px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 20px;
  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: #fff;
  font-size: 14px;
  margin-right: 0;
  margin-left: auto;
}

.cabinet__sidebar-top {
  border-bottom: 2px solid #D5D5D5;
}

.cabinet__sidebar-bottom {
  padding: 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cabinet__sidebar-title {
  font-family: Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  color: #020202;
  font-size: 16px;
  line-height: 22px;
}

.sidebar-person {
  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;
  width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 0;
  margin-top: auto;
}

.sidebar-person__img {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.sidebar-person__img img {
  width: 100%;
  height: auto;
}

.sidebar-person__name {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 0;
  color: #020202;
  margin-bottom: 7px;
}

.sidebar-person__subtitle {
  color: #888888;
  font-size: 15px;
  line-height: 1;
}

.cabinet__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}

.profile__left {
  width: 395px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.profile__right {
  width: calc(100% - 395px);
}

.profile__img-btn {
  background: #E0E0E0;
  color: #242424;
  text-align: center;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  letter-spacing: 0;
  width: 224px;
  height: 50px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  position: absolute;
  left: calc(50% - 112px);
  top: calc(50% - 25px);
  text-decoration: none;
  font-weight: 600;
}

.profile__img {
  position: relative;
  border-radius: 8px;
  margin-bottom: 15px;
}

.profile__img img {
  width: 100%;
  height: auto;
}

.profile__img:hover:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 8px;
  z-index: 1;
}

.profile__img:hover .profile__img-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}

.profile__info-item {
  padding: 30px 25px;
  border-radius: 8px;
  background: #F5F5F5;
  margin-bottom: 15px;
}

h3.profile__info-title {
  font-weight: 600;
}

.profile__info {
  margin-bottom: 40px;
}

.profile__info-title {
  display: block;
  color: #212121;
  letter-spacing: 0;
  font-size: 28px;
  line-height: 32px;
}

.profile__info-caption {
  margin-top: 7px;
  color: #717171;
  font-size: 28px;
  line-height: 32px;
}

.profile__check-wrap input {
  display: none;
  visibility: hidden;
}

.profile__check-wrap label {
  cursor: pointer;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 35px;
  padding-left: 55px;
  position: relative;
  display: block;
}

.profile__check-wrap label:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 3px solid #767676;
  border-radius: 4px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.profile__check-wrap input:checked + label:after {
  content: '×';
  display: block;
  width: 30px;
  height: 30px;
  font-size: 50px;
  line-height: 30px;
  position: absolute;
  left: 0;
  top: 1px;
}

.page-block {
  padding: 100px 0;
  background-color: #5DA58F;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-wrap {
  width: 100%;
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
}

.page-min-wrap {
  width: 100%;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}

.page-title {
  color: #000;
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 40px;
}

.page__title {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 65px;
  line-height: 75px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
}

.page-content {
  background: #5DA58F;
  color: #fff;
  padding: 125px 0;
}

.page-content h1 {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 65px;
  line-height: 75px;
  margin-bottom: 15px;
}

.page-content h2 {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 15px;
}

.page-content h3 {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 15px;
}

.page-content h4 {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 15px;
}

.page-content p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}

.page-content .page__inform {
  text-align: center;
  font-size: 22px;
  line-height: 30px;
}

.searchform__wrap input[type=text],
.searchform__wrap input[type=email],
.searchform__wrap input[type=tel] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  background: #5DA58F;
  border-radius: 5px;
  width: 100%;
  height: 75px;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-family: "Gilroy", sans-serif;
  padding-left: 20px;
  padding-right: 10px;
  margin-bottom: 45px;
  outline: none;
}

.searchform__wrap input[type=text]::-webkit-input-placeholder, .searchform__wrap input[type=email]::-webkit-input-placeholder, .searchform__wrap input[type=tel]::-webkit-input-placeholder {
  color: #fff;
}

.searchform__wrap input[type=text]::-moz-placeholder, .searchform__wrap input[type=email]::-moz-placeholder, .searchform__wrap input[type=tel]::-moz-placeholder {
  color: #fff;
}

.searchform__wrap input[type=text]:-ms-input-placeholder, .searchform__wrap input[type=email]:-ms-input-placeholder, .searchform__wrap input[type=tel]:-ms-input-placeholder {
  color: #fff;
}

.searchform__wrap input[type=text]::-ms-input-placeholder, .searchform__wrap input[type=email]::-ms-input-placeholder, .searchform__wrap input[type=tel]::-ms-input-placeholder {
  color: #fff;
}

.searchform__wrap input[type=text]::placeholder,
.searchform__wrap input[type=email]::placeholder,
.searchform__wrap input[type=tel]::placeholder {
  color: #fff;
}

.searchform__wrap button[type=submit],
.searchform__wrap input[type=submit] {
  height: 55px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  text-align: center;
  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;
  line-height: 1.2;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background: #242C30;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  border-radius: 5px;
  border: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.about-hero-wrap {
  padding: 75px 0 95px 0;
  /* background: #5DA58F; */
  background: url('../img/about-bg-dark.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-hero {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about-hero__left,
.about-hero__right {
  width: 50%;
}

.about-hero__left .page__title {
  text-align: left;
  font-family: "Gilroy-Bold", sans-serif;
  font-weight: bold;
  font-size: 64px;
  line-height: 77px;
  color: #FFF;
  margin-bottom: 20px;
}

.about-hero__text {
  font-size: 18px;
  line-height: 32px;
  color: #FFF;
}

.about-hero__text p {
  margin-bottom: 35px;
}

.about-hero__btn {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.46px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #5DA58F;
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 1px 5px rgba(0, 0, 0, 0.12);
          box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 1px 5px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  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;
  text-decoration: none;
  width: 160px;
  height: 42px;
  border: 1px solid transparent;
}

/*.about-hero__btn:hover {
  color: #333D45;
  border: 1px solid #333D45;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}*/

.about-hero__banner {
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
}

.about-hero__banner img {
  max-width: 100%;
}

.team {
  background: #242C30;
  padding-top: 40px;
  padding-bottom: 100px;
}

.team__title {
  font-family: "Gilroy-Bold", sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  color: rgba(255, 255, 255, 0.87);
  margin-bottom: 35px;
}

.team__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -32px;
  margin-right: -32px;
}

.team__item {
  width: calc(100% / 4 - 64px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 32px;
  margin-right: 32px;
  margin-bottom: 65px;
}

.team__item-img {
  width: 100%;
  height: 302px;
  margin-bottom: 24px;
  background-color: #333D45;
  border-radius: 4px;
  overflow: hidden;
}

.team__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.team__item-title {
  font-family: "Gilroy-Semibold", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #FFF;
  margin-bottom: 8px;
}

.team__item-position {
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  line-height: 21px;
  color: #FFF;
}

.contacts-wrap {
  background: #333D45;
  padding: 55px 0;
}

.contacts {
  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;
}

.contacts__left {
  width: 50%;
  padding-right: 50px;
}

.contacts__right {
  width: 50%;
}

.contacts__title {
  font-family: "Gilroy-Semibold", sans-serif;
  font-size: 48px;
  line-height: 58px;
  color: #FFF;
  margin-bottom: 35px;
}

.contacts__text {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #FFF;
}

.contacts__text p.open_text {
  margin-top: 25px;
}

.contacts__map {
  width: 100%;
  max-width: 655px;
  height: 375px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}

.company-wrap {
  background: #242C30;
  padding-top: 60px;
  padding-bottom: 100px;
}

.company__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.company__left {
  width: 50%;
  font-family: "Gilroy", sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #FFF;
  padding-right: 35px;
}

.company__right {
  width: 50%;
  max-width: 560px;
}

.company__title {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 46px;
  line-height: 62px;
  color: #FFF;
  margin-bottom: 35px;
}

.company__body {
  font-family: "Gilroy", sans-serif;
  font-style: italic;
  font-size: 20px;
  line-height: 30px;
  color: #FFF;
  padding: 34px 20px 20px 55px;
  background: #3B4145;
  border-radius: 4px;
  overflow: hidden;
}

.company__body p {
  width: 50%;
  float: left;
  margin: 0 0 20px;
  height: auto;
  padding-right: 35px;
}

.company__body-author {
  font-style: normal;
  font-family: "Gilroy-Bold", sans-serif;
  padding-left: 50%;
  padding-bottom: 5px;
}

.company__logos {
  margin-bottom: 20px;
}

.company__logos-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.company__logos-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% / 3 - 16px);
  margin-right: 24px;
}

.company__logos-col:last-child {
  margin-right: 0;
}

.company__logos-col a {
  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: 24px;
  background: #FFF;
  width: 170px;
  height: 96px;
  -webkit-box-shadow: 0px 30px 40px rgba(212, 217, 232, 0.2);
          box-shadow: 0px 30px 40px rgba(212, 217, 232, 0.2);
  border-radius: 16px;
  padding: 0 10px;
}

.company__logos-col a:last-child {
  margin-bottom: 0;
}

.company__logos-col a img {
  max-width: 100%;
  max-height: 100%;
}

.company__logos-col2 a:nth-child(2) {
  background: #242C30;
  -webkit-box-shadow: 0 30px 40px rgba(212, 217, 232, 0.2);
          box-shadow: 0 30px 40px rgba(212, 217, 232, 0.2);
  border-radius: 16px;
}

.member-hero-wrap {
  background: #5DA58F url("../img/member-bg.png") right center no-repeat;
  padding-top: 90px;
  padding-bottom: 285px;
}

.member-hero-wrap .page__title {
  font-family: "Gilroy-Bold", sans-serif;
  font-weight: bold;
  font-size: 64px;
  line-height: 77px;
  color: #FFF;
  margin-bottom: 20px;
  text-align: left;
  max-width: 800px;
}

.member-hero__text {
  font-family: "Gilroy", sans-serif;
  font-size: 22px;
  line-height: 26px;
  color: #FFF;
  max-width: 645px;
}

.member-hero__text p {
  margin-bottom: 35px;
}

.member-hero__btn {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.46px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #333D45;
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 1px 5px rgba(0, 0, 0, 0.12);
          box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 1px 5px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  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;
  text-decoration: none;
  width: 160px;
  height: 42px;
  border: 1px solid transparent;
}

.member-hero__btn:hover {
  color: #333D45;
  border: 1px solid #333D45;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.price-wrap {
  position: relative;
}

.price-wrap:before {
  content: '';
  display: block;
  width: 100%;
  height: 70px;
  background: url("../img/grey-bg.svg") top center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 0;
}

.price-wrap:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  bottom: 0;
  width: 100%;
  height: calc(100% - 59px);
  background: #333D45;
  z-index: 0;
}

.price {
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
  z-index: 2;
  top: -60px;
  margin-bottom: -60px;
}

.price .price__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -38px;
  margin-right: -38px;
}

.price .price__item {
  width: calc(100% / 3 - 76px);
  margin-left: 38px;
  margin-right: 38px;
  background: #fff;
  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-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 1px 5px rgba(0, 0, 0, 0.12);
          box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 1px 5px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}

.price .price__title {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 48px;
  line-height: 52px;
  text-align: center;
  letter-spacing: 0.46px;
  color: #000;
  padding-top: 24px;
  margin-bottom: 10px;
}

.price .price__advantages {
  height: 100%;
  background: url("../img/price_item_bg.svg") top center no-repeat;
  background-size: auto;
  padding: 40px 24px 50px 24px;
}

.price .price__advantages li {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #FFF;
  margin-bottom: 25px;
}

.personal-mail-wrap {
  background: #fff;
  padding-top: 64px;
  padding-bottom: 82px;
}

.personal-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.personal-mail__left {
  width: 50%;
  padding-right: 50px;
}

.personal-mail__title {
  max-width: 444px;
  font-family: "Gilroy-Bold", sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 44px;
  color: #333D45;
  margin-bottom: 32px;
}

.personal-mail__text {
  font-family: "Gilroy-Medium", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.15px;
  color: #242C30;
  max-width: 578px;
}

.personal-mail__right {
  width: 50%;
  padding-right: 60px;
}

.personal-mail__img {
  width: 100%;
  text-align: right;
}

.personal-mail__img img {
  max-width: calc(100% - 60px);
}

.tips-wrap {
  background: #333D45;
}

.tips {
  padding: 64px 0;
}

.tips__title {
  font-family: "Gilroy-Bold", sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 54px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 48px;
}

.tips__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -24px;
  margin-right: -24px;
}

.tips__item {
  margin-left: 24px;
  margin-right: 24px;
  width: calc(33.33% - 48px);
  padding-top: 24px;
  padding-left: 10px;
  padding-right: 10px;
}

.tips__icon {
  text-align: center;
  margin-bottom: 24px;
}

.tips__icon img {
  max-width: 72px;
}

.tips__text {
  text-align: center;
  color: #fff;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}

.prismodel-wrap {
  background: #fff;
  padding: 83px 0;
}

.prismodel {
  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;
}

.prismodel__left {
  width: 50%;
  padding-right: 42px;
}

.prismodel__left img {
  max-width: calc(100% - 42px);
}

.prismodel__right {
  width: 50%;
}

.prismodel__title {
  font-family: "Gilroy-Bold", sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 54px;
  color: #333D45;
  margin-bottom: 32px;
}

.prismodel__price {
  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;
  width: 145px;
  height: 48px;
  background: #5DA58F;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: 0.15px;
  margin-bottom: 32px;
  border-radius: 4px;
}

.prismodel__text {
  font-family: "Gilroy", sans-serif;
  font-size: 22px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.87);
}

.prismodel__text p {
  margin-bottom: 30px;
}

.secure-wrap {
  background: #fff;
  padding-top: 64px;
  padding-bottom: 82px;
}

.secure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.secure__left {
  width: 50%;
  padding-right: 80px;
}

.secure__title {
  font-family: "Gilroy-Bold", sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 54px;
  color: #333D45;
  margin-bottom: 32px;
}

.secure__text {
  font-family: "Gilroy-Medium", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.15px;
  color: #242C30;
}

.secure__text p {
  margin-bottom: 30px;
}

.secure__right {
  width: 50%;
  padding-right: 60px;
}

.secure__img {
  width: 100%;
  text-align: right;
}

.secure__img img {
  max-width: calc(100% - 60px);
}

.landlord-hero-wrap {
  padding: 48px 0 150px 0;
  background: #5F696E;
}

.landlord-hero {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.landlord-hero__left,
.landlord-hero__right {
  width: 50%;
}

.landlord-hero__left {
  max-width: 560px;
  padding-top: 45px;
}

.landlord-hero__left .page__title {
  text-align: left;
  font-family: "Gilroy-Bold", sans-serif;
  font-weight: bold;
  font-size: 64px;
  line-height: 77px;
  color: #FFF;
  margin-bottom: 15px;
}

.landlord-hero__text {
  font-size: 18px;
  line-height: 32px;
  color: #FFF;
  margin-bottom: 100px;
}

.landlord-hero__text p {
  margin-bottom: 35px;
}

.landlord-hero__btn {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.46px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #333D45;
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 1px 5px rgba(0, 0, 0, 0.12);
          box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 1px 5px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  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;
  text-decoration: none;
  width: 160px;
  height: 42px;
  border: 1px solid transparent;
}

.landlord-hero__btn:hover {
  color: #333D45;
  border: 1px solid #333D45;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.landlord-hero__banner {
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
  height: 100%;
}

.landlord-hero__banner img {
  width: 100%;
  max-width: 100%;
}

.infoblock-wrap {
  position: relative;
}

.infoblock-wrap:before {
  content: '';
  display: block;
  width: 100%;
  height: 70px;
  background: url("../img/grey-bg.svg") top center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 0;
}

.infoblock-wrap:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  bottom: 0;
  width: 100%;
  height: calc(100% - 59px);
  background: #333D45;
  z-index: 0;
}

.infoblock {
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
  z-index: 2;
  top: -60px;
  margin-bottom: -60px;
}

.infoblock .infoblock__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -38px;
  margin-right: -38px;
}

.infoblock .infoblock__item {
  width: calc(100% / 3 - 76px);
  margin-left: 38px;
  margin-right: 38px;
  background: #fff;
  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-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 1px 5px rgba(0, 0, 0, 0.12);
          box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 1px 5px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}

.infoblock .infoblock__title {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 34px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.46px;
  color: #000;
  padding-top: 24px;
  margin-bottom: 10px;
}

.infoblock .infoblock__advantages {
  height: 100%;
  background: url("../img/price_item_bg.svg") top center no-repeat;
  background-size: auto;
  padding: 50px 24px 40px 24px;
}

.infoblock .infoblock__advantages li {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #FFF;
  margin-bottom: 25px;
}

.marketing-wrap {
  background: #fff;
  padding: 52px 0 70px 0;
  border-bottom: 1px solid #E4E4E4;
}

.marketing {
  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;
}

.marketing__left {
  width: 50%;
  padding-right: 80px;
}

.marketing__right {
  width: 50%;
}

.marketing__title {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 40px;
  line-height: 54px;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 32px;
}

.marketing__text {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.46px;
  color: rgba(0, 0, 0, 0.87);
}

.marketing__text p {
  margin-bottom: 30px;
}

.marketing__img img {
  max-width: 100%;
  border-radius: 8px;
}

.services-wrap {
  background: #fff;
  padding: 25px 0 50px;
}

.services-title {
  text-align: center;
  font-family: "Gilroy-Medium", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 54px;
  color: #18191F;
  margin-bottom: 40px;
}

.services__item {
  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;
  margin-bottom: 15px;
}

.services__item-left {
  width: 50%;
  padding-right: 40px;
}

.services__item-right {
  width: 50%;
  padding-left: 40px;
}

.services__img {
  text-align: center;
}

.services__img img {
  max-width: calc(100% - 40px);
  border-radius: 8px;
}

.services__title {
  font-family: "Gilroy-Bold", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 54px;
  color: #333D45;
  margin-bottom: 32px;
}

.services__text {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #18191F;
  margin-bottom: 30px;
}

.services__text p {
  margin-bottom: 30px;
}

.landlord-formblock .hyresvardar-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.landlord-formblock .hyresvardar__title {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 40px;
  line-height: 54px;
  color: #FFFFFF;
  margin-bottom: 0;
}

.landlord-formblock .hyresvardar__left {
  max-width: 680px;
}

.landlord-formblock .hyresvardar__left-title {
  font-family: "Gilroy-Semibold", sans-serif;
  font-size: 22px;
  padding-top: 0;
  margin-bottom: 32px;
}

.landlord-formblock .hyresvardar__left-content {
  font-family: "Gilroy", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.46px;
  color: #FFFFFF;
}

.landlord-formblock .hyresvardar__left-content p {
  margin-bottom: 30px;
}

.login-page {
  background: #5DA58F;
  color: #fff;
  padding: 125px 0;
}

.login-page-wrap {
  width: 100%;
  padding-left: 150px;
  padding-right: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.login-page__title {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 82px;
  line-height: 85px;
  color: #fff;
  margin-bottom: 70px;
  text-align: center;
}

.login-page__form input[type=text],
.login-page__form input[type=email],
.login-page__form input[type=tel] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fff;
  background: #5DA58F;
  border-radius: 5px;
  width: 100%;
  height: 75px;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-family: "Gilroy", sans-serif;
  padding-left: 20px;
  padding-right: 10px;
  margin-bottom: 45px;
  outline: none;
}

.login-page__form input[type=text]::-webkit-input-placeholder, .login-page__form input[type=email]::-webkit-input-placeholder, .login-page__form input[type=tel]::-webkit-input-placeholder {
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.login-page__form input[type=text]::-moz-placeholder, .login-page__form input[type=email]::-moz-placeholder, .login-page__form input[type=tel]::-moz-placeholder {
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.login-page__form input[type=text]:-ms-input-placeholder, .login-page__form input[type=email]:-ms-input-placeholder, .login-page__form input[type=tel]:-ms-input-placeholder {
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.login-page__form input[type=text]::-ms-input-placeholder, .login-page__form input[type=email]::-ms-input-placeholder, .login-page__form input[type=tel]::-ms-input-placeholder {
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.login-page__form input[type=text]::placeholder,
.login-page__form input[type=email]::placeholder,
.login-page__form input[type=tel]::placeholder {
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.login-page__form button[type=submit],
.login-page__form input[type=submit] {
  height: 55px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  text-align: center;
  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;
  line-height: 1.2;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background: #242C30;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  border-radius: 5px;
  border: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.login-page__form button[type=submit]:hover,
.login-page__form input[type=submit]:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.login-page__form .login-page__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 60px;
}

.login-page__form .login-page__check:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #5DA58F;
  border-radius: 3px;
  border: 2px solid #fff;
  margin-right: 15px;
  z-index: 2;
}

.login-page__form .login-page__check:after {
  content: '';
  display: none;
  width: 17px;
  height: 17px;
  background: #fff;
  border-radius: 3px;
  z-index: 1;
  position: absolute;
  left: 5px;
  top: 5px;
}

.login-page__form input[type=checkbox] {
  display: block;
  position: absolute;
  left: -9999px;
  visibility: hidden;
}

.login-page__form input[type=checkbox]:checked + .login-page__check:before {
  background: url("../img/icon/checkbox-check.svg") center center no-repeat;
  background-size: 100%;
}

.login-page__form input[type=checkbox]:checked + .login-page__check:after {
  background: #fff;
  display: inline-block;
}

.login-page__form .input__info-link {
  color: #fff;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  line-height: 1.15;
  text-decoration: none;
  position: absolute;
  left: 0;
  bottom: -20px;
}

.login-page__form .input__info-link:hover {
  text-decoration: underline;
}

.login-page__description {
  margin-bottom: 25px;
}

.login-page__content {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.login-page__content p {
  font-size: 28px;
  font-family: "Gilroy-Medium", sans-serif;
  line-height: 1.2;
  margin-bottom: 80px;
}

.login-page__content p:last-of-type {
  margin-bottom: 0;
}

.login-page__input-wrap {
  position: relative;
}

.login-page .input-wrap.bankid input {
  padding-right: 65px;
}

.login-page__form .disabled {
  opacity: 0.5;
}

.login-page__form .disabled:hover {
  cursor: not-allowed;
}

.contacts__content ul {
  margin-bottom: 80px;
}

.contacts__content li {
  list-style: none;
  font-size: 28px;
  font-family: "Gilroy-Medium", sans-serif;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #fff;
}

.contacts__content a {
  color: #fff;
  text-decoration: none;
}

.contacts__content a:hover {
  text-decoration: underline;
}

.faq {
  padding: 100px 0;
}

.faq-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

.faq__category-title {
  font-weight: bold;
  font-size: 35px;
  line-height: 40px;
  margin-top: 25px;
  margin-bottom: 25px;
  letter-spacing: 0;
  width: 100%;
}

.faq__block-title {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0;
  margin-bottom: 10px;
  width: 100%;
}

.faq__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.faq__left {
  width: calc(50% - 15px);
}

.faq__right {
  width: calc(50% - 15px);
}

.faq__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  margin-bottom: 20px;
}

.faq__item input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.faq__item input:checked + .faq__item-label {
  background: #fff;
}

.faq__item input:checked + .faq__item-label::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq__item input:checked + .faq__item-label + .faq__item-content {
  height: auto;
  max-height: 200vh;
  padding-bottom: 16px;
}

.faq__item {
  width: 100%;
  overflow: hidden;
  border: 1px solid #d5d5d5;
  margin-bottom: 8px;
}

.faq__item .faq__item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 16px;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 1.5px;
  color: #282828;
  margin: 0;
}

.faq__item .faq__item-label::after {
  content: '';
  width: 13px;
  height: 7px;
  background: url("../img/icon/select-arrow-down.svg") center center no-repeat;
  background-size: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  margin-top: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.faq__item .faq__item-content {
  max-height: 0;
  padding: 0 16px;
  color: #282828;
  background: white;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  font-size: 14px;
  line-height: 18px;
}

.faq__title {
  font-weight: normal;
  font-size: 34px;
  line-height: 45px;
  letter-spacing: 2px;
  color: #282828;
  margin-bottom: 16px;
}

.faq__subtitle {
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1px;
  color: #282828;
  margin-bottom: 32px;
}

.faq__subtitle p {
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1px;
  color: #282828;
}

.faq__item-content p {
  margin-bottom: 24px;
  float: none;
}

.faq__item-content p:last-child {
  margin-bottom: 0;
}

.faq__item-content ul {
  padding: 0 0 0 8px;
  margin: 0 0 24px;
  list-style: none;
}

.faq__item-content li {
  display: block;
  position: relative;
  padding-left: 13px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
  color: #282828;
  margin-bottom: 8px;
}

.faq__item-content li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  background: #CCB091;
  border-radius: 50%;
}

.error-message {
  color: #af4000;
  padding-top: 15px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}

.register {
  /* background: #5DA58F; */
  padding: 140px 0;
  background: url('../img/about-bg-dark.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.register__steps .fieldset__inner, .login-page__form .fieldset__inner, .modalbox__form__login .fieldset__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.register__steps .steps__form .fieldset__form, .login-page__form .steps__form .fieldset__form, .modalbox__form__login .steps__form .fieldset__form {
  border: 0 none;
  padding: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFFFFF;
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 1px 5px rgba(0, 0, 0, 0.12);
          box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 1px 5px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  margin-right: 35px;
  width: 410px;
  text-align: center;
  position: relative;
}

.register__steps .fieldset__content, .login-page__form .fieldset__content, .modalbox__form__login .fieldset__content {
  width: calc(100% - 450px);
  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;
  text-align: center;
}

.register__steps .fieldset__title, .login-page__form .fieldset__title, .modalbox__form__login .fieldset__title {
  font-family: "Gilroy-Bold", sans-serif;
  font-weight: 800;
  font-size: 96px;
  line-height: 118px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 5px;
}

.register__steps .fieldset__subtitle, .login-page__form .fieldset__subtitle, .modalbox__form__login .fieldset__subtitle {
  font-family: "Gilroy-Medium", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #FFF;
}

.register__steps .steps__form fieldset.checkout .fieldset__form, .login-page__form .steps__form fieldset.checkout .fieldset__form, .modalbox__form__login .steps__form fieldset.checkout .fieldset__form {
  padding: 32px;
}

.register__steps .steps__form fieldset:not(:first-of-type), .login-page__form .steps__form fieldset:not(:first-of-type), .modalbox__form__login .steps__form fieldset:not(:first-of-type) {
  display: none;
}

.register__steps .steps__form .input-wrap-payment, .login-page__form .steps__form .input-wrap-payment, .modalbox__form__login .steps__form .input-wrap-payment {
  position: relative;
}

.register__steps .steps__form .input-wrap, .login-page__form .steps__form .input-wrap, .modalbox__form__login .steps__form .input-wrap {
  position: relative;
}

.register__steps .steps__form .input-wrap.bankid .bankid-icon, .login-page__form .steps__form .input-wrap.bankid .bankid-icon, .modalbox__form__login .steps__form .input-wrap.bankid .bankid-icon {
  display: block;
  width: 38px;
  height: 38px;
  background: url("../img/icon/bankid-color.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 19px;
  top: calc(50% - 19px);
}

.register__steps .steps__form .input-wrap.check-box, .login-page__form .steps__form .input-wrap.check-box, .modalbox__form__login .steps__form .input-wrap.check-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #757575;
}

.register__steps .steps__form .input-wrap .input__info-link, .login-page__form .steps__form .input-wrap .input__info-link, .modalbox__form__login .steps__form .input-wrap .input__info-link {
  color: #757575;
  font-family: "Gilroy", sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  position: absolute;
  left: 0;
  bottom: -20px;
}

.register__steps .steps__form .input-wrap .input__info-link:hover, .login-page__form .steps__form .input-wrap .input__info-link:hover, .modalbox__form__login .steps__form .input-wrap .input__info-link:hover {
  text-decoration: underline;
}

.register__steps .steps__form .input-wrap .check, .login-page__form .steps__form .input-wrap .check, .modalbox__form__login .steps__form .input-wrap .check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 33px;
}

.register__steps .steps__form .input-wrap .check:before, .login-page__form .steps__form .input-wrap .check:before, .modalbox__form__login .steps__form .input-wrap .check:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 4px;
  border: 2px solid #757575;
  margin-right: 12px;
  margin-top: -2px;
}

.register__steps .steps__form .input-wrap .check a, .login-page__form .steps__form .input-wrap .check a, .modalbox__form__login .steps__form .input-wrap .check a {
  color: #2196F3;
  text-decoration: none;
}

.register__steps .steps__form .input-wrap .check a:hover, .login-page__form .steps__form .input-wrap .check a:hover, .modalbox__form__login .steps__form .input-wrap .check a:hover {
  text-decoration: underline;
}

.register__steps .steps__form input,
.register__steps .steps__form textarea, .login-page__form .steps__form input,
.login-page__form .steps__form textarea, .modalbox__form__login .steps__form input,
.modalbox__form__login .steps__form textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.23);
  border-radius: 4px;
  width: 100%;
  height: 55px;
  font-family: "Gilroy", sans-serif;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 32px;
  outline: none;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.15px;
  color: #757575;
}

.register__steps .steps__form input::-webkit-input-placeholder, .register__steps .steps__form textarea::-webkit-input-placeholder, .login-page__form .steps__form input::-webkit-input-placeholder, .login-page__form .steps__form textarea::-webkit-input-placeholder, .modalbox__form__login .steps__form input::-webkit-input-placeholder, .modalbox__form__login .steps__form textarea::-webkit-input-placeholder {
  font-size: 0;
}

.register__steps .steps__form input::-moz-placeholder, .register__steps .steps__form textarea::-moz-placeholder, .login-page__form .steps__form input::-moz-placeholder, .login-page__form .steps__form textarea::-moz-placeholder, .modalbox__form__login .steps__form input::-moz-placeholder, .modalbox__form__login .steps__form textarea::-moz-placeholder {
  font-size: 0;
}

.register__steps .steps__form input:-ms-input-placeholder, .register__steps .steps__form textarea:-ms-input-placeholder, .login-page__form .steps__form input:-ms-input-placeholder, .login-page__form .steps__form textarea:-ms-input-placeholder, .modalbox__form__login .steps__form input:-ms-input-placeholder, .modalbox__form__login .steps__form textarea:-ms-input-placeholder {
  font-size: 0;
}

.register__steps .steps__form input::-ms-input-placeholder, .register__steps .steps__form textarea::-ms-input-placeholder, .login-page__form .steps__form input::-ms-input-placeholder, .login-page__form .steps__form textarea::-ms-input-placeholder, .modalbox__form__login .steps__form input::-ms-input-placeholder, .modalbox__form__login .steps__form textarea::-ms-input-placeholder {
  font-size: 0;
}

.register__steps .steps__form input::placeholder,
.register__steps .steps__form textarea::placeholder, .login-page__form .steps__form input::placeholder,
.login-page__form .steps__form textarea::placeholder, .modalbox__form__login .steps__form input::placeholder,
.modalbox__form__login .steps__form textarea::placeholder {
  font-size: 0;
}

.register__steps .steps__form input:active, .register__steps .steps__form input:focus,
.register__steps .steps__form textarea:active,
.register__steps .steps__form textarea:focus, .login-page__form .steps__form input:active, .login-page__form .steps__form input:focus,
.login-page__form .steps__form textarea:active,
.login-page__form .steps__form textarea:focus, .modalbox__form__login .steps__form input:active, .modalbox__form__login .steps__form input:focus,
.modalbox__form__login .steps__form textarea:active,
.modalbox__form__login .steps__form textarea:focus {
  border: 2px solid #333D45;
}

.register__steps .steps__form input:disabled,
.register__steps .steps__form textarea:disabled, .login-page__form .steps__form input:disabled,
.login-page__form .steps__form textarea:disabled, .modalbox__form__login .steps__form input:disabled,
.modalbox__form__login .steps__form textarea:disabled {
  opacity: .38;
  cursor: not-allowed;
}

.register__steps .steps__form input:disabled::-webkit-input-placeholder, .register__steps .steps__form textarea:disabled::-webkit-input-placeholder, .login-page__form .steps__form input:disabled::-webkit-input-placeholder, .login-page__form .steps__form textarea:disabled::-webkit-input-placeholder, .modalbox__form__login .steps__form input:disabled::-webkit-input-placeholder, .modalbox__form__login .steps__form textarea:disabled::-webkit-input-placeholder {
  opacity: .38;
}

.register__steps .steps__form input:disabled::-moz-placeholder, .register__steps .steps__form textarea:disabled::-moz-placeholder, .login-page__form .steps__form input:disabled::-moz-placeholder, .login-page__form .steps__form textarea:disabled::-moz-placeholder, .modalbox__form__login .steps__form input:disabled::-moz-placeholder, .modalbox__form__login .steps__form textarea:disabled::-moz-placeholder {
  opacity: .38;
}

.register__steps .steps__form input:disabled:-ms-input-placeholder, .register__steps .steps__form textarea:disabled:-ms-input-placeholder, .login-page__form .steps__form input:disabled:-ms-input-placeholder, .login-page__form .steps__form textarea:disabled:-ms-input-placeholder, .modalbox__form__login .steps__form input:disabled:-ms-input-placeholder, .modalbox__form__login .steps__form textarea:disabled:-ms-input-placeholder {
  opacity: .38;
}

.register__steps .steps__form input:disabled::-ms-input-placeholder, .register__steps .steps__form textarea:disabled::-ms-input-placeholder, .login-page__form .steps__form input:disabled::-ms-input-placeholder, .login-page__form .steps__form textarea:disabled::-ms-input-placeholder, .modalbox__form__login .steps__form input:disabled::-ms-input-placeholder, .modalbox__form__login .steps__form textarea:disabled::-ms-input-placeholder {
  opacity: .38;
}

.register__steps .steps__form input:disabled::placeholder,
.register__steps .steps__form textarea:disabled::placeholder, .login-page__form .steps__form input:disabled::placeholder,
.login-page__form .steps__form textarea:disabled::placeholder, .modalbox__form__login .steps__form input:disabled::placeholder,
.modalbox__form__login .steps__form textarea:disabled::placeholder {
  opacity: .38;
}

.register__steps .steps__form input[type=search]:active, .register__steps .steps__form input[type=search]:focus,
.register__steps .steps__form textarea[type=search]:active,
.register__steps .steps__form textarea[type=search]:focus, .login-page__form .steps__form input[type=search]:active, .login-page__form .steps__form input[type=search]:focus,
.login-page__form .steps__form textarea[type=search]:active,
.login-page__form .steps__form textarea[type=search]:focus, .modalbox__form__login .steps__form input[type=search]:active, .modalbox__form__login .steps__form input[type=search]:focus,
.modalbox__form__login .steps__form textarea[type=search]:active,
.modalbox__form__login .steps__form textarea[type=search]:focus {
  border: 0;
}

.register__steps .steps__form input[type=checkbox], .login-page__form .steps__form input[type=checkbox], .modalbox__form__login .steps__form input[type=checkbox] {
  display: block;
  position: absolute;
  left: -9999px;
  visibility: hidden;
}

.register__steps .steps__form input[type=checkbox]:checked + .check:before, .login-page__form .steps__form input[type=checkbox]:checked + .check:before, .modalbox__form__login .steps__form input[type=checkbox]:checked + .check:before {
  border: 0;
  background: url("../img/icon/checkbox-check-black.svg") center center no-repeat;
  background-size: cover;
}

.register__steps .steps__form .action-button, .login-page__form .steps__form .action-button, .modalbox__form__login .steps__form .action-button {
  font-family: 'Roboto', sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 140px;
  height: 42px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 22px;
  background: #333D45;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.46px;
  cursor: pointer;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border: 0;
}

.register__steps .steps__form .action-button:hover, .login-page__form .steps__form .action-button:hover, .modalbox__form__login .steps__form .action-button:hover {
  -webkit-filter: none;
          filter: none;
}

.register__steps .steps__form .action-button:focus, .register__steps .steps__form .action-button:active, .login-page__form .steps__form .action-button:focus, .login-page__form .steps__form .action-button:active, .modalbox__form__login .steps__form .action-button:focus, .modalbox__form__login .steps__form .action-button:active {
  border: 0;
}

.register__steps .steps__form .action-button.disabled, .login-page__form .steps__form .action-button.disabled, .modalbox__form__login .steps__form .action-button.disabled {
  color: #A6A6A6;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.12)), to(rgba(0, 0, 0, 0.12))), #FFFFFF;
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)), #FFFFFF;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)), #FFFFFF;
}

.register__steps .steps__form .action-button.disabled:hover, .login-page__form .steps__form .action-button.disabled:hover, .modalbox__form__login .steps__form .action-button.disabled:hover {
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  cursor: not-allowed;
}

.register__steps .steps__form .action-button, .login-page__form .steps__form .action-button, .modalbox__form__login .steps__form .action-button {
  margin-bottom: 6px;
}

.register__steps .steps__form .action-button:first-child, .login-page__form .steps__form .action-button:first-child, .modalbox__form__login .steps__form .action-button:first-child {
  margin-right: 20px;
}

.register__steps .steps__form .action-button:last-child, .login-page__form .steps__form .action-button:last-child, .modalbox__form__login .steps__form .action-button:last-child {
  margin-left: 20px;
}

.register__steps .fs-title, .login-page__form .fs-title, .modalbox__form__login .fs-title {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 34px;
  line-height: 123.5%;
  letter-spacing: 0.25px;
  color: #212121;
  margin-bottom: 32px;
}

.register__steps .fs-subtitle, .login-page__form .fs-subtitle, .modalbox__form__login .fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}

.register__steps .steps__form-progressbar, .login-page__form .steps__form-progressbar, .modalbox__form__login .steps__form-progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
  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-left: -8px;
  margin-right: -8px;
}

.register__steps .steps__form-progressbar li, .login-page__form .steps__form-progressbar li, .modalbox__form__login .steps__form-progressbar li {
  list-style-type: none;
  color: #757575;
  position: relative;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding-left: 8px;
  padding-right: 8px;
}

.register__steps .steps__form-progressbar li.active, .login-page__form .steps__form-progressbar li.active, .modalbox__form__login .steps__form-progressbar li.active {
  letter-spacing: 0.1px;
  color: #212121;
}

.register__steps .steps__form-progressbar li:before, .login-page__form .steps__form-progressbar li:before, .modalbox__form__login .steps__form-progressbar li:before {
  content: counter(step);
  counter-increment: step;
  text-align: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  font-size: 12px;
  border-radius: 50%;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  background: rgba(0, 0, 0, 0.38);
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.register__steps .steps__form-progressbar li.active.done:before, .login-page__form .steps__form-progressbar li.active.done:before, .modalbox__form__login .steps__form-progressbar li.active.done:before {
  width: 24px;
  height: 24px;
  font-size: 0;
  background: url("../img/icon/check-circle.svg") center center no-repeat;
  background-size: cover;
}

.register__steps .steps__form-progressbar li:after, .login-page__form .steps__form-progressbar li:after, .modalbox__form__login .steps__form-progressbar li:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #BDBDBD;
  position: absolute;
  left: -100%;
  top: 12px;
  z-index: -1;
}

.register__steps .steps__form-progressbar li:first-child:after, .login-page__form .steps__form-progressbar li:first-child:after, .modalbox__form__login .steps__form-progressbar li:first-child:after {
  content: none;
}

.register__steps .steps__form-progressbar li.active:before,
.register__steps .steps__form-progressbar li.active:after, .login-page__form .steps__form-progressbar li.active:before,
.login-page__form .steps__form-progressbar li.active:after, .modalbox__form__login .steps__form-progressbar li.active:before,
.modalbox__form__login .steps__form-progressbar li.active:after {
  background: #5DA58F;
}

.register__steps label, .login-page__form label, .modalbox__form__login label {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.15px;
  color: #757575;
  font-weight: normal;
}

.register__steps .placeholder, .login-page__form .placeholder, .modalbox__form__login .placeholder {
  position: absolute;
  left: 7px;
  top: 14px;
  background: #fff;
  padding: 5px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.register__steps .filled ~ .placeholder,
.register__steps input:focus + .placeholder, .login-page__form .filled ~ .placeholder,
.login-page__form input:focus + .placeholder, .modalbox__form__login .filled ~ .placeholder,
.modalbox__form__login input:focus + .placeholder {
  left: 11px;
  top: -10px;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.15px;
  color: #757575;
  background: #fff;
  padding: 5px;
}

.register__steps .input-wrap:not(.check-box).valid .bankid-icon, .login-page__form .input-wrap:not(.check-box).valid .bankid-icon, .modalbox__form__login .input-wrap:not(.check-box).valid .bankid-icon {
  display: none !important;
}

.register__steps .input-wrap:not(.check-box).valid:after, .login-page__form .input-wrap:not(.check-box).valid:after, .modalbox__form__login .input-wrap:not(.check-box).valid:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/icon/check-circle.svg") center center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 12px;
  top: calc(50% - 12px);
}

.register__steps .steps__fieldsets, .login-page__form .steps__fieldsets, .modalbox__form__login .steps__fieldsets {
  position: relative;
}

.register__steps .success, .login-page__form .success, .modalbox__form__login .success {
  width: 100%;
  height: 100%;
  background: #5DA58F;
  z-index: 10;
}

.register__steps .success__title, .login-page__form .success__title, .modalbox__form__login .success__title {
  padding-top: 39px;
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 34px;
  line-height: 123.5%;
  letter-spacing: 0.25px;
  color: #212121;
  margin-bottom: 53px;
}

.register__steps .success .success__icon, .login-page__form .success .success__icon, .modalbox__form__login .success .success__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  width: 200px;
  border: 16px solid #e4e4e4;
  border-radius: 50%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}

.register__steps .success .success__icon img, .login-page__form .success .success__icon img, .modalbox__form__login .success .success__icon img {
  width: 100%;
  height: auto;
}

.register__steps .select2-container, .login-page__form .select2-container, .modalbox__form__login .select2-container {
  width: 100% !important;
  position: relative;
  display: block;
  margin-bottom: 29px;
}

.register__steps .select2-container:after, .login-page__form .select2-container:after, .modalbox__form__login .select2-container:after {
  position: absolute;
  top: calc(50% - 12px);
  right: 10px;
  width: 24px;
  height: 24px;
  background: url("../img/icon/select-arrow-down.svg") center center no-repeat;
  background-size: 100%;
}

.register__steps .select2-container--default.select2-container--focus .select2-selection--multiple,
.register__steps .select2-container--default .select2-selection--multiple, .login-page__form .select2-container--default.select2-container--focus .select2-selection--multiple,
.login-page__form .select2-container--default .select2-selection--multiple, .modalbox__form__login .select2-container--default.select2-container--focus .select2-selection--multiple,
.modalbox__form__login .select2-container--default .select2-selection--multiple {
  width: 100%;
  height: 56px;
  border: 2px solid #212121 !important;
  border-radius: 4px !important;
  color: #212121;
}

.register__steps .select2-container--default .select2-selection--multiple, .login-page__form .select2-container--default .select2-selection--multiple, .modalbox__form__login .select2-container--default .select2-selection--multiple {
  position: relative;
}

.register__steps .select2-container--default .select2-selection--multiple:after, .login-page__form .select2-container--default .select2-selection--multiple:after, .modalbox__form__login .select2-container--default .select2-selection--multiple:after {
  display: block;
  content: '';
  width: 24px;
  height: 24px;
  background: url("../img/icon/select-arrow-down.svg") center center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 10px;
  top: 15px;
}

.register__steps .select2-container .select2-search--inline .select2-search__field, .login-page__form .select2-container .select2-search--inline .select2-search__field, .modalbox__form__login .select2-container .select2-search--inline .select2-search__field {
  display: block;
  width: 100% !important;
  height: 56px;
  margin: 0;
  padding-top: 17px;
  padding-left: 15px;
}

.register__steps .select2-container .select2-selection--multiple .select2-selection__rendered, .login-page__form .select2-container .select2-selection--multiple .select2-selection__rendered, .modalbox__form__login .select2-container .select2-selection--multiple .select2-selection__rendered {
  display: none;
}

.register__steps .select2-container--default .select2-selection--multiple .select2-selection__clear, .login-page__form .select2-container--default .select2-selection--multiple .select2-selection__clear, .modalbox__form__login .select2-container--default .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.register__steps .cities__table, .login-page__form .cities__table, .modalbox__form__login .cities__table {
  margin-bottom: 57px;
}

.register__steps .cities__table .br_remove, .login-page__form .cities__table .br_remove, .modalbox__form__login .cities__table .br_remove {
  border: 0;
  background: url("../img/icon/clear.svg") center center no-repeat;
  background-size: 100%;
  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;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.register__steps .cities__table table, .login-page__form .cities__table table, .modalbox__form__login .cities__table table {
  width: 100%;
}

.register__steps .cities__table table tr, .login-page__form .cities__table table tr, .modalbox__form__login .cities__table table tr {
  border-bottom: 1px solid #E0E0E0;
}

.register__steps .cities__table table th, .login-page__form .cities__table table th, .modalbox__form__login .cities__table table th {
  padding: 16px;
  text-align: left;
  color: #212121;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.17px;
  font-family: 'Roboto', sans-serif;
  width: 33.3%;
}

.register__steps .cities__table table td, .login-page__form .cities__table table td, .modalbox__form__login .cities__table table td {
  padding: 16px;
  text-align: left;
  color: #212121;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.17px;
  font-family: 'Roboto', sans-serif;
}

.register__steps .cities__table table td:last-child, .login-page__form .cities__table table td:last-child, .modalbox__form__login .cities__table table td:last-child {
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

.register__steps .cities__table table tfoot tr td:last-child, .login-page__form .cities__table table tfoot tr td:last-child, .modalbox__form__login .cities__table table tfoot tr td:last-child {
  text-align: right;
  padding-right: 15px;
}

.register__steps .checkout .cities__table, .login-page__form .checkout .cities__table, .modalbox__form__login .checkout .cities__table {
  margin-bottom: 28px;
}

.register__steps .payment, .login-page__form .payment, .modalbox__form__login .payment {
  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: 45px;
  margin-left: -12px;
  margin-right: -12px;
}

.register__steps .payment__item, .login-page__form .payment__item, .modalbox__form__login .payment__item {
  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;
  padding: 15px 8px 15px 10px;
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  margin-left: 12px;
  margin-right: 12px;
  width: 50%;
}

.register__steps .payment__item img, .login-page__form .payment__item img, .modalbox__form__login .payment__item img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
  height: auto;
}

.register__steps .payment__item input, .login-page__form .payment__item input, .modalbox__form__login .payment__item input {
  display: none;
}

.register__steps .payment__item label, .login-page__form .payment__item label, .modalbox__form__login .payment__item label {
  display: block;
  padding-left: 55px;
}

.register__steps .payment__item label:before, .login-page__form .payment__item label:before, .modalbox__form__login .payment__item label:before {
  content: '';
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  border: 4px solid #BDBDBD;
  border-radius: 50%;
  top: calc(50% - 16px);
  left: 0;
}

.register__steps .payment__item input:checked + label, .login-page__form .payment__item input:checked + label, .modalbox__form__login .payment__item input:checked + label {
  border-color: #5DA58F;
  position: relative;
}

.register__steps .payment__item input:checked + label:before, .login-page__form .payment__item input:checked + label:before, .modalbox__form__login .payment__item input:checked + label:before {
  border-color: #5DA58F;
}

.register__steps .payment__item input:checked + label:after, .login-page__form .payment__item input:checked + label:after, .modalbox__form__login .payment__item input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  background: #5DA58F;
  top: calc(50% - 9px);
  left: 7px;
  border-radius: 50%;
}

.register__steps .check-wrap, .login-page__form .check-wrap, .modalbox__form__login .check-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
  margin-bottom: 40px;
}

.register__steps .check-wrap input, .login-page__form .check-wrap input, .modalbox__form__login .check-wrap input {
  display: none;
}

.register__steps .check-wrap input + label, .login-page__form .check-wrap input + label, .modalbox__form__login .check-wrap input + label {
  text-align: left;
  display: block;
  padding-left: 40px;
  cursor: pointer;
}

.register__steps .check-wrap input + label:before, .login-page__form .check-wrap input + label:before, .modalbox__form__login .check-wrap input + label:before {
  content: '';
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  top: 0;
  left: 0;
}

.register__steps .check-wrap input:checked + label, .login-page__form .check-wrap input:checked + label, .modalbox__form__login .check-wrap input:checked + label {
  border-color: transparent;
  position: relative;
}

.register__steps .check-wrap input:checked + label:before, .login-page__form .check-wrap input:checked + label:before, .modalbox__form__login .check-wrap input:checked + label:before {
  border-color: transparent;
}

.register__steps .check-wrap input:checked + label:after, .login-page__form .check-wrap input:checked + label:after, .modalbox__form__login .check-wrap input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("../img/icon/checkbox-check.svg") center center no-repeat;
  background-size: 100%;
  top: -2px;
  left: 0;
  border-radius: 4px;
}

.cities__select .select2-results__option {
  padding: 9px 5px 9px 19px;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.15px;
  color: #212121;
}

.cities__select .select2-results__option:before {
  content: '';
  display: inline-block;
  position: relative;
  height: 21px;
  width: 21px;
  border: 2px solid #757575;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 11px;
  vertical-align: middle;
}

.cities__select .select2-results__option--selected {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.08)), to(rgba(0, 0, 0, 0.08))), #FFFFFF;
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08)), #FFFFFF;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08)), #FFFFFF;
}

.cities__select .select2-results__option--selected:before {
  background: #fff url("../img/icon/checkbox-check.svg") center center no-repeat;
  background-size: cover;
  border-color: #5DA58F !important;
}

.page-template-page-register .select2-container--open .select2-dropdown--below.cities__select {
  margin-top: 2px;
  overflow: hidden;
  border: none;
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}

.fieldset__img {
  margin-bottom: 20px;
}

.fieldset__progress-title,
.fieldset__progress {
  padding: 13px 0;
}

.fieldset__progress-title img,
.fieldset__progress img {
  width: 24px;
  height: 24px;
  -webkit-animation: 1s linear 1s infinite normal both running spin;
          animation: 1s linear 1s infinite normal both running spin;
}

.modalbox__form__login .input-wrap.bankid.valid .register_personnummer {
  background: rgba(255, 255, 255, 0.3);
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.apart {
  padding: 37px 0;
}

.apart-wrap {
  max-width: 1117px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.apart__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 23px;
}

.apart__back-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("../img/icon/back-btn.svg") center center no-repeat;
  background-size: cover;
  opacity: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin-right: 17px;
}

.apart__back-btn:hover {
  opacity: 0.8;
}

.apart__title {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 24px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.46px;
}

.apart__inform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.apart__info {
  margin-bottom: 16px;
}

.apart__inform-left {
  width: calc(100% - 350px);
}

.apart__slider-wrap {
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 16px;
}

.fotorama__wrap {
  width: 100% !important;
}

.fotorama__stage__frame.fotorama__active {
  border-radius: 4px;
}

.fotorama__fullscreen-icon {
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  background: url("../img/icon/fullscreen.svg") center center no-repeat;
  background-size: cover;
}

.fotorama__arr {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: url("../img/icon/slider-next-btn.svg") center center no-repeat;
  background-size: cover;
  right: 8px;
}

.fotorama__arr.fotorama__arr--prev {
  right: auto;
  left: 8px;
  background: url("../img/icon/slider-prev-btn.svg") center center no-repeat;
  background-size: cover;
}

.fotorama__nav-wrap {
  margin-top: 11px;
}

.fotorama__nav {
  text-align: left;
}

.fotorama__thumb-border {
  display: none;
}

.fotorama__active .fotorama__thumb {
  border: 4px solid #333D45;
  border-radius: 4px;
}

.fotorama__thumb {
  border-radius: 4px;
  overflow: hidden;
}

.fotorama__nav--thumbs .fotorama__nav__frame {
  padding: 0 !important;
  margin-right: 8px;
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(40px, -40px, 0);
          transform: translate3d(40px, -40px, 0);
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: center center;
  background-size: 100%;
}

.apart__description {
  background: rgba(0, 0, 0, 0.04);
  border-radius: 3px;
  padding: 15px 20px 5px 15px;
  margin-bottom: 16px;
}

.apart__description h4 {
  font-family: "Gilroy-Medium", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.46px;
  margin-bottom: 8px;
}

.apart__description p {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: #000000;
}

.apart__description-title {
  font-family: "Gilroy-Medium", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.46px;
  margin-bottom: 8px;
}

.apart__inform-right {
  width: 318px;
  margin-left: 8px;
}

.apart__info {
  width: 100%;
  background: #333D45;
  border-radius: 3px;
  padding: 16px 17px;
  color: #fff;
}

.apart__info-top {
  display: block;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
}

.apart__info-top li {
  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;
  min-height: 54px;
}

.apart__info-top li h4 {
  font-family: "Gilroy-Bold", sans-serif;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 50%;
  text-align: left;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.46px;
}

.apart__info-top li span {
  font-family: "Gilroy", sans-serif;
  text-align: right;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 50%;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.46px;
}

.apart__info-bottom {
  padding-top: 8px;
  margin-bottom: 16px;
}

.apart__info-bottom li {
  padding-top: 12px;
  padding-bottom: 12px;
}

.apart__info-bottom li h5 {
  font-family: "Gilroy-Medium", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: 0.15px;
}

.apart__info-bottom li span {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: 0.15px;
}

.apart__info-btn {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.15;
  letter-spacing: 0.46px;
  text-transform: uppercase;
  color: #FFFFFF;
  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;
  width: 195px;
  height: 42px;
  padding: 5px 10px;
  background: #5DA58F;
  border: 1px solid #5DA58F;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.apart__info-btn:hover {
  background: #ffffff;
  color: #5DA58F;
}

.apart__map {
  margin-bottom: 26px;
}

.apart__more-btn {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.15;
  letter-spacing: 0.46px;
  text-transform: uppercase;
  color: #333D45;
  width: 303px;
  height: 42px;
  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;
  background: #fff;
  padding: 5px 10px;
  border: 1px solid #333D45;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-align: center;
}

.apart__more-btn:hover {
  background: #5DA58F;
  color: #fff;
}

.apart__map #map {
  height: 466px;
  width: 100%;
}

.br-custom-pin {
  display: block;
  content: '';
  width: 38px;
  height: 54px;
  background: url("../img/icon/home_map.svg") center center no-repeat;
  background-size: cover;
  margin-top: -10px;
}

.apart__info-footer {
  margin-bottom: 16px;
}

.facilities {
  background: #F5F5F5;
  padding: 10px 16px 16px;
  margin-bottom: 16px;
}

.facilities__title {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 15px;
  line-height: 50px;
  letter-spacing: 0.1px;
  color: #333D45;
  margin-bottom: 15px;
}

.facilities__items {
  margin: 0;
  padding: 0;
}

.facility__title {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 0.87);
  width: calc(100% - 56px - 40px);
}

.facilities__item {
  opacity: 0.65;
  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;
  height: 56px;
}

.facilities__item .icon {
  width: 56px;
  height: 24px;
  text-align: left;
}

.facilities__item .icon i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  background-position: center center;
  background-size: 100%;
}

.facilities__item .icon .lift {
  background-image: url(../img/icon/hiss.svg);
}

.facilities__item .icon .balcony {
  background-image: url(../img/icon/balkon.svg);
}

.facilities__item .last_icon i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  background-position: center center;
  background-size: 100%;
}

.facilities__item .last_icon .ok {
  background-image: url(../img/icon/check-circle.svg);
}

.facilities__item .last_icon .no {
  background-image: url(../img/icon/close_no.svg);
}

.facilities__item.active {
  opacity: 1;
}

.footer {
  background: #333D45;
  padding: 45px 0;
}

.footer-wrap {
  width: 100%;
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__top > .footer__top-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 500px;
}

.footer__title {
  font-family: "Gilroy-Semibold", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.3px;
  color: #fff;
  margin-bottom: 23px;
}

.footer__button {
  background: #5DA58F;
  font-family: "Gilroy-Semibold", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0;
  text-decoration: none;
  text-align: center;
  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;
  width: 225px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #5DA58F;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin-bottom: 15px;
}

.footer__button:hover {
  background: transparent;
}

.footer__widgets {
  width: calc(100% - 500px);
  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;
}

.footer__menu {
  padding-right: 15px;
}

.footer__menu:last-child {
  padding-right: 0;
}

.footer__menu-title {
  color: #5DA58F;
  font-family: "Gilroy-Medium", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 22px;
  letter-spacing: 0;
}

.footer .menu-item {
  margin-bottom: 22px;
}

.footer .menu-item a {
  text-decoration: none;
  font-family: "Gilroy", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.2px;
  color: #FFF;
}

.footer .menu-item a:hover {
  text-decoration: underline;
}

.footer .active-language a {
  font-family: "Gilroy-Semibold", sans-serif;
}

.footer__bottom {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__bottom-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__bottom-menu .menu-item {
  margin-bottom: 0;
  margin-right: 50px;
}

.footer__bottom-menu .menu-item:last-child {
  margin-right: 0;
}

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

.footer__social-link {
  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: #fff;
  text-decoration: none;
  margin-left: 50px;
  width: 30px;
  height: 30px;
  font-size: 0;
}

.icon-facebook {
  background: url("../img/icon/facebook.svg") center center no-repeat;
  background-size: contain;
}

.icon-twitter {
  background: url("../img/icon/twitter.svg") center center no-repeat;
  background-size: contain;
}

.icon-instagram {
  background: url("../img/icon/instagram.svg") center center no-repeat;
  background-size: contain;
}

/** popup forms **/
.arcticmodal-overlay {
  opacity: 0.8 !important;
}

.box-modal {
  position: relative;
}

.box-modal .close {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/icon/popup-close.svg") center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.box-modal .close:hover {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.modalbox {
  width: 455px;
  background: #5DA58F;
  padding: 27px 55px 50px 55px;
  border-radius: 4px;
}

.modalbox__title {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 34px;
  line-height: 123.5%;
  letter-spacing: 0.25px;
  color: #FFFFFF;
  margin-bottom: 34px;
  text-align: center;
}

.modalbox__subtitle {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 166%;
  letter-spacing: 0.4px;
  color: #FFFFFF;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 14px;
}

.modalbox__form input[type=text],
.modalbox__form input[type=email],
.modalbox__form input[type=tel] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fff;
  background: #5DA58F;
  border-radius: 5px;
  width: 100%;
  height: 55px;
  padding-left: 20px;
  padding-right: 10px;
  margin-bottom: 16px;
  outline: none;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.15px;
  color: #FFFFFF;
}

.modalbox__form input[type=text]::-webkit-input-placeholder, .modalbox__form input[type=email]::-webkit-input-placeholder, .modalbox__form input[type=tel]::-webkit-input-placeholder {
  overflow: visible;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.15px;
  color: #FFFFFF;
}

.modalbox__form input[type=text]::-moz-placeholder, .modalbox__form input[type=email]::-moz-placeholder, .modalbox__form input[type=tel]::-moz-placeholder {
  overflow: visible;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.15px;
  color: #FFFFFF;
}

.modalbox__form input[type=text]:-ms-input-placeholder, .modalbox__form input[type=email]:-ms-input-placeholder, .modalbox__form input[type=tel]:-ms-input-placeholder {
  overflow: visible;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.15px;
  color: #FFFFFF;
}

.modalbox__form input[type=text]::-ms-input-placeholder, .modalbox__form input[type=email]::-ms-input-placeholder, .modalbox__form input[type=tel]::-ms-input-placeholder {
  overflow: visible;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.15px;
  color: #FFFFFF;
}

.modalbox__form input[type=text]::placeholder,
.modalbox__form input[type=email]::placeholder,
.modalbox__form input[type=tel]::placeholder {
  overflow: visible;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.15px;
  color: #FFFFFF;
}

.modalbox__form button[type=submit],
.modalbox__form input[type=submit] {
  min-width: 135px;
  height: 42px;
  text-align: center;
  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;
  padding: 5px 10px;
  text-decoration: none;
  border: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  background: #212121;
  border-radius: 4px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.46px;
  text-transform: uppercase;
  color: #fff;
  margin: 42px auto 52px auto;
}

.modalbox__form button[type=submit]:hover,
.modalbox__form input[type=submit]:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modalbox__form button[type=submit].disabled,
.modalbox__form input[type=submit].disabled {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.12)), to(rgba(0, 0, 0, 0.12))), #FFFFFF;
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)), #FFFFFF;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)), #FFFFFF;
  color: rgba(0, 0, 0, 0.26);
  cursor: not-allowed;
}

.modalbox__form .bankid input[type=text] {
  margin-bottom: 32px;
}

.modalbox__form .bankid .bankid-icon {
  display: block;
  width: 40px;
  height: 40px;
  background: url("../img/icon/bankid.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: calc(50% - 20px);
}

.modalbox__form .modalbox__check {
  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;
  position: relative;
  padding-top: 12px;
  margin-bottom: 24px;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.15px;
}

.modalbox__form .modalbox__check:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #5DA58F;
  border-radius: 3px;
  border: 2px solid #fff;
  margin-right: 15px;
}

.modalbox__form input[type=checkbox] {
  display: block;
  position: absolute;
  left: -9999px;
  visibility: hidden;
}

.modalbox__form input[type=checkbox]:checked + .modalbox__check:before {
  background: #fff url("../img/icon/checkbox-check.svg") center center no-repeat;
  background-size: cover;
}

.modalbox__form .input__info-link {
  color: #fff;
  text-decoration: none;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.4px;
  position: absolute;
  left: 0;
  bottom: -20px;
}

.modalbox__form .input__info-link:hover {
  text-decoration: underline;
}

.modalbox .input-wrap {
  position: relative;
}

.modalbox .input-wrap.valid input[type=text],
.modalbox .input-wrap.valid input[type=email] {
  border: 1px solid #14de0e;
}

.modalbox__form.success {
  padding: 100px 0;
  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;
}

.modalbox__form .success {
  display: none;
}

.modalbox__form .success .success__title {
  text-align: center;
  color: #fff;
  font-family: "Gilroy-Bold", sans-serif;
  font-weight: bold;
  font-size: 34px;
  line-height: 123.5%;
  letter-spacing: 0.25px;
  margin-bottom: 50px;
}

.modalbox__form .success .success__icon {
  width: 72px;
  height: 72px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.modalbox__form .success .success__icon img {
  width: 100%;
}

.modalbox__footer {
  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;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 166%;
  letter-spacing: 0.4px;
  color: #FFFFFF;
}

.modalbox__login-btn {
  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;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.46px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  margin-left: 8px;
  padding: 5px 15px;
  min-width: 82px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.modalbox__login-btn:hover {
  background: #ffffff;
  color: #5DA58F;
}

.modalbox .modalbox__step {
  display: none;
}

.modalbox .modalbox__bankid {
  width: 152px;
  height: 152px;
  background: #fff;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  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;
}

.modalbox .modalbox__bankid img {
  margin-top: -5px;
}

.modalbox .fieldset__progress {
  text-align: center;
}

.modalbox .success__icon {
  text-align: center;
  margin-bottom: 40px;
}

.modalbox .success__icon img {
  width: 85px;
  height: 85px;
  border: 8px solid #E4E4E4;
  border-radius: 50%;
}

.modalbox .fieldset__progress-title {
  color: #fff;
  text-align: center;
  letter-spacing: 0.4px;
  font-size: 12px;
  line-height: 20px;
}

.modalbox__step.success .modalbox__title {
  margin-bottom: 72px;
}

.arcticmodal-container_i2 {
  padding: 20px 0;
}

/*==========  Desktop First  ==========*/
@media only screen and (max-width: 1680px) {
  .hyresvardar__left {
    max-width: 650px;
  }
  .footer-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .apartments-wrap {
    max-width: 1400px;
  }
}

@media only screen and (max-width: 1440px) {
  .header__menu .menu-item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home__button {
    padding-left: 70px;
    max-width: 575px;
    height: 100px;
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 100px;
  }
  .bli-wrap, .hyresvardar-wrap, .page-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
  .bli__right-title {
    font-size: 35px;
    margin-bottom: 40px;
  }
  .bli__right-content p {
    margin-bottom: 40px;
  }
  .bli__right-content .bli__right-kg {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .hyresvardar__right {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 400px;
    padding-right: 0;
  }
  .hyresvardar__left {
    width: 100%;
    max-width: 600px;
  }
  .hyresvardar__title {
    font-size: 65px;
    line-height: 70px;
    margin-bottom: 40px;
  }
  .hyresvardar__left-title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .hyresvardar__left-content p {
    margin-bottom: 40px;
  }
  .hyresvardar__right-kg {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-wrap {
    padding: 0;
    max-width: 1200px;
  }
  .apartments-wrap {
    max-width: 1240px;
  }
  .cabinet__sidebar {
    width: 300px;
  }
  .cabinet__sidebar-menu .menu-item {
    height: 70px;
  }
  .cabinet__apartments-header {
    height: 80px;
    padding: 10px;
  }
}

@media only screen and (max-width: 1280px) {
  .home-wrap {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .header__logo {
    width: 100px;
    height: 100%;
  }
  .header__menu a {
    font-size: 16px;
    line-height: 20px;
  }
  .home__info-text {
    font-size: 25px;
  }
  .faq-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .page-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .bli-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .hyresvardar-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .hyresvardar__left {
    padding-right: 50px;
  }
  .footer-wrap {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
  }
  .apartments-wrap {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
  }
  .cabinet__sidebar-menu .menu-item .icon {
    margin-right: 20px;
  }
  .apartments__subscribe-title {
    font-size: 40px;
    line-height: 1.2;
  }
  .apartments__subscribe-text p {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .apartments__subscribe-text {
    margin-bottom: 30px;
  }
  .apartments__subscribe {
    height: auto;
    min-height: 250px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .apartments__subscribe-form {
    width: 335px;
  }
}

@media only screen and (max-width: 1200px) {
  .header__menu .menu-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header__menu a {
    font-size: 18px;
    line-height: 22px;
  }
  .header__login-btn {
    font-size: 18px;
    line-height: 22px;
  }
  .bli {
    padding: 50px 0;
  }
  .bli__title {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 40px;
  }
  .bli__form {
    max-width: 400px;
  }
  .bli__right-title {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .bli__right-content p {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .bli__right-content .bli__right-kg {
    font-size: 20px;
    padding: 10px 0;
  }
  .bli__right-btn {
    height: 40px;
    font-size: 14px;
  }
  .hyresvardar__left-content p {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .hyresvardar__left-content .hyresvardar__right-kg {
    font-size: 20px;
    padding: 20px 0;
  }
  .cabinet__apartments-item {
    width: calc(100% / 2 - 20px);
  }
  .apart-wrap {
    max-width: 1024px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer__top > .footer__top-item {
    min-width: 450px;
  }
  .footer__widgets {
    width: calc(100% - 450px);
  }
  .page-min-wrap {
    max-width: 970px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .team__item {
    width: calc(100% / 3 - 64px);
  }
  .team__item-img {
    height: 350px;
  }
  .member-hero-wrap .page__title {
    font-size: 44px;
    line-height: 57px;
    max-width: 600px;
  }
  .member-hero__text {
    font-size: 18px;
    line-height: 22px;
    max-width: 485px;
  }
  .price .price__items {
    margin-left: -15px;
    margin-right: -15px;
  }
  .price .price__item {
    width: calc(100% / 3 - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .price .price__title {
    font-size: 36px;
    line-height: 40px;
  }
  .price .price__advantages li {
    font-size: 18px;
    line-height: 22px;
  }
  .infoblock .infoblock__title {
    font-size: 24px;
  }
  .company__logos-col a {
    width: 100%;
    height: 85px;
  }
}

@media only screen and (max-width: 992px) {
  .bli-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bli__left {
    width: 100%;
    margin-bottom: 35px;
  }
  .bli__right {
    width: 100%;
  }
  .bli__form {
    max-width: 100%;
    margin-bottom: 50px;
  }
  .bli__right-content .bli__right-kg {
    padding: 20px 0;
  }
  .bli__form input[type=text], .bli__form input[type=email], .bli__form input[type=tel] {
    height: 45px;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 35px;
  }
  .bli__form input[type=text]::-webkit-input-placeholder, .bli__form input[type=email]::-webkit-input-placeholder, .bli__form input[type=tel]::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 20px;
  }
  .bli__form input[type=text]::-moz-placeholder, .bli__form input[type=email]::-moz-placeholder, .bli__form input[type=tel]::-moz-placeholder {
    font-size: 18px;
    line-height: 20px;
  }
  .bli__form input[type=text]:-ms-input-placeholder, .bli__form input[type=email]:-ms-input-placeholder, .bli__form input[type=tel]:-ms-input-placeholder {
    font-size: 18px;
    line-height: 20px;
  }
  .bli__form input[type=text]::-ms-input-placeholder, .bli__form input[type=email]::-ms-input-placeholder, .bli__form input[type=tel]::-ms-input-placeholder {
    font-size: 18px;
    line-height: 20px;
  }
  .bli__form input[type=text]::placeholder, .bli__form input[type=email]::placeholder, .bli__form input[type=tel]::placeholder {
    font-size: 18px;
    line-height: 20px;
  }
  .bli__form button[type=submit], .bli__form input[type=submit] {
    height: 40px;
  }
  .hyresvardar {
    padding: 50px 0;
  }
  .hyresvardar-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hyresvardar__left {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
    margin-bottom: 35px;
  }
  .hyresvardar__right {
    width: 100%;
  }
  .hyresvardar__form-wrap {
    max-width: 100%;
  }
  .hyresvardar__left-title {
    font-size: 30px;
    line-height: 32px;
  }
  .hyresvardar__form-wrap input[type=text], .hyresvardar__form-wrap input[type=email], .hyresvardar__form-wrap input[type=tel] {
    height: 45px;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 35px;
  }
  .hyresvardar__form-wrap input[type=text]::-webkit-input-placeholder, .hyresvardar__form-wrap input[type=email]::-webkit-input-placeholder, .hyresvardar__form-wrap input[type=tel]::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 20px;
  }
  .hyresvardar__form-wrap input[type=text]::-moz-placeholder, .hyresvardar__form-wrap input[type=email]::-moz-placeholder, .hyresvardar__form-wrap input[type=tel]::-moz-placeholder {
    font-size: 18px;
    line-height: 20px;
  }
  .hyresvardar__form-wrap input[type=text]:-ms-input-placeholder, .hyresvardar__form-wrap input[type=email]:-ms-input-placeholder, .hyresvardar__form-wrap input[type=tel]:-ms-input-placeholder {
    font-size: 18px;
    line-height: 20px;
  }
  .hyresvardar__form-wrap input[type=text]::-ms-input-placeholder, .hyresvardar__form-wrap input[type=email]::-ms-input-placeholder, .hyresvardar__form-wrap input[type=tel]::-ms-input-placeholder {
    font-size: 18px;
    line-height: 20px;
  }
  .hyresvardar__form-wrap input[type=text]::placeholder, .hyresvardar__form-wrap input[type=email]::placeholder, .hyresvardar__form-wrap input[type=tel]::placeholder {
    font-size: 18px;
    line-height: 20px;
  }
  .hyresvardar__form-wrap button[type=submit], .hyresvardar__form-wrap input[type=submit] {
    height: 40px;
  }
  .footer__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__top > .footer__top-item {
    width: 100%;
    margin-bottom: 50px;
  }
  .footer__widgets {
    width: 100%;
    padding-right: 15px;
  }
  .footer__widgets:last-child {
    padding-right: 0;
  }
  .footer__menu {
    width: auto;
  }
  .footer__bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__bottom-menu {
    margin-bottom: 50px;
  }
  .footer__social-link {
    margin-left: 15px;
    margin-right: 15px;
  }
  .apartments__item {
    width: calc(100% / 2 - 30px);
  }
  .apartments__item-label {
    height: 30px;
  }
  .cabinet__sidebar-menu .menu-item a {
    padding: 0 40px 0 15px;
  }
  .cabinet__sidebar {
    width: 260px;
  }
  .cabinet__apartments-type {
    width: 100%;
    margin-bottom: 10px;
  }
  .cabinet__apartments-search {
    width: 100%;
  }
  .cabinet__apartments {
    margin-left: 0;
    margin-right: 0;
  }
  .cabinet__apartments-item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .apart__inform-right {
    width: 250px;
  }
  .apart__inform-left {
    width: calc(100% - 258px);
  }
  .apart__info-top li {
    min-height: 45px;
  }
  .apart__info-top li h4 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
  }
  .apart__info-top li span {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
  }
  .apart__info-bottom li {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .apart__description p {
    line-height: 22px;
  }
  .apartments__subscribe {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .apartments__subscribe-title {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
    text-align: center;
    font-size: 35px;
  }
  .apartments__subscribe-text {
    text-align: center;
  }
  .apartments__subscribe-form {
    margin-left: auto;
    margin-right: auto;
  }
  .page-min-wrap {
    max-width: 730px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .team__items {
    margin-left: -15px;
    margin-right: -15px;
  }
  .team__item {
    width: calc(100% / 2 - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .team__item-img {
    height: 400px;
  }
  .contacts {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contacts__left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 35px;
  }
  .contacts__right {
    width: 100%;
  }
  .contacts__map {
    max-width: 100%;
  }
  .company__head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .company__left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 35px;
  }
  .company__right {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .company__logos {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .company__logos-col a {
    height: 95px;
  }
  .price-wrap:before {
    background-size: auto;
  }
  .tips__title,
  .prismodel__title,
  .secure__title,
  .personal-mail__title,
  .marketing__title,
  .services__title,
  .landlord-formblock .hyresvardar__title {
    font-size: 30px;
    line-height: 34px;
  }
  .secure__text,
  .prismodel__text,
  .personal-mail__text,
  .landlord-hero__text,
  .marketing__text,
  .services__text,
  .landlord-formblock .hyresvardar__left-content {
    font-size: 18px;
    line-height: 32px;
  }
  .tips__items {
    margin-left: -10px;
    margin-right: -10px;
  }
  .tips__item {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% / 3 - 20px);
  }
  .tips__text {
    font-size: 14px;
    line-height: 18px;
  }
  .landlord-hero__left {
    padding-top: 0;
  }
  .landlord-hero__left .page__title {
    font-size: 36px;
    line-height: 40px;
  }
  .landlord-hero-wrap {
    padding: 20px 0 120px 0;
  }
  .landlord-hero__text p {
    margin-bottom: 0;
  }
  .landlord-hero__text {
    margin-bottom: 30px;
  }
  .infoblock .infoblock__items {
    margin-left: -10px;
    margin-right: -10px;
  }
  .infoblock .infoblock__item {
    width: calc(100% / 3 - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
  .infoblock-wrap:before {
    background-size: auto;
  }
  .register__steps .fieldset__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .register__steps .fieldset__content {
    width: 100%;
    margin-bottom: 35px;
  }
  .register__steps .steps__form .fieldset__form {
    margin-right: auto;
    margin-left: auto;
  }
  .register {
    padding: 50px 0;
  }
  .home-wrap .select2-container {
    min-width: 650px;
  }
  .home-wrap .select2-container--default .select2-selection--single {
    font-size: 35px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 800px) {
  .header__logo {
    width: 120px;
    height: 50px;
  }
  .header__menu {
    display: none;
  }
  .header__login {
    display: none;
  }
  .header__burger {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .home-block {
    min-height: auto;
  }
  .home__button {
    height: 70px;
    width: 100%;
    font-size: 30px;
    line-height: 35px;
    padding-left: 0;
  }
  .home__button:before {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
  }
  .bli__title,
  .hyresvardar__title {
    font-size: 45px;
    line-height: 50px;
  }
  .footer__top > .footer__top-item {
    min-width: auto;
  }
  .apartments__items {
    margin-left: 0;
    margin-right: 0;
  }
  .apartments__item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .apartments__item-label {
    top: 7px;
  }
  .cabinet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cabinet__sidebar-menu-toggle {
    display: block;
    border-bottom: 1px solid #C8C8C8;
  }
  .cabinet__sidebar {
    width: 100%;
    display: none;
    height: auto;
    min-height: auto;
  }
  .cabinet__sidebar-menu .menu-item {
    height: 55px;
  }
  .login-page {
    padding: 50px 0;
  }
  .login-page-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .page-content {
    padding: 50px 0;
  }
  .faq {
    padding: 50px 0;
  }
  .apart__inform-right {
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
  }
  .apart__inform-left {
    width: 100%;
  }
  .apartments__header {
    width: 100%;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .apartments__header-titles {
    padding-right: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .apartments__type {
    width: 100%;
  }
  .apartments__subscribe {
    padding: 25px;
  }
  .apartments__subscribe-title {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .apartments__subscribe-text p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .apartments__subscribe + h3 {
    line-height: 1.2;
  }
  .about-hero__left {
    width: 100%;
  }
  .about-hero__right {
    display: none;
  }
  .contacts__text {
    font-size: 18px;
    line-height: 22px;
  }
  .member-hero-wrap {
    position: relative;
  }
  .member-hero-wrap:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  .member-hero-wrap .member-hero {
    position: relative;
    z-index: 2;
  }
  .price-wrap:before {
    z-index: 1;
  }
  .price__items {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 0;
  }
  .price .price__item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
  }
  .price .price__advantages {
    padding-bottom: 24px;
  }
  .member-hero-wrap {
    padding-top: 30px;
    padding-bottom: 185px;
  }
  .member-hero-wrap .page__title {
    font-size: 36px;
    line-height: 40px;
  }
  .personal-mail__left {
    padding-right: 0;
    width: 100%;
    margin-bottom: 35px;
  }
  .personal-mail__right {
    padding-right: 0;
    width: 100%;
  }
  .prismodel__left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .prismodel__left img {
    max-width: 100%;
  }
  .prismodel__right {
    width: 100%;
  }
  .secure__left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .secure__right {
    width: 100%;
    padding-left: 0;
  }
  .landlord-hero__banner {
    display: none;
  }
  .landlord-hero {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .landlord-hero__left {
    width: 100%;
  }
  .landlord-hero__right {
    width: 100%;
  }
  .infoblock .infoblock__items {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .infoblock .infoblock__item {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .marketing__left {
    padding-right: 0;
    width: 100%;
  }
  .marketing__right {
    padding-left: 0;
    width: 100%;
  }
  .services__item-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .services__item-right {
    width: 100%;
    padding-left: 0;
  }
  .home-wrap .select2-container {
    min-width: 500px;
    width: 500px;
  }
  .bli__apart-items .apartments__item-img {
    width: 235px;
  }
  .home__info {
    width: 100%;
  }
  .register__steps .fieldset__title {
    font-size: 55px;
    line-height: 65px;
    margin-bottom: 10px;
  }
  .company__body {
    padding-right: 55px;
  }
  .company__body p {
    width: 100%;
    padding-right: 0;
    float: none;
  }
  .company__body-author {
    padding-left: 0;
  }
}

@media only screen and (max-width: 576px) {
  .home-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home__info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    height: auto;
    padding: 15px;
  }
  .home__info-text {
    margin-bottom: 15px;
  }
  .bli-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hyresvardar-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .apartments-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hyresvardar__title,
  .bli__title {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .bli__form .bli__check {
    margin-bottom: 20px;
  }
  .bli__form {
    margin-bottom: 20px;
  }
  .hyresvardar__left-title,
  .bli__right-title {
    font-size: 24px;
    line-height: 1.2;
  }
  .hyresvardar__left-title {
    padding-top: 0;
  }
  .hyresvardar__left-content p,
  .bli__right-content p {
    font-size: 18px;
    line-height: 1.2;
  }
  .bli__right-btn {
    width: 100%;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .hyresvardar__left-content .hyresvardar__right-kg,
  .bli__right-kg {
    font-size: 18px;
    line-height: 1.2;
  }
  .hyresvardar__right {
    padding-top: 20px;
  }
  .footer__menu {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
    padding-right: 0;
  }
  .footer__title {
    text-align: center;
  }
  .footer__menu-title {
    font-size: 30px;
    line-height: 35px;
  }
  .footer__button {
    margin-left: auto;
    margin-right: auto;
  }
  .footer__top {
    margin-bottom: 0;
  }
  .footer__bottom-menu .footer__menu-item {
    margin-bottom: 10px;
  }
  .page-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .faq-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .faq__left {
    width: 100%;
  }
  .faq__right {
    width: 100%;
  }
  .faq__category-title {
    font-size: 24px;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .faq__block-title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .login-page-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .login-page__title {
    font-size: 42px;
    line-height: 45px;
    margin-bottom: 30px;
  }
  .login-page__content p {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .apart__title {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
  }
  .apart__info-btn {
    width: 100%;
  }
  .apart__more-btn {
    width: 100%;
  }
  .modalbox {
    width: 360px;
    padding: 25px;
  }
  .team__item-img {
    height: 210px;
  }
  .team__item-title {
    font-size: 16px;
    line-height: 22px;
  }
  .team__item-position {
    font-size: 14px;
    line-height: 18px;
  }
  .tips__items {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .tips__item {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .tips__text {
    font-size: 16px;
    line-height: 20px;
  }
  .home-wrap .select2-container {
    min-width: 100%;
    width: 100%;
  }
  .bli__apart-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bli__apart-title {
    margin-bottom: 25px;
  }
  .bli__apart-items .apartments__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bli__apart-items .apartments__item-img {
    width: 100%;
  }
  .bli__apart-items .apartments__item-info {
    padding-bottom: 35px;
  }
  .home-wrap .select2-container--default .select2-selection--single {
    height: 80px;
    border-radius: 40px;
    border: 2px solid #fff;
    font-size: 22px;
    line-height: 26px;
    padding-left: 25px;
  }
  .home-wrap .select2-container--default .select2-selection--single:before {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    left: 25px;
  }
  .register__steps .steps__form .fieldset__form {
    padding: 20px;
    width: 100%;
  }
  .payment {
    margin-left: 0;
    margin-right: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .register__steps .payment__item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .company__body {
    padding: 20px 25px;
  }
  .header-wrap {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .home .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 35px;
  }
  .home .select2-search.select2-search--dropdown {
    top: -67px;
  }
  .home .select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 0 5px 0 65px;
  }
}

@media only screen and (max-width: 425px) {
  .home__title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .home__subtitle {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .home__button {
    height: 60px;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 50px;
  }
  .home__button:before {
    display: none;
  }
  .hyresvardar__title, .bli__title {
    font-size: 30px;
  }
  .hyresvardar__left-title, .bli__right-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .hyresvardar__left-content p, .bli__right-content p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .bli__right-content .bli__right-kg {
    font-size: 14px;
    padding: 15px 0;
  }
  .bli__right-btn {
    text-align: center;
    line-height: 1.2;
  }
  .hyresvardar__form-title {
    font-size: 30px;
    line-height: 1.2;
  }
  .footer__title {
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .footer__button {
    margin-bottom: 0;
  }
  .footer__menu {
    margin-bottom: 20px;
  }
  .footer__bottom-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -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;
  }
  .footer__bottom-menu .footer__menu-item {
    margin-right: 0;
  }
  .hyresvardar__form-wrap input[type=text],
  .hyresvardar__form-wrap input[type=email],
  .hyresvardar__form-wrap input[type=tel] {
    margin-bottom: 20px;
  }
  .bli__form input[type=text],
  .bli__form input[type=email],
  .bli__form input[type=tel] {
    margin-bottom: 30px;
  }
  .bankid .bankid-icon {
    width: 30px;
    height: 30px;
    right: 20px;
    top: calc(50% - 15px);
  }
  .modalbox {
    width: 330px;
  }
  .apartments__subscribe fieldset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .apartments__subscribe .input-wrap {
    margin-right: 0;
  }
  .apartments__subscribe .input-wrap input {
    margin-bottom: 15px;
  }
  .apartments__subscribe-form {
    width: 100%;
  }
  .company__left,
  .company__left p,
  .company__body p {
    font-size: 18px;
    line-height: 24px;
  }
  .home-wrap .select2-container--default .select2-selection--single,
  .home .select2-container--open .select2-dropdown--below {
    max-width: 320px;
  }
  body.home > .select2-container.select2-container--default.select2-container--open {
    left: calc(50% - 160px) !important;
  }
  .home-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 24px;
  }
}

@media only screen and (max-width: 370px) {
  .modalbox {
    width: 300px;
  }
  .apartments__subscribe {
    padding: 25px 12px;
  }
  .apartments__subscribe-title {
    font-size: 22px;
  }
  .home-wrap .select2-container--default .select2-selection--single {
    font-size: 18px;
    line-height: 20px;
    padding-left: 20px;
  }
  .home-wrap .select2-container--default .select2-selection--single:before {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
  }
  .company__logos-col {
    width: 100%;
    margin-right: 0;
  }
  .company__logos-col a {
    height: 100px;
  }
  .company__logos-col a:last-child {
    margin-bottom: 24px;
  }
  .home-wrap .select2-container--default .select2-selection--single,
  .home .select2-container--open .select2-dropdown--below {
    max-width: 290px;
  }
  body.home > .select2-container.select2-container--default.select2-container--open {
    left: calc(50% - 145px) !important;
  }
}
