/* Код для подключения шрифта в /css/stylename.css */
.flex {
  display: flex;
}

.flex a {
  text-decoration: none;
  color: black;
  margin: 0 auto !important;
}

.card_home {
  width: 100%;
  max-width: 300px;
  height: 100%;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin: 0 auto !important;
  background: white;
  transition: background 0.3s ease-out;
}

.card_home:hover {
  background: #87ceeb;
}

.centered {
  text-align: center;
}

.logo-block p {
  font-weight: bold;
  text-align: center;
}

.logo-block img {
  width: 100%;
}

.logo-block {
  width: 170px;
  margin: 20px auto;
  text-align: center;
}

h1 a {
  text-align: none !important;
}

.centered li {
  text-align: center;
  position: relative;
  display: block;
  padding: 0.4em 0.4em 0.4em 2em;
  *padding: 0.4em;
  margin: 0.5em 0;
  background: #ddd;
  color: #444;
  text-decoration: none;
  border-radius: 0.3em;
  transition: all 0.3s ease-out;
  width: 80%;
  margin: 15px auto;
}

.centered li:hover {
  background: #eee;
}

.centered li:before {
  content: counter(li);
  position: absolute;
  left: -1.3em;
  top: 50%;
  margin-top: -1.3em;
  background: #87ceeb;
  height: 2em;
  width: 2em;
  line-height: 2em;
  border: 0.3em solid #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 2em;
  transition: all 0.3s ease-out;
}

.cost-pad-top {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cost .list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 20px;
}
.ull, .ull li {
	font-size:14px;color:#000;text-align:justify;
}
.ull {
margin-bottom: 20px !important;
    list-style: disc !important;
    padding-left: 20px !important;
}
.cost .item {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);
  padding: 20px 25px 50px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: black;
}

.cost .item__title {
  text-align: center;
  font: 700 24px 'Roboto', sans-serif;
  margin-bottom: 10px;
  color: black;
}

.cost .item-price {
  text-align: center;
  min-height: 60px;
  margin-bottom: 24px;
  color: black;
}

.cost .item-price li {
  font: 700 24px/1 'Roboto', sans-serif;
  color: black;
}

.item-green {
  color: black;
}

.cost .item:hover {
  background: #1b6475;
}

.item__text {
  color: black;
}

.cost .item-price li span {
  font: 700 13px 'Roboto', sans-serif;
  color: #a4a4a4;
  display: inline-block;
  margin-right: 5px;
}

.cost .item:hover .item-price .price-element span {
  color: #fff !important;
}

.price-element {
  text-align: center;
}

.item-list .item-green:before {
  content: 'o ';
  color: #1b6475;
}

@font-face {
  font-family: 'GothamPro';
  src: url('/fonts/GothamProRegular/GothamProRegular.eot');
  src: url('/fonts/GothamProRegular/GothamProRegular.eot?#iefix')
      format('embedded-opentype'),
    url('/fonts/GothamProRegular/GothamProRegular.woff') format('woff'),
    url('/fonts/GothamProRegular/GothamProRegular.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'GothamPro';
  src: url('/fonts/GothamProBold/GothamProBold.eot');
  src: url('/fonts/GothamProBold/GothamProBold.eot?#iefix')
      format('embedded-opentype'),
    url('/fonts/GothamProBold/GothamProBold.woff') format('woff'),
    url('/fonts/GothamProBold/GothamProBold.ttf') format('truetype');
  font-style: normal;
  font-weight: bold;
}

@font-face {
  font-family: 'GothamPro';
  src: url('/fonts/GothamProBlack/GothamProBlack.eot');
  src: url('/fonts/GothamProBlack/GothamProBlack.eot?#iefix')
      format('embedded-opentype'),
    url('/fonts/GothamProBlack/GothamProBlack.woff') format('woff'),
    url('/fonts/GothamProBlack/GothamProBlack.ttf') format('truetype');
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: 'GothamPro';
  src: url('/fonts/GothamProMedium/GothamProMedium.eot');
  src: url('/fonts/GothamProMedium/GothamProMedium.eot?#iefix')
      format('embedded-opentype'),
    url('/fonts/GothamProMedium/GothamProMedium.woff') format('woff'),
    url('/fonts/GothamProMedium/GothamProMedium.ttf') format('truetype');
  font-style: normal;
  font-weight: 500;
}

/* Указываем box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
  list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
  margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}

/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

body {
  background-color: #ffffff;
  font-size: 16px;
  color: #000;
  text-align: left;
  line-height: 22px;
  font-family: 'Rubik', sans-serif;
  overflow-x: hidden;
}

p {
  margin-bottom: 20px;
  text-align: justify;
}

a {
  font-size: 14px;
  color: #DE1E26;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

td {

  font-size: 14px;
  color: #000;
  text-decoration: none;
}

.tel {
  font-size: 14px;
  color: #407ab2;
  font-weight: bold;
  text-decoration: none;
}

.tel3 {
  font-size: 28px;
  color: #e1e43c;
  text-decoration: none;
  line-height: 24px;
}

.tel2 {
  font-size: 30px;
  color: #407ab2;
  text-decoration: none;
  font-weight: bold;
  line-height: 24px;
}

.tel1 {
  font-size: 22px;
  color: #407ab2;
  text-decoration: none;
  line-height: 18px;
}

.menu {
  font-size: 14px;
  color: #407ab2;
  font-weight: bold;
  text-decoration: none;
}

a:visited.menu {
  font-size: 14px;
  color: #407ab2;
  font-weight: bold;
}

a:hover.menu {
  font-size: 14px;
  color: #ff6700;
  font-weight: bold;
}

.m {
  font-size: 14px;
  color: #004787;
  font-weight: bold;
  text-decoration: none;
  line-height: 12px;
}

a:visited.m {
  font-size: 14px;
  color: #004787;
  font-weight: bold;
  line-height: 12px;
}

a:hover.m {
  font-size: 14px;
  color: #5b89b8;
  font-weight: bold;
  line-height: 12px;
}

.m1 {
  color: #ffffff;
  font-size: 16px;
  margin-top: 10;
  margin-bottom: 10;
  font-weight: bold;
  line-height: 18px;
  text-decoration: none;
}

a:visited.m1 {
  color: #ffffff;
  font-size: 16px;
  margin-top: 10;
  margin-bottom: 10;
  font-weight: bold;
  line-height: 18px;
  text-decoration: none;
}

a:hover.m1 {
  color: #004787;
  font-size: 16px;
  margin-top: 10;
  margin-bottom: 10;
  font-weight: bold;
  line-height: 18px;
  text-decoration: none;
}

.m2 {
  color: #004787;
  font-size: 15px;
  margin-top: 10;
  margin-bottom: 10;
  font-weight: bold;
  line-height: 14px;
  text-decoration: none;
}

a:visited.m2 {
  color: #004787;
  font-size: 15px;
  margin-top: 10;
  margin-bottom: 10;
  font-weight: bold;
  line-height: 14px;
  text-decoration: none;
}

a:hover.m2 {
  color: #5b89b8;
  font-size: 15px;
  margin-top: 10;
  margin-bottom: 10;
  font-weight: bold;
  line-height: 14px;
  text-decoration: none;
}

.m3 {
  color: #004787;
  font-size: 16px;
  margin-top: 10;
  margin-bottom: 10;
  font-weight: bold;
  line-height: 14px;
  text-decoration: none;
}

a:visited.m3 {
  color: #004787;
  font-size: 16px;
  margin-top: 10;
  margin-bottom: 10;
  font-weight: bold;
  line-height: 14px;
  text-decoration: none;
}

a:hover.m3 {
  color: #5b89b8;
  font-size: 16px;
  margin-top: 10;
  margin-bottom: 10;
  font-weight: bold;
  line-height: 14px;
  text-decoration: none;
}

.mail {
  font-size: 13px;
  color: #76736e;
  font-weight: bold;
  text-decoration: none;
  line-height: 18px;
}

a:visited.mail {
  font-size: 13px;
  color: #76736e;
  font-weight: bold;
}

a:hover.mail {
  font-size: 13px;
  color: #282323;
  font-weight: bold;
}

.ssylka_smn {
  font-size: 10px;
  color: #b4b4b4;
  text-decoration: none;
}

a:visited.ssylka_smn {
  font-size: 10px;
  color: #b4b4b4;
}

a:hover.ssylka_smn {
  font-size: 10px;
  color: #333b41;
}

.smk {
  font-size: 11px;
  color: #76736e;
  text-decoration: none;
}

a:visited.smk {
  font-size: 11px;
  color: #76736e;
}

a:hover.smk {
  font-size: 11px;
  color: #312e2e;
}

.ssylka_h1 {
  color: #000;
  font-size: 16px;
  margin-top: 10;
  margin-bottom: 10;
  font-weight: bold;
  line-height: 18px;
  text-decoration: none;
  font-weight: 600;
}

.ssylka_h1:hover {
  color: #DE1E26;
}

.likeh3 {
  color: #e56f05;
  font-size: 14px;
  margin-top: 10;
  margin-bottom: 10;
  font-weight: bold;
}

a:visited.ssylka_h1 {
  color: #000;
  font-size: 14px;
  margin-top: 10;
  margin-bottom: 10;
  font-weight: bold;
  line-height: 18px;
  text-decoration: none;
}

.ssylka_h2 {
  color: #e56f05;
  font-size: 16px;
  margin-top: 10;
  margin-bottom: 10;
  font-weight: bold;
  line-height: 18px;
  text-decoration: none;
}

a:visited.ssylka_h2 {
  color: #e56f05;
  font-size: 16px;
  margin-top: 10;
  margin-bottom: 10;
  font-weight: bold;
  line-height: 18px;
  text-decoration: none;
}

a:hover.ssylka_h2 {
  color: #e56f05;
  font-size: 16px;
  margin-top: 10;
  margin-bottom: 10;
  font-weight: bold;
  line-height: 18px;
  text-decoration: none;
}

.ssylka_h3 {
  color: #c61c09;
  font-size: 16px;
  margin-top: 10;
  margin-bottom: 10;
  font-weight: bold;
  line-height: 18px;
  text-decoration: none;
}

a:visited.ssylka_h3 {
  color: #c61c09;
  font-size: 16px;
  margin-top: 10;
  margin-bottom: 10;
  font-weight: bold;
  line-height: 18px;
  text-decoration: none;
}

a:hover.ssylka_h3 {
  color: #e56f05;
  font-size: 16px;
  margin-top: 10;
  margin-bottom: 10;
  font-weight: bold;
  line-height: 18px;
  text-decoration: none;
}


h1 {
	margin-bottom: 20px;
}
h1,
h2,
h4,
h5,
h6 {
  color: #000;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  color: #000000;
}

h3{
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  color: #000000;
}
.contain {
  text-align: center;
  margin-top: revert;
}

body,
div,
div,
h1 {
  text-align: center;
}

body,
div,
div,
ul,
li {
  text-align: left;
  margin-bottom: 0px;
}



td[background='pig/foto_f.jpg'] {
  display: none;
}

.container {
  max-width: 1230px;
  width: 100%;
  margin: auto;
  padding: 0 15px;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

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

.header-logo img {
  margin-right: 5px;
}

.header-logo__title {
  font-size: 26px;
  text-align: left;
  color: #004787;
  margin-bottom: 15px;
}

.header-logo__title span {
  color: #e56f05;
}

.header-logo__description {
  font-size: 14px;
  color: #000;
  text-align: left;
  margin: 0;
}

.header-logo__info a {
  text-decoration: none;
}

.header-address p {
  margin-bottom: 2px;
}

.header-address__email a {
  color: #000;
  font-size: 16px;
  text-decoration: underline;
}

.header-address__email a:hover {
  color: #555555;
}

.header-tel a {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  text-align: left;
  display: block;
  margin-bottom: 3px;
}

.header-tel a:hover {
  color: #555;
}

.header-tel__btn a {
  font-size: 14px;
  color: #e56f05;
  text-transform: uppercase;
  text-decoration: underline;
}

.header-tel__btn a:hover {
  color: #555;
}

.exform_addmsg a {
  color: #000;
  font-size: 14px;
}

.exform_addmsg a:hover {
  color: #818181;
}
.wrapp-menu {
border-bottom: 3px solid #FCDE42;
}

.wrapp-menu ul {
  padding: 0;
  list-style: none;
  display: flex;
  width: 100%;
  max-width: 100%;
  justify-content: space-between;
  margin: 0;
}

.wrapp-menu ul li .sub-menu {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  min-width: 300px;
  top: 46px;
  background: #eeeeee;
  padding: 14px 20px;
  display: block;
  transition: 0.55s opacity, 0.55s visibility;
  z-index: 100;
}

.wrapp-menu ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.wrapp-menu ul .sub-menu li a {
  font-size: 14px;
  color: #000;
  line-height: 26px;
  text-align: left;
}

.wrapp-menu ul .sub-menu li {
  padding: 6px 0;
}

.wrapp-menu ul .sub-menu li a:hover {
  text-decoration: underline;
}

.wrapp-menu ul li a {
  color: #000;
  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;

}

.wrapp-menu ul li a:hover {
  text-decoration: underline;
}

.wrapp-menu ul li {
  display: flex;
  align-items: center;
  position: relative;
  padding: 12px 0;
}

.wrapp-menu ul li img {
  padding-left: 5px;
  cursor: pointer;
}

.prev.slick-arrow {
  display: block;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  top: 49%;
  left: 5%;
  border-radius: 5px;
}

.next.slick-arrow {
  display: block;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  top: 49%;
  right: 5%;
  border-radius: 5px;
}

#home-slider {
  margin-bottom: 65px;
}

.preview-1,
.preview-2 {
  text-align: center;
  margin: 20px 0;
}

.preview-1 .preview-item {
  display: inline-block;
  vertical-align: top;
  width: 22%;
  margin: 1%;
  position: relative;
}
.preview-2 .preview-item {
  display: inline-block;
  vertical-align: top;
  width: 17%;
  margin: 1%;
  position: relative;
}
.preview-1 .preview-item img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}
.preview-2 .preview-item img {
  width: 100%;
	height: 450px;
	object-fit: cover;
}
.komanda h1 {
  margin-top: 40px;
}
.preview-2 .preview-item p {
  text-align: center;
  font-weight: normal;
  margin-bottom: 0;
}
.preview-1 .preview-item span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 18px;
  color: #fff;
  line-height: 18px;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.7);
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.preview-2 .preview-item span {
  color: #000;
  line-height: 18px;
  padding: 7px;
  max-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
p.wrapp-position {
  padding-top: 5px;
}
.preview-1 a:hover span {
  background: #004787;
}

@media screen and (max-width: 690px) {
  .preview-1 .preview-item,
  .preview-2 .preview-item {
    width: 45%;
    margin: 10px;
  }

  .preview-1 .preview-item img {
    height: 200px;
  }

  .preview-1 .preview-item span {
    font-size: 14px;
  }

  .preview-2 .preview-item span {
    font-size: 14px;
    padding: 10px;
  }

  .bugalt_uslugi_item {
    width: 50%;
  }
}

@media screen and (max-width: 490px) {
  .preview-1 .preview-item,
  .preview-2 .preview-item {
    width: 100%;
    margin: 15px 0;
  }

  .preview-1 .preview-item img {
    height: auto;
  }
}

#advantages {
  margin-bottom: 0px;
  background: #eee;
  padding-bottom: 70px;
}

#advantages h2 {
  margin-top: 70px;
  padding-top: 70px;
}

.wrapp-advantages {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}

.wrapp-advantages__block {
  text-align: center;
  width: 22%;
}

.wrapp-advantages__block img {
  margin: auto;
}

.wrapp-advantages__block p {
  margin-bottom: 0;
  font-size: 14px;
  text-align: center;
  line-height: 18px;
}

.wrapp-advantages__block .wrapp-advantages__title {
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
}

.spec-1 {
  text-align: center;
  margin: 20px 0 80px;
  display: flex !important;
  align-items: center;
}

.spec-1 .prev1 {
  margin-right: 25px;
  cursor: pointer;
}

.spec-1 .next1 {
  cursor: pointer;
}

.spec-1 .spec-item {
  margin-right: 25px;
}

.spec-1 .spec-item img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  margin-bottom: 10px;
}

.spec-1 .spac-info {
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  text-align: left;
  border-radius: 0 0 5px 5px;
}

.spec-1 .spec-item .spec-title {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.spec-1 .spec-item .spec-dol,
.spec-1 .spec-item .spec-text {
  display: block;
  font-size: 14px;
}

@media screen and (max-width: 690px) {
  /* .spec-1 .spec-item {
        width: 45%;
        margin: 10px;
    }*/
  .spec-1 .spec-item img {
    height: 360px;
  }

  .spec-1 .spec-item .spec-title,
  .spec-1 .spec-item .spec-dol {
    font-size: 14px;
  }
}

@media screen and (max-width: 490px) {
  /*.spec-1 .spec-item {
        width: 100%;
        margin: 15px 0;
    }*/
  .spec-1 .spec-item img {
    height: auto;
  }
}

#operating {
  background: #004787;
  padding-bottom: 70px;
}

#operating h2 {
  color: #fff;
  padding-top: 70px;
  margin-top: 0;
}

.wrapp-operating {
  display: flex;
  justify-content: space-between;
}

.wrapp-operating__block img {
  height: 80px;
  width: 80px;
  object-fit: none;
  margin: auto;
}

.wrapp-operating__block {
  width: 19%;
}

.wrapp-operating__block p {
  color: #fff;
  text-align: center;
}

.review-7 {
  text-align: center;
  margin: 20px 0;
}

.review-7 .review-item {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  position: relative;
  font-size: 14px;
  text-align: left;
  box-sizing: border-box;
  padding: 15px;
}

.review-7 .review-star {
  margin: 0px 0 5px;
}

.review-7 .review-name {
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .review-7 {
    padding: 20px 10px;
    box-sizing: border-box;
  }

  .review-7 .review-item {
    width: 45%;
    margin: 10px;
  }
}

@media screen and (max-width: 505px) {
  .review-7 {
    padding: 20px 10px;
    box-sizing: border-box;
  }

  .review-7 .review-item {
    width: 100%;
    margin: 15px 0;
  }
}

.review-7 {
  display: flex;
  justify-content: space-between;
}

.review-3-title {
  color: #333;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}
.review-3 {
  text-align: center;
  margin: 20px 0 5px;
}
.review-3 .review-item {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 1%;
  position: relative;
  font-size: 14px;
  text-align: left;
  box-sizing: border-box;
  padding: 15px 15px 15px 35px;
  border: 1px solid #279fd9;
}
.review-3 .review-item:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 17px;
  left: 8px;
  background-image: url(/img/quotation-mark.svg);
  background-size: contain;
}
.review-3 .review-name {
  margin-top: 10px;
  font-weight: bold;
}
.read-more-review3 {
  text-align: center;
  margin-bottom: 20px;
}
.read-more-review3 a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
.read-more-review3 a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  .review-3 {
    padding: 20px 10px;
    box-sizing: border-box;
  }
  .review-3 .review-item {
    width: 45%;
    margin: 10px;
  }
}
@media screen and (max-width: 505px) {
  .review-3 {
    padding: 20px 10px;
    box-sizing: border-box;
  }
  .review-3 .review-item {
    width: 100%;
    margin: 15px 0;
  }
}

#scrollup {
  position: fixed;
  /* фиксированная позиция */
  opacity: 0.8;
  /* прозрачность */
  right: 15px;
  /* отступ слева */
  bottom: 90px;
  /* отступ снизу */
  display: none;
  /* спрятать блок */
  cursor: pointer;
}

.clb-block-11 {
  position: relative;
}

#form-footer .clb-title {
  color: #000;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  line-height: 36px;
  margin-bottom: 10px;
}

#form-footer .clb-title a {
  font-weight: bold;
  color: #000;
  font-size: 24px;
}

#form-footer .clb-title a:hover {
  color: #818181;
  text-decoration: none;
}

.clb-block-11 .clb-bot {
  padding: 20px 0 10px;
  box-sizing: border-box;
}

.clb-block-11 .clb-top {
  padding: 0px 0 20px;
}

@media screen and (max-width: 980px) {
  .clb-block-11 .exform_wrapper.style-callback5 .mf_submit .send_btn {
    margin-top: 10px;
  }

  .clb-block-11 .clb-top {
    padding: 0px 0 50px;
  }

  .clb-block-11 .clb-title {
    text-align: center;
  }
}

@media screen and (max-width: 725px) {
  .clb-block-11:after {
    display: none;
  }

  .clb-block-11 {
    margin: 20px 0;
  }

  .clb-block-11 .clb-top {
    padding: 0;
  }

  .clb-block-11 .clb-bot {
    padding: 10px 0;
  }

  .clb-block-11 .exform_wrapper.style-callback5 .form-body {
    display: block;
  }

  .clb-block-11 .exform_wrapper.style-callback5 input[type='text'],
  .exform_wrapper.style-callback5 textarea {
    width: 100%;
    margin-bottom: 10px;
  }

  .clb-block-11 .exform_wrapper.style-callback5 .mf_submit .send_btn {
    width: 100%;
    margin-left: 0;
    margin-top: 0px;
  }
}


.form-footer__bg form {
  margin-bottom: 0;
}

#form-footer {
  /*margin-bottom: 90px;*/
  margin-top: 60px;
}

.home-slider .slick-slide img {
  width: 100%;
}

table {
  margin: auto;
  border-collapse: collapse;
}

.calendar {
  border-collapse: collapse;
}

.breadcrumbs .ssylka_h1 {
  font-size: 14px !important;
  color: #777 !important;
  text-align: left;
  text-decoration: underline !important;
}

.breadcrumbs .ssylka_h1:hover {
  color: #000 !important;
}

.breadcrumbs .ssylka_h1.active {
  color: #000 !important;
  text-decoration: none !important;
}

.breadcrumbs {
  margin: 30px 0;
  color: #777;
}

.wrapp-banner {
  margin: 40px 0;
}

.wrapp-new___btn {
  width: 300px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DE1E26;
  font-size: 18px;
  color: #fff;
  margin-top: 30px;
  border-radius: 15px
}

.wrapp-new___btn:hover {
  opacity: 75%;
  text-decoration: none;
}

.error_page {
  text-align: center;
  font-size: 30px;
  margin: 100px;
}

.wrapp-company {
  display: flex;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
}

.wrapp-company__info {
  margin-left: 10px;
}

.wrapp-company__name {
  font-weight: bold;
  font-size: 18px;
  color: #000;
  text-align: left;
}

.wrapp-company__img {
  width: 30%;
}

.wrapp-company__img img {
  width: 100%;
}

.tab-container {
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
  margin: 20px auto 30px;
}

.tab-title {
  font-family: sans-serif;
  color: #fff;
  margin: 10px;
  font-weight: bold;
  font-size: 18px;
}

.tab-wrapper {
  width: 100%;
  /*overflow-x: scroll;*/
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  font-family: sans-serif;
}

.tab-wrapper .tab-item,
.tab-wrapper input {
  display: none;
}

.tab-wrapper .tab-item {
  background-color: #fff;
  /*width: calc(100% - 40px);*/
  width: 100%;
  max-width: 100%;
  padding: 20px 0;
  order: 1;
}

.tab-wrapper label {
  height: 45px;
  line-height: 35px;
  min-width: 50px;
  padding: 0px 20px;
  text-align: center;
  color: black;
  font-weight: bold;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  align-items: flex-end;
  justify-content: center;
  flex-grow: 1;
  cursor: pointer;
  border-collapse: collapse;
}

.tab-wrapper .label {
  border-bottom: none;
}

.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.tab-wrapper input:checked + label {
  /*border-bottom: 3px solid #004787;*/
}

.tab-wrapper input:checked + label + .tab-item {
  display: block;
}

.price-table, .spoiler__table {
  width: 100%;
  margin-bottom: 20px;

}
.price-table tr:first-child td, .price-table tr:first-child th, .spoiler__table tr:first-child td, .spoiler__table tr:first-child th{
    color: #FCDE42;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
}
.price-table tr td.yel {
    background: transparent !important;
	color: #FCDE42;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
}
.price-table td, .spoiler__table td {
    text-align: left!important;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
	padding: 15px 19px;
}
.price-table th, .spoiler__table th{
	text-align: left!important;
	padding: 15px 19px;
}
.price-table td a, .spoiler__table td a{
	font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
	color: #000;
}
.price-table tr:nth-child(even) td, .spoiler__table tr:nth-child(even) td {

    background: #F3F3F3;
}
.price-table tr:nth-child(even) td:last-child, .spoiler__table tr:nth-child(even) td:last-child {
    border-radius: 0 10px 10px 0;
}
.price-table tr:nth-child(even) td:first-child, .spoiler__table tr:nth-child(even) td:first-child {
    border-radius: 10px 0 0 10px;
}
.price-table td[colspan="3"] {

   border-radius: 10px!important;
}
.price-table td.no-rad {
    border-radius: 0 10px 10px 0 !important;
}
.price-table td p, spoiler__table td p {
     text-align: left;
  margin: 0;
}
@media screen and (max-width:600px){
	.price-table, .spoiler__table{display:block;overflow:auto;}
}
/*
tr.colored-row {
    font-weight: bold;
}
*/

.tab-content {
  display: none;
}

/* отображаем только тот контент, который соответствует отмеченной радоикнопки */
#tab-btn-1:checked~#content-1,
#tab-btn-2:checked~#content-2 {
  display: block;
}


.width33 {
  width: 33.333%;
}

.margin-center {
  margin: 20px auto;
}

.full-width {
  width: 100%;
}

.preview-3inrow {
  text-align: center;
  margin: 20px 0;
}

.ptext {
  padding-top: 40px;
  padding-left: 269px;
}

.preview-3inrow .preview-item {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 1%;
  position: relative;
}

.preview-3inrow .preview-item img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.preview-3inrow .preview-item span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 18px;
  color: #fff;
  line-height: 18px;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.7);
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.preview-3inrow a:hover span {
  background: #004787;
}

@media screen and (max-width: 690px) {
  .preview-3inrow .preview-item {
    width: 45%;
    margin: 10px;
  }

  .preview-3inrow .preview-item img {
    height: 200px;
  }

  .preview-3inrow .preview-item span {
    font-size: 14px;
  }
}

@media screen and (max-width: 490px) {
  .preview-3inrow .preview-item {
    width: 100%;
    margin: 15px 0;
  }

  .preview-3inrow .preview-item img {
    height: auto;
  }
}


.footer-wrapper {
  display: flex;
  width: 1200px;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #fff;
  padding: 50px 0;
  min-height: 230px;
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  box-sizing: border-box;
}

.footer-wrapper a {
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  box-sizing: border-box;
}

.footer-wrapper p {
  margin-bottom: 0px;
}

.footer-icon {
  display: flex;
  margin-top: 5px;
}

.footer-icon-item {
  margin-right: 5px;
}

.footer-link {
  text-decoration: underline;
}

.footer-link:hover {
  color: #e56f05;
}

.footer-tel {
  font-weight: bold;
}

.footer-tel:hover {
  color: #e56f05;
}

.footer-mail {
  text-decoration: underline;
}

.footer-mail:hover {
  color: #e56f05;
}

#footer-yand {
  background-color: #000;
}

.footer-yand {
  min-height: 80px;
  background-color: #000;
  display: flex;
  align-items: center;
}

.footer-yand iframe {
  float: left;
  margin-right: 15px;
  /*margin-left: 55px;*/
}

.footer-yand a {
  font-size: 16px;
  color: #fff;
}

.footer-yand a:hover {
  color: #e56f05;
}

/* otzivi */
.otziv_title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}

.otziv_img {
  margin-bottom: 10px;
}

.otziv_line {
  border: 1px solid #e6e6e6;
  margin-top: 20px;
  margin-bottom: 40px;
}

.otziv_mail {
  text-decoration: underline;
}

a.otziv_mail:hover {
  color: #555555;
}

.footer-item img {
  display: none;
}

.custom-color {
  color: #000000;
}

@media screen and (max-width: 767px) {
  .bugalt_uslugi_item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .bugalt_uslugi_item {
    width: 50%;
  }
}

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

.bugalt_uslugi_item {
  display: flex;
  width: 25%;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  margin: 10px 0;
}

.item_link_img {
  display: block;
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.item_img {
  width: 100%;
}

.item_txt {
  margin: 10px 0;
  text-align: center;
}

.no_link {
  pointer-events: none;
}

.bold_txt {
  font-weight: bold;
}

.not_link {
  pointer-events: none;
}

.preview-item > span {
  text-align: center;
}

.serviceslider {
  margin-bottom: 40px;
}

td {
  text-align: left;
}
.table_style td {
  text-align: center;
  width: 50%;
}
.item-center {
  text-align: center;
}

.news-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 90px;
}
.news-item .tel {
  font-size: 16px;
  line-height: 30px;
  color: #000;
}
.banner-wrap {
  padding: 40px;
}
.custom-heading-styles h2,
.custom-heading-styles h3,
.custom-heading-styles h4,
.custom-heading-styles h5,
.custom-heading-styles h6,
.custom-heading-styles .m2 {
  font-family: 'GothamPro', sans-serif;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  color: #000;
}
.custom-heading-styles .tab-wrapper label {
  font-family: 'GothamPro', sans-serif;
}
.m-80-25 {
  margin: 80px 0 25px 0;
}
.text-al-c {
  text-align: center;
}

.contacts {
  display: flex;
  flex-direction: column;
}

.contacts .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.contacts .item .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.contacts .item .info table {
  margin: 0px 0px 20px 0px;
}

.contacts .item .info table td {
  border-color: #fff;
  padding: 7px 0px;
  width: 230px;
}

.contacts .item .contacts-map,
.contacts .item .details {
  width: 60%;
}
.img_float_left {
  float: left;
  width: 250px;
  height: 180px;
  object-fit: contain;
}

.gntnk_menudropdown {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 9;
  background-color: #eeeeee;
  padding: 10px !important;
  display: block !important;
  transition: opacity 0.3s ease;
  opacity: 0;
}

.gntnk_menudropdown:hover {
  opacity: 1;
}

.gntnk_menudropdownWrap {
  position: relative;
}

.gntnk_menudropdown li {
  display: block;
}

.gntnk_menudropdownWrap:hover .gntnk_menudropdown {
  opacity: 1;
  z-index: 10;
}

/* Spoiler */
.spoiler {
  display: flex;
  flex-direction: column;

  cursor: pointer;
}

.spoiler__item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #FCDE42;
  border-radius: 15px;
  color: black;
}

.spoiler__item h2 {
  color: inherit;
  font-size: inherit;
  text-align: inherit;
  margin: initial;
}

.spoiler__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  color: #fff;
}

.spoiler__content {
background-color: #fff;
    padding: 0;
}

.spoiler-body {
  display: none;
}

.spoiler__table {
  cursor: default;
}



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

.mb-40 {
  margin-bottom: 40px;
}
.accord-faq details summary {
  border-radius: 15px;
  background: #FCDE42;
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  display: grid;
  grid-template-columns: calc(100% - 20px) 20px;
  align-items: center;
}



.reviews-wrap-jo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-right: -15px;
}

.reviews-jo-item {
	margin-right: 15px;
}

.reviews-jo-item p:first-child {
    background: #004787;
    color: white;
    margin: 0;
    text-align: center;
    padding: 15px;
    font-size: 20px;
}

.reviews-jo-item p:last-child {
    padding: 15px;
    border: 1px solid #004787;
}

@media screen and (max-width:1000px) {
    .reviews-wrap-jo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-right: -15px;
}

.reviews-jo-item p:first-child {
    background: #004787;
    color: white;
    margin: 0;
    text-align: center;
    padding: 15px;
    font-size: 20px;
}

.reviews-jo-item p:last-child {
    padding: 15px;
    border-bottom: 1px solid #004787;
}
        .reviews-jo-item {

    }
}

@media screen and (max-width:450px) {
    .reviews-wrap-jo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-right: -15px;
}

.reviews-jo-item p:first-child {
    background: #004787;
    color: white;
    margin: 0;
    text-align: center;
    padding: 15px;
    font-size: 20px;
}

.reviews-jo-item p:last-child {
    padding: 15px;
    border-bottom: 1px solid #004787;
}
    .reviews-jo-item {

    }
}

/*-----------------------------------------*/
#questions {
    background: #f9fafb;
}
.content-block {
    padding: 20px;
}
.form-vopros-otvet {
    margin-bottom: 20px;
}
.form-vopros-otvet .b-title {
    margin-bottom: 10px;
}
.b-title {
    color: #4574c9;
}
.form-vopros-otvet .subtitle {
    color: #737373;
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}
.form-vopros-otvet .padding-input {
    border: 1px solid #4574c9;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.form-vopros-otvet .blue-button {
    float: right;
}
.blue-button {
    background: #4475c9;
    border: none;
    border-bottom: 3px solid #2f62b7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: block;
    font: 16px Open Sans;
    overflow: hidden;
    padding: 8px 22px;
    position: relative;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.padding-input {
    border: 1px solid #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font: 14px Open Sans;
    margin: 5px 0 0;
    padding: 10px 0 10px 15px;
    width: 100%;
}

.flex-layout {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
    flex-wrap: wrap;
}
.flex-layout div {
    width: 360px;
    margin: 0 15px;
}
.flex-layout img {
    width: 360px;
    max-width: 100%;
    margin: 0 auto;
    border: 1px solid #d1c7c7;
}

.header-address, .header-tel a {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;

}

.header-tel__btn {
  display: flex;
  padding: 15px 25px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 15px;
  background: #FCDE42;
}

.header-tel__btn a {
  color: #000;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  text-transform: none;

}



.main-page {
  display: grid;
  justify-content: center;
  justify-items: center;
}

.sec-page {
  display: grid;
  justify-content: center;
  justify-items: center;
}

.sec-page h2 {
  text-align: center;
  margin: 50px 0px;
}

.block1-main, .block2-main, .block3-main {
  width: 1200px;
}

.h1-main {
  color: #000;
  text-align: center;
  font-family: Rubik;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  margin: 50px 0px;
}

.block1-main {
  display: grid;
  grid-template-columns: 371px calc(100% - 371px);
  grid-gap: 20px;
}

.block1-main p, ul, li {
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.main-page h2 {
  text-align: center;
  margin: 50px 0px;
}

.block2-block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.block2-block img {
  position: relative;
  z-index: 10;
  width: 285px;
  height: 184px;
  object-fit: cover;
  border-radius: 15px;
}

.b2mb-text {
  display: grid;
  width: 250px;
  padding: 15px 23px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 15px;
  background: #FCDE42;
  box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 11;
  top: -50px;
  margin: 0 auto;
  height: 110px;
}

.b2mb-text p {
  color: #000;
  text-align: center;
  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0px;
}

.b2mb-text p:first-child {
  height: 55px;
}

.b2mb-text a {
  color: #DE1E26;
  text-align: center;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  text-decoration-line: underline;
}

.form-main {
  margin: 50px 0px;
  padding-left: 180px;

}

.form-mb {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  grid-gap: 30px;
  width: 1051px;
}

.form-main h2 {
  margin-bottom: 150px;
}
.form-main img {
  position: absolute;
  margin-top: -166px;
  margin-left: -272px;
}

.form-text {
  display: grid;
  gap: 30px;
  align-content: space-between;
}

.form-text h3 {
  color: #000;
  font-family: Rubik;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 133.333% */
}

.form-text .subtitle {
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 133.333% */
}

.padding-input {
  width: 510px;
  flex-shrink: 0;
  border-radius: 15px;
  border: 1px solid #999;
  background: #FFF;
  color: #999;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.form-mb-form a {
  display: inline-flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 15px;
  background: #FCDE42;
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  float: right;
}

.form-mb-form label {
  color: #000;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.ba-main {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
  gap: 40px;
}

.ba-block:last-child {
  grid-column: span 2;
}

.block-advantages {
  margin: 50px 0px;
  max-width: 1000px;
  margin-left: 230px;
}

.ba-img {
  position: absolute;
  margin-left: -500px;
  margin-top: 50px;
}

.ba-block {
  display: grid;
  gap: 10px;
}

.ba-block img {
  width: 50px;
  height: 50px;
}

.ba-block .ba-text1 {
  color: #000;
  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.ba-block .ba-text2 {
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.block-step {
  width: 1202px;
  margin: 50px 0px;
}

.bs-main {
  background-image: url("/wp-content/uploads/2026/06/step-back.png");
  min-height: 410px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 20px;
}

.bsb-text1 {
  color: #DE1E26;
  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 111.111% */
  text-transform: uppercase;
}

.bsb-text2 {
  color: #000;
  font-family: Rubik;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.bs-block {
  padding-left: 100px;
  padding-top: 60px;
}

.bs-block-2 {
  padding-left: 100px;
  padding-top: 90px;
}

.block4-main {
  width: 1200px;
  display: grid;
  grid-template-columns: calc(100% - 418px) 358px;
  gap: 63px;
  margin: 50px 0px;
}

.b4-dop {
  display: grid;
  grid-template-columns: 48% 48%;
  gap: 40px;
}

.b4-icon {
  display: grid;
  grid-template-columns: 50px calc(100% - 50px);
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.b4-text {
  color: #000;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  display: grid;
  gap: 50px;
}

.text-rew {
  width: 1200px;
  display: grid;

}

.tr-main {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(580px, 1fr));
  grid-gap: 30px;
}

.tr-block {
  display: grid;
  padding: 25px 23px 17px 25px;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.10);
  gap: 10px;
}

.txb-1 {
  color: #000;
  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
}

.txb-2 {
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.text-rew a {
  margin-top: 40px;
  margin-bottom: 50px;
  color: #DE1E26;
  text-align: center;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.accord-faq details summary {
  height: 50px;
  padding: 14px 24.883px 14px 30px;
  margin: 20px 0px
}

.accord-faq details summary::marker {
  display: none;
}

.ffm-text1 {
  color: #000;
  font-family: Rubik;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px; /* 125% */
  text-align: left;
  margin-left: 130px;
}

.ffm-text2 {
  color: #000;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 120% */
  margin-left: 130px;
}

.footer-form {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0px;
}

.ff-main {
  margin-left: 300px;
  display: grid;
  gap: 46px;
}

.footer-form img {
  position: absolute;
  margin-left: -200px;
  margin-top: -50px;
}
.likeh2{
	margin-bottom: 150px;
	text-align: center;
    margin: 50px 0px;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: #000000;

}
.likeh3{
	color: #000;
    font-family: Rubik;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;

}
.likeh2{
	margin-bottom: 150px !important;
	text-align: center;
    margin: 50px 0px;
	font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: #000000;
}
.likeh3{
	color: #000;
    font-family: Rubik;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
	text-align: left;
}
.likeh2-prem{
	text-align: center;
    margin: 50px 0px;
	    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: #000000;
}
.block4-main-likeh2{
	font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: #000000;
	margin: 50px 0px;
}

.table-custom {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
  border: none;
  margin: 10px 0;
}
.table-custom th {
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
}
.table-custom th,
.table-custom td {
  font-size: 20px;
  line-height: 25px;
  padding: 15px 19px;
}
.table-custom td:nth-child(n+2) {
  text-align: center;
}
.table-custom td[colspan] {
  font-weight: bold;
}
.table-custom.center td {
  text-align: center;
}
.table-custom tr:nth-child(even) td {
  background: #F3F3F3;
}



/* NEW BLOCKS SITE */
.site-logo__link {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: flex-end;
  grid-gap: 6px 11px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none !important;
}
.site-logo__img {
  grid-row: 2 span;
  display: block;
  max-width: 64px;
}
.site-logo__name {
  grid-column: 2;
  grid-row: 1;
  font-size: 26px;
  color: #004787;
}
.site-logo__name span {
  color: #E56F05;
}
.site-logo__desc {
  grid-column: 2;
  grid-row: 2;
  font-size: 14px;
  color: #000000;
}
.footer-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: 64px 1fr;
  align-items: flex-start;
  justify-content: space-between;
  grid-gap: 54px 20px;
  padding: 38px 0 28px 0;
}
.footer-badge {
  grid-column: 1;
  grid-row: 2;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  grid-gap: 14px;
}
.footer-badge__text {
  max-width: 200px;
  font-size: 16px;
  line-height: 22px;
}
.footer-nav {
  grid-column: 2;
  grid-row: 2 span;
  max-width: 373px;
  width: 100%;
  margin: 0 auto;
}
.footer-nav__list {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: auto auto;
  align-items: flex-start;
  justify-content: space-between;
  grid-gap: 10px;
}
.footer-nav__list li {
  line-height: 1;
}
.footer-nav__list a {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #000000;
}
.footer-nav__list a:hover {
  text-decoration: underline;
}
.footer-contacts,
.footer-contacts__tel,
.footer-contacts__mail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.footer-contacts {
  grid-column: 3;
  grid-row: 2span;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #000000;
}
.footer-contacts__tel a {
  font-weight: 500;
  color: #000000;
}
.footer-contacts__tel a:hover {
  color: #004787;
}
.footer-contacts__btn {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  color: #004787;
  text-decoration: underline;
}
.footer-contacts__btn:hover {
  text-decoration: none;
}
.footer-contacts__mail a {
  text-decoration: underline;
  color: #000000;
}
.footer-contacts__mail a:hover {
  text-decoration: none;
  color: #004787;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 57px;
  padding: 85px 0 32px 0;
}
.footer-bottom a {
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
  color: #000000;
}
.footer-bottom a:hover {
  text-decoration: none;
}

.footer-form {
  max-width: 100% !important;
  background-image: url(../img/fotm-footer-bg.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  padding: 50px 0;
}

#home-slider {
  margin-bottom: 0;
}
.p-tb-60 {
  padding: 60px 0;
}
.btn {
  outline: none;
  border: none;
  text-decoration: none !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 61px;
  padding: 0 30px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
}
.btn-yellow {
  color: #000000;
  background: rgba(252, 222, 66, 1);
}
.advantages-items {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  align-items: flex-start;
  grid-gap: 33px 66px;
}
.advantages-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.advantages-item__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
}
.advantages-item__desc {
  font-size: 14px;
  line-height: 18px;
}
.uslugi-sect h2 {
  margin-bottom: 50px;
  text-align: center;
}
.uslugi-sect .preview-1 {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  align-items: stretch;
  grid-gap: 40px 27px;
}
.uslugi-sect .preview-1 a {
  display: block;
}
.uslugi-sect .preview-1 .preview-item {
  display: block;
  width: 100%;
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(0, 0, 0, 1);
}
.uslugi-sect .preview-1 .preview-item img {
  height: 193px;
  opacity: 0.8;
}
.uslugi-sect .preview-1 .preview-item span {
  display: block;
  height: auto;
  padding: 18px 10px;
  background: rgba(0, 71, 135, 0.9);
  border-radius: 10px;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
}
.uslugi-sect .preview-item.preview-item--btn {
  background: none;
  display: flex;
  align-items: center;
}
.uslugi-sect .btn {
  width: 100%;
}
.our-team h2 {
  margin-bottom: 30px;
  text-align: center;
}
.our-team__slider {
  width: calc(100% + 26px);
  margin-left: -13px;
  margin-bottom: 0 !important;
}
.our-team__slider .slick-track {
  display: flex;
  align-items: stretch;
}
.our-team__slider .slick-slide {
  padding: 0 13px;
  height: auto;
}
.our-team__slider .slick-slide .our-team-item {
  height: 100%;
}
.our-team-item {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(223, 223, 223, 1);
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 22px;
}
.our-team-item img {
  display: block;
  margin-bottom: 23px;
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: top center;
}
.our-team-item__name {
  flex-grow: 1;
  padding: 0 22px;
  font-size: 16px;
  line-height: 18px;
}
.our-team-item__post {
  margin-top: 10px;
  padding: 0 22px;
  font-size: 14px;
  line-height: 22px;
  color: #747474;
}
.slick-dots {
  position: static !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
  margin-top: 30px !important;
}
.slick-dots li {
  margin: 0 !important;
  cursor: pointer !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background: rgba(239, 239, 239, 1) !important;
}
.slick-dots li.slick-active {
  background: rgba(0, 71, 135, 1) !important;
}
.slick-dots li button {
  display: none !important;
}
.we-work h2 {
  margin-bottom: 35px;
  text-align: center;
}
.we-work__wrap {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  align-items: stretch;
  grid-gap: 20px;
}
.we-work-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 30px;
  background: rgba(0, 71, 135, 1);
  border: 1px solid rgba(223, 223, 223, 1);
  border-radius: 10px;
  min-height: 200px;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}
.we-work-item span {
  display: block;
  font-weight: 700;
  font-size: 28px;
  line-height: 33px;
  color: #FCDE42;
}
.questions .form-main {
  margin: 0;
  padding-left: 250px;
}
.questions .likeh2 {
  margin-top: 0;
}
.questions .form-mb {
  width: 100%;
}
.questions .padding-input {
  width: 100%;
}
.reviews h2 {
  margin-bottom: 50px;
}
.reviews .review-7 {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  align-items: flex-start;
  grid-gap: 40px;
}
.reviews .review-7 .review-item {
  padding: 0;
  width: 100%;
}
.reviews .review-3 {
  padding: 0;
  margin:  50px 0 0 0;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  align-items: flex-start;
  grid-gap: 30px 60px;
}
.reviews .review-3 .review-item {
  margin: 0;
  width: 100%;
  background: rgba(0, 71, 135, 1);
  border: 1px solid rgba(223, 223, 223, 1);
  border-radius: 10px;
  color: #fff;
}
.reviews .review-3 .review-item:before {
  filter: invert(1);
}
.reviews .read-more-review3 {
  margin: 20px 0 0 0;
}
.reviews .read-more-review3 a:hover {
  text-decoration: none;
  color: #FCDE42;
}
.news h2 {
  margin-bottom: 43px;
}
.news__items {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  align-items: stretch;
  grid-gap: 30px;
}
.news-item {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
}
.news-item:hover {
  text-decoration: none;
}
.news-item:hover .news-item__title{
  color: #FCDE42
}
.news-item img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.news-item__title {
  flex-grow: 1;
  padding: 29px 30px;
  background: rgba(0, 71, 135, 1);
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
}
.news__more {
  display: block;
  width: fit-content;
  margin: 43px auto 0 auto;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #000000;
}
.news__more:hover {
  text-decoration: none;
  color: #FCDE42;
}
.accord-faq h2 {
  margin-bottom: 43px;
}
.accord-faq details * {
  outline: none;
}
.accord-faq details[open] summary{
  border-radius: 10px 10px 0 0;
}
.accord-faq details[open] summary:after {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='3' viewBox='0 0 15 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1551 0.529297H8.10259H6.05254H0V2.50374L6 2.49967L8.10259 2.50374H14.1551V0.529297Z' fill='white'/%3E%3C/svg%3E%0A");
}
.accord-faq details summary {
  margin: 0;
  height: 75px;
  grid-template-columns: 1fr 38px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  cursor: pointer;
}
.accord-faq details:not(:last-child) {
  margin-bottom: 20px;
}
.accord-faq details summary:after {
  content: '';
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: rgba(0, 71, 135, 1);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1551 6.52938H8.10259V0.405273H6.05254V6.52938H0V8.50382H6.05254V14.5945H8.10259V8.50382H14.1551V6.52938Z' fill='white'/%3E%3C/svg%3E%0A");
}
.accord-faq details div {
  background-color: #fff;
  padding: 30px;
  border: 2px solid rgba(252, 222, 66, 1);
  border-radius: 0 0 10px 10px;
}

.footer-form {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0px;
}

.ff-main {
  margin-left: 300px;
  display: grid;
  gap: 46px;
}

.footer-form img {
  position: absolute;
  margin-left: -200px;
  margin-top: -50px;
}

.footer-form {
  max-width: 100% !important;
  background-image: url(/wp-content/uploads/2026/06/fotm-footer-bg.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  padding: 50px 0;
}

@media (max-width: 991px) {
  .footer-top {
    grid-template-columns: 100%;
    grid-gap: 25px;
    padding: 25px 0;
  }
  .footer .site-logo,
  .footer-badge,
  .footer-nav,
  .footer-contacts {
    max-width: 335px;
    width: 100%;
    margin: 0 auto;
  }
  .footer-badge {
    grid-column: 1;
    grid-row: 4;
  }
  .footer-nav {
    grid-column: 1;
    grid-row: 3;
  }
  .footer-nav li {
    text-align: center;
  }
  .footer-contacts {
    grid-column: 1;
    grid-row: 2;
    align-items: center;
    text-align: center;
  }
  .footer-badge__text {
    font-size: 14px;
    line-height: 17px;
  }
  .footer-bottom {
    gap: 20px;
    padding: 25px 0;
  }

  .p-tb-60 {
    padding: 30px 0;
  }
  .advantages-items,
  .uslugi-sect .preview-1,
  .we-work__wrap,
  .reviews .review-7 {
    grid-template-columns: repeat(2,1fr);
  }
  .questions .form-main {
    padding-left: 0;
  }
  .reviews .review-3 {
    grid-template-columns: 100%;
    grid-gap: 20px;
  }
	
	.block2-block {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 767px) {
  .news__items {
    grid-template-columns: 100%;
    grid-gap: 20px;
  }
	
	.block2-block {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 525px) {
	
	.block2-block {
		grid-template-columns: 1fr;
	}
	
  .advantages-items {
    grid-template-columns: 100%;
    grid-gap: 20px;
  }
  .uslugi-sect .preview-1,
  .we-work__wrap {
    grid-gap: 10px;
  }
  .uslugi-sect .preview-1 .preview-item span {
    font-size: 14px;
  }
  .uslugi-sect .btn {
    padding: 0;
  }
  .we-work-item {
    padding: 15px;
    font-size: 14px;
    line-height: 20px;
  }
  .questions .likeh2 {
    margin-bottom: 40px !important;
  }
  .questions .likeh3 {
    text-align: center;
    margin: 0;
  }
}

.price-link {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0;
}

.price-link a {
  font-size: 20px;
}
.result-block .title {
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: #000000;
    margin-bottom: 50px;
}
.result-block {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}
.flex-cont .right {
    width: 77%;
}
.flex-cont .left {
    color: #004787;
    font-weight: bold;
    font-size: 20px;
    width: 19%;
}
.flex-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tabs-title {
    margin-bottom: 50px;
}
.tabs-title .active {
    color: #fff;
    font-weight: bold;
    background: #004787;
}
.tabs-title > div:last-child {
    border-radius: 0 20px 20px 0;
}
.tabs-title > div:first-child {
    border-right: 0;
    border-radius: 20px 0 0 20px;
}
.tabs-title > div {
    border: 1px solid #004787;
    width: 50%;
    text-align: center;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
	cursor:pointer;
}
.tabs-title {
    display: flex;
    justify-content: space-between;
}
.tab {
    display: none;
}
.tab.active {
    display: block;
}
@media screen and (max-width:700px){
	.tabs-title {
    flex-wrap: wrap;
}
.tabs-title > div {
    width: 100%;
}
.tabs-title > div:first-child {
    border-radius: 20px 20px 0 0;
}
.tabs-title > div:last-child {
    border-radius: 0 0 20px 20px;
}
.flex-cont .left {
    margin-bottom: 30px;
}
.flex-cont .left, .flex-cont .right {
    width: 100%;
}
}

/* Принудительно скрываем вложенное меню, игнорируя любые попытки скриптов его показать */
.header-menu .sub-menu .sub-menu {
    display: block !important; /* Оставляем в потоке, чтобы анимация работала */
    opacity: 0 !important;
    visibility: hidden !important;
    position: absolute !important;
    top: 0 !important;
    left: 100% !important;
    transition: opacity 0.4s ease, visibility 0.4s ease !important;
    pointer-events: none !important; /* Запрещаем клики, пока меню скрыто */
}

/* Показываем при наведении на родительский li */
.header-menu .sub-menu li:hover > .sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important; /* Разрешаем клики, когда меню видно */
}

/* Исправляем конфликт с родительским меню, если JS пытается открыть всё сразу */
.header-menu li:hover > .sub-menu .sub-menu {
    opacity: 0 !important;
    visibility: hidden !important;
}

.header-menu .sub-menu li:hover > .sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
}

#post-799 .preview-1,
#post-797 .preview-1,
#post-795 .preview-1,
#post-11 .preview-1,
#post-67 .preview-1 {
	display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}
#post-799 .preview-1 .preview-item,
#post-797 .preview-1 .preview-item,
#post-795 .preview-1 .preview-item,
#post-11 .preview-1 .preview-item,
#post-67 .preview-1 .preview-item {
	width: 100%;
}

@media (max-width: 800px) {
	#post-799 .preview-1,
	#post-795 .preview-1,
	#post-797 .preview-1,
	#post-11 .preview-1,
	#post-67 .preview-1 {
    grid-template-columns: 1fr;
}
}