.main-block {
  background-color: #fff;
  overflow: hidden;
  display: none;
}

.main-block__wrap {
  position: relative;
  height: 788px;
  padding: 0 0 100px;

  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.main-block__inner {
  max-width: 300px;
}
.main-block__loader {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 350px;
  right: 40%;
  z-index: 10;
}

.main-block__loader.hide {
  display: none;
}

.main-block__caption {
  font-size: 29px;
  font-weight: 700;
  color: #000;
  font-family: 'ClearSans', sans-serif;
  letter-spacing: -.6px;
  padding-bottom: 25px;
  position: relative;
  max-width: 100%;
  line-height: 120%;
  text-align: center;
  position: relative;
}
.main-block__caption::after {
  position: absolute;
  content: '';
  width: 80%;
  height: 1px;
  bottom: 20px;
  left: 10%;
  background: #ec1e24;
}
.main-block__btn {
  width: 100%;
}

.main-block__descr {
  line-height: 1.14;
  max-width: 350px;
  padding-bottom: 11px;
  position: relative;
  text-align: center;
}

.main-block__btn-wrap {
  padding-bottom: 46px;
  position: relative;
  max-width: 100%;
}

.main-block__btn {
  font-size: 14px;
  font-weight: 500;
  color: #f5f5f5;
  background-color: #ec1e24;
  border-radius: 20px;
  display: inline-block;
  border: none;
  padding: 5px 8px;
  transition: all .3s;
  text-align: center;
  max-width: 90%;
  left: 5%;
  margin: auto;
}

.main-block__btn:hover {
  background-color: #1a459d;
  color: #fff;
}
.map-cart {
  position: relative;
}
.map-cart::after {
  position: absolute;
  content: '';
  bottom: 150px;
  left: 0;
  width: 100%;
  height: 500px;
  background: #f9f9f9;
}
.main-block__title {
  font-size: 48px;
}
.main-block__check {
  /* max-width: 250px; */
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-block__check-item {
  margin: 0 10px 10px 0;
  line-height: 1.13;
}

.main-block__check-link {
  display: inline-block;
  font-size: 19px;
  color: #fff;
  background: #173e8a;
  padding: 10px 30px;
  /* padding-left: 37px; */
  border: none;
  transition: all .3s;
  position: relative;
}

/* .main-block__check-link:before {
  position: absolute;
  content: '';
  width: 22px;
  height: 22px;
  border: 2px solid #0c47a1;
  left: 0;
  top: 1px;
  transition: all .3s;
} */

/* .main-block__check-link:after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background: #ec1e24;
  left: 6px;
  top: 7px;
  transition: all .3s;
  transform: scale(0);
} */

.main-block__check-link:focus {
  border: none;
  color: #0c47a1;
}

.main-block__check-link.active {
  background: #ec1e24;
  color: #fff;
}

.main-block__check-link.active:before {
  background-color: #fff;
}

.main-block__check-link.active:after {
  transform: scale(1);
}

#figure_1,
#figure_2,
#figure_3,
#figure_4,
#figure_5,
#figure_6,
#figure_7 {
  transition: all .3s;
  cursor: pointer;
}

#figure_1_active,
#figure_2_active,
#figure_3_active,
#figure_4_active,
#figure_5_active,
#figure_6_active,
#figure_7_active {
  opacity: 0;
  transition: all .3s;
  cursor: pointer;
  pointer-events: none;
}

#figure_1_active.active,
#figure_2_active.active,
#figure_3_active.active,
#figure_4_active.active,
#figure_5_active.active,
#figure_6_active.active,
#figure_7_active.active {
  opacity: 1;
}

.hide-item {
  opacity: 0;
  visibility: hidden;
}

#header {
  background: #173e8a;
  color: #fff;
}

#header .description {
  color: #fff;
}

#header .phone {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

#header .phone:hover {
  color: #fff;
}

#header .btn {
  padding: 1px 10px;
  font-size: 12px;
  margin-top: 4px;
}

.h_line-in::before, .h_line-in::after {
  background-color: #ec1e24 ;
}

.menu_block .menu-item a {
  color: #fff;
}

.menu_block .menu-item a:hover {
  color: #4abcc2;
}

.menu_block .menu-item a:hover:after {
  background-color: #4abcc2;
}

.menu_block .menu-item a::before {
  color: #4abcc2;
}

.lang li::before {
  color: #4abcc2;
}

.lang li a {
  color: #4abcc2;
}

.lang li a:hover {
  color: #fff;
}

.lang li a.active {
  color: #fff;
}

.v-banner { padding: 0; overflow: hidden;}
.v-banner .container {
  height: 100%;
  padding: 80px 0;
}
.v-banner .container::after {
  position: absolute;
  content: '';
  background: #173e8a;
  opacity: 0.5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: translateX(-45%);
}
.v-banner__title {
  font-size: 60px;
  color: #fff;
  line-height: 110%;
  font-weight: 300;
  margin-bottom: 60px !important;
  display: block;
  position: relative;
  z-index: 5;
}
.v-banner__title span {
  font-weight: 700;
}
.v-banner__link {
  color: #fff;
  border: none;
  font-size: 18px;
  position: relative;
  z-index: 5;
}
.v-catalog {
  position: absolute;
  top: 157px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  box-shadow: 0px 2px 25px 1px rgba(0, 0, 0, 0.15);
  transform: translateY(-100%);
  /* opacity: 0; */
  pointer-events: none;
  transition: .6s cubic-bezier(0.77, 0, 0.175, 1);
}
.v-catalog.active {
  opacity: 1;
  transform: translate(0);
  pointer-events: auto;
}
.v-catalog__container {
  display: none;
}
.v-catalog__container.active {
  display: block;
}
.v-catalog .container {
  display: grid;
  grid-template-columns: 400px 1fr;
  grid-gap: 70px;
  padding: 30px 0;
}
.v-catalog .container::after,
.v-catalog .container::before {
  content: none;
}
.v-catalog__img {
  max-width: 100px;
  max-height: 120px;
}
.v-catalog__title {
  transition: .2s ease;
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 15px 0 15px 20px;
  margin-left: 20px;
}
.v-catalog__title:hover {
  color: #173e8a;
}
.v-catalog__title.active {
  color: #fff;
  margin-left: 25px;
}
.v-catalog__title.active::after {
  position: absolute;
  content: '';
  width: 110%;
  height: 110%;
  left: -3%;
  top: -5px;
  background: #173e8a;
  z-index: -1;
}
.v-catalog__products-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  grid-gap: 10px;
}
.v-catalog__products-title {
  font-size: 26px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 30px !important;
}
.v-catalog__name {
  text-align: center;
  font-weight: 600;
  color: #000;
  font-size: 16px;
  line-height: 120%;
  margin: 5px 0 30px 0;
}
.v-catalog__btn {
  margin: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: .3s ease;
  transform: translate(-50%, 100%);
  margin: auto;
  padding: 5px 30px;
}
.v-catalog__item {
  height: fit-content;
  border: none;
  position: relative;
  padding-bottom: 30px;
}
.v-catalog__item:hover .v-catalog__btn {
  transform: translate(-50%, -50%);
  opacity: 1;
  pointer-events: auto;
}
.v-catalog__close {
  position: absolute;
  top: 30px;
  right: 0;
  width: 40px;
  height: 40px;
  background: #dce2ee;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  cursor: pointer;
}
.v-model .gallery a {
  height: 500px;
  display: block;
  border: none;
}



@media (min-width: 1200px) {
  .main-block__img {
      left: 0;
      top: 70px;
      width: 840px;
  }

  .main-block__video {
      left: 18px;
      top: 10px;
      width: 975px;
  }
  
}
@media (max-width: 1199px) {
  .v-catalog__products-list {
      grid-template-columns: 1fr 1fr 1fr !important;
  }
  .v-catalog__products-title {
      font-size: 22px !important;
  }
  .v-catalog__title {
      padding:  15px 0;
  }
  
}
@media (max-width: 992px) {

  .v-model__row {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .v-model__spec {
    margin: 0;
  }
  .v-model__btn-credit {
    margin: 20px 0 0 0;
    width: 100%;
  }
  .v-btns {
    grid-template-columns: 1fr 1fr;
  }
  .v-special__list,
  .v-char__list {
    grid-template-columns: 1fr 1fr;
  }
  #hamburger-cart {
    display: none;
  }
  .v-model__spec:hover .v-model-char {
    transform: translate(0, -110%);
  }
  .v-model-char{ 
    right: auto;
    left: 0;
    transform: translate(0%, 0%);
  }
  .v-catalog {
    top: 232px;
  }
  .v-catalog .container {
    width: 95%;
  }
  .v-catalog__products-title {
    font-size: 20px;
  }
  .v-catalog .container {
    grid-gap: 30px;
    grid-template-columns: 250px 1fr;
  }
  .v-catalog__title {
    margin: 0;
  }
  .v-catalog__title.active {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .main-block {
      display: block;
  }
  
  .main-block__img {
      position: absolute;
      left: 9px;
      top: 152px;
      width: 630px;
      transition: all .3s;
  }

  .main-block__video {
      position: absolute;
      left: 0;
      top: 107px;
      width: 730px;
      overflow: hidden;
      transition: all .3s;
  }

  .main-block__video video {
      margin-bottom: -8px;
      width: 100%;
      height: auto;
  }

  .main-block__loader {
      right: 43%;
  }

  #header .phone {
      font-size: 16px;
  }
}
@media (max-width: 768px) {
  .v-hero__subtitle {
    font-size: 18px;
  }
  .v-hero__tab {
    height: 40px;
  }
  .v-hero__title {
    margin-bottom: 0;
  }
  .animate.btn {
    margin-top: 30px;
  }
  .v-model__price {
    font-size: 34px;
  }
  .v-model .row:nth-child(1)  {
    display: flex;
    flex-direction: column;
  }
  .v-model .row > div:nth-child(1) {
    order: 2;
  }
  .v-model .row > div:nth-child(2) {
    order: 1;
  }
  .v-model__btn-credit {
    width: fit-content;
    margin: 0 0 0 30px;
  }
  .v-model__spec {
    margin-left: 30px;
  }
  .mobile_menu {
    width: calc(100vw + 20px);
    padding-right: 80px;
  }
  .v-banner__title {
    font-size: 36px;
  }
  .v-banner .container {
    padding: 40px 20px;
  }
  .v-banner .container::after {
    transform: translate(0);
  }
  .header__row .logo {
    width: 45%;
    max-width: 45%;
    justify-content: flex-start;
    order: 1;
  }
  .header__box {
    order: 2;
    width: 50%;
  }
  .header__info {
    order: 3;
    flex-direction: row-reverse;
  }
  .header__info .button {
    width: 50%;
  }
  .header__info .button a {
    margin: 0 !important;
  }
  .v-catalog .container {
    grid-template-columns: 1fr;
  }
  .menu_block .menu-item {
    float: left;
  }
  #free {
    width: 98% !important;
    left: 1% !important;
    max-width: 98%;
  }
  .white-popup__row {
    grid-template-columns: 1fr;
  }
  .white-popup__image {
    height: 180px;
    background-position: center;
  }
  .free__title {
    font-size: 22px;
  }
  #terminal {
    background-position-x: 250px;
    background-size: 170px;
  }
  .white-popup__title {
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 10px !important;
  }
}
@media (max-width: 600px) {
  .v-hero__title {
    font-size: 26px;
  }
  .v-hero__subtitle {
    font-size: 14px;
    flex-wrap: wrap;
  }
  .v-hero__tab {
    height: 25px;
    justify-content: center;
  }
  .v-hero__tab > * {
    margin: 0;
  }
  .animate.btn {
    font-size: 12px;
  }
  .v-special__icon {
    max-width: 70px;
    margin: 0;
  }
  .v-special__item {
    grid-template-columns: 70px 1fr;
  }
  .v-special__title {
    font-size: 18px;
  }
  .v-special__text {
    font-size: 12px;
  }
  .v-char__title {
    font-size: 18px;
  }
  .v-char__item {
    padding: 15px;
  }
  .v-btns__btn span {
    font-size: 12px;
  }
  .v-catalog__products-list {
    grid-template-columns: 1fr 1fr !important;
  }
  .header__row:first-child {
    margin: 0 10px 0 0 !important;
  }
  .header__row:last-child {
    margin-top: 20px;
  }
  .header__row {
    justify-content: space-between;
  }
  .header__box-icon {
    width: 30px;
    height: 30px;
  }
  .header__box-icon img {
    width: 20px;
    height: 20px;
    object-fit: scale-down;
  }
  .menu_block .menu-item a {
    padding: 5px 10px;
  }
  .menu_block .menu-item a::before {
    content: none;
  }
  .header__row .logo {
    width: 100%;
    height: 60px;
  }
  .logo__img {
    width: 200px;
    height: inherit;
    object-fit: scale-down;
    margin: 0;
    object-position: left;
  }
  .header__info {
    margin-top: 20px;
  }
  .header .menu_block .menu {
    margin-bottom: 20px;
  }
  #header {
    padding: 10px 10px 20px 10px;
  }
}
@media (max-width: 500px) {
  .v-char__item {
    height: 200px;
  }
  .v-special__list {
    grid-gap: 10px;
    grid-template-columns: 1fr;
  }
  .v-char__list {
    grid-gap: 5px;
  }
  .desk__row .name,
  .desk__row ul li {
    font-size: 14px;
  }
  .v-model__spec {
    margin: 0;
    width: fit-content;
  }
  .v-model__btn-credit {
    margin: 20px 0 0 0;
    width: 100%;
  }
  .v-model__price {
    width: 100%;
  }
  .v-btns {
    grid-template-columns: 1fr;
  }
  .v-char__title {
    font-size: 18px;
    margin-bottom: 20px !important;
    max-width: 80%;
  }
  .v-char__list {
    grid-template-columns: 1fr;
  }
  .v-char__item {
    height: fit-content;
  }
  .header__info .button {
    width: 35%;
    white-space: nowrap;
  }
  .header__box {
    width: 55%;
  }
  .header__row .logo {
    width: 45%;
  }
  .v-catalog {
    overflow: hidden;
    top: 270px;
  }
  .v-catalog__btn {
    position: relative;
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%);
  }
  .v-catalog__name {
    margin: 5px 0 15px 0;
  }
  .v-model .header h1 {
    font-size: 26px;
    display: inline;
  }
}