@charset "UTF-8";
/* Миксины */
/* Шрифты */
@font-face {
  font-family: "Gilroy";
  src: url("/local/templates/main/fonts/Gilroy-ExtraBold.eot");
  src: url("/local/templates/main/fonts/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/Gilroy-ExtraBold.woff2") format("woff2"), url("/local/templates/main/fonts/Gilroy-ExtraBold.woff") format("woff"), url("/local/templates/main/fonts/Gilroy-ExtraBold.ttf") format("truetype"), url("/local/templates/main/fonts/Gilroy-ExtraBold.svg#Gilroy-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("/local/templates/main/fonts/Gilroy-SemiBold.eot");
  src: url("/local/templates/main/fonts/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/Gilroy-SemiBold.woff2") format("woff2"), url("/local/templates/main/fonts/Gilroy-SemiBold.woff") format("woff"), url("/local/templates/main/fonts/Gilroy-SemiBold.ttf") format("truetype"), url("/local/templates/main/fonts/Gilroy-SemiBold.svg#Gilroy-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("/local/templates/main/fonts/Gilroy-Medium.eot");
  src: url("/local/templates/main/fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/Gilroy-Medium.woff2") format("woff2"), url("/local/templates/main/fonts/Gilroy-Medium.woff") format("woff"), url("/local/templates/main/fonts/Gilroy-Medium.ttf") format("truetype"), url("/local/templates/main/fonts/Gilroy-Medium.svg#Gilroy-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("/local/templates/main/fonts/Gilroy-Bold.eot");
  src: url("/local/templates/main/fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/Gilroy-Bold.woff2") format("woff2"), url("/local/templates/main/fonts/Gilroy-Bold.woff") format("woff"), url("/local/templates/main/fonts/Gilroy-Bold.ttf") format("truetype"), url("/local/templates/main/fonts/Gilroy-Bold.svg#Gilroy-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("/local/templates/main/fonts/Gilroy-Light.eot");
  src: url("/local/templates/main/fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/Gilroy-Light.woff2") format("woff2"), url("/local/templates/main/fonts/Gilroy-Light.woff") format("woff"), url("/local/templates/main/fonts/Gilroy-Light.ttf") format("truetype"), url("/local/templates/main/fonts/Gilroy-Light.svg#Gilroy-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("/local/templates/main/fonts/Gilroy-Regular.eot");
  src: url("/local/templates/main/fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/Gilroy-Regular.woff2") format("woff2"), url("/local/templates/main/fonts/Gilroy-Regular.woff") format("woff"), url("/local/templates/main/fonts/Gilroy-Regular.ttf") format("truetype"), url("/local/templates/main/fonts/Gilroy-Regular.svg#Gilroy-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@media (min-width: 1440px) {
  .container._big {
    max-width: 1430px;
  }
}

.text p {
  line-height: 1.4;
}
.text p:not(:last-child) {
  margin-bottom: 0.7em;
}
.text li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.8;
}
.text ul,
.text ol {
  margin: 0 0 1.2em 0;
  position: relative;
  list-style: none;
  padding: 0;
}
.text ul li:before,
.text ol li:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
.text ol {
  counter-reset: num;
}
.text ol li:before {
  content: counter(num) ")";
  counter-incpxent: num;
}
.text ul li:before {
  content: "—";
}
.text a {
  color: inherit;
  transition: 0.2s;
  font-weight: 700;
  text-decoration: underline;
}
.text a:hover {
  color: #f5e400;
}

.svg {
  display: flex;
}

._lock {
  height: 100%;
  overflow: hidden;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  color: #363838 !important;
  line-height: 1;
  border-radius: 100px;
  background: white;
  border: 1px solid #666a74;
  font-size: 18px;
  transition: 0.3s;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500 !important;
  text-decoration: none !important;
  white-space: nowrap;
}
.btn._yellow {
  background: #f5e400;
  border: 1px solid #f5e400;
}
.btn:hover {
  background: #f5e400;
  border: 1px solid #f5e400;
}
.btn:hover._yellow {
  background: white;
  border: 1px solid #f5e400;
}
.btn:disabled {
  background-color: #858585;
  cursor: not-allowed;
}
@media (max-width: 991.98px) {
  .btn {
    font-size: 16px;
  }
}

.lazy {
  background-image: none !important;
}

.mob-hidden {
  display: block;
}
@media (max-width: 767.98px) {
  .mob-hidden {
    display: none !important;
  }
}

.desk-hidden {
  display: none;
}
@media (max-width: 767.98px) {
  .desk-hidden {
    display: block !important;
  }
}

.link {
  transition: 0.3s;
}
.link:hover, .link._active {
  color: #f5e400;
}

.header {
  font-family: "Gilroy", sans-serif;
}
.header__body {
  background-color: white;
}
.header__body._shadow {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 5;
}
.header__row {
  position: relative;
  display: flex;
  padding: 15px 0;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1439.98px) {
  .header__row {
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .header__row {
    padding: 10px 0;
  }
}
.header__btns {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 10px;
}
@media (max-width: 767.98px) {
  .header__btns {
    align-items: stretch;
  }
  .header__btns .btn {
    width: 100%;
  }
}
.header__logo {
  display: flex;
  align-items: center;
}
.header__logo:hover {
  text-decoration: none;
}
.header__logo img,
.header__logo svg {
  width: 93px;
  height: 86px;
  margin-right: 20px;
}
.header__logo i {
  font-size: 20px;
}
.header__logo p {
  font-size: 12px;
  max-width: 280px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .header__logo img,
  .header__logo svg {
    width: 54px;
    height: 50px;
  }
  .header__logo i {
    font-size: 14px;
    line-height: 1;
  }
  .header__logo p {
    font-size: 9px;
  }
}
.header__logo-text {
  line-height: 1;
  color: black;
}
.header__logo-text b {
  font-size: 18px;
}
.header__bvi {
  display: flex;
  align-items: center;
  color: #363838;
}
.header__bvi:hover {
  text-decoration: none;
}
.header__bvi p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1;
}
.header__bvi img,
.header__bvi svg {
  width: 42px;
  height: 26px;
  margin-right: 15px;
}
.header__bvi * {
  transition: 0.3s;
}
.header__bvi:hover {
  color: #ffa500;
}
.header__bvi:hover svg path {
  fill: #ffa500;
}
@media (max-width: 767.98px) {
  .header__bvi {
    padding-bottom: 15px;
  }
  .header__bvi img,
  .header__bvi svg {
    width: 35px;
    height: 35px;
    margin-right: 15px;
  }
  .header__bvi br {
    display: none;
  }
}
.header__menu {
  flex: 1;
  padding-top: 10px;
}
@media (max-width: 767.98px) {
  .header__btn {
    margin-top: 15px;
  }
}
.header__menu-logo {
  display: none;
  margin-right: 30px;
}
.header__menu-logo img,
.header__menu-logo svg {
  width: 54px;
  height: 49px;
}
.header__burger {
  display: none;
}
.header__burger img,
.header__burger svg {
  width: 38px;
  height: 38px;
  transition: 0.3s;
}
.header__burger img:last-child,
.header__burger svg:last-child {
  display: none;
}
@media (max-width: 1440px) {
  .header__burger {
    display: block;
  }
}
.header__burger._active img:first-child,
.header__burger._active svg:first-child {
  display: none;
}
.header__burger._active img:last-child,
.header__burger._active svg:last-child {
  display: block;
}
@media (min-width: 768px) {
  .header .mob-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .mob-menu .header__bvi {
    display: none;
  }
}
@media (max-width: 1440px) {
  .header .mob-menu {
    display: none;
    border-top: 1px solid #e9ecf3;
    padding: 15px 15px 30px;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 10;
    box-shadow: 0 10px 10px 0 #e9ecf3;
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100dvh - 130px);
  }
}
.header .mob-menu__body {
  display: flex;
  align-items: center;
}
@media (max-width: 1439.98px) {
  .header .mob-menu__body {
    flex-direction: column;
    align-items: stretch;
  }
}
.header._fixed {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
}
.header._fixed .header__body {
  border-bottom: 1px solid #e9ecf3;
}
@media (min-width: 768px) {
  .header._fixed .header__menu {
    padding-top: 0;
  }
  .header._fixed .header__row {
    align-items: center;
  }
  .header._fixed .header__bvi {
    display: none;
  }
  .header._fixed .header__menu {
    display: flex;
    align-items: center;
  }
  .header._fixed .header__menu ul ul {
    display: none;
  }
  .header._fixed .header__logo svg {
    width: 62px;
    height: 57px;
  }
  .header._fixed .header__menu-logo {
    display: block;
  }
}

.footer__body {
  padding: 55px 0;
  background-color: #666a74;
  color: white;
}
@media (max-width: 767.98px) {
  .footer__body {
    padding: 40px 0 80px;
  }
}
.footer__row {
  display: flex;
  gap: 30px;
}
@media (max-width: 767.98px) {
  .footer__row {
    flex-wrap: wrap;
  }
  .footer__row > * {
    flex: 1 1 100% !important;
  }
}
.footer__logo {
  flex: 0 1 20%;
}
.footer__text {
  flex: 1 1 auto;
  font-size: 13px;
  line-height: 130%;
}
@media (max-width: 767.98px) {
  .footer__text {
    font-size: 14px;
  }
}
.footer__soc {
  flex: 1 1 auto;
  display: flex;
  gap: 15px;
}
.footer__soc svg,
.footer__soc img {
  height: 36px;
  width: 36px;
}/*# sourceMappingURL=project_styles.css.map */