@font-face {
  font-family: "Yandex Sans Display";
  src: url("../fonts/YandexSansDisplay-Regular.eot");
  src: local("Yandex Sans Display Regular"), local("YandexSansDisplay-Regular"), url("../fonts/YandexSansDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/YandexSansDisplay-Regular.woff2") format("woff2"), url("../fonts/YandexSansDisplay-Regular.woff") format("woff"), url("../fonts/YandexSansDisplay-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Yandex Sans Display";
  src: url("../fonts/YandexSansDisplay-Bold.eot");
  src: local("Yandex Sans Display Bold"), local("YandexSansDisplay-Bold"), url("../fonts/YandexSansDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/YandexSansDisplay-Bold.woff2") format("woff2"), url("../fonts/YandexSansDisplay-Bold.woff") format("woff"), url("../fonts/YandexSansDisplay-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
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,
font,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:hover,
a {
  text-decoration: none;
}

:focus {
  outline: 0;
}

ul {
  list-style-type: none;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Yandex Sans Display";
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  color: #1e2837;
  -webkit-text-size-adjust: 100%;
  background: #fff;
}
body.bg-main {
  background: #4b3cff;
}

.container {
  width: 100%;
  max-width: 1204px;
  padding: 0 15px;
  margin: 0 auto;
}

.header {
  background: #4b3cff;
}

.header-content {
  padding: 20px 0 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .header-content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .header-content__left {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.header-content__left small {
  display: block;
  font-size: 16px;
  color: #b4c3ff;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .header-content__city {
    display: flex;
  }
}
.header-content__city-title {
  font-size: 18px;
  display: block;
  color: #b4c3ff;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .header-content__city-title {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.header-content__city-name {
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.logo {
  display: flex;
  align-items: flex-end;
  font-size: 60px;
  color: #fff;
  font-weight: bold;
  line-height: 50px;
}
@media (max-width: 768px) {
  .logo {
    font-size: 34px;
  }
}
.logo:hover span {
  transform: translateY(-10px) scale(1.2);
}
.logo span {
  margin: 0 15px;
  display: block;
  transform: translateY(10px);
  transition: 0.5s;
}
@media (max-width: 768px) {
  .logo span {
    transform: translateY(0);
  }
}
.logo span img {
  display: block;
}
@media (max-width: 768px) {
  .logo span img {
    width: 20px;
  }
}

main {
  padding: 80px 0;
}
@media (max-width: 768px) {
  main {
    padding: 40px 0;
  }
}
main p {
  font-size: 18px;
  line-height: 26px;
  color: #46557d;
  margin-bottom: 20px;
}
main p a {
  color: #46557d;
  text-decoration: underline;
}
main p a:hover {
  text-decoration: none;
}
main ul.basic-list {
  margin-bottom: 20px;
}
main ul.basic-list li {
  position: relative;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 26px;
  color: #46557d;
  padding-left: 30px;
}
main ul.basic-list li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4b3cff;
  position: absolute;
  left: 6px;
  top: 12px;
}

h2, .h2 {
  font-size: 36px;
  line-height: 130%;
  color: #1e2837;
  margin-bottom: 40px;
  font-weight: bold;
}
@media (max-width: 768px) {
  h2, .h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  h2 br, .h2 br {
    display: none;
  }
}

.content-block {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .content-block {
    margin-bottom: 30px;
  }
}

.company-item {
  margin-bottom: 50px;
}
.company-item__title {
  position: relative;
  border-bottom: 1px solid #b4c3ff;
  padding-left: 100px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: 24px;
  color: #1e2837;
  font-weight: 700;
}
@media (max-width: 992px) {
  .company-item__title {
    padding-left: 0;
    display: flex;
  }
}
.company-item__title span {
  font-size: 24px;
  color: #b4c3ff;
  font-weight: 400;
  position: absolute;
  left: 0;
}
@media (max-width: 992px) {
  .company-item__title span {
    position: relative;
    margin-right: 30px;
  }
}
.company-item__content {
  padding-left: 100px;
}
@media (max-width: 992px) {
  .company-item__content {
    padding-left: 0;
  }
}
.company-item__logo {
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .company-item__logo {
    padding-left: 40px;
  }
}
.company-item__logo img {
  display: block;
  max-height: 100px;
}

.company-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .company-info-item {
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 20px 15px;
    width: calc(100% + 30px);
    margin: 0 -15px;
    position: relative;
    padding-left: 60px;
  }
  .company-info-item:nth-child(even) {
    background: #ebebeb;
  }
}
@media (max-width: 992px) {
  .company-info-item--inline {
    flex-wrap: nowrap;
    align-items: center;
  }
  .company-info-item--inline .company-info-item__title {
    width: auto;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.company-info-item .icon {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  mix-blend-mode: multiply;
}
@media (max-width: 992px) {
  .company-info-item .icon {
    position: absolute;
    left: 20px;
    top: 15px;
  }
}
.company-info-item .icon img {
  display: block;
}
.company-info-item__title {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #1e2837;
  width: 180px;
}
@media (max-width: 992px) {
  .company-info-item__title {
    width: 100%;
    margin-bottom: 10px;
  }
}
.company-info-item__text {
  font-size: 18px;
  color: #46557d;
  margin-right: 30px;
}
.company-info-item__text a {
  color: #46557d;
  border-bottom: 1px solid transparent;
  transition: 0.5s;
}
.company-info-item__text a:hover {
  border-color: #46557d;
}
.company-info-item__metro {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #46557d;
  position: relative;
}
@media (max-width: 992px) {
  .company-info-item__metro {
    width: 100%;
    padding-top: 10px;
  }
}
.company-info-item__metro .icon {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
}
.company-info-item__metro .icon img {
  display: block;
}
.company-info-item__metro-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  background: #805139;
  margin-right: 10px;
}

.btn-center {
  display: flex;
  justify-content: center;
  padding-top: 0px;
}
@media (max-width: 992px) {
  .btn-center {
    padding-top: 0px;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 4px;
  padding: 0 30px;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  background: #44c516;
}
@media (max-width: 768px) {
  .btn {
    font-size: 15px;
    padding: 0 10px;
  }
}
.btn .icon {
  display: block;
  margin-left: 20px;
}
.btn .icon img {
  display: block;
}
@media (max-width: 768px) {
  .btn {
    width: 100%;
  }
}

.content-img {
  display: block;
  padding: 0 50px;
  margin-bottom: 30px;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .content-img {
    width: calc(100% + 30px);
    margin: 0 -15px 30px -15px;
    padding: 0;
  }
}
.content-img img {
  display: block;
  width: 100%;
}

.decimal-list {
  margin-bottom: 50px;
}
.decimal-list li {
  position: relative;
  counter-increment: item;
  position: relative;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 26px;
  color: #46557d;
  padding-left: 30px;
  padding-left: 50px;
}
.decimal-list li:before {
  content: counter(item) ". ";
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  background: #4b3cff;
  border-radius: 4px;
  position: absolute;
  left: 0;
}

.marker-list {
  margin-bottom: 50px;
}
.marker-list li {
  position: relative;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 26px;
  color: #46557d;
  padding-left: 30px;
}
.marker-list li:before {
  content: "";
  width: 12px;
  height: 3px;
  border-radius: 2px;
  background: #4b3cff;
  position: absolute;
  left: 0px;
  top: 10px;
}

.text-bg {
  padding: 15px 20px;
  border-radius: 10px;
  background: #b4c3ff;
  margin-bottom: 40px;
  color: #46557d;
}
@media (max-width: 768px) {
  .text-bg {
    width: calc(100% + 30px);
    margin: 0 -15px 30px -15px;
    border-radius: 0;
  }
}

footer {
  background: #4b3cff;
  padding: 50px 0;
}
@media (max-width: 768px) {
  footer {
    padding: 30px 0;
  }
}

.footer-content {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .footer-content {
    flex-direction: column;
    justify-content: center;
  }
}
.footer-content ul {
  display: flex;
}
@media (max-width: 992px) {
  .footer-content ul {
    width: 100%;
    margin-bottom: 30px;
    order: -2;
    justify-content: center;
  }
}
.footer-content ul li {
  margin-right: 30px;
}
@media (max-width: 992px) {
  .footer-content ul li {
    margin: 0 15px;
  }
}
.footer-content ul li a {
  font-size: 14px;
  color: #b4c3ff;
  border-bottom: 1px solid #b4c3ff;
  transition: 0.5s;
}
.footer-content ul li a:hover {
  border-color: transparent;
}

.copy {
  display: block;
  font-size: 14px;
  color: #b4c3ff;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .copy {
    text-align: center;
    margin-right: 0;
  }
}

.main-page {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 30px;
}
@media (max-width: 992px) {
  .main-page {
    padding-top: 30px;
  }
}
.main-page__btn {
  display: flex;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 30px;
}
@media (max-width: 566px) {
  .main-page__btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .main-page__btn {
    padding-top: 0px;
  }
}
.main-page__btn button, .main-page__btn a {
  width: 100%;
  max-width: 200px;
  height: 46px;
  border: 1px solid #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  background: transparent;
  transition: 0.5s;
  cursor: pointer;
}
@media (max-width: 566px) {
  .main-page__btn button, .main-page__btn a {
    max-width: 100%;
  }
}
.main-page__btn button:hover, .main-page__btn a:hover {
  background: #fff;
  color: #4b3cff;
}
.main-page__content {
  width: 100%;
}
@media (max-width: 992px) {
  .main-page__head {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.main-page__head small {
  display: block;
  font-size: 16px;
  color: #b4c3ff;
  padding-top: 20px;
  text-align: center;
}
.main-page__footer p {
  font-size: 12px;
  color: #b4c3ff;
  line-height: 18px;
  margin-bottom: 20px;
}
.main-page__bottom {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .main-page__bottom {
    flex-direction: column;
    justify-content: center;
  }
}
.main-page__bottom ul {
  display: flex;
}
@media (max-width: 992px) {
  .main-page__bottom ul {
    width: 100%;
    margin-bottom: 30px;
    order: -2;
    justify-content: center;
  }
}
.main-page__bottom ul li {
  margin-right: 30px;
}
@media (max-width: 992px) {
  .main-page__bottom ul li {
    margin: 0 15px;
  }
}
.main-page__bottom ul li a {
  font-size: 14px;
  color: #b4c3ff;
  border-bottom: 1px solid #b4c3ff;
  transition: 0.5s;
}
.main-page__bottom ul li a:hover {
  border-color: transparent;
}

.select_wrap {
  width: 100%;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.select_wrap .default_option {
  background: #fff;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
.select_wrap .default_option li {
  padding: 10px 20px;
}
.select_wrap .default_option:before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  right: 18px;
  width: 20px;
  height: 20px;
  background: url(../images/arrow-down.svg) 50% 50% no-repeat;
  transition: 0.5s;
}
.select_wrap .select_ul {
  position: absolute;
  top: 75px;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  display: none;
  max-height: 300px;
  overflow-y: auto;
}
.select_wrap .select_ul li {
  cursor: pointer;
}
.select_wrap .select_ul li:first-child:hover {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.select_wrap .select_ul li:last-child:hover {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.select_wrap .select_ul li:hover {
  background: #b4c3ff;
}
.select_wrap .option {
  display: flex;
  align-items: center;
}
.select_wrap .option p {
  padding: 10px 20px;
}
.select_wrap .option-sub P {
  padding-left: 40px;
}
.select_wrap .option-sub-list p {
  padding: 4px 20px 4px 60px;
}

.select_wrap.active .select_ul {
  display: block;
}
.select_wrap.active .default_option:before {
  transform: rotate(-180deg);
}

.default_option p {
  padding: 10px 20px !important;
}
.default_option p span {
  display: none;
}

.selects-block {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.selects-block__col {
  width: calc(50% - 40px);
  position: relative;
}
.selects-block__col:first-child {
  z-index: 9;
}
@media (max-width: 992px) {
  .selects-block__col {
    width: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .selects-block__col {
    width: 100%;
    margin-bottom: 50px;
  }
}
.selects-block__label {
  display: block;
  font-size: 18px;
  color: #b4c3ff;
  margin-bottom: 20px;
}

.modal {
  width: 100%;
  max-width: 800px;
  border-radius: 10px;
}
.modal ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.modal ul li {
  width: calc(25% - 10px);
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .modal ul li {
    width: calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  .modal ul li {
    width: 100%;
  }
}
.modal ul li a {
  font-size: 16px;
  color: #46557d;
}

.hidden {
  display: none;
}/*# sourceMappingURL=styles.css.map */