.intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 820px; }
  .intro__wrap {
    position: absolute;
    left: 0;
    width: 100%;
    top: 20px;
    z-index: 1; }
  .intro__bg {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px; }
  .intro__inner {
    padding-top: 120px;
    border-radius: 10px;
    padding-bottom: 80px;
    position: relative;
    height: 100%; }
  .intro__title,
  .intro__title h1 {
    margin-top: 65px;
    max-width: 1230px;
    text-transform: uppercase;
    font-family: 'AA Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: calc(33px + 77 * (100vw / 1920));
    line-height: 110%;
    leading-trim: both;
    text-edge: cap;
    color: #FFFFFF;
    letter-spacing: -0.01em; }
  .intro__subtitle {
    margin-top: 15px;
    font-style: normal;
    font-weight: 500;
    font-size: calc(14px + 16 * (100vw / 1920));
    line-height: 130%;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    opacity: 0.8;
    max-width: 540px; }
  .intro__form {
    margin-top: 135px;
    max-width: 550px; }
  .intro__social {
    position: absolute;
    bottom: 76px;
    right: 0; }
  .intro__social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px; }
  .intro__phone {
    display: none;
    position: absolute;
    top: 90px;
    right: 15px;
    font-size: 18px;
    color: #fff;
    z-index: 99; }
  .intro__phone a {
    font-family: "Manrope", sans-serif;
    color: #fff;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    font-weight: 500; }
  @media (max-width: 1750px) {
    .intro__title,
    .intro__title h1 {
      font-size: calc(33px + 50 * (100vw / 1440));
      max-width: 928px; }
    .intro__subtitle {
      font-size: calc(14px + 8 * (100vw / 1440));
      max-width: 460px; } }
  @media (max-width: 900px) {
    .intro {
      height: 813px; }
      .intro__wrap {
        height: 813px; }
      .intro__inner {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 25px;
        background: none;
        padding-top: 25px; }
      .intro__phone {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: 120px;
        right: 30px; }
      .intro__social {
        display: none; }
      .intro__subtitle {
        font-size: 16px;
        line-height: 18px;
        text-align: center;
        width: 100%;
        max-width: 100%;
        margin-top: 10px; }
      .intro__title {
        margin-top: 430px;
        width: 100%;
        max-width: 100%; }
      .intro__title h1 {
        font-size: 33px;
        text-align: center; }
      .intro__form {
        width: 100%;
        max-width: 100%;
        margin-top: 20px; } }

.intro .container-fluid {
  background-image: url("/wp-content/themes/turbo-new/img/intro.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px; }

@media (max-width: 900px) {
  .intro .container-fluid {
    background-image: url("/wp-content/themes/turbo-new/img/intro-m.jpg");
    background-position: top;
    height: 813px; }
  .intro .form--outline .form__phone-wrap a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
    font-size: 14px; }
  .intro .form--outline .form__phone-wrap a svg {
    display: block; }
  .intro .form__phone-wrap:after {
    display: none; }
  .intro .form__phone-wrap:before {
    display: none; }
  .intro .form--outline .form__submit input {
    font-size: 14px; } }

.intro__phone a {
  padding: 8px 15px;
  background: #ff4747;
  border-radius: 24px; }

.page-template-home .intro__phone {
  top: 75px; }

@media (max-width: 520px) {
  .intro .form__submit-input {
    width: calc(45% - 5px); }
  .intro .form__phone-wrap {
    width: calc(55% - 5px); }
  .intro .form__submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 40px; }
  .intro .form {
    padding: 17px 15px !important; } }

@media (max-width: 395px) {
  .intro .container {
    height: 850px; } }

.intro .container {
  width: calc(100% - 190px); }

.intro__wrap .container-fluid {
  position: relative; }

.intro__wrap .container-fluid:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  width: 300px;
  height: 98px; }

.intro__wrap .container-fluid:before {
  content: "";
  width: 13px;
  height: 13px;
  background-image: url("/wp-content/themes/turbo-new/img/re.svg");
  display: block;
  position: absolute;
  top: 96px;
  left: -2px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.intro__wrap .container-fluid:after {
  height: 99px; }

@media (max-width: 1750px) {
  .intro__wrap .container-fluid:after {
    height: 85px; }
  .intro__wrap .container-fluid:before {
    top: 83px; } }

@media (max-width: 1400px) {
  .intro__wrap .container-fluid:after {
    width: 100px; } }

@media (max-width: 1200px) {
  .intro__wrap .container-fluid:before {
    top: 57px; }
  .intro__wrap .container-fluid:after {
    height: 59px; } }

@media (max-width: 900px) {
  .intro .container {
    width: 100%; } }

@media (max-width: 1200px) {
  .intro__wrap .container-fluid:after {
    height: 52px; }
  .intro__wrap .container-fluid:before {
    top: 57px; } }

@media (max-width: 480px) {
  .intro__wrap .container-fluid:before {
    top: 59px; } }

@media (max-width: 410px) {
  .intro__wrap .container-fluid:before {
    top: 50px; } }

.intro .container-fluid {
  padding: 0; }

.intro .container {
  padding: 0; }

.intro__video {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px; }

.intro__bg {
  background-color: rgba(0, 0, 0, 0.3);
  position: relative; }

.intro__wrap .container-fluid:before {
  z-index: 9; }

.intro__wrap .container-fluid {
  border-radius: 10px; }

.intro__bg {
  height: 100%; }

.intro__video-mob {
  display: none; }

@media (max-width: 700px) {
  .intro__video-pc {
    display: none; }
  .intro__video-mob {
    display: block; }
  .intro__wrap .container-fluid {
    background-color: #fff;
    background-image: none;
    background: #fff; }
  .intro__video-mob {
    height: 420px; }
  .intro__bg {
    height: 420px; }
  .intro__title {
    margin-top: 270px; }
  .intro .form {
    margin-top: 70px;
    padding: 0 !important;
    background: #fff; }
  .intro .form input {
    color: #000;
    border-color: #000; }
  .intro .form input[type=submit] {
    color: #fff; }
  .intro .form input::-webkit-input-placeholder {
    color: #000; }
  .intro .form input::-moz-placeholder {
    color: #000; }
  .intro .form input:-ms-input-placeholder {
    color: #000; }
  .intro .form input::-ms-input-placeholder {
    color: #000; }
  .intro .form input::placeholder {
    color: #000; }
  .intro .form__phone-wrap {
    border: 1px solid rgba(0, 0, 0, 0.3); }
  .intro,
  .intro .container-fluid,
  .intro__wrap {
    height: 670px; }
  .intro__inner {
    border-bottom: 1px solid #000;
    padding-bottom: 35px; } }

@media (max-width: 395px) {
  .intro__inner {
    height: 680px; } }

@media (max-width: 385px) {
  .intro__title {
    margin-top: 255px; } }

.intro .form input[type=text],
.intro .form input[type=tel] {
  border-radius: 0; }

@media (max-width: 1000px) {
  .intro__wrap .container-fluid:after {
    display: none; }
  .intro__wrap .form__phone-wrap {
    padding-top: 5px;
    padding-bottom: 5px; } }

@media (min-width: 2000px) {
  .intro__title {
    font-size: 110px; }
  .intro__subtitle {
    font-size: 30px; } }

.intro__social li a svg:nth-child(2) {
  display: none; }

.intro__social li a:hover svg:nth-child(2) {
  display: block; }

.intro__social li a:hover svg:first-child {
  display: none; }

.intro__form .form__submit-input input {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.intro__form .form__submit-input:hover input {
  background-color: #E96161; }

.intro__form .form__phone-wrap {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.intro__form .form__phone-wrap:hover {
  background-color: #fe0000; }

.intro__form .form__phone-wrap:hover a {
  color: #fff; }

.intro__form .form__phone-wrap:hover:before,
.intro__form .form__phone-wrap:hover:after {
  color: #fff; }

.header__local svg path {
  stroke: #fff; }

.header__local span {
  color: #fff; }

.services {
  overflow: hidden;
  padding-top: 100px;
  background-color: #fe0002;
  border-radius: 30px;
  padding-bottom: 80px;
  margin-top: 80px; }
  .services__title {
    font-family: 'AA Bebas Neue';
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    color: #E7E4D8;
    max-width: 400px; }
  .services__button {
    margin-top: 50px; }
  .services__button a {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    letter-spacing: -0.011em;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
    padding: 8px 15px;
    background: #E7E4D8;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 2px; }
  .services__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .services__left {
    width: 45%; }
  .services__right {
    width: 55%; }
  .services__item {
    padding: 20px;
    background-color: #e54e4d;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    position: relative; }
  .services__item-desc {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 130%;
    letter-spacing: -0.011em;
    color: #E7E4D8;
    opacity: 0.7;
    margin-top: 145px; }
  .services__item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .services__item-title {
    font-family: 'AA Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 110%;
    color: #E7E4D8;
    max-width: 200px;
    min-height: 100px;
    leading-trim: both;
    text-edge: cap; }
  .services__item-desc {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .services__item {
    width: calc(50% - 15px); }
  .services__slider {
    position: relative; }
  .services__form {
    display: none;
    padding: 30px;
    background-color: #fff;
    width: 100%;
    height: 100%; }
  .services__form-title {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 130%;
    letter-spacing: -0.011em;
    color: #000000;
    opacity: 0.7; }
  .services__form-slogan {
    font-family: 'AA Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 29px;
    line-height: 120%;
    letter-spacing: -0.011em;
    color: #000000;
    margin-top: 20px; }
  .services__form-text {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 130%;
    letter-spacing: -0.011em;
    color: #000000;
    opacity: 0.9;
    margin-top: 10px; }
  .services__advantages {
    margin-top: 100px; }
  .services__advantages-title {
    font-family: 'AA Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 73px;
    line-height: 110%;
    color: #E7E4D8;
    text-align: center;
    letter-spacing: -0.01em; }
  .services__advantages-list {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    position: relative;
    padding-bottom: 150px; }
  .services__advantages-item {
    padding: 24px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    height: 390px;
    width: calc(33.3% - 15px); }
  .services__advantages-item-title {
    font-family: 'AA Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 110%;
    color: #E7E4D8;
    text-align: center; }
  .services__advantages-item-text {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 130%;
    text-align: center;
    letter-spacing: -0.011em;
    color: #E7E4D8;
    opacity: 0.7;
    margin-top: 15px; }
  .services__advantages-list-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url("/wp-content/themes/turbo-new/img/adv-bg.webp");
    width: 100%;
    height: 415px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center; }
  @media (max-width: 900px) {
    .services {
      margin-top: 0px;
      padding-top: 60px; }
      .services__advantages-list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding-bottom: 140px;
        gap: 10px; }
      .services__advantages-item {
        width: calc(50% - 5px);
        height: 260px;
        padding: 10px; }
      .services__advantages-item:last-child {
        width: 100%;
        height: 150px; }
      .services__advantages-title {
        font-weight: 400;
        font-size: 32px;
        line-height: 1; }
      .services__advantages-item-title {
        font-size: 24px; }
      .services__advantages-item-text {
        font-size: 15px;
        margin-top: 5px; }
      .services__advantages {
        margin-top: 50px; }
      .services__slider {
        margin-top: 40px; }
      .services__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .services__left {
        width: 100%; }
      .services__right {
        width: 100%; }
      .services__button {
        display: none; }
      .services__title {
        max-width: 100%;
        font-family: 'AA Bebas Neue';
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        line-height: 110%;
        color: #E7E4D8;
        text-align: center; } }
  @media (max-width: 720px) {
    .services__item {
      width: 100%; } }

.services__form-inner .form {
  border: none;
  background: none;
  padding-left: 0;
  padding-right: 0px; }

.services__form-inner .form__submit input {
  background-color: #fe0000;
  color: #fff; }

.services__form-inner .form__submit-input:before,
.services__form-inner .form__submit-input:after {
  color: #fff;
  display: none; }

.services__form-inner .form__fields input[type=tel], .services__form-inner .form__fields input[type=text] {
  background: none;
  color: #000;
  border-bottom: 1px solid #000; }

.services__form-inner .form__fields input[type=tel]::-webkit-input-placeholder, .services__form-inner .form__fields input[type=text]::-webkit-input-placeholder {
  background: none;
  color: #000; }

.services__form-inner .form__fields input[type=tel]::-moz-placeholder, .services__form-inner .form__fields input[type=text]::-moz-placeholder {
  background: none;
  color: #000; }

.services__form-inner .form__fields input[type=tel]:-ms-input-placeholder, .services__form-inner .form__fields input[type=text]:-ms-input-placeholder {
  background: none;
  color: #000; }

.services__form-inner .form__fields input[type=tel]::-ms-input-placeholder, .services__form-inner .form__fields input[type=text]::-ms-input-placeholder {
  background: none;
  color: #000; }

.services__form-inner .form__fields input[type=tel]::placeholder, .services__form-inner .form__fields input[type=text]::placeholder {
  background: none;
  color: #000; }

.services__form-inner .form__submit-input {
  position: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.services__item--form {
  padding: 0; }

.services__item--form .services__item-top,
.services__item--form .services__item-desc {
  display: none; }

.services__item--form .services__form {
  display: block; }

@media (max-width: 850px) {
  .services__advantages-list {
    padding-bottom: 170px; } }

@media (max-width: 750px) {
  .services__advantages-list {
    padding-bottom: 140px; } }

@media (max-width: 650px) {
  .services__advantages-list {
    padding-bottom: 105px; } }

@media (max-width: 650px) {
  .services__advantages-list {
    padding-bottom: 105px; } }

@media (max-width: 500px) {
  .services__advantages-list {
    padding-bottom: 85px; } }

@media (max-width: 450px) {
  .services__advantages-list {
    padding-bottom: 65px; } }

@media (max-width: 340px) {
  .services__advantages-list {
    padding-bottom: 80px; } }

@media (max-width: 620px) {
  .services__item-desc {
    margin-top: 85px !important; }
  .services__item .services__form {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px; }
  .services__item .form__submit {
    margin-top: 20px !important; }
  .services__item .form {
    padding-bottom: 10px !important; }
  .dark-dots .itcss__indicators {
    bottom: -20px !important; }
  .slider-arrow-next,
  .slider-arrow-prev {
    bottom: -30px !important; } }

.services__mb-form {
  display: none;
  margin-top: 20px; }

@media (max-width: 900px) {
  .services__mb-form {
    display: block; } }

.services__button-mb {
  display: none; }

.services__mb-form .rst-form__inner {
  padding-top: 15px;
  background-image: url("/wp-content/themes/turbo-new/img/service-form-mb.jpg"); }

.services__mb-form .rst-form {
  margin-top: 20px; }

.services__mb-form .rst-form__inner {
  border: none;
  padding: 0;
  border-radius: 5px; }

.services__mb-form .form--has-wrap {
  border: none;
  background: none !important;
  padding-left: 12px;
  padding-right: 12px; }

.services__mb-form .form--outline {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 12px 16px; }

.services__mb-form .rst-form__form {
  margin-top: 20px; }

.services__mb-form .form__submit-input {
  width: calc(45% - 5px); }

.services__mb-form .form__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px; }

.services__mb-form .form__phone-wrap {
  width: calc(55% - 5px); }

@media (max-width: 900px) {
  .services__button-mb {
    display: block !important;
    padding-top: 20px;
    text-align: center; }
  .services__advantages-list {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 40px; }
  .services__advantages-list-bg {
    width: calc(100% + 30px);
    overflow: hidden;
    left: -15px; } }

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

@media (max-width: 900px) {
  .services__advantages-title {
    padding-left: 15px;
    padding-right: 15px; }
  .services__title {
    padding-left: 15px;
    padding-right: 15px; } }

@media screen and (min-width: 1700px) {
  .services__title {
    font-size: 80px;
    max-width: 600px; }
  .services__button a {
    font-size: 21px; }
  .services__item-title {
    font-size: 38px;
    max-width: 300px; }
  .services__item-desc {
    font-size: 20px; }
  .services__advantages-title {
    font-size: 93px; }
  .services__advantages-item-title {
    font-size: 48px; }
  .services__advantages-item-text {
    font-size: 20px; }
  .services__advantages-list {
    padding-bottom: 330px; }
  .services__advantages-item {
    height: 500px; }
  .services__advantages-list-bg {
    background-image: url("/wp-content/themes/turbo-new/img/service-full.png");
    background-size: cover;
    height: 630px; }
  .services__left {
    background-color: #fe0002; } }

.services__button a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.services__button a:hover {
  background-color: #fe0000;
  color: #fff;
  border: 1px solid #fe0000; }

.services__button a:active {
  background-color: #B62E2E;
  color: #fff; }

.services__item {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.services__item .services__item-link a svg:nth-child(2) {
  display: none; }

.services__item:hover .services__item-link a svg:nth-child(2) {
  display: block; }

.services__item:hover .services__item-link a svg:first-child {
  display: none; }

.services__item:hover .services__item-desc {
  color: rgba(0, 0, 0, 0.7); }

.services__item:hover .services__item-title {
  color: #000000; }

.services__item:hover {
  background-color: #fff; }

.services__item:hover .services__item-link a svg {
  -webkit-animation-name: arrow;
          animation-name: arrow;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.services__item-link {
  max-height: 50px;
  overflow: hidden; }

@-webkit-keyframes arrow {
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); } }

@keyframes arrow {
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); } }

.services__slider .slider-arrow-prev {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.6; }

.services__slider .slider-arrow-prev:hover {
  opacity: 1; }

.schedule {
  margin-top: 100px; }
  .schedule__title {
    font-family: 'AA Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 110%;
    color: #000000;
    text-align: center;
    text-transform: uppercase; }
  .schedule__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
    margin-top: 50px; }
  .schedule__left {
    width: calc(40% - 15px); }
  .schedule__right {
    width: calc(60% - 15px); }
  .schedule__bottom {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px; }
  .schedule__join {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    padding: 8px 15px;
    background: #fe0000;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.011em;
    text-transform: uppercase;
    color: #E7E4D8; }
  .schedule__consultation {
    padding: 8px 15px;
    background: rgba(168, 168, 168, 0.1);
    border-radius: 2px;
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.011em;
    text-transform: uppercase;
    color: #fe0000; }
  .schedule__item {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 24px;
    background: #F6F6F6;
    border-radius: 5px;
    margin-bottom: 20px;
    display: none;
    cursor: pointer; }
  .schedule__item-num {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.011em;
    text-transform: uppercase;
    color: #000000;
    opacity: 0.5;
    width: 40px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .schedule__item-name {
    font-family: 'AA Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 110%;
    color: #000000; }
  .schedule__item-type {
    margin-top: 10px; }
  .schedule__item-type span {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 130%;
    letter-spacing: -0.011em;
    color: #000000;
    opacity: 0.5; }
  .schedule__item-type span:not(:last-child):after {
    content: ", ";
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 130%;
    letter-spacing: -0.011em;
    color: #000000;
    opacity: 0.5; }
  .schedule__item-time {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.011em;
    text-transform: uppercase;
    color: #000000; }
  .schedule__item-content {
    width: 320px; }
  .schedule__popup-content {
    margin-top: 16px;
    padding: 24px 16px;
    background: #F6F6F6;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .schedule__popup-text-primary {
    font-family: 'AA Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 110%;
    color: #000000; }
  .schedule__popup-time {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: -0.011em;
    text-transform: uppercase;
    color: #000000; }
  .schedule__popup-text-secondary span {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 130%;
    letter-spacing: -0.011em;
    color: #000000;
    opacity: 0.5; }
  .schedule__popup-text-secondary span:not(:last-child):after {
    content: ", ";
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 130%;
    letter-spacing: -0.011em;
    color: #000000;
    opacity: 0.5; }
  @media (max-width: 900px) {
    .schedule {
      margin-top: 100px; }
      .schedule__item-content {
        width: 270px; }
      .schedule__title {
        font-size: 32px; }
      .schedule__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .schedule__left, .schedule__right {
        width: 100%; }
      .schedule__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        position: relative;
        padding-left: 55px; }
      .schedule__item-icon {
        position: absolute;
        right: 15px;
        top: calc(50% - 20px); }
      .schedule__item-num {
        position: absolute;
        left: 15px;
        top: calc(50% - 15px); }
      .schedule__item-time {
        margin-top: 10px; } }
  @media (max-width: 380px) {
    .schedule__bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .schedule__join {
      width: 100%; }
    .schedule__consultation {
      width: 100%; }
    .schedule__popup-text-primary {
      font-size: 28px; } }
  @media (max-width: 350px) {
    .schedule__item-num {
      display: none; }
    .schedule__item {
      padding-left: 15px; } }

.schedule__item-icon svg:first-child {
  display: block; }

.schedule__item-icon svg:nth-child(2) {
  display: none; }

.schedule--show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.schedule__item--selected {
  background-color: #fe0000; }

.schedule__item--selected .schedule__item-num {
  color: #fff; }

.schedule__item--selected .schedule__item-name {
  color: #fff; }

.schedule__item--selected .schedule__item-type span {
  color: #fff; }

.schedule__item--selected .schedule__item-time {
  color: #fff; }

.schedule__item--selected .schedule__item-icon svg:first-child {
  display: none; }

.schedule__item--selected .schedule__item-icon svg:nth-child(2) {
  display: block; }

.schedule__item {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.schedule__item-num {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.schedule__item-name {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.schedule__item-type span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.schedule__item-time {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.schedule__item-icon svg:first-child {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.schedule__item-icon svg:nth-child(2) {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.schedule__item-icon {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.schedule__item:hover .schedule__item-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.schedule__item:hover {
  background-color: #fe0000; }

.schedule__item:hover .schedule__item-num {
  color: #fff; }

.schedule__item:hover .schedule__item-name {
  color: #fff; }

.schedule__item:hover .schedule__item-type span {
  color: #fff; }

.schedule__item:hover .schedule__item-time {
  color: #fff; }

.schedule__item:hover .schedule__item-icon svg:first-child {
  display: none; }

.schedule__item:hover .schedule__item-icon svg:nth-child(2) {
  display: block; }

.schedule__join-mb {
  display: none; }

@media (max-width: 900px) {
  .schedule .container {
    padding-left: 15px;
    padding-right: 15px; }
  .schedule .filter-col-title {
    text-align: center; }
  .schedule .filter-select-item {
    width: calc(50% - 5px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .schedule .filter-select,
  .schedule .filter-radio-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .schedule .filter-radio {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .schedule filter {
    background-color: #F6F6F6;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 12px;
    padding-right: 12px; }
  .schedule__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px; }
  .schedule__bottom a {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .schedule__join-mb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .schedule__join-pc {
    display: none; }
  .schedule__consultation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .schedule__item-name {
    font-size: 28px; }
  .schedule__item-time {
    font-size: 15px; }
  .schedule__item-num {
    top: 25px; } }

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

@media screen and (min-width: 1700px) {
  .schedule__title {
    font-size: 80px; }
  .schedule__join-pc {
    font-size: 19px; }
  .schedule__consultation {
    font-size: 19px; }
  .schedule__item-num {
    font-size: 26px;
    width: 50px; }
  .schedule__item-name {
    font-size: 40px; }
  .schedule__item-type span {
    font-size: 20px; }
  .schedule__item-time {
    font-size: 26px; } }

.schedule__join {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.schedule__consultation {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.schedule__join:hover {
  background-color: #E96161;
  color: #fff; }

.schedule__consultation:hover {
  background-color: #fe0000;
  color: #fff; }

.schedule__consultation:active {
  background-color: #B62E2E;
  color: #fff; }

.schedule__join:active {
  background-color: #B62E2E;
  color: #fff; }

.schedule__join:focus {
  background-color: #B62E2E;
  color: #fff; }

@media (max-width: 400px) {
  .schedule__item-icon {
    top: 15px; } }

.filter-col-title {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.011em;
  color: #000000;
  margin-bottom: 15px;
  margin-top: 15px; }

.filter-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.filter-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.filter-select-item {
  padding: 8px 10px;
  background: rgba(168, 168, 168, 0.1);
  border-radius: 2px;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.011em;
  text-transform: uppercase;
  color: #000000;
  opacity: 0.5;
  cursor: pointer; }

.filter-select-item--selected {
  background: #fe0000;
  color: #E7E4D8;
  opacity: 1; }

.filter-radio-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }

.filter-radio-item-blank {
  display: block; }

.filter-radio-item-check {
  display: none; }

.filter-radio-item span {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.011em;
  color: #000000;
  opacity: 0.5; }

.filter-radio-item--checked .filter-radio-item-blank {
  display: none; }

.filter-radio-item--checked .filter-radio-item-check {
  display: block; }

.filter-radio-item--checked span {
  opacity: 1; }

.filter-select-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.filter-select-item {
  gap: 30px; }

@media screen and (min-width: 1700px) {
  .filter-col-title {
    font-size: 24px; }
  .filter-select-item {
    font-size: 21px; }
  .filter-select-item {
    gap: 50px; }
  .filter-radio-item {
    font-size: 24px; }
  .filter-radio-item span {
    font-size: 24px; } }

.filter-select-item {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.filter-select-item:hover {
  background-color: #fe0000;
  color: #fff; }

.filter-select-item--selected {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.filter-select-item--selected:hover {
  background-color: #E96161;
  color: #fff; }

.filter-radio-item span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.filter-radio-item:hover span {
  color: #E96161; }

.filter-select-item:active {
  background-color: #B62E2E;
  color: #fff; }

.popup {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 99; }
  .popup__inner {
    width: 100%;
    max-width: 600px;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 32px 24px;
    background: #FFFFFF;
    border-radius: 15px; }
  .popup__title-text {
    font-family: 'AA Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 110%;
    text-align: center;
    color: #000000; }
  .popup__subtitle-text {
    margin-top: 10px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    letter-spacing: -0.03em;
    color: #000000;
    opacity: 0.5; }
  .popup__close {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    cursor: pointer; }
  .popup__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .popup__popup-form {
    margin-top: 25px; }
  @media (max-width: 900px) {
    .popup {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: end; }
      .popup__inner {
        border-radius: 30px 30px 0 0;
        padding: 20px 15px; }
      .popup__title-text {
        font-size: 28px; } }

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

.popup-showing {
  position: relative;
  max-height: 100%;
  overflow: hidden;
  padding-right: 15px; }

.popup-close-btn {
  display: block; }

.popup__content .form__submit-input:hover input {
  background-color: #E96161;
  color: #fff; }

.popup__content .form__submit-input:hover:after {
  color: #fff; }

.popup__content .form__submit-input:hover:before {
  color: #fff; }

.popup__content .form__phone-wrap:hover {
  background-color: #fe0000;
  color: #fff; }

.popup__content .form__phone-wrap:hover a {
  background-color: #fe0000;
  color: #fff; }

.popup__content .form__phone-wrap a {
  -webkit-transition: none;
  transition: none; }

.rst-form {
  margin-top: 150px; }
  .rst-form__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    background-image: url("/wp-content/themes/turbo-new/img/rst.webp");
    padding: 50px 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .rst-form__form-wrap {
    width: 100%;
    max-width: 400px; }
  .rst-form__title {
    max-width: 520px;
    font-family: 'AA Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 110%;
    color: #E7E4D8; }
  .rst-form__form-title {
    font-family: 'AA Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 46px;
    line-height: 110%;
    text-align: center;
    color: #E7E4D8; }
  .rst-form__form-subtitle {
    margin-top: 15px;
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 130%;
    text-align: center;
    letter-spacing: -0.011em;
    color: #E7E4D8;
    opacity: 0.7; }
  .rst-form__form {
    margin-top: 60px; }
  .rst-form__form-wrap {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 20px 30px; }
  @media (max-width: 900px) {
    .rst-form {
      margin-top: 100px; }
      .rst-form__form-wrap {
        width: 100%;
        max-width: 100%; }
      .rst-form__inner {
        padding-top: 450px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        background-image: url("/wp-content/themes/turbo-new/img/rst-mob.jpg"); }
      .rst-form__title {
        font-size: 32px;
        text-align: center;
        display: none; }
      .rst-form__form-title {
        font-size: 32px;
        text-align: center; }
      .rst-form__form-subtitle {
        font-size: 18px;
        text-align: center;
        opacity: 1; } }

@media (max-width: 900px) {
  #form .rst-form__form-wrap {
    border: none;
    background: none;
    padding: 0; }
  #form .rst-form__form-wrap form {
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #fff;
    border-radius: 5px; }
  #form .rst-form__form {
    margin-top: 20px; }
  #form .rst-form__inner {
    padding-top: 450px; }
  #form .form__submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px; }
  #form .rst-form__form-subtitle {
    margin-top: 10px; } }

@media screen and (min-width: 1700px) {
  .rst-form__title {
    font-size: 80px;
    max-width: 620px; }
  .rst-form__form-title {
    font-size: 54px; }
  .rst-form__form-subtitle {
    font-size: 20px; }
  .rst-form .form--outline .form__phone-wrap {
    font-size: 21px; }
  .rst-form .form--outline .form__phone-wrap:after {
    font-size: 21px; }
  .rst-form .form--outline .form__phone-wrap:before {
    font-size: 21px; }
  .rst-form .form__submit-separator {
    font-size: 21px; }
  .rst-form .form__submit input {
    font-size: 21px; }
  .rst-form .form__fields input[type=tel], .rst-form .form__fields input[type=text] {
    font-size: 21px; } }

.rst-form__form .form__submit-input input {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.rst-form__form .form__submit-input:hover input {
  background-color: #E96161;
  color: #fff; }

.rst-form__form .form__submit-input:hover :after,
.rst-form__form .form__submit-input:hover :before {
  color: #fff; }

.form__submit-input:before,
.form__submit-input:after {
  top: calc(50% - 10px); }

.form__phone-wrap {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.form__phone-wrap:hover a {
  color: #fff; }

.form__phone-wrap:hover {
  background-color: #fe0000; }

.form__phone-wrap:hover:after,
.form__phone-wrap:hover:before {
  color: #fff; }

.form__phone-wrap:active:after,
.form__phone-wrap:active:before {
  background-color: #B62E2E;
  color: #fff; }

.form__phone-wrap:active {
  background-color: #B62E2E; }

.form__phone-wrap:active a {
  color: #fff; }

.breadcrumbs {
  z-index: 3;
  position: relative;
  padding-left: 100px; }

.breadcrumbs a, .breadcrumbs li, .breadcrumbs span {
  color: rgba(255, 255, 255, 0.5); }

@media (max-width: 900px) {
  .breadcrumbs a, .breadcrumbs li, .breadcrumbs span {
    color: rgba(255, 255, 255, 0.5); }
  .breadcrumbs {
    padding-left: 15px; } }

.services__advantages {
  margin-top: 0; }

@media (max-width: 900px) {
  .breadcrumbs a, .breadcrumbs li, .breadcrumbs span {
    color: rgba(255, 255, 255, 0.5); }
  .breadcrumbs {
    padding-left: 15px; } }

.dark-dots .itcss__indicator {
  background: #000; }

.price__popup-content {
  display: none; }

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

.intro__title h1 {
  margin-top: 0; }

@media (max-width: 700px) {
  .intro .form {
    margin-top: 100px; } }

@media (min-width: 900px) and (max-width: 1500px) {
  .intro {
    height: 630px; } }
