@charset "UTF-8";

/*! normalize.css v10.1.0 | github.com/csstools/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{font-size:2em;margin:.67em 0}dl dl,dl ol,dl ul,ol dl,ul dl{margin:0}ol ol,ol ul,ul ol,ul ul{margin:0}hr{box-sizing:content-box;height:0;overflow:visible}main{display:block}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,select{margin:0}button{overflow:visible;text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}fieldset{padding:.35em .75em .625em}input{overflow:visible}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;white-space:normal}progress{display:inline-block;vertical-align:baseline}select{text-transform:none}textarea{margin:0;overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}details{display:block}dialog{background-color:#fff;border:solid;color:#000;display:block;height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}dialog:not([open]){display:none}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}/* end normalize.css */

/* Swiper */.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;z-index:1;display:flex;transition-property:transform}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}/* end Swiper */

html {
  box-sizing: border-box;
}

*,
::after,
::before {
  box-sizing: inherit;
}

body {
  margin: 0;
  background: #fff;
  color: #000;
  font: 16px/1.22 Ubuntu, Arial, sans-serif;
}

a {
  color: #06294e;
  text-decoration: none;
  transition: 0.2s;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  border: 0;
  white-space: nowrap;
}

.wrapper {
  overflow: hidden;
  min-width: 320px;
  padding: 114px 0 0;
}

.is-home .wrapper {
  padding-top: 0;
}

.container {
  max-width: 1164px;
  margin: 0 auto;
  padding: 0 15px;
}

.container > main {
  min-width: 0;
}

.wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 0;
}

.content {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  min-width: 0;
}

.heading {
  margin: -9px 0 26px;
  color: #06294e;
  font-weight: bold;
  line-height: 1.3;
  font-size: calc(1.3125rem + 0.87977vw);
}

.page-title {
  margin: -10px 0 50px;
  font-weight: bold;
  line-height: 1.16;
  font-size: calc(1.36875rem + 1.67155vw);
}

.button {
  display: table;
  padding: 15px 30px 14px;
  border: 1px solid #e94250;
  border-radius: 2px;
  background: none;
  color: #e94250;
  font: inherit;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  transition: 0.2s;
  cursor: pointer;
}

.button:hover,
.button:focus {
  outline: none;
  background: #e94250;
  box-shadow: 0 4px 20px rgba(233, 66, 80, 0.7);
  color: #fff;
}

.button--filled {
  background: #e94250;
  color: #fff;
}

.service__button {
  position: relative;
}

.arrow {
  width: 40px;
  height: 40px;
  border: 1px solid #06294e;
  border-radius: 50%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 9 15'%3E%3Cpath stroke='%2306294E' stroke-linecap='round' d='M8 1L1 7.5 8 14'/%3E%3C/svg%3E") no-repeat 14px 50%/9px 15px;
  transition: 0.2s;
  cursor: pointer;
}

.arrow:hover,
.arrow:focus {
  border-color: #e94250;
  outline: none;
  background-color: #e94250;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 9 15'%3E%3Cpath stroke='%23FFF' stroke-linecap='round' d='M8 1L1 7.5 8 14'/%3E%3C/svg%3E");
}

.arrow--next {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.checkbox {
  position: relative;
  display: table;
  padding: 0 0 0 33px;
  cursor: pointer;
}

.checkbox__input {
  top: 20px;
  left: 10px;
}

.checkbox__indicator {
  position: absolute;
  top: -2px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #a9a9a9;
  border-radius: 2px;
  background: #fff;
  transition: 0.2s;
}

.checkbox__indicator::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 3px;
  width: 12px;
  height: 7px;
  opacity: 0;
  border: solid #e94250;
  border-width: 0 0 3px 3px;
  transition: 0.2s;
  -webkit-transform: scale(0.5) rotate(-30deg);
  transform: scale(0.5) rotate(-30deg);
}

.checkbox__input:checked + .checkbox__indicator {
  border-color: #e94250;
}

.checkbox__input:checked + .checkbox__indicator::after {
  opacity: 1;
  -webkit-transform: scale(1) rotate(-45deg);
  transform: scale(1) rotate(-45deg);
}

.checkbox__input:focus + .checkbox__indicator {
  box-shadow: 0 4px 20px rgba(233, 66, 80, 0.7);
}

.select {
  height: 40px;
  padding: 0 40px 0 18px;
  border: none;
  border-radius: 2px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 7'%3E%3Cpath fill='%23E94250' d='M5 7l5-7H0l5 7z'/%3E%3C/svg%3E") no-repeat right 14px top 50%/10px 7px;
  color: #06294e;
  font: inherit;
  transition: 0.2s;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select:focus {
  outline: none;
  box-shadow: inset 0 0 0 1px #e94250, 0 0 0 1px #e94250;
}

.select::-ms-expand {
  display: none;
}

.select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.stars {
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  width: 146px;
  height: 24px;
}

.stars::before,
.stars::after {
  content: '';
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.stars::before {
  width: calc(var(--rating) * 30px - 1px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30px' height='24'%3E%3Cpath fill='%23E94250' d='M13.28 0l3.83 7.9 8.58 1.27-6.2 6.15L20.94 24l-7.67-4.1L5.6 24l1.47-8.68-6.2-6.15L9.43 7.9 13.28 0z'/%3E%3C/svg%3E");
}

.stars::after {
  width: calc(146px - (var(--rating) * 30px) + 5px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30px' height='24'%3E%3Cpath fill='%23DEDEDE' d='M13.28 0l3.83 7.9 8.58 1.27-6.2 6.15L20.94 24l-7.67-4.1L5.6 24l1.47-8.68-6.2-6.15L9.43 7.9 13.28 0z'/%3E%3C/svg%3E");
  background-position: 100% 0;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: #06294e;
  color: #fff;
  transition: top 0.3s ease;
}

.is-home .header {
  top: -40px;
  margin-top: 65px;
  background: none;
}

.header.fixed {
  position: fixed;
  top: 0;
  margin-top: 0;
  background: #06294e;
}

.header__inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 74px;
}

.header__logo {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 30px 0 0;
}

.header__logo-image {
  margin: 0 40px 0 0;
}

.header__logo-title {
  max-width: 120px;
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0.025em;
}

.header__nav-toggle {
  display: none;
  width: 35px;
  height: 35px;
  margin: 0 0 0 20px;
  border: none;
  border-radius: 50%;
  background: #e94250 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 15 15'%3E%3Cpath fill='%23fff' d='M13.33 14.8H1.67a1.46 1.46 0 010-2.93h11.66a1.46 1.46 0 010 2.92zM13.33 8.96H1.67a1.46 1.46 0 010-2.92h11.66a1.46 1.46 0 010 2.92zM13.33 3.13H1.67a1.46 1.46 0 010-2.92h11.66a1.46 1.46 0 010 2.92z'/%3E%3C/svg%3E") no-repeat 50%/15px;
  transition: 0.2s;
  cursor: pointer;
}

.header__nav-toggle:focus {
  outline: none;
  box-shadow: 0 4px 20px rgba(233, 66, 80, 0.7);
}

.header__right {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.header__phone {
  position: relative;
  margin: 0 20px 0 0;
  padding: 0 0 0 34px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.header__phone::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #e94250 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 11 11'%3E%3Cpath fill='%23fff' d='M9.18 7.08c-.37-.36-.83-.36-1.2 0-.28.28-.56.55-.83.84-.08.07-.14.1-.23.04-.18-.1-.37-.18-.55-.29a8.67 8.67 0 01-2.09-1.9c-.3-.37-.56-.76-.75-1.2-.03-.09-.03-.15.05-.22l.82-.82c.39-.39.39-.84 0-1.23l-.65-.65-.68-.68C2.7.6 2.24.6 1.87.97l-.83.83c-.27.26-.4.56-.43.92-.05.59.1 1.14.3 1.68a11.17 11.17 0 005.5 5.9c.65.31 1.32.56 2.05.6.5.02.94-.1 1.3-.5.23-.26.5-.5.76-.76.37-.38.37-.84 0-1.22L9.18 7.08z'/%3E%3C/svg%3E") no-repeat 50%/11px;
}

.header__request {
  border-color: #fff;
  background: none;
  color: #fff;
}

.header__request:hover,
.header__request:focus {
  background: #fff;
  box-shadow: none;
  color: #06294e;
}

.main-nav {
  position: relative;
  z-index: 20;
  margin: 0 30px 0 0;
  font-size: 15px;
  font-weight: 500;
}

.main-nav__list {
  display: -webkit-flex;
  display: flex;
  margin: 0 -28px 0 0;
  padding: 0;
}

.main-nav__item {
  position: relative;
  margin: 0 28px 0 0;
  list-style: none;
}

.main-nav__link {
  position: relative;
  color: #fff;
}

.main-nav__list > .main-nav__item > .main-nav__link:not(:last-child) {
  padding-right: 18px;
}

.main-nav__list > .main-nav__item > .main-nav__link:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 6px;
  right: 0;
  width: 9px;
  height: 6px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 6'%3E%3Cpath fill='%23E94250' d='M4.5 6L9 0H0l4.5 6z'/%3E%3C/svg%3E");
}

.main-nav__sub-menu {
  position: absolute;
  top: 100%;
  left: calc(50% - 130px);
  z-index: 1;
  display: none;
  width: 260px;
  margin: 0;
  padding: 18px 0 20px;
  border-top: 10px solid transparent;
  border-bottom: 3px solid #06294e;
  background: #fff;
  background-clip: padding-box;
  box-shadow: 0 22px 44px rgba(126, 126, 126, 0.31);
  font-size: 14px;
  font-weight: normal;
}

.main-nav__item:hover > .main-nav__sub-menu {
  display: block;
}

.main-nav__sub-menu .main-nav__link {
  display: block;
  padding: 4px 25px;
  color: #06294e;
  line-height: 20px;
}

.main-nav__sub-menu .main-nav__link[href]:hover,
.main-nav__sub-menu .main-nav__link:focus {
  color: #e94250;
}

.main-nav__sub-menu .main-nav__item--active .main-nav__link {
  color: rgba(0, 0, 0, 0.5);
}

.slider {
  position: relative;
}

.slide {
  position: relative;
  display: -webkit-flex;
  display: flex;
  height: auto;
  padding: 140px 0 77px;
}

.slide__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #1a426c;
}

.slide__bg-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide__inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  padding: 0 50px 0 97px;
}

.slide__title {
  margin: -12px 30px 40px 0;
  color: #fff;
  font-size: 46px;
  font-weight: bold;
  line-height: 1.2;
}

.slide__button {
  display: table;
  margin: 0 0 50px;
  padding: 16px 30px;
}

.slide__image {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  max-width: 420px;
  height: auto;
}

.slider__arrows {
  position: absolute;
  top: 140px;
  left: 0;
  right: 0;
  bottom: 77px;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  pointer-events: none;
}

.slider__arrow {
  top: 50%;
  border: 1px solid #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 9 15'%3E%3Cpath stroke='%23fff' stroke-linecap='round' d='M8 1L1 7.5 8 14'/%3E%3C/svg%3E");
  pointer-events: all;
}

.slider__arrow--prev {
  left: 0;
}

.slider__arrow--next {
  right: 0;
}

.slider__dots {
  position: relative;
  z-index: 1;
  display: table;
  height: 20px;
  margin: -97px auto 0;
  padding: 10px 24px 0;
  border-radius: 15px 15px 0 0;
  background: #fff;
}

.slider__dots .swiper-pagination-bullet {
  float: left;
  width: 10px;
  height: 10px;
  border: 1px solid #898989;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}

.slider__dots .swiper-pagination-bullet:not(:last-child) {
  margin-right: 24px;
}

.slider__dots .swiper-pagination-bullet-active {
  border-color: #e94250;
  background: #e94250;
}

.advantages {
  position: relative;
  z-index: 1;
  margin: 0 0 65px;
}

.advantages--single {
  margin-top: -50px;
}

.advantages__inner {
  padding: 48px 0 1px;
  background: #fff;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.06);
}

.advantages__heading {
  margin: -15px 0 40px;
  color: #06294e;
  font-weight: bold;
  line-height: 1.15;
  text-align: center;
  font-size: calc(1.3rem + 0.70381vw);
}

.advantages__list {
  --gap: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0;
  padding: 0 calc(45px - var(--gap));
  list-style: none;
  font-size: 15px;
  line-height: 1.3;
}

.advantages__item {
  position: relative;
  margin: 0 var(--gap) 48px;
  padding: 0 0 0 54px;
}

.advantages__item::before {
  content: '';
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
}

.advantages__item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 0;
  right: calc(var(--gap) * -1);
  bottom: 0;
  width: 1px;
  background: #c4c4c4;
}

.advantages__item--1::before {
  top: calc(50% - 22px);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath fill='%2306294E' d='M39.8 18.63h-1.92V9.81a3.84 3.84 0 00-3.84-3.84h-2.6l-2.66-4.79A2.3 2.3 0 0025.65.3l-10.2 5.68H4.03A3.84 3.84 0 00.2 9.8v26.35A3.84 3.84 0 004.04 40h30a3.84 3.84 0 003.84-3.84v-7.74h1.92v-9.79zM34.04 7.5c1.18 0 2.15.9 2.28 2.05h-2.89L32.3 7.5h1.74zM26.4 1.63a.78.78 0 011.04.3l4.24 7.62H12.16L26.4 1.63zm9.94 34.53a2.3 2.3 0 01-2.3 2.3h-30a2.3 2.3 0 01-2.3-2.3V9.81a2.3 2.3 0 012.3-2.3h8.64L9 9.54H4.52a.77.77 0 100 1.54h31.82v7.54h-5.6A4.73 4.73 0 0026 23.36v.33c0 2.61 2.12 4.73 4.73 4.73h5.61v7.74zm1.92-9.27h-7.53a3.2 3.2 0 01-3.2-3.2v-.33a3.2 3.2 0 013.2-3.2h7.53v6.73zm-5.18-3.3a1.7 1.7 0 11-3.39 0 1.7 1.7 0 013.4 0z'/%3E%3C/svg%3E");
}

.advantages__item--2::before {
  top: calc(50% - 20px);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cg fill='%2306294E' clip-path='url(%23clip0)'%3E%3Cpath d='M30.19 10.87a1.82 1.82 0 00-1.34-.6h-.93l.1-1.7.14-2.1a5.8 5.8 0 00-1.56-4.39A5.8 5.8 0 0022.33.23h-4.66a5.8 5.8 0 00-4.27 1.85 5.8 5.8 0 00-1.56 4.38l.2 3.17.04.65h-1a1.82 1.82 0 00-1.82 1.97l.3 3.54a1.8 1.8 0 001.2 1.55v3.3a.8.8 0 101.6 0v-3.19h.2a7.45 7.45 0 007.44 6.6 7.48 7.48 0 006.24-3.36c.55-.05 1.06-.2 1.53-.46 2.3-1.23 2.58-4.31 2.59-4.45l.3-3.53c.04-.5-.13-1-.47-1.38zm-18.81 4.99a.22.22 0 01-.23-.2l-.3-3.54c0-.09.03-.14.06-.18a.22.22 0 01.16-.07h1.12l.26 3.99h-1.07zm2.05-9.5a4.22 4.22 0 011.14-3.19 4.22 4.22 0 013.1-1.34h4.96l-1.23 3.3c-.2.33-2.01 3.05-7.82 3.6l-.15-2.37zm12.45 10.57a5.9 5.9 0 01-.56 2.17 7.22 7.22 0 01-2.34-.75 2 2 0 10-.95 1.3c.82.42 1.6.72 2.31.9a5.92 5.92 0 01-10.22-3.62l-.44-6.61c4.5-.41 6.94-2.06 8.15-3.23.32.37.78.7 1.37 1.02.65.33 1.72.68 3.2 1.04l-.52 7.78zm-4.45 1a.4.4 0 11-.8 0 .4.4 0 01.8 0zm5.14-11.57l-.07 1.17c-1.48-.37-2.2-.66-2.56-.84-.87-.45-1.07-.82-1.07-.93v-.01l1.31-3.5a4.26 4.26 0 012.4 4.1zm.6 12.38c.12-.41.21-.85.27-1.29h.81c-.24.5-.59.98-1.09 1.3zm1.6-3.09c-.01.12-.1.2-.22.2h-1l.26-3.98h1.04a.22.22 0 01.22.24l-.3 3.54zM39.99 38.83l-.77-4.25a11.77 11.77 0 00-9.45-9.52 11.9 11.9 0 00-2.2-.2h-2.31a.8.8 0 00-.56.23L20 29.8l-4.7-4.7a.8.8 0 00-.56-.23h-2.32A11.78 11.78 0 00.78 34.58l-.77 4.25a.8.8 0 00.79.94h38.4a.8.8 0 00.79-.94zm-19.43-7.35l5.03-5.03h2.29L20 34.36l-1.15-1.16 1.71-1.71zm-8.14-5.03h2l4.45 4.46-1.15 1.16-5.6-5.61h.3zM1.75 38.17l.6-3.3c.73-4.02 3.82-7.24 7.77-8.16l9.32 9.33.06.05a.8.8 0 001.06-.05l9.32-9.33a10.3 10.3 0 017.77 8.15l.6 3.31H1.75zM11.55 22.23a.8.8 0 00-.8.8v.32a.8.8 0 101.6 0v-.32a.8.8 0 00-.8-.8z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h40v40H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.advantages__item--3::before {
  top: calc(50% - 20px);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath fill='%2306294E' d='M20 0C8.97 0 0 8.97 0 20s8.97 20 20 20 20-8.97 20-20S31.03 0 20 0zm0 38.7C9.69 38.7 1.3 30.32 1.3 20 1.3 9.69 9.68 1.3 20 1.3c10.32 0 18.7 8.39 18.7 18.7 0 10.32-8.39 18.7-18.7 18.7z'/%3E%3Cpath fill='%2306294E' d='M20 5.16A14.86 14.86 0 005.16 20c0 8.18 6.66 14.84 14.84 14.84S34.84 28.18 34.84 20 28.18 5.16 20 5.16zM30 29.1l-1.33-1.34-.91.92 1.33 1.34a13.45 13.45 0 01-8.44 3.5v-1.9h-1.3v1.9a13.45 13.45 0 01-8.44-3.5l1.33-1.34-.9-.92-1.35 1.34a13.45 13.45 0 01-3.5-8.45h1.9v-1.29H6.5c.16-3.25 1.45-6.2 3.5-8.45l1.34 1.34.91-.91L10.91 10a13.45 13.45 0 018.45-3.5v1.9h1.3V6.5c3.25.16 6.19 1.45 8.44 3.5l-1.34 1.34.92.91 1.34-1.33a13.45 13.45 0 013.5 8.44h-1.9v1.3h1.9A13.5 13.5 0 0130 29.1z'/%3E%3Cpath fill='%2306294E' d='M20.65 18.18v-7.21h-1.3v7.21c-.54.2-.97.62-1.17 1.17h-4.64v1.3h4.64a1.94 1.94 0 102.47-2.47zM20 20.65a.65.65 0 01-.65-.65c0-.35.3-.65.65-.65.35 0 .65.3.65.65 0 .35-.3.65-.65.65z'/%3E%3C/svg%3E");
}

.advantages__item--4 {
  padding-left: 50px;
}

.advantages__item--4::before {
  top: calc(50% - 20px);
  width: 32px;
  height: 40px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 40'%3E%3Cpath fill='%2306294E' d='M21.94 0H.34v40h31.33V9.72L21.94 0zm.4 2.28l7.05 7.05h-7.06V2.28zM1.66 38.67V1.33H21v9.34h9.33v28H1.67z'/%3E%3Cpath fill='%2306294E' d='M7 11.33h6A.67.67 0 1013 10H7a.67.67 0 100 1.33zM7 16.67h3.33a.67.67 0 100-1.34H7a.67.67 0 100 1.34zM17 16.67h4.67a.67.67 0 100-1.34H17a.67.67 0 100 1.34zM13.2 15.53c-.13.12-.2.3-.2.47 0 .17.07.35.2.47a.65.65 0 00.95 0c.11-.12.18-.3.18-.47a.7.7 0 00-.19-.47.7.7 0 00-.95 0zM25 16.67a.7.7 0 00.47-.2.7.7 0 00.2-.47.7.7 0 00-.2-.47.7.7 0 00-.94 0 .7.7 0 00-.2.47c0 .17.08.35.2.47.12.12.3.2.47.2zM15 20.67h-4.67a.67.67 0 100 1.33H15a.67.67 0 100-1.33zM7 22a.7.7 0 00.47-.2.67.67 0 000-.94.7.7 0 00-.94 0c-.13.13-.2.3-.2.47 0 .18.08.35.2.48.12.12.3.19.47.19zM9.1 26.78c-1.46.76-1.95 2.21-2.13 3.72l-.83-.7c-.66-.54-1.6.4-.94.95l1.87 1.57c.43.36 1.11.13 1.13-.48.05-1.44.12-3.16 1.57-3.91.76-.4.09-1.55-.67-1.15zM13.53 29.44c-.92.21-1.97 1.39-2.62.07-.38-.77-1.53-.1-1.16.67.35.7 1 1.19 1.78 1.29.4.05.76 0 1.13-.15.27-.1 1.3-.87 1.51-.48.42.75 1.57.08 1.15-.67-.36-.64-1.08-.9-1.79-.73zM27.16 23a.42.42 0 01-.24-.58c.32-.68.19-1.46-.34-2a1.74 1.74 0 00-2-.34.42.42 0 01-.59-.24 1.74 1.74 0 00-1.66-1.17c-.75 0-1.4.46-1.65 1.17a.42.42 0 01-.59.24 1.75 1.75 0 00-2 .34 1.74 1.74 0 00-.34 2 .43.43 0 01-.25.59c-.7.25-1.17.9-1.17 1.66 0 .75.46 1.4 1.17 1.65a.42.42 0 01.25.59A1.76 1.76 0 0019 29.4v8.2l3.33-3.32 3.34 3.33v-8.22c.33-.06.65-.22.9-.48.54-.53.67-1.32.35-2a.43.43 0 01.24-.59c.71-.25 1.17-.9 1.17-1.65 0-.76-.46-1.4-1.17-1.66zm-4.83 9.4l-2 2v-5.18h.02l.09.03c.03 0 .08.03.12.07.04.04.09.1.12.18.25.7.9 1.17 1.65 1.17.76 0 1.4-.46 1.66-1.17a.41.41 0 01.33-.28h.01v5.17l-2-2zm4.39-7.33a1.76 1.76 0 00-1 2.41.4.4 0 01-.09.49.42.42 0 01-.37.11l-.15-.05-.19-.06-.13-.04-.2-.03-.16-.02-.2.02-.16.01c-.12.02-.24.06-.35.1l-.08.05-.25.13c-.09.06-.17.14-.24.21l-.03.03c-.17.18-.3.39-.39.62a.4.4 0 01-.4.28.4.4 0 01-.4-.28 1.76 1.76 0 00-.38-.62l-.02-.02a1.77 1.77 0 00-.26-.22l-.23-.13-.1-.05h-.04c-.1-.05-.2-.08-.3-.1l-.24-.02-.09-.01c-.25 0-.5.05-.7.15l-.15.05a.42.42 0 01-.39-.11.4.4 0 01-.08-.49 1.76 1.76 0 00-1-2.41.4.4 0 01-.28-.4c0-.1.02-.31.28-.4a1.76 1.76 0 001-2.42.4.4 0 01.08-.48c.07-.07.24-.2.49-.09a1.76 1.76 0 002.41-1 .4.4 0 01.4-.28c.1 0 .31.03.4.28a1.76 1.76 0 002.42 1 .4.4 0 01.48.09c.07.06.2.24.09.48a1.76 1.76 0 001 2.42.4.4 0 01.28.4.4.4 0 01-.28.4z'/%3E%3C/svg%3E");
}

.advantages__item--5::before {
  top: calc(50% - 14px);
  width: 40px;
  height: 28px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 28'%3E%3Cpath fill='%2306294E' d='M32.7 20.3a3.7 3.7 0 00-3.7 3.67 3.7 3.7 0 003.7 3.67c2 0 3.63-1.65 3.63-3.67a3.65 3.65 0 00-3.63-3.67zm0 5.7a2.08 2.08 0 01-2.07-2.03c0-1.1.95-2.04 2.07-2.04 1.11 0 2 .92 2 2.04s-.89 2.04-2 2.04zm.95-17.9a.8.8 0 00-.55-.22h-4.18a.82.82 0 00-.81.82v6.68c0 .44.36.81.81.81h6.63c.45 0 .82-.37.82-.81V10.9c0-.22-.1-.44-.27-.6l-2.45-2.2zm1.09 6.46h-5V9.5h3.04l1.96 1.76v3.3zM12.8 20.3a3.7 3.7 0 00-3.7 3.67 3.7 3.7 0 003.7 3.67c2 0 3.63-1.65 3.63-3.67a3.65 3.65 0 00-3.63-3.67zm0 5.7a2.08 2.08 0 01-2.07-2.03c0-1.1.95-2.04 2.07-2.04 1.11 0 2 .92 2 2.04s-.89 2.04-2 2.04zm-5.43-4.7H5.74v-2.16a.82.82 0 00-.81-.82.82.82 0 00-.82.82v2.98c0 .45.37.81.82.81h2.45c.45 0 .81-.36.81-.8a.82.82 0 00-.81-.82zm4.13-4.43a.82.82 0 00-.82-.82H.81a.82.82 0 00-.81.82c0 .45.37.81.81.81h9.88c.45 0 .82-.36.82-.81zm-9.04-2.94l9.88.05c.45 0 .81-.35.82-.8a.8.8 0 00-.8-.83l-9.89-.05a.81.81 0 00-.82.8c0 .46.36.83.8.83zm1.66-3.7h9.88a.82.82 0 000-1.63H4.13a.82.82 0 00-.81.81c0 .45.36.82.81.82zm35.57-1.1L33.87 4.3a.8.8 0 00-.52-.19h-6.86V1.18a.82.82 0 00-.82-.81H4.93a.82.82 0 00-.82.81v5.96a.82.82 0 101.63 0V2h19.13v19.32h-6.68a.82.82 0 00-.82.81c0 .45.37.81.82.81h9.94c.45 0 .82-.36.82-.8a.82.82 0 00-.82-.82H26.5V5.74h6.56l5.31 4.4-.06 11.15h-.84a.82.82 0 00-.82.81c0 .45.37.82.82.82h1.65c.45 0 .81-.36.81-.8L40 9.75a.86.86 0 00-.3-.63z'/%3E%3C/svg%3E");
}

.advantages__text {
  max-width: 105px;
  margin: 0;
}

.popular {
  margin: 0 0 130px;
}

.popular__inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}

.popular__head {
  width: 260px;
  margin: 0 30px 0 0;
}

.popular__text {
  margin: 30px 0;
  font-size: 15px;
  line-height: 1.7;
}

.popular__text p {
  margin: 0;
}

.popular__text p:not(:last-child) {
  margin-bottom: 26px;
}

.popular__arrows {
  display: -webkit-flex;
  display: flex;
}

.popular__arrow:not(:last-child) {
  margin-right: 30px;
}

.popular__dots {
  display: -webkit-flex;
  display: flex;
  margin: 20px 0 0;
}

.popular__dots .swiper-pagination-bullet {
  float: left;
  width: 10px;
  height: 10px;
  border: 1px solid #898989;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}

.popular__dots .swiper-pagination-bullet:not(:last-child) {
  margin-right: 24px;
}

.popular__dots .swiper-pagination-bullet-active {
  border-color: #e94250;
  background: #e94250;
}

.popular__items:not(.swiper-container-initialized) {
  --gap: 30px;
  --items: 3;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  margin: 0 calc(var(--gap) * -1) calc(var(--gap) * -1) 0;
}

.popular__items:not(.swiper-container-initialized) .service {
  width: calc(100% / var(--items) - var(--gap));
  margin: 0 var(--gap) var(--gap) 0;
}

.popular__items:not(.swiper-container-initialized) .service:nth-child(n + 4) {
  display: none;
}

.popular__items.swiper-container-initialized {
  overflow: hidden;
  width: 903px;
  margin: 0 -30px -40px;
  padding: 0 30px 40px;
}

.popular__items.swiper-container-initialized .service {
  height: auto;
}

.articles {
  margin: 0 0 150px;
}

.articles__wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -8px -30px 0 0;
}

.articles__text {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  max-width: 900px;
  margin: 0 30px 30px 0;
  font-size: 15px;
  line-height: 1.7;
}

.articles__text p {
  margin: 0;
}

.articles__text p:not(:last-child) {
  margin-bottom: 26px;
}

.articles__arrows {
  display: -webkit-flex;
  display: flex;
  margin: 0 30px 30px 0;
  margin-left: auto;
}

.articles__arrow:not(:last-child) {
  margin-right: 30px;
}

.articles__items:not(.swiper-container-initialized) {
  --gap: 30px;
  --items: 3;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 calc(var(--gap) * -1) calc(var(--gap) * -1) 0;
}

.articles__items:not(.swiper-container-initialized) .item {
  width: calc(100% / var(--items) - var(--gap));
  margin: 0 var(--gap) var(--gap) 0;
}

.articles__items.swiper-container-initialized {
  overflow: hidden;
}

.articles__items.swiper-container-initialized .service {
  height: auto;
}

.articles__dots {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 50px 0 0;
}

.articles__dots .swiper-pagination-bullet {
  float: left;
  width: 10px;
  height: 10px;
  margin: 0 12px;
  border: 1px solid #898989;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}

.articles__dots .swiper-pagination-bullet-active {
  border-color: #e94250;
  background: #e94250;
}

.why {
  margin: 0 0 120px;
}

.why__inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}

.why__head {
  position: relative;
  width: 455px;
  padding: 80px 60px 80px 0;
  color: #fff;
}

.why__head::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  margin-left: calc(50% - 50vw);
  background: #06294e;
}

.why__heading {
  color: inherit;
}

.why__text {
  margin: 0 0 -7px;
  font-size: 15px;
  line-height: 1.7;
}

.why__text p {
  margin: 0;
}

.why__text p:not(:last-child) {
  margin-bottom: 26px;
}

.why__items {
  --padding: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  margin: 0;
  padding: var(--padding) 0 0 var(--padding);
  list-style: none;
  background: #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.why__item {
  width: 50%;
  padding: 0 var(--padding) var(--padding) 0;
}

.why__title {
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 0 60px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}

.why__icon {
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
}

.why__desc {
  font-size: 15px;
  line-height: 1.35;
}

.why__desc p {
  margin: 0;
}

.why__desc p:not(:last-child) {
  margin-bottom: 20px;
}

.catalog {
  margin: 0 0 80px;
}

.catalog__heading {
  text-align: center;
}

.catalog__text {
  margin: 0 0 40px;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}

.catalog__text p {
  margin: 0;
}

.catalog__text p:not(:last-child) {
  margin-bottom: 23px;
}

.catalog__captions {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -10px 20px 0;
  padding: 0;
  list-style: none;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

.catalog__caption {
  margin: 0 10px 10px 0;
}

.catalog__link {
  display: block;
  height: 100%;
  padding: 15px 30px 14px;
  border: 1px solid #b6bec9;
  border-radius: 2px;
  outline: none;
  color: #546881;
}

.catalog__link[aria-selected] {
  border-color: #e94250;
  background: #e94250;
  box-shadow: 0 4px 20px rgba(233, 66, 80, 0.7);
  color: #fff;
}

.catalog__section {
  outline: none;
}

.catalog__items {
  --gap: 30px;
  --items: 4;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  margin: 0 calc(var(--gap) * -1) calc(var(--gap) * -1) 0;
}

.catalog__items .service {
  width: calc(100% / var(--items) - var(--gap));
  margin: 0 var(--gap) var(--gap) 0;
}

.subscribe {
  margin: 0 0 90px;
  padding: 65px 0 35px;
  background: #1f3652 url("../img/subscribe.jpg") no-repeat 50%/cover;
  color: #fff;
}

.subscribe__inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}

.subscribe__head {
  position: relative;
  margin: 0 100px 30px 0;
  padding: 0 0 0 75px;
}

.subscribe__head::before {
  content: '';
  position: absolute;
  top: calc(50% - 30px);
  left: -7px;
  width: 60px;
  height: 60px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'%3E%3Cpath fill='%23E94250' d='M52.7 9.3l-9-9A1 1 0 0043 0H12a5 5 0 00-5 5v50a5 5 0 005 5h36a5 5 0 005-5V10a1 1 0 00-.3-.7zM44 3.4L49.59 9H44V3.41zM51 55a3 3 0 01-3 3H12a3 3 0 01-3-3V5a3 3 0 013-3h30v8a1 1 0 001 1h8v44z'/%3E%3Cpath fill='%23E94250' d='M16 14a4 4 0 100 8 4 4 0 000-8zm0 6a2 2 0 110-4 2 2 0 010 4zM16 25a4 4 0 100 8 4 4 0 000-8zm0 6a2 2 0 110-4 2 2 0 010 4zM16 36a4 4 0 100 8 4 4 0 000-8zm0 6a2 2 0 110-4 2 2 0 010 4zM16 47a4 4 0 100 8 4 4 0 000-8zm0 6a2 2 0 110-4 2 2 0 010 4zM48 19H22v2h26v-2zM37 5H23v2h14V5zM40 9H20v2h20V9zM48 30H22v2h26v-2zM48 41H22v2h26v-2zM48 52H22v2h26v-2zM32 15h-2v2h2v-2zM28 15h-2v2h2v-2zM24 15h-2v2h2v-2z'/%3E%3C/svg%3E");
}

.subscribe__heading {
  color: inherit;
}

.subscribe__text {
  max-width: 280px;
  margin: -5px 0;
  font-size: 15px;
  line-height: 1.5;
}

.subscribe__form {
  width: 570px;
  margin: 0 0 30px;
}

.subscribe__required {
  margin-left: 5px;
  color: #e94250;
  font-weight: normal;
}

.subscribe__input,
.subscribe__form .sp-form .subscribe__input {
  display: block;
  width: 285px;
  height: 48px;
  margin: 0 3px 0 0;
  padding: 0 20px;
  border: 1px solid #a9a8a9;
  border-radius: 2px;
  background: #fff;
  color: #000;
  font: inherit;
  transition: 0.2s;
}

.subscribe__input::-webkit-input-placeholder,
.subscribe__form .sp-form .subscribe__input::-webkit-input-placeholder {
  opacity: 1;
  color: #c2c2c2;
}

.subscribe__input:-ms-input-placeholder,
.subscribe__form .sp-form .subscribe__input:-ms-input-placeholder {
  opacity: 1;
  color: #c2c2c2;
}

.subscribe__input::-ms-input-placeholder,
.subscribe__form .sp-form .subscribe__input::-ms-input-placeholder {
  opacity: 1;
  color: #c2c2c2;
}

.subscribe__input::placeholder,
.subscribe__form .sp-form .subscribe__input::placeholder {
  opacity: 1;
  color: #c2c2c2;
}

.subscribe__input:focus,
.subscribe__form .sp-form .subscribe__input:focus {
  border-color: #e94250;
  outline: none;
  box-shadow: 0 0 0 1px #e94250;
}

.subscribe__button,
.subscribe__form .sp-form .subscribe__button {
  position: static;
  width: 100%;
  height: 48px;
  padding: 1px 30px 0;
  border: none;
  border-radius: 2px;
  background: #e94250;
  color: #fff;
  font: inherit;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.2s;
  cursor: pointer;
}

.subscribe__button:hover,
.subscribe__button:focus,
.subscribe__form .sp-form .subscribe__button:hover,
.subscribe__form .sp-form .subscribe__button:focus {
  position: static;
  opacity: 1;
  outline: none;
  background: #e94250;
  box-shadow: 0 4px 20px rgba(233, 66, 80, 0.7);
}

.subscribe__form .sp-form {
  width: auto;
  padding: 0;
  border: none;
  color: inherit;
  font: inherit;
}

.subscribe__form .sp-form .sp-field {
  padding: 0;
}

.subscribe__form .sp-form .sp-field > label {
  display: table;
  width: auto;
  margin: -2px 0 7px;
  font-size: 11px;
  text-transform: uppercase;
}

.subscribe__form .sp-field.sp-button-container {
  position: static;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.subscribe__form .sp-element-container {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.subscribe__checkbox {
  margin: 20px 0 0;
  font-size: 13px;
  line-height: 1.5;
}

.subscribe__checkbox .checkbox__indicator {
  top: -1px;
  border-color: #fff;
  background: none;
}

.subscribe__link {
  color: #fff;
  text-decoration: underline;
}

.subscribe__link:hover,
.subscribe__link:focus {
  color: #e94250;
}

.steps {
  margin: 0 0 85px;
}

.steps__inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}

.steps__head {
  width: 330px;
  margin: 0 60px 0 0;
}

.steps__text {
  font-size: 15px;
  line-height: 1.5;
}

.steps__text p {
  margin: 0;
}

.steps__text p:not(:last-child) {
  margin-bottom: 23px;
}

.steps__items {
  counter-reset: number;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  margin: 0 -40px -45px 0;
  padding: 0;
  list-style: none;
}

.steps__item {
  position: relative;
  width: 50%;
  padding: 0 40px 45px 70px;
  font-size: 15px;
}

.steps__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #e94250;
}

.steps__item::after {
  content: counter(number);
  counter-increment: number;
  position: absolute;
  top: -6px;
  left: 0;
  color: #06294e;
  font-size: 72px;
  font-weight: bold;
}

.steps__title {
  margin: -5px 0 20px;
  color: #06294e;
  font-weight: bold;
  line-height: 1.3;
}

.steps__desc {
  margin: 0 0 -5px;
  line-height: 1.4;
}

.steps__desc p {
  margin: 0;
}

.steps__desc p:not(:last-child) {
  margin-bottom: 21px;
}

.reviews {
  margin: 0 0 80px;
  padding: 70px 0;
  background: #f9f9f9;
}

.reviews__inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.reviews__head {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  margin: 0 170px 0 0;
}

.reviews__text {
  margin: 0 0 30px;
  font-size: 15px;
  line-height: 1.5;
}

.reviews__text p {
  margin: 0;
}

.reviews__text p:not(:last-child) {
  margin-bottom: 23px;
}

.reviews__items {
  position: relative;
  width: 500px;
  padding: 40px;
  background: #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.reviews__slider {
  overflow: hidden;
}

.reviews__name {
  margin: -8px 0 10px;
  color: #06294e;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.reviews__content {
  margin: 0 0 -6px;
  font-size: 15px;
  line-height: 1.5;
}

.reviews__content p {
  margin: 0;
}

.reviews__content p:not(:last-child) {
  margin-bottom: 11px;
}

.reviews__arrow {
  position: absolute;
  top: calc(50% - 20px);
}

.reviews__arrow--prev {
  left: -20px;
}

.reviews__arrow--next {
  right: -20px;
}

.reviews__dots {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 50px 0 -20px;
}

.reviews__dots .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 12px;
  border: 1px solid #898989;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}

.reviews__dots .swiper-pagination-bullet-active {
  border-color: #e94250;
  background: #e94250;
}

.about {
  margin: 0 0 80px;
}

.about__inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}

.about__inner::before {
  content: '';
  width: 366px;
  height: 366px;
  margin: 0 95px 0 0;
  background: url("../img/about.jpg") no-repeat 0/contain;
}

.about__body {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
}

.about__text {
  font-size: 15px;
  line-height: 1.7;
}

.about__text p {
  margin: 0;
}

.about__text p:not(:last-child) {
  margin-bottom: 26px;
}

.about__stats {
  margin: 40px 0 0;
  border-collapse: collapse;
}

.about__stats tbody {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -40px -40px 0;
}

.about__stats-item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: 0 40px 40px 0;
}

.about__stats-caption {
  display: block;
  margin: 0 0 -4px;
  padding: 0;
  font-size: 15px;
  font-weight: normal;
  text-align: left;
}

.about__stats-value {
  display: block;
  -webkit-order: -1;
  order: -1;
  margin: 0 0 8px;
  padding: 0;
  color: #e94250;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}

.logo {
  margin: 0 0 90px;
  padding: 50px 0;
  background: #f9f9f9;
}

.logo__inner {
  --gap: 80px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 calc(var(--gap) * -1) calc(var(--gap) * -1) 0;
}

.logo__image {
  margin: 0 var(--gap) var(--gap) 0;
  opacity: 0.6;
  transition: 0.2s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.logo__image:hover,
.logo__image:focus {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.contacts {
  margin: 0 0 80px;
}

.contacts__items {
  margin: 48px 0 0;
  border-collapse: collapse;
}

.contacts__items tbody {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -40px -40px 0;
}

.contacts__item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100px;
  flex-basis: 100px;
  margin: 0 40px 40px 0;
  padding: 0 0 0 30px;
}

.contacts__caption {
  display: block;
  margin: 0 0 5px;
  padding: 0;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
}

.contacts__value {
  position: relative;
  display: block;
  margin: 0 0 -4px;
  padding: 0;
  color: #06294e;
  font-size: 16px;
  font-weight: 500;
}

.contacts__value::before {
  content: '';
  position: absolute;
  top: 0;
  left: -30px;
  width: 18px;
  height: 18px;
}

.contacts__value--phone::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath fill='%23E94250' d='M17.6 14.22l-2.78-2.78a1.45 1.45 0 00-2.05.04l-1.4 1.4-.27-.15c-.89-.49-2.1-1.16-3.37-2.44C6.45 9.02 5.78 7.8 5.29 6.92l-.15-.27.94-.94.46-.46c.57-.58.59-1.5.04-2.05L3.8.42a1.45 1.45 0 00-2.05.04l-.78.79.02.02a4.53 4.53 0 00-.93 2.3c-.37 3.04 1.02 5.82 4.8 9.6 5.21 5.2 9.41 4.81 9.6 4.8a4.7 4.7 0 002.29-.94l.02.02.79-.78c.57-.57.59-1.5.04-2.05z'/%3E%3C/svg%3E");
}

.contacts__value--email::before {
  top: 3px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 14'%3E%3Cpath fill='%23E94250' d='M16.88.25H1.12C.5.25 0 .75 0 1.37v1.9l9 3.6 9-3.6v-1.9c0-.62-.5-1.12-1.13-1.12z'/%3E%3Cpath fill='%23E94250' d='M0 5.1v7.53c0 .62.5 1.12 1.12 1.12h15.75c.63 0 1.13-.5 1.13-1.12V5.1L9 8.7 0 5.1z'/%3E%3C/svg%3E");
}

.contacts__value--time::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath fill='%23E94250' d='M16.8 4.48A8.96 8.96 0 009 0a8.96 8.96 0 00-9 9 8.96 8.96 0 009 9 8.96 8.96 0 009-9 8.8 8.8 0 00-1.2-4.52zm-2.28 7.72a6.36 6.36 0 01-8.72 2.32A6.36 6.36 0 013.48 5.8a6.35 6.35 0 018.72-2.32 6.36 6.36 0 012.32 8.72z'/%3E%3Cpath fill='%23E94250' d='M10.13 4.5h-.75c-.11 0-.2.04-.27.1a.37.37 0 00-.11.27V9H6.38c-.11 0-.2.04-.27.1a.37.37 0 00-.11.28v.74c0 .11.04.2.1.27.08.07.17.11.28.11h3.75c.1 0 .2-.04.26-.1.07-.08.11-.17.11-.28V4.88c0-.1-.04-.2-.1-.26a.36.36 0 00-.27-.11z'/%3E%3C/svg%3E");
}

.contacts__value--address::before {
  top: 1px;
  width: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 18'%3E%3Cpath fill='%23E94250' d='M7 0A6.63 6.63 0 00.95 9.33c1.66 3.63 4.84 7.46 5.77 8.54a.37.37 0 00.56 0c.93-1.08 4.11-4.91 5.77-8.54A6.63 6.63 0 007 0zm0 10.07a3.45 3.45 0 110-6.9 3.45 3.45 0 010 6.9z'/%3E%3C/svg%3E");
}

.request {
  margin: 0 0 -70px;
  padding: 70px 0;
  background: #1f3551 url("../img/request.jpg") no-repeat 50%/cover;
  color: #fff;
}

.request__form {
  max-width: 920px;
  margin: 0 auto;
}

.request__heading {
  color: inherit;
  text-align: center;
}

.request__text {
  margin: 0 0 65px;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}

.request__fields {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px 0 0;
}

.request__field {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 300px;
  flex-basis: 300px;
  padding: 0 5px 20px 0;
}

.request__label {
  display: table;
  margin: -3px 0 7px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.request__required {
  margin: 0 0 0 5px;
  color: #e94250;
  font-weight: normal;
}

.request__input {
  display: block;
  width: 100%;
  height: 48px;
  padding: 15px 20px;
  border: 1px solid #a9a8a9;
  border-radius: 2px;
  transition: 0.2s;
}

.request__input:focus {
  border-color: #e94250;
  outline: none;
  box-shadow: 0 0 0 1px #e94250;
}

.request__checkbox {
  margin: 2px 0 32px;
  font-size: 13px;
}

.request__checkbox .checkbox__indicator {
  top: -2px;
  border-color: #fff;
  background: none;
}

.request__link {
  color: #fff;
  text-decoration: underline;
}

.request__link:hover,
.request__link:focus {
  color: #e94250;
}

.breadcrumbs {
  margin: 0 0 36px;
}

.breadcrumbs__link {
  display: inline-block;
  color: #06294e;
  vertical-align: baseline;
}

.breadcrumbs__link:hover,
.breadcrumbs__link:focus {
  text-decoration: underline;
}

.breadcrumbs__separator {
  margin: 0 17px;
}

.service {
  position: relative;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 19px;
  border: 1px solid #ddd;
  transition: 0.2s;
}

.service:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.service--wide {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  padding: 30px 0 0 40px;
}

.services .service:not(:last-child) {
  margin-bottom: -1px;
}

.service__action,
.service__new {
  position: absolute;
  top: 19px;
  left: -1px;
  margin: 0;
  padding: 3px 11px;
  border-radius: 0 5px 5px 0;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.service__action {
  background: #f7c556;
}

.service__new {
  background: #e94250;
}

.service__hit {
  position: absolute;
  top: -13px;
  left: -37px;
  width: 100px;
  height: 50px;
  margin: 0;
  padding: 27px 0 0;
  background: #e94250;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.service__image-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 170px;
  margin: 0 0 20px;
}

.service--wide .service__image-wrap {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 195px;
  height: auto;
  margin: 0 40px 30px 0;
}

.service__image {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.service--wide .service__inner {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  margin: 0 40px 30px 0;
}

.service__title {
  display: block;
  margin: 0 0 20px;
  color: #06294e;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}

.service__title::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.service--wide .service__title {
  font-size: 15px;
}

.service__bottom {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: auto -20px -20px 0;
}

.service__price {
  margin: 0 20px 20px 0;
  color: #e94250;
  font-size: 17px;
  font-weight: 500;
}

.service--wide .service__price {
  display: table;
  margin: -2px 0 0;
}

.service__old-price {
  position: relative;
  display: block;
  margin: 0 0 2px;
  color: #000;
  font-size: 15px;
}

.service__old-price::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 7'%3E%3Cpath stroke='%23000' d='M.5 6L49 1'/%3E%3C/svg%3E") no-repeat 50%/100%;
}

.service__button {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin: 0 20px 20px 0;
}

.service--wide .service__button {
  margin: 0 55px 30px 0;
}

.items {
  --gap: 30px;
  --items: 3;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 calc(var(--gap) * -1) calc(var(--gap) * -1) 0;
}

.item {
  position: relative;
  height: 285px;
}

.items .item {
  width: calc(100% / var(--items) - var(--gap));
  margin: 0 var(--gap) var(--gap) 0;
}

.item__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background: rgba(0, 0, 0, 0.05);
}

.item__title {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  height: 100%;
  padding: 20px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(6, 41, 78, 0) 50%, #06294e);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}

.item__title::after {
  content: '';
  width: 25px;
  height: 2px;
  margin: 8px 0 0;
  background: #e94250;
}

.item__title:hover,
.item__title:focus {
  color: #e94250;
}

.card {
  position: relative;
}

.card__image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 13px;
}

.card__title {
  display: block;
  margin: 0 0 17px;
  line-height: 24px;
}

.card__title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.card__title::after {
  content: '';
  display: block;
  width: 25px;
  height: 2px;
  margin: 13px 0 0;
  background: #e94250;
}

.card__title:hover {
  color: #e94250;
}

.card__date {
  display: block;
  margin: 0 0 -4px;
}

.pagination {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 50px -10px -10px 0;
  text-align: center;
}

.pagination__link,
.pagination__active,
.pagination__dots {
  width: 40px;
  height: 40px;
  margin: 0 10px 10px 0;
  border: 1px solid #ddd;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 38px;
  transition: 0.2s;
}

.pagination__active {
  border-color: #e94250;
  color: #e94250;
}

.pagination__link:hover,
.pagination__link:focus {
  border-color: #e94250;
  color: #e94250;
}

.pagination__link--prev,
.pagination__link--next {
  position: relative;
  font-size: 0;
}

.pagination__link--prev::after,
.pagination__link--next::after {
  content: '';
  position: absolute;
  top: 0;
  left: 17px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border: solid #000;
  border-width: 2px 0 0 2px;
  transition: 0.2s;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pagination__link--prev:hover::after,
.pagination__link--prev:focus::after,
.pagination__link--next:hover::after,
.pagination__link--next:focus::after {
  border-color: #e94250;
}

.pagination__link--next {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.service-head {
  margin: -40px 0 0;
  background: #f8f8f8 url("../img/service-head.jpg") no-repeat 50%/cover;
}

.service-head__inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  min-height: 620px;
  padding: 75px 0 90px;
  background: url("../img/master.png") no-repeat right 85px bottom 20px;
}

.service-head__left {
  max-width: 460px;
}

.service-head__heading {
  margin: -10px 0 25px;
  font-weight: bold;
  line-height: 1.16;
  font-size: calc(1.36875rem + 1.67155vw);
}

.service-head__text {
  margin: 0 0 25px;
  line-height: 24px;
}

.service-head__text p {
  margin: 0;
}

.service-head__text p:not(:last-child) {
  margin-bottom: 15px;
}

.service-head__bottom {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}

.service-head__button {
  margin: 0 20px 20px 0;
  padding: 14px 20px 13px;
}

.service-head__price {
  margin: 0 20px 20px 0;
  font-size: 24px;
  font-weight: bold;
}

.service-stats {
  width: 260px;
  padding: 30px;
  background: #fff;
  box-shadow: 0 22px 44px rgba(126, 126, 126, 0.31);
}

.service-stats__reviews {
  margin: -3px 0 12px;
  color: #06294e;
}

.service-stats__rating {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 2px solid #eee;
}

.service-stats__number {
  margin: 0;
  color: #06294e;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.service-stats__text {
  margin: 0 0 -5px;
  line-height: 19px;
}

.post {
  margin: 0 0 30px;
}

.post:last-child {
  margin-bottom: 0;
}

.post--cat-desc {
  margin-top: 50px;
}

.post__heading {
  margin: -10px 0 39px;
  font-weight: bold;
  line-height: 1.16;
  font-size: calc(1.36875rem + 1.67155vw);
}

.post__entry {
  line-height: 1.72;
}

.post--cat-desc .post__entry {
  margin-bottom: -7px;
}

.post__entry > :last-child {
  margin-bottom: 0;
}

.post__entry p {
  margin: 0 0 24px;
}

.post__entry a {
  text-decoration: underline;
}

.post__entry a:hover,
.post__entry a:focus {
  color: #e94250;
}

.post__entry strong {
  font-weight: bold;
}

.post__entry h2,
.post__entry h3,
.post__entry h4,
.post__entry h5,
.post__entry h6 {
  margin: 36px 0 24px;
  color: #06294e;
  font-weight: bold;
  line-height: 1.33;
}

.post__entry h2:first-child,
.post__entry h3:first-child,
.post__entry h4:first-child,
.post__entry h5:first-child,
.post__entry h6:first-child {
  margin-top: 0;
}

.post__entry h2 {
  font-size: calc(1.3rem + 0.70381vw);
}

.post__entry h3 {
  font-size: calc(1.2875rem + 0.52786vw);
}

.post__entry h4 {
  font-size: calc(1.275rem + 0.35191vw);
}

.post__entry h5 {
  font-size: calc(1.2625rem + 0.17595vw);
}

.post__entry h6 {
  font-size: 1.25rem;
}

.post__entry li {
  margin: 0 0 10px;
  list-style: none;
}

.post__entry li p {
  margin: 0;
}

.post__entry li p:not(:last-child) {
  margin-bottom: 10px;
}

.post__entry li ul,
.post__entry li ol {
  margin-top: 10px;
  margin-bottom: 0;
}

.post__entry ul {
  margin: 0 0 24px;
  padding: 0 0 0 22px;
}

.post__entry ul > li {
  position: relative;
}

.post__entry ul > li::before {
  content: '';
  position: absolute;
  top: 8px;
  left: -22px;
  width: 6px;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 6 10'%3E%3Cpath stroke='%2306294E' stroke-linecap='round' stroke-linejoin='round' d='M1 9l4-4-4-4'/%3E%3C/svg%3E");
}

.post__entry ol {
  counter-reset: li;
  margin: 0 0 24px;
  padding: 0 0 0 35px;
}

.post__entry ol[start='2'] {
  counter-reset: li 1;
}

.post__entry ol[start='3'] {
  counter-reset: li 2;
}

.post__entry ol[start='4'] {
  counter-reset: li 3;
}

.post__entry ol[start='5'] {
  counter-reset: li 4;
}

.post__entry ol[start='6'] {
  counter-reset: li 5;
}

.post__entry ol[start='7'] {
  counter-reset: li 6;
}

.post__entry ol[start='8'] {
  counter-reset: li 7;
}

.post__entry ol[start='9'] {
  counter-reset: li 8;
}

.post__entry ol[start='10'] {
  counter-reset: li 9;
}

.post__entry ol > li {
  position: relative;
}

.post__entry ol > li::before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 2px;
  left: -35px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #e94250;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.5px;
}

.post__entry ol ol > li::before {
  content: counters(li, ".");
}

.post__entry img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  height: auto;
}

.post__entry ::-webkit-scrollbar {
  -webkit-appearance: none;
}

.post__entry ::-webkit-scrollbar:vertical {
  width: 12px;
}

.post__entry ::-webkit-scrollbar:horizontal {
  height: 12px;
}

.post__entry ::-webkit-scrollbar-thumb {
  border: 2px solid #fff;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
}

.post__entry ::-webkit-scrollbar-track {
  border-radius: 10px;
}

.post__entry::after {
  content: '';
  display: table;
  clear: both;
}

.post .aligncenter {
  margin-right: auto;
  margin-left: auto;
}

.post img.aligncenter {
  display: block;
}

.post .alignleft {
  float: left;
}

.post img.alignleft,
.post__figure.alignleft {
  margin: 8px 30px 15px 0;
}

.post .alignright {
  float: right;
}

.post img.alignright,
.post__figure.alignright {
  margin: 8px 0 15px 30px;
}

.post__figure {
  background: #f9f9f9;
}

.post__figure img {
  display: block;
}

.post__figure.alignnone,
.post__figure.aligncenter {
  margin-top: 34px;
  margin-bottom: 34px;
}

.post__figure-caption {
  margin: 0;
  padding: 13px 10px 14px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 11px;
  line-height: 1.22;
  text-align: center;
}

.post blockquote {
  margin: 34px 0;
  padding: 20px 30px 21px;
  background: #f9f9f9;
}

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

.post__table {
  overflow: auto;
  max-width: 100%;
  margin: 34px 0;
  -webkit-overflow-scrolling: touch;
}

.post__table table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.22;
}

.post__table th,
.post__table td {
  padding: 13px 20px 14px 0;
  font-weight: inherit;
  text-align: left;
  vertical-align: middle;
}

.post__table th:first-child,
.post__table td:first-child {
  padding-left: 20px;
}

.post__table tr:first-child th {
  border-bottom: 1px solid #06294e;
  color: #06294e;
  font-size: 15px;
  font-weight: bold;
}

.post__table tr:nth-child(odd) td {
  background: #f9f9f9;
}

.post__box {
  position: relative;
  margin: 34px 0;
  padding: 22px 30px 23px 165px;
  background: #fff;
  background-repeat: no-repeat;
  background-position-y: 50%;
  box-shadow: 0 22px 44px #f0f0f0;
}

.post__box::before {
  content: '';
  position: absolute;
  top: 25px;
  left: 135px;
  bottom: 25px;
  width: 1px;
  background: #dedede;
}

.post__box--important {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 45 45'%3E%3Cpath stroke='%23E94250' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M28.95 16.05L22.5 22.5m0 0l-6.45 6.45m6.45-6.45l-6.45-6.45m6.45 6.45l6.45 6.45M44 22.5a21.5 21.5 0 11-43 0 21.5 21.5 0 0143 0z'/%3E%3C/svg%3E");
  background-position-x: 45px;
  background-size: 45px;
}

.post__box--useful {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 46 47'%3E%3Cpath stroke='%238AC44B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12.18 46h-6.7A4.46 4.46 0 011 41.5V25.75a4.51 4.51 0 014.47-4.5h6.7m15.66-4.5v-9c0-1.79-.71-3.5-1.97-4.77A6.68 6.68 0 0021.12 1l-8.94 20.25V46h25.21a4.45 4.45 0 004.47-3.83l3.09-20.25a4.53 4.53 0 00-2.59-4.78c-.6-.26-1.23-.4-1.88-.39H27.83z'/%3E%3C/svg%3E");
  background-position-x: 44px;
  background-size: 46px 47px;
}

.post__box--info {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 45 45'%3E%3Cpath stroke='%2306294E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M22.5 44a21.5 21.5 0 100-43 21.5 21.5 0 000 43zM22.5 31.1v-8.6'/%3E%3Ccircle cx='22.5' cy='16.5' r='1.5' fill='%2306294E'/%3E%3C/svg%3E");
  background-position-x: 45px;
  background-size: 45px;
}

.post__box--star {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 45 43'%3E%3Cpath stroke='%2306294E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M22.5 1l6.64 13.5L44 16.66l-10.75 10.5L35.79 42 22.5 35 9.21 42l2.54-14.83L1 16.67l14.86-2.18L22.5 1z'/%3E%3C/svg%3E");
  background-position-x: 45px;
  background-size: 45px 43px;
}

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

.post__video {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  margin: 34px 0;
  padding: 56.25% 0 0;
}

.post__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.post-bottom {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 65px;
  padding: 30px 0 0 30px;
  background: #f9f9f9;
}

.lwptoc {
  position: relative;
  clear: both;
  margin: 34px 0;
  padding: 30px;
  background: #f9f9f9;
}

.lwptoc_header {
  margin: -3px 0 0;
}

.lwptoc_title {
  color: #06294e;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

.post .lwptoc_itemWrap {
  margin: 6px 0 -7px;
}

.lwptoc_itemWrap .lwptoc_itemWrap {
  margin: 0;
}

.lwptoc_item {
  display: inline-block;
  width: 100%;
}

.post .lwptoc_item {
  margin: 10px 0 0;
}

.post .lwptoc_item::before {
  top: 7px;
}

.lwptoc_item .lwptoc_item::before {
  top: 12px;
  width: 9px;
  height: 1px;
  background: #06294e;
}

.lwptoc_item a {
  text-decoration: none;
}

.post-expert {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 34px 0;
  padding: 30px 0 0 30px;
  background: #f9f9f9;
}

.post-expert::before {
  content: '';
  width: 2px;
  margin: 0 30px 30px 0;
  background: #ebebeb;
}

.post-expert__meta {
  -webkit-order: -1;
  order: -1;
  width: 230px;
  margin: 0 30px 30px 0;
}

.post-expert__head {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 12px;
}

.post-expert__image {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin: 0 15px 0 0;
  border-radius: 50%;
}

.post-expert__name {
  color: #06294e;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

.post-expert__about {
  margin: 0 0 18px;
}

.post-expert__button {
  padding: 14px 20px 13px;
}

.post__entry .post-expert__button {
  line-height: 1.2;
  text-decoration: none;
}

.post__entry .post-expert__button:hover,
.post__entry .post-expert__button:focus {
  color: #fff;
}

.post-expert__text {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  margin: 0 30px 30px 0;
  font-style: italic;
}

.post-expert__text p {
  margin: 0;
}

.post-expert__text p:not(:last-child) {
  margin-bottom: 20px;
}

.spoiler {
  margin: 34px 0;
}

.spoiler + .spoiler {
  margin-top: -19px;
}

.spoiler__title {
  position: relative;
  padding: 23px 30px 24px 57px;
  list-style: none;
  /* убираем стандартный маркер Firefox */
  border: 1px solid #dedede;
  background: #fff;
  color: #06294e;
  font-size: 17px;
  font-weight: bold;
  line-height: 20px;
  transition: 0.2s;
  cursor: pointer;
}

.spoiler__title::before,
.spoiler__title::after {
  content: '';
  position: absolute;
  border-radius: 2px;
  background: #e94250;
  transition: 0.2s;
}

.spoiler__title::before {
  top: 32px;
  left: 22px;
  width: 16px;
  height: 2px;
}

.spoiler__title::after {
  top: 25px;
  left: 29px;
  width: 2px;
  height: 16px;
}

.spoiler__title::-webkit-details-marker {
  /* убираем стандартный маркер Chrome */
  display: none;
}

.spoiler[open] .spoiler__title {
  border-color: transparent;
  background: #f9f9f9;
}

.spoiler[open] .spoiler__title::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.spoiler[open] .spoiler__title::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.spoiler__content {
  padding: 2px 30px 30px;
  background: #f9f9f9;
}

.spoiler__content p {
  margin: 0;
}

.spoiler__content p:not(:last-child) {
  margin-bottom: 24px;
}

.gallery {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 34px -5px 0;
  font-size: 14px;
  line-height: 1.22;
  text-align: center;
}

.gallery-item {
  width: 25%;
  margin: 0 0 30px;
  padding: 0 5px;
}

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

.gallery .wp-caption-text {
  margin: 5px 0 0;
}

.action {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 30px;
  padding: 30px 0 0 30px;
  background: #fff;
  box-shadow: 0 22px 44px #f0f0f0;
}

.action::before {
  content: '';
  width: 1px;
  margin: 0 30px 30px 0;
  background: #dedede;
}

.action__left {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-order: -1;
  order: -1;
  margin: 0 30px 30px 0;
}

.action__heading {
  margin: -6px 0 14px;
  color: #06294e;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}

.action__text {
  margin: 0 0 -7px;
  line-height: 24px;
}

.action__right {
  margin: 0 30px 30px 0;
}

.action__phone {
  margin: 0 0 23px;
}

.action__phone-caption {
  margin: -3px 0 7px;
}

.action__phone-number {
  font-size: 17px;
  font-weight: bold;
  line-height: 20px;
}

.action__request {
  padding: 14px 20px 13px;
}

.post-rating {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: -15px 30px 30px -23px;
  text-align: center;
}

.post-rating__title {
  margin: 15px 0 0 23px;
  color: #06294e;
  font-size: 20px;
  font-weight: bold;
  line-height: 23px;
}

.post-rating__rate {
  margin: 15px 0 0 23px;
}

.post-rating .post-ratings {
  display: -webkit-flex;
  display: flex;
}

.post-rating .post-ratings img {
  width: 30px;
  height: auto;
}

.post-rating .post-ratings img + img {
  width: 37px;
  padding-left: 7px;
}

.post-share {
  display: -webkit-flex;
  display: flex;
  margin: 0 30px 30px 0;
}

.post-share .ya-share2 .ya-share2__list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -10px -10px 0;
}

.post-share .ya-share2 .ya-share2__list .ya-share2__item,
.post-share .ya-share2 .ya-share2__list .ya-share2__item:last-child {
  margin: 0 10px 10px 0;
}

.post-share .ya-share2 .ya-share2__item .ya-share2__badge {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #06294e;
  border-radius: 50%;
  background: none;
}

.post-share .ya-share2 .ya-share2__item .ya-share2__badge:hover {
  background: #06294e;
}

.post-share .ya-share2 .ya-share2__item .ya-share2__badge:hover .ya-share2__icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.post-share .ya-share2 .ya-share2__badge .ya-share2__icon {
  width: 28px;
  height: 28px;
  background-size: contain;
  -webkit-filter: invert(1) invert(7%) sepia(43%) saturate(6173%) hue-rotate(201deg) brightness(97%) contrast(95%);
  filter: invert(1) invert(7%) sepia(43%) saturate(6173%) hue-rotate(201deg) brightness(97%) contrast(95%);
}

.related {
  margin: 0 0 60px;
}

.related__heading {
  margin: -7px 0 34px;
  color: #06294e;
  font-weight: bold;
  line-height: 1.15;
  font-size: calc(1.3rem + 0.70381vw);
}

.related__items {
  --gap: 30px;
  --items: 3;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 calc(var(--gap) * -1) calc(var(--gap) * -1) 0;
}

.related__items .card {
  width: calc(100% / var(--items) - var(--gap));
  margin: 0 var(--gap) var(--gap) 0;
}

.comments {
  margin: 0 0 50px;
}

.comments a:hover,
.comments a:focus {
  text-decoration: underline;
}

.comments__heading {
  margin: -7px 0 24px;
  color: #06294e;
  font-weight: bold;
  line-height: 1.15;
  font-size: calc(1.3rem + 0.70381vw);
}

.comments__list {
  margin: 0;
  padding: 0;
}

.comments__list li {
  padding: 30px;
  list-style: none;
  background: #f9f9f9;
}

.comments__list li:not(:last-child) {
  margin-bottom: 10px;
}

.comments__list li li {
  margin-top: 30px;
  padding: 0;
}

.comments__list .children {
  margin: 0;
  padding: 0;
}

.comment {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.comment--master {
  padding: 30px 0 0 30px;
  background: #fff;
  box-shadow: 0 22px 44px #f0f0f0;
}

.comment__inner {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
}

.comment--master .comment__inner {
  margin: 0 30px 30px 0;
}

.comment__meta {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  margin: -10px -15px 5px 0;
}

.comment__master {
  margin: 0 20px 5px 0;
  color: #06294e;
  font-size: 17px;
  font-weight: bold;
}

.comment__avatar {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin: 0 15px 5px 0;
  border-radius: 50%;
}

.comment__author {
  margin: 0 15px 5px 0;
  color: #06294e;
}

.comment__date {
  margin: 0 15px 5px 0;
  color: #999;
}

.comment__edit {
  margin: 0 30px 5px 0;
}

.comment__text {
  margin: 0 0 -7px;
  line-height: 24px;
}

.comment__text p {
  margin: 0;
}

.comment__text p:not(:last-child) {
  margin-bottom: 9px;
}

.comment__reply {
  display: table;
  margin: 20px 0 -3px;
  padding: 0;
  border: none;
  background: none;
  color: #e94250;
  font: inherit;
  font-size: 12px;
  transition: 0.2s;
  cursor: pointer;
}

.comment__action {
  display: block;
  margin: 0 30px 30px 0;
  padding: 0;
  background: none;
  box-shadow: none;
}

.comments__nav {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 30px 0 -4px;
}

.respond {
  padding: 30px;
  background: #fff;
  box-shadow: 0 22px 44px #f0f0f0;
}

li .respond {
  margin-top: 30px;
  margin-bottom: 30px;
}

.respond__heading {
  margin: -5px 0 26px;
  color: #06294e;
  font-size: 20px;
  font-weight: bold;
  line-height: 23px;
}

.respond__cancel {
  margin: 0;
}

.respond__cancel a {
  display: table;
  margin: -10px 0 20px;
  border-bottom: 1px dashed;
  text-decoration: none;
}

.respond__cancel a:hover,
.respond__cancel a:focus {
  border-color: transparent;
  text-decoration: none;
}

.form a:hover,
.form a:focus {
  text-decoration: underline;
}

.form__logged-in {
  margin: -4px 0 27px;
}

.form__row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.form__row-item {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 200px;
  flex-basis: 200px;
  margin: 0 10px;
}

.form__input {
  display: block;
  width: 100%;
  margin: 0 0 20px;
  padding: 14px 20px 15px;
  border: 1px solid #dedede;
  font: inherit;
  line-height: 1.3;
  transition: 0.2s;
}

.form__input::-webkit-input-placeholder {
  opacity: 1;
  color: #999;
}

.form__input:-ms-input-placeholder {
  opacity: 1;
  color: #999;
}

.form__input::-ms-input-placeholder {
  opacity: 1;
  color: #999;
}

.form__input::placeholder {
  opacity: 1;
  color: #999;
}

.form__input:focus {
  border-color: #e94250;
  outline: none;
}

.form__button {
  padding: 15px 20px 14px;
}

.sidebar {
  -webkit-order: -1;
  order: -1;
  width: 260px;
  margin: 0 30px 0 0;
}

.sidebar > :last-child {
  margin-bottom: 0;
}

.sidebar__section {
  margin-bottom: 50px;
}

.calc {
  padding: 25px 20px 30px;
  background: #06294e;
  color: #fff;
}

.calc__heading {
  margin: -6px 0 16px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.calc__field {
  display: block;
  margin: 0 0 14px;
}

.calc__caption {
  display: block;
  margin: 0 0 10px;
  color: #f9f9f9;
  text-align: center;
}

.calc__select {
  width: 100%;
}

.calc__price {
  max-width: 160px;
  margin: 20px auto 0;
  line-height: 24px;
  text-align: center;
}

.calc__amount {
  display: block;
  margin: 6px 0 -5px;
  font-size: 39px;
  font-weight: bold;
  line-height: 1;
}

.sidebar-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 17px;
  font-weight: bold;
  line-height: 20px;
}

.sidebar-nav__item {
  padding: 0 0 0 48px;
}

.sidebar-nav__item:not(:last-child) {
  margin-bottom: 26px;
}

.sidebar-nav__link {
  position: relative;
  display: table;
}

.sidebar-nav__link[href]:hover,
.sidebar-nav__link:focus {
  color: #e94250;
}

.sidebar-nav__item--active > .sidebar-nav__link {
  color: rgba(6, 41, 78, 0.5);
}

.sidebar-nav__sub-menu {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-weight: normal;
}

.sidebar-nav__sub-menu .sidebar-nav__item {
  padding: 0;
}

.sidebar-nav__sub-menu .sidebar-nav__item:not(:last-child) {
  margin-bottom: 8px;
}

.sidebar-nav__icon {
  position: absolute;
  top: calc(50% - 20px);
  left: -48px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 40px;
}

.sidebar-nav__item-toggle {
  display: none;
  padding: 3px 0 0;
}

.sidebar-nav__sub-menu:not(.sidebar-nav__sub-menu--expanded)
.sidebar-nav__item:nth-child(n + 6)
~ .sidebar-nav__item-toggle {
  display: block;
}

.sidebar-nav__sub-menu:not(.sidebar-nav__sub-menu--expanded) .sidebar-nav__item:nth-child(n + 6) {
  display: none;
}

.sidebar-nav__toggle {
  padding: 0;
  border: none;
  border-bottom: 1px dashed transparent;
  background: none;
  color: #e94250;
  font: inherit;
  font-size: 12px;
  line-height: 1.2;
  transition: 0.2s;
  cursor: pointer;
}

.sidebar-nav__toggle:hover,
.sidebar-nav__toggle:focus {
  border-color: #e94250;
  outline: none;
}

.sidebar-popular__heading {
  margin: -5px 0 24px;
  color: #06294e;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
}

.sidebar-popular__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-popular__item {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.sidebar-popular__item:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dedede;
}

.sidebar-popular__image {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  margin: 0 15px 0 0;
  background: rgba(0, 0, 0, 0.05);
}

.sidebar-popular__title {
  font-size: 12px;
  line-height: 1.5;
}

.sidebar-popular__title::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.sidebar-popular__title:hover,
.sidebar-popular__title:focus {
  color: #e94250;
}

.footer {
  margin: 70px 0 0;
  background: #161616;
}

.footer__inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 -36px -36px 0;
  padding: 33px 0;
  color: #fff;
}

.footer__inner + .footer__inner {
  margin-top: -69px;
  margin-bottom: -40px;
}

.footer__inner + .footer__inner::before {
  content: '';
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  height: 1px;
  margin: 0 36px 29px 0;
  background: #3b3b3b;
}

.footer__section {
  margin: 0 36px 36px 0;
}

.footer__email {
  color: #b9b9b9;
  font-size: 13px;
}

.footer__email:hover,
.footer__email:focus {
  color: #fff;
  text-decoration: underline;
}

.footer__right {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.footer__phone {
  position: relative;
  margin: 0 20px 0 0;
  padding: 0 0 0 52px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.footer__phone::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #e94250 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' d='M13.14 9.8c-.54-.53-1.21-.53-1.75 0l-1.21 1.22c-.11.12-.2.14-.34.07-.26-.15-.54-.26-.8-.42A12.64 12.64 0 016 7.89a7.22 7.22 0 01-1.1-1.74c-.05-.14-.04-.22.07-.33l1.2-1.2c.56-.56.56-1.22 0-1.78l-.96-.96-.98-.99C3.69.37 3.02.37 2.48.9c-.4.41-.8.82-1.22 1.22-.39.37-.58.82-.62 1.34-.07.85.14 1.66.44 2.44.6 1.62 1.52 3.07 2.63 4.39a16.3 16.3 0 005.4 4.22 7.8 7.8 0 002.98.87 2.2 2.2 0 001.88-.72c.35-.39.75-.74 1.12-1.12.54-.55.55-1.22 0-1.77l-1.95-1.95z'/%3E%3C/svg%3E") no-repeat 50%/16px;
}

.footer__request {
  padding-top: 12px;
  padding-bottom: 11px;
  border-color: #fff;
  background: none;
  color: #fff;
}

.footer__request:hover,
.footer__request:focus {
  background: #fff;
  box-shadow: none;
  color: #06294e;
}

.footer__copyright {
  color: #dedede;
  font-size: 13px;
  line-height: 19px;
}

.footer__payment {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  margin-top: -10px;
  margin-left: -20px;
}

.footer__payment-text {
  margin: 10px 0 0 20px;
}

.footer__payment-image {
  margin: 10px 0 0 20px;
}

.footer-nav__list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px -10px 0;
  padding: 0;
  list-style: none;
}

.footer-nav__item {
  margin: 0 30px 10px 0;
}

.footer-nav__link {
  color: #dedede;
  text-decoration: underline;
}

.footer-nav__link[href]:hover,
.footer-nav__link:focus {
  color: #e94250;
}

.footer-nav__item--active .footer-nav__link {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
}

.social--sidebar {
  padding: 20px 20px 28px;
  background: #e94250;
}

.social--sidebar .social__text {
  margin: 0 0 12px;
  color: #f9f9f9;
  text-align: center;
}

.social__list {
  --gap: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 calc(var(--gap) * -1) calc(var(--gap) * -1) 0;
  padding: 0;
  list-style: none;
}

.social--sidebar .social__list {
  --gap: 10px;
}

.social__item {
  margin: 0 var(--gap) var(--gap) 0;
}

.social__link {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
  opacity: 0.7;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: none;
}

.social__link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.social__link:hover,
.social__link:focus {
  opacity: 1;
}

.social__link--vk::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFF' d='M11.701 18.771h1.437s.433-.047.654-.284c.21-.221.21-.63.21-.63s-.031-1.927.869-2.21c.887-.281 2.012 1.86 3.211 2.683.916.629 1.605.494 1.605.494l3.211-.044s1.682-.105.887-1.426c-.061-.105-.451-.975-2.371-2.76-2.012-1.861-1.742-1.561.676-4.787 1.469-1.965 2.07-3.166 1.875-3.676-.166-.48-1.26-.361-1.26-.361l-3.602.031s-.27-.031-.465.09c-.195.119-.314.391-.314.391s-.572 1.529-1.336 2.82c-1.623 2.729-2.268 2.879-2.523 2.699-.604-.391-.449-1.58-.449-2.432 0-2.641.404-3.75-.781-4.035-.39-.091-.681-.15-1.685-.166-1.29-.014-2.378.01-2.995.311-.405.203-.72.652-.539.675.24.03.779.146 1.064.537.375.506.359 1.636.359 1.636s.211 3.116-.494 3.503c-.495.262-1.155-.28-2.595-2.756-.735-1.26-1.291-2.67-1.291-2.67s-.105-.256-.299-.406c-.227-.165-.557-.225-.557-.225l-3.435.03s-.51.016-.689.24c-.166.195-.016.615-.016.615s2.686 6.287 5.732 9.453c2.79 2.902 5.956 2.715 5.956 2.715l-.05-.055z'/%3E%3C/svg%3E") no-repeat 50%/16px 16px;
}

.social--sidebar .social__link--vk::after {
  background-size: 20px;
}

.social__link--fb::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23FFF' d='M12 0H9.92C7.6 0 6.1 1.55 6.1 3.94v1.81H4a.33.33 0 00-.33.33v2.63c0 .18.15.33.33.33H6.1v6.63c0 .18.14.33.32.33h2.73c.18 0 .32-.15.32-.33V9.04h2.44c.18 0 .33-.15.33-.33V6.08a.33.33 0 00-.33-.33H9.46V4.21c0-.74.18-1.11 1.14-1.11H12c.18 0 .32-.15.32-.33V.33A.33.33 0 0012 0z'/%3E%3C/svg%3E") no-repeat 50%/16px 16px;
}

.social--sidebar .social__link--fb::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 17'%3E%3Cpath fill='%23fff' d='M17 2.82A2.9 2.9 0 0014.18 0H2.82A2.9 2.9 0 000 2.82v11.36A2.9 2.9 0 002.82 17h5.72v-6.43H6.43V7.75h2.11V6.61c0-1.94 1.41-3.62 3.18-3.62H14v2.82h-2.3c-.26 0-.52.27-.52.8v1.14H14v2.82h-2.82V17h3A2.9 2.9 0 0017 14.18V2.82z'/%3E%3C/svg%3E");
  background-size: 17px;
}

.social__link--yt::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23FFF' d='M12.68 2.34H3.32A3.32 3.32 0 000 5.66v4.68a3.32 3.32 0 003.32 3.32h9.36A3.32 3.32 0 0016 10.34V5.66a3.32 3.32 0 00-3.32-3.32zm-2.25 5.89L6.05 10.3a.18.18 0 01-.25-.15v-4.3c0-.14.14-.22.26-.16l4.37 2.21c.13.07.13.25 0 .32z'/%3E%3C/svg%3E") no-repeat 50%/16px 16px;
}

.social__link--ok::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' viewBox='0 0 16 16'%3E%3Cpath d='M3.15 8.59c-.41.8.05 1.18 1.11 1.84.9.56 2.14.76 2.94.84L4.06 14.3c-.92.88.55 2.29 1.47 1.43l2.48-2.4 2.48 2.4c.91.86 2.39-.53 1.48-1.43l-3.16-3.03c.81-.08 2.04-.3 2.93-.84 1.05-.66 1.52-1.04 1.11-1.84-.24-.46-.9-.84-1.77-.18 0 0-1.18.9-3.08.9-1.9 0-3.08-.9-3.08-.9-.87-.66-1.53-.28-1.77.18z'/%3E%3Cpath d='M8 8.1a4.14 4.14 0 004.21-4.05C12.21 1.81 10.31 0 8 0a4.14 4.14 0 00-4.21 4.05c0 2.23 1.89 4.04 4.2 4.04zm0-6.05c1.14 0 2.07.9 2.07 2s-.93 2-2.07 2c-1.14 0-2.07-.9-2.07-2s.93-2 2.07-2z'/%3E%3C/svg%3E") no-repeat 50%/16px 16px;
}

.social--sidebar .social__link--ok::after {
  background-size: 22px;
}

.social__link--tw::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23FFF' d='M16 3.04c-.59.26-1.22.44-1.88.52a3.3 3.3 0 001.44-1.82c-.64.38-1.34.65-2.09.8A3.27 3.27 0 007.8 4.78c0 .26.03.51.09.75A9.32 9.32 0 011.1 2.1a3.28 3.28 0 001.02 4.38 3.28 3.28 0 01-1.49-.4v.03a3.29 3.29 0 002.64 3.22 3.32 3.32 0 01-1.49.05 3.28 3.28 0 003.07 2.28A6.59 6.59 0 010 13.02a9.28 9.28 0 005.03 1.48c6.04 0 9.34-5 9.34-9.34l-.01-.42A6.56 6.56 0 0016 3.04z'/%3E%3C/svg%3E") no-repeat 50%/16px 16px;
}

.social--sidebar .social__link--tw::after {
  background-size: 20px;
}

.social__link--in::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' viewBox='0 0 16 16'%3E%3Cpath d='M11.58 0H4.42A4.42 4.42 0 000 4.42v7.16A4.42 4.42 0 004.42 16h7.16A4.42 4.42 0 0016 11.58V4.42A4.42 4.42 0 0011.58 0zm3 11.58a3 3 0 01-3 3H4.42a3 3 0 01-3-3V4.42a3 3 0 013-3h7.16a3 3 0 013 3v7.16z'/%3E%3Cpath d='M8 3.88a4.13 4.13 0 100 8.25 4.13 4.13 0 000-8.25zm0 6.82a2.7 2.7 0 110-5.4 2.7 2.7 0 010 5.4zM12.3 2.67a1.05 1.05 0 00-1.05 1.04 1.05 1.05 0 001.05 1.05c.27 0 .54-.12.73-.3a1.05 1.05 0 000-1.48c-.2-.2-.46-.3-.73-.3z'/%3E%3C/svg%3E") no-repeat 50%/16px 16px;
}

.social--sidebar .social__link {
  width: 40px;
  height: 40px;
  opacity: 1;
  border-width: 1px;
}

.social--sidebar .social__link:hover,
.social--sidebar .social__link:focus {
  background: #fff;
}

.social--sidebar .social__link:hover::after,
.social--sidebar .social__link:focus::after {
  -webkit-filter: invert(49%) sepia(93%) saturate(5709%) hue-rotate(336deg) brightness(101%) contrast(83%);
  filter: invert(49%) sepia(93%) saturate(5709%) hue-rotate(336deg) brightness(101%) contrast(83%);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
  visibility: hidden;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
}

.modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  overflow: hidden;
  width: 39px;
  height: 39px;
  border: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath stroke='%2340546F' stroke-width='3' d='M2 2l10.5 10.5M23 23L12.5 12.5m0 0L23 2 2 23'/%3E%3C/svg%3E") no-repeat 50%/25px 25px;
  transition: 0.2s;
  cursor: pointer;
}

.modal__close:hover,
.modal__close:focus {
  opacity: 0.6;
  outline: none;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.modal__container {
  position: relative;
  width: 490px;
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
  background: #fff;
}

.modal__inner {
  overflow-y: auto;
  max-height: calc(100vh - 20px);
}

.loader {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  -webkit-animation: spin 0.75s infinite linear;
  animation: spin 0.75s infinite linear;
}

.loader::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: inherit;
  height: inherit;
  -webkit-animation: spin 1.5s infinite ease;
  animation: spin 1.5s infinite ease;
}

.loader,
.loader::before {
  border: 2px solid;
  border-color: transparent;
  border-top-color: #ffc71e;
  border-radius: 50%;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.modal__heading {
  margin: 0;
  padding: 35px 30px;
  border-bottom: 2px solid #e94250;
  background: #0f294b;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.modal__body {
  padding: 30px;
}

.modal__field {
  margin: 0 0 23px;
}

.modal__label {
  display: table;
  margin: -3px 0 7px;
  color: #a9a9a9;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.modal__required {
  color: #e94250;
}

.modal__input {
  display: block;
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #a9a9a9;
  border-radius: 3px;
  font: inherit;
  transition: 0.2s;
}

.modal__input:focus {
  border-color: #06294e;
  outline: none;
}

.modal__checkbox {
  margin: 30px 0;
  color: #a9a9a9;
  font-size: 12px;
  line-height: 1.6;
}

.modal__checkbox .checkbox__indicator {
  top: -1px;
}

.modal__link {
  text-decoration: underline;
}

.modal__link:hover,
.modal__link:focus {
  text-decoration: none;
}

.mmenu-active,
.mmenu-active body {
  overflow: hidden;
}

.wrapper {
  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
  -webkit-transform: none;
  transform: none;
}

.mmenu-active .wrapper {
  transition: -webkit-transform 0.35s ease-in;
  transition: transform 0.35s ease-in;
  transition: transform 0.35s ease-in, -webkit-transform 0.35s ease-in;
  -webkit-transform: translate3d(270px, 0, 0);
  transform: translate3d(270px, 0, 0);
}

.mmenu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  background: #000;
}

.mmenu-active .mmenu-overlay {
  visibility: visible;
  opacity: 0.5;
  transition: opacity 0.35s ease-in;
}

.mmenu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 320px;
  font-size: 16px;
  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
  -webkit-transform: translate3d(-320px, 0, 0);
  transform: translate3d(-320px, 0, 0);
}

#wpadminbar ~ .mmenu {
  top: 32px;
}

.mmenu-active .mmenu {
  left: 0;
  transition: -webkit-transform 0.35s ease-in;
  transition: transform 0.35s ease-in;
  transition: transform 0.35s ease-in, -webkit-transform 0.35s ease-in;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mmenu__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  overflow-y: auto;
  width: 270px;
  background: #06294e;
}

.mmenu__top-bar {
  position: relative;
  z-index: 1;
  height: 51px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #06294e;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mmenu__top-bar--active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mmenu__back {
  position: relative;
  width: 50px;
  height: 50px;
  border: none;
  border-right: 1px solid rgba(255, 255, 255, 0.04);
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.mmenu__back::after {
  content: '';
  position: absolute;
  top: 0;
  left: 4px;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border: solid rgba(255, 255, 255, 0.5);
  border-width: 2px 0 0 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mmenu__back:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.2);
}

.mmenu__title {
  position: absolute;
  top: 0;
  left: 50px;
  right: 0;
  overflow: hidden;
  padding: 0 15px;
  color: #fff;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mmenu__list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  background: #06294e;
}

.mmenu__top-level {
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

.mmenu__top-level.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mmenu__show-submenu {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  border: none;
  border-left: 1px solid rgba(255, 255, 255, 0.04);
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.mmenu__show-submenu::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 4px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border: solid rgba(255, 255, 255, 0.5);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mmenu__show-submenu:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.2);
}

.mmenu__submenu {
  top: 51px;
  z-index: 1;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mmenu__submenu.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mmenu__submenu.hidden {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

.mmenu__item {
  position: relative;
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mmenu__link {
  display: block;
  padding: 14px 20px 16px;
  color: #fff;
}

.mmenu__link:not(:last-child) {
  padding-right: 65px;
}

.mmenu__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border: none;
  background: #e94250;
  cursor: pointer;
}

.mmenu__close::before,
.mmenu__close::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 2px;
  margin: auto;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mmenu__close::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mmenu__close:focus {
  outline: none;
  background: #ee707a;
}

@media (min-width: 1200px) {
  .heading {
    font-size: 1.875rem;
  }

  .page-title {
    font-size: 2.4375rem;
  }

  .advantages__heading {
    font-size: 1.75rem;
  }

  .service-head__heading {
    font-size: 2.4375rem;
  }

  .post__heading {
    font-size: 2.4375rem;
  }

  .post__entry h2 {
    font-size: 1.75rem;
  }

  .post__entry h3 {
    font-size: 1.625rem;
  }

  .post__entry h4 {
    font-size: 1.5rem;
  }

  .post__entry h5 {
    font-size: 1.375rem;
  }

  .related__heading {
    font-size: 1.75rem;
  }

  .comments__heading {
    font-size: 1.75rem;
  }
}

@media (max-width: 1225px) {
  .container {
    max-width: 1010px;
  }

  .header__nav {
    display: none;
  }

  .header__nav-toggle {
    display: block;
  }

  .slide__title {
    font-size: calc(1.3625rem + 1.58358vw);
  }

  .slide__image {
    max-width: 350px;
  }

  .advantages__list {
    --gap: 16px;
    padding-right: 0;
  }

  .popular {
    margin-bottom: 65px;
  }

  .popular__head {
    width: 320px;
  }

  .popular__items:not(.swiper-container-initialized) {
    --items: 2;
  }

  .popular__items.swiper-container-initialized {
    width: 690px;
  }

  .articles {
    margin-bottom: 65px;
  }

  .why {
    margin-bottom: 65px;
  }

  .why__inner {
    display: block;
  }

  .why__head {
    width: 100%;
    padding: 60px 0;
    text-align: center;
  }

  .why__head::before {
    margin-right: calc(50% - 50vw);
  }

  .why__heading {
    max-width: 830px;
    margin-right: auto;
    margin-left: auto;
  }

  .why__text {
    max-width: 830px;
    margin-right: auto;
    margin-left: auto;
  }

  .why__items {
    position: relative;
    max-width: 830px;
    margin: 0 auto;
  }

  .why__items::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 50%;
    z-index: -1;
    margin: 0 calc(50% - 50vw);
    background: #06294e;
  }

  .catalog {
    margin-bottom: 65px;
  }

  .catalog__items {
    --items: 3;
    padding: 0 20px;
  }

  .subscribe {
    margin-bottom: 65px;
  }

  .subscribe__inner {
    -webkit-justify-content: center;
    justify-content: center;
  }

  .subscribe__head {
    margin: 0 0 50px;
  }

  .subscribe__text {
    max-width: 390px;
  }

  .steps {
    margin-bottom: 65px;
  }

  .steps__inner {
    display: block;
  }

  .steps__head {
    width: 100%;
    margin: 0 0 50px;
    text-align: center;
  }

  .steps__items {
    padding: 0 50px;
  }

  .reviews {
    margin-bottom: 65px;
  }

  .reviews__inner {
    display: block;
  }

  .reviews__head {
    max-width: 500px;
    margin: 0 auto 40px;
    text-align: center;
  }

  .reviews__button {
    margin: 0 auto;
  }

  .reviews__items {
    width: 100%;
    max-width: 670px;
    margin: 0 auto;
  }

  .about {
    margin-bottom: 65px;
  }

  .logo {
    margin-bottom: 65px;
  }

  .contacts {
    margin-bottom: 65px;
  }

  .service--wide {
    padding-left: 30px;
  }

  .service--wide .service__image-wrap {
    width: 160px;
    margin-right: 30px;
  }

  .service--wide .service__inner {
    margin-right: 30px;
  }

  .service--wide .service__button {
    margin-right: 30px;
  }

  .service-head__inner {
    background-position-x: 100%;
    background-size: 520px auto;
  }

  .service-stats {
    -webkit-align-self: flex-end;
    align-self: flex-end;
  }

  .lwptoc {
    padding-right: 40px;
    padding-left: 40px;
  }

  .social--footer {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-order: 1;
    order: 1;
  }
}

@media (max-width: 1023px) {
  .container {
    display: block;
    max-width: 760px;
  }

  .content {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }

  .header__logo-image {
    margin-right: 0;
  }

  .header__logo-title {
    display: none;
  }

  .slide__inner {
    padding: 0;
  }

  .slide__image {
    max-width: 300px;
  }

  .slider__arrows {
    display: none;
  }

  .advantages__list {
    margin: -10px 0;
    padding-left: 10px;
    font-size: 14px;
  }

  .advantages__item {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 0;
    text-align: center;
  }

  .advantages__item::before {
    position: static;
    display: block;
    margin: 0 auto 10px;
  }

  .popular__inner {
    -webkit-justify-content: center;
    justify-content: center;
  }

  .popular__head {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    margin: 0 0 40px;
    text-align: center;
  }

  .popular__arrows {
    -webkit-justify-content: center;
    justify-content: center;
  }

  .popular__dots {
    -webkit-justify-content: center;
    justify-content: center;
  }

  .why__items {
    --padding: 40px;
  }

  .catalog__items {
    --items: 2;
  }

  .steps__items {
    padding: 0 20px;
  }

  .about__inner::before {
    display: none;
  }

  .logo {
    padding: 30px 0;
  }

  .logo__inner {
    --gap: 40px;
  }

  .logo__image {
    max-width: 100px;
    height: auto;
  }

  .contacts__item {
    -webkit-flex-basis: calc(50% - 40px);
    flex-basis: calc(50% - 40px);
  }

  .service-head__inner {
    display: block;
    min-height: 0;
    padding-top: 50px;
    background: none;
  }

  .service-head__left {
    max-width: 100%;
  }

  .service-stats {
    margin: 20px auto 0;
  }

  .post img.alignleft,
  .post__figure.alignleft {
    display: block;
    float: none;
    margin: 34px auto;
  }

  .post img.alignright,
  .post__figure.alignright {
    display: block;
    float: none;
    margin: 34px auto;
  }

  .sidebar {
    -webkit-order: 0;
    order: 0;
  }

  .sidebar {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: calc(100% + 30px);
    margin: 50px -15px 0;
  }

  .sidebar__section {
    width: calc(50% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }

  .sidebar__section:nth-last-child(2):nth-child(odd) {
    margin-bottom: 0;
  }

  .footer__payment {
    display: none;
  }
}

@media screen and (max-width: 782px) {
  #wpadminbar ~ .mmenu {
    top: 46px;
  }
}

@media (max-width: 767px) {
  .header__nav-toggle {
    margin-left: 5px;
  }

  .header__phone {
    overflow: hidden;
    width: 35px;
    height: 35px;
    padding: 35px 0 0;
  }

  .header__phone::before {
    top: 0;
    width: 35px;
    height: 35px;
    background-size: 17px;
  }

  .header__request {
    display: none;
  }

  .slide__title {
    margin-right: 0;
  }

  .slide__image {
    display: none;
  }

  .advantages__list {
    --gap: 30px;
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 5px;
    padding-left: 5px;
  }

  .advantages__item {
    padding: 0 0 0 54px;
    text-align: left;
  }

  .advantages__item:nth-child(odd):last-child {
    -webkit-flex-grow: 0;
    flex-grow: 0;
  }

  .advantages__item:nth-child(2)::after {
    display: none;
  }

  .advantages__item:nth-child(n + 4)::after {
    display: none;
  }

  .advantages__item::before {
    position: absolute;
    margin: 0;
  }

  .advantages__text {
    max-width: 100px;
  }

  .popular__items:not(.swiper-container-initialized) {
    --items: 1;
  }

  .articles__arrows {
    display: none;
  }

  .why__item {
    width: 100%;
  }

  .catalog__items {
    padding: 0;
  }

  .steps__item {
    width: 100%;
  }

  .reviews {
    padding: 40px 0;
  }

  .reviews__arrow {
    display: none;
  }

  .about__stats-item {
    -webkit-flex-basis: calc(50% - 40px);
    flex-basis: calc(50% - 40px);
  }

  .logo__image {
    max-width: 100%;
  }

  .service--wide {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 19px;
  }

  .services .service:not(:last-child) {
    margin-bottom: 30px;
  }

  .service--wide .service__image-wrap {
    width: 100%;
    margin: 0 0 20px;
  }

  .service--wide .service__inner {
    width: 100%;
    margin: 0 0 20px;
  }

  .service--wide .service__button {
    margin: 0;
  }

  .post-bottom {
    -webkit-justify-content: center;
    justify-content: center;
  }

  .lwptoc {
    padding-right: 30px;
    padding-left: 30px;
  }

  .post-expert::before {
    display: none;
  }

  .post-expert__meta {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }

  .gallery-item {
    width: 50%;
  }

  .action::before {
    display: none;
  }

  .action__left {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }

  .related__items {
    --items: 2;
  }

  .related .card:nth-child(odd):last-child {
    display: none;
  }

  .comments__list .children li li li li {
    padding-left: 0;
  }

  .comment__inner {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }

  .sidebar__section {
    width: calc(100% - 30px);
  }

  .sidebar__section:nth-last-child(2):nth-child(odd) {
    margin-bottom: 50px;
  }

  .footer__inner {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
}

@media (max-width: 479px) {
  .advantages__list {
    --gap: 16px;
  }

  .advantages__item {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: calc(50% - var(--gap) - var(--gap));
    flex-basis: calc(50% - var(--gap) - var(--gap));
    padding: 0;
    text-align: center;
  }

  .advantages__item::before {
    position: static;
    display: block;
    margin: 0 auto 10px;
  }

  .advantages__text {
    max-width: 100%;
  }

  .why__items {
    --padding: 30px;
  }

  .catalog__caption {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
  }

  .catalog__items {
    --items: 1;
  }

  .subscribe__input,
  .subscribe__form .sp-form .subscribe__input {
    width: 100%;
    margin: 0 0 3px;
  }

  .subscribe__form .sp-form .sp-field {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }

  .subscribe__form .sp-field.sp-button-container {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-order: 1;
    order: 1;
  }

  .subscribe__checkbox {
    margin: 20px 0;
  }

  .steps__items {
    padding: 0;
  }

  .reviews__items {
    padding: 25px;
  }

  .reviews__dots {
    margin: 30px 0 0;
  }

  .contacts__item {
    -webkit-flex-basis: calc(100% - 40px);
    flex-basis: calc(100% - 40px);
  }

  .post__box {
    padding-top: 85px;
    padding-right: 25px;
    padding-left: 25px;
    background-position: 50% 25px;
  }

  .post__box::before {
    display: none;
  }

  .lwptoc {
    min-width: auto;
    margin-right: -30px;
    margin-left: -30px;
  }

  .related__items {
    --items: 1;
  }

  .related .card:nth-child(odd):last-child {
    display: block;
  }

  .comments__list {
    margin-right: -30px;
    margin-left: -30px;
  }

  .comments__list .children li {
    padding: 0;
  }

  .respond {
    margin-right: -30px;
    margin-left: -30px;
  }

  .footer__request {
    display: none;
  }
}

@media (max-width: 1225px) and (min-width: 1200px) {
  .slide__title {
    font-size: 2.375rem;
  }
}