@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.eot"), url("../fonts/Montserrat-Regular.woff"), url("../fonts/Montserrat-Regular.ttf");
  font-weight: 300;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.eot"), url("../fonts/Montserrat-Medium.woff"), url("../fonts/Montserrat-Medium.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.eot"), url("../fonts/Montserrat-SemiBold.woff"), url("../fonts/Montserrat-SemiBold.ttf");
  font-weight: 600;
}

@font-face {
  font-family: "Stolzl";
  src: url("../fonts/Stolzl-Book.woff"), url("../fonts/Stolzl-Book.woff2"), url("../fonts/Stolzl-Book.ttf");
  font-weight: 300;
}

@font-face {
  font-family: "Stolzl";
  src: url("../fonts/Stolzl-Regular.woff"), url("../fonts/Stolzl-Regular.woff2"), url("../fonts/Stolzl-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "Stolzl";
  src: url("../fonts/Stolzl-Medium.woff"), url("../fonts/Stolzl-Medium.woff2"), url("../fonts/Stolzl-Medium.ttf");
  font-weight: 600;
}

@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora-Regular.eot"), url("../fonts/Lora-Regular.woff"), url("../fonts/Lora-Regular.ttf");
  font-weight: 300;
}

@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora-Bold.eot"), url("../fonts/Lora-Bold.woff"), url("../fonts/Lora-Bold.ttf");
  font-weight: 600;
}
*, ::after, ::before {
    box-sizing: border-box;
}
/*общие стили*/
.relative {
    position: relative !important;
}
* {
  box-sizing: border-box;
}

a,
p,
li,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  color: #444;
  cursor: pointer;
}

h3,
h4 {
  font-family: "Stolzl", sans-serif;
  color: #444;
}

h1,
h2 {
  font-family: "Stolzl", sans-serif;
  color: #333;
  font-weight: 400;
}

p {
  color: #333;
  line-height: 1.4;
  margin-bottom: 20px;
}

a {
  text-decoration: none;
  color: #000;
  transition: all 0.2s;
}

h1 {
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 15px;
}

h2 {
  font-size: 36px;
  color: #333;
  line-height: 1.4;
  margin-bottom: 35px;
  margin-top: 38px;
}

h3 {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 15px;
}

h4 {
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 15px;
}

h5 {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 10px;
}

h6 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
}

a:focus {
  outline: unset;
}

strong,
b {
  font-weight: 600;
}

mark {
  background-color: unset;
}

img {
  max-width: 100%;
}

hr {
  margin: 20px 0;
  border-width: 0;
  border-top: 1px solid #e0dede;
}

@media (max-width: 1020px) {
  h2 {
    font-size: 42px;
    margin-bottom: 30px;
  }
}

@media (max-width: 800px) {
  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 36px;
    margin-bottom: 25px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 22px;
  }
}

@media (max-width: 550px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  h3 {
    font-size: 24px;
  }
}

@media (max-width: 420px) {
  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }
}

/* ширина контента */
body {
  background-color: #fff;
}

.row {
  max-width: 1300px;
  margin: 0 auto;
}

.wrapper {
  overflow: hidden;
}
.pt-3 {
    padding-top: 15px;
}
.pb-3{
    padding-bottom: 15px;
}
.pt-5 {
    padding-top: 25px;
}
.pb-5{
    padding-bottom: 25px;
}
/* стили для ul li */
ul.ul-custom {
  margin-bottom: 20px;
}

ul.ul-custom li {
  position: relative;
  margin-bottom: 3px;
  padding-left: 24px;
  line-height: 1.3;
}

ul.ul-custom li:before {
  content: "\f111";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  font-size: 7px;
  position: absolute;
  top: 6px;
  left: 8px;
  color: #FFC100;
}
ul.ul-custom li:before {
    content: "\f111";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    font-size: 7px;
    position: absolute;
    top: 6px;
    left: 8px;
    color: #FFC100;
}

.seo2 ul li:before {
    content: "\f111";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    font-size: 7px;
    position: absolute;
    top: 6px;
    left: 8px;
    color: #FFC100;
}
.seo2 ul li {
    position: relative;
    display: block;
    align-items: center;
    /* padding-bottom: 15px; */
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 4px;
    font-size: 18px;
    margin-bottom: 18px;
    padding-left: 30px;
    font-size: 17px;
}
.seo2 ul {
    margin-bottom: 20px;
}


.about ul  {
  margin-bottom: 20px;
}

.about ul  li {
  position: relative;
  margin-bottom: 3px;
  padding-left: 24px;
  line-height: 1.3;
}

.about ul  li:before {
  content: "\f111";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  font-size: 7px;
  position: absolute;
  top: 6px;
  left: 8px;
  color: #FFC100;
}
.about ul  li:before {
    content: "\f111";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    font-size: 7px;
    position: absolute;
    top: 6px;
    left: 8px;
    color: #FFC100;
}

/* ol */
ol {
  list-style-type: decimal;
  padding-left: 30px;
  color: #414c5c;
  line-height: 1.4;
  margin-bottom: 20px;
}

/* ToTop */
#goTop {
  opacity: 0;
  position: fixed;
  display: block;
  right: 50px;
  bottom: 0px;
  padding: 9px 16px 5px 16px;
  background-color: #272727;
  border: 0;
  border-radius: 4px 4px 0px 0px;
  transition: 0.2s;
  z-index: 999;
}

#goTop.is-visible {
  opacity: 0.9;
}

#goTop.is-visible:hover {
  opacity: 1;
  background-color: #FFC100;
}

#goTop i {
  color: #fff;
}

/* Видео ютуб */
.video-block {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

/* 404 */
/* .error404 .entry-box p {
  font-size: 21px;
  margin: 30px 0;
}
.error404 .entry-box p a span {
  text-decoration: underline;
}
.error404 .entry-box p a i {
  color: #6e6e6e;
  transition: 0.2s;
}
.error404 .entry-box p a:hover i {
  color: red;
}
.error404 .widget_product_categories {
  max-width: 400px;
} */

/* Формы заказа */
.form-block input::-webkit-input-placeholder {
  color: #555;
}

.form-block input::-moz-placeholder {
  color: #555;
}

.form-block input:-ms-input-placeholder {
  color: #555;
}

.form-block input:-moz-placeholder {
  color: #555;
}

.form-block input::placeholder {
  opacity: 0.8;
}

.form-block .form-group {
  margin-bottom: 20px;
}

.form-block .checkbox-obrabotka {
  margin-bottom: 7px;
}

.form-block .form-group input[type=text],
.form-block .form-group input[type=number],
.form-block .form-group input[type=tel],
.form-block .form-group input[type=email] {
  width: 100%;
  height: 48px;
  padding: 5px 15px;
  font-size: 18px;
  border: 1px solid #cbcbcb;
  border-radius: 4px;
}

.wpcf7-form .wpcf7-list-item {
  margin-left: 0;
  display: block;
}

.checkbox-obrabotka label {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 23px;
  color: #555555;
}

.checkbox-obrabotka a {
  color: #000000;
  text-decoration: underline;
  font-family: "Stolzl", sans-serif;
}

.control-checkbox {
  display: block;
  position: relative;
  padding-top: 3px;
  cursor: pointer;
  font-size: 16px;
}

.control-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0;
  height: 0;
}

.control-checkbox .list-item-label {
  position: absolute;
  top: 4px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #c1c1c1;
  border: 0px solid #000000;
}

.control-checkbox input:checked~.list-item-label {
  background: #5c5c5c;
}

.control-checkbox input:disabled~.list-item-label {
  background: #d5d5d5;
  opacity: 0.6;
  pointer-events: none;
}

.list-item-label:after {
  box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
}

.control-checkbox input:checked~.list-item-label:after {
  display: block;
}

.control-checkbox .list-item-label:after {
  left: 7px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #31373F;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.control-checkbox .checkbox-text {
  padding-left: 28px;
  font-family: "Stolzl", sans-serif;
}

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

.form-block .btn-form button,
.form-block .btn-form input {
  margin-bottom: 0;
  text-align: center;
}

.form-block .btn-form button,
.form-block .btn-form input {
  width: 100%;
  padding: 12px 45px;
  font-size: 20px;
  color: #fff;
  background-color: transparent;
  border: 3px solid #FFC100;
  border-radius: 0;
  transition: 0.2s;
}

.form-block .responsiv-uploader-fileupload button.upload-button {
  position: relative;
  padding: 18px 25px 18px 45px;
  border: 0;
  border-radius: 11px;
  color: #000;
  font-weight: 600;
  background: #D7D7D7;
  box-shadow: 2px 2px 9px rgb(0 0 0 / 40%);
  margin-bottom: 0;
  transition: 0.2s;
}

.form-block .responsiv-uploader-fileupload button.upload-button:after {
  content: "\f1c5";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  font-size: 18px;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translate(0, -50%);
}

.form-block .responsiv-uploader-fileupload button.upload-button:hover {
  background-color: #FFC100;
}

.upload-files-container {
  background: #F5F5F5;
  margin-top: 10px;
}

.form-alert .alert {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.form-alert .alert button {
  display: none;
}

.form-alert .alert p {
  font-weight: 600;
  margin-bottom: 0;
}

.service-form .form-alert .alert p {
  color: #fff;
  font-size: 18px;
}

/* radio buttons */
label.radio-button {
  display: flex;
  align-items: center;
  cursor: pointer;
}

label.radio-button input {
  width: 0;
  height: 0;
}

label.radio-button .radio-item {
  position: relative;
  font-size: 26px;
}

label.radio-button .radio-item .icon-for-radio-btn {
  position: absolute;
  display: inline-block;
  width: 26px;
  height: 26px;
  background: #dcdcdc;
  color: #fff;
  border-radius: 50%;
  transition: all 0.15s ease-out 0s;
}

label.radio-button .radio-item input:checked~.icon-for-radio-btn:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
}

label.radio-button .radio-item input:checked~.icon-for-radio-btn {
  background: #ffc100;
}

label.radio-button:hover .radio-item .icon-for-radio-btn {
  background: #949494;
}

label.radio-button p {
  padding-left: 32px;
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
}

@media (max-width: 500px) {

  .form-block .btn-form button,
  .form-block .btn-form input {
    padding: 10px 35px;
    font-size: 18px;
  }
}

/****************** PopUp ******************/
#popup-return {
  position: fixed;
  top: 0;
}

/**
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
  z-index: 9999;
}

**/

/* Скрываем модальное окно по умолчанию */
#popup-consultation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transform: translateX(100%); /* Начальное смещение вправо за пределы экрана */
    transition: opacity 0.3s ease, transform 0.3s ease; /* Плавный переход для opacity и transform */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Отображаем модальное окно, если оно активно */
#popup-consultation.active {
    visibility: visible;
    opacity: 1;
    transform: translateX(0); /* Возвращаем к нормальному положению */
}




.overlay:target {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.overlay .popup {
  transform: translate(60px, 0);
  transition: 0.2s;
}

.overlay:target .popup {
  transform: translate(0, 0);
}

.overlay .popup-cancel {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: default;
}

.popup {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 650px;
  display: flex;
  align-items: center;
  overflow-y: auto;
  padding: 70px;
  background: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  margin-left: auto;
  z-index: 1;
}

.popup .popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.popup .popup-close span {
  display: inline-block;
  padding: 8px;
  font-size: 35px;
  color: #444;
  transition: 0.2s;
}

.popup .popup-close span:hover {
  transform: rotate(90deg);
  color: #FFC100;
}

.popup-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  clip-path: polygon(0 20%, 100% 12%, 100% 80%, 0 100%);
  overflow: hidden;
  z-index: -1;
}

.popup .popup-content {
  width: 100%;
}

.popup .popup-content p.popup-title {
  color: #444;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 32px;
}

.popup .form-block .form-group {
  margin-bottom: 27px;
}

.popup .popup-content .btn-form button {
  background: #525D6B;
  border: 0;
  border-radius: 4px;
}

.popup .popup-content .btn-form button:hover {
  background: #FFC100;
}

.popup .control-checkbox .list-item-label:after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
}

@media (max-width: 1600px) {
  .popup {
    max-width: 550px;
  }
}

@media (max-width: 500px) {
  .popup {
    padding: 25px;
  }

  .popup .popup-content p.popup-title {
    font-size: 25px;
    margin-bottom: 20px;
  }
}

@media (max-width: 420px) {
  .popup .popup-content p.popup-title {
    font-size: 20px;
  }

  .popup .form-block .form-group {
    margin-bottom: 20px;
  }

  .form-block .form-group input[type=text],
  .form-block .form-group input[type=number],
  .form-block .form-group input[type=tel],
  .form-block .form-group input[type=email] {
    height: 40px;
  }
}

/******************* Popup для выбора города *******************/
.popup-cities ul {
  display: grid;
  gap: 12px;
  max-height: calc(100vh - 100px);
}

.popup-cities ul li a {
  text-decoration: underline;
  font-size: 18px;
}

/******************* табы *******************/
.responsive-tabs {
  text-align: center;
  font-family: "Arial";
}

.responsive-tabs dt {
  padding: 10px;
  background: #bbbbbb;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.responsive-tabs dt:hover {
  background: #ffc100;
  color: #fff;
}

.responsive-tabs .active {
  background: #ffc100;
  color: #fff;
}

.responsive-tabs .active+dd {
  display: block;
}

.responsive-tabs dd {
  display: none;
}

.responsive-tabs-placeholder {
  display: none;
}

@media (min-width: 800px) {
  .responsive-tabs {
    display: flex;
  }

  dt {
    width: calc(33.33%);
  }

  .responsive-tabs .active+dd {
    display: none;
  }

  .responsive-tabs-placeholder {
    clear: both;
    display: block;
    padding: 20px;
  }
}

/******************* КНОПКИ *******************/

/* кнопка с анимацией слева - <a href="#" class="btn-hover-left">ОСТАВИТЬ ЗАЯВКУ</a> */
.btn-hover-left {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  min-width: 163px;
  border-radius: 0;
  box-shadow: 0 5px 10px -4px rgba(0, 0, 0, 0.5);
  padding: 9px 25px 8px 25px;
  background-color: red;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s all;
}

.btn-hover-left:hover {
  color: #fff;
}

.btn-hover-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 0;
  height: 110%;
  background-color: red;
  transform: skewX(10deg) translateX(-10px);
  transition: 0.3s all ease-out;
}

.btn-hover-left:hover::before,
.btn-hover-left:focus::before {
  width: calc(100% + 20px);
}

/* кнопка с анимацией заполнения из центра - <a href="#" class="btn-hover-center"><span class="btn-text">ОСТАВИТЬ ЗАЯВКУ</span></a> */
.btn-hover-center {
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-decoration: none;
}

.btn-hover-center:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 300%;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: red;
  border-radius: 50%;
  will-change: transform, border-radius;
  -webkit-transform: scale(0) skewY(-15deg);
  transform: scale(0) skewY(-15deg);
  transition: border-radius 0.3s, transform 0.4s;
}

.btn-hover-center span.btn-text {
  position: relative;
  display: inline-block;
  color: #fff;
  transition: color 0.6s cubic-bezier(.57, .06, .23, .94);
  z-index: 2;
}

.btn-hover-center.active:before,
.btn-hover-center:hover:before {
  border-radius: 0;
  -webkit-transform: scale(1) skewY(0);
  transform: scale(1) skewY(0);
  transition: transform 0.6s cubic-bezier(.57, .06, .23, .94), border-radius 0.3s ease-out 0.5s;
}

.btn-hover-center.active span.btn-text,
.btn-hover-center:hover span.btn-text {
  color: #fff;
}

/* кнопка с анимацией "блик" - <a href="#" class="btn-animation-blicked is-blicked">ОСТАВИТЬ ЗАЯВКУ</a>*/
.btn-animation-blicked {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  background: red;
  padding: 12px 40px;
  height: auto;
  border-radius: 5px;
  border: none;
  overflow: hidden;
}

.btn-animation-blicked.is-blicked:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, hsla(0, 0%, 100%, 0.1)), color-stop(20%, hsla(0, 0%, 100%, 0.2)), to(hsla(0, 0%, 100%, 0.6)));
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.1) 10%, hsla(0, 0%, 100%, 0.2) 20%, hsla(0, 0%, 100%, 0.6));
  width: 20px;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  left: -20%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-animation-name: blick;
  animation-name: blick;
  -webkit-animation-duration: 4.5s;
  animation-duration: 4.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes blick {

  30%,
  to {
    left: 120%;
  }
}

@keyframes blick {

  30%,
  to {
    left: 120%;
  }
}

/* кнопка с анимацией увеличения и уменьшения */
.btn-animation-size {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  background: #ff7e39;
  padding: 12px 40px;
  border-radius: 25px;
  animation: jittery 6s infinite;
}

.btn-animation-size:hover {
  background: #ea590b;
  color: #fff;
}

@keyframes jittery {

  50%,
  74% {
    transform: scale(1);
  }

  53% {
    transform: scale(0.95);
  }

  56% {
    transform: scale(1.04);
  }

  59% {
    transform: scale(1.04) rotate(-2.5deg);
  }

  62% {
    transform: scale(1.04) rotate(2.5deg);
  }

  65% {
    transform: scale(1.04) rotate(-1.7deg);
  }

  68% {
    transform: scale(1.04) rotate(1deg);
  }

  71% {
    transform: scale(1.04) rotate(0);
  }
}

/******************* Lightbox *******************/
/* 
js: lightbox.min.js
css: lightbox.min.css
images: basic-child/images
Настройки: main.js
Список возможных настроек: https://lokeshdhakar.com/projects/lightbox2/#options
*/
.lightboxOverlay {
  opacity: 0.9 !important;
}

.lightbox div .lb-image {
  border-radius: 0;
  border-width: 0;
}

.lightbox .lb-cancel {
  background: url("/assets/images/loading.gif") no-repeat;
  /* padding: 100px;
  background-image: url(/wp-content/uploads/2023/01/loading.gif);
  background-color: rgba(255, 255, 255, 0.6);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px; */
}

.lightbox .lb-data .lb-close {
  position: fixed;
  top: 30px;
  right: 20px;
  background: url("/assets/images/close.png") top right no-repeat;
}

.lightbox .lb-nav a.lb-prev {
  background: url("/assets/images/prev.png") left 48% no-repeat;
  background-size: 0;
}

.lightbox .lb-nav a.lb-next {
  background: url("/assets/images/next.png") right 48% no-repeat;
  background-size: 0;
}

.lightbox .lb-nav a.lb-prev,
.lightbox .lb-nav a.lb-next {
  position: absolute;
  opacity: 1;
  width: 25px;
  height: 80px;
  top: 50%;
  transform: translate(0, -50%);
}

.lightbox .lb-nav a.lb-prev:after {
  content: "\f053";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
}

.lightbox .lb-nav a.lb-next:after {
  content: "\f054";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
}

.lightbox .lb-nav a.lb-prev:after,
.lightbox .lb-nav a.lb-next:after {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 28px;
  line-height: 80px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.65);
  transition: 0.2s;
}

.lightbox .lb-nav a.lb-prev:hover:after,
.lightbox .lb-nav a.lb-next:hover:after {
  background-color: rgba(0, 0, 0, 1);
}

.lb-outerContainer .lb-container img {
  width: auto !important;
  height: auto !important;
  max-height: 100vh;
}

.lightbox .lb-data .lb-caption {
  font-weight: 600;
  font-size: 22px;
}

/******************* слайдер карусель *******************/
/* 
js: owl.carousel.min.js
css: owl.theme.default.css owl.carousel.css
Настройки: на странице где находится карусель
Список возможных настроек: https://owlcarousel2.github.io/OwlCarousel2/docs/api-options.html
*/
.owl-carousel {
  position: relative;
}

.owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  height: 0;
  top: 50%;
  left: 0;
  display: flex;
  justify-content: space-between;
}

/*.owl-carousel .owl-carousel .owl-item {
  padding: 5px;
}*/
.owl-carousel .owl-nav button span {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 70px;
  transform: translate(0px, -50%);
  color: transparent;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.2s;
}

.owl-carousel .owl-nav button span:hover {
  background: rgba(0, 0, 0, 0.85);
}

.owl-carousel .owl-nav button.disabled {
  opacity: 0;
}

.owl-carousel .owl-nav button.owl-prev span:before {
  content: "\f053";
}

.owl-carousel .owl-nav button.owl-next span:before {
  content: "\f054";
}

.owl-carousel .owl-nav button.owl-prev span:before,
.owl-carousel .owl-nav button.owl-next span:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 22px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s;
}

.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.owl-carousel .owl-dots .owl-dot span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 7px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
}

.owl-carousel .owl-dots .owl-dot.active span {
  background: #FFCC33;
}

@media (max-width: 550px) {
  .owl-carousel .owl-nav button span {
    width: 18px;
    height: 55px;
  }

  .owl-carousel .owl-nav button.owl-prev span:before,
  .owl-carousel .owl-nav button.owl-next span:before {
    font-size: 18px;
  }
}

/************** Анимации для появления блоков (aos) *************/

/* Плавное появление без смещения */
[data-aos="new-fade"] {
  opacity: 0;
}

[data-aos="new-fade"].aos-animate {
  opacity: 1;
}

/* Плавное появление с увеличением */
[data-aos="new-fade-scale"] {
  opacity: 0;
  transform: scale(0.92);
}

[data-aos="new-fade-scale"].aos-animate {
  opacity: 1;
  transform: scale(1);
}

/* Плавное появление сверху */
[data-aos="new-fade-up"] {
  opacity: 0;
  transform: scale(0.92) translate(0, 35px);
}

[data-aos="new-fade-up"].aos-animate {
  opacity: 1;
  transform: scale(1) translate(0, 0);
}

/* Плавное появление снизу */
[data-aos="new-fade-bottom"] {
  opacity: 0;
  transform: translateY(-35px);
}

[data-aos="new-fade-bottom"].aos-animate {
  opacity: 1;
  transform: translateY(0);
}

/* Плавное появление слева */
[data-aos="new-fade-left"] {
  opacity: 0;
  transform: scale(0.9) translateX(-100px);
}

[data-aos="new-fade-left"].aos-animate {
  opacity: 1;
  transform: scale(1) translateX(0);
}

/* Плавное появление справа */
[data-aos="new-fade-right"] {
  opacity: 0;
  transform: scale(0.9) translateX(30px);
}

[data-aos="new-fade-right"].aos-animate {
  opacity: 1;
  transform: scale(1) translateX(0);
}

/* Плавное появление справа (меньше смещение) */
[data-aos="new-fade-right-min"] {
  opacity: 0;
  transform: scale(0.9) translateX(35px);
}

[data-aos="new-fade-right-min"].aos-animate {
  opacity: 1;
  transform: scale(1) translateX(0);
}

/* Плавное появление для иконок (блок схема работы) */
[data-aos="new-fade-icon-sheme-work"] {
  opacity: 0;
  transform: scale(0.88) translate(-50px, -50%);
}

[data-aos="new-fade-icon-sheme-work"].aos-animate {
  opacity: 0.09;
  transform: scale(1) translate(0, -50%);
}

/* Плавное появление с большим смещением слева и небольшим сверху */
[data-aos="transform-big-left-small-top"] {
  transform: translate(-60px, 30px);
}

[data-aos="transform-big-left-small-top"].aos-animate {
  transform: translate(0, 0);
}

/* Плавное появление фона для услуг */
[data-aos="transform-bg-for-servises"] {
  width: 105%;
}

[data-aos="transform-bg-for-servises"].aos-animate {
  width: 110%;
}

/* Пояление фона без смещения */
[data-aos="bg-transform"] {
  opacity: 0;
}

[data-aos="bg-transform"].aos-animate {
  opacity: 1;
}

/* Появление иконки со смещением */
[data-aos="icon-transform"] {
  opacity: 0;
  transform: rotate(48deg) translate(0px, -40%);
}

[data-aos="icon-transform"].aos-animate {
  opacity: 1;
  transform: rotate(37deg) translate(0px, -50%);
}

@media (max-width: 1020px) {
  [data-aos="icon-transform"] {
    opacity: 0;
    transform: rotate(48deg) translate(0px, -40%);
  }

  [data-aos="icon-transform"].aos-animate {
    opacity: 0.4;
    transform: rotate(37deg) translate(0px, -50%);
  }
}

/* data-aos-easing="new-easing" */
/* [data-aos][data-aos][data-aos-easing="new-easing"],
body[data-aos-easing="new-easing"] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, 0.2, 0.1, 1);
} */

/* Фиксированный header */
/* .header {
  position: fixed;
  width: 100%;
  top: 0;
}
.wrapper {
  padding-top: 86px;
} */

/************** Header *************/

/* secondary header */
.secondary-header {
padding: 5px 20px;
    background: #908787;
}
.secondary-header.fixed-nav-margin-header {
  margin-bottom: 61px;
}

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

.secondary-menu i {
  display: none;
}

.secondary-menu nav ul {
  display: flex;
}

.secondary-menu nav ul li a {
  display: inline-block;
  color: #cacaca;
  padding: 10px 13px;
  border-right: 1px solid #5D5D5D;
}

.secondary-menu nav ul li.external-link a:after {
  content: '\e939';
  font-family: 'icomoon';
  font-size: 13px;
  color: #FFC100;
}

.secondary-menu nav ul li a:hover {
  color: #fff;
}

.secondary-menu nav ul li:first-of-type a {
  padding-left: 0;
}

.secondary-menu nav ul li:last-of-type a {
  border-right: 0;
}

.secondary-header .city-n-contact {
  display: flex;
  align-items: center;
}

.secondary-header p.change-city {
    color: #333333;
    margin-right: 10px;
    margin-bottom: 0;
}

.secondary-header p.change-city a {
    color: #333;
    text-decoration: none;
}

.secondary-header p.change-city a:hover {
color: #cd6619;
}
.time-hider {
    margin-right: 32px;
    margin-bottom: 0;
}
.spisok-choice{
    background: #e7e8e2;
    color: #333;
    padding: 6px 9px;
    font-size: 14px;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    margin-right: 10px;
    border-radius: 3px;
		      position: relative;
			  cursor: pointer;
}
.spisok-hidden
{
display: none;
 position: absolute; 
    left: 0px;
    background-color: #e7e8e2;
    color: #011922;
    padding: 20px 30px 15px 15px;
    text-align: left;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.16);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.16);
    box-shadow: 0 1px 1px rgb(0 0 0 / 35%);
    font-size: 15px;
    z-index: 99;
    min-width: 340px;
    font-family: "Montserrat", sans-serif;
    transition: 0.2s;
    line-height: 26px;
    border-radius: 4px;
}
/* Появление скрытого элемента при наведении */
.spisok-hover:hover + .spisok-hidden{display: block;}
.spisok-hidden:hover{display: block;}


.logo-header span {
    font-size: 10px;
    display: block;
    padding: 3px 4px;
    display: block;
    line-height: 13px;
    max-width: 192px;
    text-align: center;
    font-weight: 300;
}
@media (max-width: 1020px) {
 .secondary-header {
    padding: 0 10px;
    /* display: none; */
    max-width: 100%;
    margin: 0;
    white-space: nowrap;
    background: #585e66;
}

  .header .header-contact {
    display: none;
  }

  .secondary-header p.change-city {
    margin-right: 0;
  }

  .secondary-header .secondary-menu {
    display: flex;
    align-items: center;
  }

  .secondary-header .secondary-menu i.active {
    display: block;
    padding: 8px 5px;
    color: #fff;
    cursor: pointer;
  }

  .secondary-menu nav {
    position: relative;
    z-index: 99;
  }

  .secondary-menu nav .menu-ellipsis {
    position: absolute;
    top: 100%;
    right: -150px;
    display: none;
    width: 155px;
    background: #fff;
    box-shadow: 1px 3px 12px rgba(0, 0, 0, 0.3);
  }

  .secondary-menu nav .menu-ellipsis.menu-ellipsis-active {
    display: block;
  }

  .secondary-menu nav .menu-ellipsis li {
    width: 100%;
    border-bottom: 1px solid #dedede;
  }

  .secondary-header .secondary-menu nav .menu-ellipsis li a {
    display: inline-block;
    padding: 9px 12px;
    color: #333;
    border: 0;
  }

  .secondary-menu nav ul li.external-link a:after {
    font-size: 15px;
  }
}

@media (max-width: 700px) {
  .secondary-header p.change-city .choice {
    display: none;
  }
}
.cons-btn-hider {
    display: inline-block;
    font-size: 12px;
    align-items: center;
    border: 1px solid #ddd;
    padding: 6px 9px;
    margin-bottom: 0px;
    border-radius: 8px;
    background: #e7e8e2;
    color: rgb(68, 68, 68);
    border: 1px solid rgb(204, 204, 204);
    cursor: pointer;
}

.cons-btn-hider:hover {
background: #ffc100;
    color: rgb(68, 68, 68);
    border: 1px solid rgb(255 223 123);
}

/* Основная часть шапки */
.header {
  position: relative;
  z-index: 99;
}
.logo-header {
    padding: 10px 0;
}
.header .logo-header img {
max-height: 52px;
    max-width: 181px;
}

.header .main-nav {
  padding: 0 10px;
     background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.header .main-nav.fixed-nav {
  position: fixed;
  top: 0;
  width: 100%;
}

.header .main-nav .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.header .header-menu .phone-n-icons {
  display: none;
}

.header-burger {
  display: none;
}

.header-menu nav>ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
}

.header-menu nav>ul>li>a {
position: relative;
    padding: 11px 25px 11px 25px;
    display: inline-block;
    font-weight: 400;
    font-size: 19px;
    color: #333;
    transition: 0.2s;
    color: rgb(68, 68, 68);
    border: 1px solid rgb(204, 204, 204);
    cursor: pointer;
    margin-right: 9px;
    background: #f3f3f3;
    border-radius: 3px;
}
.header-menu nav>ul>li>a:hover {
position: relative;
     background: #fff;
}
.header-menu .active a{
position: relative;
     background: #fff;
}
.header-menu nav ul li.item-has-children {
  position: relative;
  overflow: hidden;
}

.header-menu .i-submenu {
  display: none;
}


.header-menu nav ul li.item-has-children.no-link>a {
  cursor: context-menu
}

.header-menu nav ul li.item-has-children:hover {
  overflow: visible;
}

.header-menu nav ul li.item-has-children>a {
  position: relative;
  padding-right: 33px;
}

.header-menu nav ul li.item-has-children>a:after {
  content: "\f0d7";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translate(0px, -50%);
  color: #31373F;
}

.header-menu .open-submenu-btn {
  display: none;
}

.header-menu nav ul .item-has-children ul {
  position: absolute;
  top: 100%;
  left: 25px;
  width: 290px;
  opacity: 0;
  background-color: rgba(49, 55, 63, .72);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 1px 3px 12px rgba(0, 0, 0, 0.3);
  transform: translateY(18px);
  transition: transform 0.3s, opacity 0.3s;
}

.header-menu nav ul .item-has-children:hover>ul {
  transform: translateY(0);
  opacity: 1;
}

.header-menu nav ul .item-has-children ul li {
  position: relative;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.3;
  padding: 0;
  transition: 0.2s;
}

.header-menu nav ul .item-has-children ul li:last-of-type {
  border-bottom: 0;
}

.header-menu nav ul .item-has-children ul li a {
    padding: 15px 18px;
    display: block;
    transition: 0.2s;
    background: #f3f3f3;
}

.header-menu nav ul .item-has-children ul li a:hover {
  background: #31373F;
  color: #FFC100;
}

.header .header-contact {
    text-align: right;
    display: flex;
    align-items: center;
}

.header .header-contact p {
  margin-bottom: 0;
}

.header .phone-n-icons {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  margin-bottom: 2px;
  margin-right: 10px;
}

.header .phone-n-icons a {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    color: #333333;
}

.header .phone-n-icons a.phone {
  margin-right: 5px;
}
.header .phone-n-icons a:hover.phone {
    text-decoration: underline;
    color: #ffffff;
}
.header .phone-n-icons a.whatsapp {
color: #51CB5F;
    margin-right: 5px;
    background: #e7e8e2;
    width: 30px;
    text-align: center;
    height: 28px;
    border-radius: 4px;
}
.header .phone-n-icons a:hover.whatsapp {
    color:#e7e8e2;
    background:#51CB5F;
}
.header .phone-n-icons a.telegram {
    color: #249BD7;
    margin-right: 5px;
    background: #e7e8e2;
    width: 26px;
    text-align: center;
    height: 27px;
    border-radius: 4px;
     padding-top: 1px;
}
.header .phone-n-icons a:hover.telegram {
    color: #e7e8e2;
    background: #249BD7;
}
.header .phone-n-icons a.instagram {
    color: #C35547;
    font-size: 21px;
    margin-right: 5px;
    background: #e7e8e2;
    width: 30px;
    text-align: center;
    height: 28px;
    border-radius: 4px;
}
.header .phone-n-icons a:hover.instagram {
    color: #e7e8e2;
    background: #C35547;

}
.header .phone-n-icons a.viber {
  color: #AF83D0;
  margin-right: 5px;
      background: #e7e8e2;
    width: 30px;
    text-align: center;
    height: 28px;
    border-radius: 4px;
}
.header .phone-n-icons a:hover.viber {
  color: #e7e8e2;
 background: #AF83D0;
}
.header .phone-n-icons a.vk {
    color: #0077FF;
    font-size: 23px;
    margin-right: 7px;
    background: #e7e8e2;
    height: 27px;
    width: 30px;
    width: 30px;
    text-align: center;
    height: 28px;
    border-radius: 4px;
}
.header .phone-n-icons a:hover.vk {
    color: #e7e8e2;
    background: #0077FF;

}
.header .phone-n-icons a.icon:last-of-type {
  margin-right: 0;
}

.header .header-contact .change-city {
  font-size: 15px;
}

@media (max-width: 1200px) {
  .header-menu nav>ul>li>a {
    padding: 20px 17px 22px 17px;
    font-size: 18px;
  }
}

@media (max-width: 1100px) {
  .header-menu nav>ul>li>a {
    padding: 20px 12px 22px 12px;
    font-size: 16px;
  }
}

@media (max-width: 1020px) {
  .wrapper {
    padding-top: 0;
  }

  .header {
    position: relative;
  }

  .header .main-nav .row {
    padding: 6px 0;
  }

  .header-burger {
    display: flex;
    align-items: center;
    margin-left: 20px;
  }

  .header-burger .burger {
    position: relative;
    width: 60px;
    height: 34px;
    cursor: pointer;
  }

  .header-burger .burger:before,
  .header-burger .burger span,
  .header-burger .burger:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #404853;
    transition: 0.3s;
  }

  .header-burger .burger:before,
  .header-burger .burger:after {
    transition: top 0.3s 0s, transform 0.3s 0.2s;
  }

  .animation-reverse .header-burger .burger:before,
  .animation-reverse .header-burger .burger:after {
    transition: transform 0.3s 0s, top 0.3s 0.2s;
  }

  .header-burger .burger:before {
    content: '';
    position: absolute;
    top: 0;
  }

  .header-burger .burger span {
    top: 50%;
    transform: translate(0px, -50%);
  }

  .header-burger .burger:after {
    content: '';
    position: absolute;
    top: calc(100% - 4px);
  }

  .mobile-menu-active .header-burger .burger:before {
    top: calc(50% - 2px);
    transform: rotate(45deg);
    transform-origin: center;
  }

  .mobile-menu-active .header-burger .burger span {
    opacity: 0;
  }

  .mobile-menu-active .header-burger .burger:after {
    top: calc(50% - 2px);
    transform: rotate(-45deg);
    transform-origin: center;
  }

  .header .header-menu .phone-n-icons {
    display: flex;
  }

  .header-menu nav {
    position: unset;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .header-menu .phone-n-icons a.phone {
    font-weight: 600;
    color: #404853;
  }

  .header-menu .phone-n-icons a.icon {
    font-size: 24px;
  }

  .header-menu .phone-n-icons a.whatsapp {
    padding-top: 3px;
  }

  .header-menu .phone-n-icons a.telegram {
    padding-top: 3px;
  }

  .header-menu .phone-n-icons a.viber {
    color: #7C519E;
  }

  .header-menu .phone-n-icons a.instagram,
  .header-menu .header-contact a.vk {
    font-size: 27px;
  }

  .header-menu nav ul {
    display: block;
    justify-content: initial;
  }

  .header-menu nav>ul {
    position: absolute;
    top: 100%;
    border-top: 2px solid #dedede;
    left: 100%;
    width: 100%;
    background: #f9f9f9;
    transition: all 0.5s ease;
    z-index: 10;
  }

  .header-menu.mobile-menu-active nav>ul {
    left: 0%;
    text-align: left;
  }

  .header-menu nav ul li.item-has-children>a:after {
    display: none;
  }

  .header nav ul .item-has-children {
    padding: 0;
  }

  .header-menu nav ul li a {
    display: block;
    height: auto;
    padding: 9px 15px;
    padding-right: 0;
    font-size: 17px;
    text-align: left;
    color: #000;
    line-height: 1.3;
    border-bottom: 1px solid #dedede;
  }

  .header-menu nav ul li a:hover {
    color: #000;
  }

  .header-menu nav ul .item-has-children ul {
    height: 0;
    border: 0;
    box-shadow: initial;
    overflow: hidden;
    transform: translateY(0);
  }

  .header-menu nav ul .item-has-children ul li {
    border-bottom: 0;
  }

  .header-menu nav ul .item-has-children ul li a,
  .header-menu nav ul .item-has-children ul li a:hover {
    padding: 6px 18px;
    color: #333;
  }

  .header-menu nav ul .item-has-children ul li a:hover {
    background: transparent;
  }

  .header-menu .item-has-children.submenu-opened>ul {
    position: initial;
    opacity: 1;
    width: auto;
    height: auto;
    background-color: transparent;
    border-width: 0;
    box-shadow: initial;
    -webkit-box-shadow: initial;
    -moz-box-shadow: initial;
    transition: 0s;
  }

  .header-menu .item-has-children>ul>li>a:before {
    content: "-";
    padding-left: 3px;
    font-size: 14px;
  }

  .header-menu .i-submenu {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    text-align: right;
    display: inline-block;
    color: #404853;
    font-size: 19px;
    padding: 2px 15px;
    line-height: 1.95;
    cursor: pointer;
  }

  .header-menu .i-submenu i {
    transform: rotate(0deg);
    transition: 0.2s;
  }

  .header-menu .submenu-opened .i-submenu i {
    transform: rotate(180deg);
  }

  .header-menu .item-has-children .sub-menu {
    border-top-width: 0;
    box-shadow: initial;
    -webkit-box-shadow: initial;
    -moz-box-shadow: initial;
  }

  .header .header-menu {
    order: 1;
  }

  .header .header-contact p.header-contact-tel a {
    font-size: 18px;
  }

  .header .header-contact p.header-contact-tel {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

@media (max-width: 700px) {
  .header .logo-header {
    min-width: 165px;
  }

  .header .logo-header img {
    max-height: 35px;
  }

  .header-menu .phone-n-icons a.phone {
    font-size: 17px;
  }

  .header-menu .phone-n-icons a.icon {
    font-size: 20px;
  }

  .header-menu .phone-n-icons a.instagram {
    font-size: 23px;
  }
  .logo-header span {
    font-size: 8px;
    display: block;
    padding: 3px 4px;
    display: block;
    line-height: 13px;
    max-width: 192px;
    text-align: center;
    font-weight: 300;
}
}

@media (max-width: 600px) {
  .header-menu .phone-n-icons {
    flex-wrap: wrap;
    justify-content: flex-end;
    text-align: right;
  }

  .header-menu .phone-n-icons a.phone {
    width: 100%;
    line-height: 1;
    margin-right: 0;
    margin-bottom: 3px;
  }

  .header-menu .phone-n-icons a.icon {
    line-height: 1;
  }

  .header-menu .phone-n-icons a.icon {
  font-size: 22px;
  }

  .header-menu .phone-n-icons a.telegram,
  .header-menu .phone-n-icons a.whatsapp {
    padding-top: 0;
  }

  .header-menu .phone-n-icons a.instagram {
font-size: 25px;
  }
}

@media (max-width: 500px) {
  .header-burger {
    margin-left: 10px;
  }

.header-burger .burger {
    width: 34px;
}

  .header-menu .phone-n-icons a.phone {
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  .header .main-nav {
    padding: 0 5px;
  }

  .header .logo-header {
    min-width: 132px;
  }

  .header .logo-header img {
    max-height: 28px;
  }

  .header-menu .phone-n-icons a.phone {
    font-size: 15px;
  }

  .header-burger .burger {
    width: 45px;
  }

  .header-burger .burger {
    height: 29px;
  }
}

/****************** Основная кнопка ******************/
a.main-btn,
button.main-btn {
  position: relative;
  display: flex;
  align-items: center;
  width: max-content;
  padding: 15px 45px 12px 45px;
  overflow: hidden;
  border: 3px solid #FFC100;
  color: #fff;
  font-family: 'Stolzl', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-left: auto;
  transition: 0.3s;
  z-index: 1;
}

a.main-btn:hover,
button.main-btn:hover {
  color: #fff;
}

a.main-btn span.btn-bg,
button.main-btn span.btn-bg {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #FFC100;
  transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}

a.main-btn:hover span.btn-bg,
button.main-btn:hover span.btn-bg {
  width: 225%;
  height: 562.5px;
}

a.main-btn:active,
button.main-btn:active {
  background-color: #fff;
}

a.main-btn span.icon,
button.main-btn span.icon {
  font-size: 22px;
  margin-left: 15px;
  margin-bottom: 3px;
  transition: 0.2s
}

a.main-btn:hover span.icon,
button.main-btn:hover span.icon {
  transform: translate(6px, 0);
}

@media (max-width: 800px) {

  a.main-btn,
  button.main-btn {
    padding: 11px 8px 10px 8px;
    font-size: 18px;
  }
}

@media (max-width: 450px) {
  a.main-btn span.icon {
    display: none;
  }

  a.main-btn,
  button.main-btn {
    font-size: 13px;
  }
}

/****************** Первый блок ******************/
.row-top{
    max-width: 1472px;
    margin: 0 auto;
}
.first-block {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 97px);
  padding: 40px 0;
  background: url('/assets/images/fon-3.jpg') no-repeat right center / cover;
}

.first-block .left-top-block {
  position: relative;
  /* width: 881px; */
  max-width: 60%;
  padding: 55px 70px;
  overflow: hidden;
  text-align: right;
  border-radius: 12px;
  margin: 0 38px 0 0px;
  z-index: 1;
  float: left;
  /* min-height: 500px; */
}

.first-block .left-top-block .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(120deg, #31373F 0%, #55606E 100%);
  border-radius: 12px;
  z-index: -1;
}

.first-block .right-top-block {
    position: relative;
    width: 35%;
    /* max-width: 62%; */
    padding: 55px 70px;
    overflow: hidden;
    text-align: left;
    border-radius: 12px;
    margin: 0px 0px 0px 0px;
    z-index: 1;
    /* height: 492px; */
    max-height: 100%;
    color: #31373f;
    /* min-height: 500px; */
}
.first-block .right-top-block .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(120deg, #ffffffa8 0%, #d5ccc2e8 100%);
  border-radius: 12px;
  z-index: -1;
}
.first-block .right-top-block p.subtitle {
    color: #31373f;
}
.first-block .right-top-block li {
    line-height: 22px;
    padding: 3px 0;
    font-size: 19px;
    margin-bottom: 14px;
}

.first-block span.icon-bg {
  display: none;
}

.first-block h1 {
  color: #fff;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
}

.first-block h1 span {
  font-size: 44px;
  font-weight: 400;
}

.first-block hr {
  border: 0;
  width: 65%;
  height: 3px;
  background: #FFC100;
  margin: 35px 0 35px auto;
}

.first-block p.subtitle {
  color: #fff;
  font-size: 22px;
  font-weight: 200;
  margin-bottom: 30px;
}

.first-block .button-wrapper {
  text-align: right;
  margin-bottom: 0;
}

.first-block a.main-btn {
  position: relative;
  border-radius: 3px;
}

.first-block a.main-btn span.icon {
  top: 50%;
  right: 30px;
  font-size: 30px;
}

@media (max-width: 1020px) {
  .first-block {
    min-height: auto;
    padding: 0;
  }

  .first-block .row {
    width: 100%;
    max-width: 100%;
    padding: 70px;
    transform: translate(0, 0);
    border-radius: 0;
    margin: 0;
  }

  .first-block .row .bg {
    opacity: 0.7;
    border-radius: 0;
  }
}

@media (max-width: 800px) {
  .first-block h1 {
    font-size: 40px;
  }

  .first-block h1 span {
    font-size: 35px;
  }

  .first-block p.subtitle {
    font-size: 20px;
  }

  .first-block a.main-btn span.icon {
    font-size: 21px;
  }
}

@media (max-width: 700px) {
  .first-block .row {
    padding: 60px 35px;
  }

  .first-block span.icon-bg {
    left: -13%;
    font-size: 250px;
  }
}

@media (max-width: 600px) {
  .first-block .row {
    padding: 40px 30px;
  }

  .first-block h1 {
    font-size: 32px;
    font-weight: 400;
  }

  .first-block h1 span {
    font-size: 30px;
  }

  .first-block hr {
    width: 100%;
    height: 2px;
    margin: 28px 0;
  }

  .first-block span.icon-bg {
    top: 66%;
    left: -17%;
    font-size: 220px;
  }
}

@media (max-width: 500px) {
  .first-block .row {
    padding: 32px 20px 35px 20px;
  }

  .first-block h1,
  .first-block h1 span {
    font-size: 28px;
  }

  .first-block h1 br {
    display: none;
  }

  .first-block span.icon-bg {
    top: 64%;
    left: -15%;
    font-size: 220px;
  }
}

@media (max-width: 420px) {
  .first-block hr {
    margin: 22px 0;
  }

  .first-block a.main-btn span.icon {
    display: none;
  }

  .first-block span.icon-bg {
    left: -20%;
    font-size: 200px;
  }
}

/****************** Наши услуги ******************/
.our-services {
  padding: 50px 20px 60px 20px;
}

.our-services .row {
  max-width: 1200px;
}

.our-services h2 {
  text-align: center;
}

.our-services .columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 70px;
  row-gap: 0;
}

.our-services .columns .col a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 25px 32px 22px 15px;
  font-size: 20px;
  font-weight: 200;
  border-bottom: 1px solid #C6CBD2;
}

.our-services .columns .col:nth-of-type(9) a,
.our-services .columns .col:last-of-type a {
  border: 0;
}

.our-services .col span.icon {
  display: inline-block;
  opacity: 0.65;
  color: #404853;
  font-size: 48px;
  margin-right: 25px;
  z-index: 0;
}

.additional-services .col span.icon {
  right: 18px;
  font-size: 100px;
}

.our-services .col span.service-name {
  font-family: 'Lora', sans-serif;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 0;
}

.our-services .col a i {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  color: #697381;
  font-size: 17px;
  transition: 0.2s;
}

.our-services .col a:hover i {
  transform: translate(5px, -50%);
  color: #FFC100;
}

@media (max-width: 1020px) {
  .our-services {
    padding: 35px 20px 30px 20px;
  }

  .our-services h2 {
    margin-bottom: 10px;
  }

  .our-services .columns {
    max-width: 700px;
    grid-template-columns: 1fr;
    margin: 0 auto;
  }

  .our-services .columns .col a {
    padding: 20px 32px 13px 15px;
  }

  .our-services .columns .col:nth-of-type(9) a {
    border-bottom: 1px solid #C6CBD2;
  }

  .our-services .col span.icon {
    font-size: 42px;
  }
}

@media (max-width: 550px) {
  .our-services {
    padding: 22px 20px 25px 20px;
  }

  .our-services .col span.icon {
    font-size: 38px;
    margin-right: 17px;
  }

  .our-services .col span.service-name {
    font-size: 21px;
  }
}

@media (max-width: 420px) {
  .our-services .col span.service-name {
    font-size: 19px;
  }

  .our-services .col span.icon {
    font-size: 35px;
    margin-right: 11px;
  }
}

/****************** О нас ******************/
.about {
  padding: 40px 20px 45px 20px;
  background-image: linear-gradient(120deg, #31373F 0%, #55606E 100%);
  box-shadow: inset 0 0 10px rgb(0, 0, 0, 0.3);
}

.about h2 {
  color: #fff;
  margin-bottom: 0;
}

.about hr {
  width: 20%;
  height: 3px;
  background: #FFC100;
  border: 0;
  margin: 30px 0;
}

.about p {
  font-size: 20px;
  font-weight: 200;
  color: #fff;
  margin-bottom: 0;
}

@media (max-width: 800px) {
  .about {
    padding: 33px 20px 35px 20px;
  }

  .about hr {
    width: 35%;
  }

  .about p {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .about hr {
    width: 48%;
    height: 2px;
    margin: 24px 0;
  }
}

@media (max-width: 500px) {
  .about p {
    font-size: 16px;
  }
}

/****************** Ликвидация ИП, описание ******************/
.likvidaciya-ip-about {
  padding: 45px 20px;
  background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
  box-shadow: inset 0 0 4px rgb(0 0 0 / 22%);
}

.likvidaciya-ip-about p {
  color: #333;
  font-weight: 400;
  margin-bottom: 15px;
}

.likvidaciya-ip-about .package-documents {
  margin-top: 25px;
}

.likvidaciya-ip-about p a {
  font-weight: 600;
}

.likvidaciya-ip-about p:last-of-type {
  margin-bottom: 0;
}

/****************** Почему мы ******************/
.why-we {
  padding: 40px 20px 65px 20px;
}

.why-we h2 {
  text-align: center;
}

.why-we .columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  max-width: 1100px;
  margin: 0 auto;
}

.why-we .columns .col {
  display: flex;
  justify-content: space-between;
  background: #EBEBEB;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: inset 0 0 3px rgb(0, 0, 0, 0.15);
}

.why-we .columns .col-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  padding-right: 12px;
  background: #6E7378;
  clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 100%, 0 0);
}

.why-we .columns .col-icon span {
  color: #FFC100;
  font-size: 80px;
}

.why-we .col .info {
  width: calc(100% - 180px);
  padding: 20px 30px 20px 0;
}

.why-we .col .info p {
  color: #444;
  font-size: 16px;
  margin-bottom: 0;
}

.why-we .col .info p.title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 9px;
}

@media (max-width: 700px) {
  .why-we {
    padding: 30px 20px 45px 20px;
  }
}

@media (max-width: 600px) {
  .why-we {
    padding: 30px 20px 45px 20px;
  }

  .why-we h2 {
    margin-bottom: 8px;
  }

  .why-we .columns .col {
    display: block;
    padding-bottom: 22px;
    background: transparent;
    border-radius: 0;
    border-bottom: 2px solid #dedede;
    box-shadow: none;
  }

  .why-we .columns .col:last-of-type {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .why-we .columns .col-icon {
    width: 100%;
    padding-right: 0;
    padding: 10px 0;
    background: transparent;
  }

  .why-we .columns .col-icon span {
    font-size: 65px;
  }

  .why-we .col:first-of-type .col-icon span {
    line-height: 0.6;
  }

  .why-we .col .info {
    width: 100%;
    padding: 0;
  }

  .why-we .col .info p.title {
    text-align: center;
  }

  .why-we .col .info p {
    font-size: 15px;
  }
}

/****************** Блок с цифрами ******************/
.block-numeral {
  position: relative;
  padding: 90px 20px;
  background: url(/assets/images/fon-8.jpg) no-repeat center / cover;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}

.block-numeral:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.block-numeral .columns {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  z-index: 1;
}

.block-numeral .columns:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(80, 89, 100, .7);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  z-index: -1;
}

.block-numeral .columns .col {
  position: relative;
  padding: 40px;
  text-align: center;
}

.block-numeral .columns .col:before {
  content: '';
  position: absolute;
  right: 0;
  top: 15%;
  width: 1px;
  height: 70%;
  background-color: #fff;
}

.block-numeral .columns .col:last-of-type:before {
  width: 0;
}

.block-numeral .col .number {
  color: #fff;
  font-family: 'Lora', sans-serif;
  font-size: 45px;
  margin-bottom: 0;
}

.block-numeral .col hr {
  width: 60px;
  border-top: 3px solid #FFC100;
  margin: 20px auto;
}

.block-numeral .col .text {
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}

@media (max-width: 1100px) {
  .block-numeral .columns .col {
    padding: 25px;
  }

  .block-numeral .col .number {
    font-size: 32px;
  }

  .block-numeral .col hr {
    margin: 12px auto;
  }

  .block-numeral .col .text {
    font-size: 18px;
    line-height: 1.2;
  }
}

@media (max-width: 800px) {
  .block-numeral {
    padding: 0;
    box-shadow: none;
  }

  .block-numeral .columns {
    grid-template-columns: 1fr 1fr;
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }

  .block-numeral .columns:before {
    background-color: rgba(80, 89, 100, .75);
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    border-radius: 0;
  }

  .block-numeral .columns .col:before {
    width: 0;
  }

  .block-numeral .columns .col:nth-of-type(1),
  .block-numeral .columns .col:nth-of-type(3) {
    border-right: 1px solid #b7b7b7;
  }

  .block-numeral .columns .col:nth-of-type(1),
  .block-numeral .columns .col:nth-of-type(2) {
    border-bottom: 1px solid #b7b7b7;
  }
}

@media (max-width: 450px) {
  .block-numeral .columns .col {
    padding: 18px;
  }

  .block-numeral .col .number {
    font-size: 28px;
  }

  .block-numeral .col .text {
    font-size: 13px;
  }
}

/****************** Схема работы ******************/
.sheme-work {
  padding: 50px 20px;
}

.vnesenie-izmenenij-instruction-ip {
  background: #EDF0F5;
}

.sheme-work h2 {
  text-align: center;
}

.sheme-work .columns {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1px;
  background-color: #aaaeb3;
}

.vnesenie-izmenenij-instruction-ip .columns {
  max-width: 1100px;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
}

.sheme-work .columns .col {
  position: relative;
  padding: 50px;
  background: #fff;
  text-align: center;
}

.vnesenie-izmenenij-instruction-ip .columns .col {
  background: #EDF0F5;
}

.sheme-work .col .num {
  position: absolute;
  top: 50%;
  left: 10%;
  display: inline-block;
  font-family: 'Lora', sans-serif;
  font-size: 180px;
  color: #000;
}

.sheme-work .col .icon {
  color: #404953;
  font-size: 60px;
}

.sheme-work .col hr {
  max-width: 120px;
  border-top: 3px solid #FFC100;
  margin: 18px auto;
}

.sheme-work .col p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.sheme-work .col p.name {
  font-size: 18px;
  margin-bottom: 10px;
}

.sheme-work .col p a {
  text-decoration: underline;
}

@media (max-width: 1020px) {
  .sheme-work {
    padding: 30px 0 0 0;
  }

  .sheme-work .columns {
    grid-template-columns: 1fr 1fr;
  }
  
  .sheme-work.otkrytie-scheta-instruction .columns {
    grid-template-columns: 1fr;
  }

  .sheme-work .columns .col:last-of-type {
    padding-bottom: 70px;
  }
}

@media (max-width: 600px) {
  .sheme-work {
    padding: 20px 0 0 0;
  }

  .sheme-work .columns .col {
    padding: 35px 20px;
  }

  .sheme-work .col .num {
    font-size: 165px;
  }
}

@media (max-width: 500px) {
  .sheme-work .columns {
    grid-template-columns: 1fr;
  }

  .sheme-work .columns .col:last-of-type {
    padding-bottom: 50px;
  }

  .sheme-work .col .num {
    font-size: 150px;
  }
}

/****************** Блок отзывов ******************/
.reviews-block-title h2 {
    text-align: center;
	margin-bottom: 10px;
}
.reviews-block-title p {
    text-align: center;
	
}
.reviews-block-info {
  padding: 50px 20px;
}

.reviews-block-info .columns {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
    text-align: center;
}
.reviews-block-info .col {
    background: #f6f6f6;
    padding: 30px 35px;
}
.reviews-img img {
    max-width: 165px;
    text-align: center;
}
.reviews-img  {
    padding-bottom: 22px;
    /* max-width: 123px; */
    text-align: center;
    display: block;
}
.col-top p {
    color: #666464;
    font-size: 14px;
}
.col-bottom {
    display: block;
    font-size: 16px;
    color: #606060;
    font-family: "Stolzl", sans-serif;
} 
 .left-bottom {
    display: inline-block;
    text-align: left;
    float: left;
}
.right-bottom {
    display: inline-block;
    float: right;
    line-height: 47px;
}
.left-bottom span {
    font-size: 42px;
    font-weight: 800;
    color: #009004;
    padding-right: 5px;
    line-height: 30px;
}

@media (max-width: 1020px) {
  .reviews-block-info  {
    padding: 30px 0 0 0;
  }

  .reviews-block-info .columns {
    grid-template-columns: 1fr 1fr;
  }
  

  .reviews-block-info .columns .col:last-of-type {
    padding-bottom: 70px;
  }
}

@media (max-width: 600px) {
  .reviews-block-info  {
    padding: 20px 0 0 0;
  }

  .reviews-block-info  .columns .col {
    padding: 35px 20px;
  }

}

@media (max-width: 500px) {
  .reviews-block-info  .columns {
    grid-template-columns: 1fr;
  }

.reviews-block-info .columns .col:last-of-type {
    padding-bottom: 50px;
  }

}
 /****************** Блок город ******************/
 .gorod-block {
    padding: 20px 30px 65px 30px;
    background-image: linear-gradient(to top, #ffffff 0%, #ffffff 100%);
}
 
 .gorod-block-bg {
    border-radius: 6px;
    border: 1px solid #c3c3c3;
    background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
    padding: 30px 30px;
}
 .gorod-block-bg h3 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 8px;
}
.gorod-block-txt p {
    font-size: 14px;
    margin-bottom: 0;
}
.gorod-block-columns {
    display: grid;
    grid-template-columns: 1fr 6fr;
    column-gap: 60px;
}
.gorod-block-img img {
    max-height: 183px;
    margin-top: 10px;
}
 /****************** Блок руководитель ******************/
.list-3-columns .columns {
    display: grid;
    grid-template-columns: 2fr 3fr;
    column-gap: 60px;
}
.list-3-columns-offer {
    padding: 45px 20px 60px 20px;
    background: #fff;
}
.ruk-title {
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 15px;
	font-family: "Stolzl", sans-serif;
    color: #333;
    font-weight: 500;
}

.ruk-text h2 {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 15px;
    font-family: "Stolzl", sans-serif;
    color: #333;
    font-weight: 500;
}
.p-black-700 p {
    font-size: 19px;
    font-weight: 600;
}

.ol-andpol ol {
	list-style-type: none; 
	counter-reset: num;
	margin: 0 0 0 45px;
	padding: 15px 0 5px 0;
	font-size: 16px;
}
.ol-andpol  ol li {
	position: relative;
	margin: 0 0 28px 30px;
	padding: 0 0 28px 0px;
	line-height: 1.4;
	border-bottom: 1px solid #ddd;
}
.ol-andpol  ol li:before {
	content: counter(num);
	counter-increment: num;
	display: inline-block;
	position: absolute;
	top: -8px;
	left: -78px;
	width: 48px;
	height: 45px;
	background: #270007;
	color: #fff;
	text-align: center;
	line-height: 46px;
	font-size: 26px;
	background: #59637F;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.45);
	border-radius: 5px;
}


/****************** Блок форма с картой ******************/

.maps-bottom {
    position: relative;
    padding: 70px 0;
}
.maps-bottom .map{
    border: 1px solid #ddd;
    padding: 5px;
}
.maps-bottom .form-block {
    position: absolute;
    right: 27px;
    top: 32px;
    background: #ffffffcf;
    padding: 42px 35px;
    border-radius: 9px;
    border: 1px solid #ddd;
    max-width: 442px;
    margin-bottom: 40px;
}
.maps-bottom .form-block .btn-form button {
    width: 100%;
    padding: 12px 45px;
    font-size: 20px;
    color: #fff;
    background-color: #ffc100;
    border: 3px solid #FFC100;
    border-radius: 0;
    transition: 0.2s;
}
.maps-bottom .form-block .form-group input[type=text] {
    width: 100%;
    height: 48px;
    padding: 5px 15px;
    font-size: 16px;
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    font-family: sans-serif;
    font-family: "Montserrat", sans-serif;
}
.maps-bottom textarea{
    width: 100%;
    height: 120px;
    padding: 5px 15px;
    font-size: 19px;
    border: 1px solid rgb(203, 203, 203);
    border-radius: 4px;
    color: #222;
    line-height: normal;
    font-family: "Montserrat", sans-serif;
}
.maps-bottom .control-checkbox input:checked~.list-item-label {
    background: #dcdcdc;
    border: 1px solid #8c8585;
}
.maps-bottom .form-block .btn-form button:hover {
    background: #E1A900;
}
.maps-bottom  p.popup-title {
    color: #444;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 19px;
    /* max-width: 306px; */
}
/****************** Блок заявки ******************/
.order-block {
  padding: 60px 20px;
  background-image: linear-gradient(120deg, #31373F 0%, #55606E 100%);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

.order-block .columns {
  display: flex;
  justify-content: center;
  align-items: center;
}

.order-block .text p {
  font-family: "Stolzl", sans-serif;
  font-size: 36px;
  font-weight: 200;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 0;
  margin-right: 60px;
}

.order-block .text p br {
  display: none;
}

.order-block .phone-n-messangers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}

.order-block .phone-n-messangers .phone i {
  font-size: 20px;
  color: #c9c9c9;
  margin-right: 5px;
}

.order-block .phone-n-messangers .phone a {
  color: #fff;
  font-size: 21px;
  margin-right: 10px;
}

.order-block .phone-n-messangers .social-n-messangers .icon {
  font-size: 25px;
}

.order-block .phone-n-messangers .social-n-messangers .icon.whatsapp {
  color: #51CB5F;
  margin-right: 5px;
}

.order-block .phone-n-messangers .social-n-messangers .icon.telegram {
  color: #249BD7;
}

.order-block .phone-n-messangers .social-n-messangers .icon.viber {
  color: #AF83D0;
}

.order-block .contacts .main-btn {
  padding: 15px 35px 12px 35px;
}

@media (max-width: 800px) {
  .order-block {
    padding: 30px 20px 40px 20px;
  }

  .order-block .columns {
    display: block;
  }

  .order-block .columns .text {
    margin-bottom: 15px;
  }

  .order-block .text p {
    text-align: center;
    margin-right: 0;
    margin-bottom: 25px;
  }

  .order-block .text p br {
    display: inline;
  }

  .order-block .phone-n-messangers {
    justify-content: center;
  }

  .order-block a.main-btn {
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .order-block .text p {
    font-size: 28px;
    margin-bottom: 14px;
  }

  .order-block .contacts .main-btn {
    padding: 10px 30px 8px 30px;
  }
}

@media (max-width: 500px) {
  .order-block .text p {
    font-size: 20px;
  }
}

/****************** Слайдер карусель партнеров ******************/
.partners {
  padding: 50px 30px 65px 30px;
  background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
}

.partners h2 {
  text-align: center;
}

.partners .partners-carousel {
  max-width: 1250px;
  margin: 0 auto;
}

.partners .owl-carousel .owl-nav {
  width: calc(100% + 50px);
  height: 100%;
  top: 0;
  left: -25px;
  z-index: -1;
}

.partners .owl-carousel .owl-nav button span {
  width: 24px;
  height: calc(100% - 2px);
  transform: translate(0, 0);
  background: rgba(52, 58, 66, 0.3);
}

.partners .owl-carousel .owl-nav button.owl-prev span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.partners .owl-carousel .owl-nav button.owl-next span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.partners .owl-carousel .owl-nav button span:hover {
  background: #373E47;
}

.partners .owl-carousel .owl-nav button.owl-prev span:before,
.partners .owl-carousel .owl-nav button.owl-next span:before {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.partners .owl-carousel .owl-dots {
  margin: 0;
}

.partners .owl-carousel .owl-dots .owl-dot.active span {
  background: #167ec2;
}

.partners .owl-item {
  padding: 20px 30px;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 5px;
}

@media (max-width: 600px) {
  .partners {
    padding: 26px 30px 30px 30px;
  }

  .partners h2 {
    margin-bottom: 18px;
  }

  .partners .owl-carousel .owl-nav {
    width: calc(100% + 35px);
    left: -17px;
  }

  .partners .owl-carousel .owl-nav button span {
    width: 18px;
  }

  .partners .owl-carousel .owl-nav button.owl-prev span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .partners .owl-carousel .owl-nav button.owl-next span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
}


.nagrada-block {
  padding: 50px 30px 65px 30px;
  background-image: linear-gradient(to top, #ffffff 0%, #ffffff 100%);
}

.nagrada-block h2 {
  text-align: center;
}

.nagrada-block .partners-carousel {
  max-width: 1250px;
  margin: 0 auto;
}

.nagrada-block .owl-carousel .owl-nav {
  width: calc(100% + 50px);
  height: 100%;
  top: 0;
  left: -25px;
  z-index: -1;
}

.nagrada-block .owl-carousel .owl-nav button span {
  width: 24px;
  height: calc(100% - 2px);
  transform: translate(0, 0);
  background: rgba(52, 58, 66, 0.3);
}

.nagrada-block .owl-carousel .owl-nav button.owl-prev span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.nagrada-block .owl-carousel .owl-nav button.owl-next span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.nagrada-block .owl-carousel .owl-nav button span:hover {
  background: #373E47;
}

.nagrada-block .owl-carousel .owl-nav button.owl-prev span:before,
.nagrada-block .owl-carousel .owl-nav button.owl-next span:before {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.nagrada-block .owl-carousel .owl-dots {
  margin: 0;
}

.nagrada-block .owl-carousel .owl-dots .owl-dot.active span {
  background: #167ec2;
}

.nagrada-block .owl-item {
  padding: 20px 30px;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 5px;
}

@media (max-width: 600px) {
  .nagrada-block{
    padding: 26px 30px 30px 30px;
  }

  .nagrada-block h2 {
    margin-bottom: 18px;
  }

  .nagrada-block .owl-carousel .owl-nav {
    width: calc(100% + 35px);
    left: -17px;
  }

  .nagrada-block.owl-carousel .owl-nav button span {
    width: 18px;
  }

  .nagrada-block .owl-carousel .owl-nav button.owl-prev span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .nagrada-block .owl-carousel .owl-nav button.owl-next span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
}





/****************** Слайдер карусель отзывов ******************/
.video-feedbacks {
  padding: 40px 0 55px 0;
}

.video-feedbacks h2 {
  padding: 0 20px;
  text-align: center;
}

.video-feedbacks .owl-carousel.owl-drag .owl-item {
  opacity: 0.6;
  transform: scale(0.92);
  transition: 0.4s;
}

.video-feedbacks .owl-carousel.owl-drag .owl-item.center {
  opacity: 1;
  transform: scale(1);
}

.video-feedbacks .slider-gallery .owl-nav {
  width: 100%;
  height: 0;
  top: 50%;
  left: 0;
  z-index: 0;
}

.video-feedbacks .owl-carousel .owl-nav button span {
  width: 40px;
  height: 120px;
  transform: translate(0px, -50%);
  background: #434A53;
  transition: 0.2s;
}

.video-feedbacks .owl-carousel .owl-nav button:hover span {
  background: #292E35;
}

.video-feedbacks .owl-nav button.owl-next span,
.video-feedbacks .owl-nav button.owl-prev span {
  border-radius: 0;
}

.video-feedbacks .owl-carousel .owl-nav button.owl-prev span:before,
.video-feedbacks .owl-carousel .owl-nav button.owl-next span:before {
  font-size: 33px;
}

.video-feedbacks .owl-carousel .owl-nav button.owl-prev:hover span:before,
.video-feedbacks .owl-carousel .owl-nav button.owl-next:hover span:before {
  color: #FFC100;
}

.video-feedbacks .link p {
  padding: 0 20px;
  text-align: right;
  margin-top: 30px;
  margin-bottom: 0;
}

.video-feedbacks .link p a {
  font-family: "Stolzl", sans-serif;
  color: #000;
  font-size: 20px;
}

.video-feedbacks .link p a span {
  text-decoration: underline;
}

.video-feedbacks .link p a i {
  font-size: 17px;
  margin-left: 6px;
  margin-top: 2px;
  transition: 0.25s;
}

.video-feedbacks .link p a:hover i {
  transform: translate(4px, 0);
}

@media (max-width: 800px) {
  .video-feedbacks {
    padding: 28px 0 30px 0;
  }

  .video-feedbacks .owl-carousel .owl-nav button span {
    width: 27px;
  }

  .video-feedbacks .owl-carousel .owl-nav button.owl-prev span:before,
  .video-feedbacks .owl-carousel .owl-nav button.owl-next span:before {
    font-size: 25px;
  }

  .video-feedbacks .owl-carousel.owl-drag .owl-item {
    opacity: 0.4;
    transform: scale(0.96);
  }
}

@media (max-width: 500px) {
  .video-feedbacks h2 {
    margin-bottom: 8px;
  }

  .video-feedbacks .owl-carousel .owl-nav button span {
    width: 21px;
  }

  .video-feedbacks .owl-carousel .owl-nav button.owl-prev span:before,
  .video-feedbacks .owl-carousel .owl-nav button.owl-next span:before {
    font-size: 21px;
  }

  .video-feedbacks .link p {
    margin-top: 10px;
  }
}

/****************** Страница отзывов ******************/
.reviews-first-block .columns {
  display: flex;
}

.reviews-first-block .left-col {
  position: relative;
  width: 45%;
  transform: skew(-12deg, 0deg);
  padding: 35px 70px 25px 50px;
  text-align: right;
  z-index: 2;
}

.reviews-first-block .left-col .bg {
  position: absolute;
  top: 0;
  left: -10%;
  width: 110%;
  height: 100%;
  background-image: linear-gradient(120deg, #31373F 0%, #55606E 100%);
  z-index: -1;
}

.reviews-first-block h1 {
  text-align: right;
  color: #fff;
  font-size: 55px;
  margin-left: 50px;
  margin-bottom: 10px;
}

.reviews-first-block span.icon-bg {
  display: inline-block;
  opacity: 0.75;
  color: #FFC100;
  font-size: 95px;
  margin-bottom: 10px;
}

.reviews-first-block .right-col {
  position: relative;
  width: 55%;
  transform: skew(-12deg, 0deg);
  z-index: 1;
}

.reviews-first-block .right-col .bg {
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  height: 100%;
  transform: skew(12deg, 0deg);
  background: url('/assets/images/fon-12.jpg') no-repeat center / cover;
  z-index: -1;
}

.reviews-first-block .right-col .bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.12;
}

.video-feedbacks-reviews-page {
  padding: 85px 20px 70px 20px;
  background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
  border-top: 3px solid #FFC100;
}

.reviews-screens {
  background: #fff;
  box-shadow: inset 0 0 6px rgb(0 0 0 / 33%);
}

.reviews-screens .row {
  padding: 50px 20px;
  max-width: 1050px;
}

.reviews-screens .owl-carousel.owl-drag .owl-item {
  opacity: 0.45;
  transform: scale(0.92);
  transition: 0.4s;
}

.reviews-screens .owl-carousel.owl-drag .owl-item.center {
  opacity: 1;
  transform: scale(1);
}

@media (max-width: 1020px) {
  .reviews-first-block .columns {
    position: relative;
    display: block;
  }

  .reviews-first-block .left-col {
    width: 100%;
    transform: skew(0, 0deg);
    text-align: left;
  }

  .reviews-first-block h1 {
    text-align: left;
    margin-left: 0;
  }

  .reviews-first-block .left-col .bg {
    opacity: 0.8;
  }

  .reviews-first-block .right-col {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 800px) {
  .video-feedbacks-reviews-page {
    padding: 30px 0 30px 0;
  }

  .reviews-screens .row {
    padding: 30px 0px;
  }
}

@media (max-width: 600px) {
  .reviews-first-block .left-col {
    padding: 35px 20px 25px 30px;
  }

  .reviews-first-block span.icon-bg {
    font-size: 80px;
  }

  .reviews-first-block h1 {
    font-size: 35px;
  }
}

/****************** Первый блок для страницы услуг ******************/
.service-first-block .columns {
  display: flex;
}

.service-first-block .left-col {
  position: relative;
  width: 55%;
  transform: skew(-12deg, 0deg);
  padding: 45px 70px 15px 50px;
  text-align: right;
  z-index: 2;
}

.otkrytie-scheta-first-block .left-col {
  width: 60%;
  padding: 70px 70px 75px 50px;
}

.vypusk-ecp-first-block .left-col {
  width: 60%;
  padding: 70px 70px 75px 50px;
}

.sozdanie-sajtov-first-block .left-col {
  padding: 70px 70px 75px 50px;
}

.buhgalterskie-uslugi-first-block .left-col {
  width: 62%;
  padding: 70px 70px 75px 50px;
}

.service-first-block .left-col .bg {
  position: absolute;
  top: 0;
  left: -10%;
  height: 100%;
  background-image: linear-gradient(120deg, #31373F 0%, #55606E 100%);
  z-index: -1;
}

.service-first-block .left-col .icon-bg {
  position: absolute;
  top: 50%;
  left: 40px;
  color: #494F5A;
  font-size: 340px;
  z-index: -1;
}

.vypusk-ecp-first-block .left-col .icon-bg {
  left: 65px;
}

.vnesenie-izmenenij-first-block .left-col .icon-bg {
  font-size: 270px;
}

.otkrytie-scheta-first-block .left-col .icon-bg {
  font-size: 250px;
}

.poligraficheskaya-produkciya-first-block .left-col .icon-bg {
  left: 65px;
  font-size: 270px;
}

.sozdanie-sajtov-first-block .left-col .icon-bg {
  left: 65px;
}

.buhgalterskie-uslugi-first-block .left-col .icon-bg {
  left: 65px;
  font-size: 270px;
}

.service-first-block .left-col .icon-bg span {
  display: inline-block;
  transform: skew(12deg, 0deg) translate(0, -50%);
}

.service-first-block .left-col h1 {
  color: #fff;
  line-height: 1.2;
  margin-bottom: 30px;
}

.otkrytie-scheta-first-block .left-col h1 {
  font-size: 45px;
  line-height: 1.4;
  margin-bottom: 40px;
}

.buhgalterskie-uslugi-first-block .left-col h1 {
  font-size: 50px;
  line-height: 1.4;
}

.vypusk-ecp-first-block .left-col h1 {
  font-size: 40px;
  line-height: 1.4;
}

.service-first-block .left-col h1 span {
  display: inline-block;
  transform: skew(12deg, 0deg);
  max-width: 620px;
}

.service-first-block .left-col h1 span.city {
  font-size: 46px;
}

.service-first-block .left-col .price {
  transform: skew(12deg, 0deg);
  color: #fff;
  font-size: 28px;
  margin-bottom: 28px;
}

.service-first-block .left-col .price i {
  color: #FFC100;
  margin-right: 8px;
}

.service-first-block .left-col .price .before-discount {
  text-decoration: line-through;
  margin-left: 10px;
}

.service-first-block .left-col .price .after-discount {
  color: #FFC100;
  font-size: 34px;
  font-weight: 600;
}

.service-first-block .left-col .text-discount {
  transform: skew(12deg, 0deg);
  color: #fff;
  font-size: 20px;
  margin-bottom: 7px;
}

.service-first-block .left-col .additional-information {
  transform: skew(12deg, 0deg);
  color: #fff;
  font-size: 20px;
  margin-bottom: 40px;
}

.service-first-block .left-col ul {
  transform: skew(12deg, 0deg);
  margin-bottom: 50px;
}

.service-first-block .left-col ul li {
  position: relative;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 8px;
}

.service-first-block .left-col ul li:before {
  content: "\f00c";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  font-size: 28px;
  color: #FFC100;
  margin-right: 10px;
}

.service-first-block .left-col a.main-btn {
  transform: skew(12deg, 0deg);
}

.service-first-block .right-col {
  position: relative;
  width: 55%;
  transform: skew(-12deg, 0deg);
  z-index: 1;
}

.service-first-block .right-col .bg {
  position: absolute;
  top: 0;
  left: -15%;
  width: 130%;
  height: 100%;
  transform: skew(12deg, 0deg);
  background: url('/assets/images/fon-13.jpg') no-repeat center / cover;
  z-index: -1;
}

.poligraficheskaya-produkciya-first-block a.main-btn {
  border-color: #FF5800;
}

.poligraficheskaya-produkciya-first-block a.main-btn span.btn-bg {
  background-color: #FF5800;
}

.registraciya-ooo-first-block .right-col .bg {
  background: url('/assets/images/fon-16.jpg') no-repeat center / cover;
}

.vnesenie-izmenenij-first-block .right-col .bg {
  background: url('/assets/images/fon-18.jpg') no-repeat center / cover;
}

.likvidaciya-ip-first-block .right-col .bg {
  background: url('/assets/images/fon-19.jpg') no-repeat center / cover;
}

.likvidaciya-ooo-first-block .right-col .bg {
  background: url('/assets/images/fon-21.jpg') no-repeat center / cover;
}

.otkrytie-scheta-first-block .right-col .bg {
  background: url('/assets/images/fon-24.jpg') no-repeat center / cover;
}

.vypusk-ecp-first-block .right-col .bg {
  background: url('/assets/images/fon-25.jpg') no-repeat center / cover;
}

.poligraficheskaya-produkciya-first-block .right-col .bg {
  background: url('/assets/images/fon-28.jpg') no-repeat center / cover;
}

.sozdanie-sajtov-first-block .right-col .bg {
  background: url('/assets/images/fon-29.jpg') no-repeat center / cover;
}

.buhgalterskie-uslugi-first-block .right-col .bg {
  background: url('/assets/images/fon-30.jpg') no-repeat center / cover;
}
p.title {
    width: max-content;
    padding-bottom: 5px;
    font-size: 22px;
    font-weight: 600;
    border-bottom: 2px solid #FFC100;
    margin-bottom: 18px;
}
.seo2 p em {
    font-style: italic;
    color: #333;
    line-height: 1.4;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 16px;
}
@media (max-width: 1400px) {
  .service-first-block .columns {
    position: relative;
    display: block;
  }

  .service-first-block .left-col,
  .buhgalterskie-uslugi-first-block .left-col,
  .vypusk-ecp-first-block .left-col,
  .otkrytie-scheta-first-block .left-col {
    width: 100%;
    transform: skew(0, 0deg);
  }

  .service-first-block .left-col h1 span,
  .service-first-block .left-col h1 span.city,
  .service-first-block .left-col ul,
  .service-first-block .left-col a.main-btn,
  .service-first-block .left-col .price,
  .service-first-block .left-col .text-discount,
  .service-first-block .left-col .additional-information {
    transform: skew(0, 0deg);
    max-width: 740px;
  }

  .service-first-block .left-col .icon-bg span {
    transform: skew(0, 0deg) translate(0, -50%);
    color: #fff;
    opacity: 0.1;
  }

  .service-first-block .left-col {
    text-align: left;
  }

  .service-first-block .left-col .bg {
    left: 0;
    width: 100%;
    opacity: 0.85;
  }

  .service-first-block.vypusk-ecp-first-block .left-col .bg {
    background: #333;
    opacity: 0.6;
  }

  .service-first-block .left-col .icon-bg {
    display: none;
  }

  .service-first-block .left-col a.main-btn {
    margin-left: 0;
  }

  .service-first-block .right-col {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: skew(0, 0deg);
    opacity: 0.8;
  }

  .buhgalterskie-uslugi-first-block .right-col .bg {
    left: 0;
    width: 100%;
    transform: skew(0, 0deg);
  }
}

@media (max-width: 800px) {

  .service-first-block .left-col,
  .sozdanie-sajtov-first-block .left-col,
  .vypusk-ecp-first-block .left-col,
  .otkrytie-scheta-first-block .left-col,
  .buhgalterskie-uslugi-first-block .left-col {
    padding: 25px 30px 40px 30px;
  }

  .service-first-block .left-col h1,
  .otkrytie-scheta-first-block .left-col h1,
  .buhgalterskie-uslugi-first-block .left-col h1,
  .vypusk-ecp-first-block .left-col h1,
  .service-first-block .left-col h1 span.city {
    font-size: 38px;
  }

  .service-first-block .left-col h1 {
    margin-bottom: 18px;
  }

  .service-first-block .left-col ul {
    margin-bottom: 30px;
  }

  .service-first-block .left-col ul li {
    font-size: 18px;
  }

  .service-first-block .left-col ul li:before {
    font-size: 20px;
  }

  .service-first-block .left-col .price i {
    margin-right: 3px;
  }

  .service-first-block .left-col .price {
    font-size: 22px;
  }

  .service-first-block .left-col .price .after-discount {
    font-size: 28px;
  }
}

@media (max-width: 600px) {

  .otkrytie-scheta-first-block .left-col h1,
  .buhgalterskie-uslugi-first-block .left-col h1,
  .vypusk-ecp-first-block .left-col h1,
  .service-first-block .left-col h1 span.city {
    font-size: 32px;
  }

  .service-form.form-vypusk-ecp p.title br {
    display: none;
  }
}

@media (max-width: 500px) {

  .service-first-block .left-col,
  .sozdanie-sajtov-first-block .left-col,
  .vypusk-ecp-first-block .left-col,
  .otkrytie-scheta-first-block .left-col,
  .buhgalterskie-uslugi-first-block .left-col {
    padding: 23px 18px 32px 18px;
  }

  .service-first-block .left-col h1,
  .otkrytie-scheta-first-block .left-col h1,
  .buhgalterskie-uslugi-first-block .left-col h1,
  .vypusk-ecp-first-block .left-col h1,
  .service-first-block .left-col h1 span.city {
    font-size: 28px;
  }

  .service-first-block .left-col h1 span.city {
    display: inline;
  }

  .otkrytie-scheta-first-block .left-col h1 br,
  .buhgalterskie-uslugi-first-block .left-col h1 br,
  .vypusk-ecp-first-block .left-col h1 br {
    display: none;
  }

  .service-first-block .left-col ul li {
    font-size: 16px;
  }

  .service-first-block .left-col ul li:before {
    font-size: 18px;
  }

  .service-first-block .left-col .price {
    font-size: 20px;
  }

  .service-first-block .left-col .price .after-discount {
    font-size: 25px;
  }
}

/****************** Пошаговая инструкция, Страница услуг ******************/
.service-sheme-work.likvidaciya-ip-instruction .columns {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.service-sheme-work.likvidaciya-ip-instruction .col .num {
  font-size: 140px;
}

.service-sheme-work .columns .col:last-of-type p {
  text-align: center;
}

.service-sheme-work .col a.main-btn {
  padding: 8px 40px 8px 40px;
  color: #333;
  font-weight: 400;
  margin: 14px auto 10px auto;
  transition: 0.55s;
}

.service-sheme-work .col a.main-btn:hover {
  color: #fff;
}

.service-sheme-work .col a.main-btn span.btn-bg {
  transition: width 0.45s ease-in-out, height 0.45s ease-in-out;
}

.service-sheme-work .columns .col:last-of-type a.phone {
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 1020px) {
  .service-sheme-work.likvidaciya-ip-instruction .columns {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 500px) {
  .service-sheme-work.likvidaciya-ip-instruction .columns {
    grid-template-columns: 1fr;
  }
}

/****************** Документы, Страница услуг ******************/
.service-documents {
  padding: 50px 20px 65px 20px;
  background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
  box-shadow: inset 0 0 10px rgb(0, 0, 0, 0.3);
}

.service-documents .row {
  max-width: 1150px;
}

.service-documents h3 {
  margin-bottom: 30px;
}

.service-documents .columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #dedede;
  margin: 0 auto 30px auto;
}

.service-documents  p.title {
  width: max-content;
  padding-bottom: 5px;
  font-size: 22px;
  font-weight: 600;
  border-bottom: 2px solid #FFC100;
  margin-bottom: 18px;
}

.service-documents .columns p.title span {
  color: #31373F;
  font-size: 28px;
}

.service-documents .info ol {
  margin-bottom: 0;
}

.service-documents  li {
  font-size: 18px;
  margin-bottom: 12px;
}

.service-documents  li:last-of-type {
  margin-bottom: 0;
}
.service-documents p em {
    font-style: italic;
    padding-bottom: 15px;
    border-bottom: 2px solid #dedede;
    margin-bottom: 30px;
    display: block;
    font-size: 17px;
    font-weight: 500;
}
.registraciya-ip-documents .row ul li {
    font-size: 18px;
    margin-bottom: 7px;
}
.package-documents {
  padding-bottom: 15px;
  border-bottom: 2px solid #dedede;
  margin-bottom: 30px;
}

.likvidaciya-ip-about .package-documents {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

.package-documents h3 {
  margin-bottom: 22px;
}

.package-documents ul li {
  font-size: 18px;
  margin-bottom: 7px;
}

.package-documents p {
  /* font-style: italic; */
}

.when-ready h3 {
  margin-bottom: 22px;
}

.when-ready p {
  font-size: 18px;
}

@media (max-width: 800px) {
  .service-documents {
    padding: 30px 20px 15px 20px;
  }
}

@media (max-width: 550px) {
  .service-documents .col p.title {
    font-size: 20px;
  }

  .service-documents .columns p.title span {
    font-size: 22px;
  }

  .service-documents .col li,
  .package-documents ul li,
  .when-ready p {
    font-size: 16px;
  }

  .when-ready h3,
  .package-documents h3 {
    margin-bottom: 12px;
  }
}

/****************** Форма на странице услуг ******************/
.service-form {
  padding: 50px 20px 60px 20px;
  background-image: linear-gradient(90deg, #39414b 0%, #545D69 40%, #545D69 65%, #39414b 100%);
  box-shadow: inset 0 0 10px rgb(0 0 0 / 30%);
}

.form-otkrytie-scheta {
  position: relative;
  background-image: none;
  z-index: 1;
}

.form-vypusk-ecp {
  position: relative;
  background-image: none;
  z-index: 1;
}

.form-otkrytie-scheta:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/assets/images/fon-23.jpg') no-repeat center / cover;
  z-index: -2;
}

.form-otkrytie-scheta:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #39414b 0%, #545D69 40%, #545D69 65%, #39414b 100%);
  opacity: 0.92;
  z-index: -1;
}

.form-vypusk-ecp:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to left, #626972 0%, #444A50 100%);
  opacity: 0.85;
  z-index: -1;
}

.service-form .row {
  max-width: 900px;
}

.form-otkrytie-scheta .form-block {
  max-width: 600px;
  margin: 0 auto;
}

.form-vypusk-ecp .form-block {
  max-width: 700px;
  margin: 0 auto;
}

.service-form p.title {
  text-align: center;
  color: #fff;
  font-size: 45px;
  margin-bottom: 8px;
}

.form-vypusk-ecp p.title {
  font-size: 38px;
}

.form-otkrytie-scheta p.title {
  font-size: 40px;
}

.service-form p.subtitle {
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}

.service-form .row hr {
  max-width: 150px;
  border-top: 3px solid #ffc100;
  margin: 30px auto 50px auto;
}

.service-form .form-group {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 2px solid #6C7887;
  margin-bottom: 50px;
}

.form-vypusk-ecp .form-group {
  border-bottom: 2px solid #cbcbcb;
}

.form-otkrytie-scheta .form-group {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 25px;
}

.service-form .form-group .step {
  width: 70px;
  text-align: center;
  color: #fff;
  font-size: 100px;
  line-height: 0.8;
  opacity: 0.3;
  margin-bottom: 0;
}

.service-form .form-group .field {
  width: calc(100% - 100px);
}

.form-otkrytie-scheta .form-group .field {
  width: 100%;
}

.service-form .form-group .field p.field-name {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
}

.service-form .form-group .field input[type=text],
.service-form .form-group .field input[type=number],
.service-form .form-group .field input[type=tel],
.service-form .form-group .field input[type=email] {
  height: 45px;
  background: rgba(255, 255, 255, 0.75);
}

.service-form .form-group.taxes .radio-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.service-form .form-group .upload-file p.field-name {
  margin-bottom: 10px;
}

.service-form .form-group .upload-file ul li {
  color: #fff;
  font-size: 18px
}

.service-form .field.contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.service-form .field.contacts p {
  width: 100%;
}

.service-form .field.contacts input {
  width: 48%;
}

.service-form .control-checkbox .checkbox-text {
  color: #fff;
  font-weight: 200;
}

.service-form .form-group .field .grid {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  gap: 10px;
}

.form-vypusk-ecp .form-group .field .grid {
  grid-template-rows: 1fr 1fr;
}

.service-form .control-checkbox {
  padding-top: 6px;
}

.service-form .control-checkbox input:checked~.list-item-label {
  background: #FFC100;
}

.service-form .checkbox-obrabotka {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}

.service-form .checkbox-obrabotka .control-checkbox {
  padding-top: 3px;
}

.service-form .checkbox-obrabotka .control-checkbox a {
  color: #fff;
}

.service-form .btn-form button {
  width: auto;
  margin-left: 0;
}

@media (max-width: 800px) {
  .service-form {
    padding: 20px 20px 40px 20px;
  }

  .service-form p.title {
    font-size: 34px;
    margin-bottom: 4px;
  }

  .service-form p.subtitle {
    font-size: 18px;
  }

  .service-form .row hr {
    margin: 30px auto;
  }

  .service-form .form-group .field .grid {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .service-form {
    padding: 20px 15px 40px 10px;
  }

  .service-form p.title {
    font-size: 30px;
  }

  .service-form.form-otkrytie-scheta p.title {
    font-size: 26px;
  }

  .service-form.form-otkrytie-scheta p.title br {
    display: none;
  }

  .service-form p.subtitle {
    font-size: 16px;
  }

  .service-form .form-group .field {
    width: calc(100% - 85px);
  }

  .service-form.form-otkrytie-scheta .form-group .field {
    width: 100%;
  }

  .service-form .form-group .field p.field-name {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .service-form .form-group.taxes .radio-buttons {
    display: grid;
    gap: 12px
  }

  .form-block .responsiv-uploader-fileupload button.upload-button {
    padding: 12px 16px 12px 42px;
    text-align: left;
  }

  .form-block .responsiv-uploader-fileupload button.upload-button:after {
    left: 17px;
  }

  .service-form .field.contacts input {
    width: 100%;
  }

  .service-form .field.contacts input:first-of-type {
    margin-bottom: 15px;
  }
}

@media (max-width: 450px) {
  .service-form .form-group .step {
    width: 50px;
    font-size: 70px;
  }

  .service-form .form-group .field {
    width: calc(100% - 65px);
  }

  .service-form .form-group .field input[type=text],
  .service-form .form-group .field input[type=number],
  .service-form .form-group .field input[type=tel],
  .service-form .form-group .field input[type=email] {
    height: 39px;
  }

  .service-form .form-group .field .grid {
    grid-template-rows: auto;
    grid-auto-flow: initial;
  }
}


.buh-price .columns {
    display: grid;
    grid-template-columns: 6fr 1fr;
    gap: 20px;
    padding-bottom: 0px;
    border-bottom: 1px solid #dedede;
    margin: 13px auto 5px auto;
    background: white;
    padding: 19px 20px;
    border-radius: 6px;
}
.buh-price .columns p  {
    margin-bottom: 0;
}
.buh-price h3 {
    text-align: center;
}
.text-price-bottom {
    padding: 30px 50px;
    background: white;
    margin-top: 30px;
    border-radius: 8px;
}
.text-price-bottom p {
    font-size: 18px;
}
.text-price-bottom ul li {
 font-size: 18px;
 line-height: 27px;
 margin-bottom: 20px;
}
ul.ul-price li:before {
    content: "\f111";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    font-size: 7px;
    position: absolute;
    top: 0px;
    left: 8px;
    color: #FFC100;
}
.buh-seo-why-we .row {
    max-width: 1100px;
    margin: 0 auto;
}
.buh-seo-why-we .p-title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 35px;
}
/****************** Сертификаты ******************/
.certificates-block {
  padding: 60px 20px 50px 20px;
  background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
  box-shadow: inset 0 0 7px rgb(0 0 0 / 7%);
}

.certificates-block .row {
  max-width: 1050px;
}

.certificates-block h2 {
  text-align: center;
}

.certificates-block .owl-carousel .owl-stage-outer {
  padding: 10px 0 25px 0;
}

.certificates-block .owl-carousel.owl-drag .owl-item {
  opacity: 0.5;
  transform: scale(0.9);
  border: 1px solid #999DA1;
  transition: 0.4s;
}

.certificates-block .owl-carousel.owl-drag .owl-item.center {
  position: relative;
  opacity: 1;
  transform: scale(1);
  border-bottom: 3px solid #FFC100;
  cursor: pointer;
}

.certificates-block .owl-carousel.owl-drag .owl-item.center:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
  background: #4D4F51;
  opacity: 0.6;
  border-bottom-left-radius: 100%;
  pointer-events: none;
  transition: 0.2s;
}

.certificates-block .owl-carousel.owl-drag .owl-item.center:hover:before {
  width: 61px;
  height: 61px;
  opacity: 0.8;
}

.certificates-block .owl-carousel.owl-drag .owl-item.center:after {
  content: "\f002";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 20px;
  color: #fff;
  pointer-events: none;
  transition: 0.2s;
}

.certificates-block .owl-carousel.owl-drag .owl-item.center:hover:after {
  font-size: 25px;
}

.certificates-block .owl-carousel .owl-dots {
  margin-top: 0;
}

.certificates-block .owl-carousel .owl-nav button span {
  width: 28px;
  height: 75px;
  background: #4D4F51;
}

.certificates-block .owl-carousel .owl-nav button span:hover {
  background: #FFC100;
}

.certificates-block .owl-carousel .owl-nav button.owl-prev span:before,
.certificates-block .owl-carousel .owl-nav button.owl-next span:before {
  font-size: 23px;
}

@media (max-width: 800px) {
  .certificates-block {
    padding: 25px 20px;
  }
}

@media (max-width: 600px) {
  .certificates-block {
    padding: 25px 0;
  }

  .certificates-block h2 {
    padding: 0 15px;
  }
}

@media (max-width: 500px) {
  .certificates-block .owl-carousel.owl-drag .owl-item.center:before {
    width: 45px;
    height: 45px
  }

  .certificates-block .owl-carousel.owl-drag .owl-item.center:after {
    top: 10px;
    right: 10px;
    font-size: 17px;
  }
}

/****************** Список в 2 колонки ******************/
.list-2-columns {
  padding: 40px 20px 50px 20px;
  background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
}

.list-2-columns-offer {
  padding: 45px 20px 60px 20px;
  background: #fff;
}

.list-2-columns .row {
  max-width: 1200px;
}

.list-2-columns h2 {
  text-align: center;
}

.list-2-columns .columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 60px;
}

.list-2-columns ul {
  margin-bottom: 0;
}

.list-2-columns ul li {
  padding: 25px 15px 22px 42px;
  font-size: 20px;
  border-bottom: 1px solid #C6CBD2;
}

.list-2-columns ul li:before {
  content: "\f00c";
  top: 23px;
  color: #515C69;
  font-size: 24px;
}

.list-2-columns ul li:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}

.list-2-columns-offer ul li {
  display: flex;
  padding: 0;overflow: hidden;
  border-bottom: 1px solid #88929E;
  margin-bottom: 35px;
}

.list-2-columns-offer ul li span.icon {
  display: flex;
  align-items: center;
  padding: 14px;
  background-color: #88929E;
  color: #fff;
  font-size: 40px;
}

.list-2-columns-offer ul li span.text {
  display: flex;
  align-items: center;
  padding: 10px;
}

.list-2-columns-offer ul li:before {
  content: "";
}

/* Бухгалтерское обслуживание */
.list-2-columns-accounting h2 {
  margin-bottom: 20px;
}

.list-2-columns-accounting .subtitle {
  text-align: center;
  font-size: 20px;
  margin-bottom: 35px;
}

@media (max-width: 800px) {
  .list-2-columns {
    padding: 25px 20px 15px 20px;
  }

  .list-2-columns-accounting h2 {
    margin-bottom: 5px;
  }

  .list-2-columns-accounting .subtitle {
    margin-bottom: 10px;
  }

  .list-2-columns .columns {
    grid-template-columns: 1fr;
  }

  .list-2-columns ul li:last-of-type {
    border-bottom: 1px solid #C6CBD2;
  }

  .list-2-columns ul:last-of-type li:last-of-type {
    border-bottom: 0;
  }

  .list-2-columns-offer ul {
    margin-bottom: 22px;
  }

  .list-2-columns-offer ul li {
    margin-bottom: 22px;
  }

  .list-2-columns-offer ul li:last-of-type {
    border-bottom: 1px solid #88929E;
  }

  .list-2-columns-offer ul li span.icon {
    padding: 11px;
    font-size: 33px;
  }
}

@media (max-width: 600px) {
  .list-2-columns {
    padding: 25px 0 15px 0;
  }

  .list-2-columns-offer {
    padding: 25px 15px 15px 15px;
  }

  .list-2-columns h2,
  .list-2-columns-accounting .subtitle {
    padding: 0 15px;
  }

  .list-2-columns-accounting .subtitle {
    font-size: 18px;
  }

  .list-2-columns ul li {
    padding: 15px 10px 18px 41px;
    font-size: 17px;
  }

  .list-2-columns ul li:before {
    top: 14px;
    left: 14px;
    font-size: 19px;
  }

  .list-2-columns-offer ul li {
    padding: 0;
  }
}

@media (max-width: 500px) {
  .list-2-columns ul li {
    padding: 12px 10px 14px 41px;
    font-size: 17px;
  }

  .list-2-columns-offer ul li {
    padding: 0;
  }
}

.seo3 {
    background: white;
}
.seo3 ul li {
    padding: 29px 15px 22px 42px;
    font-size: 16px;
    border-bottom: 0px solid #C6CBD2;
    /* min-height: 112px; */
}



.seo3 ul li:before {
    display: none;
}
.seo3 .icon-paper {
    top: 0px;
    color: #515C69;
    font-size: 32px;
    margin-right: 10px;
    float: left;
    width: 45px;
    display: inline-block;
}
/****************** Нумерованный список, 1 колонка ******************/
.numbered-list-1-col {
  padding: 40px 20px 40px 20px;
  box-shadow: inset 0 0 10px rgb(0, 0, 0, 0.3);
}

.numbered-list-1-col .row {
  max-width: 1200px;
}

.numbered-list-1-col h2 {
  text-align: center;
}

.numbered-list-1-col ul li {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.3;
  margin-bottom: 15px;
}

.numbered-list-1-col ul li:last-of-type {
  padding-bottom: 0;
}

.numbered-list-1-col ul li:before {
  content: '';
  position: absolute;
  left: 77px;
  bottom: 0;
  width: calc(100% - 80px);
  height: 0px;
  background: #C6CBD2;
}

.numbered-list-1-col ul li:last-of-type:before {
  height: 0;
}

.numbered-list-1-col ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #59637F;
  padding: 25px;
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  border-radius: 4px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.45);
  margin-right: 22px;
}

@media (max-width: 800px) {
  .numbered-list-1-col {
    padding: 25px 20px;
  }

  .numbered-list-1-col h2 {
    padding: 0 15px;
  }

  .numbered-list-1-col ul li {
    align-items: flex-start;
    padding: 0 15px 15px 15px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
  }

  .numbered-list-1-col ul li span {
    width: 40px;
    height: 40px;
    padding: 20px;
    font-size: 28px;
    margin-top: 4px;
    margin-right: 15px;
  }

  .numbered-list-1-col ul li:before {
    left: 70px;
    width: calc(100% - -70px);
  }
}

@media (max-width: 500px) {
  .numbered-list-1-col ul li {
    align-items: center;
    padding-left: 10px;
    font-size: 15px;
  }

  .numbered-list-1-col ul li span {
    margin-right: 10px;
  }

  .numbered-list-1-col ul li:before {
    left: 0;
    width: 100%;
  }
}
.p-title   {
    font-size: 19px;
    font-weight: 600;
}
.seo-img {
    text-align: center;
    margin-top: 30px;
}
.seo2 {
    background: #f1f1f1;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-top: 30px;
    position: relative;
    height: auto;
    margin: auto;
    overflow: hidden;
    padding-bottom: 30px;
}
.seo2 ul li {
}
/****************** Блок консультация ******************/
.questions-remain {
  position: relative;
  padding: 120px 20px;
  background: url('/assets/images/fon-15.jpg') no-repeat center / cover;
  z-index: 1;
}

.questions-remain:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: -1;
}

.questions-remain .info p.title {
  color: #fff;
  font-size: 62px;
  font-weight: 600;
  margin-bottom: 0;
}

.questions-remain .info p.subtitle {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 30px;
}

.questions-remain .phone-n-icons {
  text-align: left;
  color: #fff;
  margin-bottom: 8px;
}

.questions-remain .phone-n-icons a.phone {
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  margin-right: 8px;
}

.questions-remain .phone-n-icons a.icon {
  color: #fff;
  font-size: 24px;
  margin-left: 7px;
}

.questions-remain a.main-btn {
  padding: 15px 33px 12px 33px;
  margin-left: 0;
  margin-top: 14px;
}

.poligraficheskaya-produkciya-order a.main-btn {
  border-color: #FF5800;
}

.poligraficheskaya-produkciya-order a.main-btn span.btn-bg {
  background-color: #FF5800;
}

@media (max-width: 800px) {
  .questions-remain {
    padding: 90px 20px;
  }

  .questions-remain .info p.title {
    font-size: 45px;
  }

  .questions-remain .info p.subtitle {
    font-size: 27px;
  }
}

@media (max-width: 600px) {
  .questions-remain .info p.title {
    font-size: 34px;
  }

  .questions-remain .info p.subtitle {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .questions-remain .phone-n-icons {
    margin-bottom: 0;
  }

  .questions-remain .phone-n-icons a.phone {
    font-size: 22px;
    margin-right: 4px;
  }

  .questions-remain .phone-n-icons a.icon {
    font-size: 20px;
  }

  .questions-remain a.main-btn {
    margin-top: 8px;
  }

  .questions-remain a.main-btn span.icon {
    display: none;
  }
}

@media (max-width: 500px) {
  .questions-remain {
    padding: 50px 20px;
  }

  .questions-remain .info p.title {
    font-size: 26px;
  }

  .questions-remain .info p.subtitle {
    font-size: 18px;
  }

  .questions-remain .phone-n-icons a.phone {
    font-size: 20px;
  }

  .questions-remain .phone-n-icons a.icon {
    font-size: 18px;
    margin-left: 3px;
  }

  .questions-remain a.main-btn {
    padding: 12px 25px;
    font-size: 16px;
  }
}

@media (max-width: 400px) {
  .questions-remain .info p.title {
    font-size: 25px;
  }
}

/****************** Блок услуг, страница полиграфии ******************/
.polygraphy-production {
  position: relative;
  padding: 40px 10px 60px 10px;
  background: #f7f7f7;
}

.polygraphy-production h2 {
  font-size: 34px;
  text-align: center;
  line-height: 1.2;
}

.polygraphy-production p.polygraphy-desc {
  font-size: 20px;
  max-width: 870px;
  text-align: center;
  margin: 0 auto 45px auto;
}

.polygraphy-production .responsive-tabs dt {
  font-size: 20px;
  font-family: "Stolzl", sans-serif;
  font-weight: 300;
  border-right: 1px solid #dedede;
}

.polygraphy-production .responsive-tabs dt:last-of-type {
  border-right-width: 0;
}

.polygraphy-production .responsive-tabs .active,
.polygraphy-production .responsive-tabs dt:hover {
  background: #ff5800;
}

.polygraphy-production .polygraphy-tabs {
  background: #fff;
  box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.25);
}

.polygraphy-production .responsive-tabs-placeholder {
  padding: 0;
  background: #dedede;
}

.polygraphy-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 2px;
}

.polygraphy-columns .polygraphy-col {
  background: #fff;
  width: 100%;
}

.polygraphy-columns .polygraphy-col a {
  position: relative;
  display: block;
  height: 100%;
  text-align: center;
  padding: 0 10px 1px 10px;
  transition: 0.3s;
}

.polygraphy-columns .polygraphy-col a:hover {
  background: #ff5800;
  -webkit-box-shadow: 20px 40px 16px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 20px 40px 16px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 20px 40px 16px 0 rgba(0, 0, 0, 0.35);
  z-index: 10;
}

.polygraphy-columns .polygraphy-col a h4 {
  font-size: 24px;
  transition: 0.3s;
}

.polygraphy-columns .polygraphy-col a:hover h4 {
  color: #fff;
}

.zayavka-block.zayavka-block-polygraphy h2:after {
  background: #ff5800;
}

.zayavka-block.zayavka-block-polygraphy a.btn-hover-1 {
  border-color: #ff5800;
}

.zayavka-block.zayavka-block-polygraphy .btn-hover-1:before {
  background: #ff5800;
}

@media (max-width: 1020px) {
  .polygraphy-production h2 {
    font-size: 30px;
  }

  .polygraphy-production h2 br {
    display: none;
  }

  .polygraphy-production p.polygraphy-desc {
    font-size: 18px;
  }
}

@media (max-width: 800px) {
  .polygraphy-columns {
    grid-template-columns: 1fr 1fr;
  }

  .polygraphy-columns .polygraphy-col a h4 {
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  .polygraphy-production {
    padding: 27px 10px 12px 10px;
  }

  .polygraphy-production h2 {
    font-size: 25px;
  }

  .polygraphy-production p.polygraphy-desc {
    font-size: 16px;
  }
}

/****************** Создание сайтов ******************/
.sites-portfolio {
  position: relative;
  padding: 50px 30px 70px 30px;
  background: #f7f7f7;
}

.sites-portfolio .row {
  max-width: 1650px;
}

.sites-portfolio p.sites-portfolio-desc {
  text-align: center;
  font-size: 22px;
  max-width: 1100px;
  margin: 0 auto 30px auto;
}

.sites-portfolio h2 {
  text-align: center;
}

.sites-portfolio .columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.sites-portfolio .col {
  box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.3);
}

.sites-portfolio .col .roller {
  position: relative;
  overflow: hidden;
}

.sites-portfolio .roller .roller-desc {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  padding: 10px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.65) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.4)), color-stop(1, rgba(0, 0, 0, 0.65)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.65) 100%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.65) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.65) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.65) 100%);
  transition: all 0.3s ease-in-out;
}

.sites-portfolio .roller .roller-desc p {
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  line-height: 1.3;
}

.sites-portfolio .roller .roller-desc p a {
  display: block;
  color: #fff;
}

.sites-portfolio .roller .roller-desc p a span {
  display: inline-block;
  font-size: 18px;
  text-decoration: underline;
  font-weight: 300;
}

.sites-portfolio .roller .roller-desc p a span i {
  font-size: 15px;
}

.sites-portfolio .roller:hover .roller-desc {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.sites-portfolio .col p.link {
  margin-bottom: 0;
}

.sites-portfolio .col p.link a {
  display: block;
  text-align: center;
  background: #505964;
  font-weight: 400;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  padding: 5px 15px;
}

.sites-portfolio .col p.link a:hover {
  background: #ffc100;
}

@media (max-width: 1020px) {
  .sites-portfolio {
    padding: 35px 30px 30px 30px;
  }

  .sites-portfolio p.sites-portfolio-desc {
    font-size: 20px;
  }

  .sites-portfolio .columns {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
}

@media (max-width: 800px) {
  .sites-portfolio {
    padding: 35px 15px 15px 15px;
  }
}

@media (max-width: 600px) {
  .sites-portfolio p.sites-portfolio-desc {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .sites-portfolio .columns {
    grid-template-columns: 1fr;
  }
}

/****************** Квиз ******************/
.quiz {
  position: relative;
  padding: 65px 20px 70px 20px;
  background-image: linear-gradient(120deg, #31373F 0%, #55606E 100%);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.quiz h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  margin-bottom: 0px;
}

.quiz h2 span {
  text-shadow: initial;
  color: #fff;
  margin-left: 10px;
}

.quiz p.subtitle {
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  font-size: 22px;
  margin-bottom: 40px;
}

.quiz .steps {
  position: relative;
  max-width: 950px;
  padding: 40px 50px 60px 50px;
  overflow: hidden;
  background-color: #fff;
  backdrop-filter: blur(10px);
  border-radius: 18px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.32);
  margin: 0 auto;
}

.quiz .step {
  display: none;
}

.quiz .step.active {
  display: block;
}

.quiz .steps .question-columns {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 35px;
}

.quiz .step-form .question-columns {
  gap: 15px;
  margin-bottom: 20px;
}

.quiz .steps .question-columns span {
  color: #515C69;
  font-family: 'Lora', sans-serif;
  font-size: 65px;
  opacity: 0.4;
}

.quiz .step-form .question-columns span {
  opacity: 0.6;
}

.quiz .steps .question-columns p.question {
  font-size: 26px;
  margin-bottom: 0;
}

.quiz .steps .question-columns p.help {
  color: #515C69;
  opacity: 0.6;
  font-size: 15px;
  margin-bottom: 0;
}

.quiz .steps .question-columns p.help.error {
  color: red;
  font-weight: 600;
  opacity: 1;
}

.quiz .step-form .form-block p.field-name {
  font-size: 20px;
  margin-bottom: 12px;
}

.quiz .steps .answers {
  display: grid;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}

.quiz .steps .answers .control-checkbox {
  padding-top: 6px;
}

.quiz .control-checkbox .list-item-label {
  background: #515C69;
  opacity: 0.4;
  border-radius: 2px;
  transition: 0.2s;
}

.quiz .control-checkbox:hover .list-item-label {
  opacity: 0.8;
}

.quiz .control-checkbox input:checked~.list-item-label {
  background: #515C69;
  opacity: 1;
}

.quiz .control-checkbox .list-item-label:after {
  border-color: #fff;
}

.quiz .form-group {
  margin-bottom: 10px;
}

.quiz .form-inp-other {
  display: none;
  margin-bottom: 0;
}

.quiz .form-inp-other.active {
  display: block;
}

.quiz .form-inp-other input {
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #404853;
  border-radius: 4px;
}

.quiz .form-group .contacts input {
  height: 45px;
  padding: 5px 0;
  font-size: 18px;
  border: 0;
  border-bottom: 1px solid #838A91;
  border-radius: 0;
  margin-bottom: 14px;
}

.quiz .form-block .btn-form button {
  width: auto;
  padding: 12px 65px;
  background-color: #515C69;
  border: 0;
  border-radius: 3px;
}

.quiz .form-block .btn-form button:hover {
  background: #FFC100;
}

.quiz label.radio-button p {
  padding-left: 38px;
  color: #333;
}

.quiz label.radio-button .radio-item .icon-for-radio-btn {
  width: 22px;
  height: 22px;
  background: #515C69;
  opacity: 0.4;
  transition: 0.2s;
}

.quiz label.radio-button:hover .radio-item .icon-for-radio-btn {
  opacity: 0.7;
}

.quiz label.radio-button .radio-item input:checked~.icon-for-radio-btn:before {
  top: 52%;
  left: 50%;
  font-size: 13px;
}

.quiz label.radio-button .radio-item input:checked~.icon-for-radio-btn {
  opacity: 1;
}

.quiz .buttons {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
  background: #D7D7D7;
}

.quiz .buttons button {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 10px 65px;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
}

.quiz .buttons button.disabled {
  opacity: 0.35;
}

.quiz .buttons button.next {
  background: #FFC100;
}

.quiz .buttons button.next:not(.disabled):hover {
  background: #E1A900;
}

.quiz .buttons button.previous {
  padding: 10px 30px;
  background: #838A91;
}

.quiz .buttons button.previous:not(.disabled):hover {
  background: #686D73;
}

.quiz .buttons button i {
  display: inline-block;
  font-size: 14px;
  transition: 0.2s;
}

.quiz .buttons button.next:not(.disabled):hover i {
  transform: translate(4px, 0);
}

.quiz .buttons button.previous:not(.disabled):hover i {
  transform: translate(-4px, 0);
}

@media (max-width: 1020px) {
  .quiz {
    padding: 36px 20px 50px 20px;
  }

  .quiz p.subtitle {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

@media (max-width: 800px) {
  .quiz {
    padding: 30px 20px 20px 20px;
  }

  .quiz .steps {
    padding: 22px 30px 50px 30px;
  }

  .quiz .steps .question-columns p.question {
    font-size: 22px;
  }
}

@media (max-width: 650px) {
  .quiz .steps .question-columns {
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 20px;
  }

  .quiz .steps .question-columns span {
    padding-top: 5px;
    font-size: 20px;
    opacity: 1;
  }
}

@media (max-width: 600px) {
  .quiz .steps {
    padding: 12px 15px 39px 15px;
  }

  .quiz .steps .question-columns p.question {
    font-size: 20px;
  }
}

@media (max-width: 500px) {
  .quiz h2 {
    display: block;
    text-align: center;
  }

  .quiz h2 span {
    display: none;
  }

  .quiz .steps {
    border-radius: 18px 18px 10px 10px;
  }

  .quiz .steps .question-columns {
    display: block;
  }

  .quiz .steps .question-columns span {
    display: inline-block;
    padding-top: 0;
    font-size: 30px;
    margin-bottom: 10px;
  }

  .quiz .buttons {
    justify-content: space-between;
    gap: 0;
  }

  .quiz .buttons button {
    padding: 10px 25px;
  }

  .quiz .buttons button.previous {
    width: 50%;
    justify-content: flex-end;
    text-align: center;
  }

  .quiz .buttons button.next {
    width: 50%;
    text-align: center;
  }
}

@media (max-width: 400px) {
  .quiz {
    padding: 30px 15px 15px 15px;
  }
}

/****************** Контакты ******************/
.contacts-page2 {
    padding-top: 50px;
    background: #f0f0f0;
    padding-bottom: 50px;
}
.contacts-page {
background: #ffffff;
    padding-top: 0px;
    padding-bottom: 20px;
	    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.contacts-page h1 {
  margin-bottom: 30px;
}

.contacts-page .map-n-contacts {
    background: #fff;
    padding-top: 0px;
}

.contacts-page .map-n-contacts .columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 35px;
    padding: 40px 30px 21px 30px;
}

.contacts-page .map-n-contacts .columns p {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}

.contacts-page .map-n-contacts .columns p span.icon {
  display: inline-block;
  width: 18px;
  text-align: center;
}

.contacts-page .map-n-contacts .columns p span.icon i {
  color: #7e7e7e;
}

.contacts-page .map-n-contacts .columns p:last-of-type {
  margin-bottom: 0;
}

.contacts-page .contact-rekviziti {
    padding: 30px;
    background: #fff;
    border-top: 1px solid #ddd;
}

.contacts-page .contact-rekviziti h3 {
  margin-bottom: 10px;
}

.contacts-page .contact-rekviziti p {
  margin-bottom: 12px;
}

.contacts-page .contact-rekviziti p:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 1020px) {
  .contacts-page {
    padding: 16px 20px 30px 20px;
  }

  .contacts-page h1 {
    margin-bottom: 20px;
  }

  .contacts-page .map-n-contacts .columns {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 800px) {
  .contacts-page {
    padding: 16px 0 0 0;
  }

  .contacts-page h1 {
    padding: 0 15px;
  }

  .contacts-page .map-n-contacts {
    box-shadow: none;
  }

  .contacts-page .map-n-contacts .columns {
    padding: 25px 15px;
    gap: 20px;
  }

  .contacts-page .map-n-contacts .columns p {
    margin-bottom: 5px;
  }

  .contacts-page .map {
    padding: 0 15px;
  }

  .contacts-page .contact-rekviziti {
    padding: 25px 15px;
    box-shadow: none;
  }
}

/****************** Footer ******************/
.footer-wrapper {
  padding: 60px 20px 40px 20px;
  background: #2D333A;
  border-top: 3px solid #545A62;
  font-family: "Montserrat", sans-serif;
}

.footer-columns {
    display: grid;
    grid-template-columns: 5fr 10fr 3fr 4fr;
    gap: 0px;
}

.footer-columns .logo-col img {
  max-height: 90px;
  margin-top: 53px;
}
.logo-col {
    text-align: center;
}
.logo-col a {
    width: 100%;
    display: block;
}
.logo-span {
    font-size: 10px;
    color: white;
    padding: 14px 30px;
    display: block;
    line-height: 14px;
}
.revizit p {
    font-size: 12px;
    color: white;
    padding: 0px 3px;
    display: block;
    line-height: 20px;
    text-align: left;
    margin-top: 10px;
}
.footer-rekveziti {
    padding: 1px 15px;
    background: #2d333a;
    /* max-width: 1300px; */
}
.revizit{
    max-width: 1300px;
    margin: 0 auto;
}

.menu-name{
    padding-bottom: 15px;
    color: #DDDDDD;
    font-size: 20px;
    border-bottom: 1px solid #FFC100;
    margin-bottom: 20px;
}

.footer-columns .footer-menu ul {
  /* display: grid; */
  /* grid-template-rows: 1fr 1fr 1fr 1fr 1fr; */
  /* column-gap: 0px; */
  /* grid-auto-flow: column; */
  /* margin-bottom: 12px; */
}

.footer-columns ul.ul-custom li {
  padding-left: 20px;
}

.footer-columns ul.ul-custom li:before {
  top: 8px;
  left: 5px;
  font-size: 6px;
  color: #FFC100;
}

.footer-columns .footer-menu li {
  margin-bottom: 10px;
}

.footer-columns .footer-menu li a {
  color: #DDDDDD;
  font-size: 14px;
}

.footer-columns .footer-menu li a:hover {
  text-decoration: underline;
  color: #fff;
}

.footer-columns .footer-menu .main-btn-franchise {
  padding: 9px 25px 8px 25px;
  font-size: 17px;
  margin-left: 0;
}

.footer-columns .footer-menu .main-btn-franchise span.icon {
  display: inline;
  font-size: 18px;
  margin-left: 10px;
}



.footer-menu-info li {
  padding-left: 4px;
}

.footer-menu-info li:before {
  top: 8px;
  left: 5px;
  font-size: 6px;
  color: #FFC100;
}

.footer-menu-info li {
  margin-bottom: 10px;
}

.footer-menu-info li a {
  color: #DDDDDD;
  font-size: 14px;
}

.footer-menu-info li a:hover {
  text-decoration: underline;
  color: #fff;
}

.footer-menu-info .main-btn-franchise {
  padding: 5px 19px 5px 19px;
  font-size: 14px;
  margin-left: 0;
  margin-top: 22px;
}

.footer-menu-info .main-btn-franchise span.icon {
  display: inline;
  font-size: 18px;
  margin-left: 10px;
}
.menu-name-l{
color: white;
    margin-bottom: 22px;
    font-size: 16px;
    display: none;
}
.footer-menu-setka {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.footer-columns .main-btn-franchise:hover span.icon {
  transform: translate(0, 0);
}

.footer-columns .footer-contact p.contact-name {
  padding-bottom: 15px;
  text-align: left;
  color: #DDDDDD;
  font-size: 20px;
  border-bottom: 1px solid #FFC100;
  margin-bottom: 20px;
  text-align: center;
}

.footer-columns .footer-contact p {
  text-align: right;
  font-size: 17px;
  color: #DDDDDD;
  margin-bottom: 12px;
}

.footer-columns .footer-contact p.phone a {
  font-size: 18px;
  color: #ddd;
}

.footer-columns .footer-contact p.social a {
  font-size: 25px;
  color: #ddd;
  margin-left: 5px;
}

.footer-columns .footer-contact p.social a:hover {
  color: #FFC100;
}

/* copyright */
.footer-copyright {
  padding: 8px 15px;
  background: #292C30;
}

.footer-copyright p {
  max-width: 1300px;
  color: #d9d9d9;
  margin: 0 auto;
}

.footer-copyright p a {
  color: #d9d9d9;
  text-decoration: underline;
}

.footer-copyright p a:hover {
  color: #fff;
}

@media (max-width: 1020px) {
  .footer-wrapper {
    padding: 20px 20px 12px 20px;
  }

  .footer-columns {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .footer-columns .footer-menu ul {
    max-width: 600px;
    margin-bottom: 0;
  }

  .footer-columns .footer-contact p {
    text-align: left;
  }
}

@media (max-width: 600px) {
  .footer-columns .footer-menu ul {
    display: block;
  }
}
.contact-container .icon-whatsapp-_1 {
    color: #51CB5F;
    /* width: 40px; */
    /* height: 50px; */
    font-size: 48px;
}

.contact-container .icon-telegram {
     color: #249BD7;
    /* width: 40px; */
    /* height: 50px; */
    font-size: 42px;
}
.contact-container .viber {
        color: #AF83D0;
    /* width: 40px; */
    /* height: 50px; */
    font-size: 42px;
}

.contact-container .envelope{
    font-size: 42px;
    color: #48515d;
}
.contact-container .phone{
    font-size: 40px;
    color: red;
}
.contact-container * {
    box-sizing: content-box;
}    
.contact-container {
position: fixed;
    right: 0;
    z-index: 99999999;
    bottom: 130px;
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
}
.contact-container.visible {
    transform: translateX(-10px);
}
.contact {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
    border: 5px solid #505b68;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: Verdana, sans-serif;
    position: relative;
    height: 110px;
    width: 350px;
    max-width: calc(100% - 10px);
}
.contact span.close-btn {
    width: 20px;
    height: 20px;
    border: 0;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
}
.contact span.close-btn svg {
    stroke: #337AB7;
    width: 20px;
    height: 20px;
}
.contact span.close-btn:focus {
    outline: none;
}
.contact div {
    background-color: #505a67;
    border-radius: 0 0 10px 10px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 18px;
    padding: 2px 0 6px;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
    text-align: center;
    width: 280px;
}
.contact div:hover {
    background-color: #ffc100;
}
.contact div a:hover {
color: #000;
}
.contact div a {
    color: #dcd5d5;
    width: 100%;
    display: block;
	
}

.contact div span {
    color: #dcd5d5;
    width: 100%;
    display: block;
	cursor: pointer;
}
.contact ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.contact ul li {
    margin: 24px 6px 0 6px;
}
.contact ul li a {
    border: 0px solid #938373;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    font-size: 24px;
    color: #505b68;
   width: 48px;
}
.contact ul li a:hover {
    border-color: #337AB7;
    color: #000;
}
.contact-btn {
    border: 0px solid #337AB7;
    color: #fff;
    cursor: pointer;
    padding: 12px 20px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 99999999;
    background: #00ffff00;
	  overflow: hidden;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.contact-btn:hover {
  border-radius: 50%;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.contact-btn img:hover {
  background-color: #ffffff00;
    color: #337AB7;
	  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.contact-btn:focus {
    outline: none;
}
@media screen and (max-width: 480px) {
    .contact-container.visible {
        transform: translateX(0px);
    }
    .contact-btn {
        right: 10px;
    }
}
.tabs {
  width: 100%;
  max-width: 100%; /* Установите максимальную ширину по вашему усмотрению */
  margin: 0 auto;
}

.tab-nav {
    width: 100%;
    list-style-type: none;
    display: table;
    margin: 0;
    padding: 0;
    z-index: 1;
    position: relative;
}
.tab-link {
z-index: 1;
    background-color: #f0f0f0;
    padding: 20px 7px;
    display: table-cell;
    background: #ebebeb;
    color: #4f0000;
    border-radius: 7px 7px 0 0;
    border-right: 1px solid #e9d3d3;
    border-left: 1px solid #fff;
    text-align: center;
    box-shadow: 0 0 5px rgb(0 0 0 / 18%);
    position: relative;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 14px;
    background: linear-gradient(to bottom, #ffffff 0%,#eff0f4 4%,#dddee0 100%);
    border-top: 1px solid #ddd;
}
.tab-link.active {
    background: #fff;
    border-top: 1px solid #efebeb;
    box-shadow: none;
    color: #040300;
    font-weight: 600;
}
.tab-link:hover {
    box-shadow: none;
    background: #fffefe;
    border-right: 1px solid #e9d3d3;
    border-left: 1px solid #fff;
    border-top: 1px solid #ddd;
    background: #eeecec;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}
.certificates-block .owl-carousel.owl-drag .owl-item {
    opacity: 1;
    transform: scale(0.9);
    border: 1px solid #999DA1;
    transition: 0.4s;
}
.slide__title span{
    font-size: 14px;
    color: #333333;
    font-weight: 400;
}
.slide__title {
    text-align: center;
    font-size: 16px;
    background: white;
    padding: 7px;
    margin-bottom: 0;
    /* display: block; */
    color: black;
    font-weight: 600;
}
.service-documents a.main-btn {
    padding: 15px 45px 12px 45px;
    overflow: hidden;
    border: 3px solid #FFC100;
    color: #4d4e4e;
    font-size: 20px;
    margin-left: auto;
    margin-top: 30px;
}
#footer .change-city {
    text-align: center;
    padding: 7px;
    margin-bottom: 0px;
    display: none;
}
.likvidaciya-ip-about h2 {
    color: black !important;
    margin-bottom: 20px;
}
.package-documents h3 {
    margin-bottom: 16px;
    margin-top: 30px;
}
.service-documents p.title {
    width: max-content;
    padding-bottom: 5px;
    font-size: 22px;
    font-weight: 600;
    border-bottom: 2px solid #FFC100;
    margin-bottom: 18px;
    color: #333;
}
.service-documents p {
    color: #333;
}
.list-2-columns ul li:before {
    content: "\f00c";
    top: 23px;
    color: #515C69;
    font-size: 24px;
    position: absolute;
    left: 8px;
    /* margin-bottom: 3px; */
    font-family: "Font Awesome\ 5 Free";
}
.ul-galka ul li:before {
content: "\f00c";
    top: 23px;
    color: #515C69;
    font-size: 24px;
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    position: absolute;
    left: 8px;
}
.ul-galka ul li {
    position: relative;
    margin-bottom: 3px;
    line-height: 1.3;
	padding: 25px 15px 22px 42px;
}
/****************** Подчищаем мобильную ******************/
@media (max-width: 800px) {
.row-top {
    margin: 0 auto;
    max-width: 100%;
}
.first-block .left-top-block {
    max-width: 100%;
    padding: 55px 28px;
    margin: 0 0px 0 0px;
}
.first-block .right-top-block {
    width: 100%;
    padding: 33px 29px;
    margin: 0px 0px 0px 0px;
    max-height: 100%;
}
.list-3-columns .columns {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 60px;
}
.ruk-title {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 15px;
    font-weight: 500;
    margin-top: 30px;
}
.maps-bottom .form-block {
    position: relative;
    right: 0px;
    top: 0px;
    background: #ffffffcf;
    padding: 42px 37px;
    border-radius: 9px;
    border: 0px solid #ddd;
    max-width: 100%;
    margin-bottom: 40px;
}
.gorod-block-columns {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 30px;
}
.gorod-block-txt p {
    font-size: 12px;
    margin-bottom: 0;
}
.maps-bottom {
    position: relative;
    padding: 0px 0;
}
#footer .change-city {
    text-align: center;
    padding: 7px;
    margin-bottom: 0px;
    display: block;
}
#footer .change-city a {
    text-decoration: none;
    color: #000;
    transition: all 0.2s;
    text-decoration: underline;
}
}  

.breadcrumb {
    font-size: 12px;
    padding: 8px 15px;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    color: white;
    margin-top: 10px;
}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb a:link {
    color: white;
    text-decoration: underline;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.breadcrumb>.active {
    color: #e6dede;
}

.breadcrumb a {
    text-decoration: none;
    color: #fff1f1;
    transition: all 0.2s;
}
.menu-right .our-services .columns {
    display: grid;
    grid-template-columns: inherit;
    column-gap: 70px;
    row-gap: 0;
}
 .col-4 {
flex: 0 0 auto;
width: 33.33333333%; 
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
 .col-8 {
flex: 0 0 auto;
width: 66.66666667%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.menu-right .our-services {
    padding: 20px 20px 30px 20px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.menu-right .our-services .columns .col a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 11px 30px 11px 10px;
    font-size: 20px;
    font-weight: 200;
    border-bottom: 1px solid #C6CBD2;
}

.menu-right .our-services .col span.service-name {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}
.menu-right .our-services .columns .col:last-of-type a {
      border-bottom: 0;
}
.menu-right .our-services .col span.icon {
    opacity: 0.65;
    font-size: 36px;
    margin-right: 19px;
    z-index: 0;
}
.menu-right-sticky {
    position: sticky;
    top: 40px;
}
.contents-blocks {
    display: flex;
}
.r-contact {
    padding: 28px 30px 30px 40px;
    /* background: #000000; */
    border-radius: 8px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    margin-top: 40px;
    background-image: linear-gradient(120deg, #31373F 0%, #55606E 100%);
    color: #ffffff;
    position: relative;
    z-index: 2;
}
.r-contact .contact-name {
    text-align: center;
    width: max-content;
    padding-bottom: 5px;
    font-size: 22px;
    font-weight: 600;
    border-bottom: 2px solid #FFC100;
    margin-bottom: 18px;
}
.r-contact p {
    color: #ffffff;
    line-height: 29px;
    margin-bottom: 9px;
}
.r-contact a.main-btn {
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 15px 45px 12px 45px;
    overflow: hidden;
    border: 3px solid #FFC100;
    color: #fff;
    font-family: 'Stolzl', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-left: 0;
    transition: 0.3s;
    z-index: 1;
    margin-right: auto;
}


.r-contact a {
    color: #ffffff;
}
.r-contact .icon-bg {
    position: absolute;
    top: 30px;
    right: 1px;
    color: #737579;
    font-size: 340px;
    z-index: -1;
    font-size: 152px;
}
.r-contact .icon-changes {
    display: inline-block;
    transform: skew(359deg, 1deg) translate(0, 0%);
}
@media (max-width: 1280px) {
 .col-4 {
flex: 0 0 auto;
width: 100%; 
}
 .col-8 {
flex: 0 0 auto;
width: 100%; 
}
}
@media (max-width: 1180px) {
 .col-4 .menu-right-sticky {
display: none;
}
 .col-8 {
width: 100%; 
}
.buh-price .columns {
    display: grid;
    grid-template-columns: 6fr 3fr;
    gap: 20px;
    padding-bottom: 0px;
    border-bottom: 1px solid #dedede;
    margin: 13px auto 5px auto;
    background: white;
    padding: 13px 9px;
    border-radius: 6px;
    font-size: 14px;
}
.spisok-choice {
    display: none;
}
.time-hider {
    display: none;
}
.header-contact {
    display: none;
}
.header .phone-n-icons a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}
.cf-city {
    position: relative;
    box-sizing: border-box;
    padding: 0px 10px 1px 1px;
    margin-right: 10px;
    font-size: 12px;
}
}

.buh-price ul {
    margin-bottom: 34px;
}
.list-2-columns .columns-ikon-no ul li:before {
    content: "\f00c";
    top: 23px;
    color: #515C69;
    font-size: 24px;
    position: absolute;
    left: 8px;
    /* margin-bottom: 3px; */
    font-family: "Font Awesome\ 5 Free";
	display: none;
}
.price-line a {
    text-decoration: underline;
}

.buh-img img{
    float: left;
    max-width: 587px;
    margin-right: 30px;
    margin-bottom: 20px;
}
.colums-andpol-buh ul {
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
}
.colums-andpol-buh {
    padding: 116px 0;
}

.colums-andpol-buh ul li {
	position: relative;
	display: block;
	align-items: center;
	font-weight: 400;
	line-height: 1.3;
	padding: 22px 15px 22px 20px;
	font-size: 16px;
	border-bottom: 0px solid #C6CBD2;
	background: #f3f3f3;
	margin-bottom: 42px;
	border-radius: 8px;
	padding-left: 96px;
	/* margin-left: 50px; */
}
.colums-andpol-buh h2{
    text-align: center;
}


.colums-andpol-buh ul li:before {
    content: "\e916";
    opacity: 0.65;
    font-size: 41px;
    z-index: 0;
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 30px;
    align-items: center;
}
 .buh-price-andpol li {
    position: relative;
    margin-bottom: 3px;
    padding-left: 24px;
    line-height: 1.3;
    }
    
 .buh-price-andpol li:before {
    content: "\f111";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    font-size: 7px;
    position: absolute;
    top: 0px;
    left: 8px;
    color: #FFC100;
}
 .white {
    background: #ffffff;
}

.cf-city {
    position: relative;
    box-sizing: border-box;
    padding: 0px 10px 1px 1px;
    margin-right: 10px;
    font-size: 15px;
    }
 .ol-li-andpol ul {
    margin-bottom: 34px;
}
.ol-li-andpol ul li {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 20px;
    position: relative;
    margin-bottom: 15px;
    padding-left: 24px;
    display: block;
    border-bottom: 0px solid #88929E;
}
.ol-li-andpol ul li:before {
    content: "\f111";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    font-size: 7px;
    position: absolute;
    top: 0px;
    left: 8px;
    color: #FFC100;
}
.sss-bg  {
    background: #f3f3f3;
    border-top: 1px solid #ddd;
}
@media (max-width: 780px) {
.cf-city {
    position: relative;
    box-sizing: border-box;
    padding: 0px 10px 1px 1px;
    margin-right: 10px;
    font-size: 12px;
}
	.header .phone-n-icons a.telegram {
    color: #ffffff;
    margin-right: 5px;
    background: #585e66;
    width: 26px;
    text-align: center;
    height: 27px;
    border-radius: 4px;
    padding-top: 1px;
    font-size: 20px;
}
.header .phone-n-icons a.whatsapp {
    color: #ffffff;
    margin-right: 2px;
    background: #585e66;
    width: 28px;
    text-align: center;
    height: 28px;
    border-radius: 4px;
    font-size: 20px;
}	
.header .phone-n-icons a.instagram {
    color: #C35547;
    font-size: 21px;
    margin-right: 5px;
    background: #e7e8e2;
    width: 30px;
    text-align: center;
    height: 28px;
    border-radius: 4px;
    display: none;
}	
	.cons-btn-hider {
    display: inline-block;
    font-size: 12px;
    align-items: center;
    border: 1px solid #ddd;
    padding: 6px 9px;
    margin-bottom: 0px;
    border-radius: 8px;
    background: #e7e8e2;
    color: rgb(68, 68, 68);
    border: 1px solid rgb(204, 204, 204);
    cursor: pointer;
    display: none;
}
	.mob-none {
    display: none;
}	
    .secondary-header p.change-city {
        margin-right: 0;
        color: #ffffff;
    }
    .cf-city a {
       color: #ffffff;
}
}
.cf-modal .cf-modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 22px;
}

.cookies {
	font-family: "Montserrat", sans-serif;
    display: block;
    background-color: #2d333a;
    position: fixed;
    bottom: 2rem;
    z-index: 999999999;
    color: #fff;
    padding: 2rem;
    width: 80%;
    border-radius: 18px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-box-shadow: rgba(0, 0, 0, .45) 0 25px 50px -12px;
    box-shadow: rgba(0, 0, 0, .45) 0 25px 50px -12px;
    border: 1px solid #545a62;
}
@media (max-width:768px) {
    .cookies {
    font-size: .9rem;
}
}@media (max-width:568px) {
    .cookies {
    padding: 1rem;
    font-size: .8rem;
}
}.cookies__wrapper {
    position: relative;
}
.cookies__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cookies__info {
    display: block;
    position: relative;
    width: 100%}
.cookies__info--title {
    position: relative;
    padding: 0 0 .5rem;
    font-weight: 700;
}
@media (max-width:768px) {
    .cookies__block {
    display: block;
}
.cookies__info--title {
    text-align: center;
}
}.cookies__info--text {
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    height: 45px;
    margin-right: 2rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
}
.cookies__info--text:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, #2d333a), color-stop(15%, #2d333a), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, #2d333a 15%, #2d333a 15%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width:768px) {
    .cookies__info {
    margin-bottom: 1.5rem;
    margin-right: 0;
    line-height: 1rem;
}
}@media (max-width:568px) {
    .cookies__info {
    margin-bottom: 1rem;
}
}.cookies__icon {
    width: 85px;
}
@media (max-width:768px) {
    .cookies__icon {
    width: 40px;
    margin: 0 auto 1.5rem;
}
.cookies__info--text{margin-right:0;line-height:1rem}
}.cookies__main {
    cursor: pointer;
    padding: .75rem 1rem;
    width: auto;
    text-align: center;
    background-color: #ffc100;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    border-radius: 5px;
    font-weight: 700;
    color: #fff;
}
.cookies__main:hover {
    background-color: #dea900;
}
.cookies__more {
    cursor: pointer;
    display: table;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    font-size: .9rem;
    border-bottom: 1px dashed #fff;
    color: #fff;
}
.cookies__more:hover {
    border-bottom-style: solid;
    border-bottom-color: #ffc100;
    color: #ffc100;
}
@media (max-width:568px) {
    .cookies__icon {
    margin-bottom: .5rem;
}
.cookies__more {
    font-size: .8rem;
}
}.cookies.active .cookies__info--text {
    height: auto;
    -webkit-line-clamp: unset;
    margin-bottom: 1rem;
}
.cookies.active .cookies__info--text:after {
    content: unset;
}