/*!
Theme Name: saygona
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
*/

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

/*font-family: "Inter", sans-serif;*/

html,
body {
  overflow-x: clip;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #4d4d4d;
  background: #f8f8f8;
  line-height: calc(100% + 10px);
}

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

button {
  font-family: "Roboto", sans-serif;
}

h1 {
  font-weight: 900;
  font-size: 60px;
  line-height: 66px;
  color: #333;
}

h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  color: #333;
  margin-bottom: 15px;
}

h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  color: #333;
  margin-bottom: 25px;
}

p {
  margin-bottom: 20px;
}

li {
  margin-bottom: 10px;
}

a {
  color: #4d4d4d;
  text-decoration: none;
}

svg * {
  transition: all 0.3s;
}

.no-scroll {
  overflow: hidden;
}

.hidden {
  display: none;
}

.p-100 {
  padding: 100px 0;
}

.p-80 {
  padding: 80px 0;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.p-50 {
  padding: 50px 0;
}

.m-50 {
  margin: 50px 0;
}

.mt-50 {
  margin-top: 50px;
}

.p-40 {
  padding: 40px 0;
  box-sizing: border-box;
}

.mb-50 {
  margin-bottom: 50px;
}

.m-100 {
  margin: 100px 0;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  border-radius: 5px;
  background: #34363a;
  max-width: 300px;
  width: 100%;
  height: 71px;
  color: #fff;
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  line-height: 31px;
  cursor: pointer;
  border: none;
  outline: none;
  transition: all 0.3s;
}

.btn:hover {
  background: #f02d00;
}

.btn-yellow {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  border-radius: 10px;
  background: #fff083;
  max-width: 316px;
  width: 100%;
  height: 72px;
  color: #222222;
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  line-height: 31px;
  cursor: pointer;
  border: none;
  outline: none;
  transition: all 0.3s;
}

.btn-yellow:hover {
  background: #f02d00;
  color: #fff;
}

.container {
  max-width: 1410px;
  width: 100%;
  margin: 0 auto;
}

.line-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-top: 70px;
}

.line-btn p {
  color: #222;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
}

.line-btn a,
.line-btn button {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #222;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}

.line-btn a span,
.line-btn button span {
  display: block;
  box-sizing: border-box;
  border-bottom: 2px solid #b7b7b7;
  position: relative;
}

.line-btn a i,
.line-btn button i {
  transition: all 0.3s;
}

.line-btn a span:before,
.line-btn button span:before {
  content: "";
  left: 0;
  bottom: -2px;
  width: 20px;
  height: 2px;
  background: #34363a;
  position: absolute;
  transition: all 0.3s;
}

.line-btn a:hover i,
.line-btn button:hover i {
  transform: translateX(5px);
}

.line-btn a:hover span:before,
.line-btn button:hover span:before {
  width: 100%;
}

.title {
  margin-bottom: 40px;
  max-width: 810px;
}

.title h2 {
  margin-bottom: 0;
}

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

.title.center h2 {
  font-size: 44px;
  line-height: 123%;
}

.title p {
  color: #333;
  margin-top: 15px;
}

.title-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  width: 100%;
  max-width: 100%;
}

.title-row__desc {
  max-width: 810px;
  width: 100%;
}

.full-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}

.full-btn .btn {
  max-width: max-content;
  padding: 0 40px;
  box-sizing: border-box;
}

.header {
  box-sizing: border-box;
  /*padding-bottom: 15px;*/
  position: relative;
  background: #fff;
}

.header__ac-reg {
  position: relative;
  z-index: 1002;
  background: #f3f5f7;
  border-bottom: 1px solid #e1e5e9;
  color: #222;
}

.header__ac-reg-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 55;
}

.header-top {
  padding-top: 13px;
  background: #282828;
  color: #fff;
}

.header-top__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  padding-bottom: 14px;
  box-sizing: border-box;
}

.header-top__left {
  display: flex;
  gap: 70px;
}

.header__logo {
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
}

.header__logo:before {
  content: "";
  position: absolute;
  left: calc(-100% - 50px);
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/wp-content/uploads/2025/04/rectangle-3467694.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 43px;
  width: 408px;
}

.header__logo a {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 42px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}

.header__logo p {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 10px;
}

.header__logo p span {
  display: block;
  margin-left: 5px;
}

.header__address {
  display: flex;
}

.header__address p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.header__address strong {
  font-weight: 600;
}

.header__address span {
  font-size: 11px;
  font-weight: 600;
  line-height: 11px;
  transform: rotate(-90deg);
  transform-origin: top;
  position: relative;
  top: 22px;
  margin-right: -10px;
  height: 21px;
  background: #ff9a00;
  width: 81px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #222;
}

.top-menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 40px;
}

.top-menu li {
  margin: 0;
}

.top-menu li a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  transition: all 0.3s;
}

.top-menu li a:hover {
  color: #ff9a00;
}

.header__contacts {
  display: flex;
  gap: 25px;
  align-items: center;
}

.header__contacts p {
  margin-bottom: 0;
}

.header__contacts a {
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  line-height: 14px;
  transition: all 0.3s;
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  display: inline-block;
}

.header__contacts a:hover {
  border-bottom: 1px solid #333;
}

.telegram a {
  color: #1e95d2;
}

.telegram a:hover {
  border-bottom: 1px solid #1e95d2;
}

.whatsapp a {
  color: #d4b170;
}

.whatsapp a:hover {
  border-bottom: 1px solid #d4b170;
}

.header__contacts .telegram a {
  color: #2aa8e8;
}

.header__contacts .phone a {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  padding: 0;
}

.header__contacts .phone a svg {
  display: none;
}

.header__contacts .phone a:hover {
  border: none;
  color: #f02d00;
}

.services-menu {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}

.services-menu-item {
  /*position: relative;*/
  padding: 15px 0;
}

.services-menu-item__title {
  display: flex;
  gap: 10px;
  align-items: center;
}

.services-menu-item a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.services-menu-item a:hover {
  color: #f02d00;
}

/*.services-menu-item:hover path {*/
/*	fill: #F02D00;*/
/*}*/

.services-menu-item.active > a,
.services-menu-item__title.active a {
  color: #f02d00;
}

.menu-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*.services-menu-item.active > path,*/
/*.services-menu-item__title.active path {*/
/*	fill: #F02D00;*/
/*}*/

.services-menu-item a.services-menu-item__link.active {
  color: #f02d00;
}

.services-menu-sub {
  display: none;
  position: absolute;
  top: 100%;
}

.services-menu-sub__block {
  width: 620px;
  box-sizing: border-box;
  padding: 0 30px;
  border-radius: 15px;
  display: flex;
  gap: 30px;
  height: 465px;
  overflow: hidden;
  overflow-y: auto;
  background: #fff;
  transform: translateY(30px);
  position: relative;
}

.services-menu-sub:before {
  content: "";
  position: absolute;
  top: 23px;
  left: 65px;
  background-image: url(/wp-content/uploads/2024/02/polygon-sub-menu.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 8px;
}

.services-menu-sub__block .line {
  width: 1px;
  background: #e9e9e9;
}

.services-menu-sub__list {
  max-width: 220px;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 0;
}

.services-menu-sub-item {
  padding-bottom: 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 15px;
}

.services-menu-sub-item a {
  color: #222222;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  transition: all 0.3s;
}

.services-menu-sub-item a:hover {
  color: #f02d00;
}

.services-menu-sub-item.active a {
  color: #f02d00;
}

.services-menu-sub-item p {
  font-size: 14px;
  line-height: 26px;
  color: #6f6f6f;
  margin-bottom: 0;
}

.services-menu-sub-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.services-menu-sub__imgs {
  max-width: 280px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 30px 0;
}

.services-menu-sub__imgs img {
  display: none;
}

.header-active {
  z-index: 25;
  background: #fff;
}

.overlay-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 20;
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

.banner {
  padding-top: 245px;
  padding-bottom: 55px;
  box-sizing: border-box;
  position: relative;
}

.banner__row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.banner__desc {
  max-width: 810px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.banner__desc p:last-child {
  margin-bottom: 0;
}

.banner__desc h1 {
  text-transform: uppercase;
}

.banner__img {
  width: 910px;
  height: 574px;
}

.banner__img .wp-video-shortcode {
  width: 910px !important;
  height: 574px !important;
  position: absolute;
  right: 0;
  bottom: 55px;
}

.banner__img p {
  position: absolute;
  right: 0;
  bottom: 55px;
}

.banner__row-text {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.banner__row-text p {
  margin: 0;
  font-size: 19px;
  font-weight: 500;
  line-height: 31px;
}

.banner__row-text span {
  color: #c62900 !important;
}

.banner-white-stripe {
  height: 90px;
  background: #fff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
}

.banner-white-stripe .line {
  display: block;
  border-radius: 5px;
  background: #e9e9e9;
  box-shadow:
    0px 4px 20px 0px rgba(0, 0, 0, 0.05) inset,
    0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  width: 1px;
  height: 30px;
}

.banner-white-stripe__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.banner-white-stripe__prices {
  display: flex;
  gap: 35px;
  align-items: center;
}

.banner-white-stripe__price p {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
}

.banner-white-stripe__price p span {
  color: #c62900 !important;
  font-weight: 700;
}

.banner-white-stripe__actions {
  display: flex;
  align-items: center;
}

.banner-white-stripe__actions button {
  font-family: "Roboto", sans-serif;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 71px;
  border-radius: 10px;
  box-shadow:
    0px 4px 20px 0px rgba(0, 0, 0, 0) inset,
    0px 4px 20px 0px rgba(0, 0, 0, 0);
  transition: all 0.3s;
  color: #333;
  font-size: 17px;
  font-weight: 500;
  line-height: 29px;
}

.banner-white-stripe__actions button:hover {
  background: #f02d00;
  box-shadow:
    0px 4px 20px 0px rgba(0, 0, 0, 0.05) inset,
    0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  color: #fff;
}

.banner-white-stripe__actions a {
  font-family: "Roboto", sans-serif;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 71px;
  border-radius: 10px;
  box-shadow:
    0px 4px 20px 0px rgba(0, 0, 0, 0) inset,
    0px 4px 20px 0px rgba(0, 0, 0, 0);
  transition: all 0.3s;
  color: #333;
  font-size: 17px;
  font-weight: 500;
  line-height: 29px;
}

.banner-white-stripe__actions a:hover {
  background: #f02d00;
  box-shadow:
    0px 4px 20px 0px rgba(0, 0, 0, 0.05) inset,
    0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  color: #fff;
}

.directions__list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}

.directions-item {
  width: calc(33.333% - 40px);
  position: relative;
}

.directions-item__icon {
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
}

.directions-item__name {
  margin-bottom: 10px;
  color: #222;
  font-size: 21px;
  font-weight: 600;
  line-height: 33px;
}

.directions-item__desc {
  color: #4d4d4d;
  font-size: 17px;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 70px;
}

.directions-item__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid #d9d9d9;
  transition: all 0.3s;
}

.directions-item__bottom a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
  font-size: 17px;
  font-weight: 500;
  line-height: 29px;
  transition: all 0.3s;
}

.directions-item__bottom a svg {
  transition: all 0.3s;
}

.directions-item:hover .directions-item__bottom {
  border-color: #313131;
}

.directions-item:hover .directions-item__bottom a {
  color: #f02d00;
}

.directions-item:hover .directions-item__bottom a svg {
  transform: rotate(-45deg);
}

.title-form {
  color: #333;
  font-size: 26px;
  font-weight: 500;
  line-height: 38px;
}	

.footer-service-title {
    color: #333;
    font-weight: 600;
    font-size: 16px;
    line-height: calc(100% + 10px);
}

.delimiter {
  position: relative;
  background: #e9e9e9;
  height: 1px;
  width: 100%;
}

.delimiter__icon {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #f8f8f8;
}

.advantages__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.advantage {
  width: calc(33.333% - 20px);
  padding-top: 25px;
  border-top: 1px solid #d6d6d6;
  transition: all 0.3s;
}

.advantage:hover {
  border-color: #313131;
}

.advantage__title {
  font-size: 21px;
  font-weight: 600;
  line-height: 33px;
  margin-bottom: 10px;
}

.advantage__desc {
  color: #4d4d4d;
  font-size: 17px;
  font-weight: 400;
  line-height: 29px;
}

.advantage__desc p:last-child {
  margin-bottom: 0;
}

.about__row {
  display: flex;
  align-items: center;
  gap: 70px;
}

.about__img {
  max-width: 570px;
  width: 100%;
  height: 530px;
  border-radius: 20px;
  overflow: hidden;
}

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

.about__desc {
  flex: 1;
}

.slider-arrow {
  background: none;
  border-radius: 4px;
  border: 1px solid #e9e9e9;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
  width: 84px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -105px;
  right: 20px;
  z-index: 5;
}

.slider-arrow.arrow-prev {
  right: 120px;
}

.slider-arrow svg * {
  transition: all 0.3s;
}

.slider-arrow:hover {
  background: #fff083;
}

.slider-arrow:hover svg * {
  stroke: #141414;
}

.teams-slider {
  position: relative;
  margin: 0 -15px;
}

.teams-slider .slick-track {
  display: flex !important;
}

.teams-slide__photo {
  height: 258px;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 auto;
}

.teams-slide__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.teams-slide:hover .teams-slide__photo img {
  transform: scale(1.1);
}

.teams-slide {
  box-sizing: border-box;
  padding: 0 15px !important;
}

.teams-slide__name {
  margin-top: 15px;
  margin-bottom: 2px;
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
}

.teams-slide__position {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.projects__list {
  display: flex;
  flex-wrap: wrap;
}

.project {
  width: 20%;
  height: 200px;
  position: relative;
  perspective: 1000px;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  box-sizing: border-box;
}

.project:nth-child(5n + 5) {
  border-right: none;
}

.project:nth-last-child(-n + 5) {
  border-bottom: none;
}

.project__logo,
.project__desc {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.9s;
  backface-visibility: hidden;
  box-sizing: border-box;
  padding: 30px;
  text-align: center;
}

.project__desc {
  transform: rotateY(180deg);
  color: #4d4d4d;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
}

.project__desc .angle {
  position: absolute;
  width: 28px;
  height: 3px;
  background: #f02d00;
}

.project__desc .angle:nth-child(1) {
  left: 0;
  top: 0;
}

.project__desc .angle:nth-child(1):before {
  content: "";
  height: 28px;
  width: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #f02d00;
}

.project__desc .angle:nth-child(2) {
  right: 0;
  top: 0;
}

.project__desc .angle:nth-child(2):before {
  content: "";
  height: 28px;
  width: 3px;
  position: absolute;
  top: 0;
  right: 0;
  background: #f02d00;
}

.project__desc .angle:nth-child(3) {
  left: 0;
  bottom: 0;
}

.project__desc .angle:nth-child(3):before {
  content: "";
  height: 28px;
  width: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f02d00;
}

.project__desc .angle:nth-child(4) {
  right: 0;
  bottom: 0;
}

.project__desc .angle:nth-child(4):before {
  content: "";
  height: 28px;
  width: 3px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #f02d00;
}

.project:hover .project__logo {
  transform: rotateY(180deg);
}
.project:hover .project__desc {
  transform: rotateY(360deg);
}

.service-fields-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 163%;
    color: #333;
}
	
.footer {
  margin-top: 100px;
}

.footer-services {
  box-shadow: 0 -2px 40px 0 rgba(0, 0, 0, 0.04);
  background: #fff;
  border-radius: 50px;
  padding: 70px 0;
  position: relative;
  z-index: 2;
  margin-bottom: -60px;
}

.footer-services__row {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px 30px;
  padding-bottom: 40px;
}

.footer-services__row:last-child {
  padding-bottom: 0;
}

.footer-service h3 {
  color: #333;
  font-size: 19px;
  font-weight: 500;
  line-height: 31px;
}

.footer-service ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}

.footer-service ul li {
  margin-bottom: 10px;
}

.footer-service ul li a {
  color: #555;
  font-size: 16px;
  line-height: calc(100% + 10px);
  transition: all 0.3s;
}

.footer-service ul li a:hover {
  color: #f02d00;
}

.footer-service ul li:last-child {
  margin-bottom: 0;
}

.footer-black {
  background: #202020;
  border-radius: 0 0 50px 50px;
  padding-top: 140px;
  padding-bottom: 70px;
  color: #cceeeb;
  font-size: 14px;
}

.footer-black a {
  color: inherit;
  transition: all 0.3s ease;
}

.footer-black a:hover {
  color: #f02d00;
}

.footer-black__grid {
  display: grid;
  grid-template-columns: 334fr 300fr 207fr 273fr 215fr;
  grid-template-rows: auto auto;
  gap: 16px;
  margin-bottom: 20px;
}

.footer-black__card {
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.2);
  background: #282828;
  border: 1px solid #373737;
  border-radius: 10px;
  padding: 30px;
}

.footer-black__card--logo {
  grid-column: 1;
  grid-row: 1 / 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  padding: 25px;
}

.footer-black__brand-text {
  font-size: 14px;
  margin-bottom: 0;
}

.footer-black__card--contacts {
  grid-column: 2;
  grid-row: 1 / 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-black__item {
  padding: 30px 0;
  border-bottom: 1px solid #373737;
}

.footer-black__item:first-child {
  padding-top: 0;
}

.footer-black__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.footer-black__card--messengers {
  grid-column: 3;
  grid-row: 1;
}

.footer-black__card--requisites {
  grid-column: 4;
  grid-row: 1;
}

.footer-black__card--phone {
  grid-column: 3 / 5;
  grid-row: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 36px;
  white-space: nowrap;
}

.footer-black__card--robot {
  grid-column: 5;
  grid-row: 1 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow: hidden;
}

.footer-black__label {
  margin-bottom: 4px;
  font-weight: 600;
  color: #fff;
}

.footer-black__value {
  font-size: 14px;
  line-height: 1.45;
}

.footer-black__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-black__list li {
  margin-bottom: 8px;
}

.footer-black__list li:last-child {
  margin-bottom: 0;
}

.footer-black__requisites p {
  margin-bottom: 8px;
}

.footer-black__card--requisites a {
  font-weight: 300;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-underline-offset: 3px;
}

.footer-black__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.2);
  background: #282828;
  border: 1px solid #373737;
  border-radius: 10px;
  padding: 20px 30px;
}

.footer-black__copy,
.footer-black__privacy,
.footer-black__offer {
  margin: 0;
}

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

.call-form__block {
  border-radius: 15px;
  border: 1px solid #efefef;
  background: #fcfcfc;
  box-sizing: border-box;
  padding: 50px;
  display: flex;
  gap: 80px;
  max-width: 1201px;
  width: 100%;
  margin: 0 auto;
}

.call-form__block .line {
  display: block;
  background: linear-gradient(
    180deg,
    rgba(241, 216, 210, 0) 0%,
    rgba(241, 216, 210, 0.9) 47.5%,
    rgba(241, 216, 210, 0) 100%
  );
  width: 1px;
}

.call-form-info {
  max-width: 525px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: space-between;
}

.call-form-info h2 {
  color: #222;
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 12px;
}

.socials {
  display: flex;
  gap: 16px;
  align-items: center;
}

.socials a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.call-form-info__bottom .line-btn {
  margin-top: 25px;
}

.call-form-info__bottom .line-btn {
  justify-content: flex-start;
}

.call-form__form {
  max-width: 415px;
  width: 100%;
}

.input-block {
  position: relative;
  margin-bottom: 10px;
  background: #fff;
  flex: 1;
}

.placeholder {
  position: absolute;
  top: 16px;
  left: 25px;
  color: #4d4d4d;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin: 0;
}

.placeholder span {
  color: #f02d00;
}

.input-block input {
  width: 100%;
  height: 59px;
  border-radius: 10px;
  border: 1px solid #efefef;
  background: none;
  font-family: "Roboto", sans-serif;
  color: #4d4d4d;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  box-sizing: border-box;
  padding-left: 25px;
  outline: none;
  position: relative;
  z-index: 2;
}

.input-block input:focus ~ .placeholder {
  z-index: 2;
  color: #969696;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  background: #fff;
  top: -8px;
  box-sizing: border-box;
  padding: 2px;
}
.input-block input:focus ~ .placeholder span {
  display: none;
}

.input-block input.success ~ .placeholder {
  z-index: 2;
  color: #969696;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  background: #fff;
  top: -8px;
  box-sizing: border-box;
  padding: 2px;
}
.input-block input.success ~ .placeholder span {
  display: none;
}

.textarea-block {
  margin-bottom: 10px;
  position: relative;
  background: #fff;
}

.textarea-block textarea {
  background: none;
  border-radius: 10px;
  border: 1px solid #efefef;
  width: 100%;
  height: 113px;
  box-sizing: border-box;
  padding: 16px 25px;
  font-family: "Roboto", sans-serif;
  color: #4d4d4d;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  outline: none;
  position: relative;
  z-index: 2;
}

.textarea-block textarea:focus ~ .placeholder {
  z-index: 2;
  color: #969696;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  background: #fff;
  top: -8px;
  box-sizing: border-box;
  padding: 2px;
}
.textarea-block textarea:focus ~ .placeholder span {
  display: none;
}

.textarea-block textarea.success ~ .placeholder {
  z-index: 2;
  color: #969696;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  background: #fff;
  top: -8px;
  box-sizing: border-box;
  padding: 2px;
}
.textarea-block textarea.success ~ .placeholder span {
  display: none;
}

input.not-valid {
  border: 1px solid #dc3232;
}

input.success,
textarea.success {
  border: 1px solid #229342;
}

.input-submit input {
  font-family: "Roboto", sans-serif;
  border-radius: 5px;
  background: #34363a;
  height: 59px;
  width: 100%;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 29px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  outline: none;
  cursor: pointer;
  border: none;
}

.input-submit input:hover {
  background: #f02d00;
}

.agree {
  margin-top: 15px;
  margin-bottom: 0;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.agree a {
  color: #323d85;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  text-decoration-line: underline;
  transition: all 0.3s;
}

.agree a:hover {
  color: #f02d00;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-spinner {
  display: none !important;
}

.cases .title {
  text-align: center;
  margin-bottom: 70px;
}

.cases .title h2 {
  color: #333;
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
  text-transform: uppercase;
}

.cases .title p {
  font-size: 20px;
  line-height: 30px;
}

.cases-slide {
  box-sizing: border-box;
  padding: 10px 15px;
}

.cases-slide__block {
  border-radius: 15px;
  border: 1px solid #efefef;
  background: #fcfcfc;
  box-sizing: border-box;
  padding: 40px;
  transition: all 0.3s;
}

.cases-slide__block:hover {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.03);
}

.cases-slide__row {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
}

.cases-slide__info {
  max-width: 305px;
  width: 100%;
}

.cases-slide__info h3 {
  color: #333;
  font-size: 21px;
  font-weight: 600;
  line-height: 33px;
  margin-bottom: 10px;
}

.cases-slide__info p {
  margin-bottom: 10px;
  color: #4d4d4d;
  font-size: 17px;
  font-weight: 400;
  line-height: 29px;
}

.cases-slide__info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cases-slide__info li {
  color: #333;
  font-size: 15px;
  font-weight: 300;
  line-height: 27px;
  position: relative;
  margin-bottom: 5px;
  box-sizing: border-box;
  padding-left: 23px;
}

.cases-slide__info li:before {
  content: "";
  left: 0;
  top: 12px;
  position: absolute;
  width: 13px;
  height: 1px;
  background: #333;
}

.cases-slide__img {
  border-radius: 10px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  max-width: 306px;
  width: 100%;
  height: 200px;
}

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

.cases-slider {
  position: relative;
  margin: 0 -15px;
}

.cases-slide__result {
  margin-top: 50px;
}

.cases-slide__result h3 {
  color: #333;
  font-size: 17px;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 10px;
}

.cases-slide__result p {
  color: #333;
  font-size: 15px;
  font-weight: 300;
  line-height: 27px;
  margin: 0;
}

.cases-slide-progress {
  display: flex;
  border-radius: 6px;
  border: 1px solid #d3d3d3;
  overflow: hidden;
  margin-top: 30px;
}

.cases-slide-progress__item {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 15px;
  border-right: 1px solid #d3d3d3;
  text-align: center;
}

.cases-slide-progress__item p {
  margin: 0;
  color: #4d4d4d;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
}

.cases-slide-progress__item .count {
  color: #222;
  font-size: 19px;
  font-weight: 600;
  line-height: 19px;
  margin-bottom: 6px;
  transition: all 0.3s;
}

.cases-slide__block:hover .cases-slide-progress__item .count {
  color: #f8b600;
}

.cases-slide-progress__item:last-child {
  border: none;
}

.cases-slider .slider-arrow {
  bottom: -105px;
  top: auto;
}

.cases .line-btn {
  margin-top: 55px;
}

.error-404 {
  height: 100vh;
  position: relative;
}

.error-404 video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.error-404__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
  padding-top: 170px;
}

.error-404__block h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: 120%;
  color: #fff;
  margin-top: 30px;
}

.error-404__block p {
  color: #4d4d4d;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 40px;
}

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

.error-404__block .btn {
  backdrop-filter: blur(8px);
  background: rgba(52, 54, 58, 0.2);
  border: 1px solid rgba(221, 0, 49, 0.6);
  border-radius: 5px;
  height: 70px;
  font-weight: 500;
  font-size: 18px;
  line-height: 167%;
  text-align: center;
  color: #fff;
  margin-top: 100px;
  animation: bounceAndTilt 1s infinite ease-in-out;
}

@keyframes bounceAndTilt {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-12px) rotate(-5deg);
  }
  50% {
    transform: translateY(0) rotate(0deg);
  }
  75% {
    transform: translateY(-8px) rotate(5deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}

#audio-trigger {
  position: fixed;
  inset: 0;
  background: transparent;
  z-index: 9999;
  cursor: pointer;
}

.breadcrumb {
  padding-top: 60px;
  padding-bottom: 10px;
}

.breadcrumb a {
  color: #555;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  transition: all 0.3s;
}
.breadcrumb span {
  color: #555;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  transition: all 0.3s;
}

.breadcrumb a:hover span {
  color: #f02d00;
}

.sep {
  display: inline-block;
  margin: 0 10px;
  background-image: url(/wp-content/uploads/2024/01/sep.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 9px;
}

.contacts-page {
  padding-bottom: 100px;
}

.contacts-page__row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.contacts-page-item {
  width: calc(33.333% - 20px);
  padding-top: 25px;
  box-sizing: border-box;
  border-top: 1px solid #d9d9d9;
  transition: all 0.3s;
}

.contacts-page-item:hover {
  border-color: #313131;
}

.contacts-page-item p {
  color: #222;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 10px;
}

.contacts-page-item p:last-child {
  margin-bottom: 0;
}
.contacts-page-item strong {
  color: #333;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.contacts-page-item a * {
  transition: all 0.3s;
}

.contacts-page-item a:hover strong {
  color: #f02d00;
}

.contacts-page__map {
  height: 500px;
  margin-top: 80px;
}

.contacts-page__map iframe {
  width: 100%;
  height: 100%;
  border: none !important;
  border-radius: 15px;
}

/*НАЧАЛО КОНСТРУКТОРА*/

/*.page-template-constructor {*/
/*	background: #fff;*/
/*}*/

/*BANNER S1*/

.banner-s1 {
  padding-bottom: 55px;
}

.banner-s1__row {
  display: flex;
  gap: 70px;
}

.banner-s1__img {
  max-width: 574px;
  width: 100%;
  height: 574px;
  overflow: hidden;
  border-radius: 15px;
}

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

.banner-s1__desc {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.banner-s1__advantages {
  display: flex;
  gap: 45px;
}

.banner-s1__advantage {
  flex: 1;
  padding-top: 15px;
  box-sizing: border-box;
  border-top: 1px solid #d6d6d6;
  font-weight: 500;
}

/*BANNER S3*/

.banner-s3 {
  position: relative;
  padding-bottom: 55px;
  padding-top: 205px;
}

.banner-s3 .breadcrumb {
  padding-top: 0;
}

.banner-s3 .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-s3 .container * {
  position: relative;
  z-index: 2;
}

.banner-s3__row {
  display: flex;
  gap: 70px;
}

.banner-s3__desc {
  max-width: 810px;
  width: 100%;
}

.banner-s3__advantages {
  display: flex;
  gap: 45px;
  margin-top: 110px;
}

.banner-s3__advantage {
  flex: 1;
  padding-top: 15px;
  box-sizing: border-box;
  border-top: 1px solid #d6d6d6;
  font-weight: 500;
}

/*BANNER S4*/
.banner-s4 {
  padding-bottom: 100px;
}

.banner-s4 .breadcrumb {
  padding-top: 15px;
  padding-bottom: 0;
}

.banner-s4__title {
  margin-top: 120px;
}

.banner-s4__title h1 {
  font-weight: 700;
  font-size: 160px;
  line-height: 172px;
  margin-bottom: 20px;
}

.banner-s4__title p {
  font-size: 24px;
  line-height: 36px;
}

.banner-s4__title p:last-child {
  margin-bottom: 0;
}

.banner-s4__list {
  display: flex;
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 80px;
  box-sizing: border-box;
}

.banner-s4-item {
  flex: 1;
  height: 150px;
  border-right: 1px solid #d3d3d3;
  box-sizing: border-box;
}

.banner-s4-item:last-child {
  border-right: none;
}

.banner-s4-item__text {
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #d3d3d3;
  text-align: center;
}

.banner-s4-item__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  box-sizing: border-box;
}

/* ACTIVE LINK CARDS */
.active-link-cards__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}

.active-link-cards__item {
  display: flex;
  min-width: 0;
  min-height: 292px;
  box-sizing: border-box;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  color: #222;
  text-decoration: none;
  background: transparent;
  border: 1px solid #e4e4e4;
  border-radius: 15px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
  transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.active-link-cards__item--link:hover,
.active-link-cards__item--link:focus-visible {
  color: #222;
  text-decoration: none;
  background: #f7f7f4;
  border-color: transparent;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
  outline: none;
}

.active-link-cards__item--link:visited {
  color: #222;
}

.active-link-cards__image {
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  margin-bottom: 30px;
  overflow: hidden;
}

.active-link-cards__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.active-link-cards__title {
  margin-bottom: 10px;
  color: #222;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.active-link-cards__description {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px
}

@media (max-width: 1024px) {
  .active-link-cards__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 550px) {
  .active-link-cards__grid {
    grid-template-columns: 1fr;
  }
}

/*ADVANTAGES P1*/
.advantages-p1__list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.advantages-p1-item {
  width: calc(25% - 23px);
  box-sizing: border-box;
  padding: 30px;
  border: 1px solid rgb(228, 228, 228);
  border-radius: 15px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0);
  transition: all 0.3s;
}

.advantages-p1-item:hover {
  background: #fff;
  border-color: transparent;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.03);
}

.advantages-p1-item__icon {
  width: 320px;
  height: 32px;
  overflow: hidden;
  margin-bottom: 30px;
}

.advantages-p1-item__name {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #222222;
  margin-bottom: 10px;
}

/*ADVANTAGES P1-1*/
.advantages-p1-1__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.advantages-p1-1-item {
  width: calc(25% - 23px);
  box-sizing: border-box;
  padding: 30px;
  border: 1px solid rgb(228, 228, 228);
  border-radius: 15px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0);
  transition: all 0.3s;
}

.advantages-p1-1-item:hover {
  background: #fff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.03);
}

.advantages-p1-1-item__icon {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
}

.advantages-p1-1-item__name {
  font-size: 21px;
  font-weight: 500;
  line-height: 33px;
  color: #222222;
  margin-bottom: 10px;
}

.advantages-p1-1-item__text p:last-child {
  margin-bottom: 0;
}

/*ADVANTAGES P1-2*/
.advantages-p1-2__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.advantages-p1-2-item {
  width: calc(33.333% - 20px);
  box-sizing: border-box;
  padding: 30px;
  border: 1px solid rgb(228, 228, 228);
  border-radius: 15px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0);
  transition: all 0.3s;
}

.advantages-p1-2-item:hover {
  background: #fff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.03);
}

.advantages-p1-2-item__icon {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 5px;
}

.advantages-p1-2-item__name {
  font-size: 21px;
  font-weight: 500;
  line-height: 33px;
  color: #222222;
  margin-bottom: 10px;
}

.advantages-p1-2-item__text p:last-child {
  margin-bottom: 0;
}

/*ADVANTAGES P1-3*/
.advantages-p1-3__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.advantages-p1-3-item {
  width: calc(50% - 15px);
  box-sizing: border-box;
  padding: 40px 35px;
  border: 1px solid rgb(228, 228, 228);
  border-radius: 15px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0);
  transition: all 0.3s;
  display: flex;
  gap: 50px;
  align-items: flex-start;
}

.advantages-p1-3-item:hover {
  background: #fff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.03);
}

.advantages-p1-3-item__icon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 100%;
}

.advantages-p1-3-item__desc {
  flex: 1;
}

.advantages-p1-3-item__name {
  font-size: 21px;
  font-weight: 500;
  line-height: 33px;
  color: #222222;
  margin-bottom: 12px;
  transition: all 0.3s;
}

.advantages-p1-3-item:hover .advantages-p1-3-item__name {
  color: #f02d00;
}

.advantages-p1-3-item__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.advantages-p1-3-item__price {
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  color: #333333;
}

.advantages-p1-3-item__price span {
  font-weight: 500;
}

.advantages-p1-3-item__btn button,
.advantages-p1-3-item__btn a {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 29px;
  color: #f02d00;
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
}

.advantages-p1-3-item__btn button span,
.advantages-p1-3-item__btn a span {
  opacity: 0;
  transition: all 0.3s;
}

.advantages-p1-3-item__btn button svg,
.advantages-p1-3-item__btn a svg {
  transition: all 0.3s;
}

.advantages-p1-3-item:hover span {
  opacity: 1;
}

.advantages-p1-3-item:hover svg {
  transform: rotate(-45deg);
}

.advantages-p1-3-item:hover svg path {
  stroke: #f02d00;
}

/*ADVANTAGES P1-4*/
.advantages-p1-4__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.advantages-p1-4-item {
  width: calc(33.333% - 20px);
  box-sizing: border-box;
  padding: 30px;
  border: 1px solid rgb(228, 228, 228);
  border-radius: 15px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0);
  transition: all 0.3s;
}

.advantages-p1-4-item:hover {
  background: #fff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.03);
}

.advantages-p1-4-item__icon {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
}

.advantages-p1-4-item__name {
  font-size: 21px;
  font-weight: 500;
  line-height: 33px;
  color: #222222;
  margin-bottom: 10px;
}

.advantages-p1-4-item__text {
  font-size: 16px;
  line-height: 28px;
}

/*ADVANTAGES P3*/

.advantages-p3 .title {
  text-align: center;
  margin-bottom: 70px;
}

.advantages-p3 .title h2 {
  color: #333;
  font-size: 80px;
  font-weight: 700;
  line-height: 92px;
  text-transform: uppercase;
}

.advantages-p3 .title p {
  font-size: 20px;
  line-height: 30px;
}

.advantages-p3__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.advantages-p3-item {
  width: calc(33.333% - 20px);
  box-sizing: border-box;
  padding: 50px 30px;
  border-radius: 10px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0);
  transition: all 0.3s;
  background: #fff;
}

.advantages-p3-item:hover {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.03);
}

.advantages-p3-item__num {
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-end;
  font-size: 80px;
  font-weight: 700;
  line-height: 24px;
  color: #333333;
  transition: all 0.3s;
}

.advantages-p3-item:hover .advantages-p3-item__num {
  color: #f02d00;
}

.advantages-p3-item__title {
  font-size: 21px;
  font-weight: 500;
  line-height: 33px;
  color: #222222;
  margin-bottom: 10px;
}

.advantages-p3-item__text {
  font-size: 16px;
  line-height: 28px;
}

/*ADVANTAGES P3-1*/
.advantages-p3-1__list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.advantages-p3-1-item {
  width: calc(33.333% - 20px);
  box-sizing: border-box;
  padding: 40px 30px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0);
  transition: all 0.3s;
}

.advantages-p3-1-item:hover {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.03);
}

.advantages-p3-1-item__icon {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
}

.advantages-p3-1-item__name {
  font-size: 21px;
  font-weight: 500;
  line-height: 33px;
  color: #222222;
  margin-bottom: 10px;
}

/*ADVANTAGES P3-2*/

.advantages-p3-2__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.advantages-p3-2-item {
  width: calc(33.333% - 20px);
  box-sizing: border-box;
  padding: 40px 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0);
  transition: all 0.3s;
}

.advantages-p3-2-item:hover {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.03);
}

.advantages-p3-2-item__icon {
  width: 110px;
  height: 110px;
  overflow: hidden;
  margin-bottom: 20px;
}

.advantages-p3-2-item__name {
  font-size: 21px;
  font-weight: 500;
  line-height: 33px;
  color: #222222;
  margin-bottom: 10px;
}

.advantages-p3-2-item__text p:last-child {
  margin-bottom: 0;
}

/*ADVANTAGES P4*/

.advantages-p4 {
  background: #f2f2f2;
}

.advantages-p4__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.advantages-p4-item {
  width: calc(33.333% - 20px);
  box-sizing: border-box;
  padding: 40px 30px;
  background: #34363a;
  border-radius: 10px;
  transition: all 0.3s;
}

.advantages-p4-item__icon {
  border-radius: 10px;
  width: 100%;
  height: 90px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}

.advantages-p4-item__icon img {
  position: absolute;
  animation: advantagesP4Img 15s linear infinite;
  width: 100%;
  height: 293px;
  max-height: fit-content;
  top: 0;
}

@keyframes advantagesP4Img {
  0% {
    top: 0;
  }
  50% {
    top: -190px;
  }

  100% {
    top: 0;
  }
}

.advantages-p4-item__name {
  font-size: 21px;
  font-weight: 500;
  line-height: 33px;
  color: #fff;
  margin-bottom: 10px;
}

.advantages-p4-item__text {
  color: #ebeff5;
}

/*ADVANTAGES P5*/

.advantages-p5__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.advantages-p5-item {
  width: calc(50% - 15px);
  box-sizing: border-box;
  padding-top: 30px;
  display: flex;
  gap: 30px;
  align-items: center;
  position: relative;
}

.advantages-p5-item:before {
  content: "";
  background-image: url(/wp-content/uploads/2024/02/dotted-before.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.advantages-p5-item:nth-last-child(-n + 2) {
  padding-bottom: 30px;
}

.advantages-p5-item:nth-last-child(-n + 2):after {
  content: "";
  background-image: url(/wp-content/uploads/2024/02/dotted-before.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.advantages-p5-item__icon {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  transition: all 0.3s;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0);
}

.advantages-p5-item:hover .advantages-p5-item__icon {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.13);
}

.advantages-p5-item__desc {
  flex: 1;
}

.advantages-p5-item__name {
  font-size: 21px;
  font-weight: 600;
  line-height: 33px;
  color: #222222;
  margin-bottom: 12px;
  transition: all 0.3s;
}

/*ADVANTAGES P5-1*/

.advantages-p5-1-slider {
  position: relative;
  margin: 0 -15px;
}

.advantages-p5-1-slide {
  box-sizing: border-box;
  padding: 0 15px;
}

.advantages-p5-1-slide p {
  margin: 0;
}

.advantages-p5-1-slide__name {
  font-size: 17px;
  font-weight: 700;
  line-height: 29px;
  color: #222222;
  padding-bottom: 15px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 45px;
}

.advantages-p5-1__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.advantages-p5-1-item {
  display: flex;
  gap: 25px;
  align-items: center;
  padding-bottom: 30px;
  box-sizing: border-box;
  border-bottom: 1px solid #e9e9e9;
}

.advantages-p5-1-item__icon {
  width: 80px;
  height: 60px;
  border-radius: 5px;
  overflow: hidden;
}

.advantages-p5-1-item__desc {
  flex: 1;
}

.advantages-p5-1-item__name {
  font-size: 19px;
  font-weight: 600;
  line-height: 31px;
  color: #222222;
}

/*ADVANTAGES P6*/

.advantages-p6__row {
  display: flex;
  gap: 30px;
}

.advantages-p6-block {
  flex: 1;
  box-sizing: border-box;
  padding: 60px 70px;
  background: #f3f3f3;
  border-radius: 15px;
}

.advantages-p6-block__desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.advantages-p6-block__desc p:last-child {
  margin-bottom: 0;
}

.advantages-p6-block__desc h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  color: #333333;
}

.advantages-p6-block__desc img {
  max-width: 450px;
  width: 100%;
  height: 311px;
  overflow: hidden;
  display: block;
  margin-top: 40px;
  object-fit: cover;
}

.advantages-p6-block__desc .btn-yellow {
  margin-top: 40px;
}

.advantages-p6-block:nth-child(2) img {
  max-width: 284px;
  width: 100%;
  height: 204px;
}

/*ADVANTAGES P7*/
.advantages-p7__list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.advantages-p7-item {
  width: calc(33.333% - 20px);
  box-sizing: border-box;
  padding: 30px;
  border: 1px solid rgb(228, 228, 228);
  border-radius: 15px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0);
  transition: all 0.3s;
}

.advantages-p7-item:hover {
  background: #fff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.03);
}

.advantages-p7-item__icon {
  width: 110px;
  height: 110px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
}

.advantages-p7-item__name {
  font-size: 19px;
  font-weight: 600;
  line-height: 31px;
  color: #222222;
  margin-bottom: 10px;
}

/* RATES T1*/

.rates-t1__list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.rates-t1-item {
  width: calc(33.333% - 20px);
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0);
  transition: all 0.3s;
}

.rates-t1-item:hover {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
}

.rates-t1-item__img {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.rates-t1-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rates-t1-item__body {
  background: #ffffff;
  position: relative;
  padding-bottom: 174px;
}

.rates-t1-item__top {
  box-sizing: border-box;
  padding: 30px;
}

.rates-t1-item__day {
  font-size: 14px;
  line-height: 26px;
}

.rates-t1-item__desc h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 12px;
}

.rates-t1-item__desc p:last-child {
  margin-bottom: 0;
}

.rates-t1-item__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.rates-t1-item__bottom-info {
  box-sizing: border-box;
  padding: 0 30px;
  height: 90px;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rates-t1-item__discount {
  color: #333333;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}

.rates-t1-item__discount p {
  margin: 0;
}

.rates-t1-item__price {
  font-weight: 600;
  font-size: 26px;
  line-height: 38px;
}

.rates-t1-item__button button {
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 30px;
  color: #222222;
  font-size: 17px;
  font-weight: 600;
  transition: all 0.3s;
  background: #fff;
  width: 100%;
}

.rates-t1-item__button button svg {
  transition: all 0.3s;
}

.rates-t1-item:hover .rates-t1-item__button button {
  background: #fff083;
  color: #f02d00;
}

.rates-t1-item:hover .rates-t1-item__button button svg {
  transform: rotate(-45deg);
}

/* RATES T2*/

.rates-t2__list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.rates-t2-item {
  width: calc(33.333% - 20px);
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0);
  transition: all 0.3s;
}

.rates-t2-item:hover {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
}

.rates-t2-item__img {
  width: 100%;
  height: 190px;
  overflow: hidden;
}

.rates-t2-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rates-t2-item__body {
  background: #ffffff;
  position: relative;
  padding-bottom: 174px;
}

.rates-t2-item__top {
  box-sizing: border-box;
  padding: 30px;
}

.rates-t2-item__day {
  font-size: 14px;
  line-height: 26px;
}

.rates-t2-item__desc h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 12px;
}

.rates-t2-item__desc p:last-child {
  margin-bottom: 0;
}

.rates-t2-item__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.rates-t2-item__bottom-info {
  box-sizing: border-box;
  padding: 0 30px;
  height: 90px;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rates-t2-item__discount {
  color: #333333;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}

.rates-t2-item__discount p {
  margin: 0;
}

.rates-t2-item__price {
  font-weight: 600;
  font-size: 26px;
  line-height: 38px;
}

.rates-t2-item__buttons {
  display: flex;
  height: 90px;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 30px;
}

.rates-t2-item__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
  box-sizing: border-box;
  padding: 30px;
  gap: 30px;
}

.rates-t2-item__buttons .line {
  display: block;
  width: 1px;
  height: 14px;
  background: #dedede;
}

.rates-t2-item:hover .rates-t2-item__buttons {
  background: #fff083;
}

.rates-t2-item__buttons a {
  color: #333333;
  font-weight: 500;
  font-size: 17px;
  line-height: 29px;
}

.rates-t2-item__buttons button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 17px;
  line-height: 29px;
}

/* RATES T3*/

.rates-t3__list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.rates-t3-item {
  width: calc(33.333% - 20px);
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0);
  transition: all 0.3s;
}

.rates-t3-item:hover {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
}

.rates-t3-item__img {
  width: 100%;
  height: 190px;
  overflow: hidden;
}

.rates-t3-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rates-t3-item__body {
  background: #ffffff;
  position: relative;
  padding-bottom: 174px;
}

.rates-t3-item__top {
  box-sizing: border-box;
  padding: 30px;
  padding-bottom: 0;
}

.rates-t3-item__day {
  font-size: 14px;
  line-height: 26px;
}

.rates-t3-item__desc h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 12px;
}

.rates-t3-item__desc p:last-child {
  margin-bottom: 0;
}

.rates-t3-item__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.rates-t3-item__bottom-info {
  box-sizing: border-box;
  padding: 0 30px;
  height: 90px;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rates-t3-item__discount {
  color: #333333;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}

.rates-t3-item__discount p {
  margin: 0;
}

.rates-t3-item__price {
  font-weight: 600;
  font-size: 26px;
  line-height: 38px;
}

.rates-t3-item__button button {
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 30px;
  color: #222222;
  font-size: 17px;
  font-weight: 600;
  transition: all 0.3s;
  background: #fff;
  width: 100%;
}

.rates-t3-item__button button svg {
  transition: all 0.3s;
}

.rates-t3-item:hover .rates-t3-item__button button {
  background: #fff083;
  color: #f02d00;
}

.rates-t3-item:hover .rates-t3-item__button button svg {
  transform: rotate(-45deg);
}

.rates-t3-item__list {
  margin-top: 30px;
}

.rates-t3-item__list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rates-t3-item__list p {
  position: relative;
  box-sizing: border-box;
  padding-left: 33px;
  font-size: 15px;
  line-height: 27px;
  padding-bottom: 17px;
  margin-bottom: 17px;
  border-bottom: 1px solid #f4f4f4;
}

.rates-t3-item__list p.check:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 13px;
  height: 11px;
  background-image: url(/wp-content/uploads/2024/02/rate-check-list.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.rates-t3-item__list p:last-child {
  margin-bottom: 0;
}

/* RATES T4*/

.rates-t4__list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.rates-t4-item {
  width: calc(33.333% - 20px);
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0);
  transition: all 0.3s;
}

.rates-t4-item:hover {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
}

.rates-t4-item__img {
  width: 100%;
  height: 190px;
  overflow: hidden;
}

.rates-t4-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rates-t4-item__body {
  background: #ffffff;
  position: relative;
  padding-bottom: 174px;
}

.rates-t4-item__top {
  box-sizing: border-box;
  padding: 30px;
  padding-bottom: 0;
}

.rates-t4-item__day {
  font-size: 14px;
  line-height: 26px;
}

.rates-t4-item__desc h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 12px;
}

.rates-t4-item__desc p:last-child {
  margin-bottom: 0;
}

.rates-t4-item__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.rates-t4-item__bottom-info {
  box-sizing: border-box;
  padding: 0 30px;
  height: 90px;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rates-t4-item__discount {
  color: #333333;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}

.rates-t4-item__discount p {
  margin: 0;
}

.rates-t4-item__price {
  font-weight: 600;
  font-size: 26px;
  line-height: 38px;
}

.rates-t4-item__button button {
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 30px;
  color: #222222;
  font-size: 17px;
  font-weight: 600;
  transition: all 0.3s;
  background: #fff;
  width: 100%;
}

.rates-t4-item__button button svg {
  transition: all 0.3s;
}

.rates-t4-item:hover .rates-t4-item__button button {
  background: #fff083;
  color: #f02d00;
}

.rates-t4-item:hover .rates-t4-item__button button svg {
  transform: rotate(-45deg);
}

.rates-t4-item__list {
  margin-top: 30px;
}

.rates-t4-item__list p {
  position: relative;
  box-sizing: border-box;
  padding-left: 33px;
  font-size: 15px;
  line-height: 27px;
  padding-bottom: 17px;
  margin-bottom: 17px;
  border-bottom: 1px solid #f4f4f4;
}

.rates-t4-item__list p.check:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 13px;
  height: 11px;
  background-image: url(/wp-content/uploads/2024/02/rate-check-list.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.rates-t4-item__list p:last-child {
  margin-bottom: 0;
}

/* RATES T4-2*/

.rates-t4-2__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.rates-t4-2-item {
  width: calc(33.333% - 20px);
  box-sizing: border-box;
  padding: 40px 30px;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 14px;
  position: relative;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.rates-t4-2-item:hover {
    box-shadow: 0 30px 30px rgba(0, 0, 0, 0.04);
    transform: translateY(-10px);
}

.rates-t4-2-item__top {
  display: flex;
  align-items: center;
  gap: 20px;
}

.rates-t4-2-item__icon {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rates-t4-2-item__title h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #222;
  margin: 0;
}

.rates-t4-2-item__title p {
  color: #666;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  margin: 0;
}

.rates-t4-2-item__price {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 35px;
  margin-bottom: 30px;
}

.rates-t4-2-item__price span {
  font-weight: 700;
  font-size: 40px;
  line-height: 38px;
  color: #222;
}

.rates-t4-2-item__price p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #6d6d6d;
  margin: 0;
}

.rates-t4-2-item__btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  border: 2px solid #000;
  border-radius: 37px;
  width: 100%;
  max-width: 100%;
  height: 74px;
  box-sizing: border-box;
  background: #fff;
  transition: all 0.3s;
}

.rates-t4-2-item__btn button:hover {
  background: #000;
}

.rates-t4-2-item__btn img {
  width: 42px;
  height: 42px;
}

.rates-t4-2-item__btn p {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  transition: all 0.3s;
  color: #6d6d6d;
  margin: 0;
  text-align: left;
}

.rates-t4-2-item__btn button:hover p {
  color: #dedede;
}

.rates-t4-2-item__btn span {
  display: block;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 7px;
  line-height: 17px;
  color: #222;
  transition: all 0.3s;
}

.rates-t4-2-item__btn button:hover p span {
  color: #fff;
}

.rates-t4-2-item__desc {
  color: #6d6d6d;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-top: 30px;
}

.rates-t4-2-item__desc p {
  margin: 0;
}

.rates-t4-2-item__list {
  margin-top: 30px;
}

.rates-t4-2-item__list p {
  position: relative;
  box-sizing: border-box;
  padding-left: 22px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 14px;
  color: #4d4d4d;
}

.rates-t4-2-item__list p.check:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 12px;
  height: 10px;
  background-image: url(/wp-content/uploads/2024/02/rate-check-list.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.rates-t4-2-item__list p:last-child {
  margin-bottom: 0;
}

.rates-t4-2-item-more {
  padding-bottom: 80px;
  box-sizing: border-box;
}

.rate-btn-blue {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 8px;
  background: none;
  cursor: pointer;
  border: none;
  justify-content: center;
  color: #196dff;
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0;
}

.rate-btn-blue.more-rate {
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding: 30px;
}

.rate-btn-blue:hover {
  color: #f02d00;
}

.rate-btn-blue:hover path {
  fill: #f02d00;
}

/* RATES T5*/

.rates-t5__list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.rates-t5-item {
  width: calc(33.333% - 20px);
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0);
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
}

.rates-t5-item:hover {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
}

.rates-t5-item__img {
  width: 100%;
  height: 190px;
  overflow: hidden;
}

.rates-t5-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rates-t5-item__body {
  background: #ffffff;
  position: relative;
  padding-bottom: 174px;
  flex: 1;
}

.rates-t5-item__top {
  box-sizing: border-box;
  padding: 30px;
  padding-bottom: 0;
}

.rates-t5-item__day {
  font-size: 14px;
  line-height: 26px;
}

.rates-t5-item__desc h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 12px;
}

.rates-t5-item__desc p:last-child {
  margin-bottom: 0;
}

.rates-t5-item__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.rates-t5-item__bottom-info {
  box-sizing: border-box;
  padding: 0 30px;
  height: 90px;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rates-t5-item__discount {
  color: #333333;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}

.rates-t5-item__discount p {
  margin: 0;
}

.rates-t5-item__price {
  font-weight: 600;
  font-size: 26px;
  line-height: 38px;
}

.rates-t5-item__buttons {
  display: flex;
  height: 90px;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 30px;
}

.rates-t5-item__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
  box-sizing: border-box;
  padding: 30px;
  gap: 30px;
}

.rates-t5-item__buttons .line {
  display: block;
  width: 1px;
  height: 14px;
  background: #dedede;
}

.rates-t5-item:hover .rates-t5-item__buttons {
  background: #fff083;
}

.rates-t5-item__buttons a {
  color: #333333;
  font-weight: 500;
  font-size: 17px;
  line-height: 29px;
}

.rates-t5-item__buttons button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 17px;
  line-height: 29px;
}

.rates-t5-item__list {
  margin-top: 30px;
}

.rates-t5-item__list .rate-btn-blue {
  background: none;
  outline: none;
  cursor: pointer;
  border: none;
  color: #196dff;
  font-size: 15px;
  line-height: 27px;
  justify-content: center;
  width: 100%;
  margin-bottom: 17px;
  display: flex;
}

.rates-t5-item__list p {
  position: relative;
  box-sizing: border-box;
  padding-left: 33px;
  font-size: 15px;
  line-height: 27px;
  padding-bottom: 17px;
  margin-bottom: 17px;
  border-bottom: 1px solid #f4f4f4;
}

.rates-t5-item__list p.check:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 13px;
  height: 11px;
  background-image: url(/wp-content/uploads/2024/02/rate-check-list.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.rates-t5-item__list p:last-child {
  margin-bottom: 0;
}

.rates-t5-tabs {
  background: #f2f2f2;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  max-width: 420px;
  width: 100%;
  height: 90px;
  box-sizing: border-box;
  padding: 10px;
  position: relative;
}

.rates-t5-tabs__block {
  display: flex;
  height: 100%;
}

.rates-t5-tab {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #333;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.rates-t5-tab:hover {
  color: #f02d00;
}

.rates-t5-tab.active {
  color: #fff;
}

.rates-t5__content {
  display: none;
}

.rates-t5__content:first-child {
  display: block;
}

.rates-t5__contents {
  margin-top: 50px;
}

/*RATE MODAL*/

.rate-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.rate-modal-window {
  max-width: 1410px;
  width: 100%;
  border-radius: 14px;
  background: #f8f8f8;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.rate-modal-window__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: #34363a;
  height: 56px;
  box-sizing: border-box;
  padding: 0 35px;
  border-radius: 14px 14px 0 0;
}

.rate-modal-window__header h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  margin: 0;
}

.rate-close {
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rate-close:hover rect {
  fill: #f02d00;
}

.rate-modal-window-body {
  box-sizing: border-box;
  padding: 0 50px;
}

.rate-modal-window-block-list {
  overflow-x: hidden;
  overflow-y: auto;
  height: 400px;
  box-sizing: border-box;
}

.rate-modal-window-body__desc {
  margin-top: 25px;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #000;
}

.rate-modal-window-body__desc p:last-child {
  margin-bottom: 0;
}

.rate-modal-window-block-list {
  margin-top: 32px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.rate-modal-window-list {
  width: calc(33.333% - 14px);
}

.rate-modal-window-list__title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #333;
}

.rate-modal-window-item {
  position: relative;
  align-items: center;
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  transition: all 0.3s;
}

.rate-modal-window-item__name {
  font-size: 16px;
  line-height: 28px;
  display: flex;
  gap: 10px;
  align-items: flex-end;
  cursor: pointer;
}

.rate-modal-window-item__name:hover {
  color: #f02d00;
}

.rate-modal-window-item__note p {
  position: absolute;
  opacity: 0;
  color: #fff;
  border-radius: 10px;
  background: #34363a;
  box-sizing: border-box;
  padding: 15px;
  font-size: 15px;
  line-height: 25px;
  width: 252px;
  top: -20px;
  z-index: -1;
  margin-left: 10px;
  margin-bottom: 0;
}

.rate-modal-window-item__note p:before {
  content: "";
  background-image: url(/wp-content/uploads/2024/02/rate-note-before.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 16px;
  position: absolute;
  left: -12px;
  top: 27px;
}

.rate-modal-window-item__name:hover .rate-modal-window-item__note p {
  opacity: 1;
  z-index: 5;
}

.rate-modal-window__bottom {
  margin-top: 50px;
  padding-bottom: 50px;
}

.rate-modal-window__total {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 25px;
  font-weight: 500;
  font-size: 19px;
  line-height: 31px;
  color: #000;
}

.rate-modal-window__total:before {
  content: "";
  width: 238px;
  height: 1px;
  background: #d9d9d9;
}

.rate-modal-window__total:after {
  content: "";
  width: 238px;
  height: 1px;
  background: #d9d9d9;
}

.rate-modal-window__price {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.rate-modal-window__price p {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 500;
  font-size: 22px;
  line-height: 34px;
  color: #000;
  margin: 0;
}

.rate-modal-window__price p strong {
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  color: #f02d00;
}

.rate-modal-window__price .btn {
  max-width: 191px;
  height: 62px;
}

/*FORM F1*/

.call-form-f1__row {
  display: flex;
  gap: 70px;
}

.call-form-f1__img {
  border-radius: 20px;
  max-width: 530px;
  width: 100%;
  height: 663px;
  overflow: hidden;
}

.call-form-f1__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.call-form-f1__desc {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
}

.call-form-f1__text p:last-child {
  margin-bottom: 0;
}

.call-form-f1-bonuses p {
  font-weight: 600;
  font-size: 22px;
  line-height: 155%;
  color: #222;
}

.call-form-f1__bonuses-row {
  margin-top: 25px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.call-form-f1-bonus {
  width: calc(50% - 15px);
  box-sizing: border-box;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0);
  transition: all 0.3s;
}

.call-form-f1-bonus:hover {
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.05);
}

.call-form-f1-bonus__img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
}

.call-form-f1-bonus__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.call-form-f1-bonus__text {
  flex: 1;
  font-weight: 500;
  font-size: 17px;
  line-height: 171%;
  color: #333;
}

/*FORM F3*/
.call-form-f3__row {
  background: #ffffff;
  border-radius: 15px;
  display: flex;
  box-sizing: border-box;
  padding: 0 35px;
  gap: 35px;
}

.call-form-f3__row .line {
  display: block;
  width: 1px;
  background: #e8e8e8;
}

.call-form-f3__desc {
  padding-top: 35px;
  padding-bottom: 35px;
  box-sizing: border-box;
  max-width: 380px;
  width: 100%;
}

.call-form-f3__desc h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 140%;
  color: #222;
  margin-bottom: 15px;
}

.call-form-f3__desc p:last-child {
  margin-bottom: 0;
}

.call-form-f3__form {
  padding-top: 35px;
  padding-bottom: 20px;
  box-sizing: border-box;
  max-width: 890px;
  width: 100%;
}

.call-form-f3__form-title {
  margin-bottom: 25px;
}

.call-form-f3__form-title h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 140%;
  color: #222;
  margin-bottom: 5px;
}

.call-form-f3__form-title p:last-child {
  margin-bottom: 0;
}

.input-row {
  display: flex;
  gap: 30px;
}

.call-form-f3__form .input-block {
  background: #fafafa;
  margin-bottom: 30px;
}

.form-bottom .textarea-block {
  background: #fafafa;
}

.call-form-f3__form .placeholder {
  font-size: 17px;
}

.form-bottom {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.form-bottom .textarea-block {
  flex: 1;
  height: 146px;
}

.form-bottom .textarea-block textarea {
  height: 146px;
}

.form-bottom__right {
  max-width: 275px;
  width: 100%;
}

.file-block {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  width: 100%;
  height: 77px;
  cursor: pointer;
  font-size: 17px;
  line-height: 171%;
  color: #333;
  transition: all 0.3s;
}

.file-block span {
  font-size: 13px;
  line-height: 100%;
  color: #4d4d4d;
  transition: all 0.3s;
}

.file-block:hover {
  background: #f02d00;
  color: #fff;
}

.file-block:hover span {
  color: #fff;
}

.file-block .remove {
  background: none;
  cursor: pointer;
  outline: none;
  border: none;
}

.file-block:hover .remove rect,
.file-block:hover .remove path {
  fill: #fff;
}

.call-form-f3__form .input-submit input {
  max-width: 100%;
  margin-top: 10px;
  background: #171717;
  border-radius: 10px;
}

.call-form-f3__form .input-submit input:hover {
  background: #f02d00;
}

.input-radio .wpcf7-radio {
  display: flex;
  gap: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
}

.input-radio input {
  display: none;
}

.input-radio .wpcf7-list-item {
  flex: 1;
  margin: 0;
}

.input-radio .wpcf7-list-item label {
  width: 100%;
}

.input-radio .wpcf7-list-item-label {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  height: 80px;
  border: 1px solid #e8e8e8;
  transition: all 0.3s;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  color: #222;
}

.input-radio .wpcf7-list-item-label:hover {
  color: #fff;
  background: #c62900;
}

.input-radio input:checked ~ .wpcf7-list-item-label {
  color: #fff;
  background: #c62900;
}

/*FORM F4*/

.call-form-f4 .title {
  margin-bottom: 0;
}

.call-form-f4 .title h2 {
  font-weight: 700;
  font-size: 80px;
  line-height: 115%;
  text-transform: uppercase;
  color: #333;
}

.call-form-f4 .title p {
  font-size: 20px;
  line-height: 100%;
  color: #555;
  margin-bottom: 30px;
}

.call-form-f4__desc p {
  font-size: 24px;
  line-height: 150%;
}

.call-form-f4__desc p:last-child {
  margin-bottom: 0;
}

/*FORM GB-2*/

.banner-white-stripe-gb-2 .banner-white-stripe__row {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.03);
  background: #fff;
  border-radius: 10px;
  height: 90px;
  box-sizing: border-box;
  padding: 0 35px;
}

.banner-white-stripe-gb-2 .line {
  display: block;
  border-radius: 5px;
  background: #e9e9e9;
  box-shadow:
    0px 4px 20px 0px rgba(0, 0, 0, 0.05) inset,
    0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  width: 1px;
  height: 30px;
}

/*FORM GB-4*/

.banner-white-stripe-gb-4 {
  height: 90px;
  background: #fff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
}

.banner-white-stripe-gb-4 .banner-white-stripe__row {
  gap: 50px;
}

.banner-white-stripe__rate {
  font-size: 19px;
  font-weight: 500;
  line-height: 31px;
  color: #222;
}

.banner-white-stripe__rate p {
  margin-bottom: 0;
}

.banner-white-stripe-gb-4 .btn {
  flex-direction: column;
  text-align: center;
  max-width: 210px;
  height: 66px;
  font-size: 20px;
  line-height: 20px;
  gap: 5px;
  font-weight: 400;
}

.banner-white-stripe-gb-4 .btn small {
  font-size: 14px;
  line-height: 14px;
}

.banner-white-stripe-gb-4 .banner-white-stripe__prices {
  gap: 30px;
  flex: auto;
  justify-content: space-between;
}

.banner-white-stripe-gb-4 .banner-white-stripe__price {
  gap: 10px;
}

.banner-white-stripe-gb-4 .banner-white-stripe__price p {
  font-size: 19px;
  line-height: 31px;
  font-weight: 600;
}

.banner-white-stripe-gb-4 .banner-white-stripe__price p span {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

/*TEXT-BLOCK TB-1*/

.tb1__row {
  display: flex;
  gap: 70px;
  align-items: center;
  border-top: 1px solid #e9e9e9;
}

.tb1__row:only-child {
  padding: 0;
}

.tb1__row:first-child {
  border: none;
  padding-top: 0;
}

.tb1__row:nth-child(even) {
  flex-direction: row-reverse;
}

.tb1__row:last-child {
  padding-bottom: 0;
}

.tb1__img {
  border-radius: 20px;
  max-width: 570px;
  width: 100%;
  height: 530px;

  overflow: hidden;
}

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

.tb1__desc {
  flex: 1;
}

.tb1__text ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.tb1__text ul:last-child {
  margin-bottom: 0;
}

.tb1__text li {
  position: relative;
  box-sizing: border-box;
  padding-left: 18px;
}

.tb1__text li:last-child {
  margin-bottom: 0;
}

.tb1__text li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 10px;
  height: 1px;
  background: #4d4d4d;
}

.tb1__text p:last-child {
  margin-bottom: 0;
}

.tb1__desc .line-btn {
  justify-content: flex-start;
  margin-top: 40px;
}

/*TEXT-BLOCK TB-2*/

.tb2__row {
  display: flex;
  gap: 70px;
  border-bottom: 1px solid #e9e9e9;
}

.tb2__row:first-child {
  padding-top: 0;
}

.tb2__row:last-child {
  border: none;
}

.tb2__img {
  border-radius: 10px;
  max-width: 670px;
  width: 100%;
  height: 420px;
  overflow: hidden;
  transition: all 0.3s;
  box-shadow: 0 4px 26px 0 rgba(0, 0, 0, 0);
  border: 1px solid #dfdfdf;
}

.tb2__row:hover .tb2__img {
  box-shadow: 0 4px 26px 0 rgba(0, 0, 0, 0.2);
}

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

.tb2__desc {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
}

.tb2__desc h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 42px;
  color: #333;
}

.tb2__desc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tb2__desc li {
  position: relative;
  box-sizing: border-box;
  padding-left: 18px;
}

.tb2__desc li:last-child {
  margin-bottom: 0;
}

.tb2__desc li:before {
  content: "";
  left: 0;
  top: 13px;
  position: absolute;
  width: 10px;
  height: 1px;
  background: #4d4d4d;
}

.tb2__link a {
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  color: #196dff;
  transition: all 0.3s;
}

.tb2__link a:hover {
  color: #f02d00;
}

.tb2__btn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.tb2__btn .btn {
  max-width: 178px;
  width: 100%;
  border-radius: 10px;
}

/*TEXT-BLOCK TB-3*/

.tb3__num {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #000;
}

.tb3__num:before {
  content: "";
  width: 25px;
  height: 1px;
  background: #f02d00;
}

.tb3__num:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #f02d00;
}

.tb3__row:first-child .tb3__num:after {
  display: none;
}

.tb3__desc {
  box-sizing: border-box;
  padding-left: 125px;
}

.tb3__desc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tb3__desc li {
  position: relative;
  box-sizing: border-box;
  padding-left: 18px;
}

.tb3__desc li:before {
  content: "";
  left: 0;
  top: 13px;
  position: absolute;
  width: 10px;
  height: 1px;
  background: #4d4d4d;
}

/*STEP-BLOCK BT-1*/

.bt1 .title {
  margin-bottom: 70px;
}

.bt1 .title p {
  font-size: 20px;
  line-height: 20px;
  color: #555;
  margin-bottom: 30px;
}

.bt1 .title h2 {
  line-height: 92px;
  font-weight: 700;
  font-size: 80px;
  text-transform: uppercase;
  color: #333;
}

.bt1-tabs {
  display: flex;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  justify-content: center;
  gap: 70px;
}

.bt1-tab {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 31px;
  font-size: 19px;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
}

.bt1-tab:hover {
  color: #f02d00;
}

.bt1-tab.active:before {
  content: "";
  position: absolute;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background: #f02d00;
  top: -1px;
  left: 0;
  width: 100%;
}

.bt1-tab.active:after {
  content: "";
  position: absolute;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background: #f02d00;
  bottom: -1px;
  left: 0;
  width: 100%;
}

.bt1__contents {
  margin-top: 70px;
}

.bt1-content__row {
  display: flex;
  gap: 70px;
  align-items: flex-start;
}

.bt1-content__img {
  border-radius: 20px;
  max-width: 570px;
  width: 100%;
  height: 574px;
  overflow: hidden;
}

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

.bt1-content {
  display: none;
}

.bt1-content:first-child {
  display: block;
}

.bt1-content__desc {
  flex: 1;
}

.bt1-content__desc h2 {
  font-size: 36px;
  line-height: 48px;
}

.bt1-content__desc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bt1-content__desc li {
  position: relative;
  box-sizing: border-box;
  padding-left: 18px;
}

.bt1-content__desc li:before {
  content: "";
  left: 0;
  top: 13px;
  position: absolute;
  width: 10px;
  height: 1px;
  background: #4d4d4d;
}

/*ВОПРОС ОТВЕТ CH-1*/

.ch1__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.ch1-item {
  border-bottom: 1px solid #d9d9d9;
}

.ch1-item__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding-bottom: 20px;
}

.ch1-item__title i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  border-radius: 100%;
}

.ch1-item__title i,
.ch1-item__title svg,
.ch1-item__title rect {
  transition: all 0.3s;
}

.h3-question {
  margin: 0;
  font-size: 26px;
  line-height: 38px;
  color: #222;
  transition: all 0.3s;
}

.h3-question {
  font-size: 26px;
  line-height: 38px;
  color: #222;
  transition: all 0.3s;
}

.ch1-item__title:hover .h3-question {
  color: #f02d00;
}

.ch1-item__title:hover i {
  background: #f02d00;
}

.ch1-item__title:hover i rect {
  fill: #fff;
}

.ch1-item__title.active i rect {
  fill: #f02d00;
}

.ch1-item__title.active:hover i rect {
  fill: #fff;
}

.ch1-item__title.active svg {
  transform: rotate(45deg);
}

.ch1-item__content {
  padding-bottom: 20px;
  display: none;
}

/*ВОПРОС ОТВЕТ CH-2*/

.ch2__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.ch1-item {
  border-bottom: 1px solid #d9d9d9;
}

.ch1-item__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding-bottom: 20px;
}

.ch1-item__title i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  border-radius: 100%;
}

.ch1-item__title i,
.ch1-item__title svg,
.ch1-item__title rect {
  transition: all 0.3s;
}

.h3-question {
  font-size: 26px;
  line-height: 38px;
  color: #222;
  transition: all 0.3s;
}

.ch1-item__title:hover .ch2-item__question {
  color: #f02d00;
}

.ch1-item__title:hover i {
  background: #f02d00;
}

.ch1-item__title:hover i rect {
  fill: #fff;
}

.ch1-item__title.active i rect {
  fill: #f02d00;
}

.ch1-item__title.active:hover i rect {
  fill: #fff;
}

.ch1-item__title.active svg {
  transform: rotate(45deg);
}

.ch1-item__content {
  padding-bottom: 20px;
  display: none;
}

.ch2 .ch1-item {
  border-radius: 10px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.09);
  background: #f7f7f4;
  padding: 25px 30px;
}

.ch2 .ch1-item__title {
  padding-bottom: 0;
}

.ch2 .h3-question {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #333;
}

.ch2 .ch1-item__title i {
  width: 36px;
  height: 36px;
}

.ch2 .ch1-item__title i svg {
  width: 20px;
  height: auto;
}

.ch2 .ch1-item__title:hover i {
  background: #076aff;
}

.ch2 .ch1-item__content {
  margin-top: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  color: #4d4d4d;
  padding-bottom: 0;
}

.ch2 .ch1-item__content ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.ch2 .ch1-item__content *:last-child {
  margin-bottom: 0;
}

/*cases page*/

.cases-page {
  padding-bottom: 50px;
}

.cases-page__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
  margin-bottom: 40px;
}

.cases-page-tabs {
  background: #f2f2f2;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  max-width: 420px;
  width: 100%;
  height: 90px;
  box-sizing: border-box;
  padding: 10px;
  position: relative;
}

.cases-page-tabs__block {
  display: flex;
  height: 100%;
}

.tab-bg-dark {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  background: #34363a;
  width: calc(50% - 10px);
  height: calc(100% - 20px);
  border-radius: 10px;
  transition: all 0.3s;
}

.cases-page-tab {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #333;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.cases-page-tab:hover {
  color: #f02d00;
}

.cases-page-tab.active {
  color: #fff;
}

.cases-page__content {
  display: none;
}

.cases-page__content:first-child {
  display: block;
}

/*.cases-page__content .tb2__row {*/
/*    display: none;*/
/*}*/

.cases-page__desc h1 {
  margin-bottom: 25px;
}

.cases-page__desc p {
  margin: 0;
  font-weight: 400;
  font-size: 21px;
  line-height: 33px;
}

/*MODAL*/

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.modal__window {
  position: relative;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  max-width: 480px;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 35px;
  background: #fff;
  border-radius: 15px;
}

.close-modal {
  position: absolute;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  right: 15px;
  top: 15px;
}

.close-modal:hover rect {
  fill: #f02d00;
}

.modal__window h3 {
  font-weight: 700;
  font-size: 26px;
  line-height: 38px;
  color: #333;
  margin-bottom: 8px;
}

.modal__window p {
  margin-bottom: 15px;
}

.modal__window .input-row {
  gap: 8px;
}

.modal__window .input-block {
  margin-bottom: 8px;
}

.modal__window .agree {
  margin-top: 10px;
}

.modal__window .agree p {
  margin-bottom: 0;
}

.modal__window .agree br {
  display: none;
}

.file-block-modal {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s;
  font-size: 18px;
  line-height: 30px;
  color: #196dff;
  cursor: pointer;
}

.file-block-modal span {
  display: flex;
  align-items: flex-start;
  gap: 2px;
}

.file-block-modal:hover {
  color: #f02d00;
}

.file-block-modal:hover circle {
  fill: #f02d00;
}

.file-block-modal .remove {
  background: none;
  cursor: pointer;
  outline: none;
  border: none;
}

.modal__window .input-submit {
  margin-top: 15px;
}

.modal__window .input-submit input {
  height: 60px;
  border-radius: 10px;
  background: #fff083;
  font-size: 18px;
  line-height: 30px;
  color: #333;
}

.modal__window .input-submit input:hover {
  color: #fff;
  background: #f02d00;
}

.modal__window .textarea-block {
  margin-bottom: 20px;
}

.placeholder {
  color: #a8a8a8;
}

/*Страница СПАСИБО*/

.thx {
  padding-top: 150px;
  padding-bottom: 200px;
}

.thx__block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.thx__block h1 {
  margin-top: 50px;
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 50px;
  line-height: 52px;
  color: #333;
  text-align: center;
}

.thx__block p {
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 0;
}

.thx__block .btn {
  margin-top: 32px;
}

/*страница услуги*/

.services-page {
  padding-bottom: 50px;
}

.services-page .title {
  margin-bottom: 40px;
}

.services-page-tabs {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.services-page-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 49px;
  box-sizing: border-box;
  padding: 0 30px;
  transition: all 0.3s;
  border: 1px solid #b7b7b7;
  border-radius: 40px;
  font-size: 17px;
  line-height: 29px;
  color: #333;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0);
  cursor: pointer;
}

.services-page-tab:hover {
  background: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.03);
  border-color: transparent;
}

.services-page-tab.active {
  color: #fff;
  background: #34363a;
  border-color: transparent;
}

.services-page__content {
  display: none;
}

.services-page__content:first-child {
  display: block;
}

.services-page-block__title {
  margin-bottom: 30px;
}

.services-page-block__title h3 {
  font-size: 30px;
  line-height: 42px;
  font-weight: 500;
  color: #222;
}

.services-page-block {
  margin-bottom: 50px;
}

.services-page-block:last-child {
  margin-bottom: 0;
}

/*КАЛЬКУЛЯТОР МОЙ ТАРИФ*/

.calculator__row {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}

.calculator-options {
  margin-bottom: 50px;
}

.calculator-options:last-child {
  margin-bottom: 0;
}

.calculator-options-block {
  flex: 1;
}

.calculator-options h3 {
  font-weight: 500;
  font-size: 19px;
  line-height: 31px;
  color: #000;
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 35px;
}

.calculator-options h3:after {
  content: "";
  height: 1px;
  background: #d9d9d9;
  flex: 1;
}

.calculator-base-options {
  column-count: 2;
  -webkit-column-count: 2;
  column-gap: 50px;
  -webkit-column-gap: 50px;
}

.calculator-base-options-list {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  margin-bottom: 50px;
  display: none;
}

.calculator-options-title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #333;
}

.calculator-base-option {
  position: relative;
  align-items: center;
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  transition: all 0.3s;
}

.calculator-base-option:last-child {
  margin-bottom: 0;
}

.calculator-base-option__name {
  font-size: 14px;
  line-height: 24px;
  display: flex;
  gap: 10px;
  align-items: flex-end;
  cursor: pointer;
}

.calculator-base-option__name:hover {
  color: #f02d00;
}

.calculator-base-option__note p {
  position: absolute;
  opacity: 0;
  color: #fff;
  border-radius: 10px;
  background: #34363a;
  box-sizing: border-box;
  padding: 15px;
  font-size: 15px;
  line-height: 25px;
  width: 252px;
  top: -20px;
  z-index: -1;
  margin-left: 10px;
  margin-bottom: 0;
}

.calculator-base-option__note p:before {
  content: "";
  background-image: url(/wp-content/uploads/2024/02/rate-note-before.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 16px;
  position: absolute;
  left: -12px;
  top: 27px;
}

.calculator-base-option__name:hover .calculator-base-option__note p {
  opacity: 1;
  z-index: 5;
}

.calculator-additional-options {
  column-count: 2;
  column-gap: 50px;
}

.calculator-additional-options-list {
  break-inside: avoid;
  margin-bottom: 50px;
}

.calculator-additional-option {
  position: relative;
  align-items: center;
  justify-content: space-between;
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  transition: all 0.3s;
}

.calculator-additional-option label {
  font-size: 16px;
  line-height: 26px;
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  flex: 1;
}

.calculator-additional-option label .checkbox {
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  max-width: 20px;
  width: 100%;
  height: 20px;
  display: flex;
  flex: auto;
  justify-content: center;
  align-items: center;
}

.calculator-additional-option label .checkbox:before {
  content: "";
  background-image: url(/wp-content/uploads/2024/02/rate-check-list.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 11px;
  opacity: 0;
  transition: all 0.3s;
}

.calculator-additional-option label input:checked ~ .checkbox:before {
  opacity: 1;
}

.calculator-additional-option label:hover {
  color: #f02d00;
}

.calculator-additional-option__note-desc {
  position: absolute;
  opacity: 0;
  color: #fff;
  border-radius: 10px;
  background: #34363a;
  box-sizing: border-box;
  padding: 15px;
  font-size: 15px;
  line-height: 25px;
  width: 252px;
  top: -20px;
  z-index: -1;
  margin-left: 10px;
  margin-bottom: 0;
}

.calculator-additional-option__note-desc:before {
  content: "";
  background-image: url(/wp-content/uploads/2024/02/rate-note-before.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 16px;
  position: absolute;
  left: -12px;
  top: 27px;
}

.calculator-additional-option label:hover .calculator-additional-option__note-desc {
  opacity: 1;
  z-index: 5;
}

.calculator-additional-option__price {
  font-weight: 700;
  font-size: 16px;
  color: #333;
  line-height: 26px;
  display: inline-flex;
  justify-content: flex-end;
  gap: 5px;
}

.calculator-form {
  max-width: 450px;
  width: 100%;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.03);
  background: #fff;
  box-sizing: border-box;
  border-radius: 15px;
  padding: 40px 30px;
}

.calculator-form.go {
  position: relative;
  right: 0;
  margin-top: 50px;
}

.calculator-form-result {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 50px;
}

.calculator-form-result-item {
  flex: 1;
}

.calculator-form-result-item p {
  font-weight: 500;
  font-size: 17px;
  line-height: 12px;
  color: #4d4d4d;
  margin-bottom: 25px;
}

.calculator-form-result-item__value {
  font-weight: 700;
  font-size: 30px;
  line-height: 21px;
  color: #222;
}

.calculator-form .input-block {
  margin-bottom: 15px;
}

.calculator-form .input-block input {
  height: 72px;
}

.calculator-form .placeholder {
  color: #4d4d4d;
  top: 25px;
}

.calculator-form .input-submit input {
  background: #fff083;
  height: 72px;
  color: #222;
  font-size: 19px;
  line-height: 31px;
  transition: all 0.3s;
  border-radius: 10px;
}

.calculator-form .input-submit input:hover {
  color: #fff;
  background: #f02d00;
}

.form-note {
  margin-bottom: 0;
  color: #555;
  font-size: 14px;
  line-height: 18px;
  margin-top: 25px;
}

.form-note a {
  font-weight: 600;
  color: #333;
  transition: all 0.3s;
}

.form-note a:hover {
  color: #f02d00;
}

.options-more {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.options-more button {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #196dff;
  border: none;
  border-bottom: 1px solid #196dff;
  background: none;
  outline: none;
  transition: all 0.3s;
  cursor: pointer;
}

.options-more button:hover {
  color: #f02d00;
  border-color: #f02d00;
}

/*СТАТЬЯ*/

.seo__list {
  display: flex;
  flex-wrap: wrap;
  gap: 90px;
}

.seo a {
  color: #337fe5;
}

.table-price table {
  margin-top: 15px;
  width: 100%;
  margin-top: 80px;
}

.table-price table:first-child {
  margin-top: 0;
}

.table-mob {
  display: none;
}

.table-price tr {
  display: flex;
  padding: 0 12.7vw;
  box-sizing: border-box;
  transition: all 0.3s;
  position: relative;
}

.table-price tr:before {
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  background: #f02d00;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-clip-path: inset(50% 0 50% 0);
  clip-path: inset(50% 0 50% 0);
}

.table-price tr:hover:before {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  opacity: 1;
  height: 100%;
  transform-origin: center;
  transition: all 0.45s cubic-bezier(0.47, 1.64, 0.41, 0.8);
}

.table-price tr:first-child:before {
  display: none;
}

.table-price th,
.black-table td {
  flex: 1;
}

.table-price th {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 35px;
  position: relative;
  border-bottom: 1px solid #ededed;
  padding-top: 25px;
  padding-bottom: 25px;
  flex: 1;
}

.table-price th:before {
  content: "";
  display: block;
  width: 1px;
  height: 22px;
  background: #ededed;
}

.table-price th:first-child {
  flex: 2;
}

.table-price th:first-child:before {
  display: none;
}

.table-price td {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid #ededed;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 35px;
  transition: all 0.3s;
  flex: 1;
}

.table-price td a {
  color: #333;
  transition: all 0.3s;
}

.table-price td:before {
  content: "";
  display: block;
  left: 0;
  width: 1px;
  height: 22px;
  background: #ededed;
}

.table-price td:first-child {
  flex: 2;
}

.table-price td:first-child:before {
  display: none;
}

.table-price tr:hover td {
  color: #fff;
  border-color: #ee1c25;
}

.table-price tr:hover td a {
  color: #fff;
}

.table-price tr:hover td a:hover {
  color: #fecc12;
  text-decoration: none;
}

.table-short tr {
  padding: 0;
}

.table-short td {
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
}

.bottom-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}

.btn-red {
  border-radius: 10px;
  background: #f02d00;
  max-width: 320px;
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 19px;
  line-height: 31px;
  color: #fff;
  transition: all 0.3s;
  cursor: pointer;
  border: none;
}

.btn-red:hover {
  color: #fff;
  background: #000;
}

.projects-grid__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.project-grid {
  position: relative;
  width: calc(33.333% - 20px);
}

.project-grid > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.project-grid__img {
  height: 300px;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 12px;
}

.project-grid__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.project-grid:hover .project-grid__img img {
  transform: scale(1.1);
}

.project-grid__desc {
  font-size: 18px;
  line-height: 30px;
  color: #333;
}

.white-text-block {
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  padding: 30px;
  font-size: 18px;
  line-height: 30px;
  color: #444;
  margin-bottom: 20px;
  font-style: italic;
}

.white-text-block p {
  margin-bottom: 10px;
}

.white-text-block p:last-child {
  margin-bottom: 0;
}

.white-text-block strong {
  font-size: 20px;
  line-height: 32px;
  color: #000;
  font-weight: 400;
}

.white-text-block.short {
  max-width: 490px;
  width: 100%;
}

.gray-text-block {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 30px;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  background: #ededed;
  padding: 30px;
  margin-bottom: 20px;
}

.gray-text-block p {
  flex: auto;
}

.gray-text-block .p-img {
  min-width: 76px;
  max-width: 76px;
  margin-bottom: 0;
}

.tb1-media .tb1__img {
  max-width: 450px;
  height: 350px;
}

.tb1-media .tb1__row {
  gap: 30px;
  border: none;
}

.tb1-media .tb1__img p {
  width: 100%;
  height: 100%;
}

.tb1-media .tb1__desc a {
  color: #337fe5;
}

.tb1-media .tb1__desc a:hover {
  color: #005ad3;
}

.news-single__content .project-grid__img {
  height: 220px;
}

.order-singles .cat-single__img {
  height: 220px;
}

.order-singles {
  padding-top: 50px;
}

.cat-page__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.cat-single {
  width: calc(33.333% - 20px);
  position: relative;
  transition: all 0.3s;
  color: #333;
}

.cat-single:hover {
  color: #ee1c25;
}

.cat-single a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.cat-single__img {
  margin-bottom: 12px;
  border-radius: 10px;
  overflow: hidden;
}

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

.cat-single__title {
  font-size: 18px;
  line-height: 30px;
}

.order-singles .cat-single__img {
  height: 220px;
}

.news-single__content .title {
  margin-bottom: 40px;
}

.news-single__content .input-submit input {
  background: #f02d00;
  color: #fff;
}

.news-single__content .input-submit input:hover {
  background: #000;
}

.seo__list ul {
  width: calc(50% - 45px);
}

.blog-page__row {
  display: flex;
  gap: 20px;
}

.blog-page-tags {
  max-width: 330px;
  width: 100%;
}

.blog-page__singles {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.blog-page-single {
  border-radius: 15px;
  background: #fff;
  box-sizing: border-box;
  padding: 30px;
}

.blog-page-single__date {
  color: #666;
  font-size: 16px;
  line-height: 28px;
}

.blog-page-question {
  max-width: 220px;
  width: 100%;
}

.blog-page-single__title {
  font-weight: 500;
  font-size: 30px;
  line-height: 42px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.blog-page-single__title h3 {
  margin-bottom: 0;
}

.blog-page-single__title a {
  color: #333;
  transition: all 0.3s;
}

.blog-page-single__title:hover a {
  color: #f02d00;
}

.blog-page-single__img {
  border-radius: 15px;
  height: 502px;
  overflow: hidden;
  margin-top: 35px;
  margin-bottom: 20px;
}

.blog-page-single__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.blog-page-single__img:hover img {
  transform: scale(1.1);
}

.blog-page-single__views {
  display: flex;
  justify-content: flex-end;
}

.blog-page-single__views span {
  display: flex;
  align-items: center;
  gap: 8px;
  box-sizing: border-box;
  height: 40px;
  padding: 0 15px;
  border-radius: 10px;
  background: #efefef;
  margin-left: auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #444;
}

.blog-page-tags {
  position: relative;
}

.tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tags.fixed {
  position: absolute;
}

.tags li a {
  display: flex;
  gap: 5px;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  transition: all 0.3s;
}

.tags li a img {
  border-radius: 5px;
  width: 50px;
  height: 50px;
  object-fit: cover;
  overflow: hidden;
}

.tags li a:hover {
  color: #f02d00;
}

.blog-page-question {
  position: relative;
}

.blog-page-question .question {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  text-align: center;
  box-sizing: border-box;
  padding: 25px;
  background: #fff;
}

.blog-page-question .question.fixed {
  position: absolute;
  height: 237px;
}

.blog-page-question .question p {
  margin: 20px 0;
  font-weight: 500;
  font-size: 17px;
  line-height: 29px;
  color: #333;
}

.blog-page-question .question button {
  border-radius: 10px;
  width: 170px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #f02d00;
  cursor: pointer;
  transition: all 0.3s;
  color: #fff;
  border: none;
  font-size: 16px;
}

.blog-page-question .question button:hover {
  background: #000;
}

.archive .breadcrumb {
  padding-top: 0;
  margin-bottom: 0;
}

.services-other__section h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 140%;
  color: #0a1e32;
}

.services-other__section:first-child {
  padding-top: 0;
}

.services-other__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.services-other-item {
  width: calc(33.333% - 20px);
  border-radius: 10px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: space-between;
  box-shadow: 0 1px 0 0 rgba(163, 163, 163, 0.2);
  transition: all 0.3s;
}

.services-other-item:hover {
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.05);
}

.services-other-item__top {
  box-sizing: border-box;
  padding: 30px;
  padding-bottom: 0;
}

.services-other-item__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #0b1f35;
  display: flex;
  gap: 20px;
  align-items: center;
}

.services-other-item__title span {
  flex: 1;
  max-width: 220px;
}

.services-other-item__title img {
  width: 60px;
  height: 60px;
}

.services-other-item__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #666;
  margin-top: 16px;
}

.services-other-item__desc p {
  margin-bottom: 0;
}

.services-other-item__price {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: #0b1f35;
  padding-right: 30px;
  position: relative;
  box-sizing: border-box;
}

.services-other-item__price:before {
  content: "";
  width: 1px;
  height: 11px;
  background: #d9d9d9;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.services-other-item__bottom {
  display: flex;
  align-items: center;
  padding: 18px 30px;
  box-sizing: border-box;
  border-left: 1px solid #f4f4f4;
}

.services-other-item__bottom button {
  background: none;
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #f02d00;
  transition: all 0.3s;
  box-sizing: border-box;
  padding: 0 30px;
  display: block;
  cursor: pointer;
}

.services-other-item:hover .services-other-item__bottom button {
  color: #2757ff;
}

.services-other-item__bottom a {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #4d4d4d;
  transition: all 0.3s;
  position: relative;
  padding-left: 30px;
  box-sizing: border-box;
}

.services-other-item__bottom a:before {
  content: "";
  width: 1px;
  height: 11px;
  background: #d9d9d9;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.services-other-item:hover .services-other-item__bottom a {
  color: #000;
}

/*НОВЫЙ БАНЕР*/

.home-slider__nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  position: absolute !important;
  bottom: 20px !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 2;
}

.home-slider-pagination {
  gap: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  width: 140px !important;
  height: 48px;
  background: rgba(0, 0, 0, 0.3);
}

.home-slider-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #d9d9d9;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  margin: 0 !important;
}

.home-slider-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: all 0.3s linear;
}

.home-slider-pagination .swiper-pagination-bullet-active {
  border-radius: 4px;
  width: 28px;
  height: 8px;
}

.home-slider-pagination .swiper-pagination-bullet-active:before {
  width: 100%;
  opacity: 1;
  animation: progress linear forwards;
  animation-duration: 3s;
}

@keyframes progress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

.home-slider-arrow {
  background: none;
  border: none;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #3e3e3e;
  opacity: 0.3;
  cursor: pointer;
  transition: all 0.3s ease;
}

.home-slider-arrow:hover {
  background: #f02d00;
  opacity: 1;
}

.home-slider-arrow:hover path {
  fill: #fff;
}

/*НОВЫЕ НАПРАВЛЕНИЯ*/

.directions-new__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.directions-new-item {
  width: calc(33.333% - 20px);
  box-sizing: border-box;
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.directions-new-item__img {
  border-radius: 20px;
  width: 100%;
  height: 200px;
}

.directions-new-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.directions-new-item__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px 30px;
  box-sizing: border-box;
  gap: 25px;
}

.directions-new-item__top {
  width: 100%;
}

.directions-new-item__name {
  font-weight: 600;
  font-size: 21px;
  line-height: 157%;
  color: #222;
}

.directions-new-item__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #4d4d4d;
}

.directions-new-item__bottom {
  width: 100%;
}

.directions-new-item__price {
  font-weight: 700;
  font-size: 26px;
  line-height: 146%;
  color: #000;
  box-sizing: border-box;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
}

.directions-new-item__bottom a {
  font-weight: 500;
  font-size: 17px;
  line-height: 171%;
  color: #333;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.directions-new-item__bottom a:hover {
  color: #f02d00;
}

.directions-new-item__bottom a svg {
  transition: all 0.3s;
}

.directions-new-item__bottom a:hover svg {
  transform: rotate(-45deg);
}

/*НОВЫЕ УСЛУГИ НА ГЛАВНОЙ*/
.services__sections {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.services__section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}

.services__section-title h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 140%;
  color: #333;
  margin-bottom: 0;
}

.services__section-decor {
  display: flex;
  align-items: center;
}

.services__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.services__item {
  width: calc(25% - 23px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 10px;
}

.services__item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  margin-top: 30px;
}

.services__item-body {
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.services__item-top {
  box-sizing: border-box;
  padding: 30px;
}

.services__item-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 133%;
  color: #0b1f35;
  margin-bottom: 10px;
}

.services__item-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: #444;
}

.services__item-price {
  font-weight: 700;
  font-size: 26px;
  line-height: 146%;
  color: #0b1f35;
  box-sizing: border-box;
  padding: 0 30px;
}

.services__item-btns {
  box-sizing: border-box;
  display: flex;
  border-top: 1px solid #f4f4f4;
  margin-top: 10px;
}

.services__item-btns button {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: transparent;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: #f02d00;
  border: none;
  height: 60px;
  cursor: pointer;
}

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

.services__item-btns a {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: transparent;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: #4d4d4d;
  box-sizing: border-box;
  border-left: 1px solid #f4f4f4;
  height: 60px;
}

.services__item-btns a:hover {
  color: #fff;
  background: #b70406;
  border-left: 1px solid transparent;
}

/*НАПРАВЛЕНИЯ*/

.directions__shell {
  display: flex;
  gap: 10px;
  padding: 30px;
  background: #f2f1ed;
  border-radius: 20px;
}

.directions__sidebar {
  max-width: 290px;
  width: 100%;
  background: #ffffff;
  border-radius: 15px;
  padding: 15px 15px;
  border: 1px solid #f7f7f4;
}

.directions__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.directions__menu li:last-child {
  border-bottom: none;
}

.directions__menu-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 10px;
  border: none;
  border-bottom: 1px solid #efefef;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 163%;
  color: #333;
  text-align: left;
  cursor: pointer;
  transition: color 0.3s ease;
}

.directions__menu li:last-child .directions__menu-btn {
  border-bottom: none;
  padding-bottom: 0;
}

.directions__menu-arrow {
  opacity: 0;
}

.directions__menu-btn.is-active .directions__menu-arrow,
.directions__menu-btn:hover .directions__menu-arrow {
  opacity: 1;
}

.directions__menu-btn:hover {
  color: #f02d00;
}

.directions__menu-btn.is-active {
  color: #f02d00;
}

.directions__panel {
  max-width: 1050px;
  width: 100%;
  background: #ffffff;
  border-radius: 15px;
  padding: 30px;
}

.directions__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.directions__card {
  padding: 20px;
  display: block;
  border-radius: 10px;
  background: #f7f7f4;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 16px;
  line-height: 163%;
  color: #333;
}

.directions__card:hover {
  color: #f02d00;
}

.directions__card-img {
  border-radius: 10px;
  background: #f7f7f4;
  width: 100%;
  height: 124px;
  overflow: hidden;
  margin-bottom: 10px;
  display: block;
  object-fit: cover;
}

.directions__grid[hidden] {
  display: none !important;
}

.result-card {
  width: 330px !important;
  height: auto !important;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
  padding: 185px 30px 30px 30px;
}

.result-card:hover {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.03);
}

.result-card__media {
  width: 100%;
  height: 128px;
  overflow: hidden;
  object-fit: cover;
  display: block;
  margin-bottom: 25px;
}

.result-card__desc h3 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 156%;
  color: #333;
}

.result-card__desc p {
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  color: #333;
}

.results__swiper {
  overflow: unset;
}

.results {
  overflow-x: hidden;
}

.title-arrows {
  display: flex;
  gap: 14px;
}

.title-arrow {
  background: 0 0;
  border-radius: 4px;
  border: 1px solid #e9e9e9;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
  width: 84px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}

.title-arrow:hover {
  background: #fff083;
}

.services-menu-sub-top-img {
  left: 0;
  width: 100%;
  border-radius: 0 0 50px 50px;
  background: #f7f7f4;
  padding: 45px 0;
}

.services-menu-sub-top-img__row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}

.services-menu-sub-top__item {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
  color: #333;
  transition: all 0.3s ease;
}

.services-menu-sub-top__item:hover {
  color: #f02d00;
}

.services-menu-sub-top__item img {
  display: block;
  border-radius: 10px;
  margin-bottom: 20px;
  width: 100%;
  height: 280px;
  overflow: hidden;
  object-fit: cover;
  border: 1px solid #f02d00;
}

.services-menu-sub-left-icon {
  left: 0;
  width: 100%;
  border-radius: 0 0 50px 50px;
  background: #f7f7f4;
  padding: 45px 0;
}

.services-menu-sub-left-icon__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 65px;
}

.services-menu-sub-left-icon__col {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.services-menu-sub-left-icon__item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.services-menu-sub-left-icon__item-icon {
  width: 36px;
  height: 36px;
}

.services-menu-sub-left-icon__title {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 163%;
  color: #000;
  transition: all 0.3s ease;
}

.services-menu-sub-left-icon__title:hover {
  color: #f02d00;
}

.services-menu-sub-left-icon__item-content {
  flex: 1;
}

.services-menu-sub-left-icon__item-content ul {
  list-style: none;
  padding-top: 5px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.services-menu-sub-left-icon__item-content ul:before {
  content: "";
  top: 0;
  left: 0;
  height: calc(100% - 14px);
  background: #d9d9d9;
  width: 1px;
  position: absolute;
}

.services-menu-sub-left-icon__item-content ul li {
  padding-left: 12px;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  color: #444;
  transition: all 0.3s ease;
  margin-bottom: 0;
}

.services-menu-sub-left-icon__item-content ul li:hover {
  color: #f02d00;
}

.services-menu-sub-left-icon__item-content ul li:before {
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 1px;
  background: #d9d9d9;
  position: absolute;
}

.cms__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}

.cms__item {
  border: 1px solid #edece8;
  border-radius: 8px;
  height: 80px;
  background: #f7f7f4;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 163%;
  color: #333;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0);
}

.cms__item p {
  margin: 0;
}

.cms__item:hover {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.06);
}

.cms__item img {
  width: 40px;
  height: 40px;
}

.cms__item p {
  flex: 1;
}

.we-offer__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.we-offer__item {
  padding: 40px 30px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.09);
  background: #f7f7f4;
  border-radius: 15px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.we-offer__item:hover {
    box-shadow: 0 30px 30px rgba(0, 0, 0, 0.04);
    transform: translateY(-5px);
}

.we-offer__item p:last-child {
  margin-bottom: 0;
}

.we-offer__item img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: block;
  margin-bottom: 40px;
}

.we-offer__item h3 {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  color: #c62900;
}

.we-offer__item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 156%;
  color: #4d4d4d;
}

.peculiarities__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.peculiarities__item {
  border-radius: 14px;
  background: #fff;
  padding: 30px;
}

.peculiarities__item ul {
  padding-left: 20px;
}

.peculiarities__item img {
  width: 180px;
  height: 180px;
  display: block;
  margin-bottom: 35px;
}

.peculiarities__item h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 142%;
  color: #333;
  margin-bottom: 15px;
}

.peculiarities__item p {
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: #333;
  margin-bottom: 15px;
}

.peculiarities__item *:last-child {
  margin-bottom: 0;
}

.service-sectors__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.service-sectors__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.service-sectors__item:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    transform: translateY(-5px);
}

.service-sectors__item h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 163%;
  color: #333;
}

.service-sectors__item-img {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  height: 130px;
}

.new-form {
  background-repeat: no-repeat;
  background-size: cover;
}

.new-form__block {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.12);
  background: #fff;
  border-radius: 20px;
  padding: 50px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.new-form__block:hover {
    box-shadow: 0 30px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-10px);
}

.new-form__title {
  text-align: center;
  margin-bottom: 30px;
}

.new-form__title h2 {
  margin-bottom: 0;
}

.new-form__title span {
  color: #c62900 !important;
}

.new-form__title p strong {
  font-weight: 500;
  font-size: 28px;
  line-height: 136%;
}

.new-form__form {
  max-width: 400px;
  margin: 0 auto;
}

.new-form__form input {
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  height: 60px;
}

.form-bottom {
  display: flex;
  gap: 10px;
}

.form-bottom .input-submit {
  flex: 1;
}

.form-bottom .file-block-modal {
  border: 1px solid #f02d00;
  border-radius: 6px;
  width: 60px;
  height: 60px;
  background: #f02d00;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.form-bottom .file-block-modal:hover {
  background: #34363a;
}

.form-bottom .input-submit input {
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  color: #fff;
}

@media (max-width: 1410px) {
  .container {
    padding: 0 15px;
    box-sizing: border-box;
  }

  .header-top__left {
    gap: 20px;
  }

  .header-top {
    gap: 20px;
  }

  .rate-modal-window {
    max-width: 1200px;
  }
}

@media (max-width: 1280px) {
  .header-top__row {
    gap: 15px;
  }

  .header-top__left {
    gap: 0;
  }

  .banner-white-stripe__prices {
    gap: 20px;
  }
  .banner-white-stripe__row {
    gap: 20px;
  }

  .footer-black__card--robot {
    display: none;
  }

  .footer-black__card--requisites {
    grid-column: 4 / 6;
    grid-row: 1;
  }

  .footer-black__card--phone {
    grid-column: 3 / 6;
  }
}

@media (max-width: 1265px) {
  .banner-s1__img {
    display: none;
  }

  .banner__img {
    display: none;
  }

  .banner__desc {
    max-width: 100%;
  }

  .banner-s3 .video-bg {
    display: none;
  }

  .rates-t5-item,
  .rates-t4-item,
  .rates-t3-item,
  .rates-t2-item,
  .rates-t1-item {
    width: calc(50% - 15px);
  }

  .tb2__img {
    max-width: 540px;
  }

  .about__img {
    max-width: 540px;
  }

  .banner-white-stripe__actions a {
    padding: 0 15px;
    font-size: 14px;
    line-height: 24px;
  }

  .banner-white-stripe__price p {
    font-size: 18px;
    line-height: 28px;
  }

  .banner-white-stripe__actions button {
    padding: 0 15px;
    font-size: 14px;
    line-height: 24px;
  }

  .header__address {
    display: none;
  }
}

.navbar {
  display: none;
}

.header-contacts-mob {
  display: none;
}

.requisites-card {
  margin: 0 auto;
  padding: 30px 60px 30px 40px;
  border-radius: 20px;
  border-left: 19px solid #B70406;
  box-shadow: 0 -2px 40px 0 rgba(0, 0, 0, 0.04);
  background: #fff;
}

.requisites-card__title {
  font-weight: 500;
  font-size: 26px;
  color: #212121;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 35px;
}

.requisites-card__row {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(240, 240, 240, 0.6);
  font-size: 17px;
}

.requisites-card__row:first-child {
  padding-top: 0;
}

.requisites-card__row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.requisites-card__label {
  color: #737373;
}

.requisites-card__value {
  color: #212121;
}

.requisites-card__value a {
  color: inherit;
  text-decoration: none;
}

.requisites-card__value a:hover {
  text-decoration: underline;
}

.title-page {
  margin-bottom: 50px;
}

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

  h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .advantages-p3-1-item,
  .advantages-p1-4-item,
  .advantages-p1-1-item,
  .advantages-p1-item {
    width: calc(33.333% - 20px);
  }

  .tb2__row {
    flex-direction: column;
    align-items: center;
  }

  .about__row {
    flex-direction: column;
    align-items: center;
  }

  .call-form-f4 .title h2 {
    font-size: 50px;
    line-height: 60px;
  }

  .tb1__row {
    flex-direction: column-reverse;
    align-items: center;
  }

  .tb1__row:nth-child(even) {
    flex-direction: column-reverse;
  }

  .call-form-f3__row {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }

  .call-form-f3__row .line {
    display: none;
  }

  .call-form-f3__desc {
    border-bottom: 1px solid #e8e8e8;
    max-width: 100%;
    padding: 35px;
    box-sizing: border-box;
  }

  .call-form-f3__form {
    padding: 35px;
    box-sizing: border-box;
    max-width: 100%;
  }

  .call-form-f3__desc br {
    display: none;
  }

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

  .directions__list {
    gap: 30px;
  }

  .directions-item {
    width: calc(33.333% - 20px);
  }

  .call-form__block {
    gap: 40px;
  }

  .call-form-info__bottom .line-btn p {
    font-size: 16px;
    line-height: 26px;
  }

  .call-form-info__bottom .line-btn a {
    font-size: 16px;
    line-height: 26px;
  }

  .cases .title h2 {
    font-size: 50px;
    line-height: 60px;
  }

  .call-form-f1__row {
    flex-direction: column;
    align-items: center;
  }

  .advantages-p3 .title h2 {
    font-size: 50px;
    line-height: 60px;
  }

  .bt1 .title h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .bt1 .title p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .bt1-tabs {
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    justify-content: flex-start;
  }

  .bt1-content__row {
    flex-direction: column-reverse;
    align-items: center;
  }

  .advantages-p1-item {
    width: calc(33.333% - 20px);
  }

  .advantages-p6__row {
    flex-direction: column;
    align-items: center;
  }

  .advantages-p6-block {
    max-width: 690px;
    width: 100%;
  }

  .header-top__row {
    margin-bottom: 0;
    border: none;
    padding: 0;
    height: 66px;
    align-items: center;
  }

  .header-top {
    z-index: 60;
    position: relative;
    padding-top: 0;
  }

  .header {
    background: #ffff;
    position: relative;
    padding: 0;
  }

  .header__top-menu {
    display: none;
  }

  .header-top__left {
    align-items: center;
    gap: 30px;
  }

  .header__bottom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 50;
    background: #fff;
    padding-top: 70px;
    box-sizing: border-box;
    display: none;
    overflow-y: auto;
  }

  .services-menu {
    flex-direction: column;
    gap: 0;
    box-sizing: border-box;
    padding: 14px 15px 0 15px;
  }

  .services-menu-item {
    width: 100%;
  }

  .services-menu-item__title {
    justify-content: space-between;
    z-index: 3;
    position: relative;
  }

  .services-menu-sub {
    position: relative;
    top: -4px;
  }

  .services-menu-sub__imgs {
    display: none;
  }

  .services-menu-sub__block .line {
    display: none;
  }

  .services-menu-sub__block {
    max-width: 100%;
    width: 100%;
    transform: translateY(0);
    box-sizing: border-box;
    padding: 23px 15px 19px 15px;
    height: auto;
    display: block;
    border-radius: 0 0 10px 10px;
    border: 1px solid #eaeaea;
    background: #f8f8f8;
  }

  .services-menu-sub__list {
    padding: 0;
    max-width: 100%;
  }

  .services-menu-item a {
    font-size: 18px;
    line-height: 28px;
  }

  .services-menu-item__title {
    box-sizing: border-box;
    padding: 11px 15px;
  }

  .services-menu-item.open .services-menu-item__title {
    background: #fff083;
    border-radius: 6px;
  }

  .menu-arrow {
    transform: rotate(-90deg);
  }

  .services-menu-item.open .services-menu-item__title a {
    color: #333;
  }

  .services-menu-item.open .services-menu-item__title .menu-arrow {
    transform: rotate(0deg);
  }

  .services-menu-sub-item {
    padding: 0;
    border: none;
    margin-bottom: 19px;
  }

  .services-menu-sub-item:last-child {
    margin-bottom: 0;
  }

  .services-menu-sub:before {
    display: none;
  }

  .services-menu-sub-item p {
    display: none;
  }

  .navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    border: none;
    outline: none;
    width: 25px;
    height: 20px;
  }

  .closeIcon {
    display: none;
  }

  .header-contacts-mob {
    display: block;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 14px;
    margin-top: 25px;
    border-top: 1px solid #f0f0f0;
  }

  .header-contacts-mob__phone a {
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
  }

  .header-contacts-mob__email a {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
  }

  .header-contacts-mob__email {
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .header-contacts-mob__address {
    font-size: 18px;
    line-height: 28px;
  }

  .cases-page__top {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }

  .cases-page__desc {
    width: 100%;
  }

  .contacts-page-item {
    width: calc(50% - 15px);
  }

  .rates-t4-2-item {
    width: calc(50% - 15px);
  }

  .seo__list {
    gap: 15px;
  }

  .seo__list ul {
    width: 100%;
  }

  .seo__list ul li:last-child {
    margin-bottom: 0;
  }

  .blog-page-tags {
    display: none;
  }

  .blog-page-question {
    display: none;
  }

  .blog-page-single__img {
    height: 400px;
  }

  .services-other-item {
    width: calc(50% - 15px);
  }

  .services__item {
    width: calc(50% - 15px);
  }

  .home-slider-pagination {
    height: 30px;
  }

  .home-slider-arrow {
    width: 30px;
    height: 30px;
  }

  .home-slider__nav {
    gap: 10px;
  }

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

  .directions__sidebar {
    max-width: 260px;
  }

  .services-menu-sub-top-img__row {
    grid-template-columns: repeat(3, 1fr);
  }

  .services-menu-sub-left-icon__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }

  .services-menu-sub-left-icon {
    position: relative;
    border-radius: 0 0 10px 10px;
    border: 1px solid #eaeaea;
    background: #f8f8f8;
    padding: 23px 15px 19px;
  }

  .services-menu-sub-left-icon .container {
    padding: 0;
  }

  .services-menu-sub-top-img {
    position: relative;
    border-radius: 0 0 10px 10px;
    border: 1px solid #eaeaea;
    background: #f8f8f8;
    padding: 23px 15px 19px;
  }

  .services-menu-sub-top-img .container {
    padding: 0;
  }

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

  .footer-black__grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-black__card--phone {
    grid-column: 1 / -1;
    grid-row: 3;
  }

  .footer-black__card--logo {
    grid-column: 1;
    grid-row: 1;
  }

  .footer-black__card--contacts {
    grid-column: 2;
    grid-row: 1;
  }

  .footer-black__card--messengers {
    grid-column: 1;
    grid-row: 2;
  }

  .footer-black__card--requisites {
    grid-column: 2;
    grid-row: 2;
  }

  .footer-black__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

.call-form-info__bottom-mob {
  display: none;
}

@media (max-width: 834px) {
  body {
    line-height: 26px;
    font-size: 16px;
  }

  h1 {
    font-size: 38px;
    line-height: 48px;
  }

  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  .services-other__section h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #0a1e32;
  }

  .title {
    margin-bottom: 40px;
  }

  .p-100 {
    padding: 40px 0;
  }

  .p-80 {
    padding: 40px 0;
  }

  .pt-100 {
    padding-top: 40px;
  }

  .pb-100 {
    padding-bottom: 40px;
  }

  .p-50 {
    padding: 20px 0;
  }

  .m-50 {
    margin: 20px 0;
  }

  .mt-50 {
    margin-top: 20px;
  }

  .mb-50 {
    margin-bottom: 20px;
  }

  .m-100 {
    margin: 40px 0;
  }

  .p-40 {
    padding: 20px 0;
  }

  .line-btn {
    margin-top: 30px;
    gap: 15px;
    flex-wrap: wrap;
  }

  .line-btn p {
    font-size: 16px;
    line-height: 26px;
  }

  .line-btn a span,
  .line-btn button span {
    font-size: 16px;
    line-height: 26px;
  }

  .banner-s4,
  .banner-s1,
  .banner-s3,
  .banner {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .banner-s4 .breadcrumb,
  .banner-s1 .breadcrumb,
  .banner-s3 .breadcrumb {
    padding-top: 0;
  }

  .banner__row-text {
    gap: 12px 25px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .banner-s1__advantages {
    display: block !important;
    width: 100% !important;
    max-width: 800px !important;
    position: relative;
    margin: 0 -15px;
  }

  .banner-s1__advantages .slick-list {
    padding: 0 20% 0 0 !important;
    box-sizing: border-box;
  }

  .banner-s1__advantages .slick-slide {
    box-sizing: border-box;
    padding: 0 15px;
  }

  .banner-s4__title {
    margin-top: 30px;
  }

  .banner-s4__title h1 {
    font-size: 54px;
    line-height: 70px;
    margin-bottom: 10px;
  }

  .breadcrumb {
    white-space: nowrap;
    overflow-x: scroll;
  }

  .banner-s4__list {
    margin-top: 45px;
  }

  .banner__row-text p {
    font-size: 16px;
    line-height: 26px;
  }

  .banner-s4__title p {
    font-size: 18px;
    line-height: 28px;
  }

  .banner-white-stripe-gb-2 .banner-white-stripe__row,
  .banner-white-stripe__row {
    height: auto;
    flex-direction: column;
    background: none;
    box-shadow: none;
    padding: 0;
    gap: 20px;
  }

  .banner-white-stripe,
  .banner-white-stripe-gb-4 {
    background: none;
    box-shadow: none;
    padding: 0;
    height: auto;
    margin-top: 20px;
  }

  .banner-white-stripe__prices {
    background: #fff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.01);
    box-sizing: border-box;
    padding: 23px 15px;
    border-radius: 7px;
    max-width: 100%;
    width: 100%;
    justify-content: center;
  }

  .banner-white-stripe-gb-4 .banner-white-stripe__prices {
    flex-direction: column;
    align-items: center;
    padding: 17px 0;
    gap: 0;
    text-align: center;
  }

  .banner-white-stripe-gb-4 .banner-white-stripe__price {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .banner-white-stripe__rate {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .banner-white-stripe-gb-4 .banner-white-stripe__row {
    gap: 20px;
  }

  .banner-white-stripe-gb-4 .btn {
    max-width: 100%;
  }

  .banner-white-stripe__actions {
    flex-direction: column;
    gap: 8px;
    max-width: 100%;
    width: 100%;
  }

  .banner-white-stripe__actions .line {
    display: none;
  }

  .banner-white-stripe__actions a {
    height: 60px;
    background: #c62900;
    color: #fff;
    border-radius: 7px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.03);
    padding: 0;
    font-size: 16px;
    line-height: 16px;
    max-width: 100%;
    width: 100%;
  }

  .banner-white-stripe__actions a:hover {
    background: #f02d00;
  }

  .banner-white-stripe__actions button {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.03);
    background: #fff083;
    border-radius: 7px;
    height: 60px;
    font-size: 16px;
    line-height: 16px;
    color: #333;
    max-width: 100%;
    width: 100%;
  }

  .banner-white-stripe__actions button:hover {
    background: #fff083;
    color: #333;
  }

  .banner-white-stripe__actions button:last-child {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.03);
    background: #34363a;
    border-radius: 7px;
    height: 60px;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    max-width: 100%;
    width: 100%;
  }

  .banner-white-stripe__actions button:last-child:hover {
    background: #34363a;
    color: #fff;
  }

  .advantages-p1-1__list {
    gap: 15px;
  }

  .advantages-p1-1-item {
    width: calc(50% - 8px);
    padding: 30px 25px;
  }

  .advantages-p1-1-item__name {
    line-height: 31px;
  }

  .rates-t5__list,
  .rates-t4__list,
  .rates-t3__list,
  .rates-t2__list,
  .rates-t1__list {
    flex-direction: column;
    align-items: center;
  }

  .rates-t5-item,
  .rates-t4-item,
  .rates-t3-item,
  .rates-t2-item,
  .rates-t1-item {
    max-width: 375px;
    width: 100%;
  }

  .rates-t5-item__img,
  .rates-t4-item__img,
  .rates-t3-item__img,
  .rates-t2-item__img,
  .rates-t1-item__img {
    height: 208px;
  }

  .rates-t5-item__top,
  .rates-t4-item__top,
  .rates-t3-item__top,
  .rates-t2-item__top,
  .rates-t1-item__top {
    padding: 25px 15px;
    padding-top: 40px;
  }

  .rates-t5-item__desc h3,
  .rates-t4-item__desc h3,
  .rates-t3-item__desc h3,
  .rates-t2-item__desc h3,
  .rates-t1-item__desc h3 {
    line-height: 34px;
  }

  .rates-t5-item__bottom-info,
  .rates-t4-item__bottom-info,
  .rates-t3-item__bottom-info,
  .rates-t2-item__bottom-info,
  .rates-t1-item__bottom-info {
    padding: 0 15px;
    height: 88px;
  }

  .rates-t5-item__buttons,
  .rates-t2-item__buttons {
    padding: 25px 15px;
  }

  .delimiter__icon {
    width: 30px;
    height: 30px;
  }

  .tb2__row {
    gap: 40px;
  }

  .tb2__desc {
    gap: 30px;
  }

  .tb2__desc h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .tb2__link a {
    font-size: 16px;
    line-height: 26px;
  }

  .tb2__img {
    height: 216px;
  }

  .advantages-p3-2__list {
    gap: 15px;
  }

  .advantages-p3-2-item {
    width: calc(50% - 8px);
    padding: 30px 25px;
  }

  .advantages-p3-2-item__name {
    line-height: 31px;
  }

  .call-form-f4 .title h2 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 20px;
  }

  .call-form-f4 .title p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .call-form-f4__desc p {
    font-size: 16px;
    line-height: 26px;
  }

  .tb1__row {
    gap: 40px;
  }

  .tb1__img {
    height: 321px;
  }

  .advantages-p7__list,
  .advantages-p3-1__list,
  .advantages-p1-4__list,
  .advantages-p1-2__list,
  .advantages-p1__list {
    gap: 15px;
  }

  .advantages-p7-item,
  .advantages-p3-1-item,
  .advantages-p1-4-item,
  .advantages-p1-2-item,
  .advantages-p1-item {
    width: calc(50% - 8px);
    padding: 30px 25px;
  }

  .advantages-p1-2-item__name {
    line-height: 31px;
  }

  .call-form-f3__desc {
    padding: 30px 15px;
    padding-bottom: 40px;
  }

  .call-form-f3__form {
    padding: 30px 15px;
    padding-top: 40px;
  }

  .call-form-f3__desc h2 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
  }

  .call-form-f3__form-title h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
  }

  .input-radio .wpcf7-list-item-label {
    box-sizing: border-box;
    padding: 0 15px;
    height: 60px;
    line-height: 30px;
    font-size: 15px;
  }

  .input-radio .wpcf7-radio {
    gap: 8px;
    border: none;
    padding: 0;
    margin-bottom: 20px;
  }

  .input-row {
    gap: 8px;
  }

  .call-form-f3__form .input-block {
    margin-bottom: 8px;
  }

  .call-form-f3 .container {
    padding: 0;
  }

  .ch1-item__title {
    padding-bottom: 17px;
  }

  .h3-question {
    font-size: 18px;
    line-height: 28px;
  }

  .ch1-item__content {
    padding-bottom: 17px;
  }

  .ch1-item__title svg {
    width: 20px;
    height: 20px;
  }

  .ch1-item__title i {
    width: 35px;
    height: 35px;
  }

  .ch1__list {
    gap: 17px;
  }

  .footer {
    margin-top: 40px;
  }

  .footer-services__row {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .banner-s1__row {
    display: block;
  }

  .directions__list {
    gap: 50px;
  }

  .directions-item {
    width: 100%;
  }

  .advantage {
    max-width: 100%;
    width: 100%;
  }

  .advantages__list {
    gap: 50px;
    justify-content: center;
  }

  .call-form__block {
    padding: 40px 15px;
  }

  .call-form__block .line {
    display: none;
  }

  .call-form__block {
    flex-direction: column;
  }

  .call-form .container {
    padding: 0;
  }

  .call-form-info__bottom {
    display: none;
  }

  .call-form-info__bottom-mob {
    display: block;
  }

  .call-form__form {
    max-width: 100%;
    width: 100%;
  }

  .call-form__block {
    gap: 20px;
  }

  .call-form-info__desc p:last-child {
    margin-bottom: 0;
  }

  .cases .title {
    margin-bottom: 40px;
  }

  .cases .title h2 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 20px;
  }

  .cases .title p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .project__logo,
  .project__desc {
    padding: 20px 4px;
  }

  .project {
    height: 150px;
  }

  .project:nth-child(5n + 5) {
    border-right: 1px solid #e9e9e9;
  }

  .project:nth-child(3n + 3) {
    border-right: none;
  }

  .project:nth-last-child(-n + 5) {
    border-bottom: 1px solid #e9e9e9;
  }

  .project:nth-last-child(-n + 3) {
    border-bottom: none;
  }

  .project {
    width: 33.333%;
  }

  .project__desc {
    font-size: 12px;
    line-height: 22px;
  }

  .about__row {
    gap: 40px;
  }

  .about__img {
    height: 320px;
  }

  .banner-s3__advantages {
    margin-top: 30px;
  }

  .banner-s3__advantages {
    display: block !important;
    width: 100% !important;
    max-width: 800px !important;
    position: relative;
    margin: 0 -15px;
  }

  .banner-s3__advantages .slick-list {
    padding: 0 20% 0 0 !important;
    box-sizing: border-box;
  }

  .banner-s3__advantages .slick-slide {
    box-sizing: border-box;
    padding: 0 15px;
  }

  .rates-t1__list {
    flex-direction: column;
    align-items: center;
  }

  .rates-t1-item {
    max-width: 375px;
    width: 100%;
  }

  .rates-t1-item__img {
    height: 208px;
  }

  .rates-t1-item__top {
    padding: 25px 15px;
    padding-top: 40px;
  }

  .rates-t1-item__desc h3 {
    line-height: 34px;
  }

  .rates-t1-item__bottom-info {
    padding: 0 15px;
    height: 88px;
  }

  .advantages-p3 .title h2 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 20px;
  }

  .advantages-p3 .title p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .advantages-p3 .title {
    margin-bottom: 40px;
  }

  .call-form-f1__img {
    height: 432px;
  }

  .call-form-f1__desc {
    gap: 30px;
  }

  .call-form-f1-bonuses p {
    font-size: 18px;
    line-height: 28px;
  }

  .call-form-f1-bonus__text {
    font-size: 16px;
    line-height: 26px;
  }

  .advantages-p3-item {
    max-width: 100%;
    width: 100%;
    padding: 40px 25px;
  }

  .advantages-p3__list {
    gap: 15px;
    justify-content: center;
  }

  .bt1 .title {
    margin-bottom: 40px;
  }

  .bt1-tabs {
    gap: 35px;
  }

  .bt1-tab {
    font-size: 16px;
    line-height: 26px;
    height: 63px;
  }

  .bt1-content__img {
    width: 130px;
    height: 130px;
  }

  .bt1-content__row {
    align-items: flex-start;
    gap: 30px;
  }

  .advantages-p4__list {
    gap: 15px;
    justify-content: center;
  }

  .advantages-p4-item {
    max-width: 450px;
    width: 100%;
    padding: 30px 20px;
  }

  .advantages-p4-item__icon {
    margin-bottom: 35px;
    height: 70px;
  }

  .call-form-f1__bonuses-row {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 30px;
  }

  .call-form-f1-bonus {
    width: 100%;
    padding: 30px 15px;
  }

  .call-form-f1-bonuses .btn {
    max-width: 100%;
  }

  .teams {
    padding-bottom: 110px;
  }

  .slider-arrow,
  .cases-slider .slider-arrow {
    bottom: -85px;
    top: auto;
  }

  .slider-arrow.arrow-next,
  .cases .slider-arrow.arrow-next {
    right: 38%;
  }

  .slider-arrow.arrow-prev,
  .cases .slider-arrow.arrow-prev {
    left: 38%;
  }

  .cases .line-btn {
    margin-top: 110px;
  }

  .advantages-p1-3__list {
    justify-content: center;
    gap: 15px;
  }

  .advantages-p1-3-item {
    max-width: 100%;
    width: 100%;
    padding: 30px 25px;
  }

  .advantages-p1-3-item__icon {
    width: 100px;
    height: 100px;
  }

  .advantages-p5-item {
    max-width: 100%;
    width: 100%;
  }

  .advantages-p6-block {
    padding: 40px 15px;
  }

  .advantages-p6-block__desc h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
  }

  .advantages-p6-block__desc img {
    margin-top: 30px;
    height: 238px;
  }

  .btn-yellow {
    font-size: 16px;
    line-height: 16px;
    height: 60px;
  }

  .rates-t4-item__list p {
    font-size: 15px;
    line-height: 25px;
  }

  .advantages-p5-item:last-child {
    padding-top: 0;
  }

  .advantages-p5-item:last-child:before {
    display: none;
  }

  .advantages-p5-1 {
    padding-bottom: 110px;
  }

  .banner-s4__list {
    flex-wrap: wrap;
    gap: 15px 0;
    border-radius: 0;
    border: none;
  }

  .banner-s4-item {
    width: 33.333%;
    flex: auto;
    height: 108px;
    border: 1px solid #d3d3d3;
  }

  .banner-s4-item img {
    width: 36px;
    height: 36px;
  }

  .banner-s4-item:first-child,
  .banner-s4-item:nth-child(4) {
    border-radius: 10px 0 0px 10px;
  }

  .banner-s4-item:nth-child(3),
  .banner-s4-item:nth-child(6) {
    border-radius: 0 10px 10px 0;
  }

  .banner-s4-item:nth-child(2),
  .banner-s4-item:nth-child(5) {
    border-right: none;
    border-left: none;
  }

  .banner-s4-item:last-child {
    border-right: 1px solid #d3d3d3;
  }

  .banner-s4-item__icon {
    padding-top: 10px;
  }

  .banner-s4-item__text {
    font-size: 14px;
  }

  .header__contacts .whatsapp,
  .header__contacts .telegram,
  .header__contacts .email {
    display: none;
  }

  .header__contacts .phone a {
    font-size: 0;
    display: flex;
    align-items: center;
  }

  .header__contacts .phone a svg {
    display: block;
  }

  .contacts-page-item {
    width: 100%;
  }

  .rates-t4-2-item {
    width: 100%;
  }

  .project-grid {
    width: calc(50% - 15px);
  }

  .cat-single {
    width: calc(50% - 15px);
  }

  .call-form__block .line-btn {
    justify-content: flex-start;
  }

  .directions-new-item {
    width: 100%;
  }

  .home-slider-arrow {
    width: 20px;
    height: 20px;
  }

  .home-slider__nav {
    bottom: 15px !important;
    gap: 5px;
  }

  .home-slider-pagination .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    border-radius: 4px;
  }

  .home-slider-pagination .swiper-pagination-bullet-active {
    height: 4px;
    width: 15px;
  }

  .home-slider-pagination {
    width: auto !important;
    height: auto;
    background: none;
  }

  .home-slider-arrow {
    display: none;
  }

  .directions__shell {
    flex-direction: column;
  }

  .directions__sidebar {
    max-width: 100%;
  }

  .services-menu-sub-top-img__row {
    grid-template-columns: repeat(2, 1fr);
  }

  .services-menu-sub-left-icon__row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

  .services-menu-sub-left-icon__col {
    gap: 30px;
  }

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

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

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

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


}

@media (max-width: 480px) {
  .advantages-p1-1-item {
    width: 100%;
  }

  .rates-t2 .container {
    padding: 0;
  }

  .rates-t2 .title {
    padding: 0 15px;
  }

  .advantages-p3-2-item {
    width: 100%;
  }
  .advantages-p7-item,
  .advantages-p3-1-item,
  .advantages-p1-4-item,
  .advantages-p1-2-item,
  .advantages-p1-item {
    width: 100%;
  }

  .advantages-p1-3-item {
    flex-direction: column;
    gap: 30px;
  }

  .advantages-p5-item {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }

  .full-btn {
    margin-top: 40px;
  }

  .input-radio .wpcf7-radio {
    overflow-x: auto;
    white-space: nowrap;
  }

  .input-row {
    flex-direction: column;
  }

  .form-bottom {
    flex-direction: column;
    gap: 10px;
  }

  .form-bottom__right {
    max-width: 100%;
  }

  .footer-service h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footer-service h3.active svg {
    transform: rotate(90deg);
  }

  .banner-white-stripe__price p {
    flex-direction: column;
    font-size: 15px;
    line-height: 25px;
    align-items: flex-start;
    gap: 5px;
  }

  .banner-white-stripe-gb-2 .banner-white-stripe__price p {
    flex-direction: row;
  }

  .banner-white-stripe__price {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.01);
    background: #fff;
    border-radius: 7px;
    box-sizing: border-box;
    padding: 20px 15px;
    flex: 1;
  }

  .banner-white-stripe__prices {
    gap: 8px;
    background: none;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
  }

  .banner-white-stripe .line {
    display: none;
  }

  .banner-white-stripe-gb-4 .banner-white-stripe__price {
    box-shadow: none;
    background: none;
    border-radius: 0;
    box-sizing: border-box;
    padding: 0;
    flex: auto;
  }

  .banner-white-stripe-gb-4 .banner-white-stripe__price p {
    display: block;
    font-size: 15px;
    line-height: 25px;
  }

  .banner-white-stripe-gb-4 .banner-white-stripe__price p span {
    font-size: 20px;
    line-height: 30px;
  }

  .banner-white-stripe-gb-4 .banner-white-stripe__prices {
    background: #fff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.01);
    box-sizing: border-box;
    padding: 23px 15px;
    border-radius: 7px;
    max-width: 100%;
    width: 100%;
  }

  .banner-white-stripe__rate {
    font-size: 16px;
    line-height: 26px;
  }

  .project {
    width: 50%;
  }

  .project:nth-last-child(-n + 5) {
    border-bottom: 1px solid #e9e9e9;
  }

  .project:last-child {
    border-bottom: none;
  }

  .project:nth-child(5n + 5) {
    border-right: none;
  }

  .project:nth-last-child(-n + 2) {
    border-bottom: none;
  }

  .project:nth-child(even) {
    border-right: none;
  }

  .project:nth-child(odd) {
    border-right: 1px solid #e9e9e9;
  }

  .slider-arrow.arrow-next,
  .cases .slider-arrow.arrow-next {
    right: 25%;
  }

  .slider-arrow.arrow-prev,
  .cases .slider-arrow.arrow-prev {
    left: 25%;
  }

  .cases-slide__block {
    padding: 40px 15px;
  }

  .cases-slide__row {
    flex-direction: column-reverse;
  }

  .cases-slide__result {
    margin-top: 40px;
  }

  .cases-slide-progress {
    flex-direction: column;
  }

  .cases-slide-progress__item {
    border-right: none;
    border-bottom: 1px solid #d3d3d3;
  }

  .cases-slide-progress__item:last-child {
    border-bottom: none;
  }

  .modal__window {
    padding: 30px 15px;
  }

  .modal__window h3 {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 8px;
    max-width: 370px;
    width: 100%;
  }

  .modal__window .input-row {
    gap: 8px;
    flex-direction: row;
  }

  .close-modal {
    top: 20px;
  }

  .modal__window .textarea-block {
    height: 100%;
  }

  .modal__window .textarea-block textarea {
    height: 100px;
  }

  .error-404,
  .thx {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .error-404__block h1,
  .thx__block h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }

  .error-404__block p,
  .thx__block p {
    font-size: 18px;
    line-height: 28px;
  }

  .thx__block .btn,
  .error-404__block .btn {
    max-width: 100%;
    margin-top: 35px;
    height: 60px;
  }

  .contacts-page__row {
    gap: 40px;
  }

  .contacts-page-item {
    padding-top: 20px;
  }

  .contacts-page-item p {
    font-size: 18px;
    line-height: 28px;
  }

  .contacts-page-item strong {
    font-size: 20px;
    line-height: 30px;
  }

  .table-mob {
    display: block;
  }

  .table-price table {
    display: none;
  }

  .table-mob-item-row {
    display: flex;
    gap: 40px;
  }

  .table-mob-item-row p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin-bottom: 15px;
  }

  .table-mob-item-row p:first-child {
    max-width: 120px;
    width: 100%;
    font-weight: 600;
  }

  .table-mob-item {
    box-sizing: border-box;
    border-bottom: 1px solid #ededed;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }

  .bottom-btn {
    margin-top: 30px;
  }

  .btn-red {
    height: 60px;
    font-size: 16px;
    line-height: 26px;
    max-width: 100%;
    width: 100%;
  }

  .project-grid {
    width: 100%;
  }

  .white-text-block {
    font-size: 16px;
    line-height: 26px;
    padding: 25px 15px;
  }

  .white-text-block br {
    display: none;
  }

  .white-text-block strong {
    font-size: 16px;
    line-height: 26px;
  }

  .gray-text-block {
    flex-direction: column;
    padding: 25px 15px;
    gap: 15px;
    margin-top: 30px;
  }

  .gray-text-block-img {
    padding: 0 15px 25px;
  }

  .gray-text-block .p-img {
    max-width: 34px;
    min-width: 34px;
    margin-top: -20px;
    position: relative;
  }

  .cat-single {
    width: 100%;
  }

  .blog-page-single__img {
    height: 200px;
  }

  .blog-page-single {
    padding: 15px;
  }

  .services-other-item {
    width: 100%;
  }

  .home-slider-arrow {
    display: none;
  }

  .services__item {
    width: 100%;
  }

  .services__section-decor {
    display: none;
  }

  .directions__shell {
    padding: 10px;
  }

  .directions__panel {
    padding: 10px;
  }

  .directions__card {
    padding: 10px;
  }

  .directions__card-img {
    height: 100px;
  }

  .directions__sidebar {
    padding: 10px 15px;
  }

  .directions__menu-btn {
    padding: 10px 5px;
  }

  .results {
    position: relative;
    padding-bottom: 100px;
  }

  .title-arrows {
    position: absolute;
    bottom: 0;
    justify-content: center;
    width: 100%;
    left: 0;
  }

  .services-menu-sub-top-img__row {
    grid-template-columns: repeat(1, 1fr);
  }

  .cms__item {
    padding: 10px;
  }

  .we-offer__item {
    padding: 20px;
  }

  .we-offer__item img {
    margin-bottom: 30px;
  }

  .we-offer__item h3 {
    font-size: 25px;
  }

  .we-offer__item p {
    font-size: 16px;
  }

  .we-offer__list {
    gap: 15px;
  }

  .ch2 .ch1-item {
    padding: 10px 15px;
  }

  .ch2 .h3-question {
    font-size: 18px;
    line-height: 150%;
  }

  .peculiarities__list {
    gap: 15px;
  }

  .peculiarities__item {
    padding: 20px;
  }

  .peculiarities__item img {
    margin-bottom: 20px;
  }

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

  .service-sectors__item {
    gap: 20px;
  }

  .new-form__block {
    padding: 20px;
  }

  .new-form__block .form-bottom {
    flex-direction: column-reverse;
  }

  .form-bottom .input-submit {
    width: 100%;
  }
}

/* СЛОВАРЬ */

.page-template-marketer-dictionary {
  background: #f8f8f8;
}

.dictionary-hero {
  background: #fff;
  padding-bottom: 30px;
  border-radius: 0 0 50px 50px;
  border-top: 1px solid #ebebe3;
}

.dictionary-hero__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
}

.dictionary-hero__content {
  max-width: 570px;
  width: 100%;
}

.dictionary-hero__title {
  max-width: 460px;
  width: 100%;
  color: #333;
}

.dictionary-hero__title h1 {
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 10px;
}

.dictionary-hero__img {
  max-width: 615px;
  width: 100%;
}

.dictionary-hero__search {
  margin-top: 50px;
}

.dictionary-hero__search form {
  position: relative;
}

.dictionary-hero__search .search-field {
  width: 100%;
  border: 1px solid #c3c3c3;
  border-radius: 8px;
  height: 70px;
  padding-left: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  font-family: "Roboto", sans-serif;
}

.dictionary-hero__search .search-field::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: #777;
  font-family: "Roboto", sans-serif;
}

.dictionary-hero__search .search-submit {
  background: #34363a;
  border-radius: 8px;
  width: 130px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 500;
  font-size: 14px;
  line-height: 171%;
  color: #fff;
  font-family: "Roboto", sans-serif;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dictionary-hero__search .search-submit:hover {
  background: #f02d00;
}

.dictionary-nav {
  position: relative;
  margin-top: -50px;
}

.dictionary-nav__list {
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  padding: 20px 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dictionary-nav__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  font-weight: 600;
  font-size: 18px;
  line-height: 156%;
  text-transform: uppercase;
  color: #333;
  transition: all 0.3s ease;
}

.dictionary-nav__item:hover {
  background: #b70406;
  color: #fff;
}

.dictionary {
  padding: 80px 0;
}

.dictionary__item {
  padding-top: 70px;
}

.dictionary__item:first-child {
  padding-top: 0;
}

.dictionary__item-title {
  display: flex;
  align-items: center;
  gap: 40px;
  font-weight: 600;
  font-size: 50px;
  line-height: 120%;
  text-transform: uppercase;
  color: #333;
}

.dictionary__item-title span {
  display: flex;
  align-items: center;
  width: 60px;
}

.dictionary__item-title::after {
  content: "";
  flex: 1;
  background: #d9d9d9;
  height: 1px;
}

.dictionary__item-list {
  padding-top: 20px;
}

.dictionary__item-list ul {
  list-style: none;
  margin: 0;
  column-count: 3;
}

.dictionary__item-list ul li {
  margin-bottom: 20px;
  color: #333;
}

.dictionary__item-list ul li a {
  color: #333;
  transition: all 0.3s ease;
}

.dictionary__item-list ul li a:hover {
  color: #076aff;
}

.dictionary__item-list ul li:last-child {
  margin-bottom: 0;
}

/* СТРАНИЦА ПОИСКА */

.search-page {
  padding: 80px 0;
}

.search-page__title {
  margin-bottom: 50px;
}

.search-page__title h1 {
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
}

.search-page__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.search-card {
  padding: 30px;
  border-radius: 8px;
  background-color: #fff;
  transition: all 0.3s ease;
  box-shadow:
    0 0 2px rgba(55, 56, 60, 0),
    0 4px 10px rgba(55, 56, 60, 0);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.search-card:hover {
  box-shadow:
    0 0 2px rgba(55, 56, 60, 0.48),
    0 4px 10px rgba(55, 56, 60, 0.16);
}

.search-card h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #333;
  margin-bottom: 15px;
}

.search-card span {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #f02d00;
}

/* СТРА ЗАПИСИ НОВАЯ*/

.article__title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.article__title h1 {
  font-weight: 700;
  font-size: 50px;
  line-height: 120%;
  margin-bottom: 25px;
}

.article__title ul {
  display: flex;
  align-items: center;
  gap: 60px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.article__title li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 163%;
  color: #666;
  margin: 0;
  padding: 0;
}

.article__title li i {
  display: flex;
  align-items: center;
  justify-content: center;
}

.article__row {
  gap: 80px;
  display: flex;
  align-items: flex-start;
  padding-top: 40px;
}

.article-nav {
  max-width: 240px;
  width: 100%;
  position: sticky;
  top: 20px;
  left: 0;
}

.article-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}

.article-nav ul::before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 1px;
  height: 100%;
  background: #e8e8e8;
}

.article-nav li {
  margin: 0;
  padding: 0;
  padding-left: 10px;
  position: relative;
  font-size: 14px;
  line-height: 171%;
  color: #666;
}

.article-nav li a {
  color: inherit;
}

.article-nav li::before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 1px;
  height: 100%;
  background: transparent;
}

.article-nav li.active::before {
  background: #b70406;
}

.article-nav li.active {
  color: #000;
}

.empty-block {
  max-width: 240px;
  width: 100%;
}

.article-author {
  width: 100%;
  position: absolute;
  left: calc(100% + 80px);
  max-width: 216px;
  width: 100%;
  top: 0;
}

.article_blockquote--author {
  top: 38px;
}

.article-author__avatar {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}

.article-author__info {
  font-size: 14px;
  line-height: 171%;
  color: #222;
}

.article-author__info p {
  font-size: 14px;
  line-height: 171%;
  color: #666;
  margin-bottom: 0;
}

.article-author__name {
  font-size: 16px;
  line-height: 163%;
  color: #222;
  margin-bottom: 10px;
}

.article-author__role {
  margin-bottom: 10px;
}

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

.article__content {
  flex: 1;
  min-width: 0;
}

.article__content {
  font-size: 18px;
  line-height: 156%;
  color: #555;
}

.article__content p:last-child {
  margin-bottom: 0;
}

.article__content h2 {
  margin-top: 50px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 36px;
  line-height: 128%;
  color: #333;
}

.article__content h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 26px;
  line-height: 138%;
  color: #333;
}

.article__content ul,
.article__content ol {
  padding-left: 20px;
  margin-bottom: 20px;
}

.article__content ul:last-child,
.article__content ol:last-child {
  margin-bottom: 0;
}

.article__content ul li::marker,
.article__content ol li::marker {
  color: #b70406;
}

.article__content strong {
  font-weight: 600;
}

.article-summary {
  margin-bottom: 20px !important;
  background: #ececec;
  border-radius: 15px;
  padding: 30px;
}

.single-author-summer {
  position: relative;
}

.article__content figure {
  margin-bottom: 20px;
}

.article__content a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #076aff;
}

.article__content a:hover {
  color: #f02d00;
}

.article__content li {
  margin-bottom: 15px;
}

.article__content li:last-child {
  margin-bottom: 0;
}

.single-table {
  border: 1px solid #ededed;
  border-radius: 14px;
  overflow-x: auto;
}

.single-table table {
  width: 100% !important;
  min-width: 600px;
  border-collapse: collapse !important;
  border: hidden;
}

.single-table td {
  border: 1px solid #ededed !important;
  padding: 20px 30px !important;
  font-size: 16px !important;
  line-height: 163% !important;
  color: #444 !important;
  vertical-align: top;
}

.single-table tr:first-child td {
  padding: 15px 30px !important;
}

.single-table strong {
  color: #000 !important;
  font-weight: 500;
}

.article_blockquote {
  margin-top: 50px;
  position: relative;
}

.article_blockquote--blockquote {
  background: #fdfcf8;
  border-radius: 15px;
  padding: 20px 30px;
  font-style: italic;
  font-size: 18px;
  line-height: 156%;
  color: #333;
}

.article_blockquote--quotation {
  display: flex;
}

.quotation--top {
  justify-content: flex-start;
  margin-bottom: 20px;
}

.quotation--bottom {
  justify-content: flex-end;
  margin-top: 20px;
}

.article_blockquote--title {
  position: relative;
  z-index: -1;
  background: #1766f1;
  border-radius: 15px 15px 0 0;
  max-width: 292px;
  width: 100%;
  height: 73px;
  margin-bottom: -30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 163%;
  color: #fff;
  text-align: center;
  padding: 10px 15px;
}

.article__ch2 {
  margin-top: 50px;
}

.article__ch2 .title {
  margin-bottom: 30px;
}

.article__ch2 .title h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 36px;
  line-height: 128%;
  color: #333;
}

.article__ch2 .h3-question {
  font-size: 18px;
  line-height: 156%;
  color: #333;
  font-weight: 400;
}

.article__otrhe-theme {
  padding: 100px 0;
}

.article__otrhe-theme h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 128%;
  color: #333;
  margin-bottom: 20px;
}

.article__otrhe-theme ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.article__otrhe-theme a {
  font-size: 18px;
  line-height: 156%;
  color: #555;
}

.article__otrhe-theme a:hover {
  color: #f02d00;
}

.article__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.article__bottom h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 128%;
  color: #333;
  margin-bottom: 0;
}

.article__bottom ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.article__bottom li {
  margin: 0;
}

.article__bottom a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d5d5d5;
  border-radius: 10px;
  width: 80px;
  height: 80px;
  transition: all 0.3s ease;
}

.article__bottom a:hover {
  transform: scale(1.2);
}

.article__code {
  background: #f0f2f5;
  border-radius: 15px;
  padding: 25px 30px;
}

.article__code h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #000;
}

li .article__code {
  margin-top: 20px;
}

li:has(.article__code) {
  margin-bottom: 30px;
}

.article__code pre {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.article__tb-border-item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dcdfe5;
}

.article__tb-border-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

@media (max-width: 1024px) {
  .article-nav {
    display: none;
  }

  .empty-block {
    display: none;
  }

  .article-author {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .article_blockquote--author {
    margin-bottom: 30px;
  }

  .dictionary-nav {
    display: none;
  }

  .dictionary__item-list ul {
    column-count: 2;
  }

  .dictionary-hero__row {
    flex-direction: column-reverse;
    align-items: center;
    gap: 0;
  }

  .dictionary-hero__content {
    max-width: 100%;
  }

  .dictionary-hero__title {
    max-width: 100%;
  }

  .dictionary-hero {
    padding-bottom: 40px;
    border-radius: 0 0 20px 20px;
  }
}

@media (max-width: 834px) {
  .article__title h1 {
    font-size: 38px;
    line-height: 126%;
  }

  .article__bottom {
    flex-direction: column;
  }

  .breadcrumb {
    padding-top: 15px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }

  .article__content h2 {
    font-size: 24px;
    line-height: 142%;
  }

  .article__content h3 {
    font-size: 20px;
    line-height: 150%;
  }

  .article__content {
    font-size: 16px;
    line-height: 163%;
  }

  .article__otrhe-theme h2 {
    font-size: 24px;
    line-height: 142%;
    margin-bottom: 20px;
  }

  .article__otrhe-theme a {
    font-size: 16px;
    line-height: 163%;
  }

  .article__bottom h3 {
    text-align: center;
    font-size: 24px;
    line-height: 142%;
  }

  .dictionary-hero__title h1 {
    font-size: 38px;
    line-height: 126%;
  }

  .dictionary-hero__search .search-submit {
    width: 90px;
  }

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

  .search-page__title h1 {
    font-size: 38px;
    line-height: 48px;
  }

  .dictionary-hero__search {
    margin-top: 30px;
  }

  .search-results .dictionary-hero__search {
    margin-top: 0;
  }
}

.article-table-scroll {
  display: none;
}

@media (max-width: 550px) {
  .article__title {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 0;
    border-bottom: none;
  }

  .article__title ul {
    gap: 30px;
    margin-bottom: 20px;
  }

  .article__title h1 {
    margin-bottom: 0;
  }

  .article-summary {
    padding: 20px;
  }

  .article-table-scroll {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    text-align: center;
  }

  .article_blockquote--blockquote {
    padding: 20px;
    font-size: 16px;
    line-height: 163%;
  }

  .article__ch2 .h3-question {
    font-size: 14px;
    line-height: 171%;
  }

  .article__ch2 .ch1-item__content {
    font-size: 12px;
    line-height: 150%;
  }

  .article__ch2 .title h2 {
    font-size: 24px;
    line-height: 142%;
    text-align: center;
    font-weight: 600;
  }

  .article__otrhe-theme {
    padding: 50px 0;
  }

  .article__ch2 .title {
    margin-bottom: 20px;
  }

  .dictionary {
    padding: 30px 0;
  }

  .dictionary__item-list ul {
    column-count: 1;
  }

  .dictionary__item-title {
    font-size: 30px;
    line-height: 133%;
    gap: 20px
  }

  .dictionary__item-title span  {
    width: 22px;
  }

  .dictionary__item {
    padding-top: 50px;
  }

  .search-page__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .search-page__title {
    margin-bottom: 30px;
  }

  .search-page {
    padding: 40px 0;
  }

  .search-card {
    padding: 20px;
  }

  .footer-services {
    border-radius: 20px;
    padding: 50px 0;
    margin-bottom: -30px;
  }

  .footer-services__row {
    gap: 30px 8px;
  }

  .footer-service-title {
    font-size: 14px;
  }

  .footer-service ul li a {
    font-size: 14px;
  }

  .footer-black {
    border-radius: 0 0 20px 20px;
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .footer-black__grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .footer-black__card--phone {
    font-size: 26px;
  }

  .requisites-card {
    padding: 25px 15px;
    border-radius: 16px;
    border-width: 8px;
  }

  .requisites-card__title {
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: 600;
  }

  .requisites-card__row {
    grid-template-columns: 1fr;
    gap: 0;
    font-size: 12px;
    padding: 12px 0;
  }

  .requisites-card__value {
    font-size: 14px;
    font-weight: 600;
  }
}

/* Article tables: keep header and cell text at the same size. */
.single-table th,
.single-table td {
  font-size: 16px !important;
}

/* Standalone code blocks need space before the following list item. */
.article__content > .article__code {
  margin-bottom: 30px;
}
