@charset "UTF-8";
/*!
Theme Name: Theme
Theme URI: #
Author: Grampus Studio
Author URI: https://grampus-studio.ru/
Description: Description
Version: 2.6.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/********** volma: fonts ***************************************************************************************************************/
@font-face {
  font-family: Manrope;
  src: url(font/Manrope-Regular.ttf);
}
@font-face {
  font-family: Manrope-Semibold;
  src: url(font/Manrope-Semibold.ttf);
}
@font-face {
  font-family: Manrope-Medium;
  src: url(font/Manrope-Medium.ttf);
}
@font-face {
  font-family: Manrope-Bold;
  src: url(font/Manrope-Bold.ttf);
}
/******* ****************/
@media (max-width: 1439px) {
  .container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }

  footer .footer-item.footer-item-1 {
    width: 370px;
  }
}
* {
  margin: 0;
  padding: 0;
  font-family: Manrope, sans-serif;
  font-weight: 400;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  margin-top: 0px !important;
}

body {
  font-family: Manrope;
  background: #f5f5f5;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
  color: #1f1f1f;
}

.container h2 {
  font-family: Manrope-Semibold;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
  color: #1f1f1f;
  margin: 25px 0;
}

.mob-header {
  display: none;
}

.top-header {
  background: #fff;
  border-radius: 20px;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.top-header .block-logo {
  width: 420px;
}

.top-header .block-address,
.top-header .block-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  color: #7b7b7b;
  /*align-items: center;*/
}

.top-header .block-address span,
.top-header .block-phone span {
  font-family: Manrope-Medium;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: #1f1f1f;
  margin-bottom: 5px;
  display: block;
}

.top-header .block-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*align-items: center;*/
}

.top-header .block-address img,
.top-header .block-phone img {
  margin-right: 10px;
}

.top-header .block-callback button {
  width: 210px;
  height: 61px;
  background: #074040;
  border-radius: 50px;
  color: #fff;
  font-family: Manrope-Medium;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
}

.bottom-header {
  background: #fff;
  border-radius: 20px;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
}

.bottom-header > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}

.bottom-header li {
  position: relative;
  padding: 10px 15px;
}

.bottom-header .menu li.parent img {
  opacity: 0;
}

.bottom-header .menu li.parent:hover {
  background: #E6F4F4;
  border-radius: 10px;
}

.bottom-header .menu li.parent:hover img {
  opacity: 1;
}

.bottom-header li .sub-menu-wrapper {
  display: none;
  position: absolute;
  top: 40px;
  left: -10px;
  background: none;
  z-index: 9;
  width: 325px;
  min-height: 374px;
  padding: 20px 0 0;
}

.bottom-header li ul.sub-menu {
  background: #fff;
  border-radius: 20px;
  color: #2F2F2F;
  line-height: 1.2;
  font-size: 16px;
  list-style: none;
  padding: 15px 15px 5px 15px;
}

.bottom-header li:hover,
.bottom-header a:hover {
  color: #074040;
}

.bottom-header li:hover .sub-menu-wrapper {
  display: block;
}

.bottom-header li ul.sub-menu > li {
  margin-bottom: 10px;
  padding: 0px;
}

.container h1:not(.page-title) {
  font-family: Manrope-Semibold;
  font-size: 45px;
  line-height: 1.2;
  font-weight: 600;
  color: #1F1F1F;
  margin-bottom: 30px;
}

.main-banner-block {
  background: url(/wp-content/uploads/2025/09/main-banner-bg2.png) 50% 50% no-repeat;
  width: 100%;
  height: 475px;
  border-radius: 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px;
}

.main-banner-left {
  max-width: 60%;
}

.main-banner-left ul {
  margin-bottom: 30px;
  list-style: none;
}

.main-banner-left li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 1.4;
  color: #1F1F1F;
  margin-bottom: 10px;
}

.main-banner-left li img {
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-right: 10px;
}

.main-banner-block .button-mob {
  display: none;
}

.main-banner-block button {
  width: 252px;
  height: 61px;
  border-radius: 50px;
  background: #074040;
  font-family: Manrope-Medium;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
}

.main-banner-center {
  position: absolute;
  width: 409px;
  height: 475px;
  top: 0;
  right: 310px;
  z-index: 10;
}

.main-banner-right {
  position: absolute;
  width: 309px;
  height: auto;
  bottom: 60px;
  right: 60px;
  z-index: 5;
}

.main-banner-right .price {
  width: 309px;
  height: 91px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #074040;
  background: #E6F4F4;
  border-radius: 15px;
  border: 1px dashed #074040;
  margin-top: 15px;
}

.main-banner-right .price img {
  margin-right: 10px;
}

.main-banner-right .info span {
  display: block;
  font-family: Manrope-Bold;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  color: #074040;
}

.advantage-block {
  margin: 50px 0;
}

.advantage-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.advantage-block li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32%;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
  color: #7B7B7B;
  background: #fff;
  border-radius: 20px;
  padding: 22px 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.advantage-block img {
  margin-right: 25px;
}

.advantage-block h5 {
  font-family: Manrope-Semibold;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  color: #074040;
  margin-bottom: 5px;
}

@media (max-width: 1400px) {
  .advantage-block h5 {
    font-size: 15px;
  }
}
.tariffs-block table {
  width: 100%;
  background: none;
}

.tariffs-block table tr {
  border-radius: 15px;
}

.tariffs-block table tbody tr:nth-child(odd) {
  background: #fff;
}

.tariffs-block table td {
  padding: 15px 25px;
  text-align: center;
}

.tariffs-block table tr td:first-child {
  text-align: left;
}

.tariffs-block table td img {
  width: 24px;
  height: 24px;
}

.tariffs-block table th {
  font-family: Manrope-Semibold;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  color: #074040;
  padding-bottom: 30px;
}

.tariffs-block table th:first-child {
  font-family: Manrope-Semibold;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
  color: #1F1F1F;
  padding: 0 0 30px 0;
  text-align: left;
}

.tariffs-block table tfoot td {
  font-family: Manrope-Semibold;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 600;
  color: #074040;
  padding: 15px 10px;
}

@media (max-width: 1400px) {
  .tariffs-block table tfoot td {
    font-size: 21px;
  }
}
.tariffs-block table tfoot td span {
  font-size: 18px;
}

.tariffs-block button {
  font-size: 15px;
  line-height: 1.3;
  width: 210px;
  height: 61px;
  background: #074040;
  color: #fff;
  border-radius: 50px;
}

.tariffs-block button:hover {
  background: #333333;
  color: #fff;
}

.tariffs-block-mob {
  display: none;
}

.services-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.services-block .service-item {
  width: 24%;
  height: 222px;
  background: #fff;
  border-radius: 20px;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}

.services-block .service-item .info h5 {
  margin-bottom: 10px;
}

.services-block-wrapper .services-block .service-item:hover,
.cooperation-block .services-block .service-item:hover {
  background: #333333;
}

.services-block-wrapper .services-block .service-item:hover h5,
.cooperation-block .services-block .service-item:hover h5 {
  color: #fff;
}

.services-block-wrapper .services-block .service-item:hover .info,
.cooperation-block .services-block .service-item:hover .info {
  color: #fff;
}

.services-block .service-item img {
  margin-bottom: 20px;
}

.services-block .service-item.service-item-8 {
  background: #074040;
  padding: 25px 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.services-block .service-item-8 .title {
  color: #99BCBC;
  margin-bottom: 25px;
}

.services-block .service-item-8 .title span {
  display: block;
  font-family: Manrope-Semibold;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}

.services-block .service-item-8 button {
  width: 100%;
  height: 61px;
  background: #E6F4F4;
  border-radius: 50px;
  font-family: Manrope-Medium;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  color: #074040;
}

.services-block-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.services-block-info .service-item-mob {
  display: none;
}

.services-block-info .service-item {
  width: 49%;
  height: auto;
  background: none;
  border-radius: 30px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 50px;
}

.services-block-info h3 {
  font-family: Manrope-Semibold;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
  color: #1f1f1f;
  margin-bottom: 10px;
}

.services-block-info ul {
  list-style: none;
  margin: 15px 0;
}

.services-block-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.3;
}

.services-block-info li.title {
  margin-bottom: 10px;
  font-family: Manrope-Semibold;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  color: #1F1F1F;
}

.services-block-info li img {
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-right: 5px;
}

.services-block-info .result {
  font-family: Manrope-Semibold;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  color: #074040;
}

.services-block-info .image img {
  max-width: 100%;
}

.services-block-info .order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

.services-block-info .order button {
  font-family: Manrope-Medium;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  width: 194px;
  height: 61px;
  background: #074040;
  border-radius: 50px;
  margin-right: 30px;
}

.services-block-info .order h4 {
  font-family: Manrope-Semibold;
  color: #074040;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  white-space: nowrap;
}

.services-block-info .order .price {
  color: #074040;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
}

.services-block h5 {
  font-family: Manrope-Semibold;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  color: #2F2F2F;
}

.form-block .form-wrapper .wpcf7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-wrapper .wpcf7-form {
  width: calc(100% - 362px);
  height: auto;
  background: url(/wp-content/uploads/2025/09/figure1.png) #074040 100% 100% no-repeat;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 50px;
}

@media (min-width: 1200px) {
  .form-wrapper .wpcf7-form {
    min-height: 475px;
  }
}
@media (max-width: 767px) {
  .form-wrapper .wpcf7-form {
    width: 100%;
  }
}
.form-block-1 h3 {
  font-family: Manrope-Semibold;
  color: #fff;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 20px;
}

.form-block-1 .comment {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
}

.form-block-1 .info {
  color: #fff;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}

.form-block-1 .info span {
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.strelka {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='%23074040' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.64062 10L16.3594 10M16.3594 10L11.9648 14.6875M16.3594 10L11.9648 5.3125' stroke='%23074040' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 21px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.form-block-1 button,
.wpcf7-submit {
  width: 245px;
  height: 56px;
  background: #E6F4F4;
  border-radius: 50px;
  margin-top: 30px;
  color: #074040;
  font-size: 15px;
  border: 0;
  cursor: pointer;
}
.form-block-1 button:hover,
.wpcf7-submit:hover {
  background: #333333;
  color: #fff;
}
.form-block-1 button:hover .strelka,
.wpcf7-submit:hover .strelka {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.64062 10L16.3594 10M16.3594 10L11.9648 14.6875M16.3594 10L11.9648 5.3125' stroke='%23fff' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.form-block-1 button.prev .strelka {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.form-block-1 button svg {
  vertical-align: middle;
}

.wpcf7-not-valid-tip {
  margin-bottom: 20px;
}

.form-block-1 .form-input .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 10px;
}

.form-block-1 .form-input img {
  margin-right: 15px;
}

.form_radio_btn {
  display: inline-block;
}

.form_radio_btn input[type=radio] {
  display: none;
}

.form-block-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 15px;
}

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

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

.form-control {
  display: block;
  width: 100%;
  border: 0;
  padding: 0px 20px 0 30px;
  line-height: 56px;
  border-radius: 56px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  background: #E6F4F4;
  width: calc(50% - 20px);
}

.invalid .form-control.wpcf7-validates-as-required {
  border: 1px solid #FF0000;
}

@media (max-width: 767px) {
  .form-control {
    width: 100%;
  }
}
.form_radio_btn label {
  display: inline-block;
  width: auto;
  height: auto;
  cursor: pointer;
  padding: 0px 20px 0 50px;
  line-height: 56px;
  border-radius: 50px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  background: #E6F4F4;
}

.form_radio_btn input[type=radio]:checked + label {
  background: #359D9D;
}

.form_radio_btn label::before {
  content: "";
  background-image: url("/wp-content/uploads/2025/09/icons/circle1.svg");
  background-size: cover;
  position: absolute;
  top: 18px;
  left: 20px;
  width: 20px;
  height: 20px;
}

.form_radio_btn input[type=radio]:checked + label::before {
  background-image: url("/wp-content/uploads/2025/09/icons/circle2.svg");
}

.form-block-img-wrap {
  width: 332px;
}

.form-block-img {
  position: relative;
  height: 100%;
  background: url(/wp-content/uploads/2025/09/figure2.png) #074040 0% 100% no-repeat;
  border-radius: 20px;
}

.form-block-img img {
  max-width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
}

.form-block-img img.online {
  position: absolute;
  top: 23px;
  left: 23px;
  width: 96px;
  height: 37px;
}

.form-block-img img .form-block-img .fio {
  position: absolute;
  bottom: 23px;
  left: 23px;
  width: 286px;
  height: 76px;
  background: #E6F4F4;
  border-radius: 10px;
  padding: 15px 10px 15px 25px;
  text-align: left;
  color: #467272;
}

.form-block-img-wrap .fio {
  margin-top: 5px;
}

.form-block-img-wrap .fio span {
  display: block;
  font-family: Manrope-Semibold;
  color: #074040;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 5px;
}

.advantage2-block .services-block .service-item {
  width: 19%;
  height: 274px;
  background: #fff;
  border-radius: 20px;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}

.company-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*align-items: center;*/
  padding: 30px;
  background: #fff;
  border-radius: 30px;
}

.company-block-left {
  width: 60%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
}

.company-block-left .text {
  margin-bottom: 25px;
}

.company-advantage {
  margin-bottom: 30px;
  list-style: none;
}

.company-advantage li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.company-advantage li.title {
  font-family: Manrope-Semibold;
  color: #1F1F1F;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
}

.company-advantage li img {
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-right: 10px;
}

.company-advantage h5 {
  font-family: Manrope-Bold;
  color: #1F1F1F;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}

.company-block h2 {
  margin-top: 10px;
}

.company-block-left .text2 {
  background: #E6F4F4;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 35px;
}

.company-block-left .text2 h4 {
  font-family: Manrope-Semibold;
  color: #074040;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 15px;
}

.company-block-left .text3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.company-block-left .text3-item {
  background: #E6F4F4;
  border-radius: 20px;
  padding: 25px 10px;
  width: 32%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.company-block-left .text3-item span {
  display: block;
  font-family: Manrope-Semibold;
  color: #074040;
  font-size: 45px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}

.company-block-right {
  width: 40%;
}

.company-block-right img {
  max-width: 100%;
  height: auto;
}

footer .footer-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #333333;
  border-radius: 30px;
  color: #A7A7A7;
  padding: 40px;
}

footer .footer-item {
  width: 25%;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-item-text {
  margin-bottom: 20px;
}

.footer-item h5 {
  font-family: Manrope-Semibold;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.footer-service {
  list-style: none;
}

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

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

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

.footer-address,
.footer-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.2;
}

.footer-address img,
.footer-phone img {
  margin-right: 10px;
}

.footer-item-text-2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 5px;
}

.footer-item-text-2 a {
  color: #A7A7A7;
}

.footer-address span,
.footer-phone span,
.footer-phone a {
  display: block;
  font-family: Manrope-Medium;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: #fff !important;
  margin-bottom: 6px;
}

footer .footer-item.footer-item-2 {
  max-width: 270px;
}

footer .footer-item.footer-item-3 {
  max-width: 270px;
  padding-top: 34px;
}

footer .footer-item.footer-item-4 {
  width: 252px;
}

.footer-item-4 button {
  width: 252px;
  height: 61px;
  border-radius: 50px;
  background: #E6F4F4;
  font-family: Manrope-Medium;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  color: #074040;
}

.footer-logo-mob,
.footer-service-mob {
  display: none;
}

.popap_fade {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 33;
  top: 0;
  background: #0D0D0D;
  display: none;
  /*opacity:97%;*/
}

.popap_fade .popup_content {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.feedback-form-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  background: #fff;
  opacity: 1;
  border-radius: 20px;
  border: 1px solid #074040;
  width: 690px;
  height: auto;
  position: relative;
}

.feedback-form-container h4 {
  font-family: Manrope-Semibold;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  color: #1F1F1F;
  margin-bottom: 10px;
}

.feedback-form-container .comment {
  color: #7B7B7B;
  margin-bottom: 20px;
}

.popup_left .input-form {
  width: 307px;
  height: 57px;
  border-radius: 10px;
  background: #F5F5F5;
  border: 1px solid #F5F5F5;
  color: #6E6E6E;
  padding: 25px;
  margin-bottom: 10px;
}

.popup_left .input-form:focus {
  border: 1px solid #074040;
}

.feedback-form-container .button-send {
  background: #074040;
  border-radius: 50px;
  font-family: Manrope;
  font-size: 15px;
  line-height: 1.3;
  border: 0;
  font-weight: 400;
  cursor: pointer;
  color: #fff;
  width: 307px;
  height: 56px;
  text-align: center;
  margin: 10px 0 20px;
  cursor: pointer;
}

.feedback-form-container .comment-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: Manrope;
  font-size: 10px;
  line-height: 1.4;
  font-weight: 400;
}

.feedback-form-container .comment-footer img {
  margin-right: 10px;
}

.popup_left {
  padding: 25px 25px 25px 30px;
  width: calc(100% - 332px);
}

.popup_right {
  position: relative;
  width: 332px;
}

.popup_right .btn-online {
  top: 25px;
  left: 25px;
  position: absolute;
  width: 96px;
  height: 37px;
}

.feedback-form-container .btn-close {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 25px;
  right: 25px;
  cursor: pointer;
}

.popup_right .info {
  position: absolute;
  width: 286px;
  height: 76px;
  bottom: 25px;
  right: 25px;
  background: #E6F4F4;
  border-radius: 10px;
  opacity: 90%;
  color: #467272;
  padding: 15px 20px;
  text-align: left;
}

.popup_right .info span {
  display: block;
  font-family: Manrope-Semibold;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  color: #074040;
}

.popap_fade_mob_header {
  display: none;
}

.feedback-form-container2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 40px;
  background: #074040;
  background: url(/wp-content/uploads/2025/09/popup-bg3.png) #074040 100% 100% no-repeat;
  border-radius: 20px;
  width: calc(100% - 100px);
  max-width: 1050px;
  height: 430px;
  position: relative;
}

.popup_content2 h3 {
  font-family: Manrope-Semibold;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}

.popup_content2 .comment {
  font-family: Manrope;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
  color: #fff;
  margin-bottom: 35px;
}

.popup_content2 .wpcf7-form {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 30px 10px;
}

.popup_content2 .wpcf7 .input-form {
  background: #F5F5F5;
  width: 307px;
  height: 57px;
  padding: 20px 25px;
  color: #6E6E6E;
  font-size: 15px;
  line-height: 1.3;
  border-radius: 10px;
}

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

.popup_content2 .popup-footer .button-send {
  display: block;
  width: 307px;
  height: 56px;
  background: #E6F4F4;
  padding: 20px 35px;
  font-family: Manrope;
  margin-top: 0;
  font-size: 15px;
  border: 0;
  line-height: 1.3;
  cursor: pointer;
  font-weight: 400;
  color: #074040;
  border-radius: 50px;
  margin-right: 15px;
}

.popup_content2 .popup-footer .comment-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup_content2 .popup-footer .comment-footer img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.popup_content2 .popup-footer .comment-footer span {
  display: block;
  max-width: 281px;
  font-family: Manrope;
  font-size: 10px;
  line-height: 1.4;
  font-weight: 400;
  color: #FFFFFF;
}

.feedback-form-container2 .btn-close {
  position: absolute;
  width: 48px;
  cursor: pointer;
  height: 48px;
  top: 40px;
  right: 40px;
  background: #fff;
  border-radius: 10px;
}

/**************** @media (max-width:767px) ***************************/
@media (max-width: 767px) {
  .container h2 {
    font-family: Manrope-Semibold;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
    color: #1f1f1f;
    margin: 20px 0;
  }

  .top-header,
.bottom-header {
    display: none;
  }

  .mob-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0;
  }

  .main-banner-block {
    background: url(/wp-content/uploads/2025/09/main-banner-bg-mob.png) 50% 50% no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    border-radius: 20px;
    position: relative;
    display: block;
    padding: 20px;
  }

  .main-banner-center {
    display: none;
  }

  .main-banner-left {
    max-width: none;
  }

  .container .main-banner-left h1 {
    font-family: Manrope-Semibold;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 600;
    color: #1F1F1F;
    margin-bottom: 15px;
  }

  .main-banner-left li {
    font-size: 14px;
    line-height: 1.4;
    color: #1F1F1F;
    margin-bottom: 10px;
  }

  .main-banner-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: static;
    width: 100%;
    height: auto;
  }

  .main-banner-right .price {
    width: 48%;
    height: auto;
    display: block;
    margin-top: 0px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
  }

  .main-banner-right .info {
    font-size: 14px;
    line-height: 1.2;
  }

  .main-banner-right .info span {
    font-size: 20px;
    line-height: 1.4;
  }

  .main-banner-left button {
    display: none;
  }

  .main-banner-block .button-mob {
    display: block;
    margin: 20px auto 0;
  }

  .main-banner-block button {
    width: 100%;
    max-width: 285px;
    height: 61px;
  }

  .advantage-block {
    margin: 30px 0;
  }

  .advantage-block ul {
    display: block;
  }

  .advantage-block li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    font-size: 14px;
    padding: 15px;
    margin-bottom: 10px;
  }

  .advantage-block img {
    margin-right: 15px;
    width: 50px;
    height: auto;
  }

  .tariffs-block table {
    display: none;
  }

  .tariffs-block-mob {
    display: block;
  }

  .tariffs-block-mob h3 {
    font-family: Manrope-Semibold;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
    color: #1F1F1F;
    margin-bottom: 20px;
  }

  .tariffs-item {
    background: #fff;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 20px;
    margin-bottom: 20px;
  }

  .tariffs-item h4 {
    font-family: Manrope-Semibold;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    color: #074040;
    margin-bottom: 10px;
  }

  .tariffs-item li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 5px;
  }

  .tariffs-item li strong {
    white-space: nowrap;
  }

  .tariffs-item li img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }

  .tariffs-item .price {
    font-family: Manrope-Semibold;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    color: #074040;
    margin: 10px 0;
  }

  .tariffs-block button {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .services-block {
    display: none;
  }

  .services-block-info .service-item {
    display: none;
    width: 100%;
    height: auto;
    background: none;
    border-radius: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 20px;
  }

  .services-block-info h3 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .services-block-info .service-item-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 20px;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 10px;
  }

  .services-block-info .service-item-mob h5 {
    font-family: Manrope-Semibold;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    color: #2F2F2F;
    width: calc(100% - 60.5px);
  }

  .services-block-info .service-item-mob.rotate {
    background: #333;
  }

  .services-block-info .service-item-mob.rotate h5 {
    color: #fff;
  }

  .services-block-info .service-item-mob .image img {
    margin-bottom: 0px;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    max-width: none;
  }

  .services-block-info .service-item-mob .icon img {
    width: 10.5px;
    height: 6px;
  }

  .services-block h5 {
    font-size: 14px;
    line-height: 1.2;
  }

  .service-item-image {
    display: none;
  }

  .form-block .form-wrapper {
    margin-top: 20px;
  }

  .form-wrapper .wpcf7-form {
    width: 100%;
    height: auto;
    background: url(/wp-content/uploads/2025/09/figure1.png) #074040 100% 100% no-repeat;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px;
  }

  .form-block-1 .info img {
    max-width: 100%;
  }

  .form-block-1 .form-input {
    /*text-align:center;*/
  }

  .form-input + .form-block-button {
    margin-top: 30px;
  }

  .form-block-1 .form-input img {
    margin: 0 0 10px 0;
  }

  .form-block-1 h3 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .form-block-button {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .form-block-1 button {
    width: 100%;
    max-width: 300px;
    margin: 0px auto 0;
  }

  .form-block-img-wrap {
    display: none;
  }

  .form_radio_btn {
    margin-bottom: 15px;
  }

  .form-block-button {
    /*text-align:center;*/
  }

  .cooperation-block .services-block {
    display: block;
    margin-bottom: 20px;
  }

  .cooperation-block .service-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 20px;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 15px;
  }

  .cooperation-block .service-item img {
    margin-bottom: 0px;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    max-width: none;
  }

  .services-block .service-item .info h5 {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) and (min-width: 767px) {
  .services-block .service-item .info .text br {
    display: none;
  }
}
@media (max-width: 767px) {
  .services-block .service-item .info .text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .cooperation-block .services-block h5 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .company-advantage li {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .company-block {
    padding: 0px 0px 15px;
    background: none;
  }
}
@media (max-width: 767px) {
  .company-block-left {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .company-block-left .text2 h4 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .company-block-left .text3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (max-width: 767px) {
  .company-block-left .text3-item {
    font-size: 13px;
    line-height: 1.3;
    min-height: 101px;
  }
}
@media (max-width: 767px) {
  .company-block-left .text3-item span {
    font-size: 25px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .company-block-right {
    display: none;
  }
}
@media (max-width: 767px) {
  .advantage2-block .services-block h5 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 5px;
    color: #074040;
  }
}
@media (max-width: 767px) {
  .advantage2-block .services-block {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .advantage2-block .services-block .service-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 20px;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .advantage2-block .services-block .service-item img {
    margin-bottom: 0px;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    max-width: none;
  }
}
@media (max-width: 767px) {
  footer .footer-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 20px;
  }
}
@media (max-width: 767px) {
  footer .footer-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  footer .footer-item.footer-item-1 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media (max-width: 767px) {
  footer .footer-item.footer-item-2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 767px) {
  footer .footer-item.footer-item-3 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  footer .footer-item.footer-item-4 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (max-width: 767px) {
  .footer-item-4 button {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
  }
}
@media (max-width: 767px) {
  .footer-logo {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer-logo-mob {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footer-service-mob {
    display: block;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer-service-desc,
.footer-item-3 {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer-item-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer-item-text-2 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  footer .footer-item.footer-item-4 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .block-callback-footer {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .feedback-form-container {
    max-width: calc(100% - 50px);
    height: auto;
  }
}
@media (max-width: 767px) {
  .popup_left {
    padding: 20px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .popup_left .input-form {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .feedback-form-container button {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .feedback-form-container h4 {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .popup_right {
    display: none;
  }
}
@media (max-width: 767px) {
  .popap_fade.popap_fade_mob_header .popup_content {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .popap_fade_mob_header {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 130px 20px 20px 20px;
  }
}
@media (max-width: 767px) {
  .mob-header-container {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .mob-header-container .block-callback {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .mob-header-container .block-callback button {
    background: #E6F4F4;
    border-radius: 50px;
    width: 100%;
    max-width: 335px;
    height: 61px;
    color: #074040;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .mob-top-header {
    position: relative;
    padding-right: 53px;
  }
}
@media (max-width: 767px) {
  .mob-top-header .btn-close {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 0px;
    right: 0px;
  }
}
@media (max-width: 767px) {
  .mob-top-header .block-address,
.mob-top-header .block-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .mob-top-header .block-address img,
.mob-top-header .block-phone img {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .mob-top-header .block-info {
    font-size: 12px;
    color: #7B7B7B;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .mob-top-header .block-info span {
    font-family: Manrope-Medium;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .mob-header-container h5 {
    font-family: Manrope-Semibold;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .mob-header-container ul {
    list-style: none;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .mob-header-container li {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .mob-header-container li a {
    color: #A7A7A7;
  }
}
@media (max-width: 767px) {
  .mob-header-container li:hover a {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .feedback-form-container2 {
    width: calc(100% - 30px);
    height: auto;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .feedback-form-container2 .btn-close {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 15px;
    right: 15px;
  }
}
@media (max-width: 767px) {
  .popup_content2 h3 {
    font-size: 24px;
    padding-right: 35px;
  }
}
@media (max-width: 767px) {
  .popup_content2 .comment {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .popup_content2 .input-block {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .popup_content2 .popup-footer {
    display: block;
  }
}
@media (max-width: 767px) {
  .popup_content2 .input-block input {
    max-width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .popup_content2 .popup-footer button {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
div.top-header .block-logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) and (max-width: 1439px) {
  .container h1:not(.page-title) {
    font-size: 36px;
  }

  div.top-header .block-logo {
    width: auto;
  }

  .top-header .block-address span,
.top-header .block-phone span {
    font-size: 16px;
    line-height: 1.2;
  }

  .top-header .block-callback button {
    width: 160px;
    height: 50px;
  }

  .main-banner-block {
    padding: 60px 40px;
  }

  .main-banner-center {
    right: 280px;
  }

  .main-banner-right {
    width: 280px;
    bottom: 60px;
    right: 40px;
  }

  .main-banner-right .price {
    width: 280px;
  }

  .tariffs-block table th:first-child {
    font-size: 25px;
  }

  .form-block-1 .form-input img {
    width: 32%;
    margin: 0 10px 0 0;
  }

  .form_radio_btn label {
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 12px;
  }

  .footer-logo img {
    max-width: calc(100% - 20px);
  }
}
.img_bg {
  max-width: 332px;
}

.form-wrapper > .active {
  display: block;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.progress {
  width: 100%;
  height: 15px;
  background: #264f4f;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.progress-fill {
  display: block;
  height: 100%;
  width: 0%;
  background: repeating-linear-gradient(-45deg, #45b3b3, #45b3b3 10px, #3aa3a3 10px, #3aa3a3 20px);
  border-radius: 10px;
  /* Плавное изменение ширины */
  transition: width 0.5s ease-in-out;
  -webkit-transition: width 0.5s ease-in-out;
  /* Анимация движения полос */
  animation: stripes 1s linear infinite;
  -webkit-animation: stripes 1s linear infinite;
}

/* Анимация движущихся диагональных полос */
@keyframes stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@-webkit-keyframes stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
/* Анимация заполнения */
@-webkit-keyframes fill {
  from {
    width: 0;
  }
  to {
    width: 80%;
  }
  /* можно поменять на нужный процент */
}
@keyframes fill {
  from {
    width: 0;
  }
  to {
    width: 80%;
  }
  /* можно поменять на нужный процент */
}
/* Анимация движения полос */
@keyframes stripes {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 0;
  }
}
.checkbox-style .wpcf7-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  background: #E6F4F4;
  cursor: pointer;
  padding: 22px 22px 22px 52px;
  position: relative;
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  overflow: hidden;
  border-radius: 50px;
}
.checkbox-style .wpcf7 .wpcf7-list-item {
  display: block;
  margin: 0;
}
.checkbox-style .wpcf7-radio label {
  position: relative;
}
.checkbox-style .wpcf7-radio input[type=radio] {
  position: relative;
  visibility: hidden;
  display: none;
}
.checkbox-style .wpcf7-radio input[type=radio] + span {
  /*   border: 3px solid red;  */
}
.checkbox-style .wpcf7-radio input[type=radio] + span:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 20px;
  width: 20px;
  left: 22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  border: 1px solid #074040;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.checkbox-style .wpcf7-radio input[type=radio]:checked + span {
  background: #359D9D;
  color: #fff;
}
.checkbox-style .wpcf7-radio input[type=radio]:checked + span:before {
  border: 7px solid #FFFFFF;
  background: #359D9D;
}
.checkbox-style .wpcf7-checkbox label {
  position: relative;
  cursor: pointer;
}
.checkbox-style .wpcf7-checkbox input[type=checkbox] {
  position: relative;
  visibility: hidden;
}
.checkbox-style .wpcf7-checkbox input[type=checkbox] + span {
  /*   border: 3px solid red;  */
}
.checkbox-style .wpcf7-checkbox input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 5px;
  height: 18px;
  width: 18px;
  top: 0px;
  border: 2px solid #222;
}
.checkbox-style .wpcf7-checkbox input[type=checkbox] + span:after {
  display: block;
  position: absolute;
  content: "✓";
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 2px;
  left: 5px;
  visibility: hidden;
  font-size: 16px;
}
.checkbox-style .wpcf7-checkbox input[type=checkbox]:checked + span:before {
  background: transparent;
  /*     border-color: red; */
}
.checkbox-style .wpcf7-checkbox input[type=checkbox]:checked + span:after {
  /*    background: #222; */
  visibility: visible;
}
.checkbox-style .script-checkbox label.label-selected {
  background: red;
}

@media (max-width: 767px) {
  .home-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 44;
    background: #fff;
  }

  .checkbox-style .wpcf7-list-item-label {
    font-size: 13px;
    padding: 16px 16px 16px 52px;
  }
  .checkbox-style .wpcf7-form .wpcf7-radio input[type=radio] + span:before {
    height: 16px;
    width: 16px;
    left: 16px;
  }

  .wpcf7-submit {
    margin-top: 0;
    width: 100%;
    margin: 0 auto;
  }

  .form-block-button {
    width: 100%;
  }
}
.wpcf7-spinner {
  display: none;
}

.wpcf7 .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
  margin: 0;
}

.wpcf7-acceptance label {
  position: relative;
  cursor: pointer;
}

.wpcf7-acceptance input[type=checkbox] {
  position: relative;
  visibility: hidden;
  display: none;
}

.wpcf7-acceptance input[type=checkbox] + span {
  display: block;
  position: relative;
  padding-left: 26px;
  font-size: 10px;
}
.wpcf7-acceptance input[type=checkbox] + span a {
  font-size: 10px;
  text-decoration: underline;
}

.wpcf7-acceptance input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 5px;
  height: 18px;
  width: 18px;
  left: 0;
  top: 0px;
  background: #074040;
}

.wpcf7-acceptance input[type=checkbox] + span:after {
  display: block;
  position: absolute;
  content: "";
  background-color: #074040;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 18px;
  width: 18px;
  border-radius: 5px;
  top: 0;
  left: 0;
  visibility: hidden;
  font-size: 0;
}

.wpcf7-acceptance input[type=checkbox]:checked + span:after {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.06334 6.98626C2.98698 7.06308 2.88278 7.10593 2.77456 7.10593C2.66634 7.10593 2.56214 7.06308 2.48578 6.98626L0.179506 4.6796C-0.0598354 4.44026 -0.0598354 4.05214 0.179506 3.81326L0.468286 3.52441C0.707704 3.28506 1.09536 3.28506 1.3347 3.52441L2.77458 4.96434L6.66526 1.07355C6.90468 0.834208 7.29272 0.834208 7.53168 1.07355L7.82046 1.36241C8.0598 1.60175 8.0598 1.98979 7.82046 2.22875L3.06334 6.98626Z' fill='white'/%3E%3C/svg%3E%0A");
  visibility: visible;
}

.popup_content2 .wpcf7-acceptance input[type=checkbox] + span:before,
.form-input2 .wpcf7-acceptance input[type=checkbox] + span:before {
  background: #E6F4F4;
}
.popup_content2 .wpcf7-acceptance input[type=checkbox] + span:after,
.form-input2 .wpcf7-acceptance input[type=checkbox] + span:after {
  background-color: #E6F4F4;
}
.popup_content2 .wpcf7-acceptance input[type=checkbox]:checked + span:after,
.form-input2 .wpcf7-acceptance input[type=checkbox]:checked + span:after {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.06334 6.98626C2.98698 7.06308 2.88278 7.10593 2.77456 7.10593C2.66634 7.10593 2.56214 7.06308 2.48578 6.98626L0.179506 4.6796C-0.0598354 4.44026 -0.0598354 4.05214 0.179506 3.81326L0.468286 3.52441C0.707704 3.28506 1.09536 3.28506 1.3347 3.52441L2.77458 4.96434L6.66526 1.07355C6.90468 0.834208 7.29272 0.834208 7.53168 1.07355L7.82046 1.36241C8.0598 1.60175 8.0598 1.98979 7.82046 2.22875L3.06334 6.98626Z' fill='%23074040'/%3E%3C/svg%3E%0A");
}

.form-input2 .wpcf7-acceptance input[type=checkbox] + span {
  color: #fff;
}
.form-input2 .wpcf7-acceptance input[type=checkbox] + span a {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .popup_content2 .popup-footer .comment-footer {
    margin-top: 30px;
  }
}
.fly-block {
  position: fixed;
  z-index: 1061;
  right: 20px;
  bottom: 20px;
}

.fly-block__contacts {
  color: #fff;
  background: #222224;
}

.fly-block__contacts-icons:not(.open) .fa-xmark,
.fly-block__contacts-icons.open i:not(.fa-xmark) {
  display: none;
}

.fly-block__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin: 0 0 20px;
  font-size: 18px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: background-color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s;
}

.fly-block__contacts-items {
  display: none;
  position: absolute;
  bottom: 50px;
  width: 66px;
  padding: 10px;
  text-align: center;
  list-style: none;
  background: #9232d5;
  border-radius: 40px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.fly-block__contacts-icon {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  -webkit-transition: background-color linear 0.5s;
  transition: background-color linear 0.5s;
}

.fly-block__contacts-items {
  display: none;
  position: absolute;
  bottom: 50px;
  width: 66px;
  padding: 10px;
  text-align: center;
  list-style: none;
  background: #fff;
  border-radius: 40px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.fly-block__contacts-icons.open + .fly-block__contacts-items {
  display: block;
}

.fly-block__contacts-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  color: #fff;
  background: #000;
  border-radius: 50%;
}

.fly-block a,
.fly-block a:focus,
.fly-block a:hover,
.fly-block a:visited {
  text-decoration: none;
  cursor: pointer;
  outline: none !important;
}

.fly-block__contacts-icon.fa-whatsapp,
.fly-block__contacts-item.fa-whatsapp {
  color: #fff;
  background: #25d366;
  font-size: 24px;
}

.fly-block__contacts-icon.fa-paper-plane,
.fly-block__contacts-item.fa-paper-plane,
.fly-block__contacts-icon.fa-telegram-plane,
.fly-block__contacts-item.fa-telegram-plane,
.fly-block__contacts-icon.fa-telegram,
.fly-block__contacts-item.fa-telegram {
  color: #fff;
  background: #08c;
}

.fly-block__contacts-item.callback {
  color: #fff;
  background: #ec5377;
  font-size: 22px;
}

.fly-block__contacts-items li + li {
  margin: 15px 0 0;
}

.fly-block__contacts-icons.open {
  height: 46px;
}

.fa.fa-xmark {
  width: 46px;
  height: 46px;
  background: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.98926 2.48975L15.0101 14.5106' stroke='%23fff' stroke-width='3'/%3E%3Cpath d='M15.0107 2.48975L2.98993 14.5106' stroke='%23fff' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-size: 17px 17px;
  background-position: center;
  background-repeat: no-repeat;
}

.footer-item-text a {
  color: #A7A7A7 !important;
}

@media (max-width: 767px) {
  .footer-item-text-2 a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/*# sourceMappingURL=style.css.map */