﻿@charset "UTF-8";
html {
  overflow-x: hidden;
}
html body {
  padding: 0 !important;
  overflow-x: hidden;
  font-family: "Basis Grotesque Pro";
  background: #fff;
  color: #1d1d1d;
  margin-top: 120px;
}
@media (max-width: 1200px) {
  html body {
    margin-top: 90px;
  }
}
@media (max-width: 992px) {
  html body {
    margin-top: 90px;
  }
}
@media (max-width: 768px) {
  html body {
    margin-top: 70px;
  }
}
@media (max-width: 576px) {
  html body {
    margin-top: 65px;
  }
}
main.not-front {
  margin-top: 120px;
}
@media (max-width: 1200px) {
  main.not-front {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  main.not-front {
    margin-top: 90px;
  }
}
@media (max-width: 768px) {
  main.not-front {
    margin-top: 90px;
  }
}
@media (max-width: 576px) {
  main.not-front {
    margin-top: 90px;
  }
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]:focus,
input[type="number"]:hover {
  -moz-appearance: number-input;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
form .wpcf7-not-valid-tip {
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 14px;
}
.wpcf7 form .wpcf7-spinner {
  position: absolute;
  left: 10px;
  top: 10px;
  margin: 0;
}
.modal .wpcf7 form div.wpcf7-response-output {
  top: unset;
  bottom: 0;
}
.wpcf7 form div.wpcf7-response-output {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  border: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  color: #fff;
  padding: 10px 10px;
  z-index: 20;
}
.wpcf7 form.invalid div.wpcf7-response-output {
  border: none;
  background: #fc8282;
}
.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
  border-color: #46b450;
}
.breadcrumbs {
  margin: 40px 0 20px;
}
.breadcrumbs a {
  color: #7031f6;
}
@media (max-width: 576px) {
  .breadcrumbs {
    margin: 20px 0 10px;
  }
}
.common-page {
  margin: 0 0 100px;
}
h1.pages {
  font-weight: 900;
  font-size: 55px;
  line-height: 58px;
  color: #1d1d1d;
  text-shadow: 0 10px 100px rgba(67, 70, 72, 0.5);
  margin: 0 0 50px;
}
.title {
  font-style: normal;
  font-weight: 900;
  font-size: 34px;
  line-height: 44px;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .title {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 768px) {
  .title {
    font-size: 24px;
    line-height: 30px;
  }
}
.hidden {
  display: none !important;
}
.big-title {
  font-style: normal;
  font-weight: 900;
  font-size: 64px;
  line-height: 83px;
  color: #1d1d1d;
}
.big-title strong {
  font-weight: 900;
  color: #9143f1;
}
.big-title.big-title--red strong {
  color: #ff004d;
}
@media (max-width: 1200px) {
  .big-title {
    font-size: 50px;
    line-height: 57px;
  }
}
@media (max-width: 992px) {
  .big-title {
    font-size: 40px;
    line-height: 47px;
  }
}
@media (max-width: 768px) {
  .big-title {
    font-size: 30px;
    line-height: 37px;
  }
}
.sub-title {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 31px;
  color: #1d1d1d;
}
.sub-title strong {
  font-weight: 900;
}
.sub-title a {
  color: #9143f1;
}
@media (max-width: 1200px) {
  .sub-title {
    font-size: 27px;
  }
}
@media (max-width: 992px) {
  .sub-title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .sub-title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 576px) {
  .sub-title {
    font-size: 20px;
    line-height: 26px;
  }
}
.common-text {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #1d1d1d;
}
@media (max-width: 768px) {
  .common-text {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 576px) {
  .common-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.mobile-menu.active {
  left: 0;
}
.mobile-menu.active .close-shadow {
  z-index: 99998;
  opacity: 1;
  pointer-events: all;
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  max-width: 500px;
  transition-property: all;
  transition-duration: 0.7s;
  z-index: 99999;
}
.mobile-menu .close-shadow {
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  transition-property: all;
  transition-duration: 0.5s;
  z-index: -9999;
  pointer-events: none;
}
.mobile-menu .mobile-sub {
  cursor: pointer;
  z-index: 999;
  position: absolute;
  right: 10px;
  height: 40px;
  width: 40px;
  background: rgba(0, 0, 0, 0.5);
  top: 7px;
  border-radius: 8px;
  transform: rotate(0);
  transition-property: all;
  transition-duration: 0.5s;
}
.mobile-menu .mobile-sub.active {
  background: #8129ef;
  transform: rotate(180deg);
}
.mobile-menu .mobile-sub::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: calc(50% - 8.5px);
  top: calc(50% - 5px);
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  line-height: 12px;
}
.mobile-menu .top-close {
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
  background: #fff;
  z-index: 99999;
  border-bottom: 2px solid #8129ef;
}
.mobile-menu .top-close > a {
  position: absolute;
  display: flex;
  flex-wrap: nowrap;
  height: auto;
  top: 50%;
  left: 15px;
  width: 185px;
  align-items: center;
  transform: translate(0, -50%);
}
.mobile-menu .top-close > a img {
  height: 60px;
  width: 125px;
  margin-right: 10px;
}
.mobile-menu .top-close > a .logo-text .logo-head {
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  line-height: 19px;
  margin: 0;
}
.mobile-menu .top-close > a .logo-text .logo-desc {
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  margin: 0;
}
.mobile-menu .top-close .close-mobile-menu {
  cursor: pointer;
  position: absolute;
  color: #1d1d1d;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  padding: 11px 15px 10px;
  text-transform: uppercase;
  border: 2px solid;
  top: 50%;
  right: 15px;
  border-radius: 0;
  transform: translate(0, -50%);
  transition-property: all;
  transition-duration: 0.3s;
}
.mobile-menu .top-close .close-mobile-menu:hover {
  color: #fff;
  background-color: #8129ef;
  border: 2px solid #8129ef;
}
.mobile-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.mobile-menu ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.mobile-menu > ul {
  position: absolute;
  left: 0;
  top: 80px;
  height: calc(100% - 80px);
  width: 100%;
  background: #fff;
  z-index: 99999;
  overflow: auto;
  padding-bottom: 40px;
}
.mobile-menu > ul::-webkit-scrollbar {
  width: 9px;
  background-color: #c9c9c9;
  padding: 5px;
}
.mobile-menu > ul::-webkit-scrollbar-thumb {
  background-color: #8129ef;
}
.mobile-menu > ul > li {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px solid #c2c2c2;
  transition-property: all;
  transition-duration: 0.3s;
}
.mobile-menu > ul > li > a {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 60px 15px 20px;
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 700;
  transition-property: all;
  transition-duration: 0.3s;
  text-decoration: none;
}
.mobile-menu > ul > li > a:hover {
  padding-left: 30px;
  background: #8129ef;
  color: #fff;
}
.mobile-menu > ul > li > a:hover img {
  filter: brightness(1000%);
}
.mobile-menu > ul > li > a.with-img {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.mobile-menu > ul > li > a.with-img img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  margin-right: 15px;
}
.mobile-menu > ul > li > ul {
  display: none;
  border-left: 5px solid #d7d7d7;
}
.mobile-menu > ul > li > ul > li {
  border-top: 1px solid #d6d6d6;
  transition-property: all;
  transition-duration: 0.3s;
}
.mobile-menu > ul > li > ul > li:hover {
  border-top: 1px solid #67c1d6;
}
.mobile-menu > ul > li > ul > li > a {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 20px 15px 20px;
  color: #5e5e5e;
  font-size: 15px;
  font-weight: 700;
  background: #fafafa;
  transition-property: all;
  transition-duration: 0.3s;
  text-decoration: none;
}
.mobile-menu > ul > li > ul > li > a:hover {
  padding-left: 25px;
  transition-property: all;
  transition-duration: 0.3s;
  background: #8129ef;
  color: #fff;
}
#modal p,
#modal-calc p,
#modal-metod p,
#modal-web p,
#karta p,
#modal-blog p {
  margin: 0;
}
#modal .modal-dialog,
#modal-blog .modal-dialog,
#modal-calc .modal-dialog,
#modal-metod  .modal-dialog,
#modal-web .modal-dialog,
#karta .modal-dialog {
  max-width: 480px;
}
#modal button.close,
#modal-blog button.close,
#modal-calc button.close,
#modal-metod button.close,
#modal-web button.close,
#karta button.close {
  z-index: 1;
  opacity: 1;
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
  right: 20px;
  top: 20px;
  background: url(image/close-modal.svg) no-repeat center;
  background-size: contain;
  border: none !important;
  outline: 0 !important;
}
#modal .modal-content,
#modal-blog .modal-content,
#modal-calc .modal-content,
#modal-metod .modal-content,
#modal-web .modal-content,
#karta .modal-content {
  background: #fff;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
}
#modal .modal-body,
#modal-blog .modal-body,
#modal-calc .modal-body,
#modal-metod .modal-body,
#modal-web .modal-body,
#karta .modal-body {
  padding: 50px;
}
#modal .head-form,
#modal-blog .head-form,
#modal-calc .head-form,
#modal-metod .head-form,
#modal-web .head-form,
#karta .head-form {
  font-weight: 700;
  font-size: 36px;
  line-height: 41px;
  color: #1d1d1d;
  margin: 0 0 20px;
  text-align: center;
}
#modal .text-form,
#modal-blog .text-form,
#modal-calc .text-form,
#modal-metod .text-form,
#modal-web .text-form,
#karta .text-form {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  margin: 0 0 30px;
  color: #fff;
  text-align: center;
}
#modal br,
#modal-blog br,
#modal-calc br,
#modal-metod br,
#modal-web br,
#karta br {
  display: none;
}
#modal .hide,
#modal-blog .hide,
#modal-calc .hide,
#modal-metod .hide,
#modal-web .hide,
#karta .hide {
  display: none !important;
}
#modal .back-modal,
#modal-blog .back-modal,
#modal-calc .back-modal,
#modal-metod .back-modal,
#modal-web .back-modal,
#karta .back-modal {
  position: absolute;
  top: 100%;
  left: 100%;
  transform: translate(-50%, -50%);
  width: 200px;
}
#modal .items-form,
#modal-blog .items-form,
#modal-calc .items-form,
#modal-metod .items-form,
#modal-web .items-form,
#karta .items-form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 10px;
}
#modal .items-form .item-full,
#modal-blog .items-form .item-full,
#modal-calc .items-form .item-full,
#modal-metod .items-form .item-full,
#modal-web .items-form .item-full,
#karta .items-form .item-full {
  flex: 0 0 calc(100% - 10px);
  width: calc(100% - 10px);
  margin: 0 5px 10px;
}
#modal .items-form .item,
#modal-blog .items-form .item,
#modal-calc .items-form .item,
#modal-metod .items-form .item,
#modal-web .items-form .item,
#karta .items-form .item {
  flex: 0 0 calc(50% - 10px);
  width: calc(50% - 10px);
  margin: 0 5px 10px;
}
#modal .select,
#modal-blog .select,
#modal-calc .select,
#modal-metod .select,
#modal-web .select,
#karta .select {
  margin-bottom: 10px;
}
#modal input,
#modal-blog input,
#modal-calc input,
#modal-metod input,
#modal-web input,
#karta input {
  display: block;
  width: 100%;
  padding: 14px 20px;
  background: #f9f9fe;
  border: 1px solid #e4e4f2 !important;
  outline: 0 !important;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  margin: 0;
}
#modal textarea,
#modal-blog textarea,
#modal-calc textarea,
#modal-metod textarea,
#modal-web textarea,
#karta textarea {
  background: #f5f5f5;
  border-radius: 10px;
  border: none !important;
  outline: 0 !important;
  width: 100%;
  display: block;
  padding: 17px 20px;
  font-size: 16px;
  height: 205px;
  font-weight: 300;
  resize: none !important;
}
#modal input[type="submit"],
#modal-blog input[type="submit"],
#modal-calc input[type="submit"],
#modal-metod input[type="submit"],
#modal-web input[type="submit"],
#karta input[type="submit"] {
  display: block;
  width: 100%;
  background: linear-gradient(87.1deg, #ff5c00 0, #f90 100%);
  box-shadow: 7px 7px 25px rgba(236, 128, 10, 0.25);
  border-radius: 10px;
  padding: 17px 20px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 0;
  border: none !important;
  outline: 0 !important;
  transition-property: all;
  transition-duration: 0.3s;
  cursor: pointer;
}
#modal input[type="submit"]:hover,
#modal-blog input[type="submit"]:hover,
#modal-calc input[type="submit"]:hover,
#modal-metod input[type="submit"]:hover,
#modal-web input[type="submit"]:hover,
#karta input[type="submit"]:hover {
  opacity: 0.8;
  box-shadow: 7px 7px 25px rgba(255, 255, 255, 0.25);
}
#modal label,
#modal-blog label,
#modal-calc label,
#modal-metod label,
#modal-web label,
#karta label {
  margin: 0;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #b0b0c2;
}
#modal label a,
#modal-blog label a,
#modal-calc label a,
#modal-metod label a,
#modal-web label a,
#karta label a {
  color: #b0b0c2;
  border-bottom: 1px solid;
  outline: 0;
}
@media (max-width: 992px) {
  #modal .modal-body,
  #modal-blog .modal-body,
  #modal-calc .modal-body,
  #modal-metod .modal-body,
  #modal-web .modal-body,
  #karta .modal-body {
    padding: 40px;
  }
  #modal .head-form,
  #modal-blog .head-form,
  #modal-calc .head-form,
  #modal-metod .head-form,
  #modal-web .head-form,
  #karta .head-form {
    font-size: 30px;
    line-height: 40px;
  }
  #modal .text-form,
  #modal-blog .text-form,
  #modal-calc .text-form,
  #modal-metod .text-form,
  #modal-web .text-form,
  #karta .text-form {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  #modal .head-form,
  #modal-blog .head-form,
  #modal-calc .head-form,
  #modal-metod .head-form,
  #modal-web .head-form,
  #karta .head-form {
    font-size: 30px;
    line-height: 40px;
  }
  #modal .modal-body,
  #modal-blog .modal-body,
  #modal-calc .modal-body,
  #modal-metod .modal-body,
  #modal-web .modal-body,
  #karta .modal-body {
    padding: 40px 30px 30px;
  }
  #modal .text-form,
  #modal-blog .text-form,
  #modal-calc .text-form,
  #modal-metod .text-form,
  #modal-web .text-form,
  #karta .text-form {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #modal .items-form,
  #modal-blog .items-form,
  #modal-calc .items-form,
  #modal-metod .items-form,
  #modal-web .items-form,
  #karta .items-form {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  #modal .items-form .item,
  #modal-blog .items-form .item,
  #modal-calc .items-form .item,
  #modal-metod .items-form .item,
  #modal-web .items-form .item,
  #karta .items-form .item {
    flex: 0 0 calc(100% - 10px);
    width: calc(100% - 10px);
  }
  #modal .items-form .item input,
  #modal-blog .items-form .item input,
  #modal-calc .items-form .item input,
  #modal-metod .items-form .item input,
  #modal-web .items-form .item input,
  #karta .items-form .item input {
    margin-bottom: 10px;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 400;
  }
  #modal .items-form .item textarea,
  #modal-blog .items-form .item textarea,
  #modal-calc .items-form .item textarea,
  #modal-metod .items-form .item textarea,
  #modal-web .items-form .item textarea,
  #karta .items-form .item textarea {
    height: 100px;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 400;
  }
  #modal .items-form .item .select__head,
  #modal-blog .items-form .item .select__head,
  #modal-calc .items-form .item .select__head,
  #modal-metod .items-form .item .select__head,
  #modal-web .items-form .item .select__head,
  #karta .items-form .item .select__head {
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 400;
  }
  #modal input[type="submit"],
  #modal-blog input[type="submit"],
  #modal-calc input[type="submit"],
  #modal-metod input[type="submit"],
  #modal-web input[type="submit"],
  #karta input[type="submit"] {
    margin-bottom: 15px;
  }
  #modal label,
  #modal-blog label,
  #modal-calc label,
  #modal-metod label,
  #modal-web label,
  #karta label {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  #modal .back-modal,
  #modal-calc .back-modal,
  #modal-blog .back-modal,
  #modal-metod .back-modal,
  #modal-web .back-modal,
  #karta .back-modal {
    display: none;
  }
  #modal .head-form,
  #modal-blog .head-form,
  #modal-calc .head-form,
  #modal-metod .head-form,
  #modal-web .head-form,
  #karta .head-form {
    font-size: 26px;
    line-height: 30px;
  }
  #modal .text-form,
  #modal-blog .text-form,
  #modal-calc .text-form,
  #modal-metod .text-form,
  #modal-web .text-form,
  #karta .text-form {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  #modal .modal-body,
  #modal-calc .modal-body,
  #modal-blog .modal-body,
  #modal-metod .modal-body,
  #modal-web .modal-body,
  #karta .modal-body {
    padding: 40px 15px 30px;
  }
}
#modal p,
#modal-blog p,
#modal-calc p,
#modal-fulfil p,
#modal-web p,
#karta p {
  margin: 0;
}
#modal .modal-dialog,
#modal-blog .modal-dialog,
#modal-calc .modal-dialog,
#modal-fulfil .modal-dialog,
#modal-web .modal-dialog,
#karta .modal-dialog {
  max-width: 480px;
}
#modal button.close,
#modal-blog button.close,
#modal-calc button.close,
#modal-fulfil button.close,
#modal-web button.close,
#karta button.close {
  z-index: 1;
  opacity: 1;
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
  right: 20px;
  top: 20px;
  background: url(../image/close-modal.svg) no-repeat center;
  background-size: contain;
  border: none !important;
  outline: none !important;
}
#modal .modal-content,
#modal-blog .modal-content,
#modal-calc .modal-content,
#modal-fulfil .modal-content,
#modal-web .modal-content,
#karta .modal-content {
  background: #fff;
  box-shadow: 0px 14px 35px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
}
#modal .modal-body,
#modal-blog .modal-body,
#modal-calc .modal-body,
#modal-fulfil .modal-body,
#modal-web .modal-body,
#karta .modal-body {
  padding: 50px;
}
#modal .head-form,
#modal-blog .head-form,
#modal-calc .head-form,
#modal-fulfil .head-form,
#modal-web .head-form,
#karta .head-form {
  font-weight: 700;
  font-size: 36px;
  line-height: 41px;
  color: #1d1d1d;
  margin: 0 0 20px;
  text-align: center;
}
#modal .text-form,
#modal-blog .text-form,
#modal-calc .text-form,
#modal-fulfil .text-form,
#modal-web .text-form,
#karta .text-form {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  margin: 0 0 30px;
  color: #ffffff;
  text-align: center;
}
#modal br,
#modal-fulfil br,
#modal-calc br,
#modal-blog br,
#modal-web br,
#karta br {
  display: none;
}
#modal .hide,
#modal-calc .hide,
#modal-blog .hide,
#modal-fulfil .hide,
#modal-web .hide,
#karta .hide {
  display: none !important;
}
#modal .back-modal,
#modal-fulfil .back-modal,
#modal-blog .back-modal,
#modal-calc .back-modal,
#modal-web .back-modal,
#karta .back-modal {
  position: absolute;
  top: 100%;
  left: 100%;
  transform: translate(-50%, -50%);
  width: 200px;
}
#modal .items-form,
#modal-calc .items-form,
#modal-blog .items-form,
#modal-fulfil .items-form,
#modal-web .items-form,
#karta .items-form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 10px;
}
#modal .items-form .item-full,
#modal-blog .items-form .item-full,
#modal-calc .items-form .item-full,
#modal-fulfil .items-form .item-full,
#modal-web .items-form .item-full,
#karta .items-form .item-full {
  flex: 0 0 calc(100% - 10px);
  width: calc(100% - 10px);
  margin: 0 5px 10px;
}
#modal .items-form .item,
#modal-calc .items-form .item,
#modal-blog .items-form .item,
#modal-fulfil .items-form .item,
#modal-web .items-form .item,
#karta .items-form .item {
  flex: 0 0 calc(50% - 10px);
  width: calc(50% - 10px);
  margin: 0 5px 10px;
}
#modal .select,
#modal-calc .select,
#modal-blog .select,
#modal-fulfil .select,
#modal-web .select,
#karta .select {
  margin-bottom: 10px;
}
#modal input,
#modal-fulfil input,
#modal-calc input,
#modal-blog input,
#modal-web input,
#karta input {
  display: block;
  width: 100%;
  padding: 14px 20px;
  background: #f9f9fe;
  border: 1px solid #e4e4f2 !important;
  outline: none !important;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  margin: 0px;
}
#modal textarea,
#modal-fulfil textarea,
#modal-calc textarea,
#modal-blog textarea,
#modal-web textarea,
#karta textarea {
  background: #f5f5f5;
  border-radius: 10px;
  border: none !important;
  outline: none !important;
  width: 100%;
  display: block;
  padding: 17px 20px;
  font-size: 16px;
  height: 205px;
  font-weight: 300;
  resize: none !important;
}
#modal input[type="submit"],
#modal-calc input[type="submit"],
#modal-blog input[type="submit"],
#modal-fulfil input[type="submit"],
#modal-web input[type="submit"],
#karta input[type="submit"] {
  display: block;
  width: 100%;
  background: linear-gradient(87.1deg, #ff5c00 0%, #ff9900 100%);
  box-shadow: 7px 7px 25px rgba(236, 128, 10, 0.25);
  border-radius: 10px;
  padding: 17px 20px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 0px;
  border: none !important;
  outline: none !important;
  transition-property: all;
  transition-duration: 0.3s;
  cursor: pointer;
}
#modal input[type="submit"]:hover,
#modal-fulfil input[type="submit"]:hover,
#modal-calc input[type="submit"]:hover,
#modal-blog input[type="submit"]:hover,
#modal-web input[type="submit"]:hover,
#karta input[type="submit"]:hover {
  opacity: 0.8;
  box-shadow: 7px 7px 25px rgba(255, 255, 255, 0.25);
}
#modal label,
#modal-calc label,
#modal-blog label,
#modal-fulfil label,
#modal-web label,
#karta label {
  margin: 0;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #b0b0c2;
}
#modal label a,
#modal-blog label a,
#modal-calc label a,
#modal-fulfil label a,
#modal-web label a,
#karta label a {
  color: #b0b0c2;
  border-bottom: 1px solid;
  outline: none;
}
@media (max-width: 992px) {
  #modal .modal-body,
  #modal-calc .modal-body,
  #modal-blog .modal-body,
  #modal-fulfil .modal-body,
  #modal-web .modal-body,
  #karta .modal-body {
    padding: 40px;
  }
  #modal .head-form,
  #modal-calc .head-form,
  #modal-blog .head-form,
  #modal-fulfil .head-form,
  #modal-web .head-form,
  #karta .head-form {
    font-size: 30px;
    line-height: 40px;
  }
  #modal .text-form,
  #modal-calc .text-form,
  #modal-blog .text-form,
  #modal-fulfil .text-form,
  #modal-web .text-form,
  #karta .text-form {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  #modal .head-form,
  #modal-calc .head-form,
  #modal-blog .head-form,
  #modal-fulfil .head-form,
  #modal-web .head-form,
  #karta .head-form {
    font-size: 30px;
    line-height: 40px;
  }
  #modal .modal-body,
  #modal-calc .modal-body,
  #modal-blog .modal-body,
  #modal-fulfil .modal-body,
  #modal-web .modal-body,
  #karta .modal-body {
    padding: 40px 30px 30px;
  }
  #modal .text-form,
  #modal-fulfil .text-form,
  #modal-calc .text-form,
  #modal-blog .text-form,
  #modal-web .text-form {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #modal .items-form,
  #modal-calc .items-form,
  #modal-blog .items-form,
  #modal-fulfil .items-form,
  #modal-web .items-form,
  #karta .items-form {
    flex-wrap: wrap;
    margin-bottom: 0px;
  }
  #modal .items-form .item,
  #modal-calc .items-form .item,
  #modal-blog .items-form .item,
  #modal-fulfil .items-form .item,
  #modal-web .items-form .item,
  #karta .items-form .item {
    flex: 0 0 calc(100% - 10px);
    width: calc(100% - 10px);
  }
  #modal .items-form .item input,
  #modal-calc .items-form .item input,
  #modal-blog .items-form .item input,
  #modal-fulfil .items-form .item input,
  #modal-web .items-form .item input,
  #karta .items-form .item input {
    margin-bottom: 10px;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 400;
  }
  #modal .items-form .item textarea,
  #modal-calc .items-form .item textarea,
  #modal-blog .items-form .item textarea,
  #modal-fulfil .items-form .item textarea,
  #modal-web .items-form .item textarea,
  #karta .items-form .item textarea {
    height: 100px;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 400;
  }
  #modal .items-form .item .select__head,
  #modal-calc .items-form .item .select__head,
  #modal-blog .items-form .item .select__head,
  #modal-fulfil .items-form .item .select__head,
  #modal-web .items-form .item .select__head,
  #karta .items-form .item .select__head {
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 400;
  }
  #modal input[type="submit"],
  #modal-calc input[type="submit"],
  #modal-blog input[type="submit"],
  #modal-fulfil input[type="submit"],
  #modal-web input[type="submit"],
  #karta input[type="submit"] {
    margin-bottom: 15px;
  }
  #modal label,
  #modal-calc label,
  #modal-blog label,
  #modal-fulfil label,
  #modal-web label,
  #karta label {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  #modal .back-modal,
  #modal-calc .back-modal,
  #modal-blog .back-modal,
  #modal-fulfil .back-modal,
  #modal-web .back-modal,
  #karta .back-modal {
    display: none;
  }
  #modal .head-form,
  #modal-calc .head-form,
  #modal-blog .head-form,
  #modal-fulfil .head-form,
  #modal-web .head-form,
  #karta .head-form {
    font-size: 26px;
    line-height: 30px;
  }
  #modal .text-form,
  #modal-calc .text-form,
  #modal-blog .text-form,
  #modal-fulfil .text-form,
  #modal-web .text-form,
  #karta .text-form {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  #modal .modal-body,
  #modal-calc .modal-body,
  #modal-blog .modal-body,
  #modal-fulfil .modal-body,
  #modal-web .modal-body,
  #karta .modal-body {
    padding: 40px 15px 30px;
  }
}
.select {
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
  font-family: "Basis Grotesque Pro";
}
.select .select__head {
  position: relative;
  width: 100%;
  color: #1d1d1d;
  padding: 16px 35px 16px 20px;
  cursor: pointer;
  overflow: hidden;
  background: #f5f5f5;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  border-radius: 7px;
  transition-property: all;
  transition-duration: 0.3s;
}
.select .select__head::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  font-weight: 600;
  position: absolute;
  right: 15px;
  line-height: 24px;
  top: calc(50% - 10px);
  color: #1d1d1d;
  transform: rotate(0);
  display: block;
  transition-property: all;
  transition-duration: 0.3s;
}
.select .select__head.error {
  box-shadow: 0 1px 0 rgba(255, 0, 0, 0.5019607843),
    0 -1px 0 rgba(255, 0, 0, 0.5019607843),
    1px 0 0 rgba(255, 0, 0, 0.5019607843),
    -1px 0 0 rgba(255, 0, 0, 0.5019607843);
}
.tooltip1 {
      position: absolute;
    bottom: 55%;
    right: 10px;
    justify-content: end;
    display: flex;
}

.tooltip1 .help-icon {
  width: 22px;
  height: 22px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  transition: transform 0.2s;
}

.tooltip1 .help-icon:hover {
  transform: scale(1.1);
}
.tooltip1 {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.nom2 {
    bottom: 10px !important;
    right: 10px;
}

.tooltip1 .tooltip-bubble {
  visibility: hidden;
  width: 220px;
  background: white;
  color: #333;
  text-align: left;
  border-radius: 8px;
  padding: 12px;
  position: absolute;
  z-index: 1000;
  bottom: 125%;
  left: -190%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  border: 1px solid #e0e0e0;
}

.tooltip1:hover .tooltip-bubble {
  visibility: visible;
  opacity: 1;
}
.select .select__list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #f5f5f5;
  margin-top: 5px;
  max-height: 205px;
  /*overflow-x: hidden;*/
  /*overflow-y: auto;*/
  z-index: 100;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #424348;
  scrollbar-color: dark;
  scrollbar-width: thin;
  overscroll-behavior: contain;
  box-shadow: 0 12px 13px 4px rgba(187, 187, 187, 0.5);
  border-radius: 0 0 8px 8px;
}
.select .select__list .select__item {
  position: relative;
  border-top: 1px solid #dbdfe1;
  padding: 13px 20px;
  cursor: pointer;
  list-style-type: none;
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 400;
  transition-property: all;
  transition-duration: 0.5s;
}
.select .select__list .select__item:hover {
  background: #ebebeb;
}
.select .select__list::-webkit-scrollbar {
  width: 9px;
  background-color: #c9c9c9;
  padding: 5px;
}
.select .select__list::-webkit-scrollbar-thumb {
  background-color: #8129ef;
}
.select .select__head.open {
  border-radius: 6px 6px 0 0;
}
.select .select__head.open::after {
  transform: rotate(-180deg);
}
.header-old {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: #fff;
  z-index: 100;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07), 0 4px 35px rgba(0, 0, 0, 0.06);
  transition-property: all;
  transition-duration: 0.4s;
}
.header-old.active {
  height: 90px;
}
.header-old .container {
  position: relative;
  height: 100%;
}
.header-old .header-logo {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(0, -50%);
  text-decoration: none;
  max-height: 100%;
}
.header-old .header-logo-img {
  max-height: 100%;
}
.header-old .header-menu {
  display: flex;
  position: absolute;
  left: 205px;
  top: 50%;
  transform: translate(0, -50%);
}
.header-old .header-menu > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}
.header-old .header-menu > ul > li {
  position: relative;
  margin-right: 40px;
}
.header-old .header-menu > ul > li:hover > ul {
  opacity: 1;
  transform: scale(1);
}
.header-old .header-menu > ul > li:last-of-type {
  margin: 0;
}
.header-old .header-menu > ul > li > a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1d1d1d;
  text-decoration: none;
  transition-property: all;
  transition-duration: 0.3s;
}
.header-old .header-menu > ul > li > a:hover {
  color: #8129ef;
}
.header-old .header-menu > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ebebeb;
  display: block;
  width: 270px;
  padding: 20px 20px 15px;
  list-style-type: none;
  margin: 0;
  border-radius: 6px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.2509803922);
  transform-origin: left top;
  transform: scale(0);
  transition-property: all;
  transition-duration: 0.3s;
  opacity: 0;
}
.header-old .header-menu > ul > li > ul > li {
  margin-bottom: 3px;
}
.header-old .header-menu > ul > li > ul > li > a {
  display: block;
  padding: 3px;
  color: #333;
  text-decoration: none !important;
  transition-property: all;
  transition-duration: 0.3s;
  border-bottom: 1px solid transparent;
}
.header-old .header-menu > ul > li > ul > li > a:hover {
  color: #8129ef;
  border-bottom: 1px solid;
}
.header-old .header-menu-socials {
  display: flex;
  align-items: center;
  text-align: right;
  margin-bottom: 0;
  margin-left: 15px;
}
.header-old .header-menu-socials-item {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 19px;
  line-height: 18px;
  color: #1d1d1d !important;
  border: 1px dashed rgba(29, 29, 29, 0.3);
  border-radius: 30px;
  text-decoration: none !important;
  margin-left: 18px;
}
.header-old .header-menu-socials-item .fa-search {
  font-size: 16px;
}
.header-old .header-phone {
  position: absolute;
  right: 215px;
  top: 50%;
  transform: translate(0, -50%);
  text-decoration: none !important;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #1d1d1d;
  transition-property: all;
  transition-duration: 0.3s;
}
.header-old .header-phone:hover {
  color: #8129ef;
}
.header-old .header-callback {
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  text-decoration: none !important;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1d1d1d;
  border: 1px dashed rgba(29, 29, 29, 0.3);
  border-radius: 30px;
  padding: 8px 25px;
  transition-property: all;
  transition-duration: 0.3s;
}
.header-old .header-callback:hover {
  color: #8129ef;
  border: 1px dashed #8129ef;
}
.header-old .burger {
  display: none;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  width: 30px;
  height: 24px;
}
.header-old .burger:hover span,
.header-old .burger:hover::after,
.header-old .burger:hover::before {
  background: #fff;
}
.header-old .burger span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: block;
  height: 4px;
  width: 15px;
  border-radius: 8px;
  background: #1d1d1d;
  transition-property: all;
  transition-duration: 0.3s;
}
.header-old .burger::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 4px;
  width: 30px;
  border-radius: 8px;
  background: #1d1d1d;
  transition-property: all;
  transition-duration: 0.3s;
}
.header-old .burger::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 4px;
  width: 24px;
  border-radius: 8px;
  background: #1d1d1d;
  transition-property: all;
  transition-duration: 0.3s;
}
.header-old .burger.active span {
  width: 0;
  opacity: 0;
}
.header-old .burger.active::before {
  transform: rotate(-45deg);
  top: 10px;
}
.header-old .burger.active::after {
  transform: rotate(45deg);
  width: 30px;
  bottom: 10px;
}
.header-old .header-open-poisk {
  cursor: pointer;
}
.header-old .header-search-form {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: auto;
  background: #fff;
  padding: 15px 0;
}
.header-old .header-search-form .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-old .header-search-field {
  display: block;
  width: calc(100% - 60px);
  padding: 14px 20px;
  background: #f9f9fe;
  border: 1px solid #e4e4f2 !important;
  outline: 0 !important;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  margin: 0;
}
.header-old .header-search-submit {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 90px;
  height: 23px;
}
.header-old .header-search-submit i {
  font-size: 23px;
  color: #8129ef;
}
.header-old .header-close-search {
  flex: 0 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.header-old .header-close-search i {
  font-size: 30px;
}
@media (max-width: 1200px) {
  .header-old {
    height: 120px;
  }
  .header-old.active {
    height: 110px;
  }
  .header-old .header-menu {
    flex-direction: column;
    left: unset;
    right: 230px;
  }
  .header-old .header-menu > ul > li {
    margin-right: 20px;
  }
  .header-old .header-phone {
    right: 25px;
    top: 32%;
  }
  .header-old .header-callback {
    padding: 6px 18px;
    top: 66%;
  }
  .header-old .header-menu-socials {
    order: -1;
    margin-bottom: 15px;
  }
}
@media (max-width: 992px) {
  .header-old .burger {
    display: block;
  }
  .header-old .header-logo {
    left: 70px;
  }
  .header-old .header-menu > ul {
    display: none;
  }
  .header-old .header-menu-socials {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .header-old {
    height: 70px;
  }
  .header-old.active {
    height: 60px;
  }
  .header-old .header-logo {
    height: 50px;
  }
  .header-old .header-phone {
    top: 50%;
    right: 15px;
    font-size: 0;
    display: inline-block;
    height: 38px;
    width: 38px;
    border-radius: 100%;
    background: linear-gradient(1deg, #7031f7 0, #9222ea 100%);
  }
  .header-old .header-phone::after {
    content: "\f095";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 16px;
    line-height: 15px;
    font-weight: 600;
    transform: translate(-50%, -50%);
  }
  .header-old .header-callback {
    display: none;
  }
  .header-old .header-menu {
    right: 75px;
  }
  .header-old .header-menu-socials {
    height: 21px;
  }
}
@media (max-width: 576px) {
  .header-old {
    height: 65px;
  }
  .header-old.active {
    height: 65px;
  }
  .header-old .header-callback {
    display: none;
    font-size: 0;
    height: 38px;
    width: 38px;
    border-radius: 100%;
    background: linear-gradient(1deg, #7031f7 0, #9222ea 100%);
    border: none;
  }
  .header-old .header-callback::after {
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 16px;
    line-height: 15px;
    font-weight: 600;
    transform: translate(-50%, -50%);
  }
  .header-old .header-menu-socials-item {
    margin-left: 8px;
  }
}
@media (max-width: 400px) {
  .header-old .header-menu-socials-item {
    margin-left: 10px;
  }
  .header-old .header-logo {
    height: 35px;
    left: 60px;
  }
  .header-old .header-menu {
    right: 61px;
  }
  .header-old .header-menu-socials-item {
    flex: 0 0 33px;
    width: 33px;
    height: 33px;
    margin-left: 6px;
  }
}
.banner-slider {
  position: relative;
  display: block;
  width: 100%;
  height: 750px;
}
.banner-slider .slick-prev {
  left: 20px;
}
.banner-slider .slick-next {
  right: 20px;
}
.banner-slider .slick-slide {
  position: relative;
  height: 750px;
}
.banner-slider .slick-slide > div {
  height: 100%;
}
.banner-slider .banner-slider-slide {
  display: flex;
  align-items: center;
  height: 100%;
  font-style: normal;
  font-weight: 300;
  font-size: 27px;
  line-height: 31px;
  color: #fff;
}
.banner-slider .banner-slider-slide strong {
  font-weight: 700;
}
.banner-slider .banner-slider-slide h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 66px;
  line-height: 54px;
  color: #fff;
  margin: 0 0 25px;
}
.banner-slider .banner-slider-slide h2 strong {
  font-weight: 900;
}
.banner-slider .slide-button-border {
  display: inline-block;
  font-weight: 700;
  font-size: 17px;
  line-height: 26px;
  color: #fff;
  border: 3px solid #9222ea;
  border-radius: 60px;
  padding: 11px 32px;
  text-align: center;
  text-decoration: none;
  margin: 30px 20px 0 0;
  transition-property: all;
  transition-duration: 0.3s;
}
.banner-slider .slide-button-border:hover {
  border: 3px solid #fff;
}
.banner-slider .slide-button-color {
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 32px;
  color: #fff;
  background: linear-gradient(1deg, #7031f7 0, #9222ea 100%);
  box-shadow: 15px 15px 45px rgba(129, 41, 240, 0.45);
  border-radius: 60px;
  padding: 11px 26px;
  text-decoration: none;
  margin: 20px 0 0 0;
  transition-property: all;
  transition-duration: 0.3s;
}
.banner-slider .slide-button-color:hover {
  box-shadow: 0 0 45px rgba(255, 255, 255, 0.35);
}
.banner-slider .slide-fon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  z-index: -1;
}
@media (max-width: 1200px) {
  .banner-slider {
    height: 600px;
  }
  .banner-slider .slick-slide {
    height: 600px;
  }
  .banner-slider .banner-slider-slide h2 {
    font-size: 50px;
  }
}
@media (max-width: 992px) {
  .banner-slider {
    height: 500px;
  }
  .banner-slider .slick-slide {
    height: 500px;
  }
  .banner-slider .banner-slider-slide {
    font-size: 24px;
    line-height: 28px;
  }
  .banner-slider .banner-slider-slide h2 {
    font-size: 45px;
    line-height: 45px;
  }
}
@media (max-width: 768px) {
  .banner-slider .banner-slider-slide {
    font-size: 22px;
    line-height: 26px;
  }
  .banner-slider .banner-slider-slide h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .banner-slider .slide-button-border {
    font-size: 16px;
    padding: 8px 23px;
  }
  .banner-slider .slide-button-color {
    font-size: 16px;
    padding: 8px 23px;
  }
  .banner-slider .slick-next,
  .banner-slider .slick-prev {
    bottom: 20px;
    top: unset;
    transform: none;
  }
}
@media (max-width: 576px) {
  .banner-slider .banner-slider-slide {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }
  .banner-slider .banner-slider-slide h2 {
    font-size: 26px;
    line-height: 26px;
  }
  .banner-slider .slide-button-border {
    font-size: 16px;
    padding: 8px 23px;
    margin: 20px 20px 0 20px;
  }
  .banner-slider .slide-button-color {
    font-size: 16px;
    padding: 8px 23px;
    margin: 20px;
  }
}
.block-single-service {
  position: relative;
  display: block;
  width: 100%;
  margin: 60px 0 30px;
}
.block-single-service .title {
  margin: 0 0 10px;
}
.block-single-service .single-service-button {
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  background: linear-gradient(1deg, #7031f7 0, #9222ea 100%);
  box-shadow: 5px 5px 25px rgba(129, 41, 240, 0.45);
  border-radius: 60px;
  margin: 0 0 30px;
  padding: 7px 20px;
  text-decoration: none;
  transition-property: all;
  transition-duration: 0.3s;
}
.block-single-service .single-service-button:hover {
  opacity: 0.85;
}
.block-single-service .single-service-img {
  display: block;
  max-width: 100%;
}
@media (max-width: 992px) {
  .block-single-service {
    margin: 40px 0 0;
  }
}
@media (max-width: 576px) {
  .block-single-service {
    text-align: center;
  }
}
.block-grids-services {
  position: relative;
  display: block;
  width: 100%;
  margin: 30px 0 0;
}
.block-grids-services .title {
  margin: 0 0 10px;
  font-size: 30px;
}
.block-grids-services .grids-services {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px -30px;
}
.block-grids-services .grids-services-item {
  flex: 0 0 calc(33.333% - 12px);
  width: calc(33.333% - 12px);
  margin: 0 6px 12px;
}
.block-grids-services .grids-services-button {
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  background: linear-gradient(1deg, #ff5c00 0, #f90 100%);
  box-shadow: 7px 7px 25px rgba(236, 128, 10, 0.55);
  border-radius: 60px;
  margin: 0 0 30px;
  padding: 7px 20px;
  text-decoration: none;
  transition-property: all;
  transition-duration: 0.3s;
}
.block-grids-services .grids-services-button:hover {
  opacity: 0.85;
}
.block-grids-services.kitai .grids-services-img {
  -o-object-fit: cover;
  object-fit: cover;
}
.block-grids-services .grids-services-img {
  display: block;
  max-width: 100%;
  height: 544px;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .block-grids-services .grids-services-item {
    flex: 0 0 calc(50% - 12px);
    width: calc(50% - 12px);
  }
}
@media (max-width: 992px) {
  .block-grids-services .grids-services-img {
    height: 485px;
  }
}
@media (max-width: 768px) {
  .block-grids-services .grids-services-img {
    height: 355px;
  }
  .block-grids-services .title {
    margin: 0 0 10px;
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .block-grids-services .grids-services-item {
    flex: 0 0 calc(100% - 12px);
    width: calc(100% - 12px);
    text-align: center;
  }
  .block-grids-services .grids-services-img {
    margin: 0 auto;
  }
}
.block-stages {
  position: relative;
  padding-bottom: 80px;
}
.block-stages .stages-fon {
  top: -150px;
  left: 0;
  width: 100%;
  height: calc(100% + 150px);
  position: absolute;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.block-stages .big-title {
  margin: 0 0 0;
}
.block-stages .stages-sub-title {
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 44px;
  color: #1d1d1d;
  margin: 0 0 10px;
}
.block-stages .stages-sub-title strong {
  color: #8129ef;
  font-weight: 900;
}
.block-stages .stages-grids {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 0;
}
.block-stages .stages-grid {
  position: relative;
  flex: 0 0 calc(20% - 20px);
  width: calc(20% - 20px);
  margin: 0 10px 20px;
}
.block-stages .stages-grid::after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  display: block;
  width: 232px;
  height: 38px;
  background: url(image/line.svg) no-repeat center;
  background-size: contain;
  z-index: -1;
}
.block-stages .stages-grid:nth-child(5n-4) {
  margin-top: 130px;
}
.block-stages .stages-grid:nth-child(5n-3) {
  margin-top: 100px;
}
.block-stages .stages-grid:nth-child(5n-2) {
  margin-top: 70px;
}
.block-stages .stages-grid:nth-child(5n-1) {
  margin-top: 40px;
}
.block-stages .stages-grid:nth-child(5n) {
  margin-top: 10px;
}
.block-stages .stages-grid:nth-child(5n)::after {
  display: none;
}
.block-stages .stages-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 50px;
  height: 50px;
  border: 5px solid #9143f1;
  border-radius: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #000;
  margin: 0 0 10px;
}
.block-stages .stages-title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
  color: #1d1d1d;
  margin: 0 0 10px;
}
.block-stages .stages-content {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #71697a;
  margin: 0;
}
.block-stages .stages-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.block-stages .stages-right-text-1 {
  font-style: normal;
  font-weight: 400;
  font-size: 29px;
  line-height: 33px;
  text-align: right;
  color: #1d1d1d;
  margin-right: 200px;
}
.block-stages .stages-right-text-2 {
  font-style: normal;
  font-weight: 900;
  font-size: 34px;
  line-height: 33px;
  text-align: right;
  color: #1d1d1d;
}
.block-stages .stages-right-text-2 strong {
  color: #8129ef;
}
@media (max-width: 1200px) {
  .block-stages .stages-grids {
    margin-top: -40px;
    margin-bottom: 20px;
  }
  .block-stages .stages-grid {
    flex: 1 0 calc(33.333% - 20px);
    width: calc(33.333% - 20px);
  }
  .block-stages .stages-grid::after {
    left: 20px;
    top: -47%;
    display: block;
    width: 102%;
    height: 100%;
  }
}
@media (max-width: 992px) {
  .block-stages {
    margin-top: 40px;
    padding-bottom: 60px;
  }
  .block-stages .stages-right-text-1 {
    margin: 0 0 5px;
    font-size: 24px;
    line-height: 30px;
  }
  .block-stages .stages-right-text-2 {
    font-size: 28px;
    line-height: 30px;
  }
  .block-stages .stages-sub-title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 768px) {
  .block-stages .stages-grids {
    margin-top: -60px;
    margin-bottom: 20px;
  }
  .block-stages .stages-grid {
    flex: 1 0 calc(50% - 20px);
    width: calc(50% - 20px);
  }
  .block-stages .stages-grid::after {
    left: 20px;
    top: -47%;
    display: block;
    width: 102%;
    height: 100%;
  }
  .block-stages .stages-sub-title {
    font-size: 22px;
    line-height: 28px;
  }
  .block-stages .stages-right-text-2 {
    font-size: 22px;
    line-height: 28px;
  }
  .block-stages .stages-right-text-1 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 576px) {
  .block-stages {
    text-align: center;
    padding-bottom: 40px;
  }
  .block-stages .stages-grids {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .block-stages .stages-grid {
    flex: 1 0 calc(100% - 20px);
    width: calc(100% - 20px);
    margin-top: 20px !important;
  }
  .block-stages .stages-grid::after {
    display: none;
  }
  .block-stages .stages-fon {
    top: -450px;
    height: calc(100% + 450px);
  }
  .block-stages .stages-counter {
    margin: 0 auto 10px;
  }
  .block-stages .stages-right {
    text-align: center;
    align-items: center;
  }
  .block-stages .stages-right-text-1 {
    text-align: center;
  }
  .block-stages .stages-right-text-2 {
    text-align: center;
  }
}
.block-services-form {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 80px;
  margin-bottom: 80px;
}
.block-services-form .services-form-fon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.block-services-form .services-form-content {
  display: block;
  max-width: 750px;
}
.block-services-form .services-form-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
.block-services-form .services-form-content strong {
  font-weight: 900;
}
.block-services-form .services-form-content ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0 -22px 20px;
}
.block-services-form .services-form-content ul li {
  position: relative;
  flex: 0 0 calc(50% - 44px);
  width: calc(50% - 44px);
  padding: 0 0 0 60px;
  margin: 30px 22px 35px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
.block-services-form .services-form-content ul li.full {
  flex: 0 0 calc(100% - 44px);
  width: calc(100% - 44px);
}
.block-services-form .services-form-content ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: url(image/check-mark.svg) no-repeat center;
  background-size: contain;
}
.block-services-form .big-title {
  color: #fff;
  margin: 0;
}
.block-services-form .services-form-subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 44px;
  color: #fff;
  margin: 0 0 60px;
}
.block-services-form .services-form {
  position: relative;
  float: right;
  width: 100%;
  max-width: 480px;
  background: #fff;
  border-radius: 30px;
  padding: 40px 50px 30px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.25);
  margin: 0 0 -20px;
}
.block-services-form .services-form input[type="email"],
.block-services-form .services-form input[type="tel"],
.block-services-form .services-form input[type="text"] {
  display: block;
  width: 100%;
  padding: 18px 20px;
  background: #f9f9fe;
  border: 1px solid #e4e4f2 !important;
  outline: 0 !important;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  margin: 0 0 10px;
}
.block-services-form .services-form textarea {
  display: block;
  width: 100%;
  padding: 18px 20px;
  background: #f9f9fe;
  border: 1px solid #e4e4f2 !important;
  outline: 0 !important;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  height: 115px;
  resize: none;
}
.block-services-form .services-form input[type="submit"] {
  display: block;
  width: 100%;
  padding: 16px 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  background: linear-gradient(1deg, #ff5c00 0, #f90 100%);
  box-shadow: 7px 7px 25px rgba(236, 128, 10, 0.55);
  border-radius: 10px;
  border: none !important;
  outline: 0 !important;
  cursor: pointer;
  margin: 20px 0 10px;
  transition-property: all;
  transition-duration: 0.3s;
}
.block-services-form .services-form input[type="submit"]:hover {
  opacity: 0.8;
}
.block-services-form .services-form label {
  display: block;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #b0b0c2;
}
.block-services-form .services-form label a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #ff5c00;
  text-decoration: none !important;
  border-bottom: 1px solid;
}
.block-services-form .services-form-title {
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 46px;
  color: #1d1d1d;
  text-align: center;
  margin: 0 0 25px;
}
@media (max-width: 1200px) {
  .block-services-form {
    padding: 70px 0 0;
  }
  .block-services-form .services-form-subtitle {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 40px;
  }
  .block-services-form .services-form-content {
    max-width: 670px;
  }
}
@media (max-width: 992px) {
  .block-services-form {
    padding-top: 60px;
  }
  .block-services-form::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
  }
  .block-services-form .services-form-subtitle {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .block-services-form .services-form-content {
    max-width: 100%;
  }
  .block-services-form .services-form {
    float: unset;
    display: block;
    margin: 0 auto -20px;
  }
}
@media (max-width: 768px) {
  .block-services-form {
    padding-top: 50px;
  }
  .block-services-form .services-form-subtitle {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .block-services-form .services-form-content p {
    font-size: 18px;
  }
  .block-services-form .services-form-content ul {
    margin-top: 30px;
  }
  .block-services-form .services-form-content ul li {
    flex: 0 0 calc(100% - 44px);
    width: calc(100% - 44px);
    margin: 0 22px 30px;
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .block-services-form .services-form {
    padding: 20px;
  }
  .block-services-form .services-form input[type="email"],
  .block-services-form .services-form input[type="submit"],
  .block-services-form .services-form input[type="tel"],
  .block-services-form .services-form input[type="text"],
  .block-services-form .services-form textarea {
    padding: 13px 15px;
    font-size: 16px;
  }
  .block-services-form .services-form-title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
.block-services-price {
  position: relative;
  margin: 0 0 80px;
}
.block-services-price .big-title {
  margin: 0;
}
.block-services-price .services-price-grids {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -15px 0;
}
.block-services-price .services-price-grid {
  flex: 0 0 calc(50% - 30px);
  width: calc(50% - 30px);
  margin: 0 15px 30px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07), 0 4px 35px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  padding: 30px;
}
.block-services-price .services-price-title {
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 44px;
  color: #1d1d1d;
  margin: 0 0 20px;
}
.block-services-price .services-price-content {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #71697a;
  margin: 0 0 30px;
}
.block-services-price .services-price-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  justify-content: space-between;
}
.block-services-price .services-price-item {
  flex: 0 0 auto;
  margin: 0 15px 15px;
}
.block-services-price .price-item-desc {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #1d1d1d;
}
.block-services-price .price-item-value {
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 44px;
  color: #1d1d1d;
}
.block-services-price .services-price-callback {
  display: inline-block;
  margin: 10px 0 0;
  background: linear-gradient(87.1deg, #7031f7 0, #9222ea 100%);
  box-shadow: 5px 5px 25px rgba(129, 41, 240, 0.45);
  border-radius: 60px;
  padding: 10px 30px;
  ont-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  text-decoration: none !important;
  transition-property: all;
  transition-duration: 0.3s;
}
.block-services-price .services-price-callback.red {
  background: linear-gradient(87.1deg, #ff004d 0, #ff003d 100%);
  box-shadow: 10px 10px 35px rgba(255, 0, 66, 0.3);
}
.block-services-price .services-price-callback:hover {
  opacity: 0.8;
}
@media (max-width: 1200px) {
  .block-services-price {
    margin-bottom: 60px;
  }
  .block-services-price .services-price-title {
    font-size: 28px;
    line-height: 40px;
  }
  .block-services-price .price-item-desc {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .block-services-price {
    margin-bottom: 50px;
  }
  .block-services-price .services-price-items {
    justify-content: flex-start;
  }
  .block-services-price .services-price-grid {
    flex: 0 0 calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
@media (max-width: 768px) {
  .block-services-price {
    margin-bottom: 40px;
  }
  .block-services-price .services-price-grids {
    margin-top: 20px;
  }
  .block-services-price .price-item-value {
    font-size: 26px;
    line-height: 36px;
  }
  .block-services-price .services-price-grid {
    padding: 20px;
  }
  .block-services-price .services-price-title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .block-services-price .services-price-content {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .block-services-price .services-price-item {
    margin-bottom: 10px;
  }
}
.block-contacts-form {
  position: relative;
  display: block;
  padding: 80px 0;
}
.block-contacts-form .contacts-form-fon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  z-index: -1;
}
.block-contacts-form .container {
  display: flex;
  justify-content: space-between;
}
.block-contacts-form .container::after,
.block-contacts-form .container::before {
  display: none;
}
.block-contacts-form .contacts-form-content {
  padding-right: 70px;
}
.block-contacts-form .big-title {
  color: #fff;
  margin: 0;
}
.block-contacts-form .form-content-text {
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 44px;
  color: #fff;
  margin: 0 0 75px;
}
.block-contacts-form .form-content-item {
  display: block;
  margin: 0 0 30px;
}
.block-contacts-form .form-content-subtitle {
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 44px;
  color: #fff;
  margin: 0;
}
.block-contacts-form .form-content-adres {
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 44px;
  color: #fff;
}
.block-contacts-form .form-content-email {
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 44px;
  background: linear-gradient(87.1deg, #ff5c00 0, #f90 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.block-contacts-form .form-content-email::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 1px;
  background: linear-gradient(87.1deg, #ff5c00 0, #f90 100%);
}
.block-contacts-form .form-content-phone {
  font-style: normal;
  font-weight: 300;
  font-size: 34px;
  line-height: 44px;
  color: #fff;
  margin: 0 50px 20px 0;
  text-decoration: none !important;
}
.block-contacts-form .form-content-phone strong {
  font-weight: 500;
}
.block-contacts-form .form-content-phone:last-child {
  margin-right: 0;
}
.block-contacts-form .contacts-form {
  position: relative;
  flex: 0 0 460px;
  width: 460px;
  background: #fff;
  border-radius: 30px;
  padding: 40px 45px 30px;
}
.block-contacts-form .contacts-form input[type="email"],
.block-contacts-form .contacts-form input[type="tel"],
.block-contacts-form .contacts-form input[type="text"] {
  display: block;
  width: 100%;
  padding: 18px 20px;
  background: #f9f9fe;
  border: 1px solid #e4e4f2 !important;
  outline: 0 !important;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  margin: 0 0 10px;
}
.block-contacts-form .contacts-form textarea {
  display: block;
  width: 100%;
  padding: 18px 20px;
  background: #f9f9fe;
  border: 1px solid #e4e4f2 !important;
  outline: 0 !important;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  height: 115px;
  resize: none;
  margin: 0 0 10px;
}
.block-contacts-form .contacts-form input[type="file"] {
  display: none;
}
.block-contacts-form .contacts-form input[type="submit"] {
  display: block;
  width: 100%;
  padding: 16px 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  background: linear-gradient(1deg, #7031f7 0, #9222ea 100%);
  box-shadow: 5px 5px 25px rgba(129, 41, 240, 0.45);
  border-radius: 10px;
  border: none !important;
  outline: 0 !important;
  cursor: pointer;
  margin: 20px 0 10px;
  transition-property: all;
  transition-duration: 0.3s;
}
.block-contacts-form .contacts-form input[type="submit"]:hover {
  opacity: 0.8;
}
.block-contacts-form .contacts-form .select__head {
  padding: 18px 20px;
  font-size: 18px;
  line-height: 23px;
  background: #f9f9fe;
  border: 1px solid #e4e4f2 !important;
}
.block-contacts-form .contacts-form br {
  display: none;
}
.block-contacts-form .contacts-form p {
  margin: 0;
}
.block-contacts-form .contacts-form-file-label {
  display: block;
  width: 100%;
  padding: 14px 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #7031f7;
  background: #fff;
  border-radius: 10px;
  border: 3px solid #7031f7;
  text-align: center;
  margin: 20px 0 0;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.3s;
}
.block-contacts-form .contacts-form-file-label:hover {
  background: #7031f7;
  color: #fff;
}
.block-contacts-form .contacts-form-desc {
  display: block;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #b0b0c2;
}
.block-contacts-form .contacts-form-desc a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #7031f7;
  text-decoration: none !important;
  border-bottom: 1px solid;
}
.block-contacts-form .contacts-form-title {
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 40px;
  color: #1d1d1d;
  margin: 0 0 25px;
  text-align: center;
}
@media (max-width: 1200px) {
  .block-contacts-form {
    padding: 60px 0;
  }
  .block-contacts-form .contacts-form-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 50px;
  }
  .block-contacts-form .contacts-form {
    flex: 0 0 420px;
    width: 420px;
    padding: 30px 25px 25px;
  }
  .block-contacts-form .form-content-text {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 40px;
  }
  .block-contacts-form .form-content-subtitle {
    font-size: 24px;
    line-height: 34px;
  }
  .block-contacts-form .form-content-adres {
    font-size: 24px;
    line-height: 34px;
  }
  .block-contacts-form .form-content-email {
    font-size: 24px;
    line-height: 34px;
  }
  .block-contacts-form .form-content-phone {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 992px) {
  .block-contacts-form {
    padding: 40px 0;
  }
  .block-contacts-form .container {
    flex-direction: column;
    align-items: center;
  }
  .block-contacts-form .contacts-form-content {
    text-align: center;
    padding: 0;
    width: 100%;
    margin-bottom: 40px;
  }
  .block-contacts-form .form-content-text {
    margin-bottom: 15px;
  }
  .block-contacts-form .form-content-item {
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .block-contacts-form .contacts-form-content {
    margin-bottom: 10px;
  }
  .block-contacts-form .form-content-item {
    margin-bottom: 20px;
  }
  .block-contacts-form .form-content-text {
    font-size: 18px;
    line-height: 24px;
  }
  .block-contacts-form .form-content-subtitle {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 6px;
  }
  .block-contacts-form .form-content-adres,
  .block-contacts-form .form-content-email {
    font-size: 18px;
    line-height: 24px;
  }
  .block-contacts-form .form-content-phone {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 10px;
  }
  .block-contacts-form .contacts-form {
    width: 100%;
    flex: 0 0 100%;
    padding: 20px;
  }
  .block-contacts-form .contacts-form input[type="email"],
  .block-contacts-form .contacts-form input[type="submit"],
  .block-contacts-form .contacts-form input[type="tel"],
  .block-contacts-form .contacts-form input[type="text"],
  .block-contacts-form .contacts-form textarea {
    padding: 13px 15px;
    font-size: 16px;
  }
  .block-contacts-form .contacts-form .select__head {
    padding: 13px 15px;
    font-size: 16px;
  }
  .block-contacts-form .contacts-form-file-label {
    padding: 11px 15px;
    font-size: 16px;
  }
  .block-contacts-form .contacts-form-title {
    font-size: 26px;
    margin-bottom: 15px;
    line-height: 30px;
  }
}
.block-question {
  position: relative;
  display: block;
  width: 100%;
  margin: 80px 0;
}
.block-question .title {
  margin: 0 0 30px;
}
.block-question .big-title {
  margin: 0 0 40px;
}
.block-question .question-tab {
  display: block;
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07), 0 4px 35px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  margin: 0 0 10px;
}
.block-question .question-tab-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px; /*font-weight:400;font-size:24px;*/
  line-height: 35px;
  color: #1d1d1d;
  cursor: pointer;
}
.block-question .question-tab-button.red::after {
  color: #ff003d;
}
.block-question .question-tab-button::after {
  display: block;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  color: #8827ee;
  font-weight: 600;
  margin-left: 20px;
  transition-property: all;
  transition-duration: 0.3s;
  transform: rotate(90deg);
}
.questions-red .block-question .question-tab-button::after {
  color: #ff004d;
}
.block-question .question-tab-button.active::after {
  color: #e5e2e9;
  transform: rotate(-90deg);
}
.block-question .question-tab-content {
  display: none;
  padding: 0 30px 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #71697a;
}
@media (max-width: 992px) {
  .block-question {
    margin: 60px 0;
  }
}
@media (max-width: 768px) {
  .block-question {
    margin: 50px 0;
  }
  .block-question .question-tab {
    border-radius: 12px;
  }
  .block-question .question-tab-button {
    font-size: 18px;
    padding: 20px;
    line-height: 24px;
  }
  .block-question .question-tab-content {
    padding: 0 20px 20px;
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .block-question .question-tab {
    border-radius: 12px;
  }
  .block-question .question-tab-button {
    font-size: 17px;
    padding: 15px;
    line-height: 24px;
  }
  .block-question .question-tab-button::after {
    font-size: 20px;
  }
  .block-question .question-tab-content {
    padding: 0 15px 15px;
    font-size: 15px;
  }
}
.footer-old {
  position: relative;
  display: block;
  width: 100%;
  background: #f9f9fe;
  padding: 90px 0;
}
.footer-old .footer-items {
  display: flex;
  justify-content: space-between;
}
.footer-old .seolead {
  margin: 0 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.footer-old .seolead a {
  margin: 10px;
}
.footer-old .footer-logo-img {
  display: block;
  margin: 0 0 20px;
}
.footer-old .footer-logo-adres {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #71697a;
}
.footer-old .footer-logo-adres strong {
  display: block;
  margin: 0 0 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: #282828;
}
.footer-old .footer-logo {
  margin-bottom: 20px;
}
.footer-old .footer-menu {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}
.footer-old .footer-menu ul {
  display: none;
}
.footer-old .footer-menu > li {
  margin: 0 0 10px;
}
.footer-old .footer-menu > li > a {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #1d1d1d;
  text-decoration: none;
  transition-property: all;
  transition-duration: 0.3s;
}
.footer-old .footer-menu > li > a:hover {
  color: #8129ef;
}
.footer-old .footer-phone {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 24px;
  color: #1d1d1d;
  margin-bottom: 20px;
}
.footer-old .footer-phone strong {
  font-weight: 600;
}
.footer-old .footer-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.footer-old .footer-socials-item {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 18px;
  color: #1d1d1d !important;
  margin: 0 8px 35px;
  border: 1px dashed rgba(29, 29, 29, 0.3);
  border-radius: 30px;
  text-decoration: none !important;
}
.footer-old .footer-contacts {
  text-align: center;
}
.footer-old .footer-callback {
  display: inline-block;
  padding: 12px 30px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #fff !important;
  background: linear-gradient(1deg, #7031f7 0, #9222ea 100%);
  box-shadow: 5px 5px 25px rgba(129, 41, 240, 0.45);
  border-radius: 30px;
  text-decoration: none !important;
  margin: 0 0 30px;
  transition-property: all;
  transition-duration: 0.3s;
}
.footer-old .footer-callback:hover {
  opacity: 0.8;
}
@media (max-width: 1200px) {
  .footer-old {
    padding-top: 60px;
  }
}
@media (max-width: 992px) {
  .footer-old {
    padding: 50px 0;
  }
  .footer-old .footer-menu > li > a {
    font-size: 16px;
  }
  .footer-old .footer-phone {
    font-size: 18px;
  }
  .footer-old .footer-socials-item {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    margin: 0 5px;
    font-size: 18px;
    line-height: 18px;
  }
  .footer-old .footer-callback {
    font-size: 16px;
    padding: 8px 15px;
  }
  .footer-old .footer-socials {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .footer-old {
    padding: 50px 0 90px;
  }
  .footer-old .footer-items {
    flex-wrap: wrap;
  }
  .footer-old .footer-logo {
    order: 1;
  }
  .footer-old .footer-contacts {
    order: 2;
  }
  .footer-old .footer-menu {
    order: 3;
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
    justify-content: center;
    width: 100%;
    margin: 0 -10px 20px;
  }
  .footer-old .footer-menu > li {
    margin: 0 10px 10px;
  }
  .footer-old .seolead {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .footer-old {
    padding-top: 40px;
  }
  .footer-old .footer-logo-img {
    margin-bottom: 15px;
  }
  .footer-old .footer-logo-adres strong {
    margin-bottom: 5px;
  }
  .footer-old .footer-callback {
    margin-bottom: 20px;
  }
  .footer-old .footer-socials {
    margin-bottom: 20px;
  }
  .footer-old .footer-menu > li {
    margin: 0 10px 7px;
  }
}
@media (max-width: 400px) {
  .footer-old .footer-items {
    justify-content: center;
  }
  .footer-old .footer-logo {
    text-align: center;
  }
  .footer-old .footer-contacts {
    flex: 0 0 100%;
    width: 100%;
  }
}
.block-banner-services {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 90px;
  overflow: hidden;
  min-height: 400px;
}
.block-banner-services .banner-services-fon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  z-index: -2;
}
.block-banner-services .banner-services-img {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translate(0, -50%);
  z-index: -1;
  max-height: 120%;
}
.block-banner-services .banner-services-btns {
  flex-wrap: wrap;
}
.block-banner-services .banner-services-content {
  position: relative;
  padding-top: 90px;
  padding-bottom: 115px;
  margin-left: 45%;
}
.block-banner-services .banner-services-content h1,
.block-banner-services .banner-services-content h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 56px;
  line-height: 52px;
  color: #fff;
}
.block-banner-services .banner-services-content h1 {
  margin: 0 0 40px;
}
.block-banner-services .banner-services-content h2 {
  margin: 0 0 20px;
}
.block-banner-services .banner-services-content h4 {
  font-style: normal;
  font-weight: 300;
  font-size: 27px;
  line-height: 31px;
  color: #fff;
  margin: 0 0 20px;
}
.block-banner-services .banner-services-content h4 strong {
  font-weight: 700;
}
.block-banner-services .banner-services-content > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 0 0 40px;
}
.block-banner-services .banner-services-content > ul > li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  color: #fff;
}
.block-banner-services .banner-services-content > ul > li:before {
  content: "";
  display: block;
  height: 20px;
  flex: 0 0 22px;
  background-image: url(../images/svg/star-yellow.svg);
  background-position: center;
  background-size: contain;
}
.block-banner-services .banner-services-content > ul > li strong {
  font-weight: 700;
}
.block-banner-services .banner-services-content ul li a {
  color: #FFD700;
}
.block-banner-services .banner-services-content ul li a:hover {
  text-decoration: underline;
}
.block-banner-services .banner-services-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  margin: 0 0 20px;
}
.block-banner-services .slide-button-color {
  white-space: nowrap;
  display: inline-block;
  padding: 11px 40px;
  background: linear-gradient(87.1deg, #ff5c00 0, #f90 100%);
  box-shadow: 7px 10px 45px rgba(236, 128, 10, 0.35);
  border-radius: 60px;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 31px;
  color: #fff;
  text-decoration: none !important;
  transition-property: all;
  transition-duration: 0.3s;
	white-space: nowrap;
}
.block-banner-services .slide-button-color:hover {
  box-shadow: 7px 10px 45px rgba(255, 255, 255, 0.4901960784);
}
.block-banner-services .slide-button-border {
  display: inline-block;
  padding: 7px 40px;
  border: 4px solid #fff;
  filter: drop-shadow(15px 15px 45px rgba(129, 41, 240, 0.45));
  border-radius: 60px;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 31px;
  color: #fff;
  margin-top: 10px;
  margin-right: 20px;
  text-decoration: none !important;
  transition-property: all;
  transition-duration: 0.3s;
}
.block-banner-services .slide-button-border:hover {
  background: #fff;
  color: #1d1d1d;
}
@media (max-width: 1200px) {
  .block-banner-services {
    margin-bottom: 60px;
  }
  .block-banner-services .banner-services-content {
    margin-left: 40%;
    padding-top: 80px;
    padding-bottom: 95px;
  }
  .block-banner-services .banner-services-content h1,
  .block-banner-services .banner-services-content h2 {
    font-size: 46px;
    line-height: 46px;
  }
  .block-banner-services .banner-services-content h4 {
    font-size: 24px;
    line-height: 28px;
  }
  .block-banner-services .banner-services-content p {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 992px) {
  .block-banner-services .banner-services-content {
    margin-left: 0;
    padding-top: 80px;
    padding-bottom: 95px;
  }
  .block-banner-services .banner-services-img {
    right: unset;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.1;
  }
}
@media (max-width: 768px) {
  .block-banner-services {
    margin-bottom: 50px;
  }
  .block-banner-services .banner-services-content {
    margin-left: 0;
    padding-top: 65px;
    padding-bottom: 55px;
  }
  .block-banner-services .banner-services-content h1,
  .block-banner-services .banner-services-content h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .block-banner-services .banner-services-content h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .block-banner-services .banner-services-content p {
    font-size: 16px;
    line-height: 23px;
  }
}
@media (max-width: 576px) {
  .block-banner-services .banner-services-content {
    margin-left: 0;
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .block-banner-services .banner-services-content h1,
  .block-banner-services .banner-services-content h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .block-banner-services .banner-services-content h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .block-banner-services .banner-services-content p {
    font-size: 16px;
    line-height: 23px;
  }
  .block-banner-services .banner-services-content > ul {
    grid-template-columns: 1fr;
  }
}
.block-service-description {
  position: relative;
  display: block;
  margin: 0 0 60px;
}
.block-service-description .big-title {
  margin: 0 0 52px;
  line-height: 100%;
}
.block-service-description .block-service-description__fon {
  position: absolute;
  left: 0;
  top: -120px;
  bottom: -190px;
  width: 100%;
  z-index: -1;
}
.block-service-description .service-description {
  display: flex;
  flex-wrap: wrap;
}
.block-service-description .service-description-3 {
  margin: 0 -15px 0;
}
.block-service-description .service-description-4 {
  margin: 0 -10px 0;
}
.block-service-description .service-description-item {
  position: relative;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07), 0 4px 35px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  padding: 30px 10px 30px 35px;
  overflow: hidden;
}
.block-service-description .service-description-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 100%;
  background: #9222ea;
}
.block-service-description .service-description-item-3 {
  flex: 0 0 calc(33.333% - 30px);
  width: calc(33.333% - 30px);
  margin: 0 15px 30px;
}
.block-service-description .service-description-item-4 {
  flex: 0 0 calc(25% - 20px);
  width: calc(25% - 20px);
  margin: 0 10px 20px;
}
.block-service-description .service-description-title {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  color: #1d1d1d;
  margin: 0 0 10px;
}
.block-service-description .service-description-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #71697a;
  margin: 0;
}
@media (max-width: 1200px) {
  .block-service-description {
    margin-bottom: 40px;
  }
  .block-service-description .service-description-item-3 {
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
    margin: 0 15px 30px;
  }
  .block-service-description .service-description-item-4 {
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}
@media (max-width: 992px) {
  .block-service-description .service-description-item-3 {
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
    margin: 0 15px 30px;
  }
  .block-service-description .service-description-title {
    font-size: 22px;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .block-service-description .big-title {
    margin: 0 0 30px;
  }
  .block-service-description .service-description-item-3 {
    padding: 20px 20px 20px 30px;
    flex: 0 0 calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 0 15px 15px;
  }
  .block-service-description .service-description-item-4 {
    padding: 20px 20px 20px 30px;
    flex: 0 0 calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 0 10px 15px;
  }
}
.block-how-work {
  position: relative;
  display: block;
  margin: 0 0 70px;
}
.block-how-work.block-how-work--red .big-title > strong {
  color: #ff004d;
}
.block-how-work .big-title {
  margin: 0;
}
.block-how-work .common-text {
  max-width: 715px;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 103.333%;
  color: #1d1d1d;
}
.block-how-work .how-work-items {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -15px 0;
  justify-content: center;
}
.block-how-work .how-work-item {
  position: relative;
  flex: 0 0 calc(33.333% - 30px);
  width: calc(33.333% - 30px);
  margin: 0 15px 30px;
}
.block-how-work .how-work-block-img {
  position: relative;
  display: block;
  width: 100%;
  height: 400px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}
.block-how-work .how-work-img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.block-how-work .how-work-block-content {
  display: flex;
}
.block-how-work .how-work-counter {
  flex: 0 0 60px;
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 21px;
  color: #000;
  border: 10px solid #9143f1;
  border-radius: 100%;
  box-shadow: 5px 5px 25px rgba(129, 41, 240, 0.45);
  margin-right: 20px;
}
.block-how-work .how-work-counter.red {
  border-color: #ff003d !important;
  box-shadow: 10px 10px 35px rgba(255, 0, 66, 0.3) !important;
}
.block-how-work .how-work-title {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  color: #1d1d1d;
  margin: 0 0 10px;
}
.block-how-work .how-work-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #71697a;
  margin: 0;
}
.block-how-work .block-how-work__cards {
  display: flex;
  align-items: stretch;
  gap: 40px;
  margin-top: 50px;
}
.block-how-work .block-how-work__cards > .card-absolute {
  flex: 1;
}
.card-absolute {
  position: relative;
  display: flex;
  justify-content: flex-start;
  border-radius: 20px;
  overflow: hidden;
}
.card-absolute.card-absolute--left-bottom {
  align-items: flex-end;
}
.card-absolute.card-absolute--left-top {
  align-items: flex-start;
}
.card-absolute__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.card-absolute .card-absolute__content {
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.07), 0 4px 35px 0 rgba(0, 0, 0, 0.06);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 129.412%;
  color: #71697a;
}
.card-absolute.card-absolute--left-bottom .card-absolute__content {
  max-width: 257px;
  padding: 15px;
  margin-top: 90px;
}
.card-absolute.card-absolute--left-top .card-absolute__content {
  max-width: 287px;
  padding: 30px;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .block-how-work {
    margin-bottom: 50px;
  }
  .block-how-work .how-work-item {
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
  }
  .block-how-work .how-work-counter {
    flex: 0 0 45px;
    display: flex;
    height: 45px;
    border: 5px solid #9143f1;
    font-size: 18px;
    line-height: 18px;
  }
}
@media (max-width: 992px) {
  .block-how-work .how-work-title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .block-how-work {
    margin-bottom: 30px;
  }
  .block-how-work .how-work-items {
    margin-top: 20px;
  }
  .block-how-work .how-work-item {
    flex: 0 0 calc(100% - 30px);
    width: calc(100% - 30px);
    margin-bottom: 40px;
  }
  .block-how-work .how-work-block-img {
    height: 200px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .block-how-work {
    margin-bottom: 20px;
  }
  .block-how-work .how-work-title {
    font-size: 20px;
    line-height: 26px;
  }
  .block-how-work .how-work-desc {
    font-size: 16px;
  }
}
.block-type-package {
  position: relative;
  display: block;
  margin: 0 0 80px;
}
.block-type-package .big-title {
  margin: 0 0 40px;
}
.block-type-package .slick-track {
  display: flex;
}
.block-type-package .slick-prev {
  left: -25px;
}
.block-type-package .slick-next {
  right: -25px;
}
.block-type-package .slick-list {
  margin: -10px;
}
.block-type-package .slick-slide {
  margin: 10px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07), 0 4px 10px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  padding: 20px 15px;
  text-align: center;
}
.block-type-package .type-package-img {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  height: 164px;
  margin-bottom: 20px;
}
.block-type-package .type-package-title {
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 24px;
  color: #1d1d1d;
  margin: 0 0 0;
}
.block-type-package .type-package-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  margin: 10px 0 0;
  color: #71697a;
}
@media (max-width: 768px) {
  .block-type-package {
    margin-bottom: 60px;
  }
  .block-type-package .big-title {
    margin-bottom: 25px;
  }
  .block-type-package .slick-prev {
    left: -10px;
  }
  .block-type-package .slick-next {
    right: -10px;
  }
}
@media (max-width: 576px) {
  .block-type-package {
    margin-bottom: 50px;
  }
}
.block-services-price-tabs {
  position: relative;
  display: block;
  margin: 0 0 80px;
  width: 100%;
}
.block-services-price-tabs .price-tabs-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.block-services-price-tabs .big-title {
  margin: 0 30px 0 0;
}
.block-services-price-tabs .price-tabs-button {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  background: linear-gradient(87.1deg, #7031f7 0, #9222ea 100%);
  box-shadow: 5px 5px 25px rgba(129, 41, 240, 0.45);
  border-radius: 60px;
  padding: 10px 35px;
  text-decoration: none !important;
  transition-property: all;
  transition-duration: 0.3s;
}
.block-services-price-tabs .price-tabs-button.red {
  background: linear-gradient(87.1deg, #ff004d 0, #ff003d 100%);
  box-shadow: 10px 10px 35px rgba(255, 0, 66, 0.3);
}
.block-services-price-tabs .price-tabs-button:hover {
  opacity: 0.9;
}
.block-services-price-tabs .sub-title {
  margin: 0 0 40px;
}
.block-services-price-tabs .price-tabs {
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07), 0 4px 35px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  overflow: hidden;
}
.block-services-price-tabs .price-tabs-item:last-child .price-tabs-item-open {
  border-bottom: 0;
}
.block-services-price-tabs .price-tabs-item-open {
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 27px;
  line-height: 31px;
  color: #1d1d1d;
  padding: 30px 80px 30px 30px;
  cursor: pointer;
  border-bottom: 1px solid #e5e5ed;
}
.block-services-price-tabs .price-tabs-item-open.red::after {
  background: linear-gradient(87.1deg, #ff004d 0, #ff003d 100%);
  box-shadow: 10px 10px 35px rgba(255, 0, 66, 0.3);
}
.block-services-price-tabs .price-tabs-item-open.active {
  border-bottom: 1px solid #fff;
}
.block-services-price-tabs .price-tabs-item-open.active::after {
  transform: rotate(-90deg);
  padding: 0;
  background: linear-gradient(87.1deg, #ff5c00 0, #f90 100%);
  background-size: contain;
}
.block-services-price-tabs .price-tabs-item-open strong {
  font-weight: 900;
}
.block-services-price-tabs .price-tabs-item-open::after {
  position: absolute;
  right: 30px;
  top: calc(50% - 18px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #9143f1;
  box-shadow: 5px 5px 25px rgba(129, 41, 240, 0.45);
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  border-radius: 100%;
  padding-left: 2px;
  transform: rotate(90deg);
}
.block-services-price-tabs .price-tabs-item-hide {
  display: none;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #71697a;
  padding: 20px 30px;
  background: #f9f9fe;
}
.block-services-price-tabs .new-price {
  display: block;
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07), 0 4px 35px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  overflow: hidden;
  margin-top: 40px;
}
.block-services-price-tabs .new-price table {
  margin: 0;
  padding: 0;
}
.block-services-price-tabs .new-price table tr:nth-of-type(2n) {
  background: #f9f9fe;
}
.block-services-price-tabs .new-price table th {
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
  line-height: 39px;
  color: #1d1d1d;
  padding: 25px 30px;
}
.block-services-price-tabs .new-price table td {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
  color: #1d1d1d;
  padding: 15px 30px;
}
.block-services-price-tabs .new-price table td:nth-child(2) {
  width: 220px;
}
.block-services-price-tabs .new-price table td:nth-child(3) {
  width: 220px;
}
.block-services-price-tabs .new-price-hidden {
  display: none;
}
.block-services-price-tabs .new-price-title {
  display: inline-block;
  padding: 11px 40px;
  background: linear-gradient(87.1deg, #ff5c00 0, #f90 100%);
  box-shadow: 7px 10px 45px rgba(236, 128, 10, 0.35);
  border-radius: 60px;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 31px;
  color: #fff;
  transform: translate(30px, 20px);
}
.block-services-price-tabs .new-price-button {
  position: relative;
  height: 59px;
  border-top: 1px solid #e5e5ed;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.3s;
}
.block-services-price-tabs .new-price-button td {
  position: relative;
}
.block-services-price-tabs .new-price-button td::after {
  position: absolute;
  left: calc(50% - 18px);
  top: calc(50% - 18px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #9143f1;
  box-shadow: 5px 5px 25px rgba(129, 41, 240, 0.45);
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  border-radius: 100%;
  padding-left: 2px;
  transform: rotate(90deg);
}
.block-services-price-tabs .new-price-button.active td::after {
  transform: rotate(-90deg);
  background: linear-gradient(87.1deg, #ff5c00 0, #f90 100%);
  box-shadow: 7px 10px 45px rgba(236, 128, 10, 0.35);
}
@media (max-width: 992px) {
  .block-services-price-tabs {
    margin-bottom: 60px;
  }
  .block-services-price-tabs .price-tabs-title {
    margin-bottom: 20px;
  }
  .block-services-price-tabs .price-tabs-item-open {
    font-size: 20px;
    line-height: 27px;
    padding: 25px 75px 25px 25px;
  }
  .block-services-price-tabs .price-tabs-item-open::after {
    right: 25px;
  }
  .block-services-price-tabs .price-tabs-item-hide {
    padding: 20px 25px;
  }
  .block-services-price-tabs .new-price table th {
    font-size: 18px;
    line-height: 22px;
    padding: 15px 20px;
  }
  .block-services-price-tabs .new-price table td {
    padding: 12px 20px;
    font-size: 15px;
    line-height: 19px;
  }
  .block-services-price-tabs .new-price table td:nth-child(n + 2),
  .block-services-price-tabs .new-price table th:nth-child(n + 2) {
    padding-left: 0;
    width: auto;
  }
  .block-services-price-tabs .new-price-title {
    transform: none;
    font-size: 17px;
    line-height: 25px;
    padding: 7px 22px;
    margin: 10px 20px;
  }
}
@media (max-width: 768px) {
  .block-services-price-tabs .new-price-title {
    margin: 0;
    display: block;
    text-align: center;
  }
  .block-services-price-tabs .new-price table th {
    font-size: 15px;
    line-height: 19px;
    padding: 15px 15px;
  }
  .block-services-price-tabs .new-price table td {
    padding: 12px 15px;
    font-size: 13px;
    line-height: 18px;
  }
  .block-services-price-tabs .price-tabs-item-open {
    font-size: 18px;
    line-height: 27px;
  }
  .block-services-price-tabs .price-tabs-item-hide {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .block-services-price-tabs {
    margin-bottom: 40px;
  }
  .block-services-price-tabs .price-tabs-title {
    margin-bottom: 20px;
  }
  .block-services-price-tabs .price-tabs-item-open {
    font-size: 16px;
    line-height: 24px;
    padding: 15px 55px 15px 15px;
  }
  .block-services-price-tabs .price-tabs-item-open::after {
    right: 10px;
    top: calc(50% - 15px);
    height: 30px;
    width: 30px;
  }
  .block-services-price-tabs .price-tabs-item-hide {
    font-size: 15px;
    padding: 15px 15px;
  }
}
.block-service-form {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 100px;
}
.block-service-form .service-form {
  position: relative;
  background: url(../image/service-form-fon.jpg) no-repeat center;
  background-size: cover;
  border-radius: 30px;
  padding: 20px;
}
.block-service-form .service-form.red {
  background: url(../image/delivery-form-2.jpg) no-repeat center;
  background-size: cover;
}
.block-service-form .service-form.red .service-form-bitton {
  box-shadow: 10px 20px 40px rgba(255, 199, 0, 0.6);
}
.block-service-form .service-form.red .service-form-bitton:hover {
  box-shadow: 10px 20px 40px rgba(255, 255, 255, 0.6);
}
.block-service-form .service-form-img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 1;
  margin: 0 !important;
}
.block-service-form .service-form-content {
  position: relative;
  z-index: 2;
  padding: 0px;
  max-width: 60%;
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.block-service-form .service-form-content h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 44px;
  color: #fff;
  margin: 0px;
}
.block-service-form .service-form-content .service-form-fullfilment {
  background: linear-gradient(180deg, #ff5c00 0, #f90 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-top: 40px;
  margin-top: 30px;
  padding-bottom: 10px;
}
.block-service-form .service-form-content p {
    color: #FFF;
    font-family: "Basis Grotesque Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    margin: 0 !important;
}
.block-service-form .service-form-link {
  color: #ff7b01;
  font-weight: 700;
  text-decoration: none !important;
  transition-property: all;
  transition-duration: 0.3s;
  border: 1px solid transparent;
}
.block-service-form .service-form-link:hover {
  color: #ff9e00;
  border-bottom: 1px solid;
}
.block-service-form .service-form-bitton {
  display: inline-block;
  padding: 10px 40px;
  margin-top: 10px;
  background: linear-gradient(87.1deg, #ff5c00 0, #f90 100%);
  box-shadow: 7px 10px 45px rgba(236, 128, 10, 0.35);
  border-radius: 60px;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 31px;
  color: #fff;
  text-decoration: none !important;
  transition-property: all;
  transition-duration: 0.3s;
}
.block-service-form .service-form-bitton:hover {
  box-shadow: 7px 10px 45px rgba(255, 255, 255, 0.35);
}
@media (max-width: 1200px) {
  .block-service-form {
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .block-service-form .service-form-content {
    max-width: 100%;
  }
  .block-service-form .service-form-img {
    opacity: 0.2;
    max-height: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .block-service-form .service-form-content .service-form-fullfilment {
    margin: 20px 0;
  }
}
@media (max-width: 576px) {
  .block-service-form {
    margin-bottom: 50px;
  }
  .block-service-form .service-form-bitton {
    padding: 6px 25px;
  }
}
.block-how-sale {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 100px;
}
.block-how-sale .big-title {
  margin: 0;
}
.block-how-sale .how-sale-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 0;
}
.block-how-sale .how-sale-item {
  position: relative;
  flex: 0 0 calc(33.333% - 30px);
  width: calc(33.333% - 30px);
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07), 0 4px 35px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  margin: 0 15px 30px;
  padding: 30px 30px 60px 30px;
  font-style: normal;
  font-weight: 300;
  font-size: 29px;
  line-height: 30px;
  color: #1d1d1d;
}
.block-how-sale .how-sale-item strong {
  font-weight: 700;
}
.block-how-sale .how-sale-item::after {
  content: "";
  display: block;
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 60px;
  height: 60px;
  background: url(image/how-sale.svg) no-repeat center;
  background-size: contain;
  box-shadow: 7px 7px 25px rgba(122, 255, 0, 0.4);
  border-radius: 100%;
}
@media (max-width: 1200px) {
  .block-how-sale {
    margin-bottom: 60px;
  }
  .block-how-sale .how-sale-item {
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
@media (max-width: 992px) {
  .block-how-sale .how-sale-item {
    font-size: 24px;
    line-height: 27px;
  }
}
@media (max-width: 768px) {
  .block-how-sale {
    margin-bottom: 40px;
  }
  .block-how-sale .how-sale-item {
    flex: 0 0 calc(100% - 30px);
    width: calc(100% - 30px);
    margin-bottom: 20px;
    padding: 20px 25px;
    font-size: 20px;
    line-height: 24px;
  }
  .block-how-sale .how-sale-item::after {
    height: 40px;
    width: 40px;
    right: -10px;
    bottom: -5px;
  }
}
.block-services-form-2 {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 80px;
  margin-bottom: 120px;
}
.block-services-form-2 .container {
  position: relative;
}
.block-services-form-2 .services-form-fon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.block-services-form-2 .services-form-img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  max-width: auto;
  max-height: 100%;
  z-index: -1;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  max-width: 45%;
}
.block-services-form-2 .services-form-content {
  float: left;
  width: calc(100% - 490px);
  padding-bottom: 40px;
}
.block-services-form-2 .services-form-content.dop-padding {
  padding-bottom: 120px;
}
.block-services-form-2 .services-form-content h4 {
  font-weight: 900;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  margin: 0 0 10px;
}
.block-services-form-2 .services-form-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
.block-services-form-2 .services-form-content strong {
  font-weight: 900;
}
.block-services-form-2 .services-form-content ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 40px -22px 20px;
}
.block-services-form-2 .services-form-content ul li {
  position: relative;
  flex: 0 0 calc(50% - 44px);
  width: calc(50% - 44px);
  padding: 0 0 0 60px;
  margin: 0 22px 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
.block-services-form-2 .services-form-content ul li.full {
  flex: 0 0 calc(100% - 44px);
  width: calc(100% - 44px);
}
.block-services-form-2 .services-form-content ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: url(../image/check-mark.svg) no-repeat center;
  background-size: contain;
}
.block-services-form-2 .big-title {
  color: #fff;
  margin: 0;
}
.block-services-form-2 .services-form-subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 44px;
  color: #fff;
  margin: 0 0 30px;
}
.block-services-form-2 .services-form {
  position: absolute;
  right: 15px;
  bottom: -30px;
  width: 100%;
  max-width: 480px;
  background: #fff;
  border-radius: 30px;
  padding: 40px 50px 30px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.25);
  margin: 0;
}
.block-services-form-2 .services-form input[type="email"],
.block-services-form-2 .services-form input[type="tel"],
.block-services-form-2 .services-form input[type="text"] {
  display: block;
  width: 100%;
  padding: 18px 20px;
  background: #f9f9fe;
  border: 1px solid #e4e4f2 !important;
  outline: 0 !important;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  margin: 0 0 10px;
}
.block-services-form-2 .services-form textarea {
  display: block;
  width: 100%;
  padding: 18px 20px;
  background: #f9f9fe;
  border: 1px solid #e4e4f2 !important;
  outline: 0 !important;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  height: 115px;
  resize: none;
}
.block-services-form-2 .services-form input[type="submit"] {
  display: block;
  width: 100%;
  padding: 16px 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  background: linear-gradient(1deg, #ff5c00 0, #f90 100%);
  box-shadow: 7px 7px 25px rgba(236, 128, 10, 0.55);
  border-radius: 10px;
  border: none !important;
  outline: 0 !important;
  cursor: pointer;
  margin: 20px 0 10px;
  transition-property: all;
  transition-duration: 0.3s;
}
.block-services-form-2 .services-form input[type="submit"]:hover {
  opacity: 0.8;
}
.block-services-form-2 .services-form label {
  display: block;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #b0b0c2;
}
.block-services-form-2 .services-form label a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #ff5c00;
  text-decoration: none !important;
  border-bottom: 1px solid;
}
.block-services-form-2 .services-form-title {
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 46px;
  color: #1d1d1d;
  text-align: center;
  margin: 0 0 25px;
}
@media (max-width: 1200px) {
  .block-services-form-2 {
    padding: 70px 0 0;
  }
  .block-services-form-2 .services-form-subtitle {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 40px;
  }
  .block-services-form-2 .services-form-content {
    width: 100%;
    float: unset;
    display: block;
    padding: 0;
  }
  .block-services-form-2 .services-form-content.dop-padding {
    padding-bottom: 0;
  }
  .block-services-form-2 .services-form-img {
    opacity: 0.2;
    max-width: 100%;
  }
  .block-services-form-2 .services-form {
    position: relative;
    bottom: unset;
    right: unset;
    float: unset;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: -30px;
  }
}
@media (max-width: 992px) {
  .block-services-form-2 {
    margin-bottom: 90px;
    padding-top: 60px;
  }
  .block-services-form-2::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
  }
  .block-services-form-2 .services-form-subtitle {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .block-services-form-2 .services-form-content {
    max-width: 100%;
  }
  .block-services-form-2 .services-form-content h4 {
    font-size: 24px;
    line-height: 22px;
  }
  .block-services-form-2 .services-form {
    float: unset;
    display: block;
    margin: 0 auto -30px;
  }
}
@media (max-width: 768px) {
  .block-services-form-2 {
    padding-top: 50px;
  }
  .block-services-form-2 .services-form-subtitle {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .block-services-form-2 .services-form-content p {
    font-size: 18px;
  }
  .block-services-form-2 .services-form-content ul {
    margin-top: 30px;
  }
  .block-services-form-2 .services-form-content ul li {
    flex: 0 0 calc(100% - 44px);
    width: calc(100% - 44px);
    margin: 0 22px 30px;
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .block-services-form-2 .services-form {
    padding: 20px;
  }
  .block-services-form-2 .services-form input[type="email"],
  .block-services-form-2 .services-form input[type="submit"],
  .block-services-form-2 .services-form input[type="tel"],
  .block-services-form-2 .services-form input[type="text"],
  .block-services-form-2 .services-form textarea {
    padding: 13px 15px;
    font-size: 16px;
  }
  .block-services-form-2 .services-form-title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
.block-vikup {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 100px;
}
.block-vikup .container {
  position: relative;
  display: flex;
  align-items: center;
}
.block-vikup .vikup-content {
  width: 50%;
}
.block-vikup .vikup-content h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 54px;
  line-height: 70px;
  color: #1d1d1d;
  margin: 0 0 40px;
}
.block-vikup .vikup-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 27px;
  line-height: 31px;
  color: #1d1d1d;
}
.block-vikup .vikup-content p strong {
  font-weight: 900;
}
.block-vikup .vikup-block-img {
  position: relative;
  width: 50%;
}
.block-vikup .vikup-img {
  width: 100%;
  max-height: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 992px) {
  .block-vikup {
    margin-bottom: 70px;
  }
  .block-vikup .vikup-content {
    width: 100%;
  }
  .block-vikup .vikup-content h2 {
    margin-bottom: 25px;
    font-size: 40px;
    line-height: 40px;
  }
  .block-vikup .vikup-content p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .block-vikup .vikup-block-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.2;
  }
}
@media (max-width: 576px) {
  .block-vikup {
    margin-bottom: 50px;
  }
  .block-vikup .vikup-content h2 {
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 30px;
  }
  .block-vikup .vikup-content p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .block-vikup .vikup-block-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.2;
  }
}
.block-stages-work {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 80px;
}
.block-stages-work .big-title {
  text-align: center;
  margin: 0 0 40px;
}
.block-stages-work .stages-work-item {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
.block-stages-work .stages-work-item:nth-child(1)::after {
  content: "";
  display: block;
  position: absolute;
  width: 483.95px;
  height: 852.13px;
  left: 345px;
  top: 50px;
  background: url(../image/stages.svg) no-repeat center;
  background-size: contain;
  z-index: 4;
}
.block-stages-work .stages-work-item:nth-child(2n) .stages-work-content {
  text-align: right;
  padding-left: 30px;
  order: -1;
}
.block-stages-work .stages-work-item:nth-child(2n) .stages-work-counter {
  top: 30px;
  left: 0;
  transform: translate(-50%, 0);
}
.block-stages-work .stages-work-item:nth-child(2n-1) .stages-work-content {
  padding-right: 30px;
}
.block-stages-work .stages-work-item:nth-child(2n-1) .stages-work-block-img {
  order: -1;
}
.block-stages-work .stages-work-item:nth-child(2n-1) .stages-work-counter {
  top: 30px;
  left: 100%;
  transform: translate(-50%, 0);
}
.block-stages-work .stages-work-block-img {
  flex: 0 0 380px;
  width: 380px;
  height: 380px;
  position: relative;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}
.block-stages-work .stages-work-counter {
  position: absolute;
  display: flex;
  height: 60px;
  width: 60px;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 21px;
  color: #000;
  border: 10px solid #9143f1;
  border-radius: 100%;
  box-shadow: 5px 5px 25px rgba(129, 41, 240, 0.45);
  margin-right: 20px;
  z-index: 5;
}
.block-stages-work .stages-work-img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  border-radius: 20px;
}
.block-stages-work .stages-work-content {
  padding: 30px 60px;
}
.block-stages-work .stages-work-content h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  color: #1d1d1d;
  margin: 0 0 20px;
}
.block-stages-work .stages-work-content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #71697a;
}
.block-stages-work .stages-work-content ul li {
  margin: 0 0 20px;
}
.block-stages-work .stages-work-content ul li::before {
  content: "—";
  margin-right: 5px;
}
@media (max-width: 1200px) {
  .block-stages-work {
    margin-bottom: 60px;
  }
  .block-stages-work .stages-work-item::after {
    display: none !important;
  }
  .block-stages-work .stages-work-item:nth-child(2n) .stages-work-content {
    padding-left: 0;
  }
  .block-stages-work .stages-work-item:nth-child(2n-1) .stages-work-content {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .block-stages-work .stages-work-item:nth-child(2n) .stages-work-counter {
    left: 45px;
    top: 15px;
  }
  .block-stages-work .stages-work-item:nth-child(2n-1) .stages-work-counter {
    left: 45px;
    top: 15px;
  }
  .block-stages-work .stages-work-block-img {
    flex: 0 0 240px;
    width: 240px;
    height: 240px;
  }
  .block-stages-work .stages-work-content {
    padding: 15px 30px;
  }
  .block-stages-work .stages-work-content h2 {
    font-size: 24px;
    line-height: 27px;
  }
}
@media (max-width: 768px) {
  .block-stages-work {
    margin-bottom: 40px;
  }
  .block-stages-work .stages-work-item {
    text-align: left !important;
    flex-wrap: wrap;
  }
  .block-stages-work .stages-work-content {
    text-align: left !important;
    padding: 0;
  }
  .block-stages-work .stages-work-block-img {
    order: -2;
    margin-bottom: 25px;
    flex: 0 0 290px;
    width: 290px;
    height: 200px;
  }
}
.block-callback-form {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 100px;
}
.block-callback-form .callback-form {
  position: relative;
}
.block-callback-form .callback-form-fon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -2;
  border-radius: 30px;
}
.block-callback-form .callback-form-img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 50%;
  max-height: 110%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: -1;
}
.block-callback-form .callback-form-content {
  padding: 60px;
  max-width: 885px;
}
.block-callback-form .callback-form-content h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 54px;
  line-height: 53px;
  color: #fff;
  margin: 0 0 20px;
}
.block-callback-form .callback-form-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  margin: 0 0 20px;
}
.block-callback-form .callback-form-content strong {
  font-weight: 900;
}
.block-callback-form .callback-form-content i {
  font-weight: 900;
}
.block-callback-form .callback-form-content h4 {
  font-weight: 900;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  margin: 0 0 5px;
}
.block-callback-form .callback-form-items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 40px -10px -20px;
}
.block-callback-form .callback-form-items.callback-form-items-content p {
  margin: 0;
}
.block-callback-form .callback-form-item {
  flex: 0 0 calc(33.333% - 20px);
  width: calc(33.333% - 20px);
  margin: 0 10px 20px;
  align-items: flex-start;
}
.block-callback-form .callback-form-item input[type="email"],
.block-callback-form .callback-form-item input[type="tel"],
.block-callback-form .callback-form-item input[type="text"] {
  display: block;
  width: 100%;
  padding: 18px 20px;
  background: #f9f9fe;
  border: 1px solid #e4e4f2 !important;
  outline: 0 !important;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
}
.block-callback-form .callback-form-item input[type="submit"] {
  display: block;
  width: 100%;
  padding: 16px 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  background: linear-gradient(1deg, #ff5c00 0, #f90 100%);
  box-shadow: 7px 7px 25px rgba(236, 128, 10, 0.55);
  border-radius: 10px;
  border: none !important;
  outline: 0 !important;
  cursor: pointer;
  margin: 0;
  transition-property: all;
  transition-duration: 0.3s;
}
.block-callback-form
  .callback-form-item
  input[type="submit"].callback-form-button-green {
  background: linear-gradient(87.1deg, #42ff00 0, #8fff00 100%);
  box-shadow: 10px 10px 35px rgba(122, 255, 0, 0.5);
}
.block-callback-form .callback-form-item input[type="submit"]:hover {
  box-shadow: 7px 7px 25px rgba(255, 255, 255, 0.55);
}
@media (max-width: 1200px) {
  .block-callback-form .callback-form-img {
    opacity: 0.3;
    max-width: 100%;
    max-height: 100%;
  }
}
@media (max-width: 992px) {
  .block-callback-form {
    margin-bottom: 80px;
  }
  .block-callback-form .callback-form-content {
    padding: 40px;
  }
  .block-callback-form .callback-form-content h2 {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 25px;
  }
  .block-callback-form .callback-form-content p {
    font-size: 18px;
  }
  .block-callback-form .callback-form-content h4 {
    font-size: 22px;
  }
  .block-callback-form .callback-form-item {
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .block-callback-form {
    margin-bottom: 60px;
  }
  .block-callback-form .callback-form-content {
    padding: 40px;
  }
  .block-callback-form .callback-form-content h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 25px;
  }
  .block-callback-form .callback-form-content p {
    font-size: 16px;
  }
  .block-callback-form .callback-form-content h4 {
    font-size: 20px;
  }
  .block-callback-form .callback-form-items {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .block-callback-form .callback-form-item {
    flex: 0 0 calc(100% - 20px);
    width: calc(100% - 20px);
    margin-bottom: 10px;
    align-items: center;
    text-align: left;
  }
  .block-callback-form .callback-form-item input[type="email"],
  .block-callback-form .callback-form-item input[type="submit"],
  .block-callback-form .callback-form-item input[type="tel"],
  .block-callback-form .callback-form-item input[type="text"],
  .block-callback-form .callback-form-item textarea {
    padding: 13px 15px;
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .block-callback-form {
    margin-bottom: 50px;
  }
  .block-callback-form .callback-form-content {
    text-align: center;
    padding: 20px;
  }
  .block-callback-form .callback-form-content h2 {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 20px;
  }
  .block-callback-form .callback-form-content h4 {
    font-size: 18px;
  }
}
.block-gallery {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 80px;
}
.block-gallery .gallery-items {
  position: relative;
  margin: 120px -15px 20px;
  display: flex;
  flex-wrap: wrap;
}
.block-gallery .gallery-item {
  position: relative;
  flex: 0 0 calc(33.333% - 30px);
  width: calc(33.333% - 30px);
  height: 510px;
  margin: 0 15px 30px;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.25);
}
.block-gallery .gallery-item:nth-child(3n-1) {
  transform: translateY(-40px);
}
.block-gallery .gallery-item:nth-child(3n) {
  transform: translateY(-80px);
}
.block-gallery .gallery-item-img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.block-gallery .gallery-show-more {
  display: block;
  width: 250px;
  margin: 0 auto 0;
  background: linear-gradient(87.1deg, #7031f7 0, #9222ea 100%);
  box-shadow: 15px 15px 45px rgba(129, 41, 240, 0.45);
  border-radius: 60px;
  font-weight: 700;
  font-size: 17px;
  line-height: 31px;
  padding: 11px;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
  transition-property: all;
  transition-duration: 0.3s;
  transform: translateY(-40px);
}
.block-gallery .gallery-show-more:hover {
  opacity: 0.8;
}
@media (max-width: 1200px) {
  .block-gallery .gallery-item {
    height: 320px;
  }
}
@media (max-width: 992px) {
  .block-gallery .gallery-items {
    margin-top: 80px;
  }
  .block-gallery .gallery-item {
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
  }
  .block-gallery .gallery-item:nth-child(2n-1) {
    transform: translateY(0);
  }
  .block-gallery .gallery-item:nth-child(2n) {
    transform: translateY(-40px);
  }
  .block-gallery .gallery-show-more {
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .block-gallery .gallery-items {
    margin: 50px -10px 20px;
  }
  .block-gallery .gallery-item {
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 10px 20px;
    height: 220px;
  }
  .block-gallery .gallery-item:nth-child(2n-1) {
    transform: translateY(0);
  }
  .block-gallery .gallery-item:nth-child(2n) {
    transform: translateY(-20px);
  }
}
@media (max-width: 400px) {
  .block-gallery .gallery-items {
    margin: 50px -10px 20px;
  }
  .block-gallery .gallery-item {
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 10px 20px;
    height: 160px;
  }
  .block-gallery .gallery-item:nth-child(2n-1) {
    transform: translateY(0);
  }
  .block-gallery .gallery-item:nth-child(2n) {
    transform: translateY(-20px);
  }
}
.block-video {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 80px;
}
.block-video .video-items {
  position: relative;
  margin: 80px -15px 20px;
  display: flex;
  flex-wrap: wrap;
}
.block-video .video-item {
  position: relative;
  flex: 0 0 calc(50% - 30px);
  width: calc(50% - 30px);
  height: 380px;
  margin: 0 15px 30px;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.25);
}
.block-video .video-item:hover::after {
  box-shadow: 0 0 0 6px #fff;
}
.block-video .video-item::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  width: 130px;
  height: 130px;
  background: url(image/play.svg) no-repeat center;
  background-size: contain;
  z-index: 1;
  box-shadow: 20px 25px 35px rgba(195, 41, 178, 0.5);
  transition-property: all;
  transition-duration: 0.3s;
}
.block-video .video-item:nth-child(2n-1) {
  transform: translateY(0);
}
.block-video .video-item:nth-child(2n) {
  transform: translateY(-40px);
}
.block-video .video-item-img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.block-video .video-show-more {
  display: block;
  width: 250px;
  margin: 0 auto 0;
  background: linear-gradient(87.1deg, #7031f7 0, #9222ea 100%);
  box-shadow: 15px 15px 45px rgba(129, 41, 240, 0.45);
  border-radius: 60px;
  font-weight: 700;
  font-size: 17px;
  line-height: 31px;
  padding: 11px;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
  transition-property: all;
  transition-duration: 0.3s;
}
.block-video .video-show-more:hover {
  opacity: 0.8;
}
@media (max-width: 1200px) {
  .block-video .video-item {
    height: 320px;
  }
}
@media (max-width: 992px) {
  .block-video .video-item {
    height: 280px;
  }
  .block-video .video-item::after {
    height: 80px;
    width: 80px;
  }
}
@media (max-width: 768px) {
  .block-video .video-items {
    margin: 50px -10px 20px;
  }
  .block-video .video-item {
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 10px 20px;
    height: 220px;
  }
  .block-video .video-item:nth-child(2n-1) {
    transform: translateY(0);
  }
  .block-video .video-item:nth-child(2n) {
    transform: translateY(-20px);
  }
  .block-video .video-item::after {
    height: 60px;
    width: 60px;
  }
}
@media (max-width: 400px) {
  .block-video {
    margin-bottom: 60px;
  }
  .block-video .video-items {
    margin: 50px -10px 20px;
  }
  .block-video .video-item {
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 10px 20px;
    height: 160px;
  }
  .block-video .video-item:nth-child(2n-1) {
    transform: translateY(0);
  }
  .block-video .video-item:nth-child(2n) {
    transform: translateY(-20px);
  }
}
.block-up-sales {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 80px;
}
.block-up-sales .up-sales-block-content {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  justify-content: space-between;
}
.block-up-sales .up-sales-content {
  flex: 0 0 calc(100% - 360px);
  width: calc(100% - 360px);
  padding-right: 60px;
}
.block-up-sales .up-sales-content h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 54px;
  line-height: 52px;
  color: #1d1d1d;
  margin: 0 0 30px;
}
.block-up-sales .up-sales-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 27px;
  line-height: 31px;
  color: #1d1d1d;
  margin: 0 0 30px;
}
.block-up-sales .up-sales-block-img {
  position: relative;
  flex: 0 0 360px;
  width: 360px;
}
.block-up-sales .up-sales-img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.block-up-sales .up-sales-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 0;
}
.block-up-sales .up-sales-item {
  position: relative;
  flex: 0 0 calc(25% - 20px);
  width: calc(25% - 20px);
  margin: 0 10px 20px;
  background: linear-gradient(87.1deg, #7031f7 0, #9222ea 100%);
  box-shadow: 5px 5px 25px rgba(129, 41, 240, 0.45);
  border-radius: 16px;
  padding: 30px 30px 90px;
}
.block-up-sales .up-sales-item-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 27px;
  color: #fff;
  margin: 0;
}
.block-up-sales .up-sales-item-desc strong {
  font-weight: 900;
}
.block-up-sales .up-sales-item-counter {
  position: absolute;
  right: 0;
  bottom: -10px;
  font-style: normal;
  font-weight: 900;
  font-size: 162px;
  line-height: 95px;
  text-align: center;
  color: #fff;
  margin: 0;
}
@media (max-width: 1200px) {
  .block-up-sales .up-sales-content h2 {
    font-size: 42px;
    line-height: 47px;
  }
  .block-up-sales .up-sales-content p {
    font-size: 24px;
  }
  .block-up-sales .up-sales-item {
    position: relative;
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
  }
  .block-up-sales .up-sales-item-counter {
    font-size: 100px;
    right: 10px;
  }
}
@media (max-width: 992px) {
  .block-up-sales .up-sales-block-content {
    margin-bottom: 15px;
  }
  .block-up-sales .up-sales-content {
    flex: 0 0 calc(100% - 190px);
    width: calc(100% - 190px);
    padding-right: 40px;
  }
  .block-up-sales .up-sales-content h2 {
    font-size: 34px;
    line-height: 37px;
  }
  .block-up-sales .up-sales-content p {
    font-size: 20px;
    line-height: 24px;
  }
  .block-up-sales .up-sales-block-img {
    flex: 0 0 190px;
    width: 190px;
  }
}
@media (max-width: 768px) {
  .block-up-sales {
    margin-bottom: 60px;
  }
  .block-up-sales .up-sales-block-content {
    flex-wrap: wrap;
    margin-bottom: 15px;
    justify-content: center;
  }
  .block-up-sales .up-sales-content {
    flex: 0 0 100%;
    width: 100%;
    padding-right: 0;
  }
  .block-up-sales .up-sales-item {
    padding: 25px 25px 60px;
  }
}
@media (max-width: 576px) {
  .block-up-sales .up-sales-content h2 {
    font-size: 24px;
    line-height: 27px;
  }
  .block-up-sales .up-sales-content p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .block-up-sales .up-sales-item {
    flex: 0 0 calc(100% - 20px);
    width: calc(100% - 20px);
    display: flex;
    align-items: center;
    padding: 20px;
  }
  .block-up-sales .up-sales-item-counter {
    position: relative;
    font-size: 50px;
    line-height: 50px;
    right: unset;
    bottom: unset;
    text-align: left;
    margin-right: 20px;
    order: -1;
  }
  .block-up-sales .up-sales-item-desc {
    font-size: 20px;
  }
}
.block-gallery-4x {
  position: relative;
  display: block;
  margin: 0 0 80px;
}
.block-gallery-4x .gallery-4x-items {
  display: flex;
  flex-wrap: wrap;
  margin: 50px -10px 0;
}
.block-gallery-4x .gallery-4x-item {
  position: relative;
  flex: 0 0 calc(25% - 20px);
  width: calc(25% - 20px);
  margin: 0 10px 20px;
  height: 450px;
  border-radius: 20px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.block-gallery-4x .gallery-4x-item-img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
@media (max-width: 1200px) {
  .block-gallery-4x .gallery-4x-item {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .block-gallery-4x .gallery-4x-item {
    flex: 0 0 calc(33.333% - 20px);
    width: calc(33.333% - 20px);
  }
}
@media (max-width: 768px) {
  .block-gallery-4x {
    margin-bottom: 60px;
  }
  .block-gallery-4x .gallery-4x-item {
    height: 220px;
  }
}
@media (max-width: 576px) {
  .block-gallery-4x .gallery-4x-items {
    margin-top: 30px;
  }
  .block-gallery-4x .gallery-4x-item {
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
    height: 320px;
  }
}
@media (max-width: 400px) {
  .block-gallery-4x .gallery-4x-item {
    height: 240px;
  }
}
.block-why-us {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 80px;
}
.block-why-us .big-title > strong {
  color: #ff004d;
}
.block-why-us .big-title:has(+ .sub-title) {
  margin-bottom: 20px;
}
.block-why-us .why-us-items {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -15px 0;
}
.block-why-us .why-us-item {
  position: relative;
  flex: 0 0 calc(33.333% - 30px);
  width: calc(33.333% - 30px);
  margin: 0 15px 30px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07), 0 4px 35px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  padding: 30px 40px;
}
.block-why-us .why-us-item:hover .why-us-counter {
  background: linear-gradient(87.1deg, #ffe600 0, #ffd600 100%);
  box-shadow: 10px 20px 40px rgba(255, 199, 0, 0.4);
}
.block-why-us .why-us-title {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  color: #1d1d1d;
  padding-right: 50px;
  margin: 0 0 10px;
}
.block-why-us .why-us-desc {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #71697a;
  margin: 0;
}
.block-why-us .why-us-counter {
  position: absolute;
  right: 40px;
  top: -10px;
  width: 60px;
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: linear-gradient(87.1deg, #ff004d 0, #ff003d 100%);
  box-shadow: 10px 10px 35px rgba(255, 0, 66, 0.3);
  border-radius: 10px;
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
@media (max-width: 1200px) {
  .block-why-us .why-us-item {
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
  }
  .block-why-us .why-us-title {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .block-why-us {
    margin-bottom: 60px;
  }
  .block-why-us .why-us-title {
    padding-right: 50px;
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .block-why-us {
    margin-bottom: 50px;
  }
  .block-why-us .why-us-item {
    flex: 0 0 calc(100% - 30px);
    width: calc(100% - 30px);
  }
  .block-why-us .why-us-title {
    padding-right: 40px;
  }
  .block-why-us .why-us-counter {
    right: -10px;
  }
}
@media (max-width: 768px) {
  .block-why-us .why-us-item {
    padding: 20px;
  }
}
.task {
  position: relative;
  margin-bottom: 90px;
}
.task__bg {
  position: absolute;
  left: 0;
  top: 18px;
  width: 100%;
  z-index: -1;
}
.task .task__cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
}
.task .task__cards > .big-card {
  flex: 1;
}
@media (max-width: 992px) {
  .task .task__cards {
    flex-direction: column;
    gap: 20px;
  }
}
.big-card {
  position: relative;
  padding: 40px;
  overflow: hidden;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.07), 0 4px 35px 0 rgba(0, 0, 0, 0.06);
}
.big-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 15px;
}
.big-card.big-card--red::before {
  background-color: #ff003d;
}
.big-card.big-card--gray::before {
  background-color: #71697a;
}
.big-card .big-card__title {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  color: #71697a;
  margin-bottom: 28px;
}
.big-card.big-card--red .big-card__title > span {
  color: #ff004d;
}
.big-card.big-card--gray .big-card__title > span {
  color: #1d1d1d;
}
.big-card .big-card__list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.big-card .big-card__list > li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.big-card .big-card__list > li > img {
  width: 60px;
  height: 60px;
  padding: 11px;
  border-radius: 10px;
}
.big-card.big-card--red .big-card__list > li > img {
  background-color: #ff004d;
  box-shadow: 10px 10px 35px 0 rgba(255, 0, 66, 0.3);
}
.big-card.big-card--gray .big-card__list > li > img {
  background-color: #71697a;
  box-shadow: 10px 10px 35px 0 rgba(113, 105, 122, 0.3);
}
.big-card .big-card__list > li > p {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 129.412%;
  color: #71697a;
}
.big-card .big-card__list > li > p > span {
  font-weight: 700;
}
.big-card.big-card--red .big-card__list > li > p > span {
  color: #ff004d;
}
.big-card.big-card--gray .big-card__list > li > p > span {
  color: #1d1d1d;
}
.block-map {
  position: relative;
  display: block;
  margin: 0 0 100px;
}
.block-map .yandex-map {
  position: relative;
  height: 490px;
  width: 100%;
  margin-top: 40px;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .block-map .yandex-map {
    height: 380px;
  }
}
@media (max-width: 768px) {
  .block-map {
    margin-bottom: 60px;
  }
  .block-map .yandex-map {
    height: 380px;
  }
}
.block-partners-form {
  position: relative;
  padding-top: 90px;
  margin: 0 0 100px;
}
.block-partners-form .partners-form-img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  z-index: -1;
}
.block-partners-form .partners-form {
  position: relative;
  display: block;
  width: 100%;
  max-width: 780px;
  margin-bottom: -30px;
  background: #fff;
  border-radius: 20px;
  padding: 35px 30px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.25);
}
.block-partners-form .partners-form p {
  margin: 0;
}
.block-partners-form .partners-form .select {
  transition-property: all;
  transition-duration: 0.3s;
}
.block-partners-form .partners-form .select:hover {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.07), 0 4px 15px 0 rgba(0, 0, 0, 0.09);
}
.block-partners-form .partners-form .select .select__head {
  background: #fff;
  padding: 13px 35px 14px 20px;
  border: 1px solid transparent !important;
}
.block-partners-form .partners-form input[type="email"],
.block-partners-form .partners-form input[type="number"],
.block-partners-form .partners-form input[type="tel"],
.block-partners-form .partners-form input[type="text"] {
  display: block;
  width: 100%;
  padding: 14px 20px;
  background: #fff;
  border: 1px solid transparent !important;
  outline: 0 !important;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  margin: 0;
  transition-property: all;
  transition-duration: 0.3s;
}
.block-partners-form .partners-form input[type="email"]:hover,
.block-partners-form .partners-form input[type="number"]:hover,
.block-partners-form .partners-form input[type="tel"]:hover,
.block-partners-form .partners-form input[type="text"]:hover {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.07), 0 4px 15px 0 rgba(0, 0, 0, 0.09);
}
.block-partners-form .partners-form textarea {
  display: block;
  width: 100%;
  padding: 14px 20px;
  background: #fff;
  border: 1px solid #e4e4f2 !important;
  outline: 0 !important;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  margin: 0;
  resize: none;
  height: 160px;
}
.block-partners-form .partners-form #calc-button,
.block-partners-form .partners-form input[type="submit"] {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0;
  padding: 17px;
  background: linear-gradient(87.1deg, #ff004d 0, #ff003d 100%);
  box-shadow: 10px 10px 35px rgba(255, 0, 66, 0);
  border-radius: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  border: none !important;
  outline: 0 !important;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.3s;
}
.block-partners-form .partners-form #calc-button.orange,
.block-partners-form .partners-form input[type="submit"].orange {
  background: linear-gradient(87.1deg, #ff5c00 0, #f90 100%);
  box-shadow: 7px 7px 25px rgba(236, 128, 10, 0.25);
}
.block-partners-form .partners-form #calc-button:hover,
.block-partners-form .partners-form input[type="submit"]:hover {
  box-shadow: 10px 10px 35px rgba(255, 0, 66, 0.3);
  opacity: 1;
}
.block-partners-form .partners-form-title {
  font-style: normal;
  font-weight: 300;
  font-size: 44px;
  line-height: 42px;
  color: #1d1d1d;
  margin: 0 0 20px;
}

.block-partners-form .partners-form-title strong {
  display: block;
  font-weight: 900;
}
.block-partners-form .partners-form-subtitle {
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 23px;
  color: #1d1d1d;
  margin: 0 0 5px;
}
.block-partners-form .partners-form-subtitle2 {
  color: #1d1d1d;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin: 0 0 10px;
}
.block-partners-form h3.partners-form-subtitle {
    color: #1D1D1D;
    font-size: 27px;
    font-style: normal;
    font-weight: 300;
    line-height: 31px; /* 114.815% */
    margin: 0 0 20px;
}
.block-partners-form .partners-form-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #9797aa;
  margin: 0 0 15px;
}
.block-partners-form .partners-form-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 10px;
  align-items: center;
  padding: 15px;
  background: #f9f9fe;
  border-radius: 15px;
}
.block-partners-form
  .partners-form-items:first-of-type
  .partners-form-item-remove {
  display: none;
}
.block-partners-form .input-file input {
  display: block;
  width: 100%;
  cursor: pointer;
  padding: 10px;
  border: 2px dashed #adadad;
  border-radius: 8px;
}
.block-partners-form .partners-form-item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.block-partners-form .partners-form-item-rachet {
  color: #1d1d1d;
  font-size: 27px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.block-partners-form .partners-form-item-remove {
  display: flex;
  align-items: center;
  background: #fff;
  color: #1d1d1d;
  padding: 7px 20px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.3s;
}
.block-partners-form .partners-form-item-remove:hover {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.07), 0 4px 15px 0 rgba(0, 0, 0, 0.09);
}
.block-partners-form .partners-form-item-remove-img {
  margin-right: 12px;
}
.block-partners-form .partners-form-item-counter {
  display: inline;
}
.block-partners-form .partners-form-items-bot {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 10px;
  align-items: center;
}
.block-partners-form .partners-form-add-rachet {
  display: block;
  margin: 10px 0;
  cursor: pointer;
  border: 2px dashed #959595;
  padding: 10px 15px;
  text-align: center;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  transition-property: all;
  transition-duration: 0.3s;
}
.block-partners-form .partners-form-add-rachet:hover {
  background: #f5f5f5;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.07), 0 4px 15px 0 rgba(0, 0, 0, 0.09);
}
.block-partners-form .partners-form-item {
  flex: 0 0 calc(50% - 10px);
  width: calc(50% - 10px);
  margin: 0 5px 10px;
}
.block-partners-form .partners-form-item.third {
  flex: 0 0 calc(33.333% - 10px);
  width: calc(33.333% - 10px);
}
.block-partners-form .partners-form-item.full {
  flex: 0 0 calc(100% - 10px);
  width: calc(100% - 10px);
}
.block-partners-form .partners-form-item.full.form-tab-item-button {
  flex: 0 0 100%;
  width: 100%;
  margin: 0 0 10px;
}
.block-partners-form .partners-form-item.with-padding {
  padding-left: 10px;
}
.block-partners-form .partners-form-price {
  font-style: normal;
  font-weight: 900;
  font-size: 35px;
  line-height: 45px;
  color: #1d1d1d;
}
.block-partners-form .partners-form-label {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #b0b0c2;
  margin: 0;
}
.block-partners-form .partners-form-label a {
  color: #b0b0c2;
  border-bottom: 1px solid;
  text-decoration: none !important;
}
.block-partners-form .partners-form-link {
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #1d1d1d;
  margin-right: 15px;
  margin-bottom: 10px;
  border: 1px solid #e4e4f2;
  border-radius: 10px;
  padding: 9px 13px;
  text-decoration: none !important;
  transition-property: all;
  transition-duration: 0.3s;
}
.block-partners-form .partners-form-link:hover {
  color: #8129ef;
  border-color: #8129ef;
}
.block-partners-form .partners-form-file {
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #ff004d;
  margin-bottom: 10px;
  border: 1px solid #ff004d;
  border-radius: 10px;
  padding: 9px 13px;
  cursor: pointer;
  text-decoration: none !important;
  transition-property: all;
  transition-duration: 0.3s;
}
.block-partners-form .partners-form-file:hover {
  color: #8129ef;
  border-color: #8129ef;
}
.block-partners-form .partners-form-tab {
  display: none;
  position: relative;
}
.block-partners-form .partners-form-tab .open-tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 35px;
  color: #1d1d1d;
  cursor: pointer;
}
.block-partners-form .partners-form-tab .open-tab.red::after {
  background: linear-gradient(87.1deg, #ff004d 0, #ff003d 100%);
  box-shadow: 0 0 15px rgba(255, 0, 66, 0.3);
}
.block-partners-form .partners-form-tab .open-tab.active {
  border-bottom: 1px solid #fff;
}
.block-partners-form .partners-form-tab .open-tab.active::after {
  transform: rotate(-90deg);
  padding: 0;
  background: linear-gradient(87.1deg, #ff5c00 0, #f90 100%);
  background-size: contain;
}
.block-partners-form .partners-form-tab .open-tab::after {
  position: relative;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  background: #9143f1;
  box-shadow: 0 0 15px rgba(129, 41, 240, 0.45);
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  border-radius: 100%;
  padding-left: 2px;
  transform: rotate(90deg);
}
.block-partners-form .partners-form-tab .hide-tab {
  display: none;
  position: absolute;
  margin-top: 20px;
  left: -30px;
  width: calc(100% + 60px);
  top: 100%;
  background: #fff;
  border-radius: 0 0 20px 20px;
  padding: 20px 30px;
  z-index: 10;
  box-shadow: 0 33px 20px 0 rgba(51, 51, 51, 0.3607843137);
}
.block-partners-form .partners-form-tab .form-tab-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 20px;
  padding: 20px 20px 10px;
  border-radius: 20px;
  background: #f9f9fe;
}
.block-partners-form .partners-form-tab .form-tab-items-bot {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 0;
}
.block-partners-form .partners-form-tab .form-tab-item {
  flex: 0 0 calc(50% - 10px);
  width: calc(50% - 10px);
  margin: 0 5px 10px;
}
.block-partners-form .partners-form-tab .form-tab-item.full {
  flex: 0 0 calc(100% - 10px);
  width: calc(100% - 10px);
  margin: 0 5px 10px;
}
.block-partners-form
  .partners-form-tab
  .form-tab-item.full.form-tab-item-button {
  flex: 0 0 100%;
  width: 100%;
  margin: 0 0 10px;
}
.block-partners-form .partners-form-tab .form-tab-item-rachet {
  display: block;
  border-bottom: 1px dashed #bfbfbf;
  padding-bottom: 10px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 900;
  color: #000;
}
.block-partners-form .partners-form-tab .form-tab-item-counter {
  display: inline;
}
.block-partners-form .partners-form-tab .form-tab-item-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px -5px;
}
.block-partners-form .partners-form-tab .form-tab-button {
  position: relative;
  display: block;
  flex: 0 0 calc(50% - 10px);
  width: calc(50% - 10px);
  margin: 0 5px 10px;
  padding: 12px;
  background: linear-gradient(87.1deg, #ff004d 0, #ff003d 100%);
  box-shadow: 10px 10px 35px rgba(255, 0, 66, 0.3);
  border-radius: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  border: none !important;
  outline: 0 !important;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.3s;
}
.block-partners-form .partners-form-tab .form-tab-button.orange {
  background: linear-gradient(87.1deg, #ff5c00 0, #f90 100%);
  box-shadow: 7px 7px 25px rgba(236, 128, 10, 0.25);
}
.block-partners-form .partners-form-tab .form-tab-button:hover {
  opacity: 0.8;
}
.block-partners-form .partners-form-tab .form-tab-tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 6px;
  padding: 5px 10px;
  margin: 0 0 10px;
}
.block-partners-form .partners-form-tab .form-tab-tr.black {
  margin-top: 0;
  background: #1d1d1d;
  padding: 10px 20px;
  margin: 0;
}
.block-partners-form .partners-form-tab .form-tab-tr.black .form-tab-name {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
}
.block-partners-form .partners-form-tab .form-tab-tr.black .form-tab-value {
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 21px;
  text-align: right;
  color: #fff;
}
.block-partners-form .partners-form-tab .form-tab-name {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #9797aa;
}
.block-partners-form .partners-form-tab .form-tab-value {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: right;
  color: #1d1d1d;
  margin-left: 20px;
}
.block-partners-form .form-tab-item-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 35px 0 rgba(0, 0, 0, 0.06), 0 1px 1px 0 rgba(0, 0, 0, 0.07);
  margin: 0 0 20px;
}
.block-partners-form .form-tab-info-item {
  text-align: center;
  margin: 10px;
}
.block-partners-form .form-tab-info-item .form-tab-value {
  margin: 0;
  text-align: center;
  color: #1d1d1d;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 10px;
}
.block-partners-form .form-tab-info-item .form-tab-name {
  margin: 0;
  text-align: center;
  color: #9797aa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.block-partners-form .form-tab-info-item-total {
  border-radius: 10px;
  background: #f9f9fe;
  padding: 19px 20px;
  margin: 10px;
}
.block-partners-form .form-tab-info-item-total .form-tab-name {
  margin: 0 0 5px;
  text-align: left;
  color: #1d1d1d;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.block-partners-form .form-tab-info-item-total .form-tab-value {
  margin: 0;
  text-align: left;
  color: #1d1d1d;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
@media (max-width: 992px) {
  .block-partners-form .form-tab-info-item .form-tab-value {
    font-size: 16px;
  }
  .block-partners-form .form-tab-info-item .form-tab-name {
    font-size: 14px;
  }
  .block-partners-form .form-tab-info-item-total .form-tab-name {
    font-size: 14px;
  }
  .block-partners-form .form-tab-info-item-total {
    padding: 10px 10px;
  }
}
@media (max-width: 768px) {
  .block-partners-form .partners-form-title {
    font-size: 31px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  .block-partners-form .partners-form-item {
    flex: 0 0 calc(100% - 10px);
    width: calc(100% - 10px);
  }
}
@media (max-width: 768px) {
  .block-partners-form .partners-form-item.third {
    flex: 0 0 calc(100% - 10px);
    width: calc(100% - 10px);
  }
  .block-partners-form .partners-form-tab .form-tab-item {
    flex: 0 0 calc(100% - 10px);
    width: calc(100% - 10px);
  }
  .block-partners-form .partners-form-tab .hide-tab {
    margin-top: 10px;
    left: -20px;
    width: calc(100% + 40px);
  }
  .block-partners-form .partners-form {
    padding: 25px 20px;
  }
  .block-partners-form .partners-form-title {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .block-partners-form .partners-form-tab .form-tab-name {
    word-break: break-word;
  }
  .block-partners-form .form-tab-info-arrow .form-tab-name {
    display: none;
  }
  .block-partners-form .form-tab-info-arrow .form-tab-value img {
    transform: rotate(90deg);
  }
}
@media (max-width: 480px) {
  .block-partners-form .partners-form-item-rachet {
    font-size: 20px;
  }
  .block-partners-form .form-tab-item-info {
    padding: 0;
  }
  .block-partners-form .form-tab-info-item {
    flex: 0 0 calc(100% - 20px);
    width: calc(100% - 20px);
  }
  .block-partners-form .form-tab-info-item.form-tab-info-arrow {
    flex: 0 0 100%;
    width: 100%;
  }
  .block-partners-form .form-tab-info-item-total {
    flex: 0 0 calc(100% - 10px);
    width: calc(100% - 10px);
    text-align: center;
  }
  .block-partners-form .form-tab-info-item-total .form-tab-name,
  .block-partners-form .form-tab-info-item-total .form-tab-value {
    text-align: center;
  }
  .block-partners-form .form-tab-info-item .form-tab-value {
    margin: 0;
  }
  .block-partners-form .partners-form-tab .form-tab-items {
    padding: 10px 10px 0;
  }
  .block-partners-form .form-tab-item-button {
    flex-wrap: wrap;
  }
  .block-partners-form .partners-form-tab .form-tab-button {
    flex: 0 0 calc(100% - 10px);
    width: calc(100% - 10px);
  }
}
@media (max-width: 400px) {
  .block-partners-form .partners-form-item-remove {
    font-size: 0;
  }
  .block-partners-form .partners-form-item-remove i {
    font-size: 16px;
    margin: 0;
  }
}
.block-delivery {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 100px;
}
.block-delivery .delivery-items {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -10px 0;
}
.block-delivery .delivery-item {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(25% - 20px);
  width: calc(25% - 20px);
  margin: 0 10px 20px;
  padding: 30px;
  background: #fff;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.07), 0 14px 15px rgba(0, 0, 0, 0.09);
  border-radius: 20px;
}
.block-delivery .delivery-item-img {
  display: block;
  margin: 0 auto 30px;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
  height: 150px;
}
.block-delivery .delivery-item-title {
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 115.385%;
  color: #1d1d1d;
}
.block-delivery .delivery-item-time {
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 34px;
  background: linear-gradient(87.1deg, #ff004d 0, #ff003d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin: 0 0 20px;
}
.block-delivery .delivery-item-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #71697a;
  margin: 0 0 20px;
}
.block-delivery .delivery-item-desc p {
  margin: 0 0 10px;
}
.block-delivery .delivery-item-price {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #1d1d1d;
  margin: 0;
  margin-top: auto;
  margin-bottom: 20px;
}
.block-delivery .delivery-item-price strong {
  font-size: 30px;
}
.block-delivery .delivery-item-btn {
  display: flex;
  padding: 9px 30px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 60px;
  background: linear-gradient(89deg, #ff004d 0, #ff003d 100%);
  box-shadow: 10px 10px 35px 0 rgba(255, 0, 66, 0.3);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 131.25%;
  color: #fff;
}
@media (max-width: 1200px) {
  .block-delivery .delivery-item {
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .block-delivery {
    margin-bottom: 40px;
  }
  .block-delivery .delivery-item {
    flex: 0 0 calc(100% - 20px);
    width: calc(100% - 20px);
  }
}
.block-bisnes {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 150px;
  z-index: -3;
}
.block-bisnes .big-title {
  text-align: center;
}
.block-bisnes .sub-title {
  text-align: center;
  margin: 0 0 60px;
}
.block-bisnes .bisnes {
  display: block;
  position: relative;
  width: 100%;
  height: 770px;
}
.block-bisnes .bisnes-fon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.block-bisnes .bisnes-item {
  position: absolute;
  width: 285px;
  height: 170px;
  padding: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07), 0 4px 35px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  background: #fff;
  z-index: 1;
}
.block-bisnes .bisnes-item:nth-of-type(-n + 4) {
  padding-right: 90px;
}
.block-bisnes .bisnes-item:nth-of-type(-n + 4) .bisnes-item-img {
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
}
.block-bisnes .bisnes-item:nth-of-type(n + 5) {
  padding-left: 90px;
}
.block-bisnes .bisnes-item:nth-of-type(n + 5) .bisnes-item-img {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
.block-bisnes .bisnes-item:nth-of-type(1) {
  top: 0;
  left: 110px;
}
.block-bisnes .bisnes-item:nth-of-type(2) {
  top: 200px;
  left: -40px;
}
.block-bisnes .bisnes-item:nth-of-type(3) {
  top: 400px;
  left: -40px;
}
.block-bisnes .bisnes-item:nth-of-type(4) {
  top: 600px;
  left: 110px;
}
.block-bisnes .bisnes-item:nth-of-type(5) {
  top: 0;
  right: 110px;
}
.block-bisnes .bisnes-item:nth-of-type(6) {
  top: 200px;
  right: -40px;
}
.block-bisnes .bisnes-item:nth-of-type(7) {
  top: 400px;
  right: -40px;
}
.block-bisnes .bisnes-item:nth-of-type(8) {
  top: 600px;
  right: 110px;
}
.block-bisnes .bisnes-item-img {
  position: absolute;
  height: 140px;
  width: 140px;
  -o-object-fit: contain;
  object-fit: contain;
}
.block-bisnes .bisnes-item-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #71697a;
  background: #fff;
  margin: 0;
}
@media (max-width: 1200px) {
  .block-bisnes .bisnes {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 0;
  }
  .block-bisnes .bisnes-fon {
    display: none;
  }
  .block-bisnes .bisnes-item:nth-of-type(n) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    left: unset;
    top: unset;
    right: unset;
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 10px 20px;
    padding: 30px;
    height: auto;
  }
  .block-bisnes .bisnes-item:nth-of-type(n) .bisnes-item-img {
    position: relative;
    left: unset;
    top: unset;
    right: unset;
    transform: none;
    margin-left: 20px;
  }
  .block-bisnes .bisnes-item-desc {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
  }
}
@media (max-width: 992px) {
  .block-bisnes {
    margin-bottom: 60px;
  }
  .block-bisnes .bisnes {
    height: auto;
  }
  .block-bisnes .bisnes-item-img {
    height: 90px;
    width: 90px;
  }
  .block-bisnes .bisnes-item-desc {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
  }
  .block-bisnes .bisnes-item:nth-of-type(n) {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .block-bisnes .bisnes-item:nth-of-type(n) {
    flex: 0 0 calc(100% - 20px);
    width: calc(100% - 20px);
  }
}
@media (max-width: 400px) {
  .block-bisnes .bisnes-item:nth-of-type(n) {
    padding: 15px;
  }
  .block-bisnes .bisnes-item-img {
    height: 70px;
    width: 70px;
  }
  .block-bisnes .bisnes-item-desc {
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
  }
}
.page-contacts {
  position: relative;
  display: block;
}
.page-contacts .title {
  margin-bottom: 40px;
}
.page-contacts .contacts-info {
  float: left;
  width: 290px;
}
.page-contacts .contacts-info-title {
  display: block;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
  color: #282828;
  margin: 0 0 10px;
}
.page-contacts .contacts-info-adres {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #71697a;
  margin: 0 0 25px;
}
.page-contacts .contacts-info-phone {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #1d1d1d;
  text-decoration: none !important;
  margin: 0 0 10px;
}
.page-contacts .contacts-info-email {
  display: block;
  background: linear-gradient(87.1deg, #7031f7 0, #9222ea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-decoration: none !important;
  margin: 0 0 30px;
}
.page-contacts .contacts-info-social {
  position: relative;
  display: inline-block;
  text-decoration: none !important;
  width: 40px;
  height: 40px;
  border: 1px dashed rgba(29, 29, 29, 0.3);
  border-radius: 100%;
  margin-right: 10px;
}
.page-contacts .contacts-info-social i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #1d1d1d;
}
.page-contacts .yandex-map {
  position: relative;
  overflow: hidden;
  float: right;
  width: calc(100% - 350px);
  height: 400px;
}
.page-contacts.fullfilment .contacts {
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07), 0 4px 35px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  overflow: hidden;
}
.page-contacts.fullfilment .contacts-info {
  padding: 30px;
}
.page-contacts.fullfilment .yandex-map {
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .page-contacts .contacts-info {
    float: unset;
    margin: 0 0 30px;
    width: 100%;
  }
  .page-contacts .yandex-map {
    float: unset;
    width: 100%;
  }
  .page-contacts.fullfilment .contacts-info {
    margin: 0;
    padding: 15px;
  }
  .page-contacts.fullfilment .sub-title {
    font-size: 28px;
    line-height: 32px;
  }
}
.services-items {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -15px 100px;
}
.services-items .services-item {
  flex: 0 0 calc(33.333% - 30px);
  width: calc(33.333% - 30px);
  margin: 0 15px 30px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07), 0 4px 35px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  text-decoration: none !important;
}
.services-items .services-item-img {
  display: block;
  position: relative;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 260px;
  -o-object-position: right bottom;
  object-position: right bottom;
}
.services-items .services-item-content {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 10px 30px;
  justify-content: space-between;
  min-height: 100px;
}
.services-items .services-item-name {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #1d1d1d;
  margin-right: 20px;
}
.services-items .services-item-button {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  padding: 6px 13px;
  background: linear-gradient(87.1deg, #7031f7 0, #9222ea 100%);
  box-shadow: 5px 5px 25px rgba(129, 41, 240, 0.45);
  border-radius: 60px;
  transition-property: all;
  transition-duration: 0.3s;
}
.services-items .services-item-button:hover {
  opacity: 0.8;
}
@media (max-width: 1200px) {
  .services-items .services-item {
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
@media (max-width: 768px) {
  .services-items .services-item {
    flex: 0 0 calc(100% - 30px);
    width: calc(100% - 30px);
    margin-bottom: 20px;
  }
}
@media (max-width: 400px) {
  .services-items .services-item-img {
    height: 180px;
  }
  .services-items .services-item-content {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }
  .services-items .services-item-name {
    margin-bottom: 15px;
  }
}
.news-items {
  position: relative;
  display: block;
  width: 100%;
  margin: 40px 0 100px;
}
.news-items .news-item {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e5e5ed;
  text-decoration: none !important;
}
.news-items .news-item:last-child {
  border: none;
}
.news-items .news-item-img {
  position: relative;
  flex: 0 0 285px;
  width: 285px;
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  margin-right: 30px;
  overflow: hidden;
}
.news-items .news-item-img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.news-items .news-item-content {
  flex: 1 1 auto;
  width: auto;
}
.news-items .news-item-name {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 21px;
  color: #2b3e4e;
  margin: 0 0 10px;
}
.news-items .news-item-desc {
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 20px;
  color: #71697a;
  margin: 0 0 20px;
}
.news-items .news-item-button {
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1d1d1d;
  border: 1px dashed rgba(29, 29, 29, 0.3);
  border-radius: 30px;
  padding: 7px 22px;
  transition-property: all;
  transition-duration: 0.3s;
}
.news-items .news-item-button:hover {
  border-color: #8129ef;
  color: #8129ef;
}
@media (max-width: 768px) {
  .news-items .news-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .news-items .news-item-img {
    flex: 0 0 200px;
    height: 200px;
    width: 280px;
    margin-bottom: 20px;
  }
}
.shadow-block-img {
  position: relative;
  display: block;
  transition-property: all;
  transition-duration: 0.3s;
  border-radius: 20px;
  overflow: hidden;
}
.shadow-block-img::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.42);
  border-radius: 20px;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
}
.shadow-block-img::after {
  content: "Подробнее";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  background: linear-gradient(1deg, #ff5c00 0, #f90 100%);
  box-shadow: 7px 7px 25px rgba(236, 128, 10, 0.5490196078);
  border-radius: 60px;
  margin: 0 0 30px;
  padding: 10px 33px;
  text-decoration: none;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
}
.shadow-block-img:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2509803922);
  transform: translateY(-10px);
}
.shadow-block-img:hover::before {
  opacity: 1;
}
.shadow-block-img:hover::after {
  opacity: 1;
}
.block-ui-quantity {
  position: relative;
  border-radius: 10px;
}
.block-ui-quantity .ui-quantity-minus {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  z-index: 1;
  color: #262626;
  border-radius: 10px 0 0 10px;
  border: 1px solid #d5d5d5;
  transition-property: all;
  transition-duration: 0.2s;
}
.block-ui-quantity .ui-quantity-minus:hover {
  background: #d5d5d5;
}
.block-ui-quantity .ui-quantity-minus:focus {
  background: #e21e24;
  color: #fff;
}
.block-ui-quantity .ui-quantity-minus i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.block-ui-quantity .ui-quantity-plus {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  z-index: 1;
  color: #262626;
  border-radius: 0 10px 10px 0;
  border: 1px solid #d5d5d5;
  transition-property: all;
  transition-duration: 0.2s;
}
.block-ui-quantity .ui-quantity-plus:hover {
  background: #d5d5d5;
}
.block-ui-quantity .ui-quantity-plus:focus {
  background: #e21e24;
  color: #fff;
}
.block-ui-quantity .ui-quantity-plus i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.block-ui-quantity input {
  position: relative;
  width: 100%;
  display: block;
  padding: 12px 65px;
  outline: 0;
  border-radius: 10px;
  border: 1px solid #e4e4f2;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 189.3%;
  text-align: center;
  color: #000;
}
.block-slider-photos {
  display: block;
  position: relative;
  margin: 60px 0;
}
.block-slider-photos .slick-prev {
  left: -15px;
}
.block-slider-photos .slick-next {
  right: -15px;
}
.block-slider-photos .slider-photos {
  margin: 20px -10px 0;
}
.block-slider-photos .slider-photos .slick-slide {
  position: relative;
  margin: 10px;
}
.block-slider-photos .slider-photos .slick-slide > div {
  position: relative;
  width: 100%;
  height: 100%;
}
.block-slider-photos .slider-photos-item {
  display: block;
  position: relative;
  width: 100%;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
}
.block-slider-photos .slider-photos-item-img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
@media (max-width: 768px) {
  .block-slider-photos {
    margin: 40px 0;
  }
  .block-slider-photos .slick-prev {
    left: 0;
  }
  .block-slider-photos .slick-next {
    right: 0;
  }
}
.block-example-products {
  display: block;
  margin: 60px 0 90px;
  width: 100%;
}
.block-example-products .big-title {
  margin: 0 0 45px;
}
.block-example-products .slick-prev::before {
  margin-right: 3px;
}
.block-example-products .slick-next::before {
  margin-left: 3px;
}
.block-example-products .slick-prev {
  left: -30px;
  background: linear-gradient(87.1deg, #ff004d 0, #ff003d 100%);
  box-shadow: 10px 10px 35px rgba(255, 0, 66, 0.3);
}
.block-example-products .slick-next {
  right: -30px;
  background: linear-gradient(87.1deg, #ff004d 0, #ff003d 100%);
  box-shadow: 10px 10px 35px rgba(255, 0, 66, 0.3);
}
.block-example-products .slick-track {
  display: flex;
}
.block-example-products .slick-list {
  margin: -10px;
}
.block-example-products .slick-slide {
  margin: 10px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07), 0 4px 10px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  transition-property: all;
  transition-duration: 0.3s;
}
.block-example-products .slick-slide:hover {
  transform: translateY(-10px);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07), 0 4px 10px rgba(0, 0, 0, 0.15);
}
.block-example-products .slider-item {
  text-decoration: none;
}
.block-example-products .slider-item-block-img {
  position: relative;
  display: block;
  width: 100%;
  height: 270px;
}
.block-example-products .slider-item-img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
  padding: 14px;
}
.block-example-products .slider-item-content {
  display: block;
  padding: 40px 20px 25px;
}
.block-example-products .slider-item-title {
  display: block;
  margin: 0 0 30px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #1d1d1d;
}
.block-example-products .slider-item-price {
  display: block;
  margin: 0 0 20px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 44px;
  color: #1d1d1d;
}
.block-example-products .slider-item-callback {
  display: block;
  margin: 0 auto;
  padding: 9px;
  text-align: center;
  width: 185px;
  background: linear-gradient(87.1deg, #ff004d 0, #ff003d 100%);
  box-shadow: 10px 10px 35px rgba(255, 0, 66, 0.3);
  border-radius: 60px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  transition-property: all;
  transition-duration: 0.3s;
}
.block-example-products .slider-item-callback:hover {
  opacity: 0.8;
}
@media (max-width: 576px) {
  .block-example-products .slick-prev {
    left: -10px;
  }
  .block-example-products .slick-next {
    right: -10px;
  }
  .block-example-products .slider-item-block-img {
    height: 200px;
  }
  .block-example-products .slider-item-content {
    padding: 30px 15px 20px;
  }
  .block-example-products .slider-item-title {
    margin-bottom: 30px;
  }
}
body .single-product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
body .single-product .single-product__left {
  flex: 0 0 calc(100% - 600px);
  width: calc(100% - 600px);
}
body .single-product .single-product__slider {
  display: block;
  width: 100%;
}
body .single-product .slick-slide {
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07), 0 4px 20px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  margin: 20px;
}
body .single-product .slider__item {
  display: block;
  position: relative;
  height: 500px;
  width: 100%;
}
body .single-product .slider__item img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  height: 90%;
  width: 90%;
}
body .single-product .slick-prev::before {
  margin-right: 3px;
}
body .single-product .slick-next::before {
  margin-left: 3px;
}
body .single-product .slick-next,
body .single-product .slick-prev {
  background: linear-gradient(87.1deg, #ff004d 0, #ff003d 100%);
  box-shadow: 10px 10px 35px rgba(255, 0, 66, 0.3);
}
body .single-product .single-product__right {
  flex: 0 0 540px;
  width: 540px;
}
body .single-product .single-product__price {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 27px;
  line-height: 35px;
  color: #1d1d1d;
}
body .single-product .form__item__head {
  display: block;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 23px;
  color: #1d1d1d;
  margin: 0 0 10px;
}
body .single-product .wpcf7 {
  position: relative;
}
body .single-product .single-product__form {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  margin: 40px -4px 0;
  filter: drop-shadow(0 4px 35px rgba(0, 0, 0, 0.06));
}
body .single-product .single-product__form p {
  margin: 0;
}
body .single-product .form__item {
  flex: 0 0 calc(50% - 8px);
  width: calc(50% - 8px);
  margin: 0 4px 10px;
}
body .single-product .form__item__title {
  display: block;
  text-align: center;
  flex: 0 0 calc(100% - 8px);
  width: calc(100% - 8px);
  margin: 0 4px 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 41px;
  color: #1d1d1d;
}
body .single-product .form__item__label {
  flex: 0 0 calc(100% - 8px);
  width: calc(100% - 8px);
  margin: 20px 4px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #9797aa;
}
body .single-product .single-product__content {
  display: block;
  margin-top: 40px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #9797aa;
}
body .single-product .single-product__content .sub-title {
  font-weight: 700;
  margin: 0 0 20px;
}
body .single-product .form__item__price {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 39px;
  color: #1d1d1d;
  text-align: center;
}
body .single-product input[type="number"],
body .single-product input[type="tel"],
body .single-product input[type="text"] {
  display: block;
  padding: 11px;
  width: 100%;
  outline: 0;
  background: #f9f9fe;
  border: 1px solid #e4e4f2;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #333;
}
body .single-product input[type="submit"] {
  display: block;
  width: 100%;
  padding: 10px;
  border: none;
  outline: 0;
  background: linear-gradient(87.1deg, #ff004d 0, #ff003d 100%);
  box-shadow: 10px 10px 35px rgba(255, 0, 66, 0.3);
  border-radius: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #fff;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.3s;
}
body .single-product input[type="submit"]:hover {
  opacity: 0.8;
}
@media (max-width: 992px) {
  body .single-product .slider__item {
    height: 285px;
  }
  body .single-product .single-product__left {
    flex: 0 0 100%;
    width: 100%;
  }
  body .single-product .single-product__right {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (max-width: 576px) {
  body .single-product .form__item {
    flex: 0 0 calc(100% - 8px);
    width: calc(100% - 8px);
  }
}
.block-f-advantages {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 80px;
}
.block-f-advantages .big-title {
  margin-bottom: 40px;
}
.block-f-advantages .f-advantages {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.block-f-advantages .f-advantages-item {
  position: relative;
  flex: 0 0 calc(33.333% - 30px);
  width: calc(33.333% - 30px);
  margin: 0 15px 30px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07), 0 4px 35px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  padding: 30px 30px 60px;
}
.block-f-advantages .f-advantages-item:hover::before {
  opacity: 1;
}
.block-f-advantages .f-advantages-item:hover .f-advantages-item-img::before {
  opacity: 0;
}
.block-f-advantages .f-advantages-item:hover .f-advantages-item-img::after {
  opacity: 1;
}
.block-f-advantages .f-advantages-item::before {
  position: absolute;
  content: "";
  display: block;
  width: 28.79px;
  height: 28.64px;
  left: 0;
  top: 0;
  opacity: 0;
  background: url(image/icon-f-hover.svg) no-repeat center;
  transition-property: all;
  transition-duration: 0.3s;
}
.block-f-advantages .f-advantages-item-text {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  color: #1d1d1d;
}
.block-f-advantages .f-advantages-item-text strong {
  font-weight: 700;
}
.block-f-advantages .f-advantages-item-img {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 30px;
  bottom: -10px;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 2;
}
.block-f-advantages .f-advantages-item-img::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #9143f1;
  box-shadow: 10px 10px 35px rgba(129, 41, 240, 0.3);
  border-radius: 10px;
  transition-property: all;
  transition-duration: 0.3s;
  z-index: -2;
}
.block-f-advantages .f-advantages-item-img::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #ff5c00 0, #f90 100%);
  box-shadow: 10px 10px 35px rgba(236, 128, 10, 0.3);
  border-radius: 10px;
  transition-property: all;
  transition-duration: 0.3s;
  opacity: 0;
  z-index: -1;
}
@media (max-width: 1200px) {
  .block-f-advantages .f-advantages-item {
    position: relative;
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
@media (max-width: 992px) {
  .block-f-advantages {
    margin-bottom: 60px;
  }
  .block-f-advantages .f-advantages-item-text {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .block-f-advantages {
    margin-bottom: 40px;
  }
  .block-f-advantages .f-advantages-item {
    position: relative;
    flex: 0 0 calc(100% - 30px);
    width: calc(100% - 30px);
    padding: 20px;
    margin-bottom: 15px;
  }
  .block-f-advantages .f-advantages-item-img {
    flex: 0 0 60px;
    position: relative;
    right: unset;
    bottom: unset;
    margin-right: 25px;
  }
  .block-f-advantages .f-advantages-item {
    display: flex;
    align-items: center;
  }
  .block-f-advantages .f-advantages-item-text {
    order: 1;
  }
}
@media (max-width: 576px) {
  .block-f-advantages .f-advantages-item {
    padding: 15px;
  }
  .block-f-advantages .f-advantages-item-text {
    font-size: 18px;
    line-height: 24px;
  }
  .block-f-advantages .f-advantages-item-img {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
  .block-f-advantages .f-advantages-item-img img {
    max-width: 60%;
    max-height: 60%;
  }
  .block-f-advantages .big-title {
    margin-bottom: 25px;
  }
}
.block-f-sizes {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 60px;
}
.block-f-sizes .big-title {
  margin-bottom: 40px;
}
.block-f-sizes .f-sizes {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.block-f-sizes .f-sizes-item {
  position: relative;
  flex: 0 0 calc(25% - 30px);
  width: calc(25% - 30px);
  margin: 0 15px 30px;
}
.block-f-sizes .f-sizes-item-block-img {
  position: relative;
  display: block;
  width: 100%;
  height: 172px;
  margin: 0 0 25px;
}
.block-f-sizes .f-sizes-item-block-img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
  -o-object-position: left;
  object-position: left;
}
.block-f-sizes .f-sizes-item-content {
  display: block;
}
.block-f-sizes .f-sizes-item-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #71697a;
  margin: 0 0 10px;
}
.block-f-sizes .f-sizes-item-title {
  display: block;
  margin: 0 0 20px;
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 24px;
}
@media (max-width: 1200px) {
  .block-f-sizes .f-sizes-item {
    position: relative;
    flex: 0 0 calc(33.333% - 30px);
    width: calc(33.333% - 30px);
  }
}
@media (max-width: 992px) {
  .block-f-sizes .f-sizes-item {
    position: relative;
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
@media (max-width: 768px) {
  .block-f-sizes {
    margin-bottom: 30px;
  }
  .block-f-sizes .f-sizes-item-title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .block-f-sizes .f-sizes-item-content p {
    margin-bottom: 5px;
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .block-f-sizes {
    margin-bottom: 15px;
  }
  .block-f-sizes .f-sizes-item {
    position: relative;
    flex: 0 0 calc(100% - 30px);
    width: calc(100% - 30px);
    margin-bottom: 30px;
  }
  .block-f-sizes .f-sizes-item-block-img img {
    -o-object-position: center;
    object-position: center;
  }
  .block-f-sizes .f-sizes-item-content {
    text-align: center;
  }
  .block-f-sizes .f-sizes-item-block-img {
    margin-bottom: 20px;
  }
}
.block-f-form {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 80px;
}
.block-f-form > svg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.block-f-form .container {
  position: relative;
}
.block-f-form .f-form-img {
  position: absolute;
  right: -150px;
  top: 50%;
  transform: translate(0, -50%);
  width: 500.51px;
  height: 438px;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 1;
}
.block-f-form .f-form {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 750px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.25);
  padding: 35px 40px;
}
.block-f-form .f-form p {
  margin: 0;
}
.block-f-form .f-form br {
  display: none;
}
.block-f-form .f-form-title {
  display: block;
  margin: 0 0 30px;
  font-style: normal;
  font-weight: 900;
  font-size: 44px;
  line-height: 42px;
  color: #1d1d1d;
}
.block-f-form .f-form-head {
  display: block;
  margin: 0 0 10px;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 23px;
  color: #1d1d1d;
}
.block-f-form .f-form-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  padding: 0;
}
.block-f-form .f-form-item-2 {
  flex: 0 0 calc(50% - 10px);
  width: calc(50% - 10px);
  margin: 0 5px 10px;
}
.block-f-form .f-form-item-3 {
  flex: 0 0 calc(33.333% - 10px);
  width: calc(33.333% - 10px);
  margin: 0 5px 10px;
}
.block-f-form .f-form-item-input {
  display: block;
  width: 100%;
  padding: 14px 20px;
  background: #f9f9fe;
  border: 1px solid #e4e4f2;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.block-f-form .wpcf7-list-item-label {
  display: none;
}
.block-f-form .services {
  margin-bottom: 15px;
}
.block-f-form .services input {
  display: none;
}
.block-f-form .services input:checked + label .f-form-checkbox {
  background: #3ac344;
  border: 1px solid #3ac344;
}
.block-f-form .services input:checked + label .f-form-checkbox::before {
  content: "Да";
  color: #333;
  left: calc(100% - 37px);
  background: #fff;
}
.block-f-form .services label {
  display: block;
  width: 100%;
  margin: 0;
  cursor: pointer;
}
.block-f-form .services label img {
  display: block;
  height: 43px;
  max-width: 100%;
  margin: 0 auto 10px;
}
.block-f-form .services .checkbox-label.active .f-form-checkbox {
  background: #3ac344;
  border: 1px solid #3ac344;
}
.block-f-form .services .checkbox-label.active .f-form-checkbox::before {
  content: "Да";
  color: #333;
  left: calc(100% - 37px);
  background: #fff;
}
.block-f-form .services .f-form-checkbox-text {
  display: block;
  margin: 0 0 10px;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #1d1d1d;
}
.block-f-form .services .f-form-checkbox {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 40px;
  background: #fff;
  border: 1px solid #000;
  box-shadow: 0 4px 35px rgba(0, 0, 0, 0.06), 0 1px 1px rgba(0, 0, 0, 0.07);
  border-radius: 35px;
  transition-property: all;
  transition-duration: 0.3s;
}
.block-f-form .services .f-form-checkbox::before {
  content: "Нет";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translate(0, -50%);
  width: 34px;
  height: 34px;
  background: #7431f5;
  border-radius: 100%;
  transition-property: all;
  transition-duration: 0.3s;
}
.block-f-form .callback {
  margin-bottom: 5px;
}
.block-f-form .callback input {
  display: none;
}
.block-f-form .callback .checkbox-label.active {
  box-shadow: 0 0 0 2px #3ac344;
}
.block-f-form .callback label {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07), 0 4px 35px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  cursor: pointer;
  margin: 0;
  transition-property: all;
  transition-duration: 0.3s;
}
.block-f-form .callback label img {
  margin-right: 20px;
}
.block-f-form .callback .f-form-checkbox-text {
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 23px;
  color: #1d1d1d;
}
.block-f-form .f-form-submit {
  display: block;
  cursor: pointer;
  margin: 0 0 30px;
  width: 100%;
  text-align: center;
  padding: 14px 10px;
  background: linear-gradient(87.1deg, #7031f7 0, #9222ea 100%);
  box-shadow: 5px 5px 25px rgba(129, 41, 240, 0.45);
  border-radius: 60px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  transition-property: all;
  transition-duration: 0.3s;
}
.block-f-form .f-form-submit:hover {
  opacity: 0.8;
}
.block-f-form .f-form-label {
  display: block;
  max-width: 558px;
  margin: 0 auto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #b0b0c2;
}
@media (max-width: 992px) {
  .block-f-form {
    padding: 0;
  }
  .block-f-form .f-form-title {
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 20px;
  }
  .block-f-form .f-form {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .block-f-form {
    margin-bottom: 40px;
  }
  .block-f-form .f-form-title {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 15px;
  }
  .block-f-form .f-form-item-2,
  .block-f-form .f-form-item-3 {
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
  }
  .block-f-form .services .f-form-item-3 {
    flex: 0 0 calc(33.333% - 10px);
    width: calc(33.333% - 10px);
  }
  .block-f-form .services .f-form-checkbox-text {
    font-size: 15px;
  }
  .block-f-form .callback .f-form-item-3 {
    flex: 0 0 calc(33.333% - 10px);
    width: calc(33.333% - 10px);
  }
  .block-f-form .callback label {
    text-align: center;
    justify-content: center;
    padding: 10px;
  }
  .block-f-form .callback label img {
    margin-right: 10px;
  }
  .block-f-form .callback .f-form-checkbox-text {
    font-size: 16px;
  }
  .block-f-form .f-form {
    padding: 20px;
  }
  .block-f-form .f-form-item-input {
    padding: 11px 15px;
  }
}
@media (max-width: 576px) {
  .block-f-form .f-form {
    padding: 20px 15px;
  }
  .block-f-form .services .f-form-checkbox-text {
    min-height: 42px;
  }
  .block-f-form .f-form-item-2,
  .block-f-form .f-form-item-3 {
    flex: 0 0 calc(100% - 10px);
    width: calc(100% - 10px);
  }
  .block-f-form .callback .f-form-item-3 {
    flex: 0 0 calc(100% - 10px);
    width: calc(100% - 10px);
  }
  .block-f-form .callback label {
    padding: 5px;
    border-radius: 10px;
  }
  .block-f-form .callback .f-form-checkbox-text {
    min-width: 80px;
  }
  .block-f-form .f-form-submit {
    font-size: 14px;
    padding: 12px 0;
    margin-bottom: 15px;
  }
}
.block-f-otzovs {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 80px;
}
.block-f-otzovs > svg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.block-f-otzovs .sub-title {
  margin: 0 0 40px;
}
.block-f-otzovs .slick-prev {
  left: -25px;
}
.block-f-otzovs .slick-next {
  right: -25px;
}
.block-f-otzovs .slick-list {
  margin: -10px;
}
.block-f-otzovs .slick-slide {
  margin: 10px;
}
.block-f-otzovs .f-otzovs-item {
  display: flex;
}
.block-f-otzovs .f-otzovs-item-img {
  position: relative;
  flex: 0 0 380px;
  width: 380px;
  height: 380px;
  margin-right: 40px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(53, 54, 83, 0.2);
}
.block-f-otzovs .f-otzovs-item-img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
}
.block-f-otzovs .f-otzovs-item-content {
  flex: 1 1 auto;
}
.block-f-otzovs .f-otzovs-item-content h4 {
  display: block;
  margin: 0 0 5px;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: #1d1d1d;
}
.block-f-otzovs .f-otzovs-item-content h5 {
  display: block;
  margin: 0 0 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #9143f1;
  text-shadow: 10px 10px 35px rgba(129, 41, 240, 0.3);
}
.block-f-otzovs .f-otzovs-item-content p {
  display: block;
  margin: 0 0 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #71697a;
}
.block-f-otzovs .container {
  position: relative;
}
.block-f-otzovs .f-otzovs-title {
  display: block;
  margin: 0 0 40px;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .block-f-otzovs .f-otzovs-item {
    align-items: center;
  }
  .block-f-otzovs .f-otzovs-item-img {
    position: relative;
    flex: 0 0 200px;
    width: 200px;
    height: 200px;
  }
  .block-f-otzovs .f-otzovs-title {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .block-f-otzovs {
    margin-bottom: 40px;
  }
  .block-f-otzovs .f-otzovs-item {
    flex-wrap: wrap;
    justify-content: center;
  }
  .block-f-otzovs .f-otzovs-item-img {
    margin: 0 0 20px;
  }
  .block-f-otzovs .f-otzovs-item-content {
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
  }
  .block-f-otzovs .f-otzovs-title {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 25px;
  }
  .block-f-otzovs .f-otzovs-item-content p {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .block-f-otzovs .slick-prev {
    left: -10px;
    top: 110px;
  }
  .block-f-otzovs .slick-next {
    top: 110px;
    right: -10px;
  }
}
.price-filter-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 30px -15px 40px;
}
.price-filter-tabs .price-filter-tab {
  padding: 13px 17px;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  background: linear-gradient(180deg, #7031f6 0, #9222ea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  border-radius: 60px;
  margin: 0 15px 15px;
  border: 3px solid #812df1;
  cursor: pointer;
}
.price-filter-tabs .price-filter-tab.active {
  cursor: default;
  background: linear-gradient(87.1deg, #7031f7 0, #9222ea 100%);
  color: #fff;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
@media (max-width: 992px) {
  .price-filter-tabs {
    margin: 20px -10px;
  }
  .price-filter-tabs .price-filter-tab {
    margin: 0 10px 10px;
    padding: 8px 10px;
    font-size: 17px;
    line-height: 17px;
    border: 2px solid #812df1;
    box-shadow: none !important;
  }
}
@media (max-width: 768px) {
  .price-filter-tabs {
    margin: 30px -5px -20px;
  }
  .price-filter-tabs .price-filter-tab {
    margin: 0 5px 10px;
    padding: 8px 16px;
    font-size: 15px;
    line-height: 15px;
    border: 1px solid #812df1;
    box-shadow: none !important;
  }
}
@media (max-width: 576px) {
  .price-filter-tabs {
    margin: 30px -3px -20px;
  }
  .price-filter-tabs .price-filter-tab {
    flex: 1 1 auto;
    text-align: center;
    margin: 0 3px 6px;
    padding: 8px 8px;
    font-size: 14px;
    line-height: 14px;
    border: 1px solid #812df1;
    box-shadow: none !important;
  }
}
.new-orange-button {
  display: inline-block;
  margin: 20px 0;
  padding: 10px 25px;
  margin-top: 10px;
  background: linear-gradient(87.1deg, #ff5c00 0, #f90 100%);
  box-shadow: 7px 10px 45px rgba(236, 128, 10, 0.35);
  border-radius: 60px;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 31px;
  color: #fff;
  text-decoration: none !important;
  transition-property: all;
  transition-duration: 0.3s;
}
.new-orange-button:hover {
  box-shadow: 7px 10px 45px rgba(255, 255, 255, 0.35);
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}
.new-red-button {
  position: relative;
  display: inline-block;
  margin: 20px 0;
  padding: 10px 25px;
  background: linear-gradient(87.1deg, #ff004d 0, #ff003d 100%);
  box-shadow: 10px 10px 35px rgba(255, 0, 66, 0.3);
  border-radius: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 31px;
  color: #fff !important;
  text-align: center;
  border: none !important;
  outline: 0 !important;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.3s;
}
.new-red-button.orange {
  background: linear-gradient(87.1deg, #ff5c00 0, #f90 100%);
  box-shadow: 7px 7px 25px rgba(236, 128, 10, 0.25);
}
.new-red-button:hover {
  opacity: 0.8;
  text-decoration: none;
}
.block-page-content {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 60px;
}
.page-about {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 40px;
}
.page-about .about__items {
  display: flex;
}
.page-about .about__slider {
  flex: 0 0 730px;
  width: 730px;
  margin-right: 50px;
}
.page-about .about__slider .slick-next {
  right: -25px;
}
.page-about .about__slider .slick-prev {
  left: -25px;
}
.page-about .about__slider__item {
  position: relative;
  display: block;
  width: 100%;
  height: 390px;
  border-radius: 20px;
  overflow: hidden;
  filter: drop-shadow(0 4px 35px rgba(0, 0, 0, 0.06))
    drop-shadow(0 1px 1px rgba(0, 0, 0, 0.07));
}
.page-about .about__slider__img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.page-about .about__content {
  flex: 1 1 auto;
  width: auto;
}
.page-about .about__content h2 {
  display: block;
  margin: 0 0 15px;
  font-style: normal;
  font-weight: 900;
  font-size: 27px;
  line-height: 150%;
  color: #1b1e2c;
}
.page-about .about__content p {
  display: block;
  margin: 0 0 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  color: #000;
}
.page-about .about__content p strong {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #000;
}
@media (max-width: 1200px) {
  .page-about .about__slider {
    flex: 0 0 430px;
    width: 430px;
    margin-right: 40px;
  }
}
@media (max-width: 992px) {
  .page-about .about__slider {
    flex: 0 0 250px;
    width: 250px;
    margin-right: 40px;
  }
  .page-about .about__slider__item {
    height: 230px;
  }
  .page-about .about__content h2 {
    font-size: 22px;
  }
  .page-about .about__content p {
    font-size: 16px;
  }
  .page-about .about__content p strong {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .page-about {
    margin-bottom: 40px;
  }
  .page-about .about__items {
    flex-wrap: wrap;
  }
  .page-about .about__slider {
    flex: 0 0 100%;
    width: 100%;
    margin: 0 0 20px;
  }
}
@media (max-width: 576px) {
  .page-about .about__slider .slick-next {
    right: -15px;
  }
  .page-about .about__slider .slick-prev {
    left: -15px;
  }
}
.about__advantages {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 50px;
}
.about__advantages .sub-title {
  font-weight: 900;
  margin: 0 0 40px;
}
.about__advantages .about__advantages__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.about__advantages .about__advantages__item {
  flex: 0 0 calc(20% - 20px);
  width: calc(20% - 20px);
  margin: 0 10px 20px;
  background: #fff;
  box-shadow: 0 4px 35px rgba(0, 0, 0, 0.06), 0 1px 1px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  padding: 0 20px 40px;
}
.about__advantages .item__block-img {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  background: #9143f1;
  border-radius: 0 0 20px 20px;
  margin: 0 auto 20px;
}
.about__advantages .item__img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
}
.about__advantages .item-name {
  display: block;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #1b1e2c;
}
.about__advantages .item-name b,
.about__advantages .item-name strong {
  font-weight: 700;
}
@media (max-width: 1200px) {
  .about__advantages .about__advantages__item {
    flex: 0 0 calc(25% - 20px);
    width: calc(25% - 20px);
  }
}
@media (max-width: 992px) {
  .about__advantages .about__advantages__item {
    flex: 0 0 calc(33.333% - 20px);
    width: calc(33.333% - 20px);
  }
}
@media (max-width: 768px) {
  .about__advantages {
    margin-bottom: 30px;
  }
  .about__advantages .sub-title {
    text-align: center;
    margin-bottom: 20px;
  }
  .about__advantages .about__advantages__item {
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
  }
}
@media (max-width: 576px) {
  .about__advantages {
    margin-bottom: 20px;
  }
  .about__advantages .about__advantages__item {
    padding: 0 15px 20px;
  }
  .about__advantages .item-name {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 400px) {
  .about__advantages .about__advantages__item {
    flex: 0 0 calc(100% - 20px);
    width: calc(100% - 20px);
  }
}
.about__team {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 50px;
}
.about__team .sub-title {
  font-weight: 900;
  margin: 0 0 30px;
}
.about__team .slick-next {
  right: -17px;
}
.about__team .slick-prev {
  left: -15px;
}
.about__team .slick-slide {
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07), 0 4px 15px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  overflow: hidden;
  margin: 10px;
}
.about__team .item__block-img {
  display: block;
  position: relative;
  width: 100%;
  height: 364px;
}
.about__team .item__img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.about__team .item-content {
  position: relative;
  display: block;
  padding: 20px 25px;
}
.about__team .item-name {
  display: block;
  margin: 0 0 10px;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 150%;
  color: #1b1e2c;
}
.about__team .item-dolz {
  display: block;
  margin: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 150%;
  color: #9143f1;
}
@media (max-width: 768px) {
  .about__team {
    margin-bottom: 30px;
  }
  .about__team .sub-title {
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .about__team .about__team__slider {
    max-width: 320px;
    margin: 0 auto;
  }
}
.about__video {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 50px;
}
.about__video .about__video__content {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 20px;
}
.about__video .about__video__content p {
  font-size: 16px;
  line-height: 150%;
  margin: 0 0 10px;
}
.about__video .about__video__content h2 {
  display: block;
  margin: 0 0 20px;
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 150%;
  color: #1b1e2c;
}
.about__video .about__video__content blockquote {
  display: block;
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 0 26px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #000;
}
.about__video .about__video__content blockquote p {
  font-size: 20px;
  line-height: 150%;
  font-weight: 400;
  margin: 0;
}
.about__video .about__video__content blockquote strong {
  font-weight: 700;
}
.about__video .about__video__content blockquote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
  background: #9143f1;
  border-radius: 20px;
}
.about__video .about__video__block {
  position: relative;
  display: block;
  width: 100%;
  height: 600px;
  border-radius: 20px;
  overflow: hidden;
}
.about__video .about__video__block::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  background: url(../../../uploads/2023/05/Group-128.svg) no-repeat center;
  background-size: contain;
  box-shadow: 0 5px 24px rgba(0, 0, 0, 0.06), 0 1px 1px rgba(0, 0, 0, 0.07);
  border-radius: 100%;
  overflow: hidden;
  z-index: 3;
}
.about__video .about__video__img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  z-index: 2;
}
@media (max-width: 1200px) {
  .about__video .about__video__block {
    height: 400px;
  }
  .about__video .about__video__block::after {
    height: 100px;
    width: 100px;
  }
}
@media (max-width: 1200px) {
  .about__video .about__video__content h2 {
    font-size: 24px;
  }
  .about__video .about__video__content blockquote {
    font-size: 16px;
    padding-left: 16px;
  }
  .about__video .about__video__content blockquote p {
    font-size: 16px;
  }
  .about__video .about__video__block {
    height: 300px;
  }
  .about__video .about__video__block::after {
    height: 100px;
    width: 100px;
  }
}
@media (max-width: 400px) {
  .about__video .about__video__block {
    height: 260px;
  }
  .about__video .about__video__block::after {
    height: 60px;
    width: 60px;
  }
}
.promo-title {
  display: block;
  margin: 0 0 30px;
  text-align: center;
  font-style: normal;
  font-weight: 900;
  font-size: 54px;
  line-height: 70px;
  text-align: center;
  color: #1d1d1d;
}
@media (max-width: 1200px) {
  .promo-title {
    font-size: 44px;
    line-height: 56px;
  }
}
@media (max-width: 992px) {
  .promo-title {
    font-size: 35px;
    line-height: 42px;
  }
}
@media (max-width: 768px) {
  .promo-title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 576px) {
  .promo-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
.promo-content {
  display: block;
  margin: 30px 0;
  width: 100%;
}
.promo-content h2 {
  display: block;
  margin: 0 0 30px;
  font-style: normal;
  font-weight: 900;
  font-size: 54px;
  line-height: 70px;
  color: #1d1d1d;
}
.promo-content h3 {
  display: block;
  margin: 0 0 30px;
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  line-height: 70px;
  color: #1d1d1d;
}
.promo-content h3 strong {
  font-weight: 900;
}
.promo-content h4 {
  display: block;
  margin: 0 0 30px;
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 52px;
  color: #1d1d1d;
}
.promo-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 27px;
  line-height: 35px;
  color: #1d1d1d;
}
.promo-content p strong {
  font-weight: 700;
}
.promo-content ul {
  padding: 0;
  margin: 0 0 30px 0;
  list-style-type: none;
}
.promo-content ul li {
  position: relative;
  padding: 0 0 0 60px;
  margin: 0 0 15px;
  list-style-type: none;
  font-style: normal;
  font-weight: 400;
  font-size: 27px;
  line-height: 35px;
  color: #1d1d1d;
}
.promo-content ul li strong {
  font-weight: 700;
}
.promo-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  display: block;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  background: linear-gradient(87.1deg, #05f300 0, #039000 100%);
  box-shadow: 7px 7px 25px rgba(5, 243, 0, 0.4);
}
.promo-content a {
  display: inline-block;
  padding: 12px 60px;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 31px;
  color: #fff !important;
  background: linear-gradient(87.1deg, #ff5c00 0, #f90 100%);
  box-shadow: 7px 10px 45px rgba(236, 128, 10, 0.35);
  border-radius: 60px;
  text-decoration: none !important;
  transition-property: all;
  transition-duration: 0.3s;
}
.promo-content a:hover {
  opacity: 0.8;
}
@media (max-width: 1200px) {
  .promo-content h2,
  .promo-content h3 {
    font-size: 44px;
    line-height: 56px;
  }
  .promo-content p,
  .promo-content ul li {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 992px) {
  .promo-content h2,
  .promo-content h3 {
    font-size: 35px;
    line-height: 42px;
  }
  .promo-content p,
  .promo-content ul li {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .promo-content h2,
  .promo-content h3 {
    font-size: 28px;
    line-height: 36px;
  }
  .promo-content p,
  .promo-content ul li {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 576px) {
  .promo-content h2,
  .promo-content h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .promo-content p,
  .promo-content ul li {
    font-size: 16px;
    line-height: 23px;
  }
  .promo-content p::before,
  .promo-content ul li::before {
    height: 20px;
    width: 20px;
    box-shadow: none;
  }
  .promo-content ul li {
    padding-left: 35px;
  }
  .promo-content a {
    padding: 12px 40px;
    font-size: 16px;
    line-height: 22px;
  }
}
.block-new-promo-price {
  position: relative;
  display: block;
  margin: 0 0 70px;
}
.block-new-promo-price .new-promo-price-grid {
  display: flex;
  align-items: center;
}
.block-new-promo-price .new-promo-price-content {
  flex: 1 1 auto;
  width: auto;
  margin: 0;
}
.block-new-promo-price .new-promo-price-block-img {
  flex: 0 0 220px;
  width: 220px;
  margin-left: 30px;
}
.block-new-promo-price .new-promo-price-img {
  width: 100%;
  height: auto;
}
.block-new-promo-price .new-promo-price-items {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -10px;
  counter-reset: my-counter;
}
.block-new-promo-price .new-promo-price-item {
  position: relative;
  flex: 0 0 calc(25% - 20px);
  width: calc(25% - 20px);
  margin: 0 10px 20px;
  background: linear-gradient(87.1deg, #7031f7 0, #9222ea 100%);
  box-shadow: 5px 5px 25px rgba(129, 41, 240, 0.45);
  border-radius: 16px;
  padding: 30px 30px 110px;
}
.block-new-promo-price .new-promo-price-item::before {
  counter-increment: my-counter;
  content: counter(my-counter);
  position: absolute;
  right: 10px;
  bottom: -45px;
  font-style: normal;
  font-weight: 900;
  font-size: 162px;
  line-height: 100%;
  text-align: center;
  color: #fff;
}
.block-new-promo-price .new-promo-price-item-content {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  color: #fff;
}
.block-new-promo-price .new-promo-price-item-content p {
  margin: 0;
}
.block-new-promo-price .new-promo-price-title {
  display: block;
  margin: 0 0 40px;
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 52px;
  color: #1d1d1d;
}
.block-new-promo-price .new-promo-price-title b {
  color: #05f300;
}
@media (max-width: 1200px) {
  .block-new-promo-price .new-promo-price-title {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 30px;
  }
  .block-new-promo-price .new-promo-price-items {
    align-items: inherit;
  }
  .block-new-promo-price .new-promo-price-item {
    position: relative;
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
    padding: 30px 30px 95px;
  }
  .block-new-promo-price .new-promo-price-item::before {
    bottom: -10px;
    font-size: 100px;
  }
}
@media (max-width: 992px) {
  .block-new-promo-price {
    margin-bottom: 40px;
  }
  .block-new-promo-price .new-promo-price-title {
    font-size: 28px;
    line-height: 36px;
  }
  .block-new-promo-price .new-promo-price-item {
    position: relative;
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
    padding: 20px 20px 80px;
  }
  .block-new-promo-price .new-promo-price-item-content {
    font-size: 20px;
    line-height: 27px;
  }
}
@media (max-width: 768px) {
  .block-new-promo-price {
    margin-bottom: 30px;
  }
  .block-new-promo-price .new-promo-price-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .block-new-promo-price .new-promo-price-grid {
    flex-wrap: wrap;
    justify-content: center;
  }
  .block-new-promo-price .new-promo-price-content {
    flex: 0 0 100%;
    width: 100%;
  }
  .block-new-promo-price .new-promo-price-block-img {
    margin: 0 0 30px;
  }
}
@media (max-width: 576px) {
  .block-new-promo-price .new-promo-price-item-content {
    font-size: 18px;
    line-height: 24px;
  }
  .block-new-promo-price .new-promo-price-title {
    font-size: 24px;
    line-height: 26px;
  }
  .block-new-promo-price .new-promo-price-item {
    flex: 0 0 calc(100% - 20px);
    width: calc(100% - 20px);
    display: flex;
    align-items: center;
    padding: 20px;
  }
  .block-new-promo-price .new-promo-price-item::before {
    position: relative;
    right: unset;
    bottom: unset;
    font-size: 50px;
    line-height: 50px;
    margin-right: 20px;
  }
}
.new-promo-faq {
  display: block;
  background: linear-gradient(298.22deg, #f9f9fe 7.13%, #f9f9fe 97.56%);
  padding-top: 40px;
  margin: 0 0 130px;
}
.new-promo-faq .new-promo-faq-title {
  display: block;
  margin: 0 0 10px;
  font-style: normal;
  font-weight: 900;
  font-size: 60px;
  line-height: 77px;
  text-align: center;
  color: #1d1d1d;
}
.new-promo-faq .new-promo-faq-desc {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 27px;
  line-height: 31px;
  color: #1d1d1d;
  text-align: center;
}
.new-promo-faq .new-promo-faq-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
  object-fit: contain;
}
.new-promo-faq .new-promo-faq-content {
  position: relative;
  display: block;
  width: 100%;
  margin: 50px 0;
  height: 720px;
}
.new-promo-faq .new-promo-faq-item {
  position: absolute;
  display: block;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07), 0 4px 35px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  min-height: 120px;
  width: 230px;
  padding: 25px;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  color: #71697a;
  z-index: 3;
}
.new-promo-faq .new-promo-faq-item:nth-of-type(1) {
  left: 160px;
  top: 0;
}
.new-promo-faq .new-promo-faq-item:nth-of-type(2) {
  left: 0;
  top: 200px;
}
.new-promo-faq .new-promo-faq-item:nth-of-type(3) {
  left: 0;
  top: 400px;
}
.new-promo-faq .new-promo-faq-item:nth-of-type(4) {
  left: 160px;
  top: 600px;
}
.new-promo-faq .new-promo-faq-item:nth-of-type(5) {
  right: 160px;
  top: 0;
}
.new-promo-faq .new-promo-faq-item:nth-of-type(6) {
  right: 0;
  top: 200px;
}
.new-promo-faq .new-promo-faq-item:nth-of-type(7) {
  right: 0;
  top: 400px;
}
.new-promo-faq .new-promo-faq-item:nth-of-type(8) {
  right: 160px;
  top: 600px;
}
@media (max-width: 1200px) {
  .new-promo-faq {
    margin-bottom: 90px;
  }
}
@media (max-width: 992px) {
  .new-promo-faq {
    margin-bottom: 60px;
  }
  .new-promo-faq .new-promo-faq-title {
    font-size: 42px;
    line-height: 50px;
  }
  .new-promo-faq .new-promo-faq-desc {
    font-size: 23px;
    line-height: 27px;
  }
  .new-promo-faq .new-promo-faq-item {
    position: relative;
    min-height: 100px;
    margin: 0 10px 20px;
  }
  .new-promo-faq .new-promo-faq-item:nth-of-type(n) {
    left: unset !important;
    top: unset !important;
    right: unset !important;
  }
  .new-promo-faq .new-promo-faq-content {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    margin: 30px -10px 20px;
    align-items: flex-start;
    height: auto;
    align-items: inherit;
  }
  .new-promo-faq .new-promo-faq-img {
    left: 89%;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .new-promo-faq .new-promo-faq-title {
    font-size: 30px;
    line-height: 40px;
    margin: 0;
  }
  .new-promo-faq .new-promo-faq-desc {
    font-size: 20px;
    line-height: 27px;
  }
  .new-promo-faq .new-promo-faq-item {
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
    min-height: inherit;
    margin: 0 5px 10px;
    padding: 20px;
  }
  .new-promo-faq .new-promo-faq-content {
    align-items: inherit;
    justify-content: center;
    margin: 20px -5px;
  }
  .new-promo-faq .new-promo-faq-img {
    height: 350px;
    position: relative;
    top: unset;
    left: unset;
    transform: none;
    margin-top: -60px;
    margin-bottom: -80px;
  }
}
@media (max-width: 576px) {
  .new-promo-faq {
    padding-top: 30px;
  }
  .new-promo-faq .new-promo-faq-item {
    padding: 15px;
    font-size: 16px;
  }
  .new-promo-faq .new-promo-faq-img {
    height: 300px;
    margin-bottom: -60px;
  }
}
@media (max-width: 400px) {
  .new-promo-faq .new-promo-faq-title {
    font-size: 26px;
    line-height: 36px;
    margin: 0;
  }
  .new-promo-faq .new-promo-faq-desc {
    font-size: 16px;
    line-height: 23px;
  }
  .new-promo-faq .new-promo-faq-item {
    flex: 0 0 calc(100% - 10px);
    width: calc(100% - 10px);
  }
  .new-promo-faq .new-promo-faq-content {
    margin-bottom: 0;
  }
}
.new-promo-program {
  position: relative;
  display: block;
  margin: 0 0 60px;
}
.new-promo-program .promo-content {
  margin-top: 0;
}
.new-promo-program .new-promo-program-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.new-promo-program .new-promo-program-item {
  position: relative;
  flex: 0 0 calc(33.33% - 30px);
  width: calc(33.33% - 30px);
  margin: 0 15px 30px;
  padding: 30px 30px 85px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07), 0 4px 35px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
}
.new-promo-program .new-promo-program-item-content {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #71697a;
}
.new-promo-program .new-promo-program-item-content h4 {
  display: block;
  margin: 0 0 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  color: #1d1d1d;
}
.new-promo-program .new-promo-program-item-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #71697a;
  margin: 0;
}
.new-promo-program .new-promo-program-img-right {
  position: absolute;
  right: -5px;
  bottom: -23px;
}
.new-promo-program .new-promo-program-img-left {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1200px) {
  .new-promo-program .new-promo-program-item {
    position: relative;
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
@media (max-width: 992px) {
  .new-promo-program .new-promo-program-item-content h4 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .new-promo-program .new-promo-program-item {
    position: relative;
    flex: 0 0 calc(100% - 30px);
    width: calc(100% - 30px);
    margin-bottom: 20px;
  }
  .new-promo-program .new-promo-program-item-content {
    font-size: 16px;
  }
  .new-promo-program .new-promo-program-item-content h4 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .new-promo-program .new-promo-program-item-content p {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .new-promo-program {
    margin-bottom: 40px;
  }
  .new-promo-program .new-promo-program-item {
    padding: 20px 20px 90px;
  }
}
.new-promo-learn {
  display: block;
  margin: 0 0 60px;
}
.new-promo-learn .learn-teacher {
  display: flex;
}
.new-promo-learn .learn-teacher-left {
  position: relative;
  flex: 0 0 580px;
  width: 580px;
  margin-right: 40px;
  margin-bottom: 30px;
}
.new-promo-learn .learn-teacher-img {
  display: block;
  height: auto;
  width: 100%;
}
.new-promo-learn .learn-teacher-right {
  flex: 1 1 auto;
  margin-bottom: 30px;
}
.new-promo-learn .learn-teacher-right h2 {
  display: block;
  margin: 0 0 30px;
  font-style: normal;
  font-weight: 900;
  font-size: 60px;
  line-height: 77px;
  color: #9143f1;
}
.new-promo-learn .learn-teacher-right h3 {
  display: block;
  margin: 0 0 10px;
  font-style: normal;
  font-weight: 900;
  font-size: 45px;
  line-height: 58px;
  color: #1d1d1d;
}
.new-promo-learn .learn-teacher-right p {
  display: block;
  margin: 0 0 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 39px;
  color: #1d1d1d;
}
.new-promo-learn .learn-teacher-right p strong {
  font-weight: 700;
}
.new-promo-learn .learn-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px 20px;
}
.new-promo-learn .learn-item {
  position: relative;
  flex: 0 0 calc(50% - 40px);
  margin: 0 20px 40px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07), 0 4px 35px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  padding: 30px 40px;
  overflow: hidden;
}
.new-promo-learn .learn-item::before {
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 15px;
  position: absolute;
}
.new-promo-learn .learn-item p {
  display: block;
  margin: 0 0 20px;
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 39px;
  color: #1d1d1d;
}
.new-promo-learn .learn-item ul {
  display: block;
  padding: 0 0 0 35px;
  margin: 0;
}
.new-promo-learn .learn-item ul li {
  margin: 0 0 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 27px;
  line-height: 35px;
  color: #1d1d1d;
}
.new-promo-learn .learn-item-skils::before {
  background: linear-gradient(0.1deg, #05f300 0, #039000 100%);
}
.new-promo-learn .learn-item-problems::before {
  background: linear-gradient(0.1deg, #7031f7 0, #9222ea 100%);
}
.new-promo-learn .learn-item-problems::after {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background: url(../../../uploads/2023/05/Group.svg) no-repeat center;
  background-size: contain;
}
.new-promo-learn .learn-title {
  display: block;
  margin: 0 0 50px;
  font-style: normal;
  font-weight: 900;
  font-size: 45px;
  line-height: 58px;
  color: #1d1d1d;
  text-align: center;
}
.new-promo-learn .learn-sell-item {
  display: flex;
  margin: 0 0 20px;
}
.new-promo-learn .learn-sell-item:nth-of-type(2n-1) .learn-sell-item-content {
  order: 2;
}
.new-promo-learn .learn-sell-item:nth-of-type(2n-1) .learn-sell-item-left {
  order: 1;
  margin-right: 60px;
}
.new-promo-learn .learn-sell-item:nth-of-type(2n-1) .learn-sell-item-counter {
  right: -30px;
}
.new-promo-learn .learn-sell-item:nth-of-type(2n) .learn-sell-item-counter {
  left: -30px;
}
.new-promo-learn .learn-sell-item:nth-of-type(2n) .learn-sell-item-content {
  order: 1;
  text-align: right;
}
.new-promo-learn .learn-sell-item:nth-of-type(2n) .learn-sell-item-left {
  order: 2;
  margin-left: 60px;
}
.new-promo-learn .learn-sell-item:last-of-type {
  margin-bottom: 0;
}
.new-promo-learn .learn-sell-item-left {
  position: relative;
  flex: 0 0 380px;
  width: 380px;
  height: 350px;
  border-radius: 20px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.25);
}
.new-promo-learn .learn-sell-item-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 40px;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 100%;
  border: 10px solid #05f300;
  box-shadow: 5px 5px 25px rgba(3, 144, 0, 0.45);
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  color: #000;
  z-index: 2;
}
.new-promo-learn .learn-sell-item-img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  border-radius: 20px;
}
.new-promo-learn .learn-sell-item-content {
  flex: 1 1 auto;
  padding: 50px 0 0;
}
.new-promo-learn .learn-sell-item-content h3 {
  display: block;
  margin: 0 0 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  color: #1d1d1d;
}
.new-promo-learn .learn-sell-item-content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.new-promo-learn .learn-sell-item-content ul li {
  display: block;
  margin: 0 0 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #71697a;
}
.new-promo-learn .learn-sell-item-content ul li::before {
  content: "—";
  margin-right: 5px;
}
@media (max-width: 1200px) {
  .new-promo-learn .learn-teacher-left {
    flex: 0 0 340px;
    width: 340px;
  }
  .new-promo-learn .learn-teacher-right h3 {
    font-size: 30px;
    line-height: 38px;
  }
  .new-promo-learn .learn-teacher-right h2 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 20px;
  }
  .new-promo-learn .learn-teacher-right p {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 32px;
  }
  .new-promo-learn .learn-item {
    padding: 30px;
  }
  .new-promo-learn .learn-item p {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
  }
  .new-promo-learn .learn-item ul li {
    font-size: 22px;
    line-height: 28px;
  }
  .new-promo-learn .learn-title {
    font-size: 37px;
    line-height: 47px;
  }
}
@media (max-width: 992px) {
  .new-promo-learn .learn-teacher-left {
    flex: 0 0 240px;
    width: 240px;
  }
  .new-promo-learn .learn-teacher-right h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0;
  }
  .new-promo-learn .learn-teacher-right h2 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
  }
  .new-promo-learn .learn-teacher-right p {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 27px;
  }
  .new-promo-learn .learn-item {
    padding: 25px;
  }
  .new-promo-learn .learn-item p {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 10px;
  }
  .new-promo-learn .learn-item ul {
    padding-left: 20px;
  }
  .new-promo-learn .learn-item ul li {
    font-size: 18px;
    line-height: 27px;
  }
  .new-promo-learn .learn-title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 40px;
  }
  .new-promo-learn .learn-sell-item {
    margin-bottom: 40px;
  }
  .new-promo-learn .learn-sell-item-left {
    flex: 0 0 280px;
    width: 280px;
    height: 250px;
  }
  .new-promo-learn .learn-sell-item-content {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .new-promo-learn .learn-teacher {
    flex-wrap: wrap;
    justify-content: center;
  }
  .new-promo-learn .learn-teacher-left {
    margin: 0 0 30px;
  }
  .new-promo-learn .learn-teacher-right {
    flex: 0 0 100%;
  }
  .new-promo-learn .learn-item {
    flex: 0 0 calc(100% - 40px);
    width: calc(100% - 40px);
    margin-bottom: 30px;
  }
  .new-promo-learn .learn-sell-item {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
  }
  .new-promo-learn .learn-sell-item:nth-child(n) .learn-sell-item-left {
    order: 1;
    margin: 0 0 30px;
  }
  .new-promo-learn .learn-sell-item-content {
    flex: 0 0 100%;
    width: 100%;
    text-align: center !important;
  }
  .new-promo-learn .learn-sell-item-content h3 {
    margin-bottom: 15px;
  }
  .new-promo-learn .learn-sell-item-content ul li {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .new-promo-learn .learn-teacher-right {
    margin-bottom: 20px;
  }
  .new-promo-learn .learn-teacher-right h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .new-promo-learn .learn-title {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 25px;
  }
  .new-promo-learn .learn-sell-item-content h3 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 28px;
  }
  .new-promo-learn .learn-sell-item-content ul li {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .new-promo-learn .learn-sell-item-left {
    flex: 0 0 250px;
    width: 250px;
    height: 220px;
  }
}
.new-promo-chem {
  position: relative;
  display: block;
  margin: 0 0 60px;
}
.new-promo-chem .promo-title {
  margin: 0 0 40px;
}
.new-promo-chem .chem-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px 0;
}
.new-promo-chem .chem-item {
  flex: 0 0 calc(33.33% - 40px);
  width: calc(33.33% - 40px);
  margin: 0 20px 40px;
  text-align: center;
}
.new-promo-chem .chem-item-img {
  display: block;
  margin: 0 auto 10px;
}
.new-promo-chem .chem-item-content {
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  color: #1d1d1d;
}
.new-promo-chem .chem-item-content p {
  margin: 0;
}
.new-promo-chem .chem-item-content strong {
  font-weight: 700;
}
@media (max-width: 1200px) {
  .new-promo-chem .chem-item {
    margin-bottom: 30px;
  }
  .new-promo-chem .chem-item-content {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 992px) {
  .new-promo-chem .chem-item {
    flex: 0 0 calc(50% - 40px);
    width: calc(50% - 40px);
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .new-promo-chem .promo-title {
    margin-bottom: 25px;
  }
  .new-promo-chem .chem-item-content {
    font-size: 19px;
    line-height: 24px;
  }
}
@media (max-width: 576px) {
  .new-promo-chem .chem-items {
    margin: 0 -10px 0;
  }
  .new-promo-chem .chem-item {
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 10px 30px;
  }
  .new-promo-chem .chem-item-content {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (max-width: 400px) {
  .new-promo-chem .chem-item {
    flex: 0 0 calc(100% - 20px);
    width: calc(100% - 20px);
    margin-bottom: 30px;
  }
}
.new-promo-zapis {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 80px;
}
.new-promo-zapis .zapis-fon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.new-promo-zapis .zapis-content {
  position: relative;
  z-index: 3;
  padding: 100px 0 70px;
  max-width: 70%;
}
.new-promo-zapis .zapis-content h3 {
  display: block;
  margin: 0 0 30px;
  font-style: normal;
  font-weight: 900;
  font-size: 55px;
  line-height: 65px;
  color: #fff;
}
.new-promo-zapis .zapis-content p {
  display: block;
  margin: 0 0 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 27px;
  line-height: 31px;
  color: #fff;
}
.new-promo-zapis .zapis-content a {
  display: inline-block;
  padding: 26px 86px;
  font-style: normal;
  font-weight: 700;
  font-size: 27px;
  line-height: 31px;
  color: #fff;
  background: linear-gradient(87.1deg, #ff5c00 0, #f90 100%);
  box-shadow: 7px 10px 45px rgba(236, 128, 10, 0.35);
  border-radius: 60px;
  text-decoration: none !important;
  transition-property: all;
  transition-duration: 0.3s;
}
.new-promo-zapis .zapis-content a:hover {
  opacity: 0.8;
  text-decoration: none !important;
}
.new-promo-zapis .container {
  position: relative;
  z-index: 2;
}
.new-promo-zapis .zapis-img {
  position: absolute;
  right: -240px;
  max-height: 100%;
  top: 50px;
  z-index: 2;
}
@media (max-width: 1200px) {
  .new-promo-zapis .zapis-content {
    padding: 60px 0 30px;
  }
  .new-promo-zapis .zapis-content h3 {
    font-size: 44px;
    line-height: 54px;
  }
  .new-promo-zapis .zapis-content a {
    padding: 17px 45px;
    font-size: 21px;
    line-height: 31px;
  }
  .new-promo-zapis .zapis-img {
    max-height: 90%;
    right: -150px;
  }
}
@media (max-width: 992px) {
  .new-promo-zapis {
    margin: 0 0 60px;
  }
  .new-promo-zapis .zapis-content {
    padding: 60px 0 30px;
  }
  .new-promo-zapis .zapis-content h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .new-promo-zapis .zapis-content p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .new-promo-zapis .zapis-content a {
    padding: 13px 35px;
    font-size: 18px;
    line-height: 31px;
  }
  .new-promo-zapis .zapis-img {
    max-height: 75%;
    right: -80px;
  }
}
@media (max-width: 768px) {
  .new-promo-zapis {
    margin: 0 0 50px;
    padding: 20px 0 40px;
  }
  .new-promo-zapis .zapis-img {
    position: relative;
    right: unset;
    top: unset;
    display: block;
    margin: 0 auto;
    height: 300px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .new-promo-zapis .zapis-content {
    text-align: center;
    padding: 0;
    max-width: 1000%;
  }
}
@media (max-width: 576px) {
  .new-promo-zapis {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .new-promo-zapis .zapis-content h3 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .new-promo-zapis .zapis-content h3 br {
    display: none;
  }
  .new-promo-zapis .zapis-content p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .new-promo-zapis .zapis-content a {
    padding: 12px 28px;
    font-size: 16px;
    line-height: 24px;
  }
}
.full-banner {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 70px;
}
.full-banner .full-banner__fon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  max-width: initial;
}
.full-banner .full-banner__img {
  position: absolute;
  width: 838px;
  height: 709px;
  left: 52%;
  top: 50%;
  transform: translate(0, -50%);
  max-width: initial;
}
.full-banner .full-banner__content {
  position: relative;
  display: block;
  max-width: 720px;
  padding: 95px 0;
  z-index: 2;
}
.full-banner .full-banner__content h1 {
  display: block;
  margin: 0 0 44px;
  color: #1d1d1d;
  font-family: Basis Grotesque Pro;
  font-size: 58px;
  font-style: normal;
  font-weight: 900;
  line-height: 60px;
}
.full-banner .full-banner__content h1 strong {
  color: #9143f1;
}
.full-banner .full-banner__content p {
  display: block;
  margin: 0 0 20px;
  color: #1d1d1d;
  font-family: Basis Grotesque Pro;
  font-size: 27px;
  font-style: normal;
  font-weight: 300;
  line-height: 31px;
}
.full-banner .full-banner__content p strong {
  font-weight: 900;
}
.full-banner .full-banner__content ul li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  color: #1d1d1d;
}
.full-banner .full-banner__content ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding-top: 20px;
  margin: 20px 0;
}
.full-banner .full-banner__content ul li:before {
  content: "";
  display: block;
  height: 20px;
  flex: 0 0 22px;
  background-image: url(../images/svg/star.svg);
  background-position: center;
  background-size: contain;
}
.full-banner .full-banner__content__link-1 {
  display: inline-block;
  margin: 20px 20px 0 0;
  padding: 11px 36px;
  color: #fff;
  font-family: Basis Grotesque Pro;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 31px;
  border-radius: 60px;
  background: #9143f1;
  transition-property: all;
  transition-duration: 0.3s;
}
.full-banner .full-banner__content__link-1:hover {
  opacity: 0.8;
}
.full-banner .full-banner__content__link-2 {
  display: inline-block;
  margin: 20px 0 0 0;
  padding: 11px 36px;
  color: #1d1d1d;
  font-family: Basis Grotesque Pro;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 31px;
  border-radius: 60px;
  border: 1px solid rgba(29, 29, 29, 0.2);
  transition-property: all;
  transition-duration: 0.3s;
}
.full-banner .full-banner__content__link-2:hover {
  color: #9143f1;
  border: 1px solid #9143f1;
}
@media (max-width: 1200px) {
  .full-banner .full-banner__img {
    opacity: 0.3;
  }
}
@media (max-width: 992px) {
  .full-banner .full-banner__content h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 768px) {
  .full-banner {
    margin: 0 0 40px;
  }
  .full-banner .full-banner__content {
    padding: 60px 0;
  }
  .full-banner .full-banner__content h1 {
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: 40px;
  }
  .full-banner .full-banner__content h1 br {
    display: none;
  }
  .full-banner .full-banner__content p {
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
  }
  .full-banner .full-banner__content__link-1 {
    font-size: 15px;
    padding: 7px 20px;
    margin-right: 10px;
  }
  .full-banner .full-banner__content__link-2 {
    font-size: 15px;
    padding: 7px 20px;
  }
  .full-banner .full-banner__img {
    left: 20%;
    width: 100%;
    height: auto;
    opacity: 0.2;
  }
}
@media (max-width: 576px) {
  .full-banner {
    margin: 0 0 20px;
  }
}
@media (max-width: 400px) {
  .full-banner .full-banner__content {
    padding: 40px 0;
  }
  .full-banner .full-banner__content h1 {
    font-size: 26px;
    font-style: normal;
    font-weight: 900;
    line-height: 30px;
    margin: 0 0 25px;
  }
  .full-banner .full-banner__content h1 br {
    display: none;
  }
  .full-banner .full-banner__content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 15px;
  }
  .full-banner .full-banner__content__link-1 {
    width: 100%;
    text-align: center;
  }
  .full-banner .full-banner__content__link-2 {
    width: 100%;
    text-align: center;
  }
}
.full-info {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 110px;
}
.full-info .full-info__desc {
  display: block;
  margin: 10px 0 30px;
  color: #1d1d1d;
  font-family: Basis Grotesque Pro;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
}
.full-info .full-info__img-mobile {
  display: none;
}
@media (max-width: 768px) {
  .full-info {
    margin: 0 0 60px;
  }
  .full-info .full-info__img {
    display: none;
  }
  .full-info .full-info__img-mobile {
    display: block;
    margin: 0 auto;
  }
}
.partners {
  padding-top: 150px;
}
.partners-heading {
  color: #1d1d1d;
  font-size: 77px;
  font-style: normal;
  font-weight: 500;
  line-height: 64px;
  margin-bottom: 70px;
}
.partners-list .swiper-wrapper {
  padding: 20px 0;
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.partners-item {
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 3px 30px 0 rgba(54, 22, 95, 0.07);
}
.partners-item__img {
  position: relative;
  height: 210px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.partners-item__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
  object-fit: contain;
}
.partners-item__text {
  display: none !important;
  margin-top: 30px;
  color: #1d1d1d;
  font-size: 27px;
  min-height: 68px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  overflow: hidden;
}
.partners-next,
.partners-prev {
  display: none !important;
  position: absolute;
  top: 60%;
  width: 100px;
  height: 100px;
  cursor: pointer;
  z-index: 2;
}
.partners-next:hover svg path,
.partners-prev:hover svg path {
  fill: #9143f1;
  stroke: #fff;
}
.partners-next:hover svg circle,
.partners-prev:hover svg circle {
  fill: #9143f1;
}
.partners-prev {
  left: -30px;
  transform: translateY(-60%) scale(-1, 1);
}
.partners-next {
  right: -30px;
  transform: translateY(-60%);
}
.modal-content {
  border: none !important;
}
@media (max-width: 1800px) {
  .partners-heading {
    font-size: 46px;
    margin-bottom: 20px;
  }
  .partners-item__img {
    height: 210px;
  }
}
@media (max-width: 1200px) {
  .partners-item__img {
    height: 210px;
  }
}
@media (max-width: 1200px) {
  .partners {
    padding-top: 50px;
  }
  .partners-heading {
    font-size: 27px;
    line-height: normal;
    margin-bottom: 10px;
  }
  .partners-next,
  .partners-prev {
    width: 60px;
    height: 60px;
  }
  .partners-next svg,
  .partners-prev svg {
    width: 60px;
    height: 60px;
  }
  .partners-prev {
    left: 0;
  }
  .partners-next {
    right: 0;
  }
  .partners-item__text {
    margin-top: 15px;
    font-size: 17px;
    min-height: 44px;
    line-height: normal;
  }
}
@media (max-width: 768px) {
  .partners-item__img {
    height: 160px;
  }
}
@media (max-width: 525px) {
  .partners-item__img {
    height: 140px;
  }
}
:root {
  --primary-color: #3a86ff;
  --secondary-color: #8338ec;
  --text-color: #2b2d42;
  --light-text: #4a4e69;
  --background: #ffffff;
  --hover-color: #f0f5ff;
  --border-radius: 12px;
  --box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.modern-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--background);
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--box-shadow);
}
.modern-table tr {
  transition: 0.3s;
}
.modern-table tr:hover {
  background-color: var(--hover-color);
}
.modern-table td {
  padding: 20px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 16px;
}
.modern-table tr:last-child td {
  border-bottom: none;
}
.modern-table td:first-child {
  font-weight: 600;
  position: relative;
  padding-left: 20px;
}
.modern-table td:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 70%;
  background: linear-gradient(
    to bottom,
    var(--primary-color),
    var(--secondary-color)
  );
  border-radius: 4px;
}
.highlight {
  color: var(--primary-color);
  font-weight: 600;
}
@media (max-width: 768px) {
  .modern-table td {
    padding: 15px;
    font-size: 14px;
  }
}
.td_top {
  border: solid;
  height: 90px;
}
.mid-title {
  font-size: 40px;
  line-height: 103.448%;
  font-weight: 700;
}
.sub-menu .menu-item-has-children {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 8px;
  margin-right: 0 !important;
}
.sub-menu .menu-item-has-children:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 6L15 12L9 18' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.header-menu .sub-menu .sub-menu {
  position: absolute;
  top: 0;
  left: calc(100% + 8px);
}
.header-menu ul > li > ul > li > a {
  width: 100%;
}
.full-banner .full-banner__content ul li {
  display: inline-block;
}
.full-banner .full-banner__content ul li:before {
  display: inline-block;
  width: 20px;
  margin-right: 12px;
}
.block-banner-services .banner-services-content > ul > li {
  display: inline-block;
}
.block-banner-services .banner-services-content > ul > li:before {
  display: inline-block;
  width: 20px;
  margin-right: 12px;
}
.mobile-menu .sub-menu .menu-item-has-children {
  flex-direction: column;
}
.mobile-menu .sub-menu .menu-item-has-children:after {
  content: none;
}
.mobile-menu .menu-item a {
  display: block;
  padding: 15px 20px 15px 20px;
  color: #000;
}

/* .new-main-banner */
.new-main-banner {
  position: relative;
  /* height: 100vh; */
  /* min-height: fit-content; */
  padding-top: 280px;
  padding-bottom: 80px;
  margin-bottom: 60px;
  overflow: hidden;

  @media (max-width: 1200px) {
    padding-bottom: 0;
  }

  @media (max-width: 992px) {
    padding-top: 90px;
  }
}

.new-main-banner .new-main-banner-content {
  max-width: 50%;

  @media (max-width: 1200px) {
    max-width: 100%;
  }
}

.new-main-banner .new-main-banner-content .new-main-banner-content__body {
  max-width: 719px;
}

/* .new-main-banner-content */
.new-main-banner-content {
  position: relative;
  display: flex;
  width: 100%;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0px 4px 60px 0px rgba(54, 22, 95, 0.07);
  margin-top:30px;

  @media (max-width: 767px) {
    padding: 25px;
  }
}
.new2-banner-main {
    .new-main-banner-image {
        position: absolute;
        left: 48%;
        bottom: 80px;
        z-index: 1;
        min-height: 300px;
        max-width: 48%;
        @media (max-width: 1024px) {
            position: unset;
            min-height: 300px;
            max-width: unset;
        }
        .new-main-banner-image__img {
            min-width: 360px;
        }
    }
    .new-main-banner-content .new-main-banner-content__body {
        max-width: 100%;
    }
}


.new-fulment {
    position: absolute;
    right: 21%;
    top: 30px;
    @media (max-width: 1920px) {
        right: 11%;
        top:30px;
    }    
    @media (max-width: 1600px) {
        width: 485px;
        right: 60px;
        top: 10px;
    }
    @media (max-width: 1200px) {
        width: 520px;
        right: 15px;
        bottom: 74px;
    }
    @media (max-width: 1024px) {
        right: -100px;
        top: 40px;
    }
    @media (max-width: 940px) {
        right: unset;
        width: 100%;
        position: unset;
    }
}
.new-main-banner-content__title {
    @media (max-width: 768px) {
        br {
            display:none;
        }
    }
}
.new-fullfilment-banner {
    @media (max-width: 550px) {
        .container {
            justify-content: center;
        }
    }
}

.new-main-banner-content .new-main-banner-content__decor {
  position: absolute;
  top: -360px;
  left: -540px;
  z-index: -1;

  max-width: unset;
  width: 1261px;
  height: 1261.225px;
}

.new-main-banner-content .new-main-banner-content__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.new-main-banner-content .new-main-banner-content__body {
  display: block;
}

.new-main-banner-content .new-main-banner-content__title {
  margin: 0;
  font-family: "Basis Grotesque Pro";
  font-size: 58px;
  font-style: normal;
  font-weight: 900;
  line-height: 64px;
  color: #1d1d1d;

  @media (max-width: 1024px) {
    font-size: 44px;
    line-height: 44px;
  }

  @media (max-width: 767px) {
    font-size: 26px;
    line-height: 30px;
  }
}

.new-main-banner-content .new-main-banner-content__title > span {
  color: #9143f1;
}

.new-main-banner-content .new-main-banner-content__subtitle {
  margin: 0;
  font-family: "Basis Grotesque Pro";
  font-size: 27px;
  font-style: normal;
  font-weight: 300;
  line-height: 31px;
  color: #1d1d1d;

  @media (max-width: 1024px) {
    font-size: 20px;
    line-height: 22px;
  }

  @media (max-width: 767px) {
    font-size: 18px;
    line-height: 22px;
  }
}

.new-main-banner-content .list-v1 {
  display: inline-block;
  columns: 2 349px;
  column-gap: 20px;
  margin-bottom: -20px;
}

.new-main-banner-content .list-v1 .list-v1__item {
  break-inside: avoid;
  margin-bottom: 20px;
}

/* .list-v1 */
.list-v1 {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

.list-v1 .list-v1__item {
  display: flex;
  font-family: "Basis Grotesque Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  color: #1d1d1d;
}

.list-v1 .list-v1__item:before {
  content: "";

  display: inline-block;
  min-width: 20px;
  min-height: 20px;
  max-width: 20px;
  max-height: 20px;
  margin-right: 10px;
  background-image: url("../images/svg/list-v1__marker.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* .new-main-banner-image */
.new-main-banner-image {
  position: absolute;
  left: 47%;
  bottom: 0;
  z-index: 1;

  min-height: 300px;
  max-width: 55%;

  @media (max-width: 1200px) {
    position: relative;
    left: unset;
    top: unset;
    bottom: unset;
    right: unset;
    z-index: 1;

    max-width: 100%;
    margin-top: -120px;
  }

  @media (max-width: 767px) {
    margin-top: -65px;
  }

  @media (max-width: 600px) {
    display: flex;
    justify-content: center;
  }
}

.new-main-banner-image .new-main-banner-image__decor {
  position: absolute;
  top: -190px;
  right: -250px;
  z-index: -1;

  width: 1208px;
  height: 1208px;
  max-width: unset;

  @media (max-width: 600px) {
    top: -230px;
    right: -500px;
  }
}

.new-main-banner-image .new-main-banner-image__img {
  min-width: 478px;
}



.new-main-banner-image .new-main-banner-image__label {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;

  display: flex;
  max-width: 618px;
  padding: 30px 30px 70px 30px;
  margin: 0 auto;
  align-items: flex-start;
  gap: 10px;
  border-radius: 20px 20px 0px 0px;
  background: #9143f1;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.07),
    0px 4px 35px 0px rgba(0, 0, 0, 0.06);

  @media (max-width: 767px) {
    padding: 20px 25px 30px 25px;
  }
}

.new-main-banner-image .new-main-banner-image__label p {
  margin: 0;
  font-family: "Basis Grotesque Pro";
  font-size: 34px;
  font-style: normal;
  font-weight: 900;
  line-height: 128%;
  color: #fff;

  @media (max-width: 1200px) {
    font-size: 28px;
    line-height: 128%;
  }

  @media (max-width: 600px) {
    font-size: 22px;
    line-height: 128%;
  }
}

.menu-item.menu-item-type-post_type.menu-item-object-page a {
  display: inline-flex;
}

@media (min-width: 1012px) and (max-width: 1040px) {
    .new-main-banner-image .new-main-banner-image__img {
        min-width: 830px;
    }
}

@media (min-width: 1240px) and (max-width: 1600px) {
    .new-main-banner {
        padding-top: 140px;
        padding-bottom: 30px;
    }
    .new-main-banner-content .new-main-banner-content__title {
        font-size: 42px;
        line-height: 38px;
    }
}
@media (min-width: 1240px) and (max-width: 2600px) {
    .new-main-banner-image .new-main-banner-image__label {
        position: unset;
    }
}
.slider-storys {
    display: flex;
    width: 100%;
    justify-content: start;
    gap: 18px;
}
.story-card {
    display: flex;
    width: 100px !important;
    min-width: 100px;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
    flex-shrink: 0;
    position: relative;
}
.story-top {
    display: flex;
    height: 100px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    aspect-ratio: 1/1;
    border-radius: 999px;
    background: #FFF;
    overflow: hidden;
    cursor: pointer;
}
.story-card:before {
    content: ' ';
    position: absolute;
    top:-3px;
    left: -3px;
    right: -3px;
    height: 106px;
    z-index: 1;
    border-radius: 999px;
    background: linear-gradient(to bottom, #FF5C00, #9143F1);
}
.story-top > img {
    z-index: 10;
}
.story-bottom {
    color: #1D1D1D;
    text-align: center;
    font-family: "Basis Grotesque Pro";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.slider-storys .slick-slide {
    width: 120px !important;
    padding: 10px;
}
.slider-storys .slick-list {
    width: 100%;
}
.slider-storys .slick-track {
    margin: 0;
}
.fancybox-slide--video .fancybox-content {
    background: transparent;
}
.wrap-storys {
    margin-bottom: 70px;
}
.wrap-storys .container {
    position: relative;
}
.storys-next,
.storys-prev {
  position: absolute;
  top: 60%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 2;
}
.storys-next:hover svg path,
.storys-prev:hover svg path {
  fill: #9143f1;
  stroke: #fff;
}
.storys-next:hover svg circle,
.storys-prev:hover svg circle {
  fill: #9143f1;
}
.storys-prev {
  left: -30px;
  transform: translateY(-60%) scale(-1, 1);
}
.storys-next {
  right: -30px;
  transform: translateY(-60%);
}
.wrap-storys .slick-track {
  display: flex;
}
@media(max-width:767px) {
    .storys-prev {
        display: block !important;
        top: 34px;
        right: 60px !important;
        left: unset;
    }
    .storys-next {
        display: block !important;
        transform: translateY(-60%);
        top: 34px;
        right: 15px !important;
    }
    .home .storys-prev {
        top:-20px;
    }
    .home .storys-next {
        top:-20px;
    }
    .home .wrap-storys {
        margin-top: 60px;
        margin-bottom: 40px;
    }
}
 .block-complex2 {
        
        li {
            gap: 14px;
            display: flex;
            padding-left: 10px;
            margin-bottom: 10px;
        }
        .block-complex__bg {
            z-index: -2;
        }
        p {
            color: #71697A;
            font-family: "Basis Grotesque Pro";
            font-size: 17px;
            font-style: normal;
            font-weight: 700;
            line-height: 22px;
        }   
        
        .complex-card__icon {
            color: #FFF;
            text-align: center;
            font-family: "Basis Grotesque Pro";
            font-size: 30px;
            font-style: normal;
            font-weight: 900;
            line-height: 30px;
            right: 40px;
            bottom: -30px;
        }
        .complex-card .complex-card__icon {
            width: 140px;
            height: 60px;
            border-radius: 10px;
            background: #FF5C00;
            box-shadow: 10px 10px 35px 0 rgba(255, 92, 0, 0.30);
        }
        
        .fulfil-a {
            display: flex;
            padding: 15px;
            justify-content: center;
            align-items: center;
            gap: 10px;
            color: #fff;
            text-align: center;
            font-family: "Basis Grotesque Pro";
            font-size: 18px;
            font-style: normal;
            font-weight: 700;
            line-height: 21px; 
            align-self: stretch;
            border-radius: 60px;
            background: linear-gradient(90deg, #7031F7 0%, #9222EA 100%);
            box-shadow: 5px 5px 25px 0 rgba(129, 41, 240, 0.45);
        }
    }


    .new-fullfilment-banner {
        overflow: unset;
        position: relative;
        padding-top: 150px;
        padding-bottom: 80px;
        
        .new-main-banner-image {
            position: absolute;
            left: 51%;
            bottom: -49%;
            z-index: -1;
            min-height: 300px;
            max-width: 55%;
        }
        
        .new-main-banner-content__decor {
            position: absolute;
            top: -434px;
            left: -370px;
            z-index: -1;
            max-width: unset;
            width: 811px;
            height: 811px;
        }

                        
        @media(min-width: 1200px) {
            .new-main-banner-image__img {
                min-width: 883px;
            }
            .help-mg {
                margin-bottom: 40px !important;
            }
            .new-main-banner-content {
                max-width: 67%;
            }
        }
        @media(max-width: 1200px) {
            .new-main-banner-content {
                max-width: 67%;
            }
            .new-main-banner-image {
                left: 43%;
                bottom: -38%;
            }
        }
        @media (max-width: 968px) {
            
            padding-top: 60px;
            padding-bottom: 60px;
                            
            .new-main-banner-content {
                max-width: 100%;
            }
            .new-main-banner-image {
                left: 54%;
                bottom: -20%;
                z-index: 0;
            }
            .new-main-banner-content__decor {
                top: -260px;
            }
        }
        
        @media (max-width: 568px) {
            height: 780px;
            
            .new-main-banner-image {
                left: 30%;
                bottom: -15%;
                z-index: 0;
            }
        }

        
    }



  .banner-new .banner-new-child {
    max-width: unset;
  }
  .banner-new .banner-new-title {
    position: absolute;
    top: 60px;
    left: 60px;
    font-size: 64px;
    line-height: 64px;
    font-weight: 900;
    display: flex;
    align-items: center;
    width: 1060px;
  }
  .banner-new .banner-new-text-subtitle {
    align-self: stretch;
    position: relative;
    line-height: 30px;
  }
  .banner-new .bullet-point-icon {
    align-self: stretch;
    width: 6px;
    position: relative;
    max-height: 100%;
  }
  .banner-new .list-item-text {
    flex: 1;
    position: relative;
    line-height: 22px;
  }
  .banner-new .banner-new-text-item {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }
  .banner-new .banner-new-text-list {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
    font-size: 17px;
  }
  .banner-new .banner-new-text {
    position: absolute;
    top: 218px;
    left: 60px;
    width: 596px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
  }
  .banner-new .button-text {
    align-self: stretch;
    width: 406px;
    position: relative;
    line-height: 34px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }
  

  .banner-new .banner-new-bot-right {
    position: absolute;
    top: 332px;
    left: 664px;
    backdrop-filter: blur(20px);
    border-radius: 20px;
    background-color: #9143f1;
    width: 450px;
    height: 110px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
  }
  @media (max-width: 1199px) {
      .banner-new .banner-new-bot-right {
        left: 440px;
      }
      .banner-new .banner-new-child {
        left: -240px;
        position: relative;
      }
  }
  .banner-new .b {
    position: relative;
    line-height: 31px;
    color:#fff;
  }
  .banner-new .banner-new-button {
    position: absolute;
    top: 382px;
    left: 60px;
    box-shadow: 7px 10px 45px rgba(236, 128, 10, 0.35);
    border-radius: 60px;
    background: linear-gradient(89.32deg, #ff5c00, #ff9900);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 15px 38px;
    font-size: 17px;
  }
  .banner-new {
    width: 100%;
    position: relative;
    border-radius: 30px;
    border: 1px solid #9143f1;
    box-sizing: border-box;
    height: 502px;
    overflow: hidden;
    text-align: left;
    font-size: 30px;
    color: #fff;
    font-family: "Basis Grotesque Pro";
  }
  @media (max-width: 992px) {
      .banner-new .banner-new-child {
        position: relative;
        left: -343px;
        height: 100%;
        width: 150%;
      }
      .banner-new {
        height: 700px;
      }
      .banner-new .banner-new-bot-right {
        left: 55px;
        top: 560px;
      }
  } 
  @media (max-width: 768px) {
      .banner-new .banner-new-child {
        left: -250px;
      }
      .banner-new .banner-new-title {
        width: unset;
        line-height: 42px;
        font-size: 42px;
      }
      .banner-new .banner-new-bot-right {
        left: 32px;
        top: 560px;
      }
      .banner-new .banner-new-text {
        top: 180px;
        width: unset;
      }
  }
  @media (min-width: 319px) and (max-width: 567px) {
    .banner-new {
        height: 760px;
    }
    .banner-new .banner-new-child {
        position: relative;
        left: -130px;
        height: 140%;
        width: 150%;
    }
    .banner-new .banner-new-title {
        width: unset;
        line-height: 32px;
        font-size: 28px;
        left: 20px;
        top: 30px;
    }
    .banner-new .banner-new-text {
        top: 128px;
        width: unset;
        left: 20px;
    }
    .banner-new .banner-new-bot-right {
        left: 20px;
        top: 525px;
        width: 90%;
        height: auto;
    }
    .banner-new .button-text {
        width: 100%;
    }
    .banner-new-button {
        width: 90%;
        left: 20px !important;
    }
  }
  
  .statiy-okt {
      
        .cta-container {
            margin: 40px 0px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 24px;
            box-shadow: 0 10px 40px rgba(102, 126, 234, 0.3);
            padding: 50px;
            max-width: 100%;
            width: 100%;
            text-align: center;
            transition: all 0.3s ease;
        }

        /* --- Текстовый контент --- */
        .text-content h2 {
            font-size: 36px;
            font-weight: 700;
            color: #ffffff; /* Белый цвет для контраста */
            line-height: 1.3;
            margin-top: 0;
            margin-bottom: 20px;
        }

        .text-content p {
            font-size: 18px;
            color: rgba(255, 255, 255, 0.85); /* Полупрозрачный белый */
            line-height: 1.6;
            margin-bottom: 35px;
            max-width: 550px; /* Ограничиваем ширину для лучшей читаемости */
            margin-left: auto;
            margin-right: auto;
        }
        
        /* --- Кнопка --- */
        .cta-button {
            background: #ffffff; /* Белый фон */
            color: #667eea; /* Фиолетовый текст */
            font-weight: bold;
            font-size: 16px;
            border: none;
            border-radius: 50px;
            padding: 16px 35px;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            font-family: inherit;
        }

        .cta-button:hover {
            transform: translateY(-3px);
            background-color: #f8f9fa;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        }

        /* --- Адаптивность для мобильных устройств --- */
        @media (max-width: 768px) {
            .cta-container {
                padding: 40px 30px;
            }

            .text-content h2 {
                font-size: 28px;
            }

            .text-content p {
                font-size: 16px;
            }
        }
      
      
      
        img, h3 {
            margin:30px 0px;
            font-size: 20px;
        }
        p {
            margin:0px 0px 20px;
        }
      
        ul, li, ol {
            list-style:revert-layer;
            padding-left:10px;
            margin-left:10px;
        }
        
        .container {
            
            margin: 0 auto;
            background: rgba(255, 255, 255, 0.95);
            border-radius: 30px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            overflow: hidden;
            animation: slideIn 0.8s ease-out;
        }

        @keyframes slideIn {
            from {
                opacity: 0;
                transform: translateY(-30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .header {
            background: linear-gradient(135deg, #8b5cf6 0%, #6d28d9 100%);
            padding: 40px 30px;
            height: 100%;
            text-align: center;
            color: white;
            position: relative;
            overflow: hidden;
        }

        .header::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
            animation: pulse 4s ease-in-out infinite;
        }

        @keyframes pulse {
            0%, 100% { transform: scale(1); opacity: 0.5; }
            50% { transform: scale(1.1); opacity: 0.8; }
        }

        .header h1 {
            font-size: clamp(24px, 5vw, 36px);
            margin-bottom: 10px;
            position: relative;
            z-index: 1;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
        }

        .header p {
            font-size: clamp(14px, 3vw, 18px);
            opacity: 0.9;
            position: relative;
            z-index: 1;
        }

        .progress-container {
            padding: 30px 30px 10px;
            background: linear-gradient(to bottom, #f3f4f6, #ffffff);
        }

        .progress-bar {
            width: 100%;
            height: 12px;
            background: #e5e7eb;
            border-radius: 20px;
            overflow: hidden;
            position: relative;
            box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        .progress-fill {
            height: 100%;
            background: linear-gradient(90deg, #a78bfa 0%, #8b5cf6 50%, #7c3aed 100%);
            width: 0%;
            transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
            border-radius: 20px;
            position: relative;
            overflow: hidden;
        }

        .progress-fill::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
            animation: shimmer 2s infinite;
        }

        @keyframes shimmer {
            0% { transform: translateX(-100%); }
            100% { transform: translateX(100%); }
        }

        .progress-text {
            text-align: center;
            margin-top: 15px;
            font-weight: 600;
            color: #6d28d9;
            font-size: 16px;
        }

        .checklist {
            padding: 30px;
        }

        .checklist-item {
            background: white;
            border-radius: 16px;
            padding: 20px;
            margin-bottom: 20px;
            border: 2px solid #e5e7eb;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .checklist-item::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 5px;
            height: 100%;
            background: linear-gradient(180deg, #a78bfa, #8b5cf6);
            transform: scaleY(0);
            transition: transform 0.3s ease;
        }

        .checklist-item:hover {
            border-color: #a78bfa;
            box-shadow: 0 10px 30px rgba(139, 92, 246, 0.2);
            transform: translateY(-5px);
        }

        .checklist-item:hover::before {
            transform: scaleY(1);
        }

        .checklist-item.checked {
            background: linear-gradient(135deg, #f3e8ff 0%, #ede9fe 100%);
            border-color: #8b5cf6;
        }

        .checklist-item.checked::before {
            transform: scaleY(1);
        }

        .item-header {
            display: flex;
            align-items: flex-start;
            cursor: pointer;
            user-select: none;
        }

        .checkbox-wrapper {
            flex-shrink: 0;
            margin-right: 15px;
            position: relative;
        }

        .checkbox {
            appearance: none;
            width: 28px;
            height: 28px;
            border: 3px solid #a78bfa;
            border-radius: 8px;
            cursor: pointer;
            position: relative;
            transition: all 0.3s ease;
            background: white;
        }

        .checkbox:hover {
            border-color: #8b5cf6;
            transform: scale(1.1);
        }

        .checkbox:checked {
            background: linear-gradient(135deg, #a78bfa 0%, #8b5cf6 100%);
            border-color: #7c3aed;
        }

        .checkbox:checked::after {
            content: '✓';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(0);
            color: white;
            font-size: 18px;
            font-weight: bold;
            animation: checkmark 0.3s ease forwards;
        }

        @keyframes checkmark {
            to {
                transform: translate(-50%, -50%) scale(1);
            }
        }

        .item-content {
            flex: 1;
        }

        .item-number {
            display: inline-block;
            width: 32px;
            height: 32px;
            background: linear-gradient(135deg, #a78bfa, #8b5cf6);
            color: white;
            border-radius: 50%;
            text-align: center;
            line-height: 32px;
            font-weight: bold;
            font-size: 14px;
            margin-right: 10px;
            box-shadow: 0 4px 10px rgba(139, 92, 246, 0.3);
        }

        .item-title {
            font-size: 16px;
            font-weight: 600;
            color: #1f2937;
            margin-bottom: 8px;
        }

        .item-description {
            font-size: 14px;
            color: #6b7280;
            line-height: 1.7;
            margin-left: 42px;
        }

        .footer {
            background: linear-gradient(135deg, #f3e8ff 0%, #ede9fe 100%);
            padding: 30px;
            text-align: center;
        }

        .reset-button {
            background: linear-gradient(135deg, #8b5cf6 0%, #6d28d9 100%);
            color: white;
            border: none;
            padding: 15px 35px;
            border-radius: 25px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(139, 92, 246, 0.4);
        }

        .reset-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(139, 92, 246, 0.6);
        }

        .reset-button:active {
            transform: translateY(-1px);
        }

        @media (max-width: 600px) {
            body {
                padding: 10px;
            }

            .header {
                padding: 30px 20px;
            }

            .checklist {
                padding: 20px 15px;
            }

            .checklist-item {
                padding: 15px;
            }

            .item-description {
                margin-left: 0;
                margin-top: 10px;
            }

            .item-number {
                display: none;
            }
        }

        .confetti {
            position: fixed;
            width: 10px;
            height: 10px;
            background: #a78bfa;
            position: absolute;
            animation: confetti-fall 3s linear forwards;
        }

        @keyframes confetti-fall {
            to {
                transform: translateY(100vh) rotate(360deg);
                opacity: 0;
            }
        }
        
  }
.block2-what-is-this ol, .block2-what-is-this ul {
    list-style: unset;
    padding-left: 20px;
}

	    .block-banner-new-services {
	        margin: 70px auto auto;
	        
	        .banner-new-content {
	                box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.07), 0px 4px 35px 0px rgba(0, 0, 0, 0.06);
                    flex-direction: row;
                    padding:40px;
                    border-radius: 40px;
                    margin: 60px 0px 0 40px;
                    width: 100%;
                    gap: 40px;
                    display: grid;
	        }
	        .banner-services-content {
                display: flex;
                flex-direction: row;
                width: 100%;
            }
            img {
                max-width: 525px;
                height: auto;
                padding-right: 0px; 
                padding-left: 0px;
            }
            h1 {
                font-style: normal;
                font-weight: 900;
                font-size: 52px;
                line-height: 50px;
                margin:0px;
            }
            .slide-button-color {
                white-space: nowrap;
                display: inline-block;
                padding: 11px 40px;
                background: linear-gradient(87.1deg, #ff5c00 0, #f90 100%);
                box-shadow: 7px 10px 45px rgba(236, 128, 10, 0.35);
                border-radius: 60px;
                font-style: normal;
                font-weight: 700;
                font-size: 17px;
                line-height: 31px;
                color: #fff;
                text-decoration: none !important;
                transition-property: all;
                transition-duration: 0.3s;
                white-space: nowrap;
            }
            ul > li:before {
                content: "";
                display: block;
                height: 20px;
                flex: 0 0 22px;
                background-image: url(../images/svg/star-yellow.svg);
                background-position: center;
                background-size: contain;
                margin-right:10px;
            }
            ul > li {
                display: inline-block;
            }
            ul > li {
                display: flex;
                flex-direction: row;
                align-items: flex-start;
                font-size: 18px;
                font-style: normal;
                font-weight: 400;
                line-height: 115%;
                padding-bottom: 20px;
            }
            ul {
                padding-left:0px;
                margin:40px 0px;
            }
            span {
                color:#FF004D;
            }
            h2 {
                color: #1D1D1D;
                font-family: "Basis Grotesque Pro";
                font-size: 27px;
                font-style: normal;
                font-weight: 400;
                line-height: 30px;
                margin:40px 0px;
            }
            .ul-cargo {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                gap: 14px;
            }
            .ul-cargo1 {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                gap: 14px;
            }
            .ul-cargo li,.ul-cargo1 li {
                padding-bottom: 0px;
            }
            h3 {
                font-family: "Basis Grotesque Pro";
                font-size: 40px;
                font-style: normal;
                font-weight: 700;
                line-height: 40px;
            }
            .new-container_big {
                display: flex;
                flex-direction: row;
                margin: 0px auto auto;
            }
            @media (max-width: 1199px) {
                .banner-new-content {
                    padding:40px;
                    gap:40px;
                    margin: 60px 0px 0px 30px;
                    display: flex;
                    flex-direction: column;
	            }
            }
            @media (max-width: 1024px) {
                ul.ul-cargo {
                    grid-template-columns: unset;
                }
                h1 {
                    font-size: 38px;
                    line-height: 38px;
                }
                h3 {
                    font-family: "Basis Grotesque Pro";
                    font-size: 30px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: 28px;
                    margin-bottom: 20px;
                }
            }
            @media (max-width: 768px) {
                .ul-cargo {
                    display: flex;
                    flex-direction: column;
                }
                .banner-new-content {
                    margin:0px;    
                }
                h3 {
                    font-size: 34px;
                }
                h1 {
                    font-size: 45px;
                    line-height: 45px;
                }
                .banner-services-content {
                    flex-direction: column-reverse;
                }
                img {
                    max-width: 100%;
                    left: unset;
                }
            }
            @media (max-width: 525px) {
                h3 {
                    font-size: 20px;
                    line-height: 28px;
                    margin-bottom: 20px;
                }
                h1 {
                    font-style: normal;
                    font-weight: 900;
                    font-size: 40px;
                    line-height: 38px;
                    margin: 0px;
                }
                .banner-services-btns {
                    flex-direction: column;
                    align-items: baseline;
                }
                .banner-new-content {
                    margin: 0;
                    
                }
                .ul-cargo1 {
                    grid-template-columns: unset;
                }
            }
	    }
@media (max-width: 1024px) {
    .container {
        max-width: unset;
    }
}