@charset "UTF-8";
* {
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.container {
  margin: 0 auto;
  max-width: 1230px;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  .container {
    padding: 0 30px;
  }
}

.main-header {
  background-image: url(/images/header-background.webp);
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: 850px;
  position: relative;
}
@media (max-width: 435px) {
  .main-header {
    height: 648px;
    background-image: url(/images/header-background-mob.webp);
  }
}
.main-header .container {
  justify-content: space-between;
}
.main-header .logo-head {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 50px;
  position: relative;
}
@media (max-width: 435px) {
  .main-header .logo-head {
    margin-top: 32px;
    padding-left: 10px;
  }
}
@media (max-width: 435px) {
  .main-header .logo-head img {
    width: 110px;
    height: auto;
  }
}
.main-header .logo-head::after {
  content: "Сервис и технологии для современных агентов по недвижимости";
  position: absolute;
  font-size: 13px;
  font-weight: 300;
  line-height: 15px;
  text-align: center;
  bottom: -45px;
  width: 275px;
  color: #FFFFFF;
  left: -15px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 435px) {
  .main-header .logo-head::after {
    font-size: 6px;
    bottom: -21px;
    left: -3px;
    width: 130px;
    line-height: 8px;
  }
}
.main-header .title {
  font-size: 56px;
  font-weight: 400;
  line-height: 77.45px;
  text-align: center;
  color: #FFFFFF;
  margin-top: -15px;
}
@media (max-width: 768px) {
  .main-header .title {
    font-size: 36px;
    margin-top: 0;
    line-height: 40px;
  }
}
@media (max-width: 435px) {
  .main-header .title {
    font-size: 24px;
    margin-top: 0;
    line-height: 29px;
  }
}
.main-header .cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 143px;
}
@media (max-width: 435px) {
  .main-header .cta {
    margin-bottom: 114px;
  }
}
.main-header .cta .text {
  font-size: 28px;
  font-weight: 300;
  line-height: 50.4px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 435px) {
  .main-header .cta .text {
    font-size: 16px;
    line-height: 22px;
  }
}
.main-header .cta a {
  margin-top: 20px;
  padding: 20px 30px;
  border-radius: 60px;
  background-color: #D6A374;
  font-size: 32px;
  font-weight: 300;
  line-height: 39.01px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
}
.main-header .cta a:hover {
  opacity: 0.8;
}
@media (max-width: 435px) {
  .main-header .cta a {
    margin-top: 12px;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    padding: 12px 34px;
    font-weight: 600;
  }
}
.main-header .disclaimer {
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  width: 90%;
  font-size: 16px;
  font-weight: 400;
  line-height: 24.38px;
  text-align: left;
  color: rgba(255, 255, 255, 0.5019607843);
  opacity: 0.8;
  position: absolute;
  bottom: 143px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 768px) {
  .main-header .disclaimer {
    bottom: 47px;
    font-size: 10px;
    font-weight: 500;
  }
}

.how-it-works {
  margin-top: -50px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  z-index: 1;
  position: relative;
  background: #000000;
  padding: 90px 0;
}
@media (max-width: 435px) {
  .how-it-works {
    padding: 50px 0;
    margin-top: 0;
    border-radius: 0;
  }
}
.how-it-works > img {
  position: absolute;
  z-index: 1;
}
@media (max-width: 1024px) {
  .how-it-works > img {
    display: none;
  }
}
.how-it-works > img:nth-child(1) {
  height: 682px;
  width: auto;
  top: -20px;
}
@media (max-width: 435px) {
  .how-it-works > img:nth-child(1) {
    top: -120px;
  }
}
.how-it-works > img:nth-child(2) {
  height: 625px;
  width: auto;
  right: 0;
  top: -50px;
}
.how-it-works .container {
  z-index: 2;
  position: relative;
}
.how-it-works .two-parts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 1024px) {
  .how-it-works .two-parts {
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media (max-width: 435px) {
  .how-it-works .two-parts {
    display: none;
  }
}
.how-it-works .two-parts .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding-left: 60px;
  padding-bottom: 30px;
  padding-right: 10px;
}
@media (max-width: 1024px) {
  .how-it-works .two-parts .left {
    width: 100%;
    padding: 0;
    padding-bottom: 30px;
    align-items: center;
  }
}
.how-it-works .two-parts .left img {
  position: relative;
  left: 87px;
}
@media (max-width: 1024px) {
  .how-it-works .two-parts .left img {
    left: auto;
  }
}
.how-it-works .two-parts .left .title {
  font-size: 32px;
  font-weight: 400;
  line-height: 43.57px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #FFFFFF;
  margin-top: 35px;
}
@media (max-width: 1024px) {
  .how-it-works .two-parts .left .title {
    text-align: center;
  }
}
.how-it-works .two-parts .left .description {
  font-size: 32px;
  font-weight: 200;
  line-height: 50.4px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #FFFFFF;
  margin-top: 35px;
}
@media (max-width: 1024px) {
  .how-it-works .two-parts .left .description {
    text-align: center;
  }
}
.how-it-works .two-parts .right {
  background-image: url(/images/laptop-bg.webp);
  min-width: 600px;
  max-width: 600px;
  min-height: 374px;
  max-height: 374px;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .how-it-works .two-parts .right {
    min-width: 420px;
    max-width: 420px;
    min-height: 262px;
    max-height: 262px;
  }
}
.how-it-works .two-parts .right .frame {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding: 16px 11px 0 10px;
}
.how-it-works .two-parts .right .frame img, .how-it-works .two-parts .right .frame video {
  width: 100%;
  height: auto;
}
.how-it-works .mob-version {
  background-image: url(/images/how-it-works-background-mob.png);
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 30px 40px;
  width: 100%;
}
@media (min-width: 376px) and (max-width: 435px) {
  .how-it-works .mob-version {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 436px) {
  .how-it-works .mob-version {
    display: none;
  }
}
.how-it-works .mob-version .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 24.2px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #FFFFFF;
}
@media (min-width: 376px) and (max-width: 435px) {
  .how-it-works .mob-version .title {
    width: 80%;
  }
}
.how-it-works .mob-version .description {
  margin-top: 15px;
  font-size: 11px;
  font-weight: 200;
  line-height: 15.4px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #FFFFFF;
}
@media (min-width: 376px) and (max-width: 435px) {
  .how-it-works .mob-version .description {
    width: 80%;
  }
}
.how-it-works .mob-version .phone {
  margin-top: 20px;
  background-image: url(/images/phone-mob.png);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 249px;
  height: 511px;
}
@media (max-width: 375px) {
  .how-it-works .mob-version .phone {
    margin-top: 10px;
  }
}
.how-it-works .mob-version .phone .frame {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding: 0px 11px 0px 11px;
  margin-top: 41px;
  max-height: 420px;
}
.how-it-works .mob-version .phone .frame img, .how-it-works .mob-version .phone .frame video {
  width: 100%;
  height: auto;
  position: relative;
  top: -32px;
}

.why-use {
  background: #000000;
  position: relative;
  padding-top: 90px;
  padding-bottom: 60px;
}
@media (max-width: 435px) {
  .why-use {
    padding-top: 0;
  }
}
.why-use > img {
  position: absolute;
  z-index: 1;
}
@media (max-width: 1024px) {
  .why-use > img {
    display: none;
  }
}
.why-use > img:nth-child(1) {
  height: 867px;
  width: auto;
  top: 215px;
}
@media (max-width: 435px) {
  .why-use > img:nth-child(1) {
    top: -120px;
  }
}
.why-use > img:nth-child(2) {
  height: 625px;
  width: auto;
  right: 0;
  top: 230px;
}
.why-use .container {
  z-index: 2;
  position: relative;
}
.why-use .title {
  font-size: 32px;
  font-weight: 400;
  line-height: 43.57px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #FFFFFF;
  width: 100%;
  padding-left: 60px;
}
@media (max-width: 435px) {
  .why-use .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 24.2px;
    letter-spacing: -0.04em;
    padding-left: 0;
  }
}
.why-use .title-line {
  display: none;
}
@media (max-width: 435px) {
  .why-use .title-line {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
}
.why-use .two-parts {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1024px) {
  .why-use .two-parts {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (max-width: 435px) {
  .why-use .two-parts {
    flex-direction: column-reverse;
    margin-top: 20px;
  }
}
.why-use .two-parts > .left {
  width: calc(50% - 60px);
  height: 378px;
  background-image: url(/images/why-use.webp);
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 60px;
}
@media (max-width: 1024px) {
  .why-use .two-parts > .left {
    width: 100%;
    margin-left: 0;
    background-position: top center;
    height: 300px;
    margin-bottom: 30px;
    background-image: url(/images/why-use-mob.webp);
  }
}
@media (max-width: 435px) {
  .why-use .two-parts > .left {
    height: 236px;
    margin-bottom: 0;
  }
}
.why-use .two-parts > .right {
  width: 50%;
  padding-left: 50px;
}
@media (max-width: 1024px) {
  .why-use .two-parts > .right {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 435px) {
  .why-use .two-parts > .right {
    margin-bottom: 60px;
  }
}
.why-use .two-parts > .right .speed-title {
  font-size: 34px;
  font-weight: 300;
  letter-spacing: -0.01em;
  text-align: right;
  width: 100%;
  color: #D6A374;
  padding-bottom: 28px;
  border-bottom: 1px solid #D6A374;
}
@media (max-width: 1024px) {
  .why-use .two-parts > .right .speed-title {
    text-align: left;
  }
}
@media (max-width: 435px) {
  .why-use .two-parts > .right .speed-title {
    font-size: 28px;
    font-weight: 500;
    border: none;
    padding-bottom: 0;
  }
}
.why-use .two-parts > .right .text {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 435px) {
  .why-use .two-parts > .right .text {
    margin-top: 20px;
  }
}
.why-use .two-parts > .right .text .left {
  padding-right: 10px;
}
@media (max-width: 435px) {
  .why-use .two-parts > .right .text .left {
    display: none;
  }
}
.why-use .two-parts > .right .text .right {
  font-size: 22px;
  font-weight: 200;
  line-height: 33.6px;
  letter-spacing: -0.01em;
  text-align: right;
  color: #E5E4E2;
}
@media (max-width: 435px) {
  .why-use .two-parts > .right .text .right {
    font-size: 11px;
    line-height: 15.4px;
    letter-spacing: -0.01em;
    text-align: left;
    width: 90%;
  }
}

.three-points {
  background: #000000;
  padding-top: 70px;
  padding-bottom: 120px;
}
.three-points .container {
  z-index: 2;
  position: relative;
}
@media (max-width: 1024px) {
  .three-points {
    padding-bottom: 0;
  }
}
@media (max-width: 435px) {
  .three-points {
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url(/images/three-points-background.webp);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.three-points .items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 20px;
}
@media (max-width: 1024px) {
  .three-points .items {
    justify-content: center;
    padding-left: 0;
  }
}
@media (max-width: 435px) {
  .three-points .items {
    justify-content: flex-start;
  }
}
.three-points .items .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30%;
}
@media (max-width: 1024px) {
  .three-points .items .item {
    width: 50%;
    margin-bottom: 30px;
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .three-points .items .item {
    width: 100%;
  }
}
@media (max-width: 435px) {
  .three-points .items .item {
    padding: 0;
  }
}
@media (max-width: 435px) {
  .three-points .items .item .image {
    display: none;
  }
}
.three-points .items .item .image img {
  height: 130px;
  width: auto;
}
.three-points .items .item .title {
  width: 100%;
  text-align: left;
  margin-top: 40px;
  font-size: 30px;
  font-weight: 300;
  line-height: 31.04px;
  letter-spacing: -0.01em;
  color: #D6A374;
  padding-left: 40px;
}
@media (max-width: 1024px) {
  .three-points .items .item .title {
    padding-left: 0;
  }
}
@media (max-width: 435px) {
  .three-points .items .item .title {
    margin-top: 0;
    font-size: 28px;
  }
}
.three-points .items .item .title-line {
  margin-top: 16px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 435px) {
  .three-points .items .item .title-line {
    display: none;
  }
}
.three-points .items .item .description {
  width: 100%;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 200;
  line-height: 28px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #E5E4E2;
  padding-left: 40px;
}
@media (max-width: 1024px) {
  .three-points .items .item .description {
    padding-left: 0;
  }
}
@media (max-width: 435px) {
  .three-points .items .item .description {
    font-size: 12px;
    line-height: 18px;
  }
}
.three-points .items .item .title-line-mob {
  display: none;
}
@media (max-width: 435px) {
  .three-points .items .item .title-line-mob {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 40px;
  }
}

.telegram {
  background: #000000;
  padding-top: 80px;
  padding-bottom: 130px;
  position: relative;
}
@media (max-width: 435px) {
  .telegram {
    padding-top: 70px;
    padding-bottom: 68px;
  }
}
.telegram > img {
  position: absolute;
  z-index: 1;
}
@media (max-width: 1024px) {
  .telegram > img {
    display: none;
  }
}
@media (max-width: 435px) {
  .telegram > img {
    display: block;
  }
}
.telegram > img:nth-child(1) {
  height: 462px;
  width: auto;
  right: 0;
  top: 30px;
}
@media (max-width: 435px) {
  .telegram > img:nth-child(1) {
    bottom: -160px;
    top: auto;
  }
}
.telegram .container > .two-parts {
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 1024px) {
  .telegram .container > .two-parts {
    flex-wrap: wrap;
  }
}
@media (max-width: 435px) {
  .telegram .container > .two-parts {
    display: none;
  }
}
.telegram .container > .two-parts > .left {
  width: 50%;
  padding-right: 50px;
  padding-left: 60px;
}
@media (max-width: 1024px) {
  .telegram .container > .two-parts > .left {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.telegram .container > .two-parts > .left .title {
  font-size: 32px;
  font-weight: 500;
  line-height: 43.57px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #FFFFFF;
}
.telegram .container > .two-parts > .left .description {
  margin-top: 70px;
  font-size: 22px;
  font-weight: 200;
  line-height: 33.6px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #E5E4E2;
}
@media (max-width: 1024px) {
  .telegram .container > .two-parts > .left .description {
    margin-top: 30px;
  }
}
.telegram .container > .two-parts > .right {
  width: 50%;
  padding-top: 15px;
}
@media (max-width: 1024px) {
  .telegram .container > .two-parts > .right {
    width: 100%;
    margin-top: 20px;
  }
}
.telegram .container > .two-parts > .right .two-parts {
  background: #2A2A2A;
  border-radius: 20px;
  padding: 47px 56px 35px 49px;
  display: flex;
  justify-content: space-between;
}
.telegram .container > .two-parts > .right .two-parts .left {
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 220px;
}
.telegram .container > .two-parts > .right .two-parts .left .text {
  padding-top: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 33.6px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #8B94A0;
}
.telegram .container > .two-parts > .right .two-parts .left a {
  display: inline-block;
  padding: 16px 30px;
  border-radius: 5px;
  background: #40B3E0;
  font-size: 22px;
  font-weight: 500;
  line-height: 33.6px;
  letter-spacing: 0.01em;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
}
.telegram .container > .two-parts > .right .two-parts .left a:hover {
  opacity: 0.8;
}
.telegram .container > .two-parts > .right .two-parts .right img {
  max-width: 100%;
  height: auto;
}
.telegram .mobile-version {
  display: none;
  z-index: 2;
}
@media (max-width: 435px) {
  .telegram .mobile-version {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
.telegram .mobile-version .content {
  background-image: url(/images/telegram-background-mob.png);
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 50px 28px;
  width: 100%;
}
@media (max-width: 375px) {
  .telegram .mobile-version .content {
    padding: 38px 20px;
  }
}
.telegram .mobile-version .content .title {
  font-size: 15px;
  font-weight: 600;
  line-height: 18.15px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #FFFFFF;
}
.telegram .mobile-version .content .description {
  margin-top: 24px;
  font-size: 11px;
  font-weight: 300;
  line-height: 15.4px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #E5E4E2;
}
.telegram .mobile-version .content .disclaimer {
  margin-top: 25px;
  margin-left: 29px;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.6px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #8B94A0;
  position: relative;
}
.telegram .mobile-version .content .disclaimer::before {
  width: 20px;
  height: 20px;
  left: -28px;
  position: absolute;
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgb3BhY2l0eT0iMC41Ij4KPHBhdGggZD0iTTE3LjUgMTBDMTcuNSAxNC4xNDIxIDE0LjE0MjEgMTcuNSAxMCAxNy41QzUuODU3ODYgMTcuNSAyLjUgMTQuMTQyMSAyLjUgMTBDMi41IDUuODU3ODYgNS44NTc4NiAyLjUgMTAgMi41QzE0LjE0MjEgMi41IDE3LjUgNS44NTc4NiAxNy41IDEwWiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik02LjY2NjY2IDkuOTk5OThMOS4xNjY2NiAxMi41TDEzLjMzMzMgOC4zMzMzMSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvZz4KPC9zdmc+Cg==);
}
.telegram .mobile-version a {
  margin-top: 29px;
  display: inline-block;
  padding: 14px 30px;
  border-radius: 5px;
  background: #40B3E0;
  font-size: 16px;
  font-weight: 500;
  line-height: 33.6px;
  letter-spacing: 0.01em;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
}
.telegram .mobile-version a:hover {
  opacity: 0.8;
}

.footer {
  background: #111111;
  padding-top: 90px;
  padding-bottom: 40px;
}
@media (max-width: 435px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 25px;
  }
}
.footer .container {
  z-index: 2;
  position: relative;
}
.footer .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 768px) {
  .footer .top {
    flex-direction: column;
  }
}
@media (max-width: 435px) {
  .footer .top img {
    width: 112px;
    height: auto;
  }
}
.footer .top .text {
  padding: 0 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #8B94A0;
}
@media (max-width: 768px) {
  .footer .top .text {
    padding: 30px 0;
  }
}
@media (max-width: 435px) {
  .footer .top .text {
    display: none;
  }
}
.footer .top a {
  display: inline-block;
  padding: 17px 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 29.05px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #B48A63;
  border: 1px solid #B48A63;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
}
.footer .top a:hover {
  opacity: 0.8;
}
@media (max-width: 435px) {
  .footer .top a {
    margin-top: 14px;
    font-size: 14px;
    padding: 8px 30px;
  }
}
.footer .top .text-mob {
  display: none;
}
@media (max-width: 435px) {
  .footer .top .text-mob {
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #8B94A0;
    margin-top: 18px;
  }
}
.footer .bottom {
  margin-top: 45px;
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #8B94A0;
}
@media (max-width: 435px) {
  .footer .bottom {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
  }
}

.show-only {
  display: none;
}

@media (min-width: 1231px) {
  .contain-plus {
    display: inline-block;
  }
}

@media (min-width: 1025px) and (max-width: 1230px) {
  .contain {
    display: inline-block;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .desktop {
    display: inline-block;
  }
}

@media (min-width: 436px) and (max-width: 768px) {
  .tablet {
    display: inline-block;
  }
}

@media (min-width: 376px) and (max-width: 435px) {
  .phone-big {
    display: inline-block;
  }
}

@media (max-width: 375px) {
  .phone {
    display: inline-block !important;
  }
}/*# sourceMappingURL=style.css.map */