/*
Theme Name: Titan
Template: Goodini
Theme URI: https://degorov.ru/
Description: Дочерняя тема для Goodini
Author: Дмитриева Ольга
Author URI: https://degorov.ru/
Version: 1.0
*/
* {}

@font-face {
  font-family: "golos";
  src:
    url("assets/fonts/golos.woff") format("woff"),
    url("assets/fonts/golos.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "golos";
  src:
    url("assets/fonts/golos-bold.woff") format("woff"),
    url("assets/fonts/golos-bold.ttf") format("ttf");
  font-weight: bold;
  font-style: normal;
}



.price__main p {
  margin: 0;
}

.videos-video .slick-slide {
  margin: 0 0.5rem;
}



.smart-captcha {
  height: 102px !important;
}

:root {
  --zoom: 1;
}

.tariff-section {
  background: var(--dark);
}

.tariff-section .tariff-item {
  color: var(--dark);
}

h2 {
  font-size: calc(24px + (40 - 24) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
}

.container-fluid {
  max-width: 1669px;
}

.type-header-1 #header .container-fluid {
  max-width: 2000px;
}

.type-header-1 #header .menu .menu-item a {
  color: var(--gray) !important;
  padding: 0.5rem 0.75rem;
}

.type-header-1 #header .menu .menu-item-has-children a {
  padding-right: 2rem !important;
}

.type-header-1 #header .menu_block {
  margin-top: 0rem;
  border-top: none;
}

#header .content .descriptor .text {
  max-width: 16rem;
  font-size: 1rem;
}

#header .content .descriptor {
  margin-right: 3.5rem;
}

/* 
.quiz__item.active {
	display: block;
}

.quiz__item {
	display: none;
} */

.quiz .form_block {
  display: flex;
  gap: 1rem;
}

.quiz__item.quiz__ready {
  flex: 0 0 20rem;
  width: 20rem;
}

.quiz__item.type .quiz__answers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1rem;
}

.quiz__item.quantity {
  margin-top: 2rem;
}

.language-chooser a {
  color: #fff;
  padding: 0.3rem;
  border-radius: 3px;
  border: 1px solid #ffffffc5;
}

.language-chooser li.active a {
  background-color: #153bf1;
  border-color: transparent;
}

.language-chooser {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 11;
  gap: 0.5rem;
  margin-left: 1rem;
}

.quiz .button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.5rem 0;
}

.quiz .button .btn {
  width: 100%;
}

.quiz__items {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 1rem;
  padding: 1.5rem;
  border: 1px solid var(--color);
}

.quiz__wrapper:after {
  content: "";
  position: absolute;
  width: 27vw;
  height: 37vw;
  top: 0;
  right: 0;
  transform: translate(18%, -38%);
  background-image: url(assets/i/gr5.webp);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}

#header .social .soc {
  width: 2rem;
  height: 2rem;
  opacity: 0.5;
}

.quiz__question {
  font-size: 1.25rem;
}

.quiz__wrapper:before {
  content: "";
  position: absolute;
  width: 31vw;
  height: 31vw;
  top: 0;
  left: 0;
  transform: translate(-42%, -33%);
  background-image: url(assets/i/gr4.webp);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.quiz__wrapper {
  border-radius: 5px;
  background-color: #0c0c0e;
  padding: 3rem;
  position: relative;
}

input[type="radio"]+label::before {
  border: 1px solid #fff;
}

#header .social .soc:hover {
  opacity: 1;
  /* border-color: #fff;
  background-color: transparent; */
}

#header .social .soc:hover svg path {
  fill: #fff;
}

#header .social .soc svg {
  width: 1rem;
  height: 1rem;
}

.header__contacts {
  display: flex;
  align-items: center;
  margin-left: auto;
}

#header .content .row {
  width: 100%;
  margin: 0;
  justify-content: flex-start;
}

.start__img {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, 0);
}

.start__img img {
  max-width: unset;
  max-height: unset;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header__social-icons {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  /* margin-right: 3.5rem; */
}

.social {
  gap: 0.5rem;
}

.header__btn.btn {
  background: transparent;
  color: #fff;
  border: 1px solid var(--gray);
  border-radius: 5px;
}

.btn:hover {
  transform: scale(1.1);
}

.header__btn.btn:hover {
  border-color: var(--color);
  background-color: var(--color);
  /* color: var(--color); */
}

.type-header-1 #header .menu .menu-item::before {
  display: none;
}

.type-header-1 #header .menu .menu-item a:hover {
  color: #fff;
}

.type-header-1 #header {
  border-bottom: 1px solid #4d4a4a;
  padding-bottom: 1rem;
}

.scroll_start .type-header-1 #header {
  background: #000;
}

.type-header-1 #header .btn span {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
}

.type-header-1 #header .contacts {
  display: flex;
  align-items: center;
  flex: 0 0 13rem;
  padding-right: 0;
  margin-left: 3rem;
}

.type-header-1 #header a[href^="tel:"].phone-content {
  font-weight: 400;
  font-size: 1rem !important;
}

.type-header-1 #header a[href^="tel:"].phone-content:hover {
  color: var(--color);
}

#header .contacts svg {
  margin-bottom: 0;
  border-color: var(--gray);
  width: 2.4rem;
  height: 2.4rem;
  padding: 0.55rem;
  border-radius: 0;
  width: unset;
  height: unset;
  border: none;
  margin-right: 0;
}

#top-header {
  z-index: 100;
  position: relative;
  background: #000;
  padding-block: 0.5rem;
  font-size: 0.85rem;
  border-bottom: 1px solid #4d4a4a;
}

#top-header .container-fluid {
  max-width: 2000px;
}

#top-header .row-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#top-header .col-flex {
  display: flex;
  align-items: center;
  gap: 1rem;
}

#top-header .col-left {}

#top-header .col-right {}

.col_main {
  margin-bottom: 7rem;
}

.home #hero .hero__slide {
  min-height: 100vh;
}

.home .hero__slide .container-fluid {
  z-index: inherit;
}

.hero__content {
  position: relative;
  z-index: 2;
}

.home .hero__slide {
  overflow: hidden;
}

.home .hero__slide:after {
  content: "";
  position: absolute;
  width: 23vw;
  height: 22vw;
  top: 0;
  left: 0;
  transform: translate(40%, 9%);
  background-image: url(assets/i/gr6.webp);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}

#hero {
  overflow: hidden;
}

.home .hero__slide:before {
  content: "";
  position: absolute;
  width: 32vw;
  border-radius: 50%;
  height: 32vw;
  bottom: 0;
  left: -11%;
  transform: translate(0%, 33%);
  border: 24px solid #153bf1;
  filter: blur(22px);
  z-index: 1;
}

.header__phone {
  border-radius: 50%;
  border: 1px solid #5c5c5c;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__slide {
  position: relative;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  min-height: 70vh;
  background-size: 105% 100%;
  background-position: 100% center;
  /* width: 100vw !important; */
}

.hero__slide.hero__slide-main {
  background-position: 0 center;
}

.hero__slider .slick-slide.slick-active .hero__slide.hero__slide-main {
  animation: bg 4s forwards;
  animation-delay: 0.5s;
}

.hero__slider .slick-slide.slick-active .hero__slide {
  animation: bg 4s forwards;
  animation-delay: 0.5s;
}

@keyframes bg {
  0% {
    background-position: 0 center;
    /* background-size: 105%; */
  }

  100% {
    background-position: 100% center;
    /* background-size: 100%; */
  }
}

.hero__slider {
  width: 100%;
}

.hero__slider.act .hero__slide {
  opacity: 1 !important;
  position: initial;
}

.hero .hero__slide {
  display: flex !important;
}

.hero__slider .hero__slide {
  width: 100%;
}

.hero__slider.act {
  display: block;
}

.hero__button {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.hero__list {
  font-size: 1.25rem;

  border-bottom: 1px solid #4b5360;
  display: inline-block;
}

.hero__list li {
  position: relative;
  padding-left: 2.3rem;
  margin-bottom: 0.5rem;
}

.hero__list li::after {
  content: "";
  position: absolute;
  background-image: url(assets/i/el.png);
  background-repeat: no-repeat;
  top: 50%;
  left: 0;
  transform: translate(-37%, -47%);
  border-radius: 50%;
  width: 6.25rem;
  height: 6.25rem;
  background-size: contain;
  z-index: 10;
}

.hero__list-item {
  display: flex;
  align-items: center;
  gap: 0.62rem;
  margin-bottom: 2.5rem;
  font-family: "Raleway";
}

.hero__list-marker {
  width: 1.25rem;
  height: 1.25rem;
  background: #085b48;
  position: relative;
  border-radius: 50%;
  flex-shrink: 0;
}

.hero__list-marker::before {
  content: "";
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  background: #00f5bc;
  box-shadow: 0px 4px 40px #00ffc4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.hero__img {
  position: absolute;
  height: 100%;
  width: 100%;
}

.hero__img img {
  width: 100%;
  height: 100%;
  max-width: unset;
  max-height: unset;
  object-fit: cover;
}

.hero__text {
  color: #8d91a3;
  width: 17rem;
}

.hero__title h1,
.hero__title h2 {
  font-size: 2rem;
  line-height: 1.25;
}

.hero__title h1 .text_color,
.hero__title h2 .text_color {
  font-size: calc(28px + (48 - 28) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  padding-bottom: 1.3rem;
  line-height: 1.16;
  display: inline-block;
  color: var(--color2);
}

#hero .slick-dots {
  bottom: 2rem;
}

#hero .slick-dots li {
  width: 9.3%;
}

#hero .slick-dots li button {
  width: 100%;
  border: 1px solid var(--gray);
  border-radius: 9.5px;
  background: transparent;
  box-shadow: none;
}

.tarif.new-tarif .cart:hover .card-parameters ul li .value {
  color: #fff;
}

.tarif.new-tarif .cart:hover .card-parameters ul li::before {
  border-bottom-color: #fff;
}

.footer-all {
  border-bottom: 1px solid;
  transition: all 0.3s;
  display: inline;
}

.footer-all:hover {
  border-bottom-color: transparent;
}

.footer__hide {
  display: none;
}

.footer__hide.active {
  display: block;
}

#hero .slick-dots li.slick-active button {
  background: #fff;
}

.wrapper {
  overflow: hidden;
}

.modern {
  background-color: #0c0c0e;
  margin-left: 6.9rem;
  border-radius: 5px 0 0 5px;
  padding-top: calc(64px + (117 - 64) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  margin-top: 2rem;
}

.modern:before {
  content: "";
  position: absolute;
  width: 31vw;
  height: 31vw;
  top: 0;
  left: 0;
  transform: translate(-15%, -17%);
  background-image: url(assets/i/gr4.webp);
  background-repeat: no-repeat;
  background-size: contain;
}

.modern:after {
  content: "";
  position: absolute;
  width: 27vw;
  height: 37vw;
  top: 0;
  right: 0;
  transform: translate(18%, -38%);
  background-image: url(assets/i/gr5.webp);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}

.slide__index {
  font-size: 2.5rem;
  font-weight: 700;
}

.modern__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.5rem 3rem;
  padding-right: calc(32px + (113 - 32) * (calc(100vw / var(--zoom)) - 1400px) / (1920 - 1400));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: calc(100% - 37%);
}

.modern__content-title {
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.5;
}

.modern__content-title p {
  margin-bottom: 0;
}

.modern__content-top {
  display: flex;
  flex-direction: column;
}

/* .modern__slides {
  display: flex;
  margin-right: calc((100vw - 100%) / -2);
} */
.modern__inner {
  width: calc(((100% - 60% - 2.5rem)) + ((100vw - 100%) / 2));
}

.modern-slider__wrapper {
  width: 66%;
}

.modern-slider__wrapper .slick-slide {
  border-radius: 5px;
}

.modern__content {
  border-radius: 5px 0 0 5px;
}

.modern__wrapper {
  display: flex;
  gap: 2rem;
}

.modern__slider,
.modern__slider .slick-list,
.modern__slider .slick-track,
.modern__slide,
.modern__slider .slick-slide>div {
  height: 100%;

  /* width: 50vw; */
}

.modern__slider .slick-track {
  margin-left: -1rem;
}

.slider-nav .slick-slide {
  width: 13.4rem !important;
  height: 100%;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;

  /* width: 40vw; */
}

.modern__slide {
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  justify-content: space-between;
}

.modern__inner .modern__slide {
  padding: 1.5rem;
  margin-top: auto;
  flex-direction: column;
  justify-content: unset;
}

.modern__inner .modern__slide .slide__index {
  font-size: 1.5rem;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

.slide__index {
  margin-bottom: 0.62rem;
}

.modern__slide-title {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.modern__slider .slick-slide {
  margin: 0 1rem;
  border-radius: 5px;
}

.modern__slider .slick-slide .modern_wrap {
  display: flex !important;
}

.modern__content-list li {
  padding: 2rem;
  padding-top: 3.56rem;
  background-color: var(--dark);
  position: relative;
  text-align: center;
  color: #8d91a3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modern__inner .slick-slide .modern_two {
  height: calc(100% - 32px);
}

.modern__slider .slick-slide>div {
  display: flex !important;
  /* align-items: flex-end;
  justify-content: flex-end; */
}

.modern__inner .slick-slide .modern_three {
  height: calc(100% - 64px);
}

.modern__inner .slick-slide .modern_four {
  height: calc(100% - 96px);
}

.modern__inner .slick-slide .modern_five {
  height: 100%;
}

#hero .slick-dots li button:hover {
  border-color: #fff;
}

.modern__content-list {
  margin-left: 1px;
  background-color: #202229;
  width: 37%;
}

.modern__content-list ul {
  height: 100%;
  display: grid;
}

.modern__content-list ul li:last-child {
  border-radius: 0px 0px 5px 0px;
}

.modern__content-list ul li:first-child {
  border-radius: 0px 5px 0px 0px;
}

.modern__content-list li:not(:last-child) {
  margin-bottom: 1px;
}

.modern__content-list li::after {
  content: "";
  position: absolute;
  background-image: url(assets/i/el.svg);
  background-repeat: no-repeat;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 50%;
  width: 5.25rem;
  height: 5.25rem;
  z-index: 10;
}

/* .modern__slider .modern__content-list,
.modern__content-text {
  display: none;
} */
.modern__content-text ul li:not(:last-child) {
  margin-bottom: 0.625rem;
}

.modern__content-text ul li {
  padding-left: 2.2rem;
  position: relative;
  line-height: 1.5;
}

.modern__content-text ul {
  position: relative;
}

.modern__content-text ul::before {
  position: absolute;
  content: "";
  background-color: var(--color);
  height: 100%;
  width: 1.56rem;
  top: 0;
  left: 0;
  border-radius: 5px;
}

.modern_info {
  display: flex;
  justify-content: space-between;
  width: 64%;
  margin-bottom: calc(32px + (64 - 32) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  gap: 3rem;
}

.slick-arrow svg {
  width: 68%;
  height: 60%;
}

.modern__buttons {
  position: relative;
  width: 7.2rem;
  height: 3rem;
}

.modern__buttons .modern-slick-prev {
  left: 0;
}

.modern__buttons .modern-slick-next {
  right: 0;
}

.modern__buttons .modern-slick-prev svg {
  transform: rotate(180deg);
}

.modern__wrap {
  display: flex;
  justify-content: space-between;
}

.modern__title h2 {
  margin: 0;
}

.start__mobile {
  display: none;
}

.modern__title {
  width: 24rem;
  flex: 0 0 24rem;
}

.modern__text.map__text {
  width: 29rem;
  flex-shrink: 0;
}

.slider-nav .slick-slide>div {
  height: 100%;
}

.slider-nav .slick-list,
.slider-nav .slick-track,
.slider__nav-slide {
  height: 100%;
}

.modern__content-text ul li::before {
  content: "";
  position: absolute;
  width: 1.1rem;
  height: 1.1rem;
  background-image: url(assets/i/check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  left: 0.25rem;
}

/* .slider-nav .slick-slide.slick-current.slick-active {
  display: none;
}

.modern__slider .slick-current .modern__content-list,
.modern__slider .slick-current .modern__content-text {
  display: block;
} */

.start::before {
  content: "";
  position: absolute;
  width: 36vw;
  height: 23vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(assets/i/gradient3.webp);
  right: 0;
  top: 13%;
}

.start___list-item-img {
  flex-shrink: 0;
}

.start__icons {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 1rem;
}

.start___item-text {
  min-height: 3rem;
}

.start__items {
  display: flex;
  gap: calc(28px + (90 - 28) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
}

.start__item:nth-child(1) {
  width: 40%;
}

.start__item {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  position: relative;
  padding: 0 1.5rem 2rem;
  align-items: center;
}

.start__item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 15rem;
  background-color: #0c0c0e;
  border-radius: 5px;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.start__item-num {
  line-height: 0.83;
  font-size: 3rem;
  font-weight: 700;
  color: var(--color);
  font-family: "Raleway";
  margin-top: 1.6rem;
  margin-bottom: 1rem;
}

.start__container {
  position: relative;
  margin-top: -12rem;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}

.start__container-item {
  width: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  gap: 0.625rem;
}

.start__container-item:nth-child(1) {
  top: 50%;
  right: 16%;
  transform: translate(0, 11%);
  width: 3rem;
}

.start {
  padding-bottom: calc(64px + (100 - 64) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
}

.start__container-item:nth-child(2) {
  top: 40%;
  left: 24%;
  transform: translate(0, -50%);
}

.start__container-items {
  min-height: 92vh;
}

.start__container-item:nth-child(3) {
  top: 36%;
  left: 3.7%;
  transform: translate(0, -50%);
}

.start__container-item:nth-child(4) {
  bottom: 25%;
  left: 58%;
  transform: translateX(-50%);
}

.start__list-item .hero__list-marker {
  top: 0;
  right: 0;
  position: absolute;
  transform: translate(-30%, 30%);
}

.start__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 60%;
  column-gap: 2rem;
  row-gap: 0.62rem;
  position: absolute;
  bottom: -3rem;
  left: 50%;
  transform: translateX(-50%);
}

.start__list-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  position: relative;
}

.start__list-item {
  background-color: #0c0c0e;
  border-radius: 5px;
  padding: 1.37rem;
}

.additions__item {
  position: relative;
  padding: 2rem;
  padding-top: calc(32px + (114 - 32) * (calc(100vw / var(--zoom)) - 1400px) / (1920 - 1400));
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
  font-size: calc(14px + (24 - 14) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}

.additions__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  border-radius: 5px;
  opacity: 0;
}

#hero .benefits li {
  padding-left: 2rem;
}

#hero .benefits .icon {
  width: 1.5rem;
  max-height: 1.5rem;
}

.additions__item:hover::before {
  opacity: 0.7;
}

.additions__item:hover {
  color: var(--color);
}

.additions .container-fluid {
  max-width: 2000px;
}

.additions__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  padding-top: 3rem;
}

.additions__inner .title h2 {
  margin-bottom: 1.5rem;
}

.additions__inner .title p {
  font-size: 1.5rem;
}

.additions___item-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: calc(28px + (90 - 28) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  font-weight: 700;
  font-family: "Raleway";
  text-align: center;
  position: relative;
}

.tarif__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding-top: 2rem;
}

.cart {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.cart.hover {
  cursor: pointer;
  overflow: hidden;
}

.cart .image {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.cart .image img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.cart .image .image_inner {
  position: absolute;
  top: 0;
  transform: translateX(112%);
  transition: all 0.8s linear;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.cart:hover {
  transform: scale(0.96);
}

.cart:hover .body {
  background-color: #0c0c0e;
}

.cart:hover .body {
  color: #fff;
}

.cart:hover .body .price {
  background-color: #0c0c0e;
}

.cart:hover .image_inner {
  transform: translateX(0%);
}

.cart .body {
  background: #e7e7e7;
  color: #0c0c0e;
  border-radius: 0px 0px 5px 5px;
  transition: all 0.3s;
  margin: 0 1rem;
}

.cart .body .price {
  background-color: #0c0c0e;
  color: #fff;
  width: 100%;
  border-radius: 0px 0px 5px 5px;
}

.price__inner {
  display: flex;
  align-items: center;
  padding: 2rem;
  gap: 3rem;
  justify-content: space-between;
}

.price__inner span {
  font-size: 2rem;
  font-weight: 700;
}

.body__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 3.5rem;
}

.tarif {
  padding-bottom: calc(64px + (112 - 64) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
}

.body__inner .name {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
}

.body__inner .name p {
  margin-bottom: 0;
}

.body__inner .name span {
  color: #153bf1;
}

.tarif .intro li {
  position: relative;
  padding-top: 3.6rem;
  text-align: center;
}

.tarif .intro li{
  padding-bottom: 1rem;
}

.tarif .intro li::before {
  content: "";
  position: absolute;
  width: 2.25rem;
  height: 2.25rem;
  background-repeat: no-repeat;
  background-size: contain;
  top: 1rem;
  left: 50%;
  transform: translate(-50%, 0);
}

.tarif .intro li:nth-child(1)::before {
  background-image: url(assets/i/hour.svg);
}

.tarif .intro li:nth-child(2)::before {
  background-image: url(assets/i/run.svg);
}

.tarif .intro li:nth-child(2) {
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
}

.tarif .intro li:nth-child(3)::before {
  background-image: url(assets/i/gr.svg);
}

.tarif__inner .btn {
  margin: 0 auto;
  display: block;
  margin-top: 4rem;
}

.tarif__inner .title h2 {
  margin-top: 0;
}

.map {
  background: linear-gradient(180deg, rgba(23, 25, 29, 0.98) 0%, rgba(23, 25, 29, 0) 100%);
  padding: calc(48px + (112 - 48) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360)) 0;
}

.map__img {
  position: relative;
  width: 100%;
  height: 100%;
}

.map_btn {
  background: #085b48;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
}

.map_btn:before {
  content: "";
  position: absolute;
  width: 0.62rem;
  height: 0.62rem;
  background: #00f5bc;
  box-shadow: 0px 4px 40px #00ffc4;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.map_btn:nth-child(2) {
  top: 53%;
  left: 8%;
}

.map_btn:nth-child(3) {
  top: 75%;
  left: 10.6%;
}

.map_btn:nth-child(4) {
  top: 57%;
  left: 17%;
}

.map_btn:nth-child(5) {
  top: 61%;
  left: 14%;
}

.map_btn:nth-child(6) {
  bottom: 26%;
  left: 30%;
}

.map_btn:nth-child(7) {
  bottom: 32%;
  left: 11%;
}

.map_btn:nth-child(8) {
  bottom: 27%;
  left: 21%;
}

.map_btn:nth-child(9) {
  bottom: 15%;
  left: 43%;
}

.map_btn:nth-child(10) {
  bottom: 17%;
  left: 46%;
}

.map_btn:nth-child(11) {
  top: 14%;
  right: 8%;
}

.map_btn:nth-child(12) {
  top: 43%;
  right: 12%;
}

.map_btn:nth-child(13) {
  bottom: 17%;
  right: 12%;
}

.map_btn:nth-child(14) {
  top: 49.5%;
  left: 11.6%;
}

.map_btn:nth-child(15) {
  top: 49.5%;
  left: 42.6%;
}

.map_btn:nth-child(16) {
  bottom: 19%;
  right: 20%;
}

.map_btn:nth-child(17) {
  top: 62%;
  right: 54%;
}

.map_btn:nth-child(18) {
  top: 87%;
  right: 33%;
}

.map_btn:nth-child(19) {
  top: 52%;
  right: 27%;
}

.map_btn:nth-child(20) {
  top: 74%;
  right: 14%;
}

.map_btn:nth-child(21) {
  top: 43%;
  right: 51%;
}

.map_btn:nth-child(22) {
  top: 53%;
  right: 73%;
}

.map_btn:nth-child(23) {
  top: 73%;
  right: 63%;
}

.map_btn:nth-child(24) {
  top: 60%;
  right: 60%;
}

.map_btn:nth-child(25) {
  top: 49%;
  right: 15%;
}

.map_btn:nth-child(26) {
  top: 86%;
  right: 49%;
}

.map_btn:nth-child(27) {
  top: 36%;
  right: 75%;
}

.map_btn:nth-child(28) {
  top: 46%;
  right: 2%;
}

.map_btn:nth-child(29) {
  top: 67%;
  left: 87%;
}

.map_btn:nth-child(30) {
  top: 33%;
  left: 15%;
}

.map_btn:nth-child(31) {
  top: 83%;
  right: 30%;
}

.map_btn:nth-child(32) {
  top: 76%;
  right: 44%;
}

.map_btn:nth-child(33) {
  top: 88%;
  right: 40%;
}

.map_btn:nth-child(34) {
  top: 41%;
  right: 63%;
}

.map_btn:nth-child(35) {
  top: 41%;
  right: 63%;
}

.map_btn:nth-child(36) {
  top: 36%;
  right: 70%;
}

.map_btn:nth-child(37) {
  top: 51%;
  right: 82%;
}

.map_btn:nth-child(38) {
  top: 59%;
  right: 72%;
}

.map_btn:nth-child(39) {
  top: 55%;
  right: 71%;
}

.map_btn:nth-child(40) {
  top: 57%;
  right: 69%;
}

.map_btn:nth-child(41) {
  top: 55%;
  right: 65%;
}

.map_btn:nth-child(42) {
  top: 65%;
  right: 93%;
}

.map_btn:nth-child(43) {
  top: 28%;
  right: 93%;
}

.map_btn:nth-child(44) {
  top: 37%;
  right: 88%;
}

.map_btn:nth-child(45) {
  top: 46%;
  right: 84%;
}

.map_btn:nth-child(46) {
  top: 69%;
  right: 95%;
}

.map_btn:nth-child(47) {
  top: 48%;
  right: 90%;
}

.map_btn:nth-child(48) {
  top: 59%;
  right: 90%;
}

.map_btn:nth-child(49) {
  top: 43%;
  right: 82%;
}

.map_btn:nth-child(50) {
  top: 55%;
  right: 65%;
}

.map__img .map__pulse {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  opacity: 1;
  background-color: transparent;
  border: 2px solid #085b48;
  animation: czmPulse 2.5s infinite;
}

@-webkit-keyframes czmPulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.3);
    -moz-transform: translate(-50%, -50%) scale(0.3);
    -ms-transform: translate(-50%, -50%) scale(0.3);
    -o-transform: translate(-50%, -50%) scale(0.3);
    transform: translate(-50%, -50%) scale(0.3);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }

  50% {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
  }
}

.map__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3rem;
  margin-bottom: 2.5rem;
}

.map__content .title h2 {
  margin-top: 0;
}

.map__content .title {
  width: 60%;
}

.map__text {
  padding: 2rem 2.5rem;
  border: 1px solid var(--color);
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.25rem;
  width: 23rem;
  flex-shrink: 0;
  font-weight: 700;
  font-family: "Raleway";
}

.map__text svg {
  flex-shrink: 0;
}

.application {
  padding: calc(48px + (112 - 48) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360)) 0;
}

.application::before {
  content: "";
  position: absolute;
  bottom: 10%;
  left: -3%;
  background-image: url(assets/i/gradient.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 41vw;
  height: 33vw;
}

.tarif__inner .card-parameters {
  width: 100%;
}

.tarif__inner .card-parameters::before {
  display: none;
}

.quiz__item.quantity {
  display: none;
}

.tarif__inner .card-parameters ul li .value {
  font-weight: 400;
  color: var(--dark);
}

.tarif__inner .card-parameters ul li {
  font-size: 1rem;
  color: var(--color);
  font-weight: 700;
}

.application::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-image: url(assets/i/logo2.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 55vw;
  height: 34vw;
}

.application .title h2 {
  margin-top: 0;
}

.application__slider {
  position: relative;
}

.application__slider {
  width: 22rem;
  height: 44.3rem;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.25rem 1.5rem 2rem 1.5rem;
}

.application__img img {
  max-height: calc(44rem - 5.25rem);
  border-radius: 5px;
}

.dark_theme .menu .menu-item .sub-menu {
  background-color: var(--dark);
}

.mobile .menu .menu-item .sub-menu .menu-item a {
  color: var(--dark);
}

.application__inner {
  display: flex;
  align-items: center;
  gap: calc(40px + (129 - 40) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  margin-right: calc(1px + (250 - 1) * (calc(100vw / var(--zoom)) - 1023px) / (1920 - 1023));
  overflow: hidden;
}

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

.application__cards .title {
  width: 79%;
}

.application__cards-inner {
  padding-top: 3rem;
  margin-bottom: 3.37rem;
}

.application__card {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
}

.application__card-wr {
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}

.application__card .application__card-wr::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #00ffc4;
  top: 50%;
  /* transform: translate(0%, -50%); */
  right: 0;
  opacity: 0;
}

@keyframes sl {
  0% {
    transform: translate(162%, -50%);
    opacity: 0;
  }

  100% {
    transform: translate(108%, -50%);
    opacity: 1;
  }
}

.application__card.active .application__card-wr::before {
  animation: sl 0.6s forwards;
}

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

.application__card p {
  margin-bottom: 0;
}

.application__wrapper {
  overflow: hidden;
}

.application__wrapper .title_mobile {
  display: none;
}

.application__content {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  width: 71%;
}

.application__btns {
  position: relative;
  height: 2.8rem;
}

.application__btns .application-slick-next {
  left: 4.25rem;
}

.slick-arrow {
  border-radius: 5px;
  box-shadow: none;
  background: var(--color2);
}

.application__card .hero__list-marker {
  opacity: 0.3;
}

.application__card.active .hero__list-marker {
  opacity: 1;
}

.manager__bg {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(0%, 0);
  width: 100%;
}

.manager__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: unset;
  max-height: unset;
}

.manager__logo {
  position: absolute;
  bottom: 0;
  left: 0;
}

.manager-1 .wrap {
  position: relative;
  padding: 0;
  box-shadow: none;
  background-color: transparent !important;
}

.manager-1 .left-wrap {
  position: relative;
}

.dark_theme .manager-1 {
  padding-bottom: 0;
  background: var(--color2);
}

.manager__actions {
  background: #0c0c0e;
  padding: 1.5rem 4.5rem 1.5rem 2rem;
  clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 0 50%, 0% 0%);
  margin-top: 5rem;
}

.manager__actions p {
  margin: 0.75rem 0;
}

.manager__actions .text_color {
  font-size: 2rem;
  line-height: 0;
  color: #147bae;
  font-family: "Raleway";
}

.manager-1 .form-wrap {
  max-width: 34.9rem;
  margin-bottom: 5rem;
}

#footer .footer-head {
  letter-spacing: 0.01em;
  text-transform: none;
  font-size: 1rem;
}

#footer .col.col__contact .footer-head {
  font-weight: 400;
  color: #989398;
}

.dark_theme .manager-1 .form-wrap {
  background: #0c0c0e;
}

#manager .form .form-head {
  background: transparent;
  margin: 0;
  padding: 0;
  color: var(--color2);
  text-transform: uppercase;
}

#manager .form-header {
  background: #e7e7e7;
  border-radius: 5px;
  padding: 2.5rem;
  margin-top: -3rem;
  text-align: center;
}

#manager .form-desk {
  color: #0c0c0e;
  margin-bottom: 0;
  text-align: center;
}

#manager .form-desk a {
  color: #0c0c0e;
  font-weight: 700;
}

#manager .form-group {
  border: none;
  background: #343744;
  border-radius: 5px;
  min-height: 5.3rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

#manager .form-group::before {
  content: "";
  position: absolute;
  background: #153bf1;
  filter: blur(80px);
  transform: matrix(0.72, 0.09, 2.89, -4.02, 0, 0) translateX(-50%);
  width: 40%;
  height: 80%;
  top: 0;
  left: 50%;
  border-radius: 50%;
}

#manager .form-group.form-group-tel:before {
  transform: matrix(-0.72, 0.09, -2.89, -3.52, 0, 0) translateX(-50%);
  left: 20%;
}

#manager .hideLabels .form-control {
  min-height: 5.3rem;
}

#manager .form-wrap .button {
  text-align: center;
}

#manager .hideLabels .form-control {
  color: #b2b2b2;
}

.header h2+p,
.subheader {
  color: #fff;
  line-height: 1.33;
  width: 68%;
  font-size: 1.5rem;
  margin: 0;
  font-family: "Raleway";
  line-height: 1.33;
}

.manager-1 .text-wrap {
  max-width: 30.9rem;
  align-items: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
}

.professional__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  padding-top: 2rem;
}

.professional__item-title p {
  color: transparent;
  text-shadow: none;
  font-size: calc(40px + (128 - 40) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  -webkit-text-stroke: 1px #147bae;
  font-family: "Raleway";
  font-weight: 700;
  line-height: 0.25;
}

.professional__item.professianal__columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  padding: calc(32px + (56 - 32) * (calc(100vw / var(--zoom)) - 1400px) / (1920 - 1400)) 3rem;
  border: 1px solid #153bf1;
}

.professional__item {
  padding: 2rem;
  gap: calc(40px + (110 - 40) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  min-height: calc(300px + (404 - 300) * (calc(100vw / var(--zoom)) - 1023px) / (1920 - 1023));
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.slick-arrow:hover {
  transform: scale(1.05);
}

.prof__bg img {
  max-width: unset;
  /* object-position: -5rem; */
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.professional {
  padding-bottom: calc(64px + (81 - 81) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
}

.prof__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  z-index: -1;
}

.professional__item:hover .prof__bg {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.professional__item-text p {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Raleway";
  text-align: center;
}

.professional--item-col {
  text-align: center;
}

.professional--item-col-text {
  padding-top: 0.75rem;
}

.professional--item-col-icon {
  padding: 1.3rem;
  width: 4.125rem;
  height: 4.125rem;
  margin: 0 auto;
  border: 1px solid #5c5c5c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.professional--item-col-icon img {
  width: 2rem;
  max-width: unset;
  max-height: unset;
}

.professional .container-fluid {
  max-width: 2000px;
}

.professional__inner .title {
  width: 45%;
  margin: 0 auto;
}

.video__wrapper {
  position: relative;
}

/* .video__wrapper */

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

.video__btn-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 15%;
  pointer-events: none;
  z-index: 2;
}

.video__btn {
  /* position: absolute; */

  width: 112px;
  height: 112px;
  background-color: transparent;
  background-image: url(assets/i/video-btn.svg);
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  pointer-events: none;
  transition: all 0.3s ease;
}

.video__wrapper:hover .video__btn {
  transform: scale(1.1);
}

.video__section {
  background-color: #0c0c0e;
  margin: 0 3.5rem;
  border-radius: 5px;
  padding-bottom: 5rem;
}

.video__wrapper {
  padding-top: 2rem;
}

.video__section::before {
  content: "";
  width: 31vw;
  height: 26vw;
  position: absolute;
  top: -14%;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(assets/i/gradient1.webp);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  pointer-events: none;
}

.video__section .title {
  position: relative;
  z-index: 1;
}

#footer-2::before {
  display: none;
}

#footer div[itemprop="telephone"],
.footer__email {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex-direction: row;
}

#footer div[itemprop="telephone"] a,
#footer a[href^="mailto:"] {
  color: #fff;
  border-bottom-color: transparent;
  font-size: 1rem;
  font-weight: 400;
}

#footer div[itemprop="telephone"] a:hover,
#footer a[href^="mailto:"]:hover {
  color: var(--color);
}

#footer .link:hover {
  border-color: var(--color);
  color: var(--color);
  border-bottom: 1px solid var(--color) !important;
}

.social .soc:hover {
  border-color: var(--color);
  background-color: var(--color);
}

/* .social .soc:hover svg path {
  fill: var(--color);
} */

#footer .link {
  padding: 0.75rem 1.5rem;
  border-bottom: none;
  border: 1px solid #7b7b7b;
  border-radius: 5px;
  margin-bottom: 1rem;
}

.footer__icon {
  width: 2.43rem;
  height: 2.43rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #5c5c5c;
  border-radius: 50%;
  padding: 0.5rem;
}

#footer {
  padding: 1.5rem 0;
}

#footer .col-lg-3.col__contact {
  flex: 0 0 16%;
  max-width: 16%;
  margin-left: auto;
}

#footer .row {
  margin: 0 0rem;
}

#footer .footer-logo {
  margin: 0;
  max-width: 230px;
}

#footer .header__social-icons {
  margin-top: 1rem;
}

.social .soc {
  border: 1px solid #7b7b7b;
  border-radius: 50%;
  width: 2.44rem;
  height: 2.44rem;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  cursor: pointer;
}

.social .soc svg {
  width: unset;
  height: unset;
}

#footer .descriptor {
  font-size: 1rem;
}

#footer {
  /* margin-bottom: -1rem; */
  border-bottom: 1px solid #4d4a4a;
}

.footer-2__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  font-size: 0.87rem;
  color: #fff;
}

.b2b-copy {
  margin-top: 0;
}

.b2b-copy-inline a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.b2b-copy-inline a:hover {
  border-bottom-color: transparent;
}

#manager .agreement-check a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

#manager .agreement-check a:hover {
  border-bottom-color: transparent;
}

.type-header-1 #header .button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12rem;
  flex: 0 0 12rem;
  text-align: right;
  margin-top: 0;
  margin-left: 2rem;
}

.thanks__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.thanks__img img {
  max-width: unset;
  max-height: unset;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#hero .main.main--thanks {
  padding-top: calc(150px + (300 - 150) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  padding-bottom: calc(100px + (150 - 100) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  justify-content: center;
}

#hero .main.main--thanks .button {
  justify-content: center;
  margin-top: 3.5rem;
}

#hero .main.main--thanks p {
  width: 50%;
  margin: 0 auto;
}

#hero .main.main--thanks h1 {
  margin-bottom: 1.5rem;
}

#hero.hero__error {
  background-color: #0c0c0e;
  background-image: url(assets/i/err.webp);
  background-repeat: no-repeat;
}

#hero.hero__error .intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1.5rem;
}

.hero__error-title h1 {
  font-weight: 700;
  font-size: calc(100px + (228 - 100) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
}

.hero__error-title {
  display: inline-block;
  padding: 1.5rem;
  position: relative;
  border: 1px solid #fff;
  margin-bottom: 3rem;
}

.hero__error-title h1 {
  display: inline-block;
  z-index: 2;
  position: relative;
  color: var(--color);
  margin-bottom: 0;
  line-height: 1.17;
}

.hero__error-title:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 105%;
  height: 70%;
  transform: translate(-50%, -50%);
  background-color: #0c0c0e;
}

#hero.hero__error .intro strong {
  font-family: "Raleway";
  font-size: calc(18px + (48 - 18) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
}

#hero.hero__error .intro {
  margin-bottom: 0;
}

.hero__error-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 105%;
  transform: translate(-50%, -50%);
  background-color: #0c0c0e;
}

#hero.hero__error .main {
  background-image: url(assets/i/er2.webp);
  justify-content: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 0;
  /* margin: 3.5rem 0; */
}

#hero.hero__error .row {
  padding-top: 3.5rem;
  padding-bottom: calc(48px + (112 - 48) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
}

#hero.hero__error .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 2500px) {
  body {
    zoom: 1.333;
  }

  :root {
    --zoom: 1.333;
  }

  .home #hero .hero__slide {
    min-height: 75vh;
  }
}

@media screen and (max-width: 1919px) {
  .start__container {
    background-position: 59% 100%;
  }

  .body__inner {
    padding: 2.5rem 2.5rem;
  }

  .application::before {
    bottom: 26%;
    left: -3%;
    width: 34vw;
    height: 26vw;
  }

  .professional__item.professianal__columns {
    gap: 1.5rem;
    padding: 2rem;
  }

  .header__phone {
    width: 2.43rem;
    height: 2.43rem;
    margin-right: 0.7rem;
  }

  #header .content .descriptor .text {
    max-width: 8rem;
    font-size: 0.9rem;
  }

  #header .content .descriptor {
    /* margin-right: 0rem; */
  }

  .header__social-icons {
    /* margin-right: 0; */
  }

  .header__phone {
    width: 2rem;
    height: 2rem;
  }

  /* #header .content {
    margin-left: 1rem;
  } */

  #header .logo a {
    display: block;
    width: 10rem;
  }

  .type-header-1 #header .menu .menu-item a {
    padding: 0.5rem 0.5rem;
  }

  #header .social .soc {
    width: 1.8rem;
    height: 1.8rem;
  }

  .start__container-item:nth-child(3) {
    left: 4.7%;
  }
}

@media screen and (max-width: 1679px) {
  #hero:before {
    width: 26vw;
    height: 26vw;
  }

  .start__container-item {
    width: 1.5rem;
  }

  .footer__hide .footer-menu .menu {
    grid-template-columns: repeat(3, 1fr) !important;
    padding: 1rem 0 !important;
  }

  .start__container-item:nth-child(3) {
    left: 10%;
    top: 34%;
  }

  .start__container-item:nth-child(2) {
    top: 37%;
    left: 27%;
  }

  .price__inner {
    gap: 1rem;
  }

  #header .content .descriptor,
  .header__social-icons {
    margin-right: 2rem;
  }

  .type-header-1 #header .contacts {
    margin-left: 1rem;
  }
}

@media screen and (max-width: 1535px) {
  .professional__inner .title {
    width: 55%;
  }

  .map__text {
    padding: 1.5rem;
    font-size: 1.125rem;
  }

  .modern__text.map__text {
    width: 26rem;
  }

  .modern__content-list li {
    padding: 1rem;
    padding-top: 3.5rem;
  }

  .start__list {
    width: 64%;
  }

  .additions__items,
  .professional__items,
  .tarif__items {
    padding-top: 1rem;
  }

  .start__container {
    margin-top: -8rem;
  }

  .additions__item {
    padding-top: 5rem;
  }

  .additions___item-content {
    gap: 2rem;
  }

  .price__inner {
    padding: 1.5rem;
    gap: 1rem;
  }

  .body__inner .name {
    margin-bottom: 1rem;
  }

  .body__inner {
    padding: 2rem;
  }

  .tarif__items {
    gap: 1rem;
  }

  .price__inner span {
    font-size: 1.55rem;
  }

  .video__section .title h2 {
    margin-top: 0;
  }

  .manager__bg {
    width: 63vw;
  }

  .professional__item.professianal__columns {
    gap: 1rem;
    padding: 1.5rem;
  }

  .modern__slider .slick-slide {
    margin: 0 0.5rem;
  }

  .modern__content {
    padding: 2rem;
  }

  .modern__wrapper {
    gap: 0.5rem;
  }

  .modern__slider .slick-track {
    margin-left: 0rem;
  }

  #manager {
    padding-top: 4rem;
  }

  #manager .header.subheader h2 {
    margin-top: 0;
  }

  .additions__inner .title h2,
  .professional__inner .title h2 {
    margin-top: 0;
  }

  .modern {
    margin-left: 5rem;
    padding-top: 4rem;
  }

  #footer .col-lg-3.col__contact {
    flex: 0 0 21%;
    max-width: 21%;
  }

  .manager-1 .form-wrap {
    max-width: 30.9rem;
  }

  .manager__actions {
    margin-top: 11rem;
  }

  .manager__bg {
    transform: translate(1%, 0);
  }

  .type-header-1 #header .menu .menu-item a {
    font-size: 0.9rem;
  }

  .type-header-1 #header .btn span {
    padding: 0.75rem 1rem;
  }

  .type-header-1 #header .contacts {
    flex: 0 0 12rem;
  }

  .header__phone {
    width: 1.8rem;
    height: 1.8rem;
  }

  #header .contacts svg {
    padding: 0.4rem;
  }

  .type-header-1 #header .button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11rem;
    flex: 0 0 11rem;
  }

  #header .mainrow {
    margin: 0 -2rem;
  }

  #hero:after {
    transform: translate(1%, 13%);
  }

  .start__container-item:nth-child(3) {
    left: 6%;
  }

  .start__container-item:nth-child(2) {
    left: 25%;
  }

  #header .content .descriptor,
  .header__social-icons {
    margin-right: 1rem;
  }
}

@media screen and (max-width: 1439px) {
  .map__content .title {
    width: 70%;
  }

  .professional--item-col-icon {
    padding: 0.9rem;
    width: 3rem;
    height: 3rem;
  }

  .professional--item-col-icon img {
    width: 1.5rem;
  }

  .col_main {
    margin-bottom: 0rem;
  }

  #header .content .descriptor {
    margin-right: 1rem;
  }

  .start__container-item:nth-child(3) {
    left: 3%;
  }
}

@media screen and (max-width: 1399px) {
  .start__container-item:nth-child(3) {
    left: 11%;
  }

  .start__container-item:nth-child(2) {
    left: 28%;
  }

  .modern__slide-title {
    font-size: 0.9rem;
  }

  #hero.hero__error .main {
    background-size: contain;
    background-position: top;
  }
}

@media screen and (max-width: 1365px) {
  .modern__content-list li {
    padding: 1rem;
    padding-top: 2.5rem;
  }

  .modern__content-list li::after {
    top: -1rem;
  }



  .modern__slide-title {
    font-size: 0.8rem;
  }

  .start__items {
    gap: 2rem;
  }

  .tarif .intro li::before {
    width: 2rem;
    height: 2rem;
  }

  .tarif .intro li {
    padding-top: 3rem;
  }

  .price__main {
    display: flex;
    flex-direction: column;
    font-size: 0.9rem;
  }

  .map__content .title h2 br {
    display: none;
  }

  .manager__bg {
    width: 54vw;
  }

  .manager-1 .text-wrap {
    align-items: flex-start;
  }

  .manager__actions {
    margin-top: 0rem;
  }

  .modern__inner .modern__slide {
    padding: 1rem;
  }

  /* #header .mainrow {
    margin: 0 -1.5rem;
  } */

  #header .content .descriptor {
    display: none;
  }

  .hero__list {
    font-size: 1.125rem;
  }

  .hero__slide {
    background-size: 105% 105%;

    /* width: 100vw !important; */
  }

  .hero__list-item {
    margin-bottom: 1.5rem;
  }

  .hero__button {
    margin-top: 1.5rem;
  }

  .hero__text {
    color: #fff;
  }

  .home .hero__slide:after {
    transform: translate(4%, 8%);
  }

  .start__list {
    bottom: -5rem;
  }

  .start___list-item-img {
    width: 2.5rem;
  }

  #hero .main.main--thanks p {
    width: 67%;
  }

  #header .content {
    margin-left: 1.5rem;
  }

  .type-header-1 #header .contacts {
    /* display: flex;
  align-items: center;
  flex: 0 0 13rem;
  padding-right: 0; */
    margin-left: 2rem;
  }
}

@media (max-width: 1281px) and (max-height: 914px) and (min-height: 913px) {
  .home #hero .hero__slide {
    min-height: 78vh;
  }

  /* #header .mainrow {
    margin: 0 -2rem;
} */
  .hero__slide {
    background-size: 105% 100%;
    /* width: 100vw !important; */
  }

  .start__container-item:nth-child(3) {
    left: 7%;
  }

  .start__container-items {
    min-height: 70vh;
  }
}

@media screen and (max-width: 1279px) {
  .modern {
    margin-left: 2rem;
  }

  .tarif.new-tarif .price__inner {
    flex-direction: column;
  }

  .start__inner .title h2 {
    margin-top: 1rem;
  }

  .additions___item-icon {
    width: 7rem;
    height: 7rem;
  }

  /* #footer .col:nth-child(1) {
    order: 1;
  } */
  .start__list {
    width: 75%;
  }

  .video__section {
    margin: 0 1.5rem;
  }

  #footer .col-lg-3.col__contact {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    margin: 0;
  }

  #header .mainrow {
    margin: 0;
  }

  .hero__slide {
    background-size: cover;
  }

  .home .hero__slide:after {
    width: 25vw;
    height: 25vw;
    transform: translate(4%, 23%);
  }

  .hero__slide {
    background-position: 50% center;
    /* width: 100vw !important; */
  }

  .hero__slide.hero__slide-main {
    background-position: 0 center;
  }

  @keyframes bg {
    0% {
      background-position: 0 center;
      /* background-size: 105%; */
    }

    100% {
      background-position: 50% center;
      /* background-size: 100%; */
    }
  }

  .start__container-items {
    min-height: 71vh;
  }

  .start__container {
    margin-top: -5rem;
  }

  .mobile-icon {
    display: block !important;
  }

  .dark_theme .menu .menu-item .sub-menu {
    background-color: transparent;
  }

  .type-header-1 #header .menu_block {
    display: none;
  }

  .type-header-1 #header .button {
    margin-right: 4rem;
  }

  .open span {
    background-color: #fff;
  }

  .mobile .social .soc {
    background-color: var(--gray);
    border-color: var(--gray);
  }

  .mobile {
    width: 50%;
    left: unset;
  }

  #header .content .descriptor {
    display: block;
  }
}

@media screen and (max-width: 1149px) {
  .professional--item-col-text {
    padding-top: 0.5rem;
    font-size: 0.9rem;
  }

  .quiz__wrapper {
    margin: 0 -2rem;
    padding: 2rem;
  }

  .quiz__item.quiz__ready {
    flex: 0 0 15rem;
    width: 15rem;
  }

  .start__item-num {
    font-size: 2rem;
    margin-top: 1.3rem;
    margin-bottom: 1rem;
  }

  .manager__actions {
    margin-top: 3rem;
  }

  #header .header__social-icons {
    display: none;
  }

  #header .content .descriptor {
    margin-left: 0.5rem;
    display: block;
  }

  #header .content .descriptor .text {
    max-width: 15rem;
  }

  .type-header-1 #header .button {
    margin-right: 4rem;
  }

  .hero__list {
    font-size: 1rem;
  }

  .hero__list-item {
    margin-bottom: 1.5rem;
  }

  .modern__text.map__text {
    width: unset;
  }

  .modern_info {
    gap: 1rem;
  }

  .price__main {
    font-size: 0.8rem;
  }

  .body__inner .name {
    font-size: 1.125rem;
  }

  .start__container-item {
    width: 1rem;
    font-size: 0.9rem;
    gap: 0.4rem;
  }

  .start__container-item:nth-child(1) {
    width: 2rem;
  }

  .map__img .map__pulse {
    width: 49px;
    height: 49px;
  }

  .additions__inner .title p {
    font-size: 1.3rem;
  }

  .additions__inner .title h2 {
    margin-bottom: 0;
  }

  .tarif {
    padding-top: 1rem;
    padding-bottom: 4rem;
  }

  .application,
  .map {
    padding: 4rem 0;
  }

  .start__item {
    font-size: 0.9rem;
  }

  .start__item:nth-child(3) .start___item-img {
    width: 80%;
  }

  .start__items {
    gap: 1rem;
  }

  #header .content .descriptor {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .start__item:nth-child(1) {
    width: 32%;
  }

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

  .quiz__items {
    grid-template-columns: unset;
  }

  .professional--item-col {
    text-align: left;
    display: flex;
    gap: 0.5rem;
  }

  .professional--item-col-text {
    padding-top: 0;
  }

  .professional--item-col-icon {
    padding: 0.5rem;
    width: 2.5rem;
    height: 2.5rem;
  }

  .professional--item-col .btn {
    display: block;
    margin: 0 auto;
  }

  .professional--item-col .btn span {
    padding: 1rem 1.5rem;
  }

  .professional__item {
    height: 320px;
  }

  .map__content {
    gap: 0rem;
    flex-direction: column;
  }

  .professional__item-title p {
    font-size: 3rem;
  }

  .modern_info {
    gap: 2rem;
    flex-wrap: wrap;
  }

  .map__text {
    width: 23rem;
    font-size: 1rem;
  }

  .modern__wrapper {
    flex-direction: column;
  }

  .modern-slider__wrapper {
    width: 100%;
  }

  .modern__inner {
    width: 100%;
    height: 15rem;
  }

  .modern__slider .slick-list {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .start___item-text {
    min-height: unset;
    font-size: 0.8rem;
  }

  .start__item {
    padding: 0 1rem 1rem;
  }

  .start__container-items {
    min-height: 59vh;
  }

  .start__list {
    width: 85%;
    column-gap: 1rem;
  }

  .start__list-item {
    gap: 0.7rem;
    padding: 1rem 2rem 1rem 1rem;
  }

  .title p,
  .additions__inner .title p {
    font-size: 1.25rem;
  }

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

  .application__inner {
    gap: 0;
    margin-right: 0;
  }

  .application__content {
    align-self: flex-start;
  }

  .application::before {
    bottom: unset;
    top: 22%;
  }

  .application__cards .title {
    width: 100%;
  }

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

  .manager-1 .wrap {
    flex-direction: column;
    display: flex;
  }

  .manager-1 .left-wrap {
    position: unset;
  }

  .manager__actions {
    margin-top: 0;
  }

  .manager-1 .text-wrap {
    padding: 2rem 0;
  }

  .header p:nth-child(2),
  .subheader {
    margin: 0;
  }

  .header h2+p,
  .subheader {
    width: 90%;
  }

  .manager-1 .form-wrap {
    margin-left: auto;
  }

  .manager-1 .form-wrap {
    max-width: 26.9rem;
  }

  .manager__bg {
    transform: translate(-87%, 0);
    width: 60vw;
  }

  #manager .form-header {
    padding: 1.5rem;
  }

  #manager .header.subheader h2 {
    margin-bottom: 1rem;
  }

  #footer .col:nth-child(1) {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  #footer .col-lg-3.col__contact {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  #footer .col:nth-child(5) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  #footer .col:nth-child(1) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    order: 5;
    display: flex;
    flex-direction: column;
  }

  #footer .header__social-icons {
    /* margin-top: auto; */
  }

  #footer .descriptor {
    margin-bottom: 1rem;
  }

  #footer .col:nth-child(3) {
    padding-left: 1rem;
  }

  #footer .link {
    margin-bottom: 1rem;
  }

  .professional__inner .title {
    width: 79%;
  }

  .video__btn {
    width: 5rem;
    height: 5rem;
  }

  #footer .col:nth-child(4) {
    padding-left: 1rem;
  }

  #footer .col {
    margin: 1.5rem 0 !important;
  }

  .manager-1 .form-wrap {
    margin-bottom: 4rem;
  }

  .tarif__inner .btn {
    margin-top: 2rem;
  }

  .type-header-1 #header .button {
    display: block;
  }

  #header .content .descriptor {
    display: none;
  }

  .home #hero .hero__slide {
    min-height: 71vh;
  }

  .hero__button {
    align-items: flex-start;
    gap: 0.8rem;
    flex-direction: column;
  }

  .hero__slide {
    background-position: 60% bottom;
    /* width: 100vw !important; */
  }

  .hero__slide.hero__slide-main {
    background-position: 0 bottom;
  }

  @keyframes bg {
    0% {
      background-position: 0 bottom;
      /* background-size: 105%; */
    }

    100% {
      background-position: 60% bottom;
      /* background-size: 100%; */
    }
  }

  .hero__title h1,
  .hero__title h2 {
    font-size: 1.9rem;
    line-height: 1.25;
  }

  .start__container-items {
    min-height: 41vh;
  }

  .start__container-item:nth-child(3) {
    left: 3%;
  }

  .start__container-item:nth-child(2) {
    left: 24%;
  }

  .start__container-item:nth-child(1) {
    top: 45%;
    right: 11%;
    transform: translate(0, 11%);
    width: 3rem;
  }

  .mobile {
    width: 100%;
    left: 0;
  }

  .modern__inner .slick-slide .modern_four,
  .modern__inner .slick-slide .modern_one,
  .modern__inner .slick-slide .modern_two,
  .modern__inner .slick-slide .modern_three,
  .modern__inner .slick-slide .modern_five {
    height: 100%;
  }

  .modern__wrapper {
    gap: 1rem;
  }

  .modern__inner {
    width: 100%;
    height: 12rem;
  }

  .price__main {
    align-items: center;
  }

  .type-header-1 #header .contacts {
    margin-left: 0rem;
  }

  .mobile .city {
    color: var(--dark);
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .professional__items {
    gap: 1rem;
  }

  .footer__hide .footer-menu .menu {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .quiz .form_block {
    gap: 1rem;
    flex-direction: column;
  }

  .quiz__item.quiz__ready {
    flex: unset;
    width: 100%;
  }

  .professional__item-text p {
    font-size: 1rem;
  }

  .professional__item {
    height: 353px;
  }

  .professional__item-title p {
    font-size: 2.7rem;
  }

  .prof__bg img {
    max-width: unset;
    object-position: 78%;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .start__container-item:nth-child(3) {
    left: 0%;
  }

  .start__list {
    width: 90%;
  }

  .start__container {
    margin-top: -4rem;
  }

  .start___list-item-text {
    font-size: 0.9rem;
  }

  .cart .body {
    margin: 0 0rem;
  }

  .cart .image img {
    border-radius: 5px 5px 0px 0px;
  }

  .body__inner .name {
    font-size: 1.125rem;

    margin-bottom: 1rem;
  }

  .tarif .intro li::before {
    width: 1.5rem;
    height: 1.5rem;
  }

  .tarif .intro li {
    padding-top: 2.5rem;
    font-size: 0.9rem;
  }

  .body__inner {
    padding: 1rem;
  }

  .price__inner {
    font-size: 0.8rem;
  }

  .price__inner span {
    font-size: 1.4rem;
  }

  .price__inner {
    padding: 1rem;
    gap: 1rem;
  }

  .price__main {
    font-size: 0.8rem;
  }

  .title p,
  .additions__inner .title p {
    font-size: 1.1rem;
  }

  .video__section {
    padding: 4rem 0;
    margin: 0 1rem;
  }

  .video__wrapper {
    padding-top: 1rem;
  }

  .application__slider {
    width: 17rem;
    height: 34.3rem;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3.25rem 1.5rem 2rem 1.5rem;
  }

  .application__content {
    width: 90%;
  }

  .application__card:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .application__card {
    gap: 0.5rem;
  }

  .application__cards-inner {
    padding-top: 1rem;
    margin-bottom: 3rem;
  }

  .application__card .application__card-wr::before {
    top: unset;
    bottom: 5px;
  }

  @keyframes sl {
    0% {
      transform: translate(162%, -50%);
      opacity: 0;
    }

    100% {
      transform: translate(88%, -50%);
      opacity: 1;
    }
  }

  .start__items {
    gap: 1rem;
  }

  .start__item::before {
    height: 12rem;
  }

  .start__item {
    padding: 0 2rem 1rem;
  }

  .map__text {
    padding: 1rem;
  }

  .map .map__text {
    width: 19rem;
    font-size: 1rem;
  }

  .map__img .map__pulse {
    width: 40px;
    height: 40px;
  }

  .map__img {
    transform: scale(1.1);
  }

  .manager__bg {
    display: none;
  }

  #header .contacts svg {
    display: block;
  }

  .type-header-1 #header .button {
    display: none;
  }

  .type-header-1 #header .content .contacts {
    margin-right: 3rem;
  }

  .hero__slide-wrap {
    position: relative;
  }

  .hero__slide-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 2;
  }

  .start__list {
    position: relative;
    bottom: unset;
    transform: unset;
    left: unset;
    margin: 0 auto;
    margin-top: -4rem;
  }

  .start__container .start__list {
    display: none;
  }

  .start__mobile {
    display: block;
    padding: 0;
  }

  .start {
    padding-bottom: 0;
  }

  .professional__item-title p {
    font-size: 2rem;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 550px) {
  .application__inner {
    align-items: flex-start;
    flex-direction: column-reverse;
  }

  .application__inner .title {
    display: none;
  }

  .application__wrapper .title_mobile {
    display: block;
    text-align: center;
  }

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

  .application__slider {
    width: 18rem;
    height: 36.3rem;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3.25rem 1.5rem 2rem 1.5rem;
  }

  .professional--item-col-text {
    font-size: 0.8rem;
  }

  .professional--item-col .btn span {
    padding: 1rem;
  }

  .modern {
    margin-top: 1rem;
  }

  .modern__wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .modern_info {
    margin-bottom: 2rem;
  }

  .modern__wrap {
    margin-bottom: 2rem;
  }

  .start__inner .title h2 {
    margin-top: 0rem;
  }

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

  .start__item {
    padding: 0 1rem 1rem;
    width: 40% !important;
  }

  /* .start__item:nth-child(1) {
    width: 33%;
  } */
  .start___item-img {
    height: 6rem;
  }

  .start__item::before {
    height: 11rem;
  }

  .start__list {
    width: 96%;
  }

  .tarif {
    padding-top: 0;
  }

  .tarif__items {
    gap: 1rem;
  }

  .application__card .application__card-wr::before {
    top: 50%;
  }

  @keyframes sl {
    0% {
      transform: translate(162%, -50%);
      opacity: 0;
    }

    100% {
      transform: translate(108%, -50%);
      opacity: 1;
    }
  }

  .application__inner {
    align-items: center;
  }

  .map__content .title {
    width: 94%;
  }

  .map_btn {
    width: 1rem;
    height: 1rem;
  }

  .header h2+p {
    width: 100%;
  }

  .modern__inner {
    height: 10rem;
  }

  .application__inner {
    overflow: unset;
  }

  .footer-2__inner {
    flex-wrap: wrap;
    gap: 1rem;
  }

  .start__img img {
    object-position: 37%;
  }

  .start__container-item:nth-child(1) {
    right: 3%;
    transform: translate(0, 11%);
    width: 2rem;
  }

  .hero__error-title h1 {
    font-size: 5rem;
  }

  .video__section::before {
    width: 25rem;
    height: 25rem;
    top: -14%;
    left: 50%;
  }

  .start__container-items {
    min-height: 36vh;
  }

  .start__container-item:nth-child(3) {
    left: 5%;
  }
}

@media screen and (max-width: 499px) {
  .header__adress {
    display: none;
  }

  .quiz__wrapper:before {
    width: 46vw;
    height: 46vw;
    transform: translate(-11%, -22%);
  }

  .footer__hide .footer-menu .menu {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .map_btn:nth-child(50),
  .map_btn:nth-child(49),
  .map_btn:nth-child(48),
  .map_btn:nth-child(47),
  .map_btn:nth-child(46),
  .map_btn:nth-child(30),
  .map_btn:nth-child(25),
  .map_btn:nth-child(35),
  .map_btn:nth-child(15),
  .map_btn:nth-child(10) {
    display: none;
  }

  .professional__items {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    padding-top: 2rem;
  }

  .price__main {
    gap: 0.5rem;
  }

  .professional__items,
  .tarif__items {
    margin: 0 2rem;
  }

  .price__main {
    flex-direction: row;
  }

  .professional--item-col-text {
    font-size: 1rem;
  }

  .professional--item-col-icon {
    width: 3rem;
    height: 3rem;
  }

  .professional__item {
    height: 16rem;
  }

  .modern {
    margin-left: 1rem;
  }

  .professional__item.professianal__columns {
    height: unset;
  }

  .modern__slide {
    width: 100%;
    justify-content: unset;
    flex-direction: column;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .modern__content {
    width: 100%;
  }

  .modern__content-top {
    margin-bottom: 3rem;
  }

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

  .modern__content-list ul {
    border-radius: 5px;
  }

  .modern__content-list li.modern__content-list-next {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .modern__content-list ul li {
    border-radius: 0 !important;
  }

  .modern__content {
    border-radius: 5px 0px 0px 0px;
  }

  .modern__content-list {
    width: 100%;
  }

  .modern__content {
    height: 100%;
  }

  .additions__items {
    gap: 1rem;
  }

  .tarif__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }

  .body__inner {
    padding: 2rem;
  }

  .video__section {
    margin: 0;
  }

  .map__img .map__pulse {
    width: 20px;
    height: 20px;
  }

  .additions___item-icon {
    width: 5rem;
    height: 5rem;
  }

  #footer .col:nth-child(3),
  #footer .col:nth-child(4) {
    padding-left: 0.5rem;
  }

  #footer .row {
    row-gap: 0rem;
  }

  /* #footer .col-lg-3.col__contact {
    flex: 0 0 100%;
    max-width: 100%;
  } */

  .hero__title h1,
  .hero__title h2 {
    font-size: 1.4rem;
    line-height: 1.25;
  }

  .hero__list li::after {
    width: 4.25rem;
    height: 4.25rem;
  }

  .hero__list li {
    padding-left: 1.5rem;
  }

  .hero__title h1,
  .hero__title h2 {
    margin-bottom: 1rem;
  }

  .home .hero__slide {
    align-items: flex-start;
    padding-top: 7rem;
  }

  .hero__slide {
    background-position: 65% center;
    /* width: 100vw !important; */
  }

  .hero__slide.hero__slide-main {
    background-position: 0 center;
  }

  @keyframes bg {
    0% {
      background-position: 0 center;
      /* background-size: 105%; */
    }

    100% {
      background-position: 65% center;
      /* background-size: 100%; */
    }
  }

  .hero__slider .slick-slide.slick-active .hero__slide.hero__slide-main {
    animation: bg 5s forwards;
    animation-delay: 0.5s;
  }

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

  .start__list-item {
    flex-direction: row;
    align-items: center;
  }

  .map__text img {
    width: 3rem;
  }

  .professional__inner .title h2 {
    margin-bottom: 0;
  }

  .professional__inner .title {
    width: 100%;
  }

  #footer .col:nth-child(1) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .start__container-item:nth-child(3) {
    left: 3%;
  }

  .start__container-item {
    width: 0.9rem;
  }
}

@media screen and (max-width: 413px) {
  .modern__content-top {
    margin-bottom: 2rem;
  }

  .quiz__item.type .quiz__answers {
    grid-template-columns: repeat(1, 1fr);
  }

  .quiz__wrapper {
    margin: 0;
  }

  .additions__items {
    display: flex;
    overflow: auto;
    flex-wrap: nowrap;
    overflow-y: hidden;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1rem;
  }

  .additions__item {
    flex: 0 0 15rem;
  }

  .application__slider {
    width: 12rem;
    height: 24.3rem;
  }

  .application__content {
    width: 76%;
  }

  .map_btn {
    width: 0.8rem;
    height: 0.8rem;
  }

  .map_btn:before {
    width: 0.32rem;
    height: 0.32rem;
  }

  .type-header-1 #header .content .contacts {
    margin-right: 3rem;
  }

  #header .logo a {
    width: 8rem;
  }

  .home #hero .hero__slide {
    min-height: 88vh;
  }

  #hero .main.main--thanks p {
    width: 100%;
  }

  #hero.hero__error .main {
    background-size: 100% 43%;
    background-position: top;
  }

  #hero.hero__error .intro {
    gap: 0.5rem;
  }

  .modern:before {
    width: 22rem;
    height: 13rem;
  }

  .manager__actions .text_color {
    font-size: 1.6rem;
  }

  .manager__actions p {
    margin: 0;
  }

  .manager__actions {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
  }

  .start__item {
    width: 47% !important;
  }
}

@media screen and (max-width: 374px) {

  .professional__items,
  .tarif__items {
    margin: 0 1rem;
  }

  .header__phone {
    display: none;
  }

  .type-header-1 #header .content .contacts {
    margin-right: 3rem;
    flex: 0 0 9rem;
  }

  .hero__list {
    font-size: 0.9rem;
  }

  .hero__title h1 .text_color,
  .hero__title h2 .text_color {
    padding-bottom: 0.6rem;
  }
}

@media screen and (max-width: 359px) {
  .map__text img {
    width: 2rem;
  }

  h2 {
    font-size: 1.4rem;
  }

  .video__section {
    overflow: hidden;
  }

  .type-header-1 #header a[href^="tel:"].phone-content {
    font-size: 0.9rem !important;
  }

  .map {
    overflow: hidden;
  }

  .start__container-item {
    width: 0.7rem;
    font-size: 0.8rem;
  }

  .start__container-item:nth-child(3) {
    left: 2%;
  }
}

@media screen and (max-width: 320px) {}

/* footer */
/* contacts form   */
.footer-contacts {
  align-items: start;
  gap: 1rem;
  align-items: center;
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 0.625rem;
}

#footer .row:first-child ul>li {
  min-height: 67px;
}

.footer__contacts-name {
  font-size: 1rem;
  opacity: 0.5;
  font-weight: 400;
}

.footer__contacts-value {
  margin-top: 0.5rem;
}

.footer__contacts-value,
#footer div[itemprop="telephone"] a,
#footer a[href^="mailto:"] {
  /* line-height: 38px; */
  font-size: 1.125rem;
}

.footer-contacts>li:nth-child(4) .footer__contacts-value {
  /* line-height: 38px; */
  margin-top: 14px;
}

#footer .link {
  width: 100%;
  text-align: center;
}

.footer__contacts {
  align-items: start;
}

.footer-contacts>li {
  margin-bottom: 0 !important;
}

.footer-contacts>li>* {
  margin-bottom: 0 !important;
}

#footer .link {
  margin-bottom: 0 !important;
}

#footer .row {
  display: flex;
  align-items: start;
  gap: 2rem;
  flex-wrap: nowrap;
}

#footer .row:last-child {
  display: block;
  margin-top: 3rem;
}

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

.footer__hide .footer-menu {
  display: block;
}

.footer__hide .footer-menu .menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 2rem;
  padding: 2rem 0;
}

.footer__services-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.footer__services-item ul {
  margin-top: 1rem;
}

.footer__services-item ul li {
  margin-top: 0.3rem;
}

@media (max-width: 1347px) {
  .footer-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1.5rem;
  }
}

@media (max-width: 621px) {
  .footer-menu {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1.5rem;
  }
}

#footer .row:first-child {
  gap: 1rem;
}

.footer__contacts-name:after {
  content: ":";
}

@media screen and (max-width: 1171px) {
  #footer .col:nth-child(1) {
    order: 0;
  }


  #footer .col:nth-child(1) {
    margin-bottom: 0 !important;
  }

  #footer .row {
    flex-direction: column;
    gap: 0;
  }

  .footer__contacts {
    margin: 0;
  }

  .footer-contacts {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 0;
    width: 100%;
  }

  .footer__contacts {
    width: 100%;
  }

  #footer .link {
    width: max-content;
  }

  .footer-head {
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 943px) {
  .footer-contacts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: auto;
    column-gap: 0;
    row-gap: 1rem;
    width: 100%;
  }

  .footer__contacts-value {
    margin-top: 6px;
  }

  .footer-contacts>li:nth-child(4) .footer__contacts-value {
    /* line-height: 38px; */
    margin-top: 6px;
  }

  .footer-contacts {
    margin-top: 0;
  }
}

@media (max-width: 604px) {
  .footer-contacts {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 520px) {
  #footer .link {
    display: block;
  }
}

.header__services-menu {
  display: block;
  width: 100%;
  top: -100vh;
  height: 100vh;
  position: absolute;
  left: 0;
  transition: all 0.3s ease 0s;
  background: var(--dark);
}

.header__services-menu.active {}

.header__services-body {
  padding-top: 2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: nowrap !important;
  gap: 30px;
  left: 0 !important;
  width: max-content;
  padding: 2rem 1rem !important;
}

.header__services-body ul li:first-child {
  margin-top: 0%;
  display: block;
}

.header__services-item img {
  object-fit: contain;
  width: 70px;
  display: block;
}

.menu-item-4220 {
  position: relative;
}

/* Стили для ссылок в меню Услуг Хедер */
.header__services-link,
.footer__services-link {
  transition: all 0.3s ease 0s;
  font-size: 1rem;
  color: var(--light);
}

.header__services-link:hover,
.footer__services-link:hover {
  color: var(--color);
}

/* кнопка закрыть */
.header__services-menu .container-fluid {
  position: relative;
}

.header__services-exit-wrapper {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 9px 6px;
  background: #fff;
  border-radius: 50%;
}

.header__services-exit {
  width: 30px;
  height: 24px;
  position: relative;
  margin: auto;
}

.header__services-exit:after,
.header__services-exit:before,
.header__services-exit span {
  display: block;
  position: absolute;
  content: "";
  transition: all 0.3s ease 0s;
  width: 100%;
  height: 2px;
  left: 0;
  right: 0;
  background: var(--light);
  transition: all 0.3s ease 0s;
}

.header__services-exit::before,
.header__services-exit::after {
  top: 11px;
}

.header__services-exit::after {
  transform: rotate(45deg);
}

.header__services-exit::before {
  transform: rotate(-45deg);
}

.header__services-exit span {
  width: 0;
}

.header__services-exit-wrapper {
  cursor: pointer;
  background: var(--dark);
  border: 2px solid var(--color);
  transition: all 0.3s ease;
}

.header__services-exit-wrapper:hover {
  background: var(--color);
}

.header__services-title {
  color: #fff !important;
  font-weight: 700 !important;
  line-height: 120% !important;
  font-size: 1.25rem !important;
  margin-top: 0.7rem !important;
  opacity: 1 !important;
}

.table-bordered td {
  border: 1px solid #dee2e6 !important;
}

.agreement-check {
  margin-top: 1rem;
}