html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin: 0;
  color: #000;
}
a {
  color: #367eb2;
  text-decoration: underline;
}
a:hover {
  color: #337adb;
}
button:focus {
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
ul,
ol,
p {
  margin: 0;
  padding: 0;
}
tr td {
  vertical-align: top;
}
ul,
ol,
p {
  padding: 0;
  margin: 0;
}
strong {
  font-weight: 700;
}
.colored {
  color: #f26600;
}
.ui-effects-transfer {
  background: #27b314;
  opacity: 0.5;
  border-radius: 20px;
}
.owl-theme .owl-nav {
  position: absolute;
  right: 0px;
  top: -90px;
  display: flex;
  gap: 10px;
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  background: url("../images/nav.svg");
  border: 0;
}
.owl-theme .owl-nav .owl-prev span,
.owl-theme .owl-nav .owl-next span {
  display: none;
}
.owl-theme .owl-nav .owl-next {
  transform: rotate(180deg);
}
@media only screen and (max-width: 840px) {
  .owl-theme .owl-nav {
    top: -60px;
    right: auto;
    left: 0px;
  }
  .owl-theme .owl-nav .owl-prev,
  .owl-theme .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    background: url("../images/nav.svg");
    background-size: contain;
  }
  .owl-theme .owl-nav .owl-prev span,
  .owl-theme .owl-nav .owl-next span {
    display: none;
  }
}
body.noscroll {
  overflow: hidden;
}
.js-link {
  cursor: pointer;
}
.js-link:hover {
  border: none;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(4,4,4,0.85);
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.nofooter footer {
  display: none;
}
.btn {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 100px;
  background: #052767;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 13px 46px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  position: relative;
  border: 0;
  cursor: pointer;
}
.btn:hover {
  color: #fff;
  background: linear-gradient(188deg, rgba(255,255,255,0.4) -102.78%, rgba(48,123,191,0.4) 95.01%), #307bbf;
}
.btn-y {
  color: #302f2f;
  background: linear-gradient(180deg, #ffeb81 0%, #ffcf22 100%);
}
.btn-y:before {
  content: '';
  width: 139px;
  height: 39px;
  border-radius: 9.857px;
  background: rgba(254,216,79,0.4);
  filter: blur(26.614093780517578px);
  position: absolute;
  left: 50%;
  margin-left: -70px;
  bottom: -9px;
}
.btn-y:hover {
  color: #302f2f;
  background: linear-gradient(180deg, #ffcf22 0%, #ffeb81 100%);
}
.btn-b {
  font-size: 15px;
  border-radius: 100px;
  background: linear-gradient(188deg, rgba(255,255,255,0.4) -102.78%, rgba(48,123,191,0.4) 95.01%), #307bbf;
}
.btn-w {
  color: #052767;
  font-family: Museo Sans Cyrl;
  font-size: 14px;
  background: #fff;
  border: 0.986px solid #052767;
}
.jcemediabox-popup-closelink {
  font-size: 15px !important;
  text-transform: lowercase !important;
}
@media only screen and (max-width: 840px) {
  .btn {
    font-size: 12px;
    padding: 13px 5px;
  }
  .btn.btn-w {
    padding: 13px 25px;
  }
}
.header .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header .container__center {
  background: #fff;
}
.header__open_sity {
  margin-left: auto;
  margin-right: 49px;
}
.header__open_sity-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__open_sity-container a {
  color: #052767;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px solid #052767;
}
.header__top {
  background: #dde6ee;
}
.header__top__menu {
  padding-top: 10px;
  padding-bottom: 11px;
}
.header__top__menu ul {
  list-style: none;
  font-size: 16px;
  line-height: normal;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.header__top__menu ul a {
  text-decoration: none;
  color: #052767;
}
.header__top__work {
  color: #052767;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 10px 0;
}
.header__bottom {
  background: #052767;
}
.header__bottom__menu {
  padding-top: 18px;
  padding-bottom: 19px;
}
.header__bottom__menu ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
}
.header__bottom__menu ul li {
  line-height: normal;
}
.header__bottom__menu ul li a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
.header__logo {
  padding-top: 9px;
  padding-bottom: 14px;
}
.header__link {
  margin-left: auto;
}
.header__link .module-content {
  display: flex;
  gap: 35px;
  align-items: center;
}
.header__link .module-content a {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #052767;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}
.header__tel {
  text-align: right;
  margin-left: 59px;
}
.header__tel a.tel {
  color: #052767;
  font-family: Museo Sans Cyrl;
  font-size: 29px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 34.8px */
  text-transform: uppercase;
  text-decoration: none;
}
.header__tel span {
  color: #052767;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  opacity: 0.5;
}
.header__tel .whatsapp {
  display: none;
}
.fix .header-fix {
  top: 0px;
}
.header-fix {
  position: fixed;
  top: -90px;
  left: 0px;
  width: 100%;
  z-index: 9999;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.header-fix__top {
  background: #307bbf;
  padding-top: 12px;
  padding-bottom: 15px;
  z-index: 10001;
}
.header-fix__top .container {
  display: flex;
  align-items: center;
}
.header-fix__open-menu {
  cursor: pointer;
  display: flex;
  gap: 16px;
  color: #fff;
  font-size: 15px;
  margin-right: 46px;
}
.header-fix__open-menu.active .hamburger span:nth-child(2) {
  width: 15px;
}
.header-fix__open-menu .hamburger {
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header-fix__open-menu .hamburger span {
  height: 2px;
  width: 23px;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.header-fix__logo {
  margin-right: 10px;
}
.header-fix__logo img {
  max-height: 52px;
}
.header-fix__link {
  margin-right: 3.5%;
  display: flex;
  gap: 40px;
  margin-left: auto;
}
.header-fix__link p a {
  display: flex;
  gap: 12px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
}
.header-fix__tel .tel {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}
.header-fix__tel span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  opacity: 0.5;
}
.header-fix__tel .whatsapp {
  display: none;
}
.header-fix__work {
  color: #fff;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  opacity: 0.5;
  max-width: 171px;
  margin-left: 42px;
}
.header-fix__work a {
  color: #fff;
  display: block;
}
.header-fix__menu {
  background: #052767;
  overflow: hidden;
  max-height: 0px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.header-fix__menu.active {
  max-height: 1000px;
}
.header-fix__menu .container {
  display: flex;
  flex-wrap: wrap;
  gap: 55px;
  padding-top: 29px;
  padding-bottom: 42px;
}
.header-fix__menu .name {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
  opacity: 0.46;
}
.header-fix__menu-nav ul,
.header-fix__menu-services ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.header-fix__menu-nav ul a,
.header-fix__menu-services ul a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}
.header-fix__menu-services ul {
  gap: 23px;
}
.header-fix__menu-services ul a {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (max-width: 1061px) {
  .header-fix__link {
    gap: 20px;
  }
  .header-fix__link span {
    display: none;
  }
  .header-fix__work {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 885px) {
  .header__link .module-content {
    gap: 20px;
  }
  .header__link span {
    display: none;
  }
  .header__top__work {
    font-size: 13px;
  }
}
@media only screen and (max-width: 840px) {
  .header-fix {
    display: none;
  }
  .header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10001;
  }
  .header__open_sity {
    margin-right: 20px;
  }
  .header__open_sity-container {
    gap: 5px;
  }
  .header__open_sity-container a {
    font-size: 13px;
  }
  .header__open_sity {
    display: none;
  }
  .header__mbl__open_sity {
    padding-top: 28px;
    padding-left: 30px;
    border-top: 1px solid #16488a;
  }
  .header__mbl__open_sity a {
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  .header__tel {
    margin-left: 22px;
  }
  .header__tel a.tel {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 9999px;
    color: #fff;
    background: url("../images/ico/tel.svg");
    width: 25px;
    height: 26px;
  }
  .header__tel span {
    display: none;
  }
  .header__logo {
    width: 121px;
  }
  .header__top .container {
    height: 40px;
  }
  .header__top__work {
    margin-left: auto;
  }
  .header__top__menu {
    position: absolute;
    padding-top: 35px;
    padding-bottom: 23px;
    top: 40px;
    left: -1000px;
    width: 100%;
    background: #052767;
    z-index: 9999;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header__top__menu.active {
    left: 0px;
  }
  .header__top__menu ul {
    flex-direction: column;
    gap: 22px;
    margin-left: 30px;
    margin-bottom: 23px;
  }
  .header__top__menu ul a {
    color: #fff;
    font-size: 15px;
  }
  .header__top__menu .header__mbl-tel {
    display: block;
    border-top: 1px solid #16488a;
    padding-top: 19px;
    text-align: left;
    margin: 0;
    padding-bottom: 24px;
  }
  .header__top__menu .header__mbl-tel .module-container {
    margin-left: 30px;
  }
  .header__top__menu .header__mbl-tel a.tel {
    color: #fff;
    font-size: 29px;
    font-weight: 500;
    text-decoration: none;
  }
  .header__top__menu .header__mbl-tel span {
    font-size: 16px;
    color: #fff;
    opacity: 0.5;
  }
  .header__top .hamburger {
    width: 23px;
    height: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .header__top .hamburger span {
    height: 2px;
    width: 23px;
    background: #052767;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .header__top .hamburger span:nth-child(2) {
    width: 15px;
  }
  .header__top .hamburger.active {
    position: relative;
  }
  .header__top .hamburger.active span {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
  }
  .header__top .hamburger.active span:nth-child(1) {
    transform: rotate(45deg);
  }
  .header__top .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .header__top .hamburger.active span:nth-child(2) {
    width: 0px;
  }
  .header .open_service {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 0;
    border-bottom: 1px solid #16488a;
  }
  .header .open_service span {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
  }
  .header .open_service span:after {
    display: block;
    content: '';
    width: 11px;
    height: 8px;
    background: url("../images/arrpw-uslugi.svg");
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header .open_service.active span:after {
    transform: rotate(180deg);
  }
  .header__bottom .container {
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
  }
  .header__bottom .container.active {
    max-height: 1000px;
  }
  .header__bottom__menu ul {
    flex-direction: column;
  }
  .header__bottom__menu ul li {
    text-align: center;
  }
  .header__bottom__menu ul li a {
    opacity: 0.5;
  }
}
.slider__main-carusel .owl-stage {
  position: relative;
  height: 100%;
  transform: none !important;
}
.slider__main-carusel .owl-item {
  position: absolute;
  left: 0px !important;
  right: 0px;
  z-index: 0;
}
.slider__main-carusel .owl-item img {
  position: relative;
  z-index: 0;
}
.slider__main-carusel .owl-item img.mbl {
  display: none;
}
.slider__main-carusel__item {
  position: relative;
}
.slider__main-carusel__item .wrp {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 2;
  transform: translate(0, -50%);
}
.slider__main-carusel__item .wrp .title {
  color: #052767;
  font-size: 41px;
  font-style: normal;
  font-weight: 600;
  line-height: 109%;
  text-transform: uppercase;
  margin-bottom: 61px;
  position: relative;
  max-width: 540px;
}
.slider__main-carusel__item .wrp .text {
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 109%;
  text-transform: uppercase;
  position: relative;
}
.slider__main-carusel__item .wrp .text ul {
  display: flex;
  flex-direction: column;
  gap: 31px;
  list-style: none;
  color: #307bbf;
}
.slider__main-carusel__item .wrp .text ul li:before {
  content: "\2022";
  color: #ffcf22;
  font-weight: bold;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 8px;
}
@media only screen and (max-width: 1300px) {
  .slider__main-carusel__item .wrp {
    left: 50px;
  }
  .slider__main-carusel__item .wrp .title {
    font-size: 30px;
    margin-bottom: 27px;
  }
  .slider__main-carusel__item .wrp .text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 935px) {
  .slider .owl-theme .owl-stage .owl-item img {
    min-height: 260px;
    object-fit: cover;
  }
  .slider .owl-theme .owl-stage .owl-item img.dt {
    display: none;
  }
  .slider .owl-theme .owl-stage .owl-item img.mbl {
    display: block;
  }
  .slider__main-carusel__item .wrp {
    top: auto;
    bottom: -30px;
    left: 0;
  }
  .slider__main-carusel__item .wrp .title {
    margin: 0 auto;
    font-size: 21px;
    line-height: 109%; /* 22.89px */
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
  }
  .slider__main-carusel__item .wrp .text {
    font-size: 13px;
  }
  .slider__main-carusel__item .wrp .text ul {
    gap: 10px;
    flex-direction: row;
    justify-content: center;
    color: #fff;
  }
  .slider__main-carusel__item:after {
    content: '';
    height: 400px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    opacity: 0.7;
    background: linear-gradient(0deg, #000 0%, rgba(0,0,0,0) 100%);
    z-index: 1;
  }
}
.item-page-content.header-img .after-slider,
.lands .after-slider {
  margin-bottom: 0;
}
.item-page-content.header-img .after-slider .module-content,
.lands .after-slider .module-content {
  justify-content: flex-start;
  gap: 30px;
  margin-left: -30px;
}
.item-page-content.header-img .after-slider .module-content:after,
.lands .after-slider .module-content:after {
  content: '';
  width: 432px;
  height: 250px;
  position: absolute;
  right: 100px;
  bottom: 0px;
  z-index: 20;
  background: url("../images/reviews-item-bg.png");
  right: -122px;
  bottom: -31px;
}
.after-slider {
  background: #307bbf;
  color: #fff;
  padding-top: 27px;
  padding-bottom: 38px;
  margin-bottom: 92px;
}
.after-slider .module-container {
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
.after-slider .module-content {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: center;
}
.after-slider__item {
  padding-left: 55px;
  position: relative;
}
.after-slider__item:before {
  content: '';
  position: absolute;
  left: 0px;
  top: -15px;
  z-index: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.after-slider__item .name {
  position: relative;
  z-index: 1;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.after-slider__item .name span {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
.after-slider__item .text {
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
  text-transform: uppercase;
  opacity: 0.5;
}
.after-slider__item1:before {
  background-image: url("../images/ico/key.svg");
  width: 101px;
  height: 102px;
}
.after-slider__item2:before {
  background-image: url("../images/ico/val.png");
  top: 0;
  width: 69px;
  height: 83px;
}
.after-slider__item3:before {
  top: 0;
  background-image: url("../images/ico/paper.svg");
  width: 69px;
  height: 88px;
}
@media only screen and (max-width: 1080px) {
  .after-slider .module-content {
    gap: 40px;
  }
  .after-slider__item .name {
    font-size: 30px;
  }
  .after-slider__item .text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 840px) {
  .after-slider {
    margin-bottom: 31px;
  }
  .after-slider .module-content {
    gap: 1%;
  }
  .after-slider .module-container {
    padding: 0 10px;
  }
  .after-slider__item {
    padding-left: 20px;
  }
  .after-slider__item .name {
    font-size: 16px;
  }
  .after-slider__item .name span {
    font-size: 15px;
  }
  .after-slider__item .text {
    font-size: 11px;
    display: none;
  }
  .after-slider__item1:before {
    width: 60px;
    height: 102px;
  }
  .after-slider__item2:before {
    top: -15px;
    width: 40px;
    height: 83px;
  }
  .after-slider__item3:before {
    top: -15px;
    width: 40px;
    height: 88px;
  }
  .item-page-content.header-img .after-slider {
    margin-bottom: 0;
  }
  .item-page-content.header-img .after-slider .module-content {
    justify-content: center;
    margin-left: 0px;
    gap: 10px;
  }
}
.promotion {
  position: fixed;
  top: 50%;
  left: -50px;
  z-index: 6666;
  transform: rotate(-90deg);
}
.promotion a {
  display: block;
  color: #052767;
  font-family: Museo Sans Cyrl;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  background: linear-gradient(180deg, #ffeb81 0%, #ffcf22 100%), #d9d9d9;
  padding: 22px 45px;
  border-radius: 0 0 10px 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.promotion a:hover {
  background: linear-gradient(180deg, #ffcf22 0%, #ffeb81 100%);
}
@media only screen and (max-width: 1360px) {
  .promotion a {
    padding: 20px 40px;
    font-size: 17px;
  }
}
@media only screen and (max-width: 900px) {
  .promotion {
    opacity: 0.5;
    left: -25px;
    top: 30%;
  }
  .promotion a {
    padding: 10px 20px;
    font-size: 13px;
  }
}
.module.gray {
  background-color: #f7f9fa;
}
.module-note {
  color: #307bbf;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 7px 20px;
  border-radius: 6px;
  background: #dde6ee;
  margin-bottom: 16px;
  display: inline-block;
}
.module-title {
  padding-right: 170px;
  margin-bottom: 35px;
}
.module-title__text {
  color: #052767;
  font-size: 48px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 106% !important;
}
.module .show-all {
  color: #052767;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding-right: 39px;
  height: 28px;
  line-height: 28px;
  background: url("../images/show-all.svg") right no-repeat;
  position: absolute;
  right: 20px;
  top: 70px;
}
@media only screen and (max-width: 1020px) {
  .module-title {
    margin-bottom: 35px;
  }
  .module-title__text {
    font-size: 40px !important;
  }
}
@media only screen and (max-width: 840px) {
  .module-title {
    padding: 0;
    margin-bottom: 35px;
  }
  .module-title__text {
    font-size: 22px !important;
  }
  .module-note {
    font-size: 14px;
    padding: 7px 11px;
  }
  .module .show-all {
    top: auto;
    bottom: -48px;
    right: auto;
    left: 50%;
    margin: 0 auto;
    transform: translate(-50%, 0);
  }
}
.custom-blog-uslugi .module .show-all {
  display: none;
}
.custom-blog-uslugi .services {
  margin-top: 60px;
}
.services {
  margin-bottom: 86px;
}
.services .module-content {
  display: flex;
  row-gap: 26px;
  column-gap: 20px;
  flex-wrap: wrap;
}
.services__title {
  margin-bottom: 35px;
}
.services__item {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.services__item-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.services__item-img {
  margin-bottom: 9px;
  border-radius: 10px;
}
.services__item-img img {
  display: block;
}
.services__item-block {
  border-radius: 10px;
  background: #f7f9fa;
  padding: 30px 34px;
  flex: 1 1 auto;
}
.services__item-title {
  margin-bottom: 30px;
  flex: 1 1 auto;
}
.services__item-title h4 {
  color: #052767;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.services__item-table {
  padding-bottom: 40px;
}
.services__item-table-row {
  display: flex;
  align-items: flex-end;
  color: rgba(5,39,103,0.57);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 19px;
}
.services__item-table-row div:nth-child(2) {
  min-width: 30px;
  flex: 1 1 auto;
  margin: 0 10px;
  background: url("../images/separator-s.svg") 0 13px repeat-x;
}
.services__item-table-row div:nth-child(3) {
  white-space: nowrap;
}
.services__item .show-more {
  display: block;
}
@media only screen and (max-width: 1020px) {
  .services__item-table {
    padding-bottom: 30px;
  }
  .services__item-table-row {
    font-size: 14px;
  }
  .services__item-table-row div:nth-child(1) {
    max-width: 215px;
  }
  .services__item-table-row div:nth-child(3) {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 840px) {
  .services {
    margin-bottom: 68px;
  }
  .services__title {
    margin-bottom: 35px;
  }
  .services__item {
    width: 100%;
    display: flex;
  }
  .services__item-img img {
    width: 100%;
    object-fit: contain;
  }
  .services__item-block {
    padding: 33px 25px 44px 25px;
  }
  .services__item-title h4 {
    font-size: 18px;
  }
}
.calc {
  padding-top: 85px;
  padding-bottom: 91px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.calc .module-content {
  display: flex;
  border-radius: 10px;
  justify-content: center;
}
.calc__item1 img {
  border-radius: 10px 0 0 10px;
}
.calc__item2 img {
  border-radius: 0 10px 10px 0;
}
.calc__title {
  padding-right: 0px;
}
.calc__title-text {
  color: #fff !important;
}
.calc .marquiz__inline-frame {
  border-radius: 10px;
}
@media only screen and (max-width: 840px) {
  .calc {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.geo {
  padding-top: 145px;
  padding-bottom: 70px;
  height: 944px;
  background-position-y: 145px;
  background-position-x: center;
  background-repeat: no-repeat;
}
.geo__item {
  padding: 17px 26px 22px 78px;
  border-radius: 10px;
  background: #307bbf;
  position: absolute;
}
.geo__item img {
  position: absolute;
  left: 15px;
  top: 19.5px;
}
.geo__item-num {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.geo__item-num span {
  font-size: 26.18px;
  font-style: normal;
  font-weight: 700;
  margin-right: 7px;
}
.geo__item-text {
  color: #fff;
  font-size: 13px;
  font-style: normal;
  line-height: 120%;
  text-transform: uppercase;
  opacity: 0.5;
}
.geo__item1 {
  background: #052767;
  right: 181px;
  top: 127px;
}
.geo__item2 {
  right: 9px;
  top: 331px;
}
.geo__item3 {
  background: #052767;
  right: 38px;
  top: 610px;
}
.geo__item3 .geo__item-num {
  align-items: baseline;
}
.geo__item3 .geo__item-num span {
  margin-left: 2px;
}
.geo__item4 {
  top: 522px;
  left: 32px;
}
.geo__item4 .geo__item-num {
  align-items: baseline;
}
.geo__item4 .geo__item-num span {
  margin-left: 2px;
}
.geo__item5 {
  top: 707px;
  left: 203px;
}
.geo__item5 .geo__item-num span {
  font-size: 16px;
  margin-top: 5px;
  margin-left: 6px;
}
@media only screen and (max-width: 840px) {
  .geo {
    display: none !important;
  }
}
.advantages {
  padding-top: 107px;
  padding-bottom: 110px;
  background-color: #f7f9fa;
  position: relative;
}
.advantages:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: url("../images/advantages.png") top center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: opacity 0.3s;
  opacity: 1;
  animation-delay: 2s;
}
.advantages.fixbg:before {
  position: fixed;
  opacity: 1;
}
.advantages.fixbg.abbg:before {
  opacity: 0;
  position: absolute;
  background-position: bottom center;
}
.advantages .module-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.advantages h3 {
  color: #052767;
  font-size: 69px;
  font-style: normal;
  font-weight: 600;
  line-height: 96%;
  position: sticky;
  top: 120px;
  left: 0px;
}
.advantages h3 span {
  color: #307bbf;
}
.advantages__items {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.advantages__item {
  width: 522px;
  height: 368px;
  border-radius: 10px;
  background: #307bbf;
  box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.05);
  position: sticky;
  top: 130px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.advantages__item .num {
  width: 41px;
  height: 41px;
  line-height: 41px;
  border-radius: 20px;
  background: #052767;
  color: rgba(255,255,255,0.6);
  font-size: 19px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  left: 45px;
  top: 33px;
}
.advantages__item img {
  position: absolute;
  right: 36px;
  top: 36px;
}
.advantages__item .block {
  position: absolute;
  left: 45px;
  bottom: 44px;
  right: 20px;
  max-width: 379px;
}
.advantages__item .block h4 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 12px;
}
.advantages__item .block .text {
  color: rgba(255,255,255,0.57);
  font-size: 17px;
}
.advantages:before {
  display: none;
}
.advantages .module-content {
  display: block;
}
.advantages .sticky {
  position: relative;
  margin-bottom: 41px;
  top: 0;
  left: 0;
}
.advantages__items {
  display: block;
}
.advantages .owl-theme .owl-item img {
  width: auto;
}
.advantages .owl-theme .owl-stage,
.advantages .owl-theme .owl-stage-outer {
  overflow: inherit;
}
@media only screen and (max-width: 1600px) {
  .advantages:before {
    top: 140px;
  }
}
@media only screen and (max-width: 1080px) {
  .advantages__item {
    width: 420px;
  }
  .advantages__item .num,
  .advantages__item .block {
    left: 20px;
  }
  .advantages h3 {
    font-size: 56px;
  }
}
@media only screen and (max-width: 900px) {
  .advantages {
    padding-top: 29px;
    padding-bottom: 39px;
  }
  .advantages__item {
    width: 380px;
    height: 279px;
    top: 98px;
  }
  .advantages__item .block {
    bottom: 20px;
  }
  .advantages__item .block h4 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .advantages__item .block .text {
    font-size: 16px;
  }
  .advantages__item img {
    width: 40%;
  }
}
@media only screen and (max-width: 840px) {
  .advantages {
    padding-top: 29px;
    padding-bottom: 39px;
  }
  .advantages .wrp {
    padding-right: 0px;
  }
  .advantages:before {
    display: none;
  }
  .advantages .module-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .advantages h3 {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 96%;
    position: unset;
    margin-bottom: 24px;
  }
  .advantages__items {
    flex-direction: row;
    gap: 10px;
    overflow-x: auto;
  }
  .advantages__item {
    min-width: 278px;
    height: 279px;
    margin-bottom: 20px;
  }
  .advantages__item .block {
    bottom: 20px;
  }
  .advantages__item .block h4 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .advantages__item .block .text {
    font-size: 16px;
  }
  .advantages__item img {
    width: 30%;
  }
  .advantages__items {
    overflow-x: clip;
  }
  .advantages__item {
    max-width: 300px;
  }
  .advantages .sticky {
    margin-bottom: 80px;
  }
}
.work-stage {
  padding-top: 85px;
  padding-bottom: 92px;
  overflow: hidden;
}
.work-stage .owl-theme .owl-stage-outer {
  overflow: inherit;
}
.work-stage__item {
  max-width: 288px;
}
.work-stage__img {
  margin-bottom: 17px;
  position: relative;
  overflow: hidden;
}
.work-stage__img img {
  border-radius: 10px;
}
.work-stage__text {
  color: #052767;
  font-size: 21px;
  font-weight: 600;
}
.work-stage__num {
  position: absolute;
  bottom: -29px;
  right: -45px;
  color: #307bbf;
  font-size: 70px;
  font-weight: 600;
  text-align: center;
  width: 177px;
  height: 177px;
  line-height: 177px;
  background: url("../images/work-stage-num.svg");
  background-size: contain;
}
@media only screen and (max-width: 840px) {
  .work-stage {
    padding-top: 24px;
    padding-bottom: 12px;
  }
  .work-stage__title {
    margin-bottom: 70px;
  }
  .work-stage__text {
    font-size: 15px;
  }
  .work-stage__img {
    margin-bottom: 11px;
  }
  .work-stage__img img {
    width: 201px !important;
    height: 271px;
    object-fit: cover;
  }
  .work-stage__item {
    max-width: 201px;
  }
  .work-stage__num {
    width: 124px;
    height: 124px;
    font-size: 50px;
    line-height: 124px;
    bottom: -28px;
    right: -35px;
  }
}
.reviews {
  padding-top: 104px;
  padding-bottom: 94px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #f7fbfe;
}
.reviews .module-content {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
.reviews__item1 {
  width: 64%;
}
.reviews__item2 {
  max-width: 32%;
  background: #307bbf url("../images/reviews-item-bg.png") 50% 90% no-repeat;
  border-radius: 10px;
  text-align: center;
}
.reviews__item2-container {
  padding: 35px 18px 27px 18px;
}
.reviews__item2 .logo {
  margin-bottom: 20px;
}
.reviews__item2 .text {
  color: #fff;
  font-size: 27px;
  font-weight: 600;
  line-height: 106%;
  margin-bottom: 42px;
}
.reviews__item2 .logof {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
@media only screen and (max-width: 840px) {
  .reviews {
    padding-top: 22px;
    padding-bottom: 31px;
  }
  .reviews__item1 {
    width: 100%;
  }
  .reviews__item2 {
    width: 100%;
    max-width: 100%;
  }
  .reviews__item2 .logo {
    margin-bottom: 14px;
  }
  .reviews__item2 .logo img {
    max-width: 171px;
  }
  .reviews__item2 .text {
    font-size: 20px;
  }
  .reviews__item2 .logof {
    gap: 12px;
  }
}
.team {
  padding-top: 77px;
  padding-bottom: 100px;
}
.team__items {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.team__item {
  display: flex;
  gap: 20px;
  min-height: 354px;
}
.team__item-img {
  min-width: 344px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
}
.team__item-blockText {
  padding: 40px 34px 40px 46px;
  border-radius: 10px;
  background: #f7f9fa;
  flex: 1 1 auto;
  display: flex;
  gap: 60px;
}
.team__item-blockL {
  min-width: 250px;
}
.team__item-dolzhnost {
  color: #307bbf;
  font-size: 16px;
  margin-bottom: 4px;
}
.team__item-name {
  color: #052767;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}
.team__item-stazh,
.team__item-dela {
  padding: 7px 11px;
  color: rgba(48,48,48,0.76);
  font-size: 16px;
  margin-bottom: 8px;
  border-radius: 6px;
  background: #dde6ee;
  display: inline-block;
}
.team__item-dela {
  margin-bottom: 26px;
}
.team__item-fotos {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.team__item-fotos a {
  max-height: 68px;
  overflow: hidden;
}
.team__item-fotos img {
  max-width: 68px;
  border-radius: 6px;
  display: block;
  object-fit: cover;
}
.team__item-introtext {
  color: rgba(48,48,48,0.76);
  font-size: 16px;
  line-height: 145%;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1120px) {
  .team__items {
    gap: 20px;
  }
  .team__item {
    display: flex;
    gap: 10px;
    min-height: 354px;
  }
  .team__item-img {
    min-width: 291px;
  }
  .team__item-blockText {
    padding: 10px;
    gap: 10px;
  }
}
@media only screen and (max-width: 840px) {
  .home .team__item-introtext {
    display: none;
  }
  .category-blog__items .team__items {
    flex-direction: column;
  }
  .team {
    padding-top: 34px;
    padding-bottom: 84px;
  }
  .team__items {
    flex-direction: row;
    gap: 10px;
    overflow-x: auto;
  }
  .team__item {
    max-width: 291px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: auto;
    margin-bottom: 20px;
  }
  .team__item-img {
    min-width: 291px;
    min-height: 210px;
  }
  .team__item-blockText {
    padding: 10px;
    gap: 10px;
    flex-direction: column;
  }
  .team__item-fotos {
    gap: 5px;
  }
  .team__item-fotos img {
    width: 64px;
    height: 64px;
  }
  .team .btn {
    width: 100%;
  }
}
.licenses {
  padding-top: 70px;
  padding-bottom: 135px;
  background-size: contain;
}
.licenses__title-text {
  color: #fff;
}
.licenses .owl-theme .owl-stage {
  padding: 20px 0;
}
.licenses__item {
  padding: 20px;
  border-radius: 10px;
  background: #fff;
}
.licenses__item a {
  position: relative;
  z-index: 2;
}
.licenses__item:after {
  content: '';
  border-radius: 10px;
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  transform: rotate(4.859deg);
  opacity: 0.4;
  z-index: 1;
}
@media only screen and (max-width: 840px) {
  .licenses {
    padding-top: 43px;
    padding-bottom: 56px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }
  .licenses .wrp {
    padding-right: 0;
  }
  .licenses__title {
    margin-bottom: 70px;
  }
}
.check-ros {
  padding-top: 60px;
  padding-bottom: 55px;
  background: #052767;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  overflow: hidden;
}
.check-ros .module-content {
  display: flex;
  flex-wrap: wrap;
  gap: 56px;
  align-items: center;
  padding-left: 224px;
  position: relative;
}
.check-ros .module-content:before {
  content: '';
  width: 263px;
  height: 232px;
  position: absolute;
  left: -81px;
  bottom: -129px;
  background: url("../images/check-ros.png");
  background-size: contain;
}
@media only screen and (max-width: 840px) {
  .check-ros {
    padding-top: 31px;
    padding-bottom: 41px;
    background: #052767;
    font-size: 20px;
  }
  .check-ros__item {
    z-index: 1;
  }
  .check-ros .module-content {
    padding-left: 100px;
    gap: 20px;
  }
  .check-ros .module-content:before {
    width: 233px;
    height: 202px;
    left: -93px;
    bottom: -60px;
  }
  .check-ros .btn {
    padding: 13px 36px;
  }
}
.questions {
  padding-top: 107px;
  padding-bottom: 120px;
}
.questions .module-content {
  display: flex;
  gap: 28px;
}
.questions__blockL {
  max-width: 780px;
}
.questions__item {
  margin-bottom: 14px;
}
.questions__item.active .questions__answer {
  max-height: 1000px;
}
.questions__item.active .questions__question:before {
  transform: rotate(135deg);
  background-color: #e2e9ef;
}
.questions__question {
  color: #307bbf;
  font-size: 18px;
  font-weight: 600;
  padding: 28px 75px 30px 28px;
  border-radius: 6px;
  background: #f7f9fa;
  border-left: 6px solid #307bbf;
  cursor: pointer;
  position: relative;
}
.questions__question:before {
  position: absolute;
  top: 15px;
  right: 20px;
  content: '';
  width: 50px;
  height: 50px;
  border-radius: 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #f7f9fa url("../images/questions-open.svg") center no-repeat;
}
.questions__answer {
  overflow: hidden;
  max-height: 0px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.questions__answer-text {
  padding: 24px 114px 26px 41px;
  color: rgba(48,48,48,0.76);
  font-size: 16px;
  line-height: 145%;
}
@media only screen and (max-width: 840px) {
  .questions {
    padding-top: 22px;
    padding-bottom: 20px;
  }
  .questions .module-content {
    display: block;
  }
  .questions__question {
    min-height: 57px;
    color: #307bbf;
    font-size: 16px;
    font-weight: 600;
    padding: 18px 66px 22px 12px;
    border-radius: 6px;
    background: #f7f9fa;
    border-left: 6px solid #307bbf;
    cursor: pointer;
    position: relative;
  }
  .questions__answer-text {
    padding: 20px;
  }
}
.page-services .project__item-img {
  position: relative;
  z-index: 0;
}
.page-services .project__item-img:before {
  border-radius: 10px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.4;
  background: #052767;
  z-index: 1;
  mix-blend-mode: multiply;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.project {
  padding-top: 66px;
  padding-bottom: 37px;
}
.project__items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.project__item {
  width: calc(33% - 10px);
  background: #fff;
  border-radius: 10px;
}
.project__item-img {
  display: block;
  height: 296px;
  border-radius: 10px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.project__item-img:hover:before {
  opacity: 0;
}
.project__item-text {
  padding: 25px;
  font-size: 18px;
  font-weight: 600;
}
.project__item-text a {
  color: #052767;
  text-decoration: none;
}
@media only screen and (max-width: 1055px) {
  .project__items {
    gap: 10px;
  }
  .project__item {
    width: calc(33% - 5px);
  }
}
@media only screen and (max-width: 890px) {
  .project__item {
    width: calc(50% - 5px);
  }
}
@media only screen and (max-width: 840px) {
  .project {
    padding-top: 20px;
    padding-bottom: 87px;
  }
  .project .wrp {
    padding-right: 0;
  }
  .project__items {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .project__item {
    min-width: 280px;
    margin-bottom: 25px;
  }
  .project__item-img {
    height: 217px;
  }
  .project__item-text {
    padding: 18px;
    font-size: 16px;
  }
}
.communications {
  padding-top: 37px;
  padding-bottom: 125px;
  color: #fff;
  background-position: top center;
  background-repeat: no-repeat;
}
.communications .module-content {
  background: #052767 url("../images/com-bg.png") 100% 100% no-repeat;
  border-radius: 10px;
  padding: 64px 40px 40px 40px;
  text-align: center;
}
.communications .module-content h3 {
  color: #fff;
  font-size: 44px;
  font-weight: 600;
  line-height: 106%;
  margin-bottom: 38px;
}
.communications .module-content h3 span {
  color: #449ded;
}
.communications__text {
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 66px;
}
.communications__img {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: center;
}
@media only screen and (max-width: 840px) {
  .communications {
    padding-top: 0px;
    padding-bottom: 35px;
  }
  .communications .module-content {
    background: #052767 url("../images/com-bg.png") 100% 100% no-repeat;
    border-radius: 10px;
    padding: 39px 25px 35px 25px;
    text-align: center;
  }
  .communications .module-content h3 {
    font-size: 24px;
    margin-bottom: 27px;
  }
  .communications__text {
    font-size: 13px;
    margin-bottom: 29px;
  }
  .communications__img {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    justify-content: center;
  }
  .communications__img img {
    max-width: 134px;
  }
}
.news {
  padding-top: 68px;
  padding-bottom: 71px;
}
.news__items {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}
.news__bl {
  max-width: 46%;
}
.news__br {
  max-width: 50%;
}
.news__introtext {
  color: rgba(48,48,48,0.76);
  font-size: 16px;
  line-height: 125%;
}
.news__item {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  margin-bottom: 38px;
}
.news__item-text {
  max-width: 65%;
}
.news__item-img {
  border-radius: 10px;
  width: 31%;
  height: 120px;
  display: block;
  background-size: cover;
}
.news__item-title {
  color: #307bbf;
  font-size: 18px;
  font-weight: 600;
  line-height: 105%; /* 18.9px */
  margin-bottom: 13px;
}
.news__item0 {
  display: block;
}
.news__item0 .news__item-img {
  width: auto;
  height: 358px;
  margin-bottom: 17px;
}
.news__item0 .news__item-title {
  font-size: 26px;
  line-height: 115%;
  margin-bottom: 18px;
}
@media only screen and (max-width: 840px) {
  .news {
    padding-top: 34px;
    padding-bottom: 74px;
  }
  .news .wrp {
    padding-right: 0;
  }
  .news__bl {
    width: 280px;
    min-width: 280px;
  }
  .news__br {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    flex-wrap: nowrap;
  }
  .news__items {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .news__item0 {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    height: auto;
  }
  .news__item0 .news__item-img {
    width: 280px;
    height: 185px;
    margin: 0;
  }
  .news__item0 .news__item-title {
    margin: 0;
  }
  .news__item {
    height: auto;
    width: 280px;
    min-width: 280px;
    gap: 14px;
  }
  .news__item-img {
    width: 283px;
    height: 185px;
  }
  .news__item-title {
    font-size: 18px !important;
    margin-bottom: 13px;
  }
}
.about {
  padding-top: 85px;
  padding-bottom: 100px;
}
.about h3 {
  color: #052767;
  font-size: 48px;
  font-weight: 600;
  line-height: 106%;
}
.about h3 span {
  color: #307bbf;
}
.about h4 {
  color: #307bbf;
  font-size: 24px;
  font-weight: 400;
  line-height: 123%;
  margin-bottom: 34px;
}
.about ol {
  list-style: none;
  counter-reset: item;
}
.about ol li {
  counter-increment: item;
  margin-bottom: 13px;
}
.about ol li:before {
  margin-right: 12px;
  content: counter(item);
  background: #307bbf;
  border-radius: 100%;
  color: #fff;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
}
.about__items {
  display: flex;
  flex-wrap: wrap;
  gap: 7%;
  align-items: center;
}
.about__items1 {
  margin-bottom: 86px;
}
.about__items1 .about__item2 {
  text-align: center;
}
.about__item {
  max-width: 43%;
}
.about__item1 {
  max-width: 42%;
  color: #052767;
  color: #052767;
  font-size: 19px;
  font-weight: 600;
  line-height: 155%;
}
.about__item1 p:first-child {
  margin-bottom: 31px;
}
.about__item2 {
  color: rgba(48,48,48,0.76);
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
}
@media only screen and (max-width: 1100px) {
  .about h3 {
    font-size: 36px;
  }
  .about__items1 {
    margin-bottom: 8px;
  }
  .about__item2 {
    max-width: 51%;
  }
}
@media only screen and (max-width: 840px) {
  .about {
    padding-top: 39px;
    padding-bottom: 50px;
  }
  .about h3 {
    font-size: 34px;
    margin-bottom: 28px;
  }
  .about h4 {
    font-size: 19px;
    margin-bottom: 22px;
  }
  .about ol {
    list-style: none;
    counter-reset: item;
  }
  .about ol li {
    counter-increment: item;
    margin-bottom: 13px;
    display: flex;
  }
  .about ol li:before {
    margin-right: 12px;
    content: counter(item);
    background: #307bbf;
    border-radius: 100%;
    color: #fff;
    min-width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
  }
  .about__items {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
  }
  .about__items1 {
    margin-bottom: 0px;
    max-width: 100%;
  }
  .about__item1 {
    margin-bottom: 22px;
    font-size: 16px;
    max-width: 100%;
  }
  .about__item1 p:first-child {
    margin-bottom: 22px;
  }
  .about__item2 {
    max-width: 100%;
    color: rgba(48,48,48,0.76);
    font-size: 16px;
    font-weight: 400;
    line-height: 145%;
  }
}
.sity {
  padding-top: 55px;
  padding-bottom: 80px;
  background: #052767;
}
.sity__title {
  margin-bottom: 61px;
}
.sity__title-text {
  color: #fff;
}
.sity a {
  color: rgba(255,255,255,0.76);
  font-size: 18px;
  line-height: 145%;
}
.sity .module-content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 14px;
}
@media only screen and (max-width: 840px) {
  .sity {
    padding-top: 35px;
    padding-bottom: 55px;
  }
  .sity__title {
    margin-bottom: 32px;
  }
  .sity a {
    font-size: 16px;
  }
  .sity .module-content {
    overflow-x: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(8, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 12px;
  }
}
.work-contact {
  padding-top: 188px;
  padding-bottom: 138px;
  color: #052767;
  font-size: 15px;
  font-weight: 400;
  position: relative;
}
.work-contact:after {
  content: '';
  width: 275px;
  height: 286px;
  background: url("../images/wcbgl.png");
  position: absolute;
  left: 0px;
  top: -189px;
}
.work-contact:before {
  content: '';
  width: 370px;
  height: 454px;
  background: url("../images/wcbgr.png");
  position: absolute;
  right: 0px;
  top: -99px;
}
.work-contact .module-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.work-contact__item1 img {
  display: block;
  margin-bottom: 29px;
}
.work-contact__item1 .tel {
  color: #052767;
  font-size: 55.08px;
  font-weight: 600;
  line-height: 120%; /* 66.096px */
  text-decoration: none;
}
.work-contact__item1 .text span {
  display: block;
  padding-top: 15px;
}
.work-contact__item1 .address {
  display: block;
  margin-top: 60px;
}
.work-contact__item1 .fn.org {
  display: none;
}
@media only screen and (max-width: 1510px) {
  .work-contact {
    padding-top: 65px;
  }
  .work-contact:after,
  .work-contact:before {
    display: none;
  }
}
@media only screen and (max-width: 1155px) {
  .work-contact__item1 .tel {
    font-size: 40px;
  }
}
@media only screen and (max-width: 840px) {
  .work-contact {
    padding-top: 25px;
    padding-bottom: 50px;
    background: none;
    text-align: center;
  }
  .work-contact:after,
  .work-contact:before {
    display: none;
  }
  .work-contact .module-content {
    display: flex;
    flex-wrap: wrap;
    gap: 27px;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .work-contact__item1 img {
    margin-bottom: 15px;
    margin: 0 auto;
  }
  .work-contact__item1 .tel {
    font-size: 32px;
  }
  .work-contact__item1 span {
    display: block;
    margin-top: 0px;
  }
}
.ychet {
  padding-top: 64px;
  padding-bottom: 106px;
}
.ychet h3 {
  margin-bottom: 36px;
  font-size: 30px;
}
.ychet .module-content {
  display: flex;
  flex-wrap: wrap;
  gap: 73px;
  align-items: flex-start;
}
.ychet__item1 {
  max-width: 667px;
}
.ychet__item2 {
  max-width: 440px;
}
.ychet__item2 h4 {
  color: #307bbf;
  font-size: 24px;
  line-height: 123%;
}
@media only screen and (max-width: 840px) {
  .ychet {
    padding-top: 42px;
    padding-bottom: 22px;
  }
  .ychet .module-content {
    gap: 31px;
  }
}
.rates {
  padding-top: 87px;
  padding-bottom: 118px;
}
.rates__title {
  margin-bottom: 59px;
}
.rates__item {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 13px;
}
.rates__item .br {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}
.rates__item .br .star_fill {
  position: absolute;
  top: -3px;
  right: -18px;
  color: #302f2f;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  background: url("../images/star_fill.svg");
  background-size: cover;
  height: 32px;
  line-height: 32px;
  padding-left: 18px;
  padding-right: 8px;
}
.rates__item .br .star_fill img {
  display: inline-block;
  margin-right: 5px;
}
.rates__item .block-r,
.rates__item .block-l {
  border-radius: 6px;
  background: #f7f9fa;
}
.rates__item .block-l {
  border-left: 6px solid #307bbf;
  min-width: 275px;
  display: flex;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.rates__item .block-l img {
  display: block;
  padding-left: 27px;
  padding-top: 24px;
}
.rates__item .block-l-text {
  padding-left: 17px;
  margin-top: 22px;
}
.rates__item .block-l-text h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 6px;
}
.rates__item .block-l .price {
  color: #307bbf;
  font-size: 25.741px;
  font-weight: 600;
  line-height: 120%;
}
.rates__item .block-l .price span {
  font-size: 19px;
  font-weight: 700;
  line-height: 120%;
}
.rates__item .block-r {
  flex: 1 1 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 19px 19px 20px 37px;
  display: inline-flex;
  gap: 14px;
  justify-content: space-between;
}
.rates__item .block-r h5 {
  color: #052767;
  font-size: 16px;
  font-weight: 600;
  line-height: 145%;
  margin-bottom: 6px;
}
.rates__item .block-r ul {
  margin-bottom: 0px;
}
.rates__item .block-r ul li {
  margin-bottom: 6px;
}
.rates__items-gold .rates__item .block-r,
.rates__items-gold .rates__item .block-l {
  background: #fff9dc;
}
.rates__items-gold .rates__item .block-l {
  border-left: 6px solid #eebc06;
}
@media only screen and (max-width: 840px) {
  .rates {
    padding-top: 30px;
    padding-bottom: 42px;
  }
  .rates__title {
    margin-bottom: 59px;
  }
  .rates__item .block-l {
    min-width: 100%;
    flex-direction: row;
    flex: 1 auto;
    align-items: center;
    justify-content: space-between;
  }
  .rates__item .block-l img {
    order: 2;
    padding-right: 25px;
    padding-top: 0;
  }
  .rates__item .block-l-text {
    padding-top: 0px;
    order: 1;
    padding-left: 20px;
    padding-bottom: 14px;
  }
  .rates__item .block-l-text h4 {
    margin-bottom: 0;
  }
  .rates__item .block-r {
    padding: 15px 20px;
    flex-direction: column;
    position: relative;
  }
  .rates__item .block-r ul {
    margin-bottom: 0;
  }
  .rates__item .block-r .br {
    flex: 1 1 auto;
    position: unset;
  }
  .rates__item .block-r .br .star_fill {
    top: 0;
    right: 0px;
    font-size: 10px;
    height: 20px;
    display: flex;
    align-items: center;
  }
  .rates__item .block-r .btn {
    display: block;
  }
}
.price-list {
  padding-top: 97px;
  padding-bottom: 120px;
}
.price-list__table {
  width: 100%;
  border: 0 !important;
  margin: 0 !important;
  border-spacing: 0px;
  border: none;
}
.price-list__table tbody tr td {
  border: none !important;
}
.price-list__table tbody tr:nth-child(2n+1) td {
  padding: 21px 26px 21px 40px !important;
  background: #e7ecf1;
}
.price-list__table tbody tr:nth-child(2n+1) td:nth-child(1) {
  border-radius: 10px 0 0 10px;
  color: #052767;
  font-size: 22px;
  font-weight: 600;
}
.price-list__table tbody tr:nth-child(2n+1) td:nth-child(2) {
  border-radius: 0 10px 10px 0;
  color: #307bbf;
  font-size: 22px;
  font-weight: 600;
  padding-left: 0;
}
.price-list__table tbody tr:nth-child(2n) td {
  padding: 14px 26px 34px 40px !important;
}
.price-list__table tbody tr:nth-child(2n) td:nth-child(1) {
  color: rgba(48,48,48,0.76);
  font-size: 18px;
  line-height: 145%;
}
.price-list__table tbody tr:nth-child(2n) td:nth-child(2) {
  color: #307bbf;
  font-size: 18px;
  line-height: 145%;
  padding-left: 0;
}
@media only screen and (max-width: 840px) {
  .price-list {
    padding-top: 34px;
    padding-bottom: 42px;
  }
  .price-list__table {
    border-spacing: 0px;
    border: none;
  }
  .price-list__table tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
  .price-list__table tbody tr td {
    width: 100%;
  }
  .price-list__table tbody tr:nth-child(2n+1) td {
    padding: 21px 26px 21px 40px !important;
    background: #e7ecf1;
  }
  .price-list__table tbody tr:nth-child(2n+1) td:nth-child(1) {
    border-radius: 6px 6px 0 0;
    font-size: 16px;
    padding-bottom: 4px !important;
    padding-left: 16px !important;
  }
  .price-list__table tbody tr:nth-child(2n+1) td:nth-child(2) {
    border-radius: 0 0 6px 6px;
    font-size: 16px;
    padding-top: 0px !important;
    padding-left: 16px !important;
  }
  .price-list__table tbody tr:nth-child(2n) {
    padding: 14px 16px;
  }
  .price-list__table tbody tr:nth-child(2n) td {
    padding: 0 !important;
  }
  .price-list__table tbody tr:nth-child(2n) td:nth-child(1) {
    font-size: 14px;
    line-height: 125%;
  }
  .price-list__table tbody tr:nth-child(2n) td:nth-child(2) {
    font-size: 14px;
    line-height: 125%;
  }
}
.googlemap {
  padding-top: 50px;
}
.googlemap .wrp {
  padding: 0;
}
.googlemap__topbl {
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto;
}
.googlemap__title {
  margin-bottom: 43px;
}
.googlemap .module-content {
  overflow: hidden;
  border-radius: 20px;
}
.googlemap iframe {
  margin-top: -69px;
  border: none;
}
@media only screen and (max-width: 840px) {
  .googlemap iframe {
    max-height: 350px;
  }
}
.cities {
  position: absolute;
  top: 40px;
  left: 0px;
  right: 0px;
  background: #fff;
  z-index: 99998;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.cities.active {
  max-height: 2000px;
}
.cities .module-content {
  max-height: 465px;
  overflow-x: auto;
}
.cities .wrp {
  padding-top: 43px;
  padding-bottom: 82px;
}
.cities__items {
  column-count: 7;
}
.cities__item {
  margin-bottom: 5px;
  margin-right: 20px;
}
.cities__item a {
  font-size: 16px;
  color: #052767;
}
.cities__item.active a {
  font-weight: bold;
}
.cities .close {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 21px;
  height: 21px;
  background: url("../images/close.svg") center no-repeat;
  cursor: pointer;
}
@media only screen and (max-width: 1080px) {
  .cities__items {
    column-count: 5;
  }
}
@media only screen and (max-width: 640px) {
  .cities {
    top: 40px;
  }
  .cities__items {
    column-count: 2;
  }
}
.uspeh {
  background-color: #f7fbfe;
  padding: 50px 0;
}
.uspeh__items {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-evenly;
}
.uspeh__title {
  text-align: center;
  padding: 0;
}
.uspeh__item {
  width: 286px;
  position: relative;
}
.uspeh__item img {
  display: block;
  border-radius: 10px;
}
.uspeh__item:after,
.uspeh__item:before {
  background-image: url("data:image/png;base64,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");
  background-repeat: no-repeat;
  bottom: -26px;
  content: "";
  height: 26px;
  position: absolute;
  width: 165px;
}
.uspeh__item:before {
  background-position: 0 0;
  left: -20px;
}
.uspeh__item:after {
  background-position: 100% 0;
  right: -20px;
}
.uspeh__text {
  position: absolute;
  left: 10px;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
  color: #fff;
  text-shadow: rgba(0,0,0,0.4) 0px 4px 5px;
}
.uspeh2 {
  padding: 100px 0;
}
.info-panel-cookie {
  text-align: left;
  background: #fff;
  padding-top: 32px;
  padding-bottom: 18px;
  font-size: 12px;
  line-height: 16px;
  position: fixed;
  z-index: 9999;
  bottom: -400px;
  left: 0;
  right: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-top: 1px solid #287bd5;
  transition: all 0.5s;
}
.info-panel-cookie .module-container {
  padding: 0 10px;
  max-width: 1171px;
  margin: 0 auto;
  align-items: center;
  gap: 30px;
}
.info-panel-cookie p {
  margin-bottom: 15px;
}
.info-panel-cookie.active {
  bottom: 0px;
}
@media only screen and (max-width: 600px) {
  .info-panel-cookie .btn {
    width: 100%;
  }
}
.content-category-blog.wrp {
  margin-bottom: 60px;
}
.item-page-content {
  padding-top: 80px;
}
.item-page-content.header-img {
  padding: 0px;
}
.item-page-content.header-img .article-header-img {
  position: relative;
}
.item-page-content.header-img .article-header-img:after {
  content: '';
  height: 400px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  opacity: 0.7;
  background: linear-gradient(0deg, #000 0%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.item-page-content.header-img img {
  display: block;
}
.item-page-content.header-img .page-header {
  max-width: 700px;
  position: absolute;
  left: 20px;
  bottom: 79px;
  z-index: 10;
}
.item-page-content.header-img .page-header h1 {
  color: #fff;
  font-size: 58px;
  font-weight: 600;
  line-height: 106%; /* 61.48px */
  text-transform: uppercase;
}
.inner main {
  margin-top: 61px;
}
.inner.page-services main {
  margin-top: 0px;
}
.inner.page-services .article__body {
  margin-top: 61px;
}
.inner.page-services .article-header-img .wrp {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.main-title {
  margin-bottom: 40px;
}
.main-title h1 {
  color: #052767;
  font-size: 48px;
  line-height: 106%;
  font-weight: 700;
}
.items.fulltext .item {
  margin-bottom: 40px;
}
.items.fulltext .item p {
  margin-bottom: 5px;
}
.fulltext,
.page__article {
  color: rgba(48,48,48,0.76);
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
}
.fulltext h2,
.page__article h2 {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 30px;
  color: #052767;
}
.fulltext h3,
.page__article h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 27px;
  color: #052767;
  font-weight: 700;
}
.fulltext h4,
.page__article h4 {
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 18px;
  color: #052767;
  font-weight: 600;
}
.fulltext p,
.page__article p {
  margin-bottom: 23px;
}
.fulltext p + ul,
.page__article p + ul,
.fulltext p + ol,
.page__article p + ol {
  margin-top: -10px;
}
.fulltext p + h2,
.page__article p + h2 {
  margin-top: 50px;
}
.fulltext p:first-child + .intro,
.page__article p:first-child + .intro {
  margin-top: 15px;
}
.fulltext ul,
.page__article ul {
  margin-bottom: 27px;
}
.fulltext ul ul,
.page__article ul ul {
  margin-top: 15px;
}
.fulltext ul li,
.page__article ul li {
  counter-increment: item;
  margin-bottom: 13px;
  display: flex;
}
.fulltext ul li:before,
.page__article ul li:before {
  margin-right: 12px;
  content: '';
  color: #307bbf;
  min-width: 5px;
  height: 5px;
  line-height: 22px;
  text-align: center;
  display: inline-block;
  background: #307bbf;
  border-radius: 100%;
  margin-top: 9px;
}
.fulltext ol,
.page__article ol {
  list-style: none;
  counter-reset: item;
}
.fulltext ol li,
.page__article ol li {
  counter-increment: item;
  margin-bottom: 13px;
  display: flex;
}
.fulltext ol li:before,
.page__article ol li:before {
  margin-right: 12px;
  content: counter(item);
  background: #307bbf;
  border-radius: 100%;
  color: #fff;
  min-width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
}
.fulltext .intro,
.page__article .intro,
.fulltext .article__intro,
.page__article .article__intro {
  color: #052767;
  font-size: 19px;
  font-weight: 600;
  line-height: 155%;
}
.fulltext .image,
.page__article .image {
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  line-height: 0;
  font-size: 0;
}
.fulltext .image-description,
.page__article .image-description {
  color: #808080;
  font-size: 14px;
  line-height: 20px;
  margin-top: 8px;
  display: block;
}
.fulltext table,
.page__article table {
  border-collapse: collapse;
  margin-bottom: 50px;
}
.fulltext thead,
.page__article thead {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}
.fulltext thead td,
.page__article thead td {
  border-bottom: solid 1px #d9d9d9;
  vertical-align: middle;
  padding-bottom: 8px;
}
.fulltext tbody td,
.page__article tbody td {
  border-bottom: solid 1px #d9d9d9;
  line-height: 20px;
  font-size: 15px;
  padding: 9px 45px 9px 0;
  vertical-align: middle;
  color: #000;
}
.fulltext tbody td:first-child,
.page__article tbody td:first-child {
  padding-left: 0;
}
.fulltext tbody td:last-child,
.page__article tbody td:last-child {
  padding-right: 0;
}
.table {
  max-width: 600px;
  margin-bottom: 24px;
}
.table th {
  font-size: 13px;
  font-weight: 600;
  color: #000;
  text-align: left;
  border-bottom: solid 1px #000;
  padding: 5px 15px 10px 0px;
}
.table td {
  border-bottom: solid 1px #e5e5e5;
  font-size: 14px;
  color: #666;
  padding: 12px 15px 12px 0px;
  line-height: 20px;
}
.fulltext.sertifikaty ul li,
.fulltext.otzyvy ul li {
  padding-left: 0px;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#searchForm {
  padding-bottom: 25px;
}
#searchForm .input-box {
  max-width: 300px;
  display: inline-block;
  vertical-align: top;
  -webkit-box-shadow: inset 1px 2px 0 1px #eebcc4;
  box-shadow: inset 1px 2px 0 1px #eebcc4;
}
#searchForm .btn {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
#searchForm .result {
  padding-top: 10px;
}
.search-block fieldset {
  border: none;
  margin-bottom: 20px;
  padding: 0px;
}
@media only screen and (max-width: 1428px) {
  .article-header-img .wrp {
    position: unset;
  }
}
@media only screen and (max-width: 1150px) {
  .item-page-content.header-img .after-slider .module-content:after {
    display: none;
  }
  .item-page-content.header-img .page-header {
    max-width: 500px;
  }
  .item-page-content.header-img .page-header h1 {
    font-size: 39px;
  }
}
@media only screen and (max-width: 990px) {
  .item-page-content.header-img .page-header {
    text-align: center;
    max-width: 100%;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .item-page-content.header-img .page-header h1 {
    font-size: 21px;
    line-height: 109%;
  }
  .article-header-img {
    height: 410px;
  }
  .article-header-img img {
    height: 410px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 840px) {
  .inner main {
    margin-top: 42px;
  }
  .inner.page-services main {
    margin-top: 0px;
  }
  .inner.page-services .article__body {
    margin-top: 42px;
  }
  .main-title {
    margin-bottom: 40px;
  }
  .main-title h1 {
    color: #052767;
    font-size: 34px;
    line-height: 106%;
  }
  .items.fulltext,
  .item {
    margin-bottom: 33px;
    margin-bottom: 5px;
  }
  .fulltext,
  .page__article {
    font-size: 14px;
    line-height: 125%;
  }
  .fulltext h2,
  .page__article h2 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 30px;
    color: #052767;
  }
  .fulltext h3,
  .page__article h3 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 27px;
    color: #052767;
    font-weight: 700;
  }
  .fulltext h4,
  .page__article h4 {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 27px;
    color: #052767;
    font-weight: 600;
  }
  .fulltext .intro,
  .page__article .intro {
    font-size: 16px;
    line-height: 135%;
  }
}
.proekty .page-header {
  margin-bottom: 55px;
}
.proekty .page-header h1 {
  color: #052767;
  font-size: 48px;
  font-weight: 600;
  line-height: 106%;
}
.proekty__gallery {
  margin-bottom: 30px;
}
.proekty__gallery-fotos {
  border-top: 2px solid #f0f3f6;
  border-bottom: 2px solid #f0f3f6;
  padding-top: 18px;
  padding-bottom: 22px;
}
.proekty__gallery-title {
  margin-bottom: 22px;
}
.proekty__gallery-title h2 {
  color: #052767;
  font-size: 30px;
  margin-bottom: 0px !important;
}
.proekty .owl-theme .owl-stage-outer {
  margin: 0 auto;
}
.proekty .owl-theme .owl-item img {
  width: auto;
  display: inline-block;
}
.proekty .owl-theme .owl-item .item {
  text-align: center;
}
.proekty .owl-theme .owl-thumbs {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.proekty .owl-theme .owl-thumbs .owl-thumb-item {
  border: none;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 2px solid #fff;
}
.proekty .owl-theme .owl-thumbs .owl-thumb-item img {
  display: block;
}
.proekty .owl-theme .owl-thumbs .owl-thumb-item.active {
  border: 2px solid #307bbf;
}
.proekty .owl-theme .owl-nav {
  position: unset;
}
.proekty .owl-theme .owl-nav .owl-prev,
.proekty .owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -125px;
  background: url("../images/nav-w.svg");
  width: 52px;
  height: 55px;
  background-size: contain;
}
.proekty .owl-theme .owl-nav .owl-prev {
  left: 87px;
}
.proekty .owl-theme .owl-nav .owl-next {
  right: 87px;
}
.proekty__properties {
  border-radius: 6px;
  background: #f7f9fa;
  margin-bottom: 83px;
}
.proekty__properties-container {
  padding: 44px 40px 35px 40px;
}
.proekty__properties-blocks {
  display: flex;
  gap: 29px;
  flex-wrap: wrap;
}
.proekty__properties-blocks .bl,
.proekty__properties-blocks .br {
  width: calc(50% - 15px);
  margin-bottom: 44px;
}
.proekty__properties .btn {
  display: block;
}
.proekty__prop {
  display: grid;
  grid-template-columns: 144px auto;
  grid-column-gap: 12px;
  grid-row-gap: 20px;
}
.proekty__prop .name,
.proekty__prop .val {
  border-bottom: 1px solid #eaeef2;
  padding-bottom: 7px;
}
.proekty__prop .name.vypolneno,
.proekty__prop .val.vypolneno {
  border: none;
}
.proekty__prop .name {
  color: #052767;
  font-size: 16px;
  font-weight: 600;
  line-height: 145%;
}
.proekty__prop .val {
  color: rgba(0,15,40,0.67);
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  display: flex;
  align-items: center;
}
.proekty__prop .val svg {
  margin-right: 6px;
}
.proekty__prop .val.srok {
  color: #307bbf;
  font-weight: 600;
}
@media only screen and (max-width: 1220px) {
  .proekty .owl-theme .owl-nav .owl-prev {
    left: 0px;
  }
  .proekty .owl-theme .owl-nav .owl-next {
    right: 0px;
  }
}
@media only screen and (max-width: 840px) {
  .proekty__gallery-title {
    margin-bottom: 17px;
  }
  .proekty__gallery-title h2 {
    font-size: 22px;
    line-height: 117%;
  }
  .proekty .owl-theme .owl-thumbs {
    gap: 7px;
    padding-left: 42px;
    padding-right: 42px;
  }
  .proekty .owl-theme .owl-thumbs .owl-thumb-item {
    width: 54px;
    height: 54px;
  }
  .proekty .owl-theme .owl-nav .owl-prev,
  .proekty .owl-theme .owl-nav .owl-next {
    width: 34px;
    height: 34px;
    top: auto;
    margin: 0;
    bottom: 9px;
  }
  .proekty__prop {
    grid-row-gap: 15px;
  }
  .proekty__properties {
    margin-bottom: 45px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .proekty__properties-container {
    padding: 22px 20px 46px 20px;
  }
  .proekty__properties-blocks {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
  }
  .proekty__properties-blocks .bl,
  .proekty__properties-blocks .br {
    width: 100%;
    margin-bottom: 14px;
  }
  .proekty__properties-blocks .br .proekty__prop {
    display: block;
  }
  .proekty .page-header {
    margin-bottom: 34px;
  }
  .proekty .page-header h1 {
    font-size: 24px;
    line-height: 106%;
  }
}
.uslugi .back {
  border-radius: 6px;
  background: #dde6ee;
  margin-bottom: 40px;
  padding: 7px 11px;
  color: #307bbf;
  font-size: 16px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.uslugi__back {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.uslugi-article__more {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.uslugi-article__more.active {
  max-height: 10000px;
}
.uslugi-article__show-more {
  position: relative;
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
.uslugi-article__show-more:after {
  content: '';
  background: url("../images/arrow-more.svg");
  width: 12px;
  height: 14px;
}
.uslugi-article__fl {
  display: flex;
  gap: 64px;
  margin-bottom: 66px;
}
.uslugi-article__fll {
  max-width: 659px;
}
.uslugi-article__top {
  display: flex;
  gap: 64px;
  margin-bottom: 66px;
}
.uslugi-article__top-text {
  max-width: 659px;
}
.uslugi-article__top-img {
  max-width: 480px;
}
.uslugi-article__top-price {
  border-radius: 10px;
  padding: 25px 30px;
}
.uslugi-article__top-price-text {
  color: #052767;
  font-size: 19px;
  font-weight: 600;
  line-height: 155%;
  margin-bottom: 15px;
}
.uslugi-article__top-price-text span {
  color: #307bbf;
}
.uslugi-article__top-price .btn {
  display: block;
}
.uslugi-article__rates {
  margin-bottom: 63px;
  margin-top: 90px;
}
.uslugi-article__fulltext {
  margin-top: 63px;
  margin-bottom: 131px;
}
@media only screen and (max-width: 840px) {
  .uslugi-article__fll {
    max-width: 100%;
  }
  .uslugi-article__top,
  .uslugi-article__fl {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 0px;
  }
  .uslugi-article__top-img,
  .uslugi-article__fl-img {
    max-width: 100%;
  }
  .uslugi-article__top-price,
  .uslugi-article__fl-price {
    padding: 5px 20px;
  }
  .uslugi-article__top-text,
  .uslugi-article__fl-text {
    max-width: 100%;
  }
  .uslugi-article__rates {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .uslugi-article__fulltext {
    margin-bottom: 50px;
  }
}
.pricelist__tabs .fulltext {
  position: relative;
  margin-bottom: 84px;
}
.pricelist__tabs .back {
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  bottom: -84px;
  text-align: center;
  border-radius: 6px;
  background: #307bbf;
  box-shadow: 0px 4px 54px 0px rgba(5,39,103,0.19);
  text-decoration: none;
  color: #fff;
  font-family: Museo Sans Cyrl;
  font-size: 17px;
  font-weight: 600;
  line-height: 117%;
  padding: 21px 0;
}
.pricelist__tabs .back span {
  border-bottom: 1px solid #fff;
}
.pricelist__tabs-header-ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 19px;
}
.pricelist__tabs-header-ul li {
  padding: 17px 21px;
  border-radius: 10px;
  border: 1.5px solid #307bbf;
  color: #052767;
  font-size: 19px;
  font-weight: 500;
  line-height: 106%;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.pricelist__tabs-header-ul li.active {
  background: #307bbf;
  box-shadow: 0px 4px 54px 0px rgba(5,39,103,0.19);
  color: #fff;
}
.pricelist__tabs-header .tab {
  display: none;
}
.pricelist__tabs-header .tab.active {
  display: block;
}
.pricelist__tabs-inner {
  display: flex;
  gap: 20px;
}
.pricelist__tabs-inner-ul {
  list-style: none;
  width: 284px;
}
.pricelist__tabs-inner-ul li {
  padding-left: 8px;
  padding-right: 8px;
  margin: 0;
  background: #f7f9fa;
  color: #052767;
  font-size: 18px;
  font-weight: 600;
  line-height: 123%; /* 22.14px */
  cursor: pointer;
  position: relative;
}
.pricelist__tabs-inner-ul li i {
  position: absolute;
  width: 31px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  top: 17px;
  left: 8px;
}
.pricelist__tabs-inner-ul li.active {
  background: #eaeef2;
}
.pricelist__tabs-inner-ul li span {
  display: block;
  padding-top: 19px;
  padding-bottom: 19px;
  padding-left: 53px;
  border-bottom: 1px solid #eaeef2;
  background-position: 8px 50%;
  background-repeat: no-repeat;
}
.pricelist__tabs-inner-ul li:before {
  display: none;
}
.pricelist__tabs-inner-ul li:first-child {
  border-radius: 10px 10px 0 0;
}
.pricelist__tabs-inner-ul li:last-child {
  border-radius: 0 0 10px 10px;
}
.pricelist__tabs-inner-ul li:last-child span {
  border: none;
}
.pricelist__tabs-inner-tabs {
  border-radius: 10px;
  background: #f7f9fa;
  padding: 42px 40px;
  flex: 1 1 auto;
}
.pricelist__tabs-inner-tabs table {
  width: 100%;
}
.pricelist__tabs-inner-tabs table tr td {
  border-bottom: 1px solid #eaeef2;
  padding: 15px 0;
}
.pricelist__tabs-inner-tabs table tr td div {
  margin-top: 13px;
}
.pricelist__tabs-inner-tabs table tr td:first-child {
  color: #052767;
  font-size: 16px;
  font-weight: 400;
  line-height: 123%;
}
.pricelist__tabs-inner-tabs table tr td:first-child div {
  color: #307bbf;
  line-height: 133%;
}
.pricelist__tabs-inner-tabs table tr td:last-child {
  color: #307bbf;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 129%;
  text-align: right;
  white-space: nowrap;
}
.pricelist__tabs-inner-tabs table tr.dop_text .bls {
  display: flex;
  justify-content: space-between;
}
.pricelist__tabs-inner-tabs table tr.dop_text .bls .br {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 129%;
}
.pricelist__tabs-inner-tab {
  display: none;
}
.pricelist__tabs-inner-tab.active {
  display: block;
}
@media only screen and (max-width: 1223px) {
  .pricelist__tabs-header-ul li {
    font-size: 16px;
    padding: 17px 9px;
  }
}
@media only screen and (max-width: 1024px) {
  .pricelist__tabs-inner-ul li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 840px) {
  .pricelist__tabs .back {
    padding: 15px 0;
    bottom: -62px;
  }
  .pricelist__tabs-header-ul {
    gap: 5px;
  }
  .pricelist__tabs-header-ul li {
    font-size: 11px;
    font-weight: 600;
    padding: 17px 8px;
  }
  .pricelist__tabs-inner {
    flex-direction: column;
    position: relative;
  }
  .pricelist__tabs-inner-tabs {
    padding: 20px;
    padding-bottom: 0px;
  }
  .pricelist__tabs-inner-ul {
    width: 100%;
  }
  .pricelist__tabs-inner-ul li {
    position: relative;
    overflow: hidden;
    max-height: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .pricelist__tabs-inner-ul li span {
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 53px;
    border-bottom: 1px solid #eaeef2;
  }
  .pricelist__tabs-inner-ul li.active {
    max-height: 220px;
  }
  .pricelist__tabs-inner-ul li.active:after {
    content: '';
    width: 16px;
    height: 9px;
    background: url("../images/tabs-arrow.svg");
    position: absolute;
    top: 23px;
    right: 15px;
  }
  .pricelist__tabs-inner-ul li.show {
    max-height: 220px;
  }
  .pricelist__tabs table tr td {
    display: block;
  }
  .pricelist__tabs table tr td:first-child {
    border-bottom: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    line-height: 133%; /* 18.62px */
    padding-top: 9px;
    padding-bottom: 6px;
  }
  .pricelist__tabs table tr td:last-child {
    text-align: left;
    font-size: 14px;
    line-height: 133%; /* 18.62px */
    padding-top: 0px;
    padding-bottom: 9px;
  }
  .pricelist__tabs table tr.dop_text td div {
    margin-top: 7px;
  }
  .pricelist__tabs table tr.dop_text td .bls {
    gap: 10px;
  }
  .pricelist__tabs table tr.dop_text td .bls .br {
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    line-height: 133%;
  }
}
.filter ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 25px;
}
.filter ul li {
  padding: 17px 21px;
  border-radius: 10px;
  border: 1.5px solid #307bbf;
  color: #052767;
  font-size: 19px;
  font-weight: 500;
  line-height: 106%;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 0;
}
.filter ul li:before {
  display: none;
}
.filter ul li a {
  color: #052767;
  text-decoration: none;
}
.filter ul li.active {
  background: #307bbf;
  box-shadow: 0px 4px 54px 0px rgba(5,39,103,0.19);
  color: #fff;
}
.filter ul li.active a {
  color: #fff;
}
@media only screen and (max-width: 1223px) {
  .filter ul li {
    font-size: 16px;
    padding: 17px 9px;
  }
}
@media only screen and (max-width: 1024px) {
  .filter ul {
    gap: 5px;
  }
  .filter ul li {
    font-size: 16px;
    padding: 14px 9px;
  }
}
.custom-blog .category-blog__items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.custom-blog .category-blog__item {
  width: calc(33% - 10px);
  background: #fff;
  border-radius: 10px;
}
.custom-blog .category-blog__item-img {
  display: block;
  height: 296px;
  border-radius: 10px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-size: cover;
}
.custom-blog .category-blog__item-img {
  display: block;
  height: 296px;
  border-radius: 10px;
/*
                position: relative;
                z-index 0
                &:before
                    border-radius: 10px;
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    opacity: 0.4;
                    background: #052767;
                    z-index 1
                    mix-blend-mode: multiply;
                    transition-all(0.3s)
                    */
}
.custom-blog .category-blog__item-img:hover:before {
  opacity: 0;
}
.custom-blog .category-blog__item-title {
  color: #307bbf;
  font-size: 18px;
  font-weight: 600;
  line-height: 105%; /* 18.9px */
  margin-bottom: 13px;
}
.custom-blog .category-blog__item-text {
  color: rgba(48,48,48,0.76);
  font-size: 16px;
  line-height: 125%;
}
@media only screen and (max-width: 1054px) {
  .custom-blog .category-blog__item {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 740px) {
  .custom-blog .category-blog__item {
    width: 100%;
  }
  .custom-blog .category-blog__item-img {
    height: 260px;
  }
  .custom-blog .category-blog__item-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .custom-blog .category-blog__item-text {
    font-size: 14px;
  }
}
footer {
  background: #052767;
  padding-top: 50px;
}
.footer {
  padding-bottom: 34px;
}
.footer__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer__navigation-name,
.footer__services-name,
.footer__office-name {
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  opacity: 0.46;
  margin-bottom: 15px;
}
.footer__navigation {
  margin-bottom: 58px;
}
.footer__navigation ul {
  list-style: none;
  display: inline-flex;
  gap: 23px;
  flex-wrap: wrap;
}
.footer__navigation ul li a {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  line-height: normal;
  text-decoration: none;
}
.footer__services ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  max-width: 535px;
  gap: 9px;
}
.footer__services ul li {
  padding: 15px 0;
  text-align: center;
  min-width: 224px;
  max-width: 302px;
  border-radius: 5px;
  background: #286faf;
}
.footer__services ul li a {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}
.footer__services ul li:nth-child(2n) {
  width: 302px;
}
.footer__services ul li:last-child {
  display: none;
}
.footer__office-addr {
  color: #fff;
  font-size: 15px;
  margin-bottom: 30px;
}
.footer__office-img {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.footer__office-img iframe {
  border-radius: 10px;
  max-width: 280px;
}
.footer-bottom .module-container {
  padding-top: 18px;
  padding-bottom: 18px;
  color: #788aad;
  font-size: 15px;
  border-top: 1px solid #1e3c76;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-bottom .module-container a {
  color: #788aad;
  text-decoration: none;
}
.footer-bottom-text {
  font-size: 13px;
}
.footer-bottom__item1 {
  flex-basis: 480px;
}
@media only screen and (max-width: 1138px) {
  .footer {
    text-align: center;
    padding-bottom: 28px;
  }
  .footer__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 36px;
  }
}
@media only screen and (max-width: 600px) {
  footer {
    padding-top: 50px;
    padding-bottom: 21px;
  }
  .footer {
    padding-bottom: 28px;
    text-align: left;
  }
  .footer__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
  }
  .footer__office-addr {
    color: #fff;
    font-size: 15px;
    margin-bottom: 30px;
  }
  .footer__office-img {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
  }
  .footer__office-img img {
    width: 100%;
  }
  .footer__office-img iframe {
    max-width: 100%;
    height: 263px !important;
  }
  .footer-bottom .module-container {
    padding-top: 20px;
    font-size: 14px;
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  .footer-bottom .module-container a {
    color: #788aad;
    text-decoration: none;
  }
  .footer-bottom__item1 {
    flex-basis: 0;
  }
}
@media only screen and (max-width: 600px) {
  .footer__navigation,
  .footer__services {
    border-bottom: 1px solid #375285;
    padding-bottom: 17px;
    margin-bottom: 17px;
  }
  .footer__navigation-name,
  .footer__services-name {
    font-size: 14px;
    opacity: 1;
    position: relative;
    margin: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .footer__navigation-name.active:after,
  .footer__services-name.active:after {
    transform: rotate(180deg);
  }
  .footer__navigation-name:after,
  .footer__services-name:after {
    content: '';
    width: 14px;
    height: 9px;
    background: url("../images/footer-nav.svg");
    position: absolute;
    right: 0px;
    top: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .footer__navigation-text,
  .footer__services-text {
    overflow: hidden;
    max-height: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .footer__navigation-text.active,
  .footer__services-text.active {
    margin-top: 15px;
    max-height: 1000px;
  }
  .footer__navigation ul {
    gap: 15px;
  }
  .footer__navigation-text {
    height: auto;
  }
  .footer__services {
    margin-bottom: 55px;
  }
  .footer__services ul li {
    max-width: 100%;
    width: 100%;
  }
  .footer__services ul li:nth-child(2n) {
    width: 100%;
  }
}
.scrolltop {
  position: fixed;
  bottom: 258px;
  right: 158px;
  opacity: 0;
  cursor: pointer;
  z-index: 9999;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.scrolltop.active {
  opacity: 1;
}
@media only screen and (max-width: 1664px) {
  .scrolltop {
    right: 20px;
    bottom: 40px;
  }
}
@media only screen and (max-width: 840px) {
  .scrolltop {
    right: 20px;
    bottom: 40px;
  }
  .scrolltop img {
    width: 30px;
    height: 30px;
  }
}
.pagination {
  padding-top: 60px;
  display: flex;
  justify-content: center;
}
.pagination li {
  margin: 0;
  padding: 0;
  padding: 0 25px;
  border-right: 1px solid #052767;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.pagination li:before {
  display: none !important;
}
.pagination li a {
  color: #052767;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0.5;
}
.pagination li:last-child {
  border: none;
}
.pagination li:hover a,
.pagination li.active a {
  color: #052767;
  opacity: 1;
}
form .form-group {
  margin-bottom: 10px;
}
form .form-group .error {
  display: none;
}
form .col {
  margin-bottom: 20px;
}
.form-group.policy {
  color: #535349;
  line-height: 17px;
  text-align: left;
  position: relative;
  padding-left: 26px;
}
.form-group.policy input {
  position: absolute;
  top: 0;
  left: 0;
}
.form-group.policy input,
.form-group.policy label {
  display: inline-block;
  vertical-align: top;
  font-size: 12px !important;
}
.form-group.policy a {
  color: #535349;
  font-size: 12px;
  text-decoration: none;
}
.form-group.policy a:hover {
  text-decoration: underline;
}
label {
  font-size: 14px;
  display: block;
}
label .error label,
label .error a {
  color: #d46265 !important;
}
.agree {
  padding-top: 8px;
  font-size: 13px;
  line-height: 13px;
  font-weight: 300;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 5px;
  text-align: left;
}
.agree a {
  display: inline;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}
.agree .checkbox {
  display: inline-block;
  float: left;
  width: 15px;
  height: 15px;
}
.agree .checkbox input {
  opacity: 0;
  position: absolute;
  width: 15px;
  height: 15px;
  z-index: 5;
}
.agree .checkbox label {
  position: relative;
  display: block;
  background: url("../images/checkbox.svg") 0 0px no-repeat;
  width: 15px;
  height: 15px;
  margin: 0px !important;
}
.agree .checkbox input:checked + label {
  background: url("../images/checkbox.svg") 0 -15px no-repeat;
}
.radiobox {
  display: inline-block;
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 9px;
  position: relative;
  margin-top: 5px;
}
.radiobox input {
  opacity: 0;
  position: absolute;
  width: 16px;
  height: 16px;
  z-index: 5;
}
.radiobox label {
  position: relative;
  display: block;
  background: url("../images/radiobox.png") 0 0 no-repeat;
  width: 16px;
  height: 16px;
}
.radiobox input:checked + label {
  background: url("../images/radiobox.png") 0 -16px no-repeat;
}
.input-box {
  border-radius: 7px;
  background: #fff;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  outline: none;
  border: 0;
  width: calc(100% - 36px);
  padding: 14px 18px;
}
.input-box::-webkit-input-placeholder {
  color: #c8c8c8;
  opacity: 1;
}
.input-box::-moz-placeholder {
  color: #c8c8c8;
  opacity: 1;
}
.input-box:-ms-input-placeholder {
  color: #c8c8c8;
  opacity: 1;
}
.input-box:-moz-placeholder {
  color: #c8c8c8;
  opacity: 1;
}
textarea.input-box {
  height: 160px;
}
#q {
  display: none;
}
.error .input-control {
  border-color: #d46265;
}
.error .error {
  display: block !important;
  color: #d46265;
  font-weight: 400;
  text-align: center;
  margin-top: 5px;
  font-size: 13px;
}
.error label {
  color: #d46265 !important;
}
.submit {
  width: 100%;
}
.questions-form,
.work-contact-form {
  text-align: center;
  border-radius: 10px;
  background: #307bbf;
  padding: 50px 33px 0 33px;
  max-width: 372px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.questions-form .agree,
.work-contact-form .agree {
  color: #fff;
}
.questions-form a,
.work-contact-form a {
  color: #fff;
}
.questions-form h3,
.work-contact-form h3 {
  color: #fff;
  font-size: 29px;
  font-weight: 600;
  line-height: 106%;
  margin-bottom: 28px;
}
.questions-form .intro,
.work-contact-form .intro {
  color: rgba(255,255,255,0.57);
  font-size: 17px;
  margin-bottom: 30px;
}
.work-contact-form {
  padding: 54px 120px 97px 120px;
  max-width: 577px;
}
.hader-inner-form {
  border-radius: 10px;
  background: rgba(255,255,255,0.16);
  backdrop-filter: blur(22px);
  position: absolute;
  right: 20px;
  bottom: 50%;
  z-index: 25;
  max-width: 320px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  transform: translate(0, 50%);
}
.hader-inner-form .agree {
  color: #fff;
  text-align: center;
}
.hader-inner-form__container {
  margin: 15px;
  border-radius: 8px;
  border: 2px solid rgba(255,255,255,0.5);
}
.hader-inner-form .form {
  padding: 0 32px 15px 32px;
}
.hader-inner-form .form .col {
  margin-bottom: 25px;
}
.hader-inner-form__title {
  text-align: center;
  padding-top: 28px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}
.hader-inner-form__title h3 {
  color: #fff !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 106% !important;
}
.popup-form,
.popup-form-stock {
  position: fixed;
  top: -10000px;
  width: 925px;
  z-index: 99999;
  background: #fff;
  text-align: center;
  padding-top: 75px;
  padding-bottom: 75px;
  border-radius: 30px;
  margin: 0 auto;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.popup-form .agree,
.popup-form-stock .agree {
  color: #052767;
}
.popup-form .agree a,
.popup-form-stock .agree a {
  color: #052767;
}
.popup-form.active,
.popup-form-stock.active {
  top: 100px;
}
.popup-form form,
.popup-form-stock form {
  max-width: 406px;
  margin: 0 auto;
}
.popup-form__title,
.popup-form-stock__title {
  padding: 0 !important;
}
.popup-form__intro,
.popup-form-stock__intro {
  color: #052767;
  font-size: 19px;
  font-weight: 500;
  max-width: 437px;
  margin: 0 auto;
  margin-bottom: 32px;
}
.popup-form .input-box,
.popup-form-stock .input-box {
  border-radius: 7px;
  border: 1.5px solid #d9d9d9;
}
.popup-form select,
.popup-form-stock select {
  color: rgba(0,0,0,0.27);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/select-arrow.svg") 96% 50% no-repeat;
}
.popup-form .close,
.popup-form-stock .close {
  position: absolute;
  top: 15px;
  right: 20px;
  content: '';
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: #f7f9fa url("../images/questions-open.svg") center no-repeat;
  transform: rotate(135deg);
  background-color: #e2e9ef;
  cursor: pointer;
}
.popup-form-stock {
  padding: 0px;
  display: flex;
}
.popup-form-stock .intro {
  color: #052767;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 29px;
}
.popup-form-stock__title {
  margin-bottom: 19px;
}
.popup-form-stock__title h3 {
  color: #052767;
  font-size: 31px;
  font-weight: 600;
  line-height: 96%; /* 29.76px */
}
.popup-form-stock__container {
  flex: 1 1 auto;
  padding: 122px 88px;
}
.popup-form-stock__banner {
  min-width: 451px;
  border-radius: 30px 0 0 30px;
  background-size: cover;
  position: relative;
}
.popup-form-stock__banner-container .date {
  position: absolute;
  top: 32px;
  left: 28px;
  padding: 10px 25px;
  color: #fff;
  font-size: 20.95px;
  font-style: normal;
  font-weight: 600;
  line-height: 96%; /* 20.112px */
  border-radius: 9px;
  background: #052767;
}
.popup-form-stock__banner-container .akcii {
  position: absolute;
  bottom: 22px;
  left: 28px;
  right: 28px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.popup-form-stock__banner-container .akcii .akcya {
  color: #052767;
  font-size: 16px;
  padding: 16px 28px;
  border-radius: 12px;
  border: 1px solid #307bbf;
  background: #fff;
}
.popup-form-stock__banner-container .akcii .akcya strong {
  color: #052767;
  font-size: 27.991px;
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
}
.fulltext .uslugi-form {
  padding-top: 37px;
  padding-bottom: 28px;
  background: #307bbf url("../images/uslugi-form.png") no-repeat;
  border-radius: 10px;
  background-size: cover;
  margin-bottom: 30px;
}
.fulltext .uslugi-form__title-text {
  color: #fff;
  text-align: center;
  font-size: 29px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 106% !important; /* 30.74px */
}
.fulltext .uslugi-form__title {
  padding: 0;
  margin-bottom: 36px;
}
.fulltext .uslugi-form .wrp {
  padding: 0 63px;
}
.fulltext .uslugi-form .agree {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (max-width: 1155px) {
  .work-contact-form {
    padding: 30px 50px;
    max-width: 400px;
  }
}
@media only screen and (max-width: 1240px) {
  .questions-form {
    min-width: 347px;
  }
  .fulltext .uslugi-form .wrp {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1160px) {
  .hader-inner-form__title {
    padding: 15px;
  }
  .hader-inner-form__title h3 {
    margin-bottom: 15px !important;
  }
  .hader-inner-form .form .col {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 950px) {
  .popup-form {
    width: calc(100% - 40px);
    margin: 0 20px;
    padding: 75px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .popup-form .close {
    width: 40px;
    height: 40px;
  }
  .popup-form-stock {
    display: block;
    max-width: 320px;
    border-radius: 10px;
    background: #fff url("../images/popup-form-stock.png") top center no-repeat;
  }
  .popup-form-stock.active {
    top: 50px;
  }
  .popup-form-stock__container {
    padding: 64px 10px 45px 10px;
  }
  .popup-form-stock__title {
    margin-bottom: 242px;
  }
  .popup-form-stock__title h3 {
    font-size: 30px;
  }
  .popup-form-stock .vs {
    padding: 0 10px;
  }
  .popup-form-stock .intro {
    margin-bottom: 12px;
  }
  .popup-form-stock .close {
    width: 40px;
    height: 40px;
    top: 13px;
    right: 12px;
  }
  .popup-form-stock__banner {
    position: unset;
  }
  .popup-form-stock__banner-container .date {
    top: 104px;
    left: 10px;
    right: 10px;
    background: #307bbf;
  }
  .popup-form-stock__banner-container .akcii {
    top: 151px;
    left: 10px;
    right: 10px;
    bottom: auto;
  }
  .popup-form-stock__banner-container .akcii .akcya {
    padding: 8px 20px;
    font-size: 14px;
  }
  .popup-form-stock__banner-container .akcii .akcya strong {
    font-size: 20px;
  }
}
@media only screen and (max-width: 990px) {
  .hader-inner-form {
    position: relative;
    left: auto;
    right: auto;
    max-width: none;
    width: 100%;
    bottom: auto;
    transform: translate(0, 0);
  }
  .hader-inner-form__container {
    margin: 0;
    border: none;
  }
  .hader-inner-form__title {
    margin-bottom: 0;
  }
  .hader-inner-form__title h3 {
    font-size: 16px !important;
    margin: 0 !important;
  }
  .hader-inner-form .form .col {
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 840px) {
  .agree a {
    font-size: 11px;
  }
  .fulltext .uslugi-form {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .fulltext .uslugi-form__title {
    padding: 0;
    margin-bottom: 30px;
  }
  .fulltext .uslugi-form .wrp {
    padding: 0 20px;
  }
  .questions-form,
  .work-contact-form {
    padding: 40px 33px 0 33px;
  }
  .questions-form h3,
  .work-contact-form h3 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .questions-form .intro,
  .work-contact-form .intro {
    color: rgba(255,255,255,0.57);
    font-size: 16px;
    margin-bottom: 19px;
  }
  .work-contact-form {
    padding: 28px 24px 38px 24px;
    max-width: 577px;
  }
  .questions-form {
    min-width: 100%;
    padding: 40px 27px 20px 27px;
  }
  .questions-form img {
    display: none;
  }
}
.lands .hot {
  display: flex;
  justify-content: flex-end;
}
.lands .hot__bg {
  width: 301px;
  height: 165px;
  background: url("../images/hot.png");
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  position: relative;
  right: 0px;
}
.lands .hot a {
  color: #fff;
}
.lands .hot__text {
  position: absolute;
  top: 59px;
  left: 58px;
}
.lands .hot__bl {
  margin-top: 5px;
  display: flex;
  gap: 5px;
  align-items: center;
}
.lands .hot__bl span {
  font-size: 11px;
  line-height: 9px;
}
.lands .header__top__menu,
.lands .header__link,
.lands .footer__navigation,
.lands .header-fix__link,
.lands .header-fix__open-menu {
  display: none;
}
.lands .popup-form-stock .row__promo,
.lands .work-contact-form .row__promo,
.lands .hader-inner-form .row__promo,
.lands .popup-form .row__promo,
.lands .questions-form .row__promo {
  display: block !important;
}
.lands .hamburger,
.lands .show-all {
  display: none;
}
.lands .about h4 {
  text-align: center;
}
.lands .header .container {
  justify-content: space-between;
}
.lands .header-fix__top .container {
  justify-content: space-around;
}
.lands .header__tel,
.lands .header-fix__tel {
  text-align: center;
}
.lands .header__tel span,
.lands .header-fix__tel span {
  display: none;
}
.lands .header__tel .whatsapp,
.lands .header-fix__tel .whatsapp {
  display: inline-block;
  color: #1c8d2b;
  font-size: 16px;
  text-decoration: none;
  padding-left: 40px;
  background: url("../images/ico/whatsapp.svg") left center no-repeat;
  height: 32px;
  line-height: 32px;
}
.lands .header-fix__tel .whatsapp {
  color: #fff;
}
.lands .header__open_sity {
  display: none;
}
.lands .header__top__work {
  margin-left: auto;
}
.lands__article-header-img {
  background-size: cover;
  position: relative;
}
.lands__article-header-img:after {
  content: '';
  height: 400px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  opacity: 0.7;
  background: linear-gradient(0deg, #000 0%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.lands__article-header-img img {
  display: block;
}
.lands__article-header-img .wrp {
  display: flex;
  gap: 50px;
  z-index: 2;
  justify-content: space-between;
  padding-top: 50px;
}
.lands .hader-inner-form {
  position: relative;
  right: auto;
  bottom: auto;
  padding: 1px;
  transform: translate(0, 0);
}
.lands .hader-inner-form .form .col {
  margin-bottom: 10px;
}
.lands .hader-inner-form__title {
  padding-bottom: 20px;
}
.lands__form {
  padding-bottom: 95px;
}
.lands__text {
  color: #fff;
  padding-bottom: 70px;
  max-width: 68%;
}
.lands__text h2 {
  font-size: 40px;
  margin-bottom: 40px;
  color: #fff;
  font-weight: 400;
  line-height: 108%;
}
.lands__text h1 {
  font-size: 58px;
  margin-bottom: 43px;
  line-height: 108%;
  color: #fff;
}
.lands__text ul li {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 120%;
}
.lands__text ul li.lands__cross:before,
.lands__text ul li.lands__no-cross:before {
  min-width: 21px;
  height: 21px;
  background: url("../images/ico/cross.svg") left no-repeat;
  margin-top: 1px;
  background-size: cover;
}
.lands__text ul li.lands__no-cross:before {
  background: url("../images/ico/no-cross.svg") left no-repeat;
}
.lands .services {
  margin-top: 100px;
}
.lands .services__item {
  width: 100%;
}
.lands .services .module-content:has(> :nth-child(2)) .services__item {
  width: calc(50% - 10px);
}
.lands .work-contact {
  padding: 100px 0;
}
.lands .work-contact:after,
.lands .work-contact:before {
  display: none;
}
.lands .work-contact__gray {
  background-color: #f7fbfe;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.lands .work-contact__item1 {
  display: none;
}
.lands .work-contact .module-content {
  justify-content: center;
}
.lands .about__item {
  max-width: 100%;
}
.lands .about ol li {
  display: flex;
}
.lands .about ol li:before {
  min-width: 22px;
}
.lands .communications {
  background: #fff !important;
}
.lands .price-stage {
  margin-top: 72px;
}
@media only screen and (max-width: 990px) {
  .lands__article-header-img .wrp {
    display: block;
  }
  .lands__text {
    max-width: 100%;
  }
  .lands .hader-inner-form {
    left: auto;
  }
  .lands .after-slider .module-content {
    justify-content: center;
  }
  .lands .after-slider .module-content:after {
    display: none;
  }
}
@media only screen and (max-width: 840px) {
  .lands .header__tel .module-content,
  .lands .header-fix__tel .module-content {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .lands .header__tel .whatsapp,
  .lands .header-fix__tel .whatsapp {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    width: 32px;
    height: 32px;
  }
  .lands__text {
    padding-bottom: 50px;
  }
  .lands__text h2 {
    font-size: 25px;
  }
  .lands__text h1 {
    font-size: 30px;
  }
  .lands .lands__text ul li.lands__cross:before,
  .lands .lands__text ul li.lands__no-cross:before {
    margin-top: 0px;
  }
  .lands .lands__text ul li.lands__cross:before span,
  .lands .lands__text ul li.lands__no-cross:before span {
    line-height: 120%;
  }
  .lands .services {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .lands .services__item .services__item,
  .lands .services .module-content:has(> :nth-child(2)) .services__item {
    width: 100%;
  }
  .lands .work-contact {
    padding: 40px 0;
  }
  .lands__form {
    padding-bottom: 20px;
  }
}
html {
  height: 100%;
}
body {
  font: 18px 'Museo Sans Cyrl', sans-serif;
  font-weight: normal;
  width: 100%;
  height: 100%;
  position: relative;
  color: #646464;
  background-color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
input,
textarea {
  outline: none;
}
aside {
  flex: 0 1 300px;
}
main {
  flex: 1 1 auto;
  min-width: 0;
}
.wrapper {
  position: relative;
  width: 100%;
  flex: 1 0 auto;
}
.wrp {
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
footer {
  flex: 0 0 auto;
}
.inner footer {
  margin-top: 80px;
}
.mbl {
  display: none;
}
.i4ewOd-pzNkMb-haAclf {
  display: none !important;
}
.home__title {
  margin-bottom: 40px;
}
.home__title h1 {
  color: #052767;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 106%;
}
@media only screen and (max-width: 840px) {
  .home__title {
    margin-bottom: 30px;
  }
  .home__title h1 {
    color: #052767;
    font-size: 30px;
    line-height: 106%;
  }
  .mbl {
    display: block;
  }
  ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  ::-webkit-scrollbar-track {
    background: #dde6ee;
    border-radius: 20px;
  }
  ::-webkit-scrollbar-thumb {
    background: #307bbf;
    border-radius: 20px;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #307bbf;
  }
  .scroll-r {
    display: block;
    margin-top: 17px;
  }
}
/*.scrolltop
    opacity: 0;
    position: fixed;
    right: 20px;
    bottom: 210px;
    transition(0.5s);
    &.active
        opacity: 1;
    img
        cursor: pointer;*/
