*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

@font-face {
  font-family: "Golos";
  src: url("../fonts/Inter-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Golos";
  src: url("../fonts/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Golos";
  src: url("../fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Golos";
  src: url("../fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Golos";
  src: url("../fonts/Inter-Black.ttf") format("truetype");
  font-weight: 900;
}
body {
  font-family: "Golos", helvetica, sans-serif;
  font-size: 1rem;
  line-height: auto;
  background-color: white;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.hidden {
  display: none !important;
}

a {
  text-decoration: none;
}

.link {
  text-decoration: none;
  color: #2467DB;
}
.link--single {
  text-decoration: none;
  padding-bottom: 5px;
  position: relative;
}
.link--single:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 20px;
  width: 100%;
  height: 2px;
  top: auto;
  bottom: 0;
  background-color: #a7c2f1;
  -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.link--single:hover:after {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  background-color: #2467DB;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #2467DB;
}
.topbar .detailed-service-button {
  position: relative;
}
.topbar .quick-service-link {
  display: none;
}
.topbar .subnav {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 34px;
  left: 0;
  background: white;
  z-index: 2;
  padding: 20px;
  border-radius: 6px;
  display: none;
}
.topbar .subnav .menu-icon {
  padding-left: 50px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: left center;
}
.topbar .subnav .menu-icon.menu-icon--bath {
  background-image: url(/wp-content/uploads/2023/03/icon-bathroom.png);
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: left center;
}
.topbar .subnav .menu-icon.menu-icon--rem {
  background-image: url(/wp-content/uploads/2023/03/rem2.png);
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: left center;
}
.topbar .subnav .menu-icon.menu-icon--roof {
  background-image: url(/wp-content/uploads/2023/03/roof.png);
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: left center;
}
.topbar .subnav .menu-icon.menu-icon--windows {
  background-image: url(/wp-content/uploads/2023/03/windows.png);
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: left center;
}
.topbar .subnav .menu-icon.menu-icon--doors {
  background-image: url(/wp-content/uploads/2023/03/doors.png);
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: left center;
}
.topbar .subnav .menu-icon.menu-icon--sanitary {
  background-image: url(/wp-content/uploads/2023/03/sanitary.png);
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: left center;
}
.topbar .subnav .menu-icon.menu-icon--electric {
  background-image: url(/wp-content/uploads/2023/03/electrica.png);
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: left center;
}
.topbar .subnav li {
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.topbar .subnav li:hover {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border-bottom: 1px solid #2467DB;
}
.topbar .subnav li:hover a {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  color: #2467DB;
}
.topbar .subnav li a {
  color: #1a1a1a;
  font-weight: 500;
}
.topbar .subnav li:last-child {
  border: none;
  margin-bottom: 0;
}
.topbar .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.topbar svg {
  width: 24px;
  fill: white;
}
.topbar a, .topbar span {
  color: white;
}
@media screen and (min-width: 392px) {
  .topbar a, .topbar span {
    padding: 16px 0;
  }
}
@media screen and (min-width: 430px) {
  .topbar {
    height: 55px;
  }
}
@media screen and (max-width: 430px) {
  .topbar {
    padding: 20px 0;
  }
}
.topbar__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 430px) {
  .topbar__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 392px) {
  .topbar__logo {
    margin-bottom: 20px;
  }
}
.topbar__worktime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1400px) {
  .topbar__worktime span > span {
    display: none;
  }
}
@media screen and (max-width: 1170px) {
  .topbar__worktime {
    display: none;
  }
}
.topbar__quick-links {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.topbar__quick-links li:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 1021px) {
  .topbar__quick-links {
    display: none;
  }
}
.topbar__hamburger {
  display: none;
}
@media screen and (max-width: 1021px) {
  .topbar__hamburger {
    display: block;
  }
}

.logo {
  display: inline-block;
  max-width: 250px;
}
.logo img {
  width: 100%;
  height: auto;
}

.item-icon {
  margin-right: 10px;
}

.global-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  min-height: 100vh;
}

.admin-bar .global-wrapper {
  min-height: calc(100vh - 32px);
}
@media screen and (max-width: 782px) {
  .admin-bar .global-wrapper {
    min-height: calc(100vh - 46px);
  }
}

.contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 570px) {
  .contact__phone {
    margin-right: 10px;
  }
}
@media screen and (max-width: 570px) {
  .contact span {
    display: none;
  }
}

button {
  font-family: inherit;
  font-size: 1rem;
  border: none;
  padding: 0;
  margin: 0;
  background: none;
}

.wp-block-button a, .button, input[type=submit] {
  cursor: pointer;
  border: none;
  border-radius: 6px;
  background-color: #2467DB;
  display: inline-block;
  padding: 14px 20px;
  border: 1px solid #2467DB;
  color: white;
  font-size: 1rem;
  font-size: inherit;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
@media screen and (max-width: 570px) {
  .wp-block-button a, .button, input[type=submit] {
    padding: 10px 20px;
  }
}
.wp-block-button a:hover, .button:hover, input[type=submit]:hover {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 1px solid #0442C8;
  background-color: #0442C8;
}

.button--gray, button--gray {
  color: #808080;
  background: white;
  border: 1px solid #2467DB;
}
.button--gray:hover, button--gray:hover {
  border: 1px solid #2467DB;
  color: #2467DB;
  background: white;
}
.button--disabled, button--disabled {
  color: white;
  background-color: #808080;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  border: 1px solid #808080;
}
.button--disabled:hover, button--disabled:hover {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  background-color: #8d8d8d;
  border: 1px solid #808080;
}
.button--transparent, button--transparent {
  color: #1a1a1a;
  background: none;
  border: 1px solid #808080;
}
.button--transparent:hover, button--transparent:hover {
  background: white;
  color: #2467DB;
}

.button--icon, button.--icon, .--icon a {
  padding-right: 50px !important;
  background-image: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 28px;
  color: white !important;
}
.button--icon:hover, button.--icon:hover, .--icon a:hover {
  background-image: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 28px;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.wrapper, section, .wp-block-columns {
  padding: 0 40px;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .wrapper, section, .wp-block-columns {
    padding: 0 20px;
  }
}

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

.block {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
.block div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 250px !important;
          flex: 0 0 250px !important;
}
.block div figure {
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
}

.no-padding {
  padding: 0 !important;
  margin: 0 !important;
}
.no-padding p {
  margin-bottom: 0;
}

.no-gap {
  gap: 0;
}

#wrapflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

section {
  margin: 0 auto 60px auto;
}
@media screen and (max-width: 640px) {
  section {
    margin-bottom: 40px;
  }
}

.totop {
  width: 40px;
  height: 40px;
  background-color: #2467DB;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 2;
  border-radius: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.totop:hover svg {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.totop svg {
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  width: 30px;
}
.totop:hover {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  background-color: #0442C8;
}

.slider {
  background: white;
  margin-bottom: 20px;
  position: relative;
}
.slider:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 20px;
  top: auto;
  bottom: 0;
  z-index: 5;
  background: url(../images/distort-line.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 1370px) {
  .slider:after {
    bottom: -3px;
  }
}
@media screen and (max-width: 945px) {
  .slider:after {
    bottom: -6px;
  }
}
@media screen and (max-width: 664px) {
  .slider:after {
    display: none;
  }
}
.slider__info {
  color: #808080;
  background: rgba(255, 255, 255, 0.85);
  height: 100%;
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px;
  -webkit-transform: translateX(-1570px);
          transform: translateX(-1570px);
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  -webkit-animation: slide-in 2s forwards ease-out;
          animation: slide-in 2s forwards ease-out;
}
@media screen and (max-width: 700px) {
  .slider__info {
    width: 40%;
  }
}
@media screen and (max-width: 1000px) {
  .slider__info {
    width: 50%;
  }
}
@media screen and (max-width: 570px) {
  .slider__info {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    padding: 20px;
  }
}
.slider__content {
  z-index: 1;
  position: relative;
  overflow: hidden;
  height: 400px;
}
@media screen and (min-width: 1000px) {
  .slider__content {
    height: 800px;
  }
}
.slider__image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slider__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider__title {
  color: #1a1a1a;
  font-size: 2.5rem;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .slider__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 570px) {
  .slider__title {
    font-size: 1.3rem;
  }
}
.slider-nav {
  background-color: #2467DB;
  width: 40px;
  height: 40px;
  border-radius: 60px;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.slider-nav:hover {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  background-color: #0442C8;
}

.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 24px;
  position: relative;
}

.swiper-button-next::after {
  left: 1px;
}

.swiper-button-prev::after {
  left: -1px;
}

.swiper-button-next, .swiper-button-prev {
  color: white;
}

.popup {
  z-index: 10;
  position: fixed;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.popup .quick-service-link {
  display: none;
}
.popup__menu li {
  margin-bottom: 20px;
}
.popup__menu a {
  display: block;
}
.popup__menu a, .popup__menu button {
  font-size: 1.2rem;
  color: white;
  padding: 5px;
}
.popup .detailed-service-button button {
  font-size: 2rem !important;
  margin-bottom: 20px;
}
.popup .detailed-service-button button::after {
  content: ":";
}
.popup .subnav {
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(187, 187, 187, 0.5);
}

.services-menu-open-in-popup .services__button {
  padding: 10px 10px 10px 40px;
  font-size: 2rem;
  margin-bottom: 10px;
  background: url(../images/arrow-left.svg) no-repeat;
  background-size: 32px;
  background-position: left center;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.services-menu-open-in-popup .services__button::after {
  content: ":";
}

@-webkit-keyframes slide-in {
  from {
    -webkit-transform: translateX(-1570px);
            transform: translateX(-1570px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slide-in {
  from {
    -webkit-transform: translateX(-1570px);
            transform: translateX(-1570px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.features {
  display: grid;
  grid-template-columns: 158px 158px 158px 158px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 664px) {
  .features {
    margin-top: -70px;
  }
}
@media screen and (max-width: 664px) {
  .features {
    grid-template-columns: 158px 158px;
  }
}
.features__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin-bottom: 20px;
}
.features__icon {
  width: 114px;
  height: 114px;
  background-color: white;
  border: 3px solid #2467DB;
  border-radius: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.features__icon svg {
  width: 64px;
  height: 64px;
}

h2 {
  font-size: 1.75rem;
  line-height: 1.2;
  color: #1a1a1a;
  font-weight: 500;
  margin-bottom: 20px;
}

.home h2, .title {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
  color: #1a1a1a;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.home h2::before, .home h2::after, .title::before, .title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 20px;
  top: auto;
  height: 7px;
  width: 40px;
  background-color: #2467DB;
  border-radius: 150px;
  bottom: 0;
}
.home h2::after, .title::after {
  left: 50px;
  width: 10px;
}

h3.title::before, h3.title::after {
  bottom: 10px;
}

.services__button {
  color: white;
  cursor: pointer;
}
.services__item {
  width: 400px;
  height: 300px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  position: relative;
  overflow: hidden;
}
.services__item:hover {
  background-size: 120%;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.services__item:hover .services__image {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.services__image {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.services__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services__links {
  padding: 0 0 0 12px;
  border-radius: 0 6px 6px 0;
  color: white;
  position: relative;
  top: 60px;
  cursor: pointer;
  background-color: #2467DB;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.services__links a {
  color: white;
}
.services__links:hover .services__name {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  background: #2467DB url(../images/arrow-right.svg);
  background-position: 98% center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.services__links:hover .services__subname {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  margin-top: 10px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.services__links:hover .services__subname a {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  font-size: 1em;
  margin-bottom: 12px;
}
.services__name {
  font-size: 1.25rem;
  background-image: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 20px;
  padding: 10px 40px 10px 0;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.services__subname {
  height: auto;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  opacity: 0;
  padding-right: 12px;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.services__subname a {
  display: block;
  color: white;
  font-size: 0;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}

.advantages__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 888px) {
  .advantages__list {
    grid-template-columns: 1fr;
  }
}
.advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1200px) {
  .advantages__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.advantages__icon {
  margin: 0 20px 10px 0;
}
.advantages__icon svg {
  width: 42px;
  height: 42px;
  stroke: #808080;
}
.advantages__image {
  width: 320px;
  height: 240px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 320px;
          flex: 1 0 320px;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 1200px) {
  .advantages__image {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .advantages__image {
    margin-right: 40px;
  }
}
.advantages__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .advantages__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.advantages__name {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.advantages__desc {
  color: #808080;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .advantages__desc {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}

.wide {
  background-color: #F5F5F5;
  padding: 40px 0 60px 0;
  margin-bottom: 60px;
}
.wide section {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .wide {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1180px) {
  .extra-bottom-padding {
    padding-bottom: 100px;
  }
}

.discounts__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
}
@media screen and (max-width: 650px) {
  .discounts__list {
    grid-template-columns: 1fr;
  }
}
.discounts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 650px) {
  .discounts__item {
    background-color: #F5F5F5;
    border-radius: 10px;
  }
}
@media screen and (min-width: 650px) {
  .discounts__item::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 20px;
    background-color: #F5F5F5;
    border-radius: 20px;
    width: 80%;
    height: 100%;
    z-index: -1;
  }
}
.discounts__text {
  padding: 40px;
  color: #1a1a1a;
}
@media screen and (min-width: 480px) {
  .discounts__text {
    margin-right: 40px;
  }
}
.discounts__text > p {
  color: #808080;
}
@media screen and (min-width: 480px) {
  .discounts__text > p {
    min-height: 70px;
  }
}
.discounts__text p {
  margin-bottom: 0;
}
.discounts__text .button {
  margin-bottom: 5px;
}
.discounts__name {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 5px;
}
.discounts__day {
  font-size: 2rem;
  padding: 14px;
  margin: 0 10px;
  background-color: white;
  height: 60px;
  width: auto;
  border: 1px solid #A8A8A8;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.discounts__expires {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 20px 0;
}
.discounts__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.discounts__extend > p {
  margin-bottom: 5px;
}
.discounts__image {
  max-width: 285px;
}
@media screen and (min-width: 680px) {
  .discounts__image {
    position: relative;
    right: 50px;
  }
}
@media screen and (max-width: 480px) {
  .discounts__image {
    display: none;
  }
}
.discounts__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.price__buttons {
  display: grid;
  grid-template-columns: auto;
  gap: 20px;
}
.price__variants {
  font-size: 1.2rem;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.price__variants button:first-child {
  margin-right: 20px;
}
.price__list {
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transform: translateY(500px);
          transform: translateY(500px);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.price__list.active {
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  height: auto;
}
@media screen and (max-width: 775px) {
  .price__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.price__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 370px;
          flex: 0 1 370px;
  border-radius: 20px;
  background-color: white;
  padding: 20px;
  -webkit-box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 775px) {
  .price__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media screen and (min-width: 775px) {
  .price__item {
    margin-right: 20px;
  }
}
.price__item:last-child {
  margin-right: 0;
}
.price__item--second-style {
  background-color: #fbfbfb;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.price__item--second-style .price__servicelist {
  margin-bottom: 20px;
}
.price__icon {
  margin-bottom: 20px;
}
.price__icon svg {
  width: 52px;
  height: 52px;
  stroke: #808080;
}
.price__name {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.price__desc {
  font-size: 1rem;
  line-height: 1.3;
  color: #808080;
  margin-bottom: 20px;
}
.price__values {
  font-size: 1rem;
  color: #808080;
  margin-bottom: 20px;
  float: left;
}
.price__values span {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  color: #1a1a1a;
}
.price__values span:last-child {
  margin-left: 22px;
  font-weight: 200;
  color: #808080;
  clear: both;
}
.price__servicelist li {
  line-height: 1.4;
  position: relative;
  padding: 10px 10px 10px 40px;
}
.price__servicelist li::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 20px;
  background-image: url(../images/price-icon-check.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: left 5px;
  height: 100%;
}
.price__submit {
  margint-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner {
  margin: -60px 0 0 0;
  padding: 50px 40px 0 40px;
  background-color: #2467DB;
  position: relative;
}
@media screen and (max-width: 785px) {
  .banner {
    padding: 40px 0 0 0;
  }
}
.banner__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  font-size: 1rem;
}
@media screen and (max-width: 575px) {
  .banner__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .banner__content {
    font-size: 0.75rem;
  }
}
.banner__title {
  font-size: 4em;
  line-height: 1;
  color: white;
  font-weight: 600;
}
.banner__title span {
  display: block;
  font-weight: 500;
  font-size: 0.6em;
}
@media screen and (min-width: 1184px) {
  .banner__title span:first-child {
    position: relative;
    top: 33px;
  }
}
.banner__title span strong {
  font-weight: 900;
  font-size: 5rem;
}
.banner__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 575px) {
  .banner__submit {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 785px) {
  .banner__submit {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.banner__submit p {
  line-height: 1.2;
  color: #7ca4e9;
}
@media screen and (min-width: 785px) {
  .banner__submit p {
    margin-left: 20px;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
}
@media screen and (max-width: 785px) {
  .banner__submit p {
    margin-top: 10px;
  }
}
.banner .button {
  position: relative;
  top: 2px;
  height: 56px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  color: #1a1a1a;
  font-weight: 600;
  border: none;
  font-size: 1rem;
}
.banner .button svg {
  margin-right: 10px;
}
.banner .banner__image {
  position: relative;
  width: 500px;
  height: auto;
}
@media screen and (min-width: 575px) {
  .banner .banner__image img {
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
    max-width: 500px;
  }
}
@media screen and (min-width: 575px) and (max-width: 965px) {
  .banner .banner__image img {
    max-width: 460px;
    right: -100px;
  }
}
@media screen and (max-width: 575px) {
  .banner .banner__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.thumbnail {
  border: none !important;
}

.review .testimonial-inner {
  background: white;
  padding: 40px;
  border-radius: 20px !important;
}
.review .testimonial-inner p {
  line-height: 1.2;
}
.review__form {
  background: white;
  border-radius: 20px;
  margin-bottom: 10px;
  max-height: 80vh;
  overflow-y: auto;
}
.review .testimonial-image {
  margin-bottom: 10px;
}
.review .testimonial-image img {
  border-radius: 150px;
}
.review__button-wrap {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lg-sub-html {
  display: none !important;
}

.lg-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100% !important;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: white !important;
}

.wpmslider-next, .wpmslider-prev {
  background: #2467DB;
  display: block;
  border-radius: 150px;
  width: 30px !important;
  height: 30px !important;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.05) !important;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1) !important;
}
.wpmslider-next::before, .wpmslider-prev::before {
  top: 4px !important;
  background: white !important;
}

.required-notice {
  display: none;
}

.strong-form textarea {
  height: 130px !important;
}

.strong-form label {
  font-weight: 500 !important;
  margin-bottom: 10px;
}

input, textarea {
  width: 100%;
  font-size: 1rem !important;
  font-family: inherit !important;
  border: none;
  background: #f2f2f2;
  padding: 14px 20px;
  border-radius: 6px;
  margin-bottom: 5pxs;
  border: 1px solid #f2f2f2;
  margin-bottom: 10px;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
input:hover, textarea:hover {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  background: #f7f7f7;
}
input:focus, textarea:focus {
  outline: none !important;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border: 1px solid #2467DB;
}

.wpmtst-testimonial-success {
  padding: 20px;
  font-size: 1rem;
  font-weight: 500;
  padding-left: 60px;
  background-image: url(../images/price-icon-star.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 16px center;
}
.wpmtst-testimonial-success p {
  margin: 0;
}

.contacts__action-text {
  font-size: 1.6em;
  line-height: 1.2;
  margin-bottom: 10px;
}
.contacts__text {
  line-height: 1.4;
  font-size: 0.95em;
  color: #808080;
}
.contacts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 860px) {
  .contacts__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    z-index: 1;
  }
}
.contacts__links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (min-width: 1150px) {
  .contacts__links {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.contacts__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 850px) {
  .contacts__info {
    margin-right: 40px;
  }
}
.contacts__form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contacts__form * {
  margin: 0 !important;
}
.contacts__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contacts__col {
  margin: 0 40px 20px 0;
}
.contacts__col:last-child {
  margin-right: 0;
}
.contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.contacts__item p, .contacts__item a {
  margin-bottom: 0;
  color: #1a1a1a;
  text-decoration: none;
  line-height: 1.4;
  font-size: 1.2rem;
}
.contacts__item svg {
  width: 30px;
  height: auto;
  margin-right: 10px;
}
.contacts__text {
  line-height: 1.4;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
}
.contacts__map {
  line-height: 1.4;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
}
@media screen and (max-width: 570px) {
  .contacts__map {
    max-height: 250px;
  }
  .contacts__map iframe {
    height: 100%;
  }
}

.footer {
  background-color: #1a1a1a;
  min-height: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer .services__services {
  display: inline-block;
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 400px) {
  .footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer__col {
  padding: 20px 0;
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer__menu li:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 570px) {
  .footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
  }
  .footer__menu li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.footer a {
  color: white;
}
.footer .contact__phone span {
  margin-right: 10px;
}
@media screen and (max-width: 720px) {
  .footer__copyright {
    -webkit-box-ordinal-group: 101;
        -ms-flex-order: 100;
            order: 100;
  }
}
.footer .detailed-service-button {
  display: none;
}

.copyright {
  margin: 0;
  color: #808080;
  line-height: 1.4;
}

.politic {
  color: #808080 !important;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  display: inline-block;
  margin-bottom: 10px;
}
.politic:hover {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  color: white !important;
}

.single-banner {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  background: black;
}
@media screen and (max-width: 760px) {
  .single-banner {
    height: auto;
  }
}
@media screen and (max-width: 760px) {
  .single-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.single-banner input {
  border: 1px solid #979393;
}
.single-banner input:last-child {
  margin: 20px 0 20px 0;
  border: none;
}
.single-banner__side {
  height: 100%;
  width: 365px;
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 60px;
  z-index: 1;
}
@media screen and (min-width: 760px) {
  .single-banner__side {
    -webkit-animation: slide-in 2s forwards ease-out;
            animation: slide-in 2s forwards ease-out;
  }
}
@media screen and (max-width: 760px) {
  .single-banner__side {
    padding: 20px;
    background-color: white;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
.single-banner__icon {
  width: 65px;
  height: auto;
  margin: 20px 0 20px 0;
}
.single-banner__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 760px) {
  .single-banner__image {
    position: static;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 400px;
    min-height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.single-banner__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation: smallfade 1s forwards ease-out;
          animation: smallfade 1s forwards ease-out;
}
.single-banner__header {
  margin-top: 150px;
  max-width: 550px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 760px) {
  .single-banner__header {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    position: absolute;
    margin: 0;
    padding: 40px;
  }
}
@media screen and (max-width: 640px) {
  .single-banner__header {
    padding: 40px 20px 0 20px;
  }
}
.single-banner__header p {
  color: white;
}
.single-banner__title {
  font-size: 3rem;
  color: white;
  margin-bottom: 10px;
}

@-webkit-keyframes smallfade {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 0.7;
  }
}

@keyframes smallfade {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 0.7;
  }
}
.single, .page {
  background: #EDEDED;
}
@media screen and (min-width: 1680px) {
  .single, .page {
    background-color: white;
  }
}

.page__title {
  padding-top: 60px;
}
.page__header {
  padding-top: 40px;
}
.page__thumbnail {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}
.page__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post {
  padding: 40px;
  margin: 0 auto;
}
@media screen and (min-width: 570px) {
  .post {
    min-height: 500px;
  }
}
.post p {
  color: #292929;
}
.post strong {
  font-weight: 600;
}
.post figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  max-width: 80%;
  line-height: 1.4;
  color: gray;
  font-size: 0.85rem;
}
.post h3 {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .post {
    padding: 20px;
  }
}
.post section.block-white, .post .wp-block-columns {
  background: white;
  padding: 60px;
  border-radius: 14px;
  margin-bottom: 40px;
}
@media screen and (max-width: 980px) {
  .post section.block-white, .post .wp-block-columns {
    padding: 20px;
  }
}
.post section.block-white.no-bottom-margin, .post .wp-block-columns.no-bottom-margin {
  margin-bottom: 0;
}
.post figure {
  overflow: hidden;
  margin-bottom: 20px;
}
.post figure.icon {
  width: 80px;
  height: auto;
}
.post figure.float {
  float: left;
  margin-right: 20px;
}
.post figure img {
  border-radius: 10px;
}
.post ul {
  list-style: none;
}
@media screen and (min-width: 780px) {
  .post ul {
    margin-bottom: 40px;
  }
}
.post ul.inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post ul li {
  line-height: 1.4;
  position: relative;
  padding: 4px 20px 8px 30px;
  margin-bottom: 10px;
}
.post ul li ul {
  display: none;
}
.post ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 20px;
  width: 30px;
  height: 30px;
  background-position: center;
  top: 4px;
  background: url(../images/check-list-item.svg) no-repeat;
}
.post ol {
  padding-left: 30px;
}
.post ol li {
  margin-bottom: 10px;
  line-height: 1.2;
}
.post ol li::marker {
  color: #2467DB;
  font-weight: 600;
}

.page-id-665 h1 {
  display: none;
}

.sidebar {
  padding-right: 40px;
}
@media screen and (max-width: 780px) {
  .sidebar {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    padding-right: 0;
  }
}
.sidebar p {
  margin-bottom: 5px;
}
.sidebar strong {
  color: #1a1a1a;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.sidebar em {
  font-weight: 400;
  color: #808080;
  font-size: 0.8rem;
  display: inline-block;
  margin-bottom: 10px;
}
.sidebar .list a {
  color: #2467DB;
  position: relative;
  display: inline-block;
  font-weight: 500;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.sidebar .list a::after {
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  display: block;
  background: #acacac;
  bottom: 0;
  top: auto;
  bottom: -9px !important;
}
.sidebar .list a:hover {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  color: #0442C8;
}
.sidebar .list a:hover:after {
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  background: #0442C8;
}

#post .lwptoc {
  width: 100%;
  max-width: 400px;
}
#post .lwptoc.fixed {
  top: 30px;
  left: 97px;
  width: 25%;
  position: fixed;
}
@media screen and (max-width: 980px) {
  #post .lwptoc.fixed {
    left: 62px;
  }
}
#post .lwptoc_item_label {
  line-height: 1.4;
}
#post .lwptoc_i {
  background: white;
  padding: 0 20px 0 0;
}
#post .lwptoc_item {
  margin-bottom: 20px;
  padding-left: 25px;
  background-image: url(../images/arrow-right-black.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: left 3px;
}
#post .lwptoc_item a {
  font-size: 1rem;
  color: #1a1a1a;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
#post .lwptoc_item a:hover {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  color: #2467DB;
}
#post .lwptoc_itemWrap .lwptoc_itemWrap {
  margin: 10px 0 0 -20px;
  padding: 10px 10px 0 20px;
  background: none;
  border-left: 1px solid #f2f2f2;
}
@media screen and (max-width: 1023px) {
  #post .lwptoc_itemWrap .lwptoc_itemWrap {
    padding: 10px 5px 0 5px;
  }
}
#post .lwptoc_itemWrap .lwptoc_itemWrap .lwptoc_item {
  padding-left: 0;
  background: none;
}

.price__list--grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
@media screen and (max-width: 1400px) {
  .price__list--grid {
    grid-template-columns: repeat(2, 50%);
  }
}
@media screen and (max-width: 730px) {
  .price__list--grid {
    grid-template-columns: 1fr;
  }
}
.price__list--grid .price__item {
  margin: 0;
}

.title-step {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}
.title-step p {
  color: #2467DB;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 17px !important;
  background: #e4eeff;
  display: inline-block;
  border-radius: 150px;
  padding: 10px 18px;
}

@media screen and (max-width: 1030px) {
  .post .pack {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
.post .pack p {
  margin-bottom: 10px;
}
.post .pack em {
  font-style: italic;
  color: gray;
}
.post .pack ol.inside-ul {
  margin-top: -37px;
  padding-left: 50px;
}
@media screen and (max-width: 775px) {
  .post .pack ol.inside-ul {
    margin-top: -5px;
  }
}

.glightbox-container .gclose, .glightbox-container .gnext, .glightbox-container .gprev {
  background-color: #2467DB !important;
}

@media screen and (max-width: 1040px) {
  .splide__pagination {
    display: none;
  }
}/*# sourceMappingURL=styles.css.map */