/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, 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;
}

@font-face {
  font-family: 'AA';
  src: url("../fonts/AAStetica-Medium.woff2") format("woff2"), url("../fonts/AAStetica-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AA';
  src: url("../fonts/AAStetica-Regular.woff2") format("woff2"), url("../fonts/AAStetica-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AA';
  src: url("../fonts/AAStetica-Italic.woff2") format("woff2"), url("../fonts/AAStetica-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'AA';
  src: url("../fonts/AAStetica-Bold.woff2") format("woff2"), url("../fonts/AAStetica-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AA';
  src: url("AAStelica-Black.woff2") format("woff2"), url("AAStelica-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AA';
  src: url("../fonts/AASteticaMedium-Italic.woff2") format("woff2"), url("../fonts/AASteticaMedium-Italic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'AA';
  src: url("../fonts/AAStetica-BoldItalic.woff2") format("woff2"), url("../fonts/AAStetica-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'AA';
  src: url("../fonts/AASteticaLight-Italic.woff2") format("woff2"), url("../fonts/AASteticaLight-Italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'AA';
  src: url("../fonts/AAStetica-Light.woff2") format("woff2"), url("../fonts/AAStetica-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

body, *, h1, h2, h3, h4, h5, h6, button, input, textarea, select {
  font-family: 'AA', sans-serif;
  font-size: 16px;
}

body {
  overflow-x: hidden;
  line-height: 1.15;
}

body.no-scroll {
  overflow: hidden;
}

*, span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'AA', sans-serif !important;
}

.mob {
  display: none;
}

button {
  background: none;
  border: none;
  font-weight: 400;
}

:root {
  --blue: #403f9a;
  --dark-blue: #343589;
  --light-blue: #817ffe;
  --dark-gray: #727272;
  --gray: #b6b3c5;
  --light-gray: #e6e6e6;
  --red: #b81010;
  --container: 1350px;
  --oneSide: calc((100vw - var(--container)) / 2);
}

a {
  text-decoration: none;
  color: #000;
}

button {
  cursor: pointer;
}

h1 {
  font-weight: 500;
  color: #000;
  font-size: 40px;
  line-height: 1.1;
}

h2 {
  font-weight: 300;
  font-size: 16px;
}

h3 {
  font-size: 20px;
  line-height: 1.2;
}

h4 {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.1;
}

h5 {
  font-size: 30px;
  line-height: 1.2;
}

h6 {
  font-weight: 700;
  font-size: 75px;
  line-height: 1.2;
  letter-spacing: 0;
}

.t1 {
  font-size: 20px;
  font-weight: 400;
}

.t2 {
  font-size: 15px;
  font-weight: 400;
}

.t3 {
  font-size: 35px;
  font-weight: 700;
}

.t4 {
  font-size: 25px;
  font-weight: 400;
  font-style: inherit;
}

.t5 {
  font-size: 16px;
  font-weight: 400;
}

.t6 {
  font-size: 18px;
  font-weight: 400;
}

.t7 {
  font-size: 13px;
  font-weight: 400;
}

.container {
  width: 1350px;
  margin: 0 auto;
}

.mid-header-sec {
  border-bottom: 1px solid #c6c6c6;
  border-top: 1px solid #c6c6c6;
}

.top-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0px;
}

.top-header__link {
  color: var(--dark-blue);
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.mid-header {
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mid-header-sec {
  margin-bottom: 20px;
}

.mid-header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mid-header-list__item {
  margin-right: 40px;
}

.mid-header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mid-header-social__item {
  width: 19px;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 19px;
  margin-right: 10px;
}

.mid-header-city {
  margin-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mid-header-city span {
  margin-right: 6px;
}

.mid-header-city img {
  width: 16px;
  height: 6px;
}

.main-title {
  font-size: 75px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--dark-blue);
  line-height: 1;
  letter-spacing: -1px;
}

.side-page-title {
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 25px;
}

@media (max-width: 1399px) {
  .container {
    width: 1000px;
  }
  :root {
    --container: 1000px;
  }
}

@media (max-width: 1024px) {
  .container {
    width: 700px;
  }
  :root {
    --container: 700px;
  }
}

@media (max-width: 768px) {
  .container {
    width: calc(100% - 40px);
  }
  :root {
    --container: calc(100% - 40px);
  }
  .side-page-title {
    position: relative;
    font-size: 14px;
    font-weight: 300;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .side-page-title::after {
    content: '';
    position: absolute;
    border: 1px solid var(--gray);
    top: 50%;
    left: 0;
    height: 100%;
    width: calc(100% + var(--oneSide));
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 50px 0px 0px 50px;
  }
  .side-page-title.left::after {
    border-radius: 0px 50px 50px 0px;
    left: auto;
    right: 0;
  }
}

.no-mt-footer footer {
  margin-top: 0px;
}

.companies-sec {
  margin-top: 130px;
}

@media (max-width: 640px) {
  .companies-sec {
    margin-top: 70px;
  }
}

.companies-swiper {
  width: 100%;
  background: var(--dark-blue);
  padding: 10px 0px;
  height: 90px;
  cursor: -webkit-grab;
  cursor: grab;
}

.companies-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.companies-swiper__slide {
  max-height: 100%;
  height: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  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;
}

.companies-swiper__slide img {
  max-height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 640px) {
  .companies-swiper {
    height: 60px;
    padding: 5px 0px;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 1000;
}

.overlay.active {
  display: block;
}

#chooseCity {
  padding: 10px;
  position: relative;
  background: #fff;
  border-radius: 10px 10px 0px 0px;
}

#chooseCity .inner {
  cursor: pointer;
  border-radius: 10px 10px 0px 0px;
}

#chooseCity.active {
  position: relative;
  z-index: 1001;
}

#chooseCity.active .cities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cities {
  position: absolute;
  z-index: 1001;
  width: 580px;
  right: 0;
  top: 100%;
  border-radius: 20px 0px 20px 20px;
  padding: 60px 28px 50px 60px;
  display: none;
  background: #fff;
}

.cities-left {
  margin-right: 35px;
}

.cities__img {
  width: 137px !important;
  min-width: 137px;
  height: 137px !important;
}

.cities__title {
  color: var(--dark-blue);
  font-size: 20px;
  text-transform: uppercase;
}

.cities__desc {
  margin-top: 10px;
  font-size: 15px;
}

.cities__search {
  margin-top: 40px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #868686;
  color: #868686;
  padding-bottom: 9px;
  outline: none;
}

.cities-list {
  margin-top: 20px;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-height: 200px;
  overflow-y: scroll;
}

.cities-list__item {
  font-size: 13px;
  color: #525258;
  width: calc(50% - 6px);
  margin-bottom: 8px;
  letter-spacing: -0.1px;
}

.cities-list__showall {
  position: relative;
}

.cities-list__showall::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top: calc(100% + 4px);
  background: #ebebeb;
  left: 0;
}

.cities-list.hidden {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 80px;
  overflow: hidden;
}

.cities-list.hidden .cities-list__item:nth-child(n + 4):not(.cities-list__showall) {
  display: none;
}

@media (max-width: 640px) {
  .mid-header-social__item {
    display: none;
  }
  .cities {
    width: 90vw;
    left: 0;
    padding: 12px;
    border-radius: 0px 12px 12px 12px;
  }
  .cities .cities__title {
    font-size: 16px;
  }
  .cities .cities__desc {
    font-size: 13px;
    margin-top: 6px;
  }
  .cities .cities__search {
    margin-top: 20px;
    font-size: 15px;
  }
  .cities .cities-left {
    margin-right: 0px;
  }
  .cities__img {
    display: none;
  }
}

.burger-menu {
  position: absolute;
  display: none;
  -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;
  z-index: 2000;
  width: 100%;
  min-height: 491px;
  background: #fff;
  padding-top: 15px;
  left: 0;
  top: 65px;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}

.burger-menu.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.burger__close {
  margin-right: 20px;
  margin-left: auto;
}

.burger-list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 205px;
}

.burger-list__item {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  color: #000;
  padding: 10px 0px;
  border-bottom: 1px solid var(--gray);
}

.burger__logo {
  margin-top: 90px;
  max-width: 95%;
}

.burger-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.burger-social__title {
  margin-top: 20px;
  font-size: 10px;
  color: var(--dark-blue);
}

.burger-social a {
  margin: 0px 5px;
}

.burger-social a img {
  -webkit-filter: brightness(0) saturate(100%) invert(23%) sepia(28%) saturate(3368%) hue-rotate(224deg) brightness(96%) contrast(91%);
          filter: brightness(0) saturate(100%) invert(23%) sepia(28%) saturate(3368%) hue-rotate(224deg) brightness(96%) contrast(91%);
}
/*# sourceMappingURL=base.css.map */