@charset "UTF-8";

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

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  height: 100%;
}

body {
  font-family: K_Helios;
  font-size: 1.6rem;
  line-height: normal;
  font-weight: normal;
  background: #fff;
  color: #000;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-x: hidden;
}

a {
  background-color: transparent;
  text-decoration: none;
  display: inline-block;
  outline: none;
  color: inherit;
}

img {
  max-width: 100%;
  border-style: none;
  display: block;
}

input[type=search]::-webkit-search-cancel-button {
  display: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
select,
input,
textarea {
  outline: none;
}

textarea {
  resize: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  background: none;
  border: none;
  cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

ol,
ul {
  list-style: none;
}

[hidden] {
  display: none;
}

.bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.img-container {
  position: relative;
  display: block;
  mix-blend-mode: darken;
}

picture,
.img {
  display: block;
  width: 100%;
  height: 100%;
}

.img {
  -o-object-fit: cover;
     object-fit: cover;
}

.icon {
  display: inline-flex;
  justify-content: center;
}

hr {
  border: 0;
  height: 1px;
  background: #191919;
  margin: 3.5rem auto;
  opacity: 0.65;
}

hr.small {
  margin: 3rem auto;
}

hr.full-width {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.hidden-scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.filter-invert {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.sticky {
  position: sticky;
  top: 3rem;
}

.img-load img[data-src] {
  -webkit-filter: blur(0.2em);
          filter: blur(0.2em);
}

.img-load img {
  -webkit-filter: blur(0em);
          filter: blur(0em);
  transition: -webkit-filter 0.5s;
  transition: filter 0.5s;
  transition: filter 0.5s, -webkit-filter 0.5s;
}

@font-face {
  font-family: Iconfont;
  src: url("../fonts/Iconfont.woff2");
  font-weight: normal;
}

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

@font-face {
  font-family: K_Helios;
  src: url("../fonts/K_Helios-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: K_Helios;
  src: url("../fonts/K_Helios-Bold.woff") format("woff");
  font-weight: 550;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: K_Helios;
  src: url("../fonts/K_Helios-Exp.woff") format("woff");
  font-weight: 450;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: K_Helios;
  src: url("../fonts/K_Helios-Bold-Exp.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.iconfont {
  font-family: Iconfont;
  margin-right: 0.3em;
}

.icon-mail::before {
  content: "\e800";
}

.icon-location::before {
  content: "\e801";
}

.icon-phone::before {
  content: "\e802";
}

.icon-search::before {
  content: "\e803";
}

.icon-eye-off::before {
  content: "\e804";
}

.icon-link-ext::before {
  content: "\f08e";
}

.icon-user::before {
  content: "\f2be";
}

h1,
.title-lg {
  font-size: 3.333vw;
}

h2,
.title-md,
.text-xl {
  font-size: 2.5vw;
}

h3,
.title-sm {
  font-size: 1.354vw;
}

h4,
.title-xs {
  font-size: 2rem;
}

h5 {
  font-size: 1.6rem;
}

sup,
sub {
  font-size: 50%;
}

.text-lg {
  font-size: 2rem;
}

.text-md {
  font-size: 1.6rem;
}

.text-sm {
  font-size: 14px;
}

.text-xs {
  font-size: 12px;
}

strong {
  font-weight: 600;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-line-through {
  text-decoration: line-through;
}

.text-underline {
  text-decoration: underline;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-450 {
  font-weight: 450;
}

.fw-500 {
  font-weight: 500;
}

.fw-550 {
  font-weight: 550;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.text-light * {
  color: #fff;
}

.currency-symbol::after {
  content: " ₸";
}

.big-num {
  font-size: 3.125vw;
  font-weight: 600;
}

.section__title {
  text-align: center;
  overflow: hidden;
}

.section__title:not(:last-child) {
  margin-bottom: 3rem;
}

.title:not(:last-child) {
  margin-bottom: 3rem;
}

.sub-title {
  margin-top: 1rem;
}

.title-line:after {
  content: "";
  display: block;
  margin: 1rem auto;
  background: #ED1C24;
  width: 80px;
  height: 2px;
}

.box {
  padding: 0 6rem 6rem;
}

.box .title:not(:last-child) {
  margin-bottom: 5rem;
}

.box .sub-title {
  margin-top: -4rem;
  margin-bottom: 5rem;
}

.title {
  position: relative;
  text-align: center;
  z-index: 1;
  display: inline-flex;
  padding: 0 4rem;
}

.title-underline {
  position: relative;
}

.title-underline::after {
  content: "";
  width: 55px;
  height: 2px;
  background: #ED1C24;
  margin: 2rem 0;
  display: block;
}

.underline span {
  border-bottom: 1px solid;
}

.text h1:not(:last-child),
.text h2:not(:last-child),
.text h3:not(:last-child),
.text h4:not(:last-child),
.text h5:not(:last-child),
.text .title-md:not(:last-child),
.text .title-sm:not(:last-child),
.text .title-xs:not(:last-child) {
  margin-bottom: 2rem;
  line-height: normal;
  font-weight: bold;
}

.text h1:not(:first-child),
.text h2:not(:first-child),
.text h3:not(:first-child),
.text h4:not(:first-child),
.text h5:not(:first-child),
.text .title-md:not(:first-child),
.text .title-sm:not(:first-child),
.text .title-xs:not(:first-child) {
  margin-top: 5rem;
}

.text p:not(:last-child) {
  margin-bottom: 1.6rem;
}

.text {
  line-height: 1.4;
}

.text small {
  color: #8E8E8E;
}

.text a:not([class]) {
  color: #ED1C24;
  text-decoration: underline;
}

.text ul {
  list-style-type: disc;
  padding-left: 2rem;
}

.text ul:not(:last-child) {
  margin-bottom: 2.5rem;
}

.text ul:first-child {
  margin-top: 0;
}

.text ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.text ul li::marker {
  color: #ED1C24;
}

.text ol {
  list-style: decimal;
  list-style-position: inside;
}

.text ol li:not(:last-child) {
  margin-bottom: 1rem;
}

.notice {
  display: flex;
  font-weight: 550;
  line-height: normal !important;
  align-items: flex-start;
}

.notice span {
  flex: 1;
}

.notice::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='35' height='42' viewBox='0 0 35 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.45' cx='17.5' cy='17.5005' r='17' stroke='black'/%3E%3Cpath d='M20.0586 24.1484L18.5 21.4209C18.1104 20.751 17.8027 19.9956 17.5771 19.1548C17.3311 20.0366 17.0234 20.792 16.6543 21.4209L15.0957 24.1484L13.127 23.1025L14.7163 20.3237C15.0581 19.729 15.564 19.0728 16.2339 18.355C15.188 18.5806 14.3745 18.6934 13.7935 18.6934H10.5225V16.4683H13.7935C14.354 16.4683 15.1675 16.5776 16.2339 16.7964C15.564 16.0786 15.0581 15.4224 14.7163 14.8276L13.127 12.0591L15.0957 11.0029L16.6543 13.7305C17.0234 14.3799 17.3311 15.1387 17.5771 16.0068C17.8027 15.1729 18.1104 14.4141 18.5 13.7305L20.0586 11.0029L22.0273 12.0591L20.4277 14.8276C20.0996 15.4155 19.5972 16.0718 18.9204 16.7964C19.9868 16.5776 20.8003 16.4683 21.3608 16.4683H24.6318V18.6934H21.3608C20.8345 18.6934 20.021 18.5806 18.9204 18.355C19.5972 19.0796 20.0996 19.7358 20.4277 20.3237L22.0273 23.1025L20.0586 24.1484Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat center/100%;
  width: 3.5rem;
  height: 4.2rem;
  margin-right: 2rem;
}

.notice.centered {
  align-items: center;
}

.notice.centered span {
  margin-bottom: 1rem;
}

.notice.bordered {
  padding-top: 0;
  padding-bottom: 2rem;
  border-top: 0;
  border-bottom: 2px solid #000;
}

.stroke-text {
  color: #ED1C24;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ED1C24;
  font-weight: bold;
  text-transform: uppercase;
}

em.stroke-text {
  text-transform: inherit;
  font-style: normal;
  font-size: 4.6vw;
  line-height: 1.1;
  font-weight: 550;
}

em.stroke-text span:last-child {
  -webkit-text-fill-color: #ED1C24;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ED1C24;
}

em.stroke-text span:last-child::before {
  content: "∙";
}

.qoute {
  font-size: 1.6rem;
}

.qoute::before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  background: url(../img/svg/quote-left.svg) no-repeat center/contain;
  margin-bottom: 1rem;
  -webkit-filter: invert(0.8);
          filter: invert(0.8);
}

.qoute::after {
  content: "";
  display: block;
  width: 4rem;
  height: 1rem;
  background: #d8d8d8;
  margin-top: 1rem;
}

.color-gray {
  color: #999;
}

[bg=dark] {
  background: #000;
  color: #fff;
}

[bg=light] {
  background: #eee;
}

[bg=dark-gray] {
  background: #D9D9D9;
}

.tabs-container:not(:last-child) {
  margin-bottom: 4rem;
}

.tabs {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-flex;
  font-weight: 500;
  width: 100%;
  margin-bottom: 4rem;
}

.tabs::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #ddd;
}

.tab {
  font-size: 1.6rem;
  padding: 2rem;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  color: #BEBEBE;
  padding: 2rem;
}

.tab.active {
  color: #191919;
  border-bottom: 4px solid #191919;
}

.tab-content {
  display: none;
  position: relative;
}

.tab-content.active {
  display: block;
}

.tab-content__header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}

.container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: calc(100% - 12vw);
  position: relative;
}

.container-md {
  max-width: 1310px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.container-sm {
  max-width: 1000px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.flex {
  display: flex;
  flex-flow: row wrap;
}

.flex .col.full-width,
.flex .row {
  width: 100%;
}

.flex .col {
  flex: 0 1 auto;
}

.flex-1,
.flex-2,
.flex-3,
.flex-4 {
  margin: 0 -12px;
  width: calc(100% + 24px);
  flex-wrap: wrap;
}

.flex-1 .col,
.flex-2 .col,
.flex-3 .col,
.flex-4 .col {
  margin: 12px;
}

.flex-1 .col {
  flex: 0 0 calc(100% - 24px);
}

.flex-2 .col {
  flex: 0 0 calc(50% - 24px);
}

.flex-3 .col {
  flex: 0 0 calc(33.3333% - 24px);
}

.flex-4 .col {
  flex: 0 0 calc(25% - 24px);
}

.grid {
  display: grid;
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.col2{column-count:2;}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-5 {
  grid-template-columns: repeat(5, 1fr);
}

.row-reverse {
  flex-flow: row-reverse wrap;
}

.align-center {
  align-items: center;
}

.flex-center {
  justify-content: center;
}

.space-between {
  justify-content: space-between;
}

.gap-20 {
  grid-gap: 20px;
}

.gap-40 {
  grid-gap: 40px;
}

.pc:not(.flex) {
  display: block;
}

.mobile {
  display: none;
}

.btn-group {
  display: flex;
}

.btn-group.horizontal {
  align-items: center;
}

.btn-group.horizontal .btn:not(:last-child) {
  margin-right: 2rem;
}

.btn-group.vertical {
  flex-direction: column;
  text-align: center;
}

.btn-group.vertical .btn:not(:last-child) {
  margin-bottom: 2rem;
}

.btn {
  padding: 2rem 3rem;
  text-align: center;
  overflow: hidden;
  position: relative;
  font-size: 18px;
  line-height: normal;
  transition: 0.15s ease;
  justify-content: center;
  display: inline-flex;
  font-weight: 550;
  color: #ED1C24;
  border: 1px solid transparent;
  min-width: 28rem;
}

.btn-rounded {
  border-radius: 2.4rem;
  padding: 1.3rem 2.4rem;
}

.btn-primary {
  background: #ED1C24;
  color: #fff;
}

.btn-default {
  background: transparent;
  color: inherit;
  border-color: inherit;
}

.btn-default.white {
  background-color: #fff;
  color: #000;
}

.btn-default.main-color {
  color: #ED1C24;
  border: 1px solid rgba(237, 28, 36, 0.25);
}

.btn-default.black {
  border-color: #000;
}

.btn-default:hover {
  border-color: transparent;
  background: #BEBEBE;
  color: #000;
}

.loading:not([href])::after {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.0' width='160px' height='20px' viewBox='0 0 128 16' xml:space='preserve'%3E%3Cpath fill='%23ffffff' fill-opacity='0.42' d='M6.4,4.8A3.2,3.2,0,1,1,3.2,8,3.2,3.2,0,0,1,6.4,4.8Zm12.8,0A3.2,3.2,0,1,1,16,8,3.2,3.2,0,0,1,19.2,4.8ZM32,4.8A3.2,3.2,0,1,1,28.8,8,3.2,3.2,0,0,1,32,4.8Zm12.8,0A3.2,3.2,0,1,1,41.6,8,3.2,3.2,0,0,1,44.8,4.8Zm12.8,0A3.2,3.2,0,1,1,54.4,8,3.2,3.2,0,0,1,57.6,4.8Zm12.8,0A3.2,3.2,0,1,1,67.2,8,3.2,3.2,0,0,1,70.4,4.8Zm12.8,0A3.2,3.2,0,1,1,80,8,3.2,3.2,0,0,1,83.2,4.8ZM96,4.8A3.2,3.2,0,1,1,92.8,8,3.2,3.2,0,0,1,96,4.8Zm12.8,0A3.2,3.2,0,1,1,105.6,8,3.2,3.2,0,0,1,108.8,4.8Zm12.8,0A3.2,3.2,0,1,1,118.4,8,3.2,3.2,0,0,1,121.6,4.8Z'/%3E%3Cg%3E%3Cpath fill='%23ffffff' fill-opacity='1' d='M-42.7,3.84A4.16,4.16,0,0,1-38.54,8a4.16,4.16,0,0,1-4.16,4.16A4.16,4.16,0,0,1-46.86,8,4.16,4.16,0,0,1-42.7,3.84Zm12.8-.64A4.8,4.8,0,0,1-25.1,8a4.8,4.8,0,0,1-4.8,4.8A4.8,4.8,0,0,1-34.7,8,4.8,4.8,0,0,1-29.9,3.2Zm12.8-.64A5.44,5.44,0,0,1-11.66,8a5.44,5.44,0,0,1-5.44,5.44A5.44,5.44,0,0,1-22.54,8,5.44,5.44,0,0,1-17.1,2.56Z'/%3E%3CanimateTransform attributeName='transform' type='translate' values='23 0;36 0;49 0;62 0;74.5 0;87.5 0;100 0;113 0;125.5 0;138.5 0;151.5 0;164.5 0;178 0' calcMode='discrete' dur='1170ms' repeatCount='indefinite'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: none;
  transition: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.loading:not([href]) span {
  display: none;
}
.btn-download {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.btn-download::before {
  content: "";
  background: url(../img/svg/icon-pdf.svg) no-repeat center/contain;
  width: 3rem;
  height: 3rem;
  margin-right: 0.5em;
}

.btn-more {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.btn-more::after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='22' height='24' viewBox='0 0 22 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.62316 0.947583C1.25159 1.17159 1.03113 1.56121 1.00029 2.04817C0.986621 2.26375 1.00745 2.55547 1.04649 2.69642C1.10456 2.90581 2.54369 4.58288 8.92198 11.8739L16.7264 20.7952L12.043 20.8001C9.46723 20.8028 7.29544 20.8185 7.21689 20.835C6.96006 20.8889 6.57482 21.1957 6.41295 21.4754C6.27512 21.7134 6.25429 21.8159 6.25452 22.2526C6.25475 22.6879 6.27552 22.7899 6.40906 23.011C6.59385 23.3169 6.87913 23.55 7.15294 23.6186C7.26326 23.6464 10.2096 23.6685 13.7003 23.6681L20.0472 23.6672L20.325 23.5181C20.6138 23.3631 20.8161 23.1082 20.9436 22.7387C21.0027 22.5674 21.0183 21.0037 21.0187 15.2184L21.019 7.91448L20.8892 7.60807C20.3873 6.42395 18.8038 6.63494 18.5629 7.91807C18.5235 8.12819 18.502 10.0931 18.502 13.5049V18.7677L10.7199 9.88248C5.19661 3.57632 2.87494 0.967585 2.72139 0.895085C2.39561 0.741247 1.92828 0.763575 1.62316 0.947583Z' fill='%23001A45'/%3E%3C/svg%3E%0A") no-repeat;
  width: 2.2rem;
  height: 2.4rem;
}

.btn-scroll {
  background: #191919;
  width: 5rem;
  height: 5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  cursor: pointer;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-scroll::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-bottom: 7px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-user {
  color: #fff;
  background: #ED1C24;
  padding: 1.6rem 2rem;
  width: 12rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-user .icon-user {
  margin-right: 1rem;
}

.h-opacity {
  transition: opacity 0.3s;
}

.h-opacity:hover {
  opacity: 0.75;
}

.h-underline:hover {
  text-decoration: underline;
}

.h-color {
  transition: color 0.15s;
}

.h-color:hover {
  color: #ED1C24;
}

.h-imgZoom,
.h-imgZoom .post__img {
  position: relative;
  overflow: hidden;
  display: block;
}

.h-imgZoom img {
  transition: 0.75s;
}

.h-imgZoom:hover img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.link-underlined {
  position: absolute;
  height: 3px;
  background: #ED1C24;
  bottom: -1px;
  transition: 0.35s ease;
  pointer-events: none;
}

.link-underline {
  position: relative;
  display: inline-block;
}

.link-underline:hover {
  color: #ED1C24;
}

.link-underline:hover:after {
  right: auto;
  left: 0;
  width: 100%;
}

.link-underline:after {
  position: absolute;
  content: "";
  top: calc(100% + 1px);
  left: auto;
  right: 0;
  width: 0;
  height: 1px;
  color: inherit;
  background-color: currentColor;
  will-change: width;
  transition: width 0.25s ease-out;
}

.gradient-button {
  position: relative;
  overflow: hidden;
  transition: 0.08s ease-in;
}

.gradient-button span {
  position: relative;
  z-index: 2;
}

.gradient-button::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  transition: width 0.09s ease-in, left 0.09s ease-in;
}

.gradient-button:hover {
  color: #191919;
}

.gradient-button:hover::before {
  background-color: #fff;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.gradient-button:hover::after {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.gradient-button.black:hover {
  color: #fff;
}

.gradient-button.black:hover::before {
  background-color: #aaa;
}

@-webkit-keyframes border-anim {
  0% {
    width: 0%;
  }

  100% {
    width: 50px;
  }
}

@keyframes border-anim {
  0% {
    width: 0%;
  }

  100% {
    width: 50px;
  }
}

@-webkit-keyframes border-anim-reverse {
  0% {
    width: 50px;
  }

  100% {
    width: 0;
  }
}

@keyframes border-anim-reverse {
  0% {
    width: 50px;
  }

  100% {
    width: 0;
  }
}

.top-bar {
  width: 100%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.top-bar .container {
  height: 4.5rem;
}

.top-bar .contacts {
  display: flex;
  min-width: 65%;
  justify-content: space-between;
}

.top-bar .contacts .link span:hover {
  text-decoration: underline;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.1);
  z-index: 999;
  font-size: 1.6rem;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}

header.is-show {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.logo {
  margin-right: 3vw;
}

.logo img {
  height: 45px;
}

.main-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.main-nav .btn {
  height: 8.5rem;
  align-items: center;
  max-width: 15vw;
  width: 100%;
  margin-right: -6vw;
  margin-left: auto;
  padding: 0;
}

.main-nav .btn svg {
  margin-right: 1rem;
}

.nav__menu {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
}

.nav__menu .grid,
.nav__menu .flex {
  padding: 3rem 0;
}

.nav__menu .nav__item {
  margin-right: 2vw;
}

.nav__menu .nav__item .link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 1.8rem 0;
  white-space: nowrap;
	font-size:16px;
}

.nav__menu .nav__item.active .link::after,
.nav__menu .nav__item:hover .link::after {
  transition: 0.3s;
  border-top: 4px solid #fff;
  width: 100%;
  height: 4px;
}

.nav__menu .dropdown__item .link {
  padding-right: 2rem;
}

.nav__menu .dropdown__item .link::before {
  position: absolute;
  right: 0;
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.499999L4 4L7.5 0.5' stroke='black'/%3E%3C/svg%3E%0A") no-repeat center;
  display: inline-flex;
  width: 8px;
  height: 5px;
  margin-left: 0.4em;
}

.nav__menu .dropdown__item.active .link::before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.nav__menu .dropdown__item.active .link::after {
  width: calc(100% - 2rem);
}

.nav__menu .dropdown__item:hover .link::after {
  width: calc(100% - 2rem);
}

.dropdown__item.active .link {
  position: relative;
}

.dropdown__item.active .dropdown__menu {
  display: flex;
  flex-direction: column;
  z-index: 99;
  box-shadow: 0 1px 14px -1px rgba(0, 0, 0, 0.25);
  padding: 2rem 2.4rem;
  min-width: 24rem;
  max-width: 32rem;
}

.dropdown__menu {
  color: #191919;
}

.dropdown__item.full-width .dropdown__menu {
  width: 100vw;
  left: 0;
  margin-left: calc(-50vw + 50%);
  background: #fff;
}

.dropdown__menu {
  display: none;
  overflow: hidden;
  position: absolute;
  background: #fff;
  margin-left: -2.5rem;
}

.dropdown__item:last-child .dropdown__menu {
  right: 0;
  left: auto;
  margin-left: 0;
  margin-right: -2.5rem;
}
.dropdown__menu hr {
  width: 100%;
  margin: 1.5rem auto;
  opacity: .25;
}
.sub__menu {
  display: none;
  flex-direction: column;
}

.sub__menu.active {
  display: flex;
}

.sub__item {
  font-size: 1.6rem;
}


.sub-link {
  white-space: nowrap;
  width: 100%;
}

.group-links .col {
  display: flex;
  flex-direction: column;
}

.group-links .col .main-link {
  font-weight: bold;
  font-size: 1.6rem;
}

.group-links .col .main-link {
  margin-bottom: 1.5rem;
}

.group-links .col a:not(:last-child) {
  margin-bottom: 1rem;
}

.main-nav .close {
  opacity: 0;
  z-index: -1;
  transition: 0.3s;
}

.menu__item .link {
  position: relative;
}

.menu__item .link:not(:last-child) {
  margin-right: 1rem;
}

.menu__item .link.active::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  background: #ED1C24;
}

.footer {
  flex: 0 0 auto;
  background-color: #191919;
  color: #fff;
  padding: 3rem 0;
}

.footer .sns {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.footer .contacts {
  min-width: 75%;
}

.footer .phone-link {
  display: flex;
  align-items: center;
}

.footer .phone-link .icon {
  margin-right: 0.8rem;
}

.footer .nav__menu .nav__item .link {
  padding: 0;
  font-size: 1.6rem;
}

.copyright {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 1.4rem;
}

.copyright img {
  margin-right: 1rem;
}

.copyright-links {
  display: inline-flex;
  align-items: center;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.copyright-link:not(:last-child):after {
  content: "|";
  color: #dcd9dd;
  margin-right: 20px;
  margin-left: 20px;
}

.footer__botom-bar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.banner {
  position: relative;
  overflow: hidden;
}

.banner .banner-content {
  display: flex;
  height: calc(100vh - 130px);
  min-height: 62rem;
  align-items: flex-start;
  line-height: normal;
}

.banner .banner-content::before {
  content: "";
  background: rgba(0, 0, 0, 0.65);
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.banner .banner-content h1,
.banner .banner-content .title-lg {
  margin-bottom: 3rem;
  line-height: 1.15;
  font-size: 2.5vw;
}

.banner .banner-content .title-md {
  font-size: 2rem;
}

.banner .banner-content .text-group {
  max-width: 39.583vw;
  margin-bottom: 4rem;
}

.banner .banner-content.center {
  align-items: center;
}

.banner .banner-content.top {
  align-items: flex-start;
}

.banner .banner-content.top .text-group {
  padding-top: 10vh;
}

.banner .banner-content.end {
  align-items: flex-end;
}

.banner .banner-content.end .text-group {
  padding-bottom: 15vh;
}

.banner .banner-content video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner .container {
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
}

.banner .swiper-pagination {
  bottom: 3rem;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 1.8rem;
  color: #fff;
}

.swiper-pagination-bullet {
  width: 5rem;
  height: 4px;
  border-radius: 0;
  background: #fff;
  opacity: 0.65;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

.slider-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}

.slider-controls .swiper-button-prev,
.slider-controls .swiper-button-next {
  background: rgba(0, 0, 0, 0);
  border-radius: 50%;
  width: 4.6rem;
  height: 4.6rem;
  border: 1px solid;
}

.slider-controls .swiper-button-prev {
  left: 0;
}

.slider-controls .swiper-button-next {
  right: 0;
}

.slider-container:not(.banner) {
  position: relative;
  overflow: hidden;
}

.slider-container:not(.banner) .swiper-button-prev,
.slider-container:not(.banner) .swiper-button-next {
  background: #888888;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.slider-container:not(.banner) .swiper-button-prev::after,
.slider-container:not(.banner) .swiper-button-next::after {
  font-size: 1.8rem;
}

.slider-container:not(.banner) .swiper-button-prev.swiper-button-black,
.slider-container:not(.banner) .swiper-button-next.swiper-button-black {
  background: rgba(0, 0, 0, 0.65);
}

.slider-container:not(.banner) .swiper-button-prev {
  left: 0;
}

.slider-container:not(.banner) .swiper-button-next {
  right: 0;
}

.slider-container:not(.banner) .swiper-pagination {
  top: auto;
  bottom: 0;
  position: relative;
  opacity: 0;
}

.slider-container:not(.banner) .slider-sm .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5rem;
}

.slider-container:not(.banner) .slider-sm .image {
  width: 40rem;
  height: 40rem;
}

.slider-container:not(.banner) .slider-sm .swiper-button-prev {
  left: 2rem;
}

.slider-container:not(.banner) .slider-sm .swiper-button-next {
  right: 2rem;
}

.slider-container:not(.banner) .slider-sm .swiper-pagination-bullet {
  background: #aaa;
  opacity: 1;
  width: 4rem;
  height: 2px;
}

.slider-container:not(.banner) .slider-sm .swiper-pagination-bullet-active {
  background: #888;
}

.slider-container:not(.banner) .slider-sm .swiper-pagination {
  bottom: 4rem;
}

.slider-container.expand {
  margin: 0 -6rem;
  padding-bottom: 3rem;
  margin-bottom: 6rem;
}

.slider-container.expand .swiper-button-next,
.slider-container.expand .swiper-button-prev {
  margin-top: -44px;
}

.slider-container.expand .swiper-pagination {
  position: absolute;
  width: 100%;
}

.info-list {
  display: flex;
  align-items: center;
}

.info-list .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  height: 5rem;
  max-width: 33.333%;
}

.info-list .item:not(:last-child) {
  margin-right: 2rem;
}

.info-list .num {
  font-size: 2.6rem;
  margin: 0 2rem;
}

.carousel,
.carousel-grid {
  width: 100%;
  margin: 0 auto;
}
.carousel .swiper-pagination {
  padding: 3rem;
}
.carousel .swiper-pagination-bullet,
.carousel-grid .swiper-pagination-bullet {
  opacity: 1;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #aaa;
  margin: 0 0.2em;
}

.carousel .swiper-pagination-bullet-active,
.carousel-grid .swiper-pagination-bullet-active {
  background: #191919;
}
.carousel .swiper-slide.col {
  flex: 1;
}
.posts {
  grid-gap: 3rem;
  align-items: flex-start;
}

.post__item {
  display: block;
  position: relative;
  transition: box-shadow 0.25s ease-out;
  background: #fff;
}

.post__item .text-group {
  border: 1px solid #BEBEBE;
  border-top: 0;
  padding: 2.4rem;
  min-height: 18rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.post__item .btn {
  width: 100%;
}

.post__title {
  margin-bottom: 2.4rem;
  /*min-height: 5rem;*/
}

.post__title,
.post__announce {
  margin: 0 0 2rem;
}

.post__text {
  margin-bottom: 2.5rem;
}

.post__date {
  display: inline-flex;
}

.post__tag {
  text-transform: uppercase;
  margin-bottom: 5px;
}

.post__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.post__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post .post__title {
  margin-bottom: 2rem;
}

.post .post__date {
  margin-top: 0;
  font-size: 1.6rem;
}

.post .text {
  font-size: 1.8rem;
}

.post .flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}

.post-pagination {
  display: flex;
  justify-content: space-between;
  margin: 5rem 0;
}

.post-pagination .prev,
.post-pagination .next {
  display: flex;
  align-items: center;
}

.post-pagination .prev svg,
.post-pagination .next svg {
  width: 4rem;
  height: 4rem;
}

.post-pagination .prev svg {
  margin-right: 2rem;
}

.post-pagination .next svg {
  margin-left: 2rem;
}

.posts-slider {
  position: relative;
  overflow: hidden;
}

.slider-control {
  position: relative;
  margin-left: auto;
  height: 6rem;
  width: 15rem;
}

.slider-control .swiper-button-black {
  border: 1px solid #999;
  border-radius: 50%;
  width: 4.8rem;
  height: 4.8rem;
}

.slider-control .swiper-button-black::after {
  color: #ED1C24;
}

.promo {
  grid-gap: 6rem 0;
  margin-bottom: 6rem;
}

.promo .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.promo .item:nth-child(even) .image {
  order: 1;
}

.promo .item:nth-child(even) .text {
  order: 2;
}

.promo .text,
.promo .image {
  flex: 0 1 auto;
  max-width: calc(50% - 2rem);
}

.posts-slider .post__date {
  justify-content: flex-start;
}

.posts-slider .swiper-pagination-bullet,
.posts-slider .swiper-pagination-bullet-active {
  background: #191919;
}

.sns-title {
  margin-bottom: 1.5rem;
  color: #191919;
  font-weight: 500;
  line-height: 1.2;
}

.sns:not(.mobile) {
  display: flex;
  align-items: center;
}

.sns .link {
  display: inline-flex;
  align-items: center;
}

.sns .link:not(:last-child) {
  margin-right: 1.8rem;
}

.share-block {
  position: relative;
  margin: 3rem 0;
}

.share {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
}

.share p {
  margin-right: 2rem;
}

.share .ya-share2__container_shape_round .ya-share2__badge {
  margin: 0 5px;
}

.share .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
  margin: 0 12px 0 0;
}

.share .ya-share2__container_size_l .ya-share2__badge .ya-share2__icon {
  width: 28px;
  height: 28px;
  background-size: 28px 28px;
}

.share .ya-share2__container_shape_round.ya-share2__container_size_l .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
  background-size: 28px 28px;
}

.breadcrumbs {
  display: flex;
  width: 100%;
  font-size: 14px;
}

.breadcrumbs .sep {
  margin: 0 0.6em;
}

.breadcrumbs:not(:last-child) {
  margin-bottom: 1rem;
}

.page__pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 0 6rem;
}

.page__pagination .page__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  line-height: 3.6rem;
  margin: 0 0.2em;
  font-weight: 500;
}

.page__pagination .page__link:not(.active):hover {
  color: #ED1C24;
  border-color: #ED1C24;
}

.page__pagination .prev {
  margin-right: 2rem;
}

.page__pagination .next {
  margin-left: 2rem;
}

.page__pagination .prev.disabled,
.page__pagination .next.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.accordion__item {
  position: relative;
  border-bottom: 1px solid #BEBEBE;
}

.accordion__item:not(:last-child) {
  margin-bottom: 1.6rem;
}

.accordion__title {
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 1.6rem 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 2.4rem;
  justify-content: space-between;
  font-weight: 450;
}

.accordion__title::after {
  content: "+";
  font-size: 3.8rem;
  width: 3.8rem;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}

.accordion__content {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 0.5s ease, opacity 0.25s ease;
}

.accordion__content .text {
  padding: 0 0 2.4rem;
}

.accordion__item.active .accordion__title::after {
  content: "-";
}

.accordion__item.active .accordion__content {
  height: auto;
  overflow: auto;
  opacity: 1;
}

.form-container {
  color: #000;
}

.common-form {
  display: flex;
  flex-wrap: wrap;
  max-width: 700px;
  margin: 0 auto;
}

.common-form .form-row {
  width: 100%;
}

.common-form .form-msg {
  min-height: 15rem;
  height: auto;
  padding-top: 3rem;
}

.form-row {
  position: relative;
}

.form-row:not(:last-child) {
  margin-bottom: 2rem;
}

.form-row.checkbox {
  margin-bottom: 4rem;
}

.form-row.error .form-field {
  border-color: red;
  color: red;
}

.form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  width: calc(100% + 30px);
}

.form .form-row {
  width: calc(50% - 30px);
  margin: 15px;
}

.form .form-row.full-width {
  width: calc(100% - 30px);
}

.form-row.full-width {
  width: 100%;
}

.form-label {
  display: block;
  color: #999;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

.form-field {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #BEBEBE;
  color: #191919;
  background: none;
  padding: 0 0 1.6rem;
  transition: all 0.5s ease;
  font-size: 2rem;
}

.form-field.filled {
  border-color: green;
}

.form-field:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-animation: hide-placeholder 0.5s forwards;
          animation: hide-placeholder 0.5s forwards;
}

.form-field:focus::-moz-placeholder {
  opacity: 0;
  animation: hide-placeholder 0.5s forwards;
}

.form-field:focus:-ms-input-placeholder {
  opacity: 0;
  animation: hide-placeholder 0.5s forwards;
}

.form-field:focus::-ms-input-placeholder {
  opacity: 0;
  animation: hide-placeholder 0.5s forwards;
}

.form-field:focus::placeholder {
  opacity: 0;
  -webkit-animation: hide-placeholder 0.5s forwards;
          animation: hide-placeholder 0.5s forwards;
}

@-webkit-keyframes hide-placeholder {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@keyframes hide-placeholder {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

.form-select,
#search {
  position: relative;
}

.form-select .icon,
#search .icon {
  position: absolute;
  right: 0.25em;
  top: 2.5em;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.form-select select {
  -webkit-appearance: none;
  cursor: pointer;
}

#search {
  margin-bottom: 3rem;
}

.checkbox,
.radio {
  display: inline-flex;
  align-items: center;
  font-size: 1.4rem;
}

.checkbox a,
.radio a {
  text-decoration: underline;
  color: #ED1C24;
}

.form-checkbox,
.form-radio-btn {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.form-checkbox + label,
.form-radio-btn + label {
  display: inline-flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  align-items: flex-start;
}

.form-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 2px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  background-color: #fff;
  margin-right: 1.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.form-checkbox:not(:disabled):active + label::before {
  background-color: #ED1C24;
  border-color: #ED1C24;
}

.form-checkbox:checked + label::before {
  border-color: #ED1C24;
  background-color: #ED1C24;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.67051 4.32073L0.870508 6.16688L0.270508 6.78226L5.97051 12.6284L15.2705 3.08996L12.8705 0.628418L5.97051 7.70534L2.67051 4.32073Z' fill='white'/%3E%3C/svg%3E%0A");
}

.form-checkbox:disabled + label::before {
  background-color: #fff;
}

.form-radio {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  background: #fff;
  width: 20px;
  height: 20px;
  color: #ED1C24;
  border-color: #ED1C24;
  background: #ED1C24;
  border-radius: 50%;
  cursor: pointer;
}

.form-radio-btn + label {
  position: relative;
  width: 100%;
  text-align: center;
  justify-content: center;
}

.form-radio-btn + label::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5rem;
  z-index: 0;
  border-radius: 1.5rem;
}

.form-radio-btn:checked + label span {
  color: #fff;
}

.form-radio-btn:checked + label::before {
  background: #ED1C24;
  color: #fff;
}

.form-radio-btn + label span {
  position: relative;
  z-index: 1;
  font-size: 1.6rem;
}

.radio {
  height: 5rem;
  background: #f2f2f2;
  overflow: hidden;
}

.pass {
  position: relative;
}

.pass .form-field {
  padding-right: 5rem;
}

.pass .iconfont {
  position: absolute;
  cursor: pointer;
  right: 1.5rem;
  top: 1.5rem;
}

.form-range {
  width: 100%;
  height: 2px;
  display: block;
  background: #bbb;
  outline: none;
  position: relative;
  z-index: 1;
}

.form-range:hover {
  opacity: 1;
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 3px;
  margin: 10px 0;
  background: #000;
  border-radius: 10px;
  outline: none;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 4px solid;
  border-radius: 50%;
  background: #eee;
  border-radius: 50%;
  cursor: pointer;
}

.form-btn {
  color: #fff;
  min-width: auto;
  width: 100%;
  padding: 0;
  height: 7rem;
  align-items: center;
}

.field-group {
  padding: 0;
  border: 0;
  width: 100%;
}

.field-group:not(:last-child) {
  margin-bottom: 3rem;
}

#filter .form-checkbox:not(:disabled):active + label::before {
  background-color: #ED1C24;
  border-color: #ED1C24;
}

#filter .form-checkbox:checked + label::before {
  border-color: #ED1C24;
  background-color: #ED1C24;
}

#filter .col {
  display: flex;
  align-items: center;
}

table {
  width: 100%;
  overflow: hidden;
}

.table {
  border-collapse: collapse;
  overflow-x: auto;
}

.table:not(:last-child) {
  margin-bottom: 4rem;
}

.table thead {
  background: #ED1C24;
}

.table th,
.table td {
  padding: 14px;
  text-align: left;
  font-size: 14px;
  border: 1px solid #222;
  vertical-align: top;
  min-width: 80px;
  height: auto !important;
}

.table tr:not(:last-child) {
  border-bottom: 1px solid #191919;
}

.table tr:first-child td {
  background: #eee;
}

.popup {
  padding: 4rem;
  max-width: 1000px;
  display: none;
}

.popup .title-md,
.popup .title-sm {
  margin-bottom: 2.4rem;
}

.popup .form-row:not(:last-child) {
  margin-bottom: 2.4rem;
}

.popup .form-btn {
  width: 100%;
}

.popup .fancybox-close-small {
  padding: 4px;
  opacity: 1;
}

.site-name {
  text-transform: uppercase;
  font-size: 1.4rem;
}

.page {
  padding-top: 130px;
  flex: 1 1 auto;
}

.page__car .banner .banner-content {
  height: calc(100vh - 130px);
}

.page__car .banner .container {
  height: 100%;
}

.bg-overlay {
  display: block;
  background: rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 1;
  cursor: pointer;
}

.bg-overlay.active {
  opacity: 1;
  z-index: 90;
}

.section {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.section-md {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section-sm {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section__header {
  margin-bottom: 5rem;
}

.section__header .text {
  margin: 3rem auto;
}

.section__header .btn {
  margin-left: 3.6rem;
}

.content {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.content:not(:last-child) {
  margin-bottom: 5rem;
}

.content .text {
  flex: 1;
  margin-left: 3vw;
}

.content .image {
  max-width: 50%;
  min-width: 700px;
}

.page__header {
  padding: 4rem 0;
}

.page__header.bg {
  color: #fff;
	background:url(/static/img/bg/bg-header.png) no-repeat center center;
	background-size:cover;
}

.page__header h1{font-size:2.5vw;}

.banner-sm {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.banner-sm .banner-title {
  font-size: 3.125vw;
  text-transform: uppercase;
}

.banner-sm .banner-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.banner-sm .banner-content.end {
  justify-content: flex-end;
}

.banner-sm .banner-content.end .page__header {
  padding-top: 0;
  padding-bottom: 10vh;
}

.banner-sm .banner-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.45;
}

.banner-sm .page__header {
  position: absolute;
  width: 100%;
  color: #fff;
  z-index: 1;
  margin-top: 10vh;
}

.banner-sm picture {
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
}

.image {
  display: block;
}

.dealer__item:not(:last-child),
#map:not(:last-child) {
  margin-bottom: 4rem;
}

.dealer__item a {
  color: red;
}

.dealer__item {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.dealer__item .row:not(:first-child) {
  border-left: 1px solid #BEBEBE;
  padding-left: 3vw;
}

.dealer__item .sep {
  width: 1px;
  background: #BEBEBE;
  height: auto;
}

#map {
  width: 100%;
  height: 46rem;
  flex: 1;
}

.ymaps-2-1-79-balloon {
  border-radius: 30px !important;
}

.ymaps-2-1-79-balloon__content {
  padding: 0 !important;
}

.ymaps-2-1-79-balloon__content {
  font-family: K_Helios !important;
}

.ymaps-2-1-79-balloon__close {
  position: absolute;
  right: 10px;
  top: 5px;
}

.ymaps-2-1-79-balloon__close-button {
  opacity: 1 !important;
}

.ymaps-2-1-79-balloon__close + .ymaps-2-1-79-balloon__content {
  margin-right: 0 !important;
}

.balloonHeader {
  padding: 2rem 3rem;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  background: #eee;
}

.balloonHeader img {
  max-width: 120px;
}

.balloonBody {
  padding: 1rem 3rem 2rem;
  font-size: 14px;
}

.video {
  position: relative;
}

.video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  display: block;
}

ul.leaders {
  padding: 0;
  overflow-x: hidden;
  line-height: 1.4;
}

ul.leaders li {
  overflow: hidden;
}

ul.leaders li:not(:last-child) {
  margin-bottom: 1rem;
}

ul.leaders li:before {
  color: #BEBEBE;
  float: left;
  width: 0;
  white-space: nowrap;
  content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . ";
}

ul.leaders span:first-child {
  color: #BEBEBE;
  padding-right: 0.33em;
  background: white;
}

ul.leaders span + span {
  float: right;
  padding-left: 0.33em;
  background: white;
}

#services .item {
  padding: 4.688vw 7.813vw;
  border-left: 1px solid #BEBEBE;
}

#services .item:last-child {
  border-right: 1px solid #BEBEBE;
}

#services .note{position:relative;}
#services .announce{position:absolute;top:0;left:0;right:0;transition:0.5s;opacity:0;background:inherit;}

#services .item:hover .announce{opacity:1;}
#services .item:hover table{opacity:0;}

#services table{border-collapse: collapse;width: 100%;transition:0.5s;}

#services td {
  width: auto;
  vertical-align: top;
}

#services td .title-sm {
  margin-bottom: 0;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
}

#services td:first-child {
  border-right: 1px solid #BEBEBE;
  padding-right: 4rem;
}

#services td:last-child {
  padding-left: 4rem;
}

#services .text-group {
  margin-bottom: 3rem;
}

#services .text-group small {
  margin-bottom: 0.5rem;
  display: block;
}

#services .text-xl {
  line-height: 1;
}

#numbers .grid {
  padding: 2rem 0;
  grid-gap: 5rem 0;
}
#numbers .grid .item {
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
}
#numbers .grid .title-md {
  margin-bottom: 2rem;
  min-height: 6rem;
}

#numbers.table tr {
  border: none;
}

#numbers.table tr:first-child td {
  background: none;
}

#numbers.table td {
  border: none;
  padding: 3rem 0;
}

#numbers.table td:first-child {
  min-width: 36rem;
  max-width: 45rem;
  padding-right: 3rem;
}

#numbers.table td td[colspan="2"] {
  width: 50%;
}

#numbers .flex .col {
  flex: 0 1 auto;
  font-size: 2rem;
  max-width: 25%;
}

.arr-reverse{transform:rotate(180deg);}

#numbers .flex .col.arr-bottom {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}

#numbers .flex .col.arr-bottom svg {
  margin: 2rem 7vw 2rem auto;
  display: inline-flex;
}

#numbers .flex .col.arr-bottom svg:first-child {
  margin-left: 7vw;
  margin-right: auto;
}

#numbers .flex .sep {
  width: 1px;
  height: auto;
  background: #BEBEBE;
  margin: 0 2rem;
  align-self: stretch;
}

#numbers .item_num {
  display: flex;
  align-items: center;
  border-radius: 3.5rem;
  border: 1px solid #BEBEBE;
  overflow: hidden;
  line-height: 1;
  min-width: 30rem;
  max-width: 30rem;
}

#numbers .item_num .num {
  padding: 3rem;
  background: #eee;
}

#numbers .item_num .text-group {
  display: flex;
  align-items: center;
  padding: 0 2rem;
}

#numbers .item_num .icon {
  margin-right: 1rem;
}

#numbers .item_num .text-md {
  flex: 1;
}

#info {
  padding: 14rem 0;
}

#info .box {
  border-color: #ED1C24;
}

#info .box legend,
#info .sub-title {
  color: #ED1C24;
}

#info .title-sm {
  font-size: 4rem;
  margin-bottom: 2rem;
}

#info .text-lg {
  max-width: 27rem;
  margin: 0 auto;
}

#info .btn {
  margin-top: 6rem;
}

#logos{padding:1vw 2vw;}
#logos img{max-height:50px;max-width:150px;}

#calculator .section__header {
  margin-bottom: 4rem;
}

#calculator .row .text-lg {
  margin-bottom: 1.5rem;
}

#calculator .row .title-md {
  line-height: 0.7;
  display: flex;
  align-items: flex-end;
  font-size: 3.6rem;
}

#calculator .row .title-md sub {
  margin-left: 1rem;
}

#calculator .col:first-child {
  flex: 1;
}

#calculator .col:last-child {
  max-width: 34rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#calculator .sep {
  margin: 0 3vw;
  width: 1px;
  height: auto;
  background: #191919;
}
#calc {
  display: flex;
  justify-content: space-between;
}
#calc .row{
  flex: 0 1 30%;
  position: relative;
}
#deposit-input {
  width: 70%;
}
#deposit-percent {
  width: 30%;
}
#calc .form-field {
  right: 0;
  top: 0;
  padding-bottom: 0;
  font-weight: bold;
  font-size: 3.2rem;
  border-bottom: 0;
}

#calc .form-label {
  font-size: 1.6rem;
  color: #191919;
  margin-bottom: 1rem;
  width: 100%;
}

#calc .input-range {
  margin: 2rem 0;
}

#request.section {
  padding: 8rem 0;
}
.pt-0 {
  padding-top: 0;
}

.pt-4 {
  padding-top: 4rem;
}

.pt-5 {
  padding-top: 5rem;
}

.pt-6 {
  padding-top: 6rem;
}

.pt-8 {
  padding-top: 8rem;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: 5rem;
}

.pb-6 {
  padding-bottom: 6rem;
}

.pb-10 {
  padding-bottom: 10rem;
}

.pb-20 {
  padding-bottom: 20rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.mb-8 {
  margin-bottom: 8rem;
}

.gap-2 {
  grid-gap: 2rem;
}
.icon-arr:last-child {
  display: none;
}
.icon-arr {
  margin: 0 3vw;
  zoom: 80%;
}
.popup__content .form{
  flex-direction: column;
}
.popup__content .form .form-row {
  width: calc(100% - 30px);
}
.popup__content .form .form-row:last-child {
  margin-bottom: 0;
}
.popup__content .form .btn {
  height: 6rem;
}
.faq {
  grid-template-columns: 36rem calc(100% - 44rem);
  justify-content: space-between;
}
.faq .row:not(:last-child) {
  margin-bottom: 2rem;
}
.footer hr {
  background: rgba(255, 255, 255, 0.55);
}
.errorMessage {
  color: red;
  font-size: 12px;
  margin: 5px 0;
}
.footer-logo {
  max-width: 16rem;
}
@media screen and (max-width: 1860px) {
  #numbers.table td:first-child {
    min-width: 30rem;
    max-width: 30%;
  }
  #numbers .flex, #calc {
    zoom: 85%;
  }
  #numbers .flex .arr:not(.col.arr-bottom) {
    margin: 0 2rem;
  }
  .main-nav .btn {
    min-width: auto;
    max-width: 22rem;
  }
}
@media screen and (max-width: 1580px) {
  #info .flex {
    zoom: 80%;
  }
  #numbers.table td:first-child {
    min-width: 28rem;
    max-width: 30%;
  }
  #numbers .item_num {
    min-width: 28rem;
  }
  .container,
  .container-md {
    max-width: calc(100% - 8vw);
  }

  .nav__menu .nav__item {
    margin-right: 2.4rem;
  }

  .main-nav .btn {
    margin-right: -4vw;
    font-size: 1.5rem;
    width: 200px;
    max-width: 20rem;
  }

  .logo {
    margin-right: 4rem;
  }

  .logo img {
    height: 3.8rem;
  }

  .nav__menu {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1440px) {
  .main-nav .btn span {
    display: none;
  }
  .main-nav .btn svg {
    margin-right: 0;
  }
  .main-nav .btn{
    font-size: 1.4rem;
    width: 90px;
    max-width: 14rem;
  }
}
@media screen and (max-width: 1380px) {
  #numbers .flex, #info .flex{
    zoom: 70%;
  }
  .logo {
    margin-right: 3rem;
  }
  .top-bar .container {
    font-size: 1.4rem;
  }


}

@media screen and (max-width: 1100px) {
  h1,
  .title-lg,
	.page__header h1{
    font-size: 2.4rem;
  }

  h2,
  .title-md {
    font-size: 2rem;
  }

  h3,
  .title-sm {
    font-size: 1.8rem;
  }

  h4,
  .title-xs {
    font-size: 1.6rem;
  }

  .text,
  .text-lg,
  .text-md,
  .text-sm {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .text h2,
  .text h3,
  .text h4,
  .text h5,
  .text p:not(:last-child) {
    margin-bottom: 2rem;
  }

  .text-border {
    font-size: 1.6rem;
    min-height: 8rem;
    padding: 2px;
  }

  .tabs {
    margin-bottom: 2rem;
  }

  .tab {
    font-size: 1.4rem;
    font-weight: 500;
    white-space: nowrap;
  }

  .grid-2,
  .grid-3,
  .grid-4,
  .grid-5 {
    grid-template-columns: repeat(1, 100%);
  }

  .flex-1 .col {
    flex: 100%;
  }

  .flex-2 .col {
    flex: 100%;
  }

  .flex-3 .col {
    flex: 100%;
  }

  .flex-4 .col {
    flex: 100%;
  }

  .pc {
    display: none;
  }

  .mobile {
    display: block;
  }

  .slider-container:not(.banner) .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
  }

  .share-block {
    margin-top: 3rem;
  }

  .page__pagination {
    padding: 4rem 0;
    justify-content: center;
  }

  .page__pagination .page__link {
    margin: 0 3px;
  }

  .accordion__title {
    padding: 2rem;
  }

  .accordion__item .img-container {
    max-width: 120px;
  }

  .accordion__item img {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .accordion__item .btn {
    width: 100%;
  }

  .accordion__item.active .accordion__content {
    padding: 1rem;
    overflow-x: scroll;
  }

  .finance-programms .finance .tab {
    margin-right: 3rem;
  }

  .accordion__item:not(:last-child) {
    margin-bottom: 1rem;
  }

  .common-form {
    display: flex;
    flex-wrap: wrap;
  }

  .common-form .form-row {
    width: 100%;
    margin-right: 0;
  }

  .form-btn.btn {
    width: 100%;
    padding: 1.6rem;
  }

  .form .form-row {
    width: calc(100% - 30px);
    margin: 10px 15px;
  }

  .table th {
    font-size: 1.4rem;
    vertical-align: top;
  }

  .table th,
  .table td {
    min-width: 10rem;
    padding: 1rem;
    line-height: normal;
  }

  .table tr:not(:last-child) {
    border-bottom: 0;
  }

  .table th,
  .table td {
    border-top: 0;
  }

  .table tr:last-child td:last-child {
    border-bottom: 0;
  }

  body {
    font-size: 1.4rem;
  }

  html {
    overflow-x: hidden;
  }

  .container,
  .container-md,
  .container-sm {
    width: 100%;
    max-width: 100%;
    padding: 0 2rem;
  }

  .page {
    padding-top: 6rem;
  }

  .top-bar {
    display: none;
  }

  .main-nav .btn {
    display: none;
  }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    border-bottom: 1px solid #eee;
    box-shadow: none;
  }

  .header .icon-search {
    display: none;
  }

  .header .flex {
    align-items: center;
  }

  .header .nav__menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    overflow: auto;
    background: #fff;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    transition: ease-in-out opacity 0.35s, -webkit-transform 0.1s;
    transition: ease-in-out opacity 0.35s, transform 0.1s;
    transition: ease-in-out opacity 0.35s, transform 0.1s, -webkit-transform 0.1s;
    font-size: 1.6rem;
    opacity: 0;
  }

  .header .nav__menu.is-active {
    display: block;
    -webkit-transform: translateY(6rem);
            transform: translateY(6rem);
    opacity: 1;
    height: 100%;
  }

  .header .menu-items {
    order: 2;
    display: none;
  }

  .header .panel-group {
    width: 0;
    height: 0;
    flex: 0;
  }

  .header .group-links {
    padding: 0;
  }

  .group-links .col .main-link {
    margin: 0;
  }

  .group-links .col {
    flex: 100%;
  }

  .group-links .col:not(:last-child) {
    margin-bottom: 1rem;
  }

  .site-name {
    display: none;
  }

  .nav__menu .nav__item {
    border-bottom: 1px solid #dedede;
    width: 100%;
  }

  .nav__menu .nav__item:first-child {
    border-top: 1px solid #dedede;
  }

  .nav__menu .nav__item:not(:last-child) {
    margin-right: 0;
  }

  .nav__menu .nav__item:last-child {
    border-bottom: 1px solid #dedede;
  }

  .nav__menu .nav__item .link {
    padding: 1.5rem 2rem;
    width: 100%;
  }

  .sub__menu {
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .nav__menu .nav__item .link::after {
    content: none;
    left: auto;
    right: 2rem;
    bottom: auto;
  }

  .nav__menu .nav__item:hover .link::after,
  .nav__menu .nav__item.active .link::after {
    border: 0;
    -webkit-animation: none;
            animation: none;
    width: 8px;
  }

  .menu__item .main_link {
    font-size: 1.6rem;
  }

  .dropdown__item.full-width .dropdown__menu {
    box-shadow: none;
    top: 0;
    position: relative;
    padding: 1.6rem 0;
  }

  .dropdown__menu {
    width: 100%;
    margin: 0;
    position: relative;
  }

  .sub-link {
    margin: 5px 0;
  }

  .header .logo {
    order: 1;
    display: inline-flex;
    align-items: center;
    border: 0;
    margin-right: 0;
  }

  .header .logo img {
    height: 30px;
    margin: 5px 0;
  }

  .header .nav {
    display: flex;
    align-items: center;
    height: 6rem;
  }

  .footer .section-md {
    padding: 4rem 0 2rem;
  }

  .footer-logo {
    max-width: 10rem;
    margin-bottom: 1rem;
  }

  .footer-menu,
  .footer .contacts,
  .footer .sns-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer hr {
    margin: 2rem auto;
    background: rgba(255, 255, 255, 0.55);
  }

  .footer .contacts {
    min-width: auto;
    width: 100%;
    line-height: 1.6;
    margin-bottom: 1rem;
  }

  .menu.mobile {
    background-image: url(../img/svg/menu-mobile.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 2.4rem;
    height: 1.7rem;
    order: 3;
    margin-left: auto;
    margin-right: 2rem;
    z-index: 11;
  }

  .menu.mobile.is-active {
    background-image: url(../img/svg/close.svg);
  }

  .main-nav .close {
    background-image: url(../img/svg/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 2.4rem;
    height: 1.7rem;
    position: absolute;
    top: 2rem;
    left: 2rem;
  }

  .main-nav .close.active {
    opacity: 1;
    z-index: 1;
  }

  .banner .banner-content h1,
  .banner .banner-content .title-md {
    font-size: 1.8rem;
  }

  .banner .banner-content {
    /* height: calc(100vh - 6rem); */
    height: 170vw;
    min-height: auto;
  }

  .banner .title-md {
    margin: 1rem 0 0;
  }

  .banner .container .title-xs {
    margin-bottom: 2rem;
  }

  .banner .container {
    top: auto;
  }

  .dropdown__item.active .dropdown__menu {
    position: relative;
    margin: 0;
    top: 0;
    min-width: auto;
    box-shadow: none;
    border-top: 1px solid #dedede;
    max-width: 100%;
    padding: 1.6rem 2rem;
  }

  .btn {
    font-size: 1.4rem;
    padding: 1.6rem;
    min-width: 18rem;
  }

  .btn-group {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }

  .btn-group .btn {
    max-width: 28rem;
  }

  .btn-group .btn,
  .btn-group .btn-link {
    width: 100%;
  }

  .btn-group .btn:not(:last-child) {
    margin: 0 0 1.5rem;
  }

  .slider-container:not(.banner) .slider-sm .swiper-slide {
    padding-top: 0;
  }

  .slider-container:not(.banner) .slider-sm .image {
    width: 100%;
    height: auto;
  }

  .slider-container .swiper-button-prev,
  .slider-container .swiper-button-next {
    width: 4rem;
    height: 4rem;
  }

  .slider-container .swiper-button-prev::after,
  .slider-container .swiper-button-next::after {
    font-size: 1.4rem;
  }

  #services,
  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .title-group {
    margin-bottom: 3rem;
  }

  .posts {
    grid-gap: 1.6rem;
  }

  .post__title {
    font-size: 1.8rem;
    line-height: 1.4;
  }

  .post__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .post .post__date {
    font-size: 1.4rem;
  }

  .post .post__title {
    font-size: 2.4rem;
  }

  .post__announce {
    margin-bottom: 0;
  }

  .post .text {
    font-size: 1.6rem;
  }

  .footer .disclaimer {
    padding: 2.5rem 0;
    font-size: 1.2rem;
  }

  .footer .menu__item:not(.mobile-links),
  .footer .nav__menu {
    display: none;
  }

  .footer {
    padding: 2.4rem 0 2rem;
  }

  .footer__nav {
    width: 100%;
    margin-bottom: 4rem;
  }

  .footer__botom-bar .sns-block {
    margin: 1.5rem 0;
  }

  .sns-block {
    width: 100%;
  }

  .menu__item {
    width: 100%;
    flex: 50%;
  }

  .menu__item:not(:last-child) {
    margin-bottom: 2rem;
  }

  .popup {
    max-width: 100%;
    padding: 4rem 2rem 4rem;
  }

  .popup .col {
    padding: 0;
  }

  .popup .col:first-child {
    background: none;
    margin-bottom: 4rem;
  }

  .popup .title-md {
    margin-bottom: 3rem;
  }

  .popup .fancybox-close-small {
    top: 0.2em !important;
    right: 0.2em !important;
  }

  .checkbox.form-row .text-sm {
    font-size: 1.2rem;
  }

  .form-checkbox + label::before {
    width: 2.2rem;
    height: 2.2rem;
  }

  .form-row.focused .form-label {
    top: -5px;
    opacity: 0;
  }

  .footer__bottom-bar {
    padding: 2rem 0;
  }

  #numbers.table h3,
  #numbers.table h4 {
    margin-bottom: 0;
  }

  #numbers.table .arr {
    display: none;
  }

  #numbers.table,
  #numbers.table tr {
    display: flex;
    flex-direction: column;
  }

  #numbers.table {
    width: 100%;
  }

  #numbers.table td {
    display: flex;
    padding: 0;
  }

  #numbers.table td:not(:first-child) {
    margin-bottom: 3rem;
  }

  #numbers.table td:first-child {
    margin-bottom: 2rem;
  }
  #numbers.table tr:last-child td:last-child{
    margin-bottom: 0;
  }
  #numbers .flex .col.arr {
    display: none;
  }

  #numbers .flex .col {
    flex-direction: column;
    max-width: 100%;
    flex: 100%;
    font-size: 1.6rem;
  }

  #numbers .flex .col {
    margin-bottom: 0.5rem;
  }
  #numbers .flex, #info .flex {
    zoom: 90%;
  }
  #numbers.table td:first-child {
    min-width: 100%;
		justify-content: space-between;
    padding-right: 0;
    align-items: center;
  }
  #info .flex {
    flex-direction: column;
  }
  #info .flex svg {
    transform: rotate(90deg);
    height: 8rem;
  }
  #info .btn {
    margin-top: 3rem;
  }
  #info .title-sm {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }

  #info .grid {
    grid-gap: 3rem 0;
  }

  #filter .gap-40 {
    grid-gap: 2rem;
  }

  #services td .title-sm {
    font-size: 1.8rem;
    line-height: 1;
  }
  h4, .title-xs {
    margin-top: .6em;
    display: block;
  }
  .content .text{
    margin-left: 0;
  }
  #services .item {
    border: 1px solid #BEBEBE;
    margin-top: -1px;
    padding: 6vw;
  }

  #calculator > .flex:first-child {
    flex-direction: column;
    align-items: flex-start;
  }

  #calculator .btn {
    margin-top: 3rem;
  }

  #calculator .sep {
    width: 100%;
    height: 3rem;
    background: none;
  }

  #calc .form-label {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }

  #calc .form-field,
  #calculator .row .title-md {
    text-align: left;
    font-size: 2.4rem;
  }

  .slider-container .posts-slider {
    padding: 0;
  }

  .slider-container .posts-slider .swiper-button-next,
  .slider-container .posts-slider .swiper-button-prev {
    background: rgba(255, 255, 255, 0.55);
    border-radius: 0;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-self: center;
    top: 34%;
    zoom: 90%;
  }

  .post__img {
    margin-bottom: 0;
  }

  .post__item .text-group {
    min-height: 14rem;
  }

  .dealer__item {
    grid-template-columns: repeat(2, 1fr);
  }

  .dealer__item .row:not(:first-child) {
    border-left: 0;
    padding-left: 0;
  }

  .nav__menu .tabs {
    margin-top: -2rem;
    overflow-x: auto;
  }

  .nav__menu .tabs::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .nav__menu .tab {
    position: relative;
    padding: 1.6rem 1rem;
    font-size: 1.2rem;
  }

  .nav__menu .tab:not(:last-child) {
    margin-bottom: 0;
    margin-right: 2rem;
  }

  .nav__menu .tab.active::before {
    position: absolute;
    background: #ED1C24;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    left: 0;
    right: 0;
    top: -1rem;
    margin: 0 auto;
  }

  .dropdown__item.active .link {
    background: #f2f2f2;
  }

  .dropdown__menu {
    box-shadow: none;
  }

  .nav__item.dropdown__item .link::after {
    content: none;
  }

  .nav__menu .dropdown__item .link::before {
    right: 2rem;
  }

  .car__nav {
    width: 100%;
    overflow-x: hidden;
    font-size: 1.4rem;
    white-space: nowrap;
    position: relative;
    padding: 0;
    position: sticky;
    top: 55px;
  }

  .car__nav .container-md {
    padding: 0;
  }

  .car__nav .link {
    padding: 1.6rem;
  }

  .car__nav .navbar {
    overflow-x: auto;
  }

  .car__nav .btn-group {
    flex-flow: row nowrap;
    margin-left: 3rem;
  }

  .banner .banner-content.top .text-group {
    padding: 5rem 0 0;
  }

  .info-list .num {
    font-size: 1.6rem;
    margin: 0 1.5rem;
    white-space: nowrap;
  }

  .info-list .item:not(:last-child) {
    margin-right: 1.5rem;
  }

  .section__title:not(:last-child) {
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }

  .feature__container.full-width {
    margin-left: 0;
    min-height: auto;
    height: 24rem;
  }

  .feature__container.full-width .section__title:not(:last-child) {
    bottom: 1rem;
    left: 2rem;
    right: 2rem;
    margin-right: 2rem;
  }

  .feature__container.full-width .section__title {
    margin-left: 2rem;
  }

  .accordion__content .text {
    padding: 0 0 2rem;
  }

  ul.leaders span:first-child {
    max-width: 50%;
  }

  .tab-content__header {
    position: relative;
    flex-direction: column;
  }

  .tab-content__header .spec {
    width: 100%;
    padding: 1.6rem 2rem;
  }

  .tab-content__header .group {
    margin-top: 3rem;
  }

  .tab-content__header .group a {
    display: none;
  }

  .feature {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    padding: 45px 0 20px;
    background: none;
  }

  .feature__container {
    max-width: 100%;
    align-items: center;
  }

  .feature__title {
    color: #000;
  }

  .feature__text {
    margin-bottom: 0;
  }

  .content {
    display: flex;
    flex-direction: column;
  }

  .content:not(:last-child) {
    margin-bottom: 0;
  }

  .content .feature {
    padding: 30px 0;
    order: 2;
  }

  .content .image {
    order: 1;
    max-width: 100%;
    min-width: auto;
    margin-bottom: 2rem;
  }

  .page__faq .accordion__content .text {
    padding: 0;
  }

  .accordion__item .accordion__title {
    font-size: 1.4rem;
    padding: 1.4rem 0;
  }

  .accordion__item .accordion__title span {
    width: calc(100% - 5rem);
  }

  .accordion__title {
    align-items: flex-start;
  }

  .options {
    width: 100%;
    order: 2;
  }

  .btn-select {
    margin-right: 2rem;
    margin-bottom: 1.5rem;
  }

  .features .title-sm {
    margin-bottom: 3rem;
  }

  .features .grid img {
    margin-bottom: 3rem;
  }

  .features .grid:not(:last-of-type) {
    margin-bottom: 4rem;
  }

  .features .flex-2 .text-group {
    padding: 3rem;
  }

  .features p {
    font-size: 1.4rem;
  }

  .banner-sm {
    height: 18rem;
  }

  .mb-5,
  #search {
    margin-bottom: 3rem;
  }

  #search .form-field {
    line-height: 5rem;
    height: 5rem;
    padding: 0 1rem;
  }

  #search .icon {
    zoom: 0.7;
  }

  .promo {
    grid-gap: 2rem;
  }

  .promo .post__item .text-group {
    padding: 2rem;
  }

  .promo .post__img {
    max-width: 100%;
  }

  .promo .post__item {
    flex-wrap: wrap;
  }

  .promo .post__img {
    order: 1;
    margin-bottom: 0;
  }

  .promo .post__item .text-group {
    order: 2;
  }

  .promo .post__title {
    font-size: 1.8rem;
  }

  .car-form .col:first-child {
    max-width: 100%;
  }

  .car-form .col:last-child {
    display: none;
  }

  .page__news .post__share {
    margin-bottom: 3rem;
  }

  .page__header {
    padding: 2rem 0;
  }

  .banner-sm .page__header {
    margin-top: 4rem;
  }

  .post-pagination {
    margin-top: 4rem;
  }

  .post-pagination svg {
    width: 5rem;
    height: 5rem;
  }

  .post-pagination .prev svg {
    margin-right: 1rem;
  }

  .post-pagination .next {
    text-align: right;
  }

  .post-pagination .next svg {
    margin-left: 1rem;
  }

  em.stroke-text {
    font-size: 2.4rem;
  }

  .notice.bordered {
    padding-bottom: 1rem;
  }

  .carousel .swiper-slide,
  .carousel-grid .swiper-slide {
    width: 100%;
  }

  .row:not(:last-child) {
    margin-bottom: 2rem;
  }

  #map {
    height: 24rem;
    flex: 100%;
    order: 1;
  }

  .dealer__item:not(:last-child),
  #map:not(:last-child) {
    margin-bottom: 2rem;
  }

  .table {
    overflow-x: auto;
  }

  .slider-sm .title-xs {
    margin-bottom: 4rem;
  }

  .pt-4 {
    padding-top: 2rem;
  }

  .posts-slider .slider-controls {
    margin-top: 3rem;
  }

  .slider-controls .swiper-button-prev {
    left: 0;
  }

  .slider-controls .swiper-button-next {
    right: 0;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 2rem;
  }

  .disclaimer {
    font-size: 1.2rem;
  }

  .banner-sm .banner-title {
    font-size: 3.6rem;
  }

  .section-md {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .content .text {
    margin-right: 0;
    margin-bottom: 2rem;
    order: 2;
  }

  .feature__item img {
    max-width: 100%;
    order: 1;
  }

  .big-num {
    font-size: 3rem;
  }

  .feature__over-text {
    height: auto;
  }

  .feature__over-text .column:first-child,
  .feature__over-text .column:last-child {
    width: 100%;
    position: relative;
  }

  .features .flex-2 .text-group {
    padding: 1rem 3rem 3rem;
    order: 2;
  }

  .gallery-slider {
    background-size: 100%;
    background-position: top;
  }

  .features .gallery-slider .text-group {
    bottom: 4rem;
  }

  .features .gallery-slider img {
    -webkit-filter: brightness(0.6);
            filter: brightness(0.6);
  }

  .features .gallery-slider .title-lg {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }

  .features .gallery-slider .text .text-l,
  .features .gallery-slider .text .text-r {
    width: 100%;
  }

  .features .gallery-slider .text {
    flex-wrap: wrap;
  }

  .features .gallery-slider .swiper-slide {
    height: 100vw;
  }

  .features .thumbs {
    display: none;
  }

  #main-news .img-container {
    order: 1;
    height: 20rem;
    flex: 100%;
  }

  #main-news .latest-news {
    order: 2;
  }

  .banner .banner-content h1,
  .banner .banner-content .title-lg {
    font-size: 2.4rem;
    margin-bottom: 1rem;
    line-height: normal;
  }

  .banner .text-group {
    padding-left: 0;
  }

  .section__header {
    justify-content: center;
    margin-bottom: 3rem;
  }

  .section__header .title-lg {
    width: 100%;
    text-align: center;
  }

  .section__header .btn {
    margin-left: 0;
    margin-top: 1rem;
  }

  .slider-control {
    margin: 1rem auto;
    display: none;
  }

  #partners .text-border {
    padding: 2px;
    max-width: calc(100% - 4rem);
  }

  #partners .text-border .section__header {
    padding-top: 3rem;
  }

  #partners .section__header br {
    display: none;
  }

  #partners .text-border .section__header .text-md {
    text-align: center;
  }

  hr {
    margin: 3rem auto;
  }

  #partners .grid-5 {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 3.5rem;
  }

  #partners .grid-5 .icon {
    padding: 2rem;
    height: 8rem;
  }

  #partners .grid-5 .icon img {
    -o-object-fit: contain;
       object-fit: contain;
  }

  #subscribe {
    display: none;
  }

  .footer__botom-bar {
    flex-wrap: wrap;
  }

  .footer__botom-bar .col {
    width: 100%;
  }

  .promo .item {
    margin-bottom: 2rem;
  }

  .promo .text,
  .promo .image {
    max-width: 100%;
    flex: 1 0 100%;
  }

  .promo .text {
    margin-bottom: 2rem;
  }

  .promo .item:nth-child(even) .image {
    order: 2;
  }

  .sidebar-container {
    flex-direction: column;
    justify-content: flex-start;
  }

  .sidebar-content {
    padding: 2rem 0;
    margin: 0;
    margin-bottom: 3.5rem;
    border: 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
  }

  .sidebar-content #partners .text-border {
    max-width: 100%;
  }

  .sidebar {
    max-width: 100%;
    margin-bottom: 2rem;
  }

  #team-reg .team__member .title-xs {
    font-size: 1.6rem;
    padding: 1rem 0;
  }

  #team-reg .team__member.active {
    padding: 0 0 3rem;
  }

  .form-radio-btn + label span {
    font-size: 1.4rem;
  }

  .page__reg .sidebar:first-child {
    display: none;
  }

  .page__reg .section {
    padding-top: 0;
  }
  .title {
    padding: 0 1.4rem;
  }
  .text-xl {
    font-size: 1.8rem;
  }

  #info {
    padding: 6rem 0;
  }

  #logos {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  #logos .flex .col {
    width: 3rem;
    height: 2rem;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .box {
    padding: 0 1rem 3rem;
  }

  .box .title:not(:last-child),
  .box .sub-title {
    margin-bottom: 2rem;
  }

  .box .sub-title {
    margin-top: 0;
  }
  #numbers.table p {
    margin-bottom: 1rem;
  }
  #numbers .grid .title-md {
    min-height: auto;
  }

  #numbers .grid {
    padding: 0;
    grid-gap: 3rem 2rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .form-btn {
    height: auto;
  }

  .form-field {
    font-size: 1.4rem;
  }
  .col2 {
    column-count: 1;
  }
  #numbers .item_num {
    max-width: 100%;
  }
  #calc{
    flex-wrap: wrap;
  }
  #calc .row {
    flex: 1 1 100%;
  }
  .sub-title {
    font-size: 12px;
  }
  #numbers .item_num .num {
    padding: 2rem;
  }
  #numbers .item_num .icon {
    zoom: .8;
  }
  #request.section {
    padding: 4rem 0;
  }
  #calculator .col:last-child {
    max-width: 100%;
  }
  .faq {
    grid-template-columns: repeat(1,1fr);
    justify-content: space-between;
  }
  .faq .col:first-child {
    margin-bottom: 3rem;
  }
  .accordion__title::after {
    width: 1.6rem;
    height: 1.6rem;
    font-size: 2rem; 
  }
  #numbers .item_num .text-group {
    padding: 0 1rem;
  }
  #numbers .flex .col {
    order: var(--order);
  }
  .banner .banner-content.center {
    align-items: flex-start; 

  }
  .banner .banner-content::before {
    content: none;
  }
  .banner .banner-content .text-group {
    margin-bottom: 2rem;
    max-width: 100%;
  }
  .banner .container {
    padding-top: 7vh;
  }
    
  .sub__item:not(:last-child) {
    margin-bottom: 1rem;
  }
  .dropdown__menu hr {
    display: none;
  }
  .sns.mobile {
    display: flex;
    margin-right: 3rem;
  }
  .lang {
    padding: 2rem;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    margin-bottom: 0!important;
  }
  .form-field {
    padding-bottom: 1rem;
  }
  .box .container-md {
    padding: 0 1.4rem;
  }
  .form .form-row:last-child {
    margin-bottom: 0;
  }
  .carousel .swiper-slide.col {
    flex: 100%;
  }
  .video iframe {
    min-height: 18rem!important;
  }
  .slider-container:not(.banner) .swiper-pagination {
    opacity: 1;
  }
}

.page_form h4{margin-bottom:3rem;}
.page_form .sub_text{font-size:8px;color:#ababab;}
