/* Variables */
/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button, input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  background-color: #f6f6f6; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

p {
  line-height: 21px; }

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

/* Common */
html {
  font-family: 'Roboto', sans-serif;
  font-size: 13px; }

html.short {
  height: 100%; }
  html.short body {
    height: 100%;
    padding-bottom: 141px; }
  html.short footer {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0; }

h1 {
  font-size: 32px;
  font-weight: 900; }

h2 {
  font-size: 25px;
  font-weight: 900; }

h3 {
  font-size: 20px;
  font-weight: 700; }

.wrapper {
  max-width: 960px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto; }

.clearfix:after {
  display: block;
  clear: both;
  content: ''; }

.link_grey {
  color: #a3b1ba;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400; }

.link_grey:hover {
  color: white; }

.blue-button {
  color: white;
  background: -webkit-linear-gradient(90deg, #0e9bd5, #28b2ea);
  background: linear-gradient(0deg, #0e9bd5, #28b2ea);
  text-decoration: none;
  border-radius: 4px;
  text-align: center;
  outline: none;
  font-weight: 900; }

.blue-button:hover {
  background: -webkit-linear-gradient(90deg, #57b9e2, #69c9f0);
  background: linear-gradient(0deg, #57b9e2, #69c9f0); }

.breadcrumbs {
  padding: 25px 20px 10px; }

.breadcrumbs__item {
  color: #5499b6;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none; }
  .breadcrumbs__item:after {
    content: '/';
    display: inline;
    color: #49535a;
    margin: 0 6px; }

/* Header */
.header {
  box-shadow: 0 5px 15px 2px rgba(0, 0, 0, 0.15);
  z-index: 20; }

.header__top {
  background-color: #49535a;
  height: 38px; }

.header__auth {
  float: left;
  position: relative;
  line-height: 38px;
  height: 38px; }
  .header__auth a {
    padding-left: 30px;
    position: relative;
    margin-right: 10px;
    float: left;
    height: 38px;
    display: inline-block; }

.header__menu {
  float: right; }

.header__menu-link {
  float: left;
  margin-left: 40px;
  line-height: 38px; }
  .header__menu-link:first-of-type {
    margin-left: 0; }

.header__login:before {
  content: '';
  display: block;
  position: absolute;
  width: 17px;
  height: 15px;
  background: transparent url("/i/app/login.svg") center no-repeat;
  left: 0px;
  top: 10px; }

.header__logout:before {
  content: '';
 display: inline-block;
  position: relative; 
 bottom: -2px;
 width: 11px; 
  height: 14px;
  margin: 0 8px 0 10px;
  background: transparent url("/i/app/logout.svg") center no-repeat;
  
}

.header__bottom {
  background-color: white;
  height: 78px;
  padding: 15px 0; }

.header__logo {
  height: 48px; }
  .header__logo img {
    max-height: 48px;
    max-width: 193px; }

.header__add-post {
  display: inline-block;
  float: right;
  height: 48px;
  width: 220px;
  line-height: 48px;
  text-transform: uppercase;
  font-size: 13px; }

.header__menu-mobile {
  display: none; }

.header__hamburger {
  display: none; }

/* Footer */
.footer {
  background-color: #363f45; }
  .footer .wrapper {
    padding: 0 30px; }
    .footer .wrapper:first-of-type {
      height: 75px;
      padding-top: 30px; }
    .footer .wrapper:last-of-type {
      padding-bottom: 30px; }

.footer__copyright {
  color: #a3b1ba;
  font-size: 14px;
  font-weight: 400;
  float: left; }

.footer__menu {
  float: right; }

.footer__menu-link {
  float: left;
  margin-left: 45px; }
  .footer__menu-link:first-of-type {
    margin-left: 0; }
  .footer__menu-link a {
    color: white;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none; }
    .footer__menu-link a:hover {
      color: #9fdbf4; }

.footer__payment-systems {
  float: right; }

.footer__payment-system-logo {
  float: left;
  margin-left: 30px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .footer__payment-system-logo:first-of-type {
    margin-left: 0; }
  .footer__payment-system-logo img {
    margin: auto; }

.footer__yandex-metrika {
  float: left; }

/* Single post */
.post {
  background-color: white;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  padding: 23px 20px;
  border-radius: 3px;
  margin-bottom: 20px; }

.post__title {
  color: #49535a;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 22px; }

.post__phone {
  margin-top: 25px;
  height: 66px;
  line-height: 66px;
  font-size: 20px;
  font-weight: 900;
  cursor: pointer;
  text-decoration: none; }
  .post__phone.post__phone-hidden:before {
    content: '';
    display: inline-block;
    position: relative;
    width: 23px;
    height: 23px;
    background: transparent url("/i/app/button-phone.svg") center no-repeat;
    margin-right: 15px;
    top: 5px; }
  .post__phone.post__phone-visible {
    background: -webkit-linear-gradient(90deg, #edc52f, #f3ca31);
    background: linear-gradient(0deg, #edc52f, #f3ca31);
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    color: #49535a;
    font-size: 30px;
    cursor: default; }

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

.post__img-section {
  margin-right: 20px;
  min-width: 200px;
  float: left;
  position: relative; }

.post__img-container {
  max-width: 208px; }
  .post__img-container img {
    max-width: 100%;
    max-height: 200px;
    border-radius: 4px;
    margin: 0 auto; }

.post__desc-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  position: relative; }

.post__price-table {
  float: left;
  position: relative; }
  .post__price-table table {
    background-color: #f6f6f6;
    border-radius: 4px; }
  .post__price-table tr {
    white-space: nowrap;
    border-bottom: 2px solid white;
    height: 52px; }
  .post__price-table td {
    vertical-align: middle;
    font-size: 13px;
    font-weight: 400;
    color: #737373;
    padding-left: 10px; }
    .post__price-table td:last-of-type {
      padding-right: 15px;
      font-weight: 900; }

.post__desc-text {
  font-size: 13px;
  color: #49535a;
  font-weight: 400;
  line-height: 21px;
  max-width: 360px;
  -ms-flex-preferred-size: 360px;
      flex-basis: 360px;
  float: left;
  position: relative; }

.post__button-container {
  padding-top: 20px; }

.post__button-up {
  margin-bottom: 20px;
  height: 35px;
  line-height: 31px;
  text-align: center;
  display: block;
  color: #1da8e1;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  /*Border*/
  border-radius: 4px;
  border-top: 2px solid #28b2ea;
  border-bottom: 2px solid #0e9bd5;
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat;
  background-size: 2px 100%;
  background-image: -webkit-linear-gradient(90deg, #0e9bd5, #28b2ea), -webkit-linear-gradient(90deg, #0e9bd5, #28b2ea);
  background-image: linear-gradient(0deg, #0e9bd5, #28b2ea), linear-gradient(0deg, #0e9bd5, #28b2ea); }
  .post__button-up:before {
    content: '';
    display: inline-block;
    position: relative;
    width: 11px;
    height: 10px;
    background: transparent url("/i/app/arrow-blue-up.svg") center no-repeat;
    margin-right: 5px; }
  .post__button-up:hover {
    background: transparent -webkit-linear-gradient(90deg, #edc52f, #f3ca31) 100% center;
    background: transparent linear-gradient(0deg, #edc52f, #f3ca31) 100% center;
    border-top-color: transparent;
    border-bottom-color: transparent;
    color: #49535a; }
    .post__button-up:hover:before {
      background: transparent url("/i/app/arrow-grey-up.svg") center no-repeat; }

.post__number {
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  color: #8c8c8c;
  font-size: 13px;
  text-align: center;
  height: 35px;
  line-height: 33px;
  margin-bottom: 20px; }

@media screen and (max-width: 850px) {
  .post__desc-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .post__price-table {
    margin-right: 0;
    margin-bottom: 20px;
    float: none; }
    .post__price-table table {
      width: 100%; }
  .post__desc-text {
    float: none;
    max-width: 570px;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

@media screen and (max-width: 768px) {
  .footer__menu-link {
    margin-left: 10px; } }

@media screen and (max-width: 600px) {
  .post__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .post__img-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    margin-right: 0; }
  .post__img-container {
    width: 200px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0.0001 200px;
            flex: 1 0.0001 200px; }
  .post__button-container {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 5 100%;
            flex: 1 5 100%;
    margin-left: 20px;
    padding-top: 0; }
  .post__button-up, .post__number {
    width: 100%;
    height: 65px;
    line-height: 61px; }
  .footer__menu-link {
    float: none;
    margin-left: 0;
    margin-bottom: 10px;
    text-align: right; }
  .footer .wrapper {
    position: relative; }
    .footer .wrapper:first-of-type {
      height: auto;
      margin-bottom: 20px; }
  .footer__yandex-metrika {
    position: absolute;
    top: -60px;
    left: 30px; }
  .footer__payment-systems {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .footer__payment-system-logo {
    margin-left: 0;
    float: none;
    width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%; }
  .header__menu {
    display: none; }
  .header__hamburger {
    margin-top: 8px;
    display: block;
    float: right;
    position: relative;
    z-index: 40;
    width: 22px;
    height: 22px; }
    .header__hamburger span {
      height: 4px;
      display: block;
      background-color: #9fb2bc;
      border-radius: 2px;
      -webkit-transition: all .3s ease-in-out 0s;
              transition: all .3s ease-in-out 0s;
      position: absolute;
      width: 100%;
      -webkit-transform-origin: left center;
              transform-origin: left center;
      left: 0; }
      .header__hamburger span:nth-of-type(1) {
        top: 0; }
      .header__hamburger span:nth-of-type(2) {
        top: 8px; }
      .header__hamburger span:nth-of-type(3) {
        top: 16px; }
  .header__menu-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 29;
    background: rgba(46, 61, 77, 0.7); }
    .header__menu-mobile.header__menu-mobile_active {
      display: block; }
      .header__menu-mobile.header__menu-mobile_active + .header__hamburger span:nth-of-type(1) {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .header__menu-mobile.header__menu-mobile_active + .header__hamburger span:nth-of-type(2) {
        width: 0; }
      .header__menu-mobile.header__menu-mobile_active + .header__hamburger span:nth-of-type(3) {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
  .header__menu-mobile-list {
    position: fixed;
    width: 320px;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 30;
    background-color: #fff;
    padding: 70px 35px 20px; }
  .header__menu-mobile-link {
    margin-bottom: 30px; }
    .header__menu-mobile-link a {
      font-size: 16px;
      color: #00aae4;
      text-decoration: none;
      font-weight: 700; }
    .header__menu-mobile-link:first-of-type a {
      color: #49535a; } }

@media screen and (max-width: 480px) {
  .post__phone a {
    color: #49535a;
    text-decoration: none; }
  .post__desc-text {
    display: none; }
    
    .header__bottom {
    display: none; }
    .post__button-container {
    display: none; }
  .post__price-table {
    margin-bottom: 0; }
  .post__number {
    padding-top: 10px;
    line-height: 20px; }
    .post__number span {
      display: block; }
  .header__add-post {
    width: 200px; } }

@media screen and (max-width: 420px) {
  .post {
    padding: 23px 10px; }
  .post__phone {
    font-size: 16px; }
    .post__phone.post__phone-visible {
      font-size: 24px; }
  .post__desc-section {
    width: 100%; }
  .post__img-section {
    width: 100%; }
  .post__price-table {
    width: 100%; }
    .post__price-table td {
      padding-left: 5px; }
      .post__price-table td:last-of-type {
        padding-right: 5px; }
  .post__info, .post__img-section, .post__desc-section {
    display: block; }
  .post__img-container {
    width: 100%;
    max-width: none;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-bottom: 20px; }
    .post__img-container img {
      display: block; }
  .post__button-container {
    margin-left: 0; }
  .footer__copyright {
    float: none; }
  .footer__menu {
    float: none;
    margin-top: 10px; }
  .footer__menu-link {
    text-align: left; }
  .footer__yandex-metrika {
    position: static;
    float: none;
    margin-bottom: 20px; }
  .footer__payment-system-logo {
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-bottom: 10px; }
  .header__logo {
    display: inline-block;
    width: 110px;
    height: 30px; }
  .header__add-post {
    height: 30px;
    line-height: 30px;
    width: 180px;
    font-size: 12px; }
  .header__bottom {
    height: auto; }
  .header__auth:after {
    clear: both;
    content: '';
    display: block; }
  .header__auth a {
    margin-right: 0;
    padding-left: 25px;
    float: left; }
    .header__auth a:before {
      top: 11px; } }

.pager {
  margin: 5px 0 5px 0;
  width: 100%;
  color: #69c9f0;
}

.pager a {
  color: #69c9f0;
  text-decoration: none;
}

.pager a:hover {
  color: red;
  text-decoration: underline;
}

.pager .prev {
  width: 50%;
}

.pager .next {
  width: 50%;
  text-align: right;
}

input.disabled {
  user-select : none;
  -moz-user-select : none;
  -webkit-user-select : none;
  color: gray;
  cursor: pointer;
  background-color: #eeeeee;
}

.js-city-item {
  margin: 0;
}


.service_img {
   /* display: flex;
    flex-wrap: wrap;
    width: 44%;
    margin-top: 25px;
    justify-content: space-between;*/
      float: left;
    display: flex;
    width: 50%;
    flex-wrap: wrap;

}

/*.service_img a:first-of-type {
margin-right: 5px;
margin-bottom: 5px;
}*/
.service_img img {
       width: 125px;
    margin: auto;
}

/*.left_service{
width: 52%;
}*/


.post__desc-section {
    width: 100%;
}

.post__price-table {
    width: 100%;
}

.post__price-table table {
    width: 100%;
}

.post__price-table td:last-of-type {
    text-align: center;
}




* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
}

body {
  font-family: Roboto;
  color: rgb(73, 83, 90);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

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

.container {
  width: calc(100% - 40px);
  max-width: 1170px;
  margin: 0 auto;
}

section {
  margin: 70px 0;
}


h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
  max-width: 577px;
  margin-bottom: 34px;
}

.bestchoice-text {
  max-width: 873px;
  margin-bottom: 24px;
}

.bestchoice-list_title {
  font-weight: 700;
  display: block;
  margin-bottom: 16px;
}

.bestchoice-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}

.bestchoice-item {
  width: 224px;
  min-height: 230px;
  border-radius: 4px;
  box-shadow: 4px 0px 20px 0px rgba(59, 45, 71, 0.02),0px 4px 30px 0px rgba(59, 45, 71, 0.06);
  background: rgb(255, 255, 255);
  padding: 14px;
  display: flex;
  flex-direction: column;
}

.bestchoice-item_icon {
  width: 48px;
  height: 48px;
  margin-bottom: 52px;
}

.bestchoice-item_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 10px;
}

.bestchoice-item_text {
  font-size: 14px;
  line-height: 22px;
}

section.sale {
  position: relative;
}

.sale-bg {
  position: absolute;
  width: 100%;
  padding-top: 128px;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(180.00deg, rgba(255, 255, 255, 0.2), rgba(90, 153, 227, 0.2),rgba(255, 255, 255, 0.2) 100%);
}

.sale-bg:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 158px;
  background: linear-gradient(180.00deg, rgba(255, 255, 255, 0),rgba(255, 255, 255, 1) 100%);
}

.sale-bg .container {
  display: flex;
  justify-content: flex-end;
}

.sale-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sale-block {
  max-width: 873px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sale-text {
}

.sale-text b {
  font-weight: 700;
}

.sale-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 462px;
}

.sale-bg img {
  margin-right: -228px;
}

.sale-item {
  display: flex;
  gap: 8.5px;
  border-radius: 4px;
  box-shadow: 4px 0px 20px 0px rgba(59, 45, 71, 0.02),0px 4px 30px 0px rgba(59, 45, 71, 0.06);
  background: rgb(255, 255, 255);
  align-items: center;
  padding: 8px 12px;
}

.sale-item:before {
  content: '';
  width: 8px;
  min-width: 8px;
  height: 8px;
  background: rgb(29, 168, 225);
  border-radius: 100%;
}

section.tent {
}

.tent-row {
  display: flex;
  gap: 10px 16px;
}

.tent-text {
}

section.keyaspects {
  position: relative;
}

.keyaspects-text {
  margin-bottom: 22px;
}

.keyaspects-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.keyaspects-item {
  border-radius: 4px;
  box-shadow: 4px 0px 20px 0px rgba(59, 45, 71, 0.02),0px 4px 30px 0px rgba(59, 45, 71, 0.06);
  background: rgb(255, 255, 255);
  width: 577px;
  min-height: 218px;
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.keyaspects-item_icon {
  width: 48px;
  height: 48px;
  margin-bottom: 11px;
}

.keyaspects-item_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 10px;
  margin-top: auto;
}

.keyaspects-item_text {
}

.keyaspects-item_text span {
  color: #1DA8E1;
}

.keyaspects-bg {
  position: absolute;
  width: 100%;
  top: -140px;
  bottom: -126px;
  z-index: -1;
  background: linear-gradient(180.00deg, rgba(255, 255, 255, 0.2), rgba(132, 168, 194, 0.2), rgba(255, 255, 255, 0.2) 100%);
}

section.characteristics {
}

.characteristics-text {
  max-width: 873px;
  margin-bottom: 22px;
}

.characteristics-row .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.characteristics-item {
  width: 379px;
  min-height: 336px;
  height: auto;
  border-radius: 4px;
  box-shadow: 4px 0px 20px 0px rgba(59, 45, 71, 0.02),0px 4px 30px 0px rgba(59, 45, 71, 0.06);
}

.characteristics-item_content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.characteristics-item_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.characteristics-item_text-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.characteristics-item_text {
  display: flex;
  align-items: center;
  gap: 2px;
}

.characteristics-item_text:before {
  content: '';
  width: 24px;
  height: 24px;
  background-position: center!important;
  background-repeat: no-repeat!important;
  background-size: contain!important;
}

.characteristics-item_text.volume:before {
  background: url(/img/иконка8.svg);
}

.characteristics-item_text.load:before {
  background: url(/img/иконка1.svg);
}

section.about {
  padding: 60px 0;
  background: url(/img/фон.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
}

section.about:before, section.about:after {
  content: '';
  position: absolute;
  width: 100%;
}

section.about:before {
  height: 260px;
  background: linear-gradient(180.00deg, rgb(248, 248, 248), rgba(244, 244, 243, 0) 100%);
  top: 0;
}

section.about:after {
  height: 166px;
  background: linear-gradient(180.00deg, rgba(244, 244, 243, 0),rgb(248, 248, 248) 100%);
  bottom: 0;
}

section.about .container {
  position: relative;
  z-index: 1;
}

.about-text {
  max-width: 577px;
  margin-bottom: 10px;
}

.about-button {
  margin-top: 24px;
  border-radius: 4px;
  background: rgb(243, 202, 49);
  width: 268px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}

section.howtouse {
}

.howtouse-text {
  margin-bottom: 22px;
}

.howtouse-row {
  display: flex;
  gap: 16px;
}

.howtouse-item {
  width: 577px;
  border-radius: 4px;
  box-shadow: 4px 0px 20px 0px rgba(59, 45, 71, 0.02),0px 4px 30px 0px rgba(59, 45, 71, 0.06);
  background: rgb(255, 255, 255);
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.howtouse-item_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 16px;
}

.howtouse-item_text {
  margin-bottom: 10px;
}

.howtouse-item_text b {
  font-weight: 500;
}

.howtouse-item_list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 12px;
}

.howtouse-item_list li {
  list-style: none;
  display: flex;
  align-items: center;
}

.howtouse-item_list li:before {
  content: '';
  width: 3px;
  min-width: 3px;
  height: 3px;
  min-height: 3px;
  background: rgb(73, 83, 90);
  margin: 0 11px;
  border-radius: 100%;
}

.howtouse-item_button {
  border-radius: 4px;
  background: rgb(243, 202, 49);
  width: 248px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  margin-top: auto;
}

section.faq {
}

h2.faq-title {
  max-width: 630px;
}

.faq-row {
}

.faq-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.faq-item {
  width: 577px;
  border-radius: 4px;
  box-shadow: 4px 0px 20px 0px rgba(59, 45, 71, 0.02),0px 4px 30px 0px rgba(59, 45, 71, 0.06);
  background: rgb(255, 255, 255);
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: fit-content;
}

.faq-item_title {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.faq-item_toggle {
  background: rgba(0, 117, 255, 0.1) url(/img/плюс.svg);
  width: 44px;
  min-width: 44px;
  height: 44px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100%;
  margin-left: 60px;
  transition: all .5s;
  cursor: pointer;
}

.faq-item_content {
  max-height: 0;
  overflow: hidden;
  transition: all .5s;
}

.faq-item_content:before {
  content: '';
  height: 20px;
  display: block;
}

.faq-item.active .faq-item_toggle {
  transform: rotate(45deg);
}

.faq-item.active .faq-item_content {
  max-height: 500px;
}

section.features {
  position: relative;
  padding-bottom: 13px;
}

h2.features-home_title {
  max-width: 630px;
}

.features-text {
  margin-bottom: 24px;
  max-width: 873px;
}

.features-list_title {
  font-weight: 500;
  margin-bottom: 14px;
  display: block;
}

.features-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.features-item {
  display: flex;
  gap: 8.5px;
  border-radius: 4px;
  box-shadow: 4px 0px 20px 0px rgba(59, 45, 71, 0.02), 0px 4px 30px 0px rgba(59, 45, 71, 0.06);
  background: rgb(255, 255, 255);
  align-items: center;
  padding: 8px 12px;
  width: fit-content;
}

.features-item:before {
  content: '';
  width: 8px;
  min-width: 8px;
  height: 8px;
  background: rgb(29, 168, 225);
  border-radius: 100%;
}

.features-bg {
  position: absolute;
  width: 100%;
  top: -140px;
  bottom: -72px;
  z-index: -1;
  background: linear-gradient(180.00deg, rgba(255, 255, 255, 0.2), rgba(132, 168, 194, 0.2), rgba(255, 255, 255, 0.2) 100%);
  display: flex;
  align-items: end;
  padding-bottom: 72px;
}

.features-bg:before {
  content: '';
  position: absolute;
  bottom: 72px;
  width: 100%;
  height: 400px;
  background: linear-gradient(180.00deg, rgba(255, 255, 255, 0),rgba(255, 255, 255, 1) 100%);
}

.features-bg .container {
  display: flex;
  justify-content: flex-end;
}

.features-bg img {
  margin-right: -135px;
}

section.features .features-text:last-child {
  margin: 0;
}

section.needtoknow {
}

h2.needtoknow-title {
  max-width: 630px;
}

.needtoknow-text {
  margin-bottom: 22px;
  max-width: 873px;
}

.needtoknow-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}

.needtoknow-row_item {
  border-radius: 4px;
  box-shadow: 4px 0px 20px 0px rgba(59, 45, 71, 0.02),0px 4px 30px 0px rgba(59, 45, 71, 0.06);
  background: rgb(255, 255, 255);
  width: 577px;
  min-height: 218px;
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.needtoknow-row_item-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 36px;
}

.needtoknow-row_item-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 10px;
}

.needtoknow-list_title {
  font-weight: 500;
  margin-bottom: 14px;
}

.needtoknow-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 750px;
  margin-bottom: 22px;
}

.needtoknow-list_item {
  display: flex;
  gap: 8.5px;
  border-radius: 4px;
  box-shadow: 4px 0px 20px 0px rgba(59, 45, 71, 0.02), 0px 4px 30px 0px rgba(59, 45, 71, 0.06);
  background: rgb(255, 255, 255);
  align-items: center;
  padding: 8px 12px;
  width: fit-content;
}

.needtoknow-list_item:before {
  content: '';
  width: 8px;
  min-width: 8px;
  height: 8px;
  background: rgb(29, 168, 225);
  border-radius: 100%;
}

section.relocation {
  position: relative;
  padding: 58px 0 62px;
  margin-bottom: 144px;
  background: url(/img/relocation.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto;
}

section.relocation:before, section.relocation:after {
  content: '';
  position: absolute;
  width: 100%;
}

section.relocation:before {
  height: 260px;
  background: linear-gradient(180.00deg, rgb(248, 248, 248), rgba(244, 244, 243, 0) 100%);
  top: 0;
}

section.relocation:after {
  height: 166px;
  background: linear-gradient(180.00deg, rgba(244, 244, 243, 0),rgb(248, 248, 248) 100%);
  bottom: 0;
}

section.relocation .container {
  z-index: 1;
  position: relative;
}

.relocation-text {
  max-width: 873px;
  margin-bottom: 14px;
}

.relocation-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 750px;
  margin-bottom: 22px;
}

.relocation-item {
  display: flex;
  gap: 8.5px;
  border-radius: 4px;
  box-shadow: 4px 0px 20px 0px rgba(59, 45, 71, 0.02), 0px 4px 30px 0px rgba(59, 45, 71, 0.06);
  background: rgb(255, 255, 255);
  align-items: center;
  padding: 8px 12px;
  width: fit-content;
}

.relocation-item:before {
  content: '';
  width: 8px;
  min-width: 8px;
  height: 8px;
  background: rgb(29, 168, 225);
  border-radius: 100%;
}

footer {
  position: relative;
  padding: 65px 0 50px;
}

footer .container {
  display: flex;
  flex-direction: column;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.footer-copyright {
  color: rgb(96, 96, 96);
  font-size: 14px;
  line-height: 14px;
}

.footer-copyright a {
  color: rgb(0, 0, 0);
}

ul.footer-menu {
  display: flex;
  gap: 65.5px;
  align-items: center;
}

ul.footer-menu li {
  list-style: none;
  color: rgb(29, 168, 225);
  font-size: 14px;
  line-height: 14px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: flex-end;
}

@media (max-width: 1200px) {
  body {
    zoom: .85;
  }
}

@media (max-width: 1000px) {
  body {
    zoom: .7;
  }
}

@media(max-width: 768px) {
  body {
    zoom: 1;
    font-size: 14px;
    line-height: 20px;
  }

  section {
    margin: 35px 0;
  }

  .header-top_right {
    display: none;
  }

  .header-top_toggle {
    display: block;
    width: 22px;
    height: 20px;
    background: url(/img/menu-toggle.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .header-bottom_add {
    width: 150px;
    height: 40px;
    text-align: center;
    font-size: 11px;
    line-height: 15px;
    padding: 11px;
  }

  section.map {
    margin-bottom: 16px;
  }

  .map-container {
    height: auto;
  }

  .map-text {
    background: transparent;
    position: unset;
    color: rgb(67, 82, 90);
    font-size: 23px;
    font-weight: 400;
    line-height: 33px;
    height: 115px;
    display: block;
    text-align: center;
  }

  .map-container iframe {
    display: none;
  }

  .map-container:before {
    display: none;
  }

  .map-text:after {
    display: none;
  }

  .map-toggle {
    display: none;
  }

  .ads-list {
  }

  .ad-item {
    padding: 22px 20px 34px;
  }

  .ad-item_title {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 15px;
  }

  .ad-item_content {
    flex-direction: column;
    gap: 12px;
  }

  .ad-item_img-wrap {
    max-width: 100%;
  }

  .ad-item_img {
    aspect-ratio: 28/21;
    width: 100%;
    height: auto;
  }

  .ad-item_prices {
    max-width: 100%;
    order: 1;
  }

  .ad-item_price {
    padding: 10px;
    font-size: 12px;
    line-height: 12px;
  }

  .ad-item_price span:last-child {
    font-size: 12px;
    line-height: 16px;
  }

  .ad-item_buttons {
    max-width: 100%;
    gap: 10px;
  }

  .ad-item_button, .ad-item_number {
    width: 100%;
    height: 52px;
  }

  .ad-item_button.up {
    font-size: 16px;
    line-height: 16px;
    gap: 10px;
  }

  .ad-item_button.up:before {
  }

  .ad-item_number {
    font-size: 14px;
    line-height: 14px;
  }

  .ad-item_button.call {
    font-size: 20px;
    line-height: 20px;
  }

  .ad-item_button.call:before {
    width: 20px;
    height: 20px;
  }

  h2 {
    font-size: 26px;
    line-height: 33px;
    max-width: 100%;
    margin-bottom: 24px;
  }

  .bestchoice-text {
    margin-bottom: 16px;
  }

  .bestchoice-list_title {
    margin-bottom: 12px;
  }

  .bestchoice-list {
    flex-direction: column;
  }

  .bestchoice-item {
    width: 100%;
    padding: 14px;
    min-height: 150px;
  }

  .bestchoice-item_icon {
    width: 38px;
    height: 38px;
    margin-bottom: 18px;
  }

  .bestchoice-item_title {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 8px;
  }

  .bestchoice-item_text {
    font-size: 13px;
    line-height: 18px;
  }

  .sale-container {
    gap: 16px;
  }

  .sale-block {
    gap: 10px;
  }

  .sale-row {
    gap: 6px;
  }

  .sale-item {
    gap: 4px;
    padding: 6px 10px;
  }

  section.sale {
    padding-bottom: 354px;
  }

  .sale-bg {
    height: calc(100% + 60px);
    top: -60px;
    bottom: 0;
    padding: 0;
    display: flex;
    align-items: end;
    justify-content: center;
  }

  .sale-bg:before {
    height: 260.2px;
  }

  .sale-bg img {
    margin: 0 -20px 1px;
    width: 100vw;
  }

  .tent-row {
    flex-direction: column;
  }

  .keyaspects-text {
    margin-bottom: 16px;
  }

  .keyaspects-row {
    flex-direction: column;
    gap: 8px;
  }

  .keyaspects-item {
    width: 100%;
    min-height: 188px;
    padding: 14px;
  }

  .keyaspects-item_icon {
    width: 38px;
    height: 38px;
    margin-bottom: 16px;
  }

  .keyaspects-item_title {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 8px;
  }

  .keyaspects-item_text {
    font-size: 13px;
    line-height: 18px;
  }

  .characteristics-text {
    margin-bottom: 16px;
  }

  .characteristics-row .swiper-wrapper {
    flex-wrap: nowrap;
  }

  .characteristics-row .swiper-pagination {
    position: unset;
    margin-top: 12px;
  }

  .characteristics-row .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgb(228, 228, 228);
    opacity: 1;
  }

  .characteristics-row .swiper-pagination-bullet-active {
    background: rgb(29, 168, 225);
  }

  .characteristics-item {
    width: 100%;
    min-height: auto;
  }

  img.characteristics-item_img {
    width: 100%;
    aspect-ratio: 32/21;
    object-fit: contain;
  }

  .characteristics-item_content {
    padding: 14px;
    gap: 10px;
  }

  .characteristics-item_title {
    font-size: 17px;
    line-height: 22px;
  }

  .characteristics-item_text-wrap {
  }

  section.about {
    background-position: right center;
    background: url(/img/about-m.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 30px 0 28px;
  }

  section.about:before {
    height: 205.45px;
  }

  section.about:after {
    height: 132.08px;
  }

  .about-text {
    margin-bottom: 8px;
  }

  .about-button {
    margin-top: 16px;
    width: 223px;
    height: 46px;
  }

  .howtouse-text {
    margin-bottom: 16px;
  }

  p.howtouse-text {
  }

  .howtouse-row {
    flex-direction: column;
    gap: 8px;
  }

  .howtouse-item {
    width: 100%;
    padding: 14px;
  }

  .howtouse-item_title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .howtouse-item_text {
  }

  .howtouse-item_list {
  }

  ul.howtouse-item_list {
  }

  .howtouse-item_list li {
  }

  .faq-row {
    gap: 8px;
  }

  .faq-item {
    width: 100%;
    padding: 14px;
  }

  .faq-item_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
  }

  .faq-item_toggle {
    margin-left: 20px;
    width: 36px;
    min-width: 36px;
    height: 36px;
    background-size: 14.73px 14.73px;
  }

  .faq-item_content:before {
    height: 8px;
  }

  .faq-item_content {
    opacity: .8;
  }

  .features-text {
    margin-bottom: 10px;
  }

  .features-list_title {
    font-weight: 700;
  }

  .features-list {
    gap: 6px;
  }

  .features-item {
    padding: 6px 10px;
    gap: 4px;
  }

  section.features {
    padding-bottom: 382px;
  }

  .features-bg {
    height: calc(100% + 60px);
    top: -60px;
    bottom: 0;
    padding: 0;
    display: flex;
    align-items: end;
    justify-content: center;
  }

  .features-bg:before {
    height: 213px;
    bottom: 0;
  }

  .features-bg img {
    margin: 0 -20px 1px;
    width: 118vw;
  }

  .needtoknow-text {
    margin-bottom: 16px;
  }

  .needtoknow-row {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 30px;
  }

  .needtoknow-row_item {
    width: 100%;
    min-height: 168px;
    padding: 14px;
  }

  .needtoknow-row_item-icon {
    width: 38px;
    height: 38px;
    margin-bottom: 18px;
  }

  .needtoknow-row_item-title {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 8px;
  }

  .needtoknow-row_item-text {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
  }

  .needtoknow-list_title {
    margin-bottom: 12px;
    font-weight: 700;
  }

  .needtoknow-list_item {
    padding: 6px 10px;
    gap: 4px;
  }

  .needtoknow-list {
    gap: 8px;
    margin-bottom: 16px;
  }

  section.relocation {
    background: url(/img/relocation-m.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 0;
    padding: 30px 0;
  }

  section.relocation:before {
    height: 420.61px;
  }

  section.relocation:after {
    height: 270.39px;
  }

  ::after {
  }

  .relocation-text {
    margin-bottom: 12px;
  }

  p.relocation-text {
  }

  .relocation-list {
    gap: 8px;
    margin-bottom: 16px;
  }

  .relocation-item {
    padding: 6px 10px;
    gap: 4px;
  }

  footer {
  }

  footer:before {
    display: none;
  }

  .footer-top {
    gap: 20px;
    flex-direction: column;
    margin-bottom: 50px;
  }

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

  ul.footer-menu {
    flex-direction: column;
    gap: 22px;
  }

  .footer-bottom {
    gap: 24px;
    justify-content: center;
  }
}
