@charset "UTF-8";
html {
  scroll-behavior: auto !important;
}

body:not(.wp-admin) {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  position: relative;
  color: #ffffff;
  background-color: #183a60;
  padding-top: 134px;
}
@media (max-width: 1200px) {
  body:not(.wp-admin) {
    padding-top: 92px;
  }
}
body:not(.wp-admin).hidden-scrol {
  overflow: hidden;
}
@media (min-width: 1200px) {
  body:not(.wp-admin) .container {
    max-width: 1310px;
  }
}
@media (max-width: 1200px) {
  body:not(.wp-admin) .container {
    max-width: 100%;
  }
}
body:not(.wp-admin) a {
  text-decoration: none;
}

body.wp-admin h1 {
  color: #000;
  font-weight: normal;
}

body.blog {
  padding-bottom: 0;
}

.container-block {
  padding: 40px 15px;
}

.block-editor-block-list__block .container-block {
  padding: 30px 15px;
  border: 1px dashed #ccc;
}

html {
  min-width: 320px;
}

body {
  /* Анімація включається тільки коли AOS додасть .animate-letters */
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p {
  margin: 0;
  padding: 0;
}
body a:hover {
  text-decoration: none;
}
body .s-title {
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 150% */
}
@media (max-width: 992px) {
  body .s-title {
    font-size: 36px;
    line-height: 48px;
  }
}
@media (max-width: 768px) {
  body .s-title {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
  }
}
body .word {
  display: inline-block;
  overflow: hidden;
}
body .letter {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
}
body .aos-animate .letter {
  animation: slideUp 0.5s ease forwards;
}
@keyframes slideUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
body h1 {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
}
@media (max-width: 1440px) {
  body h1 {
    font-size: 40px;
    font-weight: 700;
  }
}
@media (max-width: 992px) {
  body h1 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
  }
}
@media (max-width: 768px) {
  body h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
  }
}
body h2 {
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px; /* 150% */
}
@media (max-width: 992px) {
  body h2 {
    font-size: 36px;
    line-height: 48px;
  }
}
@media (max-width: 768px) {
  body h2 {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
  }
}
body h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
@media (max-width: 992px) {
  body h3 {
    font-size: 22px;
    line-height: 32px;
  }
}
body h4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
@media (max-width: 992px) {
  body h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
  }
}
body h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
@media (max-width: 992px) {
  body h5 {
    font-size: 18px;
    line-height: 26px;
  }
}
body img,
body svg {
  max-width: 100%;
  height: auto;
}
body ul,
body ol {
  padding-left: 24px;
  margin: 0;
  list-style: none;
}
body ul li,
body ol li {
  margin-bottom: 8px;
}
body .entry-content h1:first-child,
body .entry-content h2:first-child,
body .entry-content h3:first-child,
body .entry-content h4:first-child,
body .entry-content h5:first-child,
body .entry-content h6:first-child {
  margin-top: 0;
}
body .entry-content p {
  margin-bottom: 16px;
  text-align: justify;
  line-height: 1.5;
}
body .entry-content p.has-text-align-center {
  text-align: center;
}
body .entry-content p:last-child {
  margin-bottom: 0;
}
body .entry-content a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: 0.3s;
}
body .entry-content a:hover {
  color: #183a60;
}
body .entry-content ul,
body .entry-content ol {
  margin-bottom: 30px;
  padding-left: 0;
}
body .entry-content ul:last-child,
body .entry-content ol:last-child {
  margin-bottom: 0;
}
body .entry-content ul li,
body .entry-content ol li {
  position: relative;
  margin-bottom: 6px;
}
body .entry-content ul {
  padding: 0;
}
body .entry-content ul li {
  position: relative;
  padding-left: 24px;
}
body .entry-content ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 9px;
  left: 8px;
  z-index: 1;
}
body .entry-content ol {
  list-style: auto;
  padding-left: 18px;
}
body .entry-content ol li {
  padding-left: 7px;
  position: relative;
}
body .entry-content ol li::marker {
  font-weight: 600;
  margin-left: 24px;
}
body .entry-content h2 {
  margin: 32px 0 20px 0;
}
body .entry-content h3 {
  margin: 32px 0 20px 0;
}
body .entry-content h4 {
  margin: 32px 0 20px 0;
}
body .entry-content h5 {
  margin: 32px 0 20px 0;
}
body .entry-content figure {
  margin: 32px 0 32px 0;
}
body .entry-content figure figcaption {
  color: #b5ccf8;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
body .entry-content img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: inherit;
}
body .entry-content .wp-block-column figure {
  margin: 0;
}
body .entry-content blockquote {
  padding: 30px 40px;
  margin: 16px 0 32px 0;
  border-radius: 20px;
  color: #fff;
}
@media (max-width: 992px) {
  body .entry-content blockquote {
    padding: 20px 20px;
  }
}
@media (max-width: 768px) {
  body .entry-content blockquote {
    padding: 20px 15px;
  }
}
body .entry-content blockquote p {
  color: #fff;
}
body .entry-content blockquote p:last-child {
  margin-bottom: 0;
}
body .entry-content :where(.wp-block-columns) {
  margin: 12px 0 12px 0;
}
body .entry-content :where(.wp-block-columns) :where(.wp-block-columns) {
  margin: 0;
}
body .has-text-align-right {
  text-align: right !important;
}
body .has-background {
  border-radius: 8px;
  padding: 20px 20px;
}
body .gutenberg-bg-section {
  border-radius: 20px;
  padding: 30px 20px;
  margin: 30px 0;
}

.btn {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 16px 32px;
  display: inline-flex;
  align-items: center;
  color: #303030;
  background: #fff;
  border-radius: 0px;
  position: relative;
  text-transform: uppercase;
  border-radius: 10px;
}
.btn span {
  z-index: 1;
}
.btn:hover {
  background: #fff;
  color: #303030;
  box-shadow: rgb(242, 241, 241) 0px 0px 15px -3px;
}
.btn svg {
  margin-right: 5px;
}
.btn svg path {
  transition: all 0.3s ease;
}
.btn_icon {
  padding: 10px 20px;
}
.btn_yellow {
  background: #fcc520;
  color: #2f5f87;
}
.btn_yellow:hover {
  box-shadow: #183a60 0px 0px 15px -3px;
}
.btn_yellow.yellow_on-b:hover {
  box-shadow: rgb(242, 241, 241) 0px 0px 15px -3px;
}
.btn_blue {
  background: #1a75b2;
  color: #fff;
}
.btn_blue:hover {
  box-shadow: rgb(242, 241, 241) 0px 0px 15px -3px;
}
.btn_blue svg path {
  fill: #fff;
}
.btn_blue svg circle {
  fill: #1a75b2;
}
.btn_blue:hover svg path {
  fill: #303030;
}
.btn_blue:hover svg circle {
  fill: #fff;
}
.btn_blue.blue_on-w:hover {
  box-shadow: #fcc520 0px 0px 15px -3px;
}
.btn_blue.blue_on-w.btn_icon svg path {
  fill: #fff;
}
.btn_blue.blue_on-w.btn_icon svg circle {
  fill: #1a75b2;
}
.btn_blue.blue_on-w.btn_icon:hover svg path {
  fill: #1a75b2;
}
.btn_blue.blue_on-w.btn_icon:hover svg circle {
  fill: #fcc520;
}

.modal.contact-form-modal {
  background: rgba(50, 87, 119, 0.85);
}
.modal.contact-form-modal .contacts-modal__bg {
  padding: 80px 15px;
  border-radius: 8px;
  position: relative;
  background-color: #2f5f87;
  z-index: 2;
  pointer-events: auto;
}
@media (max-width: 1200px) {
  .modal.contact-form-modal .contacts-modal__bg {
    padding: 140px 15px;
  }
}
@media (max-width: 992px) {
  .modal.contact-form-modal .contacts-modal__bg {
    padding: 140px 15px;
  }
}
@media (max-width: 768px) {
  .modal.contact-form-modal .contacts-modal__bg {
    padding: 80px 15px;
  }
}
.modal.contact-form-modal .contacts-modal__close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  pointer-events: auto;
}
.modal.contact-form-modal .contacts-modal__title {
  margin-bottom: 16px;
}
.modal.contact-form-modal .contacts-modal__title .s-title {
  color: #fff;
}
.modal.contact-form-modal .contacts-modal__subtitle {
  margin-bottom: 40px;
}
.modal.contact-form-modal .contacts-modal__subtitle h3 {
  color: #fff;
}
.modal.contact-form-modal .contacts-modal-logo {
  position: absolute;
  right: 0;
  bottom: 110px;
  pointer-events: none;
}
@media (max-width: 768px) {
  .modal.contact-form-modal .contacts-modal-logo {
    z-index: -1;
    opacity: 0.05;
  }
}
.modal__btns {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  gap: 32px;
}
.modal .btn-close {
  width: 40px;
  height: 40px;
  background: none;
  position: absolute;
  top: 30px;
  right: 30px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.error-page {
  padding: 130px 0 60px 0;
  position: relative;
}
@media (max-width: 768px) {
  .error-page {
    padding: 90px 0 30px 0;
  }
}
.error-page__container {
  position: relative;
  z-index: 2;
  min-height: 600px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .error-page__container {
    min-height: 400px;
  }
}
.error-page__btn {
  padding-top: 40px;
  position: relative;
  z-index: 2;
}
.error-page span {
  font-size: 200px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .error-page span {
    font-size: 100px;
  }
}
.error-page h1 {
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 42px; /* 131.25% */
  letter-spacing: 3.84px;
  text-transform: uppercase;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .error-page h1 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 2.88px;
  }
}

.page-head {
  padding: 200px 0 40px 0;
  position: relative;
}
@media (max-width: 768px) {
  .page-head {
    padding: 92px 0 0px 0;
    margin-bottom: 40px;
  }
}
.page-head__title {
  text-align: center;
}

.single-page__footer {
  overflow: hidden;
}
.single-page__footer-container {
  padding: 0px 0 20px 0;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .single-page__footer-container {
    align-items: self-start;
    flex-direction: column-reverse;
    padding: 20px 0px 0;
  }
}

.single-page__breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
  color: #fff;
  overflow-x: auto;
}

.single-page__content {
  overflow: hidden;
}

.single-page__breadcrumbs-wrapper {
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .single-page__breadcrumbs-wrapper {
    width: 100%;
    justify-content: flex-start;
    padding-bottom: 30px;
    padding-left: 0;
  }
}

.single-page__breadcrumbs {
  color: #fff;
}
.single-page__breadcrumbs span {
  white-space: nowrap;
  padding: 0 10px 0 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}
.single-page__breadcrumbs span:first-child {
  padding-left: 0;
}
.single-page__breadcrumbs span a {
  white-space: nowrap;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}
.single-page__breadcrumbs span a:hover {
  color: #fcc520;
}

.single-page-hero {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .single-page-hero {
    padding: 50px 0 20px 0;
  }
}
.single-page-hero__title {
  text-align: center;
}

.single-page__head {
  margin-bottom: 140px;
}
@media (max-width: 768px) {
  .single-page__head {
    margin-bottom: 24px;
  }
}

.single-page__thumbnail {
  width: 50%;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .single-page__thumbnail {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
}

.intro {
  background: #183a60;
  color: #fff;
  overflow: hidden;
}
.intro h1 {
  color: #fff !important;
  line-height: 1;
}
.intro__img {
  height: 100%;
  position: relative;
}
.intro__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  max-height: auto;
}
.intro__guarantees {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  background: rgba(50, 87, 119, 0.85);
  padding: 20px 60px;
  gap: 45px;
}
@media (max-width: 768px) {
  .intro__guarantees {
    padding: 10px 30px;
    gap: 20px;
  }
}
.intro__guarantees img {
  max-height: 120px;
}
.intro__content {
  padding: 60px 0 180px 0;
  max-width: 80%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1200px) {
  .intro__content {
    padding: 60px 0 180px 0;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .intro__content {
    padding: 30px 15px 30px 15px;
  }
}
.intro__subtitle {
  text-align: center;
  margin-bottom: 15px;
}
.intro__title {
  text-align: center;
  margin-bottom: 20px;
}
.intro__text {
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .intro__text {
    font-size: 20px;
  }
}
.intro__btn {
  text-align: center;
  margin-bottom: 20px;
}
.intro__phone {
  text-align: center;
}
.intro__phone a {
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  text-decoration: none;
}
@media (max-width: 768px) {
  .intro__phone a {
    font-size: 20px;
  }
}
.intro + .service-form .service-form__form {
  margin-top: -130px;
}
@media (max-width: 992px) {
  .intro + .service-form .service-form__form {
    margin-top: -10px;
  }
}
@media (max-width: 768px) {
  .intro + .service-form .service-form__form {
    margin-top: 0px;
  }
}

.intro-gradient {
  position: relative;
}
.intro-gradient__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .intro-gradient__img {
    position: relative;
    height: 350px;
  }
}
.intro-gradient__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.intro-gradient__img .intro-gradient__img-img {
  display: block;
}
@media (max-width: 768px) {
  .intro-gradient__img .intro-gradient__img-img {
    display: none;
  }
}
.intro-gradient__img .intro-gradient__img-mobile-img {
  display: none;
}
@media (max-width: 768px) {
  .intro-gradient__img .intro-gradient__img-mobile-img {
    display: block;
  }
}
.intro-gradient__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(90deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0.871) 40%, rgba(255, 255, 255, 0) 60%);
}
@media (max-width: 768px) {
  .intro-gradient__img::before {
    background: rgba(255, 255, 255, 0.6901960784);
    display: none;
  }
}
.intro-gradient__logo {
  position: absolute;
  top: 20px;
  z-index: 3;
  max-width: 150px;
  max-height: 120px;
  width: 100%;
}
.intro-gradient__logo img {
  width: 100%;
  height: auto;
  max-height: 120px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 768px) {
  .intro-gradient__logo img {
    max-height: 80px;
  }
}
.intro-gradient__content {
  padding: 150px 0 220px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .intro-gradient__content {
    padding: 150px 0 150px 0;
  }
}
@media (max-width: 768px) {
  .intro-gradient__content {
    padding: 30px 0 60px 0;
  }
}
.intro-gradient__title {
  margin-bottom: 20px;
  color: #1a75b2;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  font-size: 55px;
}
@media (max-width: 1440px) {
  .intro-gradient__title {
    font-size: 40px;
    font-weight: 700;
  }
}
@media (max-width: 992px) {
  .intro-gradient__title {
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .intro-gradient__title {
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .intro-gradient__title {
    line-height: 1;
    color: #fff;
    text-align: center;
  }
}
.intro-gradient__title .yellow {
  color: #fcc520;
}
.intro-gradient__subtitle {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #2f5f87;
}
@media (max-width: 768px) {
  .intro-gradient__subtitle {
    color: #fff;
    text-align: center;
  }
}
.intro-gradient__text {
  font-size: 24px;
  line-height: 1.5;
  color: #2f5f87;
}
@media (max-width: 768px) {
  .intro-gradient__text {
    color: #fff;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .intro-gradient__text {
    font-size: 20px;
  }
}
.intro-gradient__btn .btn:hover {
  background: #fcc520;
  color: #2f5f87;
}
@media (max-width: 768px) {
  .intro-gradient__btn .btn {
    background: #fff;
    color: #2f5f87;
  }
}
.intro-gradient__phone .btn:hover {
  background: #183a60;
  color: #fff;
}
.intro-gradient__phone .btn:hover svg path {
  fill: #fff;
}
@media (max-width: 768px) {
  .intro-gradient__phone .btn:hover {
    background: #fff;
    color: #2f5f87;
  }
  .intro-gradient__phone .btn:hover svg path {
    fill: #2f5f87;
  }
}
.intro-gradient__buttons {
  padding-top: 20px;
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .intro-gradient__buttons {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
}
.intro-gradient__guarantees {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px 60px;
  gap: 45px;
  padding-left: calc((100vw - 1280px) / 2);
}
@media (max-width: 1315px) {
  .intro-gradient__guarantees {
    padding-left: 15px;
  }
}
@media (max-width: 1200px) {
  .intro-gradient__guarantees {
    padding: 20px 30px;
    width: 50%;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .intro-gradient__guarantees {
    padding: 10px 30px;
    gap: 20px;
    width: 100%;
    /* background: rgba(50, 87, 119, 0.85); */
    background: rgba(255, 255, 255, 0.8);
  }
}
.intro-gradient__guarantees img {
  max-height: 120px;
  width: auto;
}

.appliance-services {
  background: #2f5f87;
  color: #fff;
  padding: 100px 0;
}
@media (max-width: 768px) {
  .appliance-services {
    padding: 60px 0;
  }
}
.appliance-services__title {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .appliance-services__title {
    margin-bottom: 40px;
  }
}
.appliance-services__items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 768px) {
  .appliance-services__items {
    margin: 0 -6px;
  }
}
.appliance-services-item {
  background-color: #183a60;
  background-color: #fff;
  border-radius: 0px;
  padding: 15px 15px 25px 15px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  transition: all 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 10px;
}
.appliance-services-item.non-serviced {
  background-color: #f9d5d5;
}
@media (max-width: 768px) {
  .appliance-services-item {
    height: 100%;
    padding: 10px;
  }
}
.appliance-services-item__inner {
  transition: all 0.3s ease-in-out;
  position: relative;
  width: 100%;
}
.appliance-services-item__inner:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.appliance-services-item__inner .appliance-services-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.appliance-services-item__inner:hover {
  transform: translateY(-4px);
  box-shadow: 0 5px 12px rgba(255, 255, 255, 0.2);
}
.appliance-services-item-wrap {
  padding: 0 6px;
  width: 20%;
  margin-bottom: 12px;
}
@media (max-width: 1200px) {
  .appliance-services-item-wrap {
    width: 33.333%;
  }
}
@media (max-width: 768px) {
  .appliance-services-item-wrap {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 12px;
  }
}
@media (max-width: 576px) {
  .appliance-services-item-wrap {
    width: 80%;
  }
}
.appliance-services-item-wrap.col-3 {
  width: 33.333%;
}
@media (max-width: 768px) {
  .appliance-services-item-wrap.col-3 {
    width: 50%;
  }
}
.appliance-services-item-wrap.col-4 {
  width: 25%;
}
@media (max-width: 768px) {
  .appliance-services-item-wrap.col-4 {
    width: 50%;
  }
}
.appliance-services-item-wrap.col-5 {
  width: 20%;
}
@media (max-width: 768px) {
  .appliance-services-item-wrap.col-5 {
    width: 50%;
  }
}
.appliance-services-item__img {
  padding: 20px 30px 20px 30px;
}
.appliance-services-item__img img {
  max-width: 100%;
  height: auto;
}
.appliance-services-item__title {
  color: #183a60;
  margin-bottom: 20px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .appliance-services-item__title {
    font-size: 15px;
    line-height: 15px;
  }
}

.our-partners {
  padding: 100px 0 60px 0;
}
@media (max-width: 768px) {
  .our-partners {
    padding: 60px 0;
  }
}
.our-partners__title {
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .our-partners__title {
    margin-bottom: 20px;
  }
}
.our-partners__subtitle {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .our-partners__subtitle {
    margin-bottom: 20px;
  }
}
.our-partners__items {
  border: 1px solid #dddddd;
  border-radius: 10px;
  padding: 40px;
}
.our-partners-item {
  text-align: center;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .our-partners-item {
    margin-bottom: 0px;
  }
}
.our-partners-item:hover .our-partners-item__img {
  transform: scale(1.1);
}
.our-partners-item__img {
  transition: 0.7s;
}
@media (max-width: 768px) {
  .our-partners-item__img {
    max-width: 100px;
    margin: 0 auto;
  }
}

.appliances-repair {
  background: #183a60;
  overflow: hidden;
  color: #fff;
  padding: 100px 0;
}
@media (max-width: 768px) {
  .appliances-repair {
    padding: 60px 0;
  }
}
.appliances-repair__title {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 768px) {
  .appliances-repair__title {
    margin-bottom: 20px;
  }
}
.appliances-repair__subtitle {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .appliances-repair__subtitle {
    margin-bottom: 20px;
  }
}
.appliances-repair-item {
  text-align: center;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
.appliances-repair-item:last-child {
  margin-bottom: 0;
}
.appliances-repair-item__img {
  overflow: hidden;
  height: 100%;
  aspect-ratio: 5/3;
  max-width: 100%;
}
@media (max-width: 768px) {
  .appliances-repair-item__img {
    aspect-ratio: auto;
  }
}
.appliances-repair-item__img a {
  display: block;
  height: 100%;
  overflow: hidden;
}
.appliances-repair-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.appliances-repair-item__img:hover img {
  transform: scale(1.03);
}
.appliances-repair-item__content {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 30px;
}
@media (max-width: 768px) {
  .appliances-repair-item__content {
    min-height: auto;
    padding: 40px 30px;
  }
}
.appliances-repair-item__title {
  margin-bottom: 20px;
}
.appliances-repair-item__text {
  margin-bottom: 20px;
}
.appliances-repair-item__text p {
  margin-bottom: 16px;
}
.appliances-repair-item__text p strong {
  font-weight: 600;
}
.appliances-repair-item__text ul {
  margin-bottom: 16px;
  padding: 0;
  list-style: inherit;
  list-style-position: inside;
}
.appliances-repair-item__text ul li {
  margin-bottom: 0px;
}

.service-form {
  background: #183a60;
  color: #fff;
  padding: 0px 15px 40px 15px;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .service-form {
    padding: 30px 15px 40px 15px;
  }
}
.service-form__inner {
  padding: 40px;
}
@media (max-width: 992px) {
  .service-form__inner {
    padding: 30px 20px;
  }
}
.service-form__content {
  padding: 60px 0 60px calc((100vw - 1280px) / 2);
}
.service-form__content.text-align-right {
  text-align: right;
}
.service-form__content.text-align-left {
  text-align: left;
}
.service-form__content.text-align-center {
  text-align: center;
}
@media (max-width: 768px) {
  .service-form__content {
    padding: 40px 0 20px 0;
  }
}
.service-form__title {
  margin-bottom: 20px;
}
.service-form__text {
  margin-bottom: 20px;
}
.service-form__text a {
  color: #fff;
}
.service-form__btn {
  margin-bottom: 20px;
}
.service-form__phone {
  margin-bottom: 20px;
}
.service-form__form {
  margin-top: -150px;
  background: #2f5f87;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .service-form__form {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .service-form__form {
    margin-top: -60px;
  }
}
.service-form__form.white_form {
  background: #f2efe8;
}
.service-form__form.white_form label {
  color: #303030 !important;
}
.service-form__form.white_form .btn {
  background: #fcc520;
}
.service-form__form.white_form .form-input input, .service-form__form.white_form .form-input textarea {
  background: #fff;
  border-color: #fcc520;
  color: #303030;
}
.service-form__form.white_form .form-input input:focus, .service-form__form.white_form .form-input textarea:focus {
  border-color: #fcc520;
}
.service-form__form.white_form .form-input input:hover, .service-form__form.white_form .form-input textarea:hover {
  border-color: #fcc520;
}
.service-form__form.white_form .nice-select {
  background: #fff;
  border-color: #fcc520;
  transition: all 0.3s ease;
}
.service-form__form.white_form .nice-select:after {
  border-color: #1a75b2;
}
.service-form__form.white_form .nice-select:focus {
  border-color: #fcc520;
}
.service-form__form.white_form .nice-select:hover {
  border-color: #fcc520;
}
.service-form__form.white_form .nice-select .current {
  color: #303030 !important;
}
.service-form__form.white_form .nice-select .list {
  background: #fff;
  border-color: #fcc520;
  color: #1a75b2;
}
.service-form__form.white_form .nice-select .list .option:hover {
  background: #1a75b2;
  color: #fff;
}
.service-form__form.white_form .nice-select .list .selected.focus {
  background-color: #fcc520 !important;
  color: #1a75b2;
}
.service-form__form.white_form .nice-select .list:hover .option.selected.focus {
  background-color: #fcc520 !important;
  color: #303030;
}

.form__wrapper .form-input {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .form__wrapper .form-input {
    margin-bottom: 15px;
  }
}
.form__wrapper .form-input input {
  width: 100%;
  height: 55px;
  background: #1a75b2;
  border: none;
  border-bottom: 4px solid #fff;
  color: #fff;
  padding: 10px;
  transition: all 0.3s ease;
}
.form__wrapper .form-input input:focus {
  border: 1px solid #fff;
  border-bottom: 4px solid #fff;
  outline: none;
}
.form__wrapper .form-input textarea {
  width: 100%;
  height: 150px;
  background: #1a75b2;
  border: none;
  border-bottom: 4px solid #fff;
  color: #fff;
  padding: 10px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .form__wrapper .form-input textarea {
    height: 100px;
  }
}
.form__wrapper .form-input textarea:focus {
  border: 1px solid #fff;
  border-bottom: 4px solid #fff;
  outline: none;
}
.form__wrapper .form-input label {
  color: #fff;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .form__wrapper .form-input label {
    margin-bottom: 5px;
    font-size: 14px;
  }
}
.form__wrapper button {
  width: 100%;
  justify-content: center;
}
.form__wrapper .nice-select {
  width: 100%;
  float: none;
  border-radius: 0;
  border: none;
  border-bottom: 4px solid #fff;
  color: #fff;
  padding: 10px;
  background: #1a75b2;
  height: 55px;
  line-height: 31px;
}
.form__wrapper .nice-select:focus {
  border: 1px solid #fff;
  border-bottom: 4px solid #fff;
  outline: none;
}
.form__wrapper .nice-select:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 10px;
  width: 10px;
}
.form__wrapper .nice-select:hover {
  border-color: #fff;
}
.form__wrapper .nice-select.open {
  border-color: #fff;
}
.form__wrapper .nice-select .list {
  width: 100%;
  border-radius: 0;
  background: #1a75b2;
  border: 1px solid #fff;
}
.form__wrapper .nice-select .list .selected.focus {
  background-color: #2f5f87 !important;
  color: #fff;
  font-weight: 500;
}
.form__wrapper .nice-select .list .option {
  margin-bottom: 0;
}
.form__wrapper .nice-select .list .option:hover {
  background-color: #fff;
  color: #1a75b2;
}
.form__wrapper .nice-select .list:hover .option.selected.focus {
  background-color: #2f5f87 !important;
  color: #fff;
}

.page-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(63, 116, 163, 0.6);
}
.page-hero_with-guarantees {
  padding-bottom: 40px;
}
.page-hero.page-hero_full-width {
  text-align: center;
}
.page-hero.page-hero_full-width .page-hero__title {
  text-align: center;
}
.page-hero.page-hero_full-width .page-hero__subtitle {
  text-align: center;
}
.page-hero__guarantees {
  display: flex;
  justify-content: space-between;
  justify-content: center;
  position: absolute;
  top: 70px;
  width: 50%;
  right: 0;
}
@media (max-width: 768px) {
  .page-hero__guarantees {
    width: auto;
    top: 20px;
    left: 15px;
    right: 15px;
    max-height: 100px;
    padding: 0 10px;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
}
.page-hero__guarantees img {
  max-height: 150px;
  width: auto;
}
@media (max-width: 768px) {
  .page-hero__guarantees img {
    max-height: 80px;
    width: auto;
  }
}
.page-hero__guarantees_full-width {
  width: 100%;
  right: 0;
  top: auto;
  bottom: 0;
  background: rgba(50, 87, 119, 0.85);
  padding: 8px 15px;
}
@media (max-width: 768px) {
  .page-hero__guarantees_full-width {
    left: 0;
  }
}
.page-hero__guarantees_full-width img {
  max-height: 100px;
  width: auto;
}
@media (max-width: 768px) {
  .page-hero__guarantees_full-width img {
    max-height: 80px;
    width: auto;
  }
}
.page-hero__content {
  padding: 120px 0;
  position: relative;
  z-index: 2;
}
.page-hero__title {
  margin-bottom: 20px;
  color: #fff !important;
}
.page-hero__subtitle {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #fff !important;
}
.page-hero__text {
  font-size: 24px;
  line-height: 1.5;
  color: #fff !important;
}
@media (max-width: 768px) {
  .page-hero__text {
    font-size: 20px;
  }
}
.page-hero__btn {
  margin-top: 20px;
}

.contact-form {
  background: #2f5f87;
  color: #fff;
  padding: 100px 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .contact-form {
    padding: 60px 0;
  }
}
.contact-form__title {
  margin-bottom: 60px;
  text-align: center;
}
.contact-form__text {
  margin-bottom: 20px;
}
.contact-form__text a {
  color: #fff;
}
.contact-form__text h1, .contact-form__text h2, .contact-form__text h3, .contact-form__text h4, .contact-form__text h5, .contact-form__text h6 {
  color: #fff;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .contact-form__content {
    padding-top: 30px;
  }
}
.contact-form--text {
  margin-bottom: 20px;
}

.faq-section {
  padding: 100px 0;
  background: #183a60;
  color: #fff;
}
@media (max-width: 768px) {
  .faq-section {
    padding: 60px 0;
  }
}
.faq-section__title {
  margin-bottom: 40px;
  text-align: center;
}
.faq-section__text {
  margin-bottom: 40px;
}
.faq-section-item {
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
}
.faq-section-item-title {
  cursor: pointer;
  padding-right: 40px;
  position: relative;
}
.faq-section-item-title::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
  transition: all 0.3s ease;
}
.faq-section-item-title h3 {
  font-size: 22px;
}
@media (max-width: 768px) {
  .faq-section-item-title h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
.faq-section-item-content {
  display: none;
}
.faq-section-item__answer {
  padding: 10px 0;
}
.faq-section-item.active .faq-section-item-title::after {
  transform: translateY(-50%) rotate(-135deg);
}

.map-full-width {
  padding-top: 50px;
}
.map-full-width__title {
  margin-bottom: 40px;
  text-align: center;
}
.map-full-width__map {
  height: 600px;
}
.map-full-width__map #map {
  height: 100%;
}

.home-map {
  padding: 100px 0 0px 0;
  background-color: #183a60;
  overflow: hidden;
}
@media (max-width: 768px) {
  .home-map {
    padding: 60px 15px 0px 15px;
  }
}
.home-map #map_home {
  height: 600px;
}
@media (max-width: 768px) {
  .home-map #map_home {
    height: 400px;
    border-radius: 10px;
    margin-bottom: 30px;
  }
}
.home-map__content {
  margin-left: calc((100vw - 1280px) / 2);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1310px) {
  .home-map__content {
    margin-left: 15px;
  }
}
.home-map__content_areas {
  margin-left: auto;
}
.home-map__title {
  margin-bottom: 40px;
}
.home-map__title_areas {
  text-align: center;
}
.home-map__text {
  margin-bottom: 40px;
}
.home-map__text_areas {
  text-align: center;
}
.home-map__address {
  margin-bottom: 40px;
}
.home-map__address ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
}
.home-map__address ul li {
  width: calc(50% - 10px);
  margin-bottom: 0px;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
@media (max-width: 768px) {
  .home-map__address ul li {
    width: 100%;
  }
}
.home-map__address ul li svg {
  min-width: 24px;
  height: 24px;
}
.home-map__address ul li a {
  color: #fff;
  font-size: 22px;
  transition: 0.3s;
}
.home-map__address ul li a:hover {
  color: #fcc520;
  transform: translateX(5px);
}
.home-map__address_areas ul {
  justify-content: center;
}
@media (max-width: 768px) {
  .home-map__address_areas ul {
    gap: 5px 10px;
  }
}
.home-map__address_areas ul li {
  width: auto;
}
@media (max-width: 768px) {
  .home-map__address_areas ul li a {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .home-map__address_areas ul li svg {
    min-width: 20px;
    height: 20px;
  }
}

.reviews {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 120px 0;
  background-attachment: fixed;
  position: relative;
}
.reviews::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(63, 116, 163, 0.6);
}
@media (max-width: 768px) {
  .reviews {
    padding: 60px 0 40px 0;
  }
}
.reviews__title {
  margin-bottom: 60px;
  z-index: 2;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .reviews__title {
    margin-bottom: 20px;
  }
}
.reviews__inner {
  z-index: 2;
  position: relative;
}
.reviews__inner .ti-rating-text * {
  color: #fff !important;
}
@media (max-width: 768px) {
  .reviews__inner .ti-footer {
    margin-top: 20px !important;
  }
}

.about {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 150px 0;
  background-attachment: fixed;
  position: relative;
}
.about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .about {
    padding: 60px 0 30px 0;
  }
}
.about__content {
  color: #fff;
  position: relative;
  z-index: 2;
}
.about__content h2 {
  margin-bottom: 20px;
}
.about__content p {
  margin-bottom: 10px;
}

.gallery {
  background: #183a60;
  overflow: hidden;
}
.gallery__slider {
  position: relative;
}
.gallery__slider .gallery-slider {
  position: relative;
}
.gallery__slider .gallery-slider:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: calc((100vw - 1280px) / 2);
  background: #2f5f87;
  opacity: 0.4;
}
.gallery__slider .gallery-slider:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: calc((100vw - 1280px) / 2);
  background: #2f5f87;
  opacity: 0.4;
  z-index: 2;
}
.gallery__slider .slick-list {
  overflow: visible;
}
.gallery__slider .gallery-item__img {
  position: relative;
  width: 100%;
}
.gallery__slider .gallery-item__img:before {
  content: "";
  display: block;
  padding-top: 48.4%;
}
.gallery__slider .gallery-item__img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  .gallery__slider .gallery-item__img {
    position: relative;
    width: 100%;
  }
  .gallery__slider .gallery-item__img:before {
    content: "";
    display: block;
    padding-top: 70%;
  }
  .gallery__slider .gallery-item__img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.gallery__slider .gallery-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.gallery .slider__controls {
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gallery__counter {
  display: flex;
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-family: ms, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.gallery__counter .slider-curent {
  padding-right: 2px;
}
.gallery__counter .slider-length {
  padding-left: 3px;
}
.gallery .slick-arrow {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  cursor: pointer;
}
.gallery .slick-arrow svg path {
  transition: 0.3s;
  stroke: #fff;
}
.gallery .slick-arrow:hover {
  cursor: pointer;
}
.gallery .slick-arrow:hover svg path {
  stroke: #fcc520;
}

.fancybox-is-open .fancybox-bg {
  background: rgba(63, 116, 163, 0.6);
  opacity: 1 !important;
}

.gallery-2__slider {
  padding: 60px 40px;
  overflow: hidden;
}
.gallery-2__slider .gallery-2__title {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 768px) {
  .gallery-2__slider .gallery-2__title {
    margin-bottom: 40px;
  }
}
.gallery-2__slider .gallery-2-slider .slick-list {
  overflow: visible;
}
.gallery-2__slider .gallery-2-slider .gallery-2-item__img {
  border-radius: 10px;
  display: block;
  overflow: hidden;
  margin: 0 5px;
  position: relative;
  width: 100%;
}
.gallery-2__slider .gallery-2-slider .gallery-2-item__img:before {
  content: "";
  display: block;
  padding-top: 130%;
}
.gallery-2__slider .gallery-2-slider .gallery-2-item__img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.gallery-2__slider .gallery-2-slider .gallery-2-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.gallery-2__slider .gallery-2-slider .gallery-2-item__img:hover .gallery-2-item__bg {
  opacity: 1;
}
.gallery-2__slider .gallery-2-slider .gallery-2-item__bg {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(252, 197, 32, 0.6);
  opacity: 0;
  transition: 0.3s;
  z-index: 1;
}
.gallery-2__slider .gallery-2-slider .gallery-2-item__bg .bg-icon {
  padding: 20px;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
.gallery-2__slider .gallery-2-slider .gallery-2-item__bg .bg-icon::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  background: rgba(255, 255, 255, 0.6);
}
.gallery-2__slider .gallery-2-slider .gallery-2-item__bg .bg-icon::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: -20px;
  bottom: -20px;
  left: -20px;
  right: -20px;
  background: rgba(255, 255, 255, 0.2);
}
.gallery-2__slider .gallery-2-slider .gallery-2-item__bg .bg-icon svg {
  position: relative;
  z-index: 2;
}
.gallery-2__slider .gallery-2__controls {
  padding: 30px 0;
  display: flex;
  justify-content: center;
  gap: 50px;
}
.gallery-2__slider .gallery-2__controls svg path {
  transition: 0.3s;
}
.gallery-2__slider .gallery-2__controls .gallery-2__prev {
  cursor: pointer;
}
.gallery-2__slider .gallery-2__controls .gallery-2__prev:hover svg path {
  stroke: #fcc520;
}
.gallery-2__slider .gallery-2__controls .gallery-2__next {
  cursor: pointer;
}
.gallery-2__slider .gallery-2__controls .gallery-2__next:hover svg path {
  stroke: #fcc520;
}

.custom-columns {
  padding: 60px 0;
}
.custom-columns__title {
  text-align: center;
}
.custom-columns__text {
  margin-bottom: 60px;
}
.custom-columns__text h2, .custom-columns__text h3, .custom-columns__text h4, .custom-columns__text h5 {
  margin-bottom: 20px;
}
.custom-columns__text p {
  font-size: 20px;
}
.custom-columns-item {
  margin-bottom: 30px;
}
.custom-columns-item__img {
  margin-bottom: 20px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.custom-columns-item__img.border-radius {
  border-radius: 50%;
}
.custom-columns-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.custom-columns-item__content h2, .custom-columns-item__content h3, .custom-columns-item__content h4, .custom-columns-item__content h5 {
  margin-bottom: 15px;
}
.custom-columns-item__content p {
  margin-bottom: 10px;
}

.blog {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .blog {
    padding: 60px 0;
  }
}
.blog_category {
  background-color: #2f5f87;
}
.blog__title {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 768px) {
  .blog__title {
    margin-bottom: 20px;
  }
}
.blog--categories .row {
  justify-content: center;
}
.blog__items {
  position: relative;
}
.blog__items .blog-loader {
  width: 100%;
  text-align: center;
  padding: 50px 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
}
.blog__items .blog-loader .spinner {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 4px solid #2f5f87;
  border-top-color: #fcc520;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.blog__posts {
  transition: opacity 0.3s ease;
}
.blog__posts.is-loading {
  opacity: 0.5;
}
.blog__posts .blog-post {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.blog__posts .blog-post__col {
  margin-bottom: 30px;
}
.blog__posts .blog-post__img {
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.blog__posts .blog-post__img a {
  position: relative;
  width: 100%;
}
.blog__posts .blog-post__img a:before {
  content: "";
  display: block;
  padding-top: 70%;
}
.blog__posts .blog-post__img a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.blog__posts .blog-post__img a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%);
  z-index: 1;
}
.blog__posts .blog-post__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s ease;
}
.blog__posts .blog-post__img:hover img {
  transform: scale(1.1);
}
.blog__posts .blog-post__title {
  padding: 10px;
  margin-bottom: 30px;
  margin-top: 0;
  font-size: 20px;
  line-height: 1.3;
}
.blog__posts .blog-post__title a {
  color: #162e42;
  transition: all 0.3s ease;
  text-decoration: none;
}
.blog__posts .blog-post__title a:hover {
  color: #183a60;
}
.blog__posts .blog-post__date {
  padding: 0 10px;
  color: #162e42;
}
.blog__posts .blog-post-category-col {
  padding-bottom: 30px;
}
.blog__posts .blog-post-category-col-3 {
  width: 33.33%;
}
.blog__posts .blog-post-category-col-4 {
  width: 25%;
}
.blog__posts .blog-post-category-col-5 {
  width: 20%;
}
@media (max-width: 1200px) {
  .blog__posts .blog-post-category-col-5 {
    width: 33%;
  }
}
@media (max-width: 768px) {
  .blog__posts .blog-post-category-col-5 {
    width: 50%;
  }
}
.blog__posts .blog-post-category-col-6 {
  width: 16.66%;
}
.blog__posts .blog-post-category .blog-post__img {
  background-color: #183a60;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .blog__posts .blog-post-category .blog-post__img {
    margin-bottom: 0;
  }
}
.blog__posts .blog-post-category .blog-post__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.blog__posts .blog-post-category .blog-post__img a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.blog__posts .blog-post-category .blog-post__img a {
  padding: 40px;
}
@media (max-width: 768px) {
  .blog__posts .blog-post-category .blog-post__img a {
    padding: 20px;
  }
}
.blog__posts .blog-post-category .blog-post__img a::before {
  display: none;
}
.blog__posts .blog-post-category .blog-post__img a::after {
  display: none;
}
.blog__posts .blog-post-category .blog-post__img a img {
  position: static;
  -o-object-fit: contain;
  object-fit: contain;
}
.blog__posts .blog-post-category .blog-post__title {
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 576px) {
  .blog__posts .blog-post-category .blog-post__title {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
  }
}
.blog-page__content {
  padding: 0 0 60px 0;
}
.blog__sidebar {
  position: relative;
  height: calc(100% - 30px);
  border-left: 2px solid #ccc;
}
.blog__categories {
  padding-left: 30px;
  position: sticky;
  top: 140px;
}
.blog__categories ul {
  padding: 0;
  margin: 20px 0 0 0;
  list-style: none;
}
.blog__categories .categories-list--item {
  cursor: pointer;
  font-size: 20px;
  margin-bottom: 20px;
}
.blog__categories .categories-list--item.is-active {
  color: #fcc520;
}
.blog__btn {
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .blog .all-posts__wrapper {
    flex-direction: column-reverse;
  }
}

.appliance-brands {
  padding: 100px 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}
@media (max-width: 768px) {
  .appliance-brands {
    padding: 60px 0;
  }
}
.appliance-brands::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  pointer-events: none;
}
.appliance-brands__title {
  color: #303030;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
.appliance-brands__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .appliance-brands-item {
    text-align: center;
  }
}
.appliance-brands-item-wrap {
  padding: 0 15px;
  margin-bottom: 30px;
}
.appliance-brands-item__img {
  margin-bottom: 10px;
}
.appliance-brands-item__img img {
  height: 60px;
  width: auto;
}
.appliance-brands-item__title {
  color: #303030;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.appliance-brands-item__list {
  color: #303030;
}
.appliance-brands-item__list-item {
  color: #303030;
  display: block;
}
.appliance-brands-item__list-item:hover {
  text-decoration: underline;
}
.appliance-brands-col-3 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
@media (max-width: 768px) {
  .appliance-brands-col-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 576px) {
  .appliance-brands-col-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.appliance-brands-col-4 {
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 992px) {
  .appliance-brands-col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (max-width: 768px) {
  .appliance-brands-col-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 576px) {
  .appliance-brands-col-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.appliance-brands-col-5 {
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1200px) {
  .appliance-brands-col-5 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 992px) {
  .appliance-brands-col-5 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (max-width: 768px) {
  .appliance-brands-col-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 576px) {
  .appliance-brands-col-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.our-guarantees {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .our-guarantees {
    padding: 80px 0 50vw 0;
    background-size: contain;
    background-position: center bottom;
    background-color: #000;
  }
}
.our-guarantees__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.our-guarantees__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.our-guarantees__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 50%, rgba(0, 0, 0, 0.5) 100%);
}
@media (max-width: 992px) {
  .our-guarantees__bg::before {
    background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 85%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.5) 100%);
  }
}
@media (max-width: 992px) {
  .our-guarantees__bg .our-guarantees__bg-desktop {
    display: none;
  }
}
.our-guarantees__bg .our-guarantees__bg-mobile {
  display: none;
}
@media (max-width: 992px) {
  .our-guarantees__bg .our-guarantees__bg-mobile {
    display: block;
  }
}
.our-guarantees__title {
  margin-bottom: 40px;
}
.our-guarantees__items {
  max-width: 50%;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 1200px) {
  .our-guarantees__items {
    max-width: 75%;
  }
}
@media (max-width: 992px) {
  .our-guarantees__items {
    max-width: 100%;
  }
}
.our-guarantees-item {
  margin-bottom: 30px;
}
.our-guarantees-item__title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.our-guarantees-item__title svg {
  margin-right: 5px;
  min-width: 30px;
  min-height: 30px;
}
.our-guarantees-item__title h3 {
  color: #fcc520;
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 992px) {
  .our-guarantees-item__title h3 {
    font-size: 20px;
  }
}
.our-guarantees__btns {
  display: flex;
  gap: 30px;
}
@media (max-width: 576px) {
  .our-guarantees__btns {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
}

.online-appointments {
  padding: 100px 0 100px 0;
  height: 42vw;
  min-height: 400px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 768px) {
  .online-appointments {
    height: auto;
    padding: 100px 0 60px 0;
  }
}
.online-appointments__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.online-appointments__bg.online-appointments__bg_mobile {
  display: none;
}
@media (max-width: 768px) {
  .online-appointments__bg.online-appointments__bg_mobile {
    display: block;
  }
}
@media (max-width: 768px) {
  .online-appointments__bg.online-appointments__bg_desktop {
    display: none;
  }
}
.online-appointments:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 2;
}
.online-appointments__title {
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.online-appointments__title .s-title {
  font-size: 70px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 768px) {
  .online-appointments__title .s-title {
    font-size: 28px;
  }
}
.online-appointments__subtitle {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  z-index: 2;
  font-size: 20px;
  color: #fcc520;
}
@media (max-width: 768px) {
  .online-appointments__subtitle {
    color: #183a60;
    font-size: 18px;
  }
}
.online-appointments__btn {
  text-align: center;
  position: relative;
  z-index: 2;
}
.online-appointments__btn .btn svg circle {
  transition: transform 0.3s ease;
}
.online-appointments__btn .btn:hover svg circle {
  fill: #fff;
}

.slider-logo {
  background-color: #fff;
  padding: 30px 0;
}
@media (max-width: 768px) {
  .slider-logo {
    padding: 10px 0;
  }
}
.slider-logo-item {
  text-align: center;
}
@media (max-width: 768px) {
  .slider-logo-item {
    margin-right: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}
.slider-logo-item img {
  height: 100px;
  width: auto;
  display: inline-block !important;
  -o-object-fit: contain;
  object-fit: contain;
}
.slider-logo .slick-track {
  display: flex !important;
  align-items: center !important;
}

.benefits {
  background-color: #fff;
  padding: 60px 0;
}
@media (max-width: 768px) {
  .benefits {
    padding: 40px 0;
  }
}
.benefits__title {
  margin-bottom: 60px;
  text-align: center;
  color: #303030;
}
@media (max-width: 768px) {
  .benefits__title {
    margin-bottom: 20px;
  }
}
.benefits__items {
  display: flex;
  flex-wrap: wrap;
}
.benefits-item {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #303030;
  background: #dae4ef;
  padding: 50px 30px;
}
.benefits-item:nth-child(2n) {
  background: #f0efe8;
}
@media (max-width: 1200px) {
  .benefits-item {
    padding: 40px 15px;
  }
}
@media (max-width: 992px) {
  .benefits-item {
    width: 50%;
  }
  .benefits-item:nth-child(3) {
    background: #f0efe8;
  }
  .benefits-item:nth-child(4) {
    background: #dae4ef;
  }
}
@media (max-width: 768px) {
  .benefits-item {
    width: 100%;
  }
  .benefits-item:nth-child(even) {
    background: #f0efe8;
  }
  .benefits-item:nth-child(odd) {
    background: #dae4ef;
  }
}
.benefits-item__icon {
  margin-bottom: 20px;
  background: #fff;
  padding: 10px;
}
.benefits-item__icon img {
  width: 40px;
  height: 40px;
}
.benefits-item__title {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.2;
}

.header {
  position: fixed !important;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: 0.3s;
  background: #14557f;
}
.header__top {
  background: #fcc520;
  color: #303030;
  text-align: center;
  padding: 5px 30px;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .header__top {
    padding: 5px 15px;
  }
}
@media (max-width: 1200px) {
  .header {
    position: sticky;
    top: 0;
    background: #fff;
    border-radius: 0;
  }
}
.header.sticky {
  z-index: 1000;
}
.header.sticky .header__logo {
  height: 110px;
}
@media (max-width: 1200px) {
  .header.sticky .header__logo {
    height: 55px;
  }
}
@media (max-width: 768px) {
  .header.sticky .header__logo {
    height: 65px;
  }
}
.header__container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 30px;
  margin: 0 auto;
  padding: 24px 48px;
}
@media (max-width: 1340px) {
  .header__container {
    padding: 24px 30px;
  }
}
@media (max-width: 1200px) {
  .header__container {
    padding: 7px 15px;
  }
}
.header__logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0px;
  transition: 0.3s;
  height: 130px;
  z-index: 10;
}
@media (max-width: 1600px) {
  .header__logo {
    left: 62%;
  }
}
@media (max-width: 1200px) {
  .header__logo {
    height: 80px;
    margin-top: 10px;
    left: 50%;
  }
}
@media (max-width: 768px) {
  .header__logo {
    margin-top: 0px;
    height: 75px;
  }
}
.header__logo svg {
  height: 100%;
  width: auto;
}
.header__menu {
  display: flex;
  position: relative;
  z-index: 333;
}
@media (max-width: 1200px) {
  .header__menu {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    height: calc(100vh - 0px);
    z-index: 98;
    background-color: #183a60;
    padding: 60px 16px;
    display: block;
    /* overflow: auto; */
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    padding-bottom: 150px;
    padding-top: 0;
  }
  .header__menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
@media (max-width: 768px) {
  .header__menu {
    top: 88px;
    top: 0;
    height: calc(100vh - 0px);
    transform: translateX(-100%);
    opacity: 1;
    /* padding-top: 100px; */
    padding-top: 0;
  }
}
@media (max-width: 1200px) {
  .header__menu #main_menu {
    display: none;
  }
}
.header__menu #mobile_menu {
  display: none;
}
@media (max-width: 1200px) {
  .header__menu #mobile_menu {
    display: block;
    /* max-width: 280px; */
    margin: 0 auto;
  }
}
@media (max-width: 1200px) {
  .header__menu .mobile_menu-wrapper {
    overflow: auto;
    padding-top: 100px;
    height: 100%;
  }
}
.header__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  margin: 0;
  height: 100%;
}
@media (max-width: 1340px) {
  .header__menu ul {
    gap: 24px;
  }
}
@media (max-width: 1200px) {
  .header__menu ul {
    gap: 24px;
  }
}
@media (max-width: 1200px) {
  .header__menu ul {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    gap: 30px;
    align-items: flex-start;
    height: auto;
  }
}
.header__menu ul li {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0;
}
@media (max-width: 1200px) {
  .header__menu ul li {
    flex-direction: column;
    height: auto;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
  }
}
.header__menu ul li .menu-icon {
  margin-right: 10px;
  width: 40px;
  min-width: 40px;
}
.header__menu ul li.current_page_item a {
  color: #fcc520;
}
.header__menu ul li.menu-item-has-children {
  padding-right: 20px;
  position: relative;
  /* &:first-child{
      .sub-menu{
          display: block;
      }
  }      */
}
@media (max-width: 1200px) {
  .header__menu ul li.menu-item-has-children {
    padding-right: 0px;
  }
}
.header__menu ul li.menu-item-has-children::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  transform: rotate(45deg);
  transform-origin: 66% 66%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: calc(50% - 6px);
  transition: 0.3s;
  right: 3px;
}
@media (max-width: 1200px) {
  .header__menu ul li.menu-item-has-children::before {
    display: none;
  }
}
@media (max-width: 1200px) {
  .header__menu ul li.menu-item-has-children > a {
    position: relative;
  }
  .header__menu ul li.menu-item-has-children > a::before {
    content: "";
    width: 9px;
    height: 9px;
    display: inline-block;
    transform: rotate(45deg);
    transform-origin: 66% 66%;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 12px;
    transition: 0.3s;
    margin-left: 6px;
    right: -25px;
    pointer-events: none;
  }
}
.header__menu ul li.menu-item-has-children:hover::before {
  transform: rotate(-135deg);
  border-color: #fcc520;
}
.header__menu ul li.menu-item-has-children.active > a::before {
  transform: rotate(-135deg);
}
.header__menu ul li a {
  color: #fff;
  transition: 0.3s;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .header__menu ul li a {
    font-size: 24px;
    line-height: 32px;
  }
}
.header__menu ul li:hover > a {
  color: #fcc520;
}
@media (max-width: 1200px) {
  .header__menu ul li:hover > a {
    color: #fff;
  }
}
.header__menu ul li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: auto;
  background: #14557f;
  display: block;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  overflow: hidden;
  padding: 10px 0;
}
@media (max-width: 1200px) {
  .header__menu ul li .sub-menu {
    position: static;
    opacity: 1;
    visibility: inherit;
    transition: none;
    background: none;
    width: 100%;
    display: none;
  }
}
@media (max-width: 1200px) {
  .header__menu ul li .sub-menu li {
    margin: 0px 0 10px 0;
  }
  .header__menu ul li .sub-menu li:last-child {
    margin-bottom: 0;
  }
}
.header__menu ul li .sub-menu li.current_page_item a {
  color: #fcc520;
}
.header__menu ul li .sub-menu li a {
  color: #fff;
  display: block;
  padding: 6px 15px;
  white-space: nowrap;
  text-transform: none;
}
@media (max-width: 1200px) {
  .header__menu ul li .sub-menu li a {
    white-space: normal;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding: 2px 0;
    position: relative;
    display: flex;
    align-items: center;
  }
}
.header__menu ul li .sub-menu li a:hover {
  color: #fcc520;
}
.header__menu ul li .sub-menu li.head-item {
  padding-left: 0;
}
.header__menu ul li .sub-menu li.head-item a {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.header__menu ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header__contacts {
  display: none;
}
@media (max-width: 1200px) {
  .header__contacts {
    display: flex;
    flex-direction: column;
    /* margin-top: 40px; */
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #183a60;
  }
}
.header__contacts .mobile_menu__btn {
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 768px) {
  .header__contacts .mobile_menu__btn .btn {
    padding: 16px 24px !important;
  }
}
.header__contacts .header__contacts-item {
  /* margin-bottom: 40px; */
  display: flex;
  justify-content: center;
  /* a{

      color: #fff;
      display: flex;
      align-items: center;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 28px;
  } */
}
.header__contacts .header__contacts-item svg {
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 8px;
  /* background-color: $main; */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.header__contacts .header__contacts-item__btn {
  display: flex;
  justify-content: center;
}
.header__contacts-text {
  padding: 15px;
  color: #fff;
  text-align: center;
}
.header__contacts-text a {
  color: #fff;
}
.header__btn {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .header__btn {
    justify-content: space-between;
    width: 100%;
    padding-right: 60px;
  }
}
.header__btn .btn_phone {
  display: none;
}
@media (max-width: 1200px) {
  .header__btn .btn_phone {
    display: block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fcc520;
  }
  .header__btn .btn_phone svg path {
    fill: #2f5f87;
  }
}
@media (max-width: 1200px) {
  .header__btn .btn.btn_yellow {
    display: none;
  }
}
.header__btn .btn {
  padding: 15px 20px;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .header__btn .btn {
    padding: 6px 8px;
    font-size: 12px;
    letter-spacing: -0.02em;
    margin-left: 0px;
  }
}
.header__btn .btn.btn_header {
  background: #fff;
  color: #303030;
  padding: 9px 20px;
}
@media (max-width: 1200px) {
  .header__btn .btn.btn_header {
    background: #183a60;
    color: #fff;
    padding: 5px 10px;
  }
  .header__btn .btn.btn_header svg path {
    fill: #fff;
  }
  .header__btn .btn.btn_header svg circle {
    fill: #183a60;
  }
}
.header__burger {
  display: none;
  z-index: 99;
}
@media (max-width: 1200px) {
  .header__burger {
    display: flex;
    align-items: center;
    position: absolute;
    right: 20px;
    top: 55px;
  }
}
@media (max-width: 768px) {
  .header__burger {
    top: 50px;
  }
}
.header__burger .burger {
  width: 24px;
  height: 18px;
  z-index: 99;
  position: relative;
  cursor: pointer;
  display: block;
}
.header__burger .burger__icon {
  width: 24px;
  height: 2px;
  background: #2f5f87;
  right: 0;
  position: absolute;
  border-radius: 15px;
  top: 50%;
  transition: 0.3s;
}
.header__burger .burger__icon::before {
  content: "";
  width: 24px;
  height: 2px;
  background: #2f5f87;
  position: absolute;
  transition: 0.3s;
  top: -6px;
  right: 0;
  border-radius: 15px;
}
.header__burger .burger__icon::after {
  content: "";
  width: 24px;
  height: 2px;
  background: #2f5f87;
  position: absolute;
  transition: 0.3s;
  top: 6px;
  right: 0;
  border-radius: 15px;
}
.header__burger .burger.active .burger__icon {
  background: transparent !important;
}
.header__burger .burger.active .burger__icon::before {
  transform: rotate(45deg);
  top: 0;
  background: #fff;
}
.header__burger .burger.active .burger__icon::after {
  transform: rotate(-45deg);
  top: 0;
  background: #fff;
}

.footer {
  padding: 50px 0 30px 0;
  background-color: #14557f;
}
@media (max-width: 768px) {
  .footer {
    padding: 40px 0 24px 0;
  }
}
.footer__menu-title {
  margin-bottom: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fcc520;
}
.footer__menu ul {
  padding: 0;
}
@media (max-width: 992px) {
  .footer__menu ul {
    margin-bottom: 30px;
  }
}
.footer__menu ul li {
  margin-bottom: 6px;
}
.footer__menu ul li:last-child {
  margin-bottom: 0;
}
.footer__menu ul li a {
  color: #fff;
  transition: 0.3s;
  line-height: 22px;
  position: relative;
}
.footer__menu ul li a:hover {
  color: #fcc520;
}
.footer__menu ul li a:hover::before {
  border-color: #fcc520;
}
.footer__contacts {
  text-align: center;
  margin-top: 30px;
}
.footer__contacts a:not(.btn) {
  color: #fff;
  transition: 0.3s;
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
}
.footer__contacts a:not(.btn):hover {
  color: #fcc520;
}
.footer__contacts .btn {
  color: #000;
}
.footer__btn {
  margin-top: 20px;
}
.footer__logo {
  text-align: center;
}
.footer__logo a {
  display: block;
  height: 100%;
}
.footer__logo svg {
  width: 120px;
  max-width: 100%;
}
.footer__bottom {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.footer__links {
  color: #fff;
  font-size: 14px;
}
.footer__links a {
  font-size: 14px;
  color: #fff;
  transition: 0.3s;
}
.footer__links a:hover {
  color: #fcc520;
}
.footer .social-links {
  display: flex;
  justify-content: center;
  gap: 5px;
  padding: 20px 0;
  margin-bottom: 30px;
}
.footer .social-links a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 5px;
  transition: 0.3s;
  border-radius: 3px;
}
.footer .social-links a:hover {
  background-color: #fcc520;
}
.footer__copy {
  font-size: 14px;
  color: #fff;
}

.flexible__wrapper {
  padding: 104px 0;
}

body.wp-admin {
  font-size: 13px !important;
}

/* ===== Gutenberg: full width editor ===== */
.editor-styles-wrapper {
  max-width: 100%;
  padding: 0 24px;
}

.editor-styles-wrapper .wp-block {
  max-width: 100%;
}

/* full width */
.editor-styles-wrapper .alignfull {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* wide width */
.editor-styles-wrapper .alignwide {
  width: 100%;
  max-width: 1200px; /* можеш змінити */
  margin-left: auto;
  margin-right: auto;
}/*# sourceMappingURL=main.css.map */
