/*
Themes Name: santehnik
*/
@media (prefers-color-scheme: dark) {
  body {
  }
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}

a:link,
a:visited {
  color: #30475d;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}
h1 {}
.h3-title{
  font-family: "Commissioner";
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #30475d !important;
}
.h4-excerpt {
  font-family: "Commissioner";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #30475d !important;
}

iframe {
    width: 100%;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px
}

#reviews:target {
padding-top: 140px;
}

.wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 25px;
  /* Добавьте свойства стиля для блока Хлебные крошки */
}
.card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  padding-bottom: 30px;
  /* Добавьте другие свойства стиля, которые вам нужны */
}
.column {
  padding: 10px;
  border-radius: 5px;
  width: calc((100% / 4) - 15px);
}

.column img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.column button {
padding: 10px 25px;
font-size: 14px;
background: none;
outline: none;
border: 2px solid #007adc !important;
border-radius: 5px;
cursor: pointer;
}

.column2 button2 {
  background-color: #4CAF50;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .column {
    width: 45%;
  }
  .column button {
    font-size: 12px;
  }
  #reviews:target {
    padding-top: 150px;
    }
}
.container {
  width: 100%;
  max-width: 1240px;
  padding: 0 5px;
  margin: 0 auto;
}
.container_section {
  width: 100%;
  max-width: 1240px;
  padding: 0 15px;
  margin: 0 auto;
  padding-bottom: 50px;
}

body {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #30475d !important;
}

.title {
  font-family: "Commissioner";
  font-weight: 400;
  font-size: 48px;
  line-height: 56px;
  color: #30475d !important;
  text-align: center;
}
.title_home {
  font-family: "Commissioner";
  font-weight: 400;
  font-size: 28px;
  max-width: 800px;
  line-height: 30px;
  color: #30475d !important;
  text-align: left;
  padding-bottom: 20px;
  padding-top: 10px;
}

.title span {
  font-weight: 700;
}

.sticky {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0 0 10px 10px;
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.color-white {
  color: #30475d !important;
}

.border-white {
  border: 2px solid #30475d !important;
}

.bg-white2 {
  background-color: #30475d !important;
}

.none {
  display: none;
}

.intro {
  background: url("./images/intro-bg.webp") no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 200px;
  padding-top: 150px;
}
.intro__page {
  padding-top: 170px;
}
.container__page {
  width: 100%;
  max-width: 1240px;
  padding: 0 15px;
  margin: 0 auto;
}

.intro__header {
  z-index: 2;
}

.header {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);

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

.header__top {
  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;
  padding: 15px 0;
}

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo {
  width: 209px;
  margin-right: 60px;
}

.custom-logo-link {
  width: 209px;
  margin-right: 60px;
}

.header__map-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__map img {
  width: 90px;
  height: 46px;
  margin-right: 15px;
  border-radius: 80%;
  border: 1px solid #82c0f3 !important;
}

.header__city {
  font-family: "Commissioner";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #30475d !important;
}

.header__km {
  font-family: "Commissioner";
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #30475d !important;
}

.header__phone {
  font-family: "Commissioner";
  font-weight: 600;
  font-size: 24px;
  line-height: 20px;
  color: #30475d !important;
  margin-bottom: 10px;
}

.header__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__time-icon {
  margin-right: 5px;
}

.header__time-text {
  font-family: "Commissioner";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #6e757c !important;
}

.header__bottom {
  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;
  padding-bottom: 10px;
}

.header__bottom .header__contact {
  display: none;
}

.header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 30px;
  background: none;
  outline: none;
  border: 2px solid #007adc !important;
  border-radius: 5px;
  margin-right: 60px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
}

@media (min-width: 767px) {
  .header__btn {
    display: none;
  }
}

.header__btn-text {
  font-family: "Commissioner";
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: #30475d !important;
  text-align: center;
}

.header__btn-text2 {
  font-family: "Commissioner";
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #30475d !important;
  text-align: center;
  padding-left: 5px;
  padding-bottom: 3px;
}

@media (max-width: 375px) {
  .header__buttoon-text {
    font-size: 15px;
  }

  .header__btn {
    padding: 10px 0px;
    margin-right: 1px;
  }

  .intro {
    background-position: 75%;
  }
}

.header__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 30px;
  background: none;
  outline: none;
  border: 2px solid #007adc !important;
  border-radius: 5px;
  margin-right: 60px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.header__button:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 122, 220, 0.2);
  box-shadow: 0 0 20px rgba(0, 122, 220, 0.2);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.header__call-btn {
  padding: 1px 15px;
  border: 2px solid #007adc !important;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}

.header__call-btn img {
  height: 27px;

}

.header__button-icon {
  width: 22px;
  height: 16px;
  position: relative;
  margin-right: 10px;
}

.header__button-icon span:nth-child(1) {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background-color: #007adc !important;
  position: absolute;
  top: 0;
  left: 0;
}

.header__button-icon span:nth-child(2) {
  width: 55%;
  height: 2px;
  display: block;
  background-color: #007adc !important;
  position: absolute;
  left: 0;
  top: 7px;
}

.header__button-icon span:nth-child(3) {
  content: "";
  width: 75%;
  height: 2px;
  display: block;
  background-color: #007adc !important;
  position: absolute;
  bottom: 0;
  left: 0;
}

.header__buttoon-text {
  font-family: "Commissioner";
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #30475d !important;
}

.header__burger {
  width: 40px;
  height: 35px;
  border: 2px solid #007adc !important;
  border-radius: 5px;
  position: relative;
  display: none;
  cursor: pointer;
}

.header__burger span:nth-child(1) {
  content: "";
  width: 80%;
  height: 2px;
  background-color: #007adc !important;
  display: block;
  position: absolute;
  left: 4px;
  top: 7px;
}

.header__burger span:nth-child(2) {
  width: 80%;
  height: 2px;
  background-color: #007adc !important;
  display: block;
  position: absolute;
  left: 4px;
  top: 15px;
}

.header__burger span:nth-child(3) {
  content: "";
  width: 80%;
  height: 2px;
  background-color: #007adc !important;
  display: block;
  position: absolute;
  left: 4px;
  bottom: 7px;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__list {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.header__list:not(:last-child) {
  margin-right: 45px;
}

.header__list::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #007adc !important;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.header__list:hover::before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.header__list:hover .header__link {
  font-weight: 400;
}

.header__link {
  font-family: "Commissioner";
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #30475d;
}

.header__list a.active {
  font-family: "Commissioner";
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #30475d;
  padding-bottom: 8px;
  border-bottom: 2px solid #007adc !important;
}

.dropdown__menu-right-item {
  display: none;
}

.dropdown__menu-right-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dropdown__menu-right-item-col {
  margin-right: 50px;
}

.header__dropdown {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 122, 220, 0.2);
  box-shadow: 0 0 20px rgba(0, 122, 220, 0.2);
  border-radius: 10px;
  display: none;
  width: 100%;
  max-width: 1200px;
  position: absolute;
  z-index: 100;
  margin-top: 10px;
  border: 2px solid rgba(0, 122, 220, 0.7);
}

.header__dropdown.open {
  display: block;
}

.dropdown__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dropdown__menu-left {
  padding: 40px 0;
  width: 30%;
  background-color: #8bcbfb;
  border-radius: 10px 0 0 10px;
}

.dropdown__list {
  padding: 15px 25px;
  cursor: pointer;
  font-family: "Commissioner";
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  position: relative;
}

.dropdown__list:hover::before {
  display: block;
}

.dropdown__list::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

.dropdown__list:hover {
  background-color: #295576;
  color: #fff;
}

.dropdown__menu-right {
  padding: 5px 40px;
  width: 80%;
  position: relative;
}

.dropdown__menu-right-list {
  padding: 15px 0;
  padding-left: 15px;
  font-family: "Commissioner";
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #30475d;
  position: relative;
  white-space: normal;
  display: inline-block;
  height: 50px;
  width: 300px;
  vertical-align: top
}

.dropdown__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 35px;
  height: 35px;
  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;
}

.dropdown__close:hover {
  fill: #007adc;
}

.intro__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.intro__info {
  width: 55%;
  max-width: 650px;
  position: relative;
  z-index: 50;
}

.intro__title {
  font-family: "Commissioner";
  font-weight: 600;
  font-size: 57px;
  line-height: 62px;
  color: #30475d;
  width: 100%;
  margin-top: 140px;
  margin-bottom: 30px;
}

.intro__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 430px;
  font-family: "Commissioner";
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  color: #30475d;
  margin-bottom: 95px;
}

.intro__subtitle p span {
  font-weight: 700;
}

.intro__subtitle img {
  margin-right: 20px;
}

.intro__btn {
  font-family: "Commissioner";
  font-weight: 700;
  font-size: 18px;
  line-height: 58px;
  color: #223342;
  text-transform: uppercase;
  padding: 30px 50px;
  text-shadow: 1px 0px 0px rgba(255, 255, 255, 0.35);
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffb256), to(#ffc682));
  background-image: linear-gradient(90deg, #ffb256 0%, #ffc682 100%);
  -webkit-box-shadow: 0px 25px 55px 0px rgba(255, 139, 0, 0.25), 0 1px 1px #d49448, 0 2px 2px #a97639;
  box-shadow: 0px 25px 55px 0px rgba(255, 139, 0, 0.25), 0 1px 1px #d49448, 0 2px 2px #a97639;
}

.intro__btn:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb256), to(#ffc682));
  background-image: linear-gradient(180deg, #ffb256 0%, #ffc682 100%);
}

.intro__img {
  position: absolute;
  z-index: 1;
  top: -3%;
  right: -10%;
  width: 60%;
}

.acc.visible {
  display: block;
}

.acc {
  display: none;
  position: absolute;
  width: 96%;
  z-index: 500;
  margin-top: 15px;
}

.acc__header {
  border-radius: 5px;
  background-color: #579fe8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 25px;
  cursor: pointer;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
}

.acc .bg-red {
  background-color: #30475d;
}

.acc .rotate {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  fill: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.acc__content {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  overflow: hidden;
  height: 0;
  background-color: #fff !important;
}

.acc__content p {
  padding: 10px 10px 10px 40px;
  margin: 0;
  color: #30475d;
}

.acc .opened {
  height: auto;
}

.burger__menu.show {
  display: block;
}

.burger__menu {
  height: auto;
  background-color: #30475d;
  opacity: 0.8;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 0;
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: 15px;
  z-index: 500;
  display: none;
}

.burger__menu-list {
  text-align: center;
}

.burger__menu-link:not(:last-child) {
  margin-bottom: 15px;
}

.burger__menu-link a {
  font-family: "Commissioner";
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}

@media (max-width: 1460px) {
  .intro__img {
    right: 0;
  }
  #reviews:target {
    padding-top: 150px;
    }
}

@media (max-width: 1170px) {
  #reviews:target {
    padding-top: 150px;
    }

  .intro__title {
    font-size: 50px;
    line-height: 48px;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .intro__img {
    position: relative;
    top: -5%;
    right: 0;
    width: 60%;
  }

  .intro__subtitle {
    font-size: 18px;
    line-height: 24px;
    max-width: 340px;
    margin-bottom: 60px;
  }

  .intro__subtitle img {
    width: 45px;
    margin-right: 15px;
  }

  .intro__btn {
    padding: 20px 30px;
  }

  .intro {
    padding-bottom: 0px;
  }

  .header__dropdown {
    width: 97%;
}
}

@media (max-width: 992px) {
  .header__list:not(:last-child) {
    margin-right: 15px;
  }
  .intro__title {
    font-size: 36px;
    line-height: 48px;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .intro__img {
    position: relative;
    top: -5%;
    right: 0;
    width: 48%;
  }

  .intro__subtitle {
    font-size: 18px;
    line-height: 24px;
    max-width: 340px;
    margin-bottom: 60px;
  }

  .intro__subtitle img {
    width: 45px;
    margin-right: 15px;
  }

  .intro__btn {
    padding: 20px 30px;
  }

  .intro {
    padding-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .header__contact {
    display: none;
  }

  .header__left {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .custom-logo-link {
    margin-right: 0;
  }

  .header__logo {
    margin-right: 10px;
    width: 155px;
    height: 40px;
  }

  .header__nav {
    display: none;
  }

  .header__burger {
    display: block;
  }

  .header__button {
    display: none;
  }

  .header__call-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .intro__title {
    font-size: 22px;
    line-height: 30px;
  }

  .intro__subtitle img {
    width: 35px;
  }

  .intro__subtitle {
    font-size: 13px;
    line-height: 18px;
    max-width: 240px;
  }

  .intro__btn {
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
  }
}

@media (max-width: 550px) {
  .intro {
    padding-top: 100px;
    background-position: 75%;
  }

  .intro__content {
    display: block;
  }

  .intro__img {
    position: relative;
    width: 95%;
    top: 0;
    right: 0;
  }

  .intro__info {
    width: 100%;
    text-align: center;
  }

  .intro__subtitle {
    margin: 0 auto 30px;
  }

  .intro__btn {
    display: inline-block;
  }

  .intro__subtitle img {
    margin-right: 0;
  }

  .acc {
    width: 94%;
  }

  .intro__title {
    font-size: 30px;
    line-height: 37px;
  }
}

@media (max-width: 480px) {
  .intro {
    padding-top: 115px;
  }
  .intro__page {
    padding-top: 130px;
  }

  .header__map img {
    height: auto;
    width: 50px;
    margin-right: 5px;
  }

  .header__city,
  .header__km {
    line-height: 15px;
  }

  .header__radius {
  }

  .header__btn {
    padding: 5px 15px;
    margin-right: 1px;
  }

  .intro__title {
    font-size: 30px;
    line-height: 37px;
  }

  .intro {
    padding-top: 75px;
    padding-bottom: 0;
  }
}

@media (max-width: 376px) {
  .intro__btn {
    font-size: 12px;
    line-height: 16px;
    padding: 10px;
  }

  .intro__subtitle {
    margin-bottom: 17px;
  }

  .intro {
    padding-top: 70px;
    background-position: 75%;
  }

  .intro__img {
    width: 90%;
    position: relative;
    right: -1%;
  }

  .intro__title {
    font-size: 26px;
    line-height: 33px;
  }

  .header__btn {
    margin-right: 1px;
  }

  .acc {
    width: 91%;
  }
}

.service {
  padding-top: 10px;
  padding-bottom: 100px;
  background: url("./images/service-bg.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}

.service__title {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  margin-bottom: 25px;
}

.service__title span {
  font-weight: 700;
}

.service__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.service__item {
  padding: 40px;
  background-color: #eceef0;
  min-height: 320px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service__item-1 {
  background: url(<?php echo CFS()->get('fon-images-block') ?>);
  background-position: center;
  background-size: cover;
  margin-top: 60px;
  background: linear-gradient(to top, black -15%, transparent 90%);
  opacity: 0.8;
  width: 100%;
  height: 60px;
  position: relative;
}

.service__item-2 {
  background: url("./images/s2.png") no-repeat;
  background-position: center;
  background-size: cover;
}

.service__item-3 {
  background: url("./images/s3.png") no-repeat;
  background-position: center;
  background-size: cover;
}

.service__item-4 {
  background: url("./images/s4.png") no-repeat;
  background-position: center;
  background-size: cover;
}

.service__item-5 {
  background: url("./images/s5.png") no-repeat;
  background-position: center;
  background-size: cover;
}

.service__item-6 {
  background: url("./images/s6.png") no-repeat;
  background-position: center;
  background-size: cover;
}

.service__header {
  width: 72%;
  max-width: 363px;
}

.service__header h3 {
  font-family: "Commissioner";
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #30475d;
  margin-bottom: 20px;
}

.service__header p {
  font-family: "Commissioner";
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #30475d;
}

.service__bottom {
  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;
}

.service__cal {
  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;
  padding: 10px 20px;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffb256), to(#ffc682));
  background-image: linear-gradient(90deg, #ffb256 0%, #ffc682 100%);
  -webkit-box-shadow: 0px 25px 55px 0px rgba(255, 139, 0, 0.25), 0 1px 1px #d49448, 0 2px 2px #a97639;
  box-shadow: 0px 25px 55px 0px rgba(255, 139, 0, 0.25), 0 1px 1px #d49448, 0 2px 2px #a97639;
}

.service__cal img {
  width: 100%;
}

.service__more {
  background-color: #f7fbff;
  padding: 10px;
  border-radius: 7px;
  font-family: "Commissioner";
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  border: 1px solid #82c0f3;
  color: #30465c;
}

@media (max-width: 992px) {
  .service {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .title {
    font-size: 33px;
    line-height: 40px;
  }

  .service__item {
    padding: 30px;
  }

  .service__header h3 {
    font-size: 20px;
    line-height: 23px;
  }

  .service__header p {
    font-size: 14px;
    line-height: 24px;
  }

  .service__item {
    min-height: 280px;
  }

  .service__cal {
    max-width: 120px;
  }

  .service__title {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .service__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .service__cal {
    max-width: 200px;
  }
}

@media (max-width: 480px) {
  .service__cal {
    max-width: 130px;
  }

  .service__item {
    padding: 25px;
  }
}

@media (max-width: 376px) {
  .service__header h3 {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 15px;
  }

  .service__header p {
    font-size: 12px;
    line-height: 18px;
  }

  .service__more {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .service__more img {
    margin-left: 5px;
  }

  .service__title {
    margin-bottom: 30px;
  }

  .title {
    font-size: 28px;
    line-height: 35px;
  }

  .service {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .service__item {
    padding-right: 15px;
  }
}

.compare {
  padding-top: 20px;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-bottom: 30px;
}
.compare__wrapper {

}

.compare__left {
  position: absolute;
  top: -6%;
  left: 15%;
}

.compare__right {
  position: absolute;
  bottom: 8%;
  right: 12%;
}

.compare__title {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.compare__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.compare__item {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  padding: 50px 50px 40px 40px;
  position: relative;
}

.compare__logo {
  position: absolute;
  top: -5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Commissioner";
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  width: 65%;
  color: #fff;
  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;
  padding: 10px;
  border-radius: 5px;
}

.compare__logo img {
  width: 40px;
  height: 46px;
  margin-right: 10px;
}

.compare__logo-plus {
  background-color: #49bb7b;
}

.compare__logo-minus {
  background-color: #f6705a;
}

.compare__logo-minus img {
  width: 40px;
  height: 46px;
}

.compare__head-plus {
  font-family: "Commissioner";
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  color: #49bb7b;
  margin-bottom: 30px;
}

.compare__list-plus li {
  font-family: "Commissioner";
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #30465c;
  padding-left: 33px;
  position: relative;
}

.compare__list-plus li::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("./images/plus.png") no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.compare__list-plus li:not(:last-child) {
  margin-bottom: 20px;
}

.compare__list-plus-line {
  padding-bottom: 35px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(195, 204, 209, 0.5);
}

.compare__head-minus {
  font-family: "Commissioner";
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  color: #f6705a;
  margin-bottom: 30px;
}

.compare__list-minus li {
  font-family: "Commissioner";
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #30465c;
  padding-left: 33px;
  position: relative;
}

.compare__list-minus li::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("./images/minus.png") no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.compare__list-minus li:not(:last-child) {
  margin-bottom: 20px;
}

.compare__list-minus-line {
  padding-bottom: 35px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(195, 204, 209, 0.5);
}

.swiper {
  padding: 45px 30px;
  width: 90%;
}

.swiper-button-prev {
  left: 10%;
}

.swiper-button-next {
  right: 10%;
}

@media (max-width: 1800px) {
  .compare__right {
    right: 0;
    width: 250px;
    bottom: 0;
  }

  .compare__left {
    left: 4%;
    width: 250px;
  }
}

@media (max-width: 992px) {
  .compare__left {
    left: 0;
    top: 0;
    width: 200px;
  }

  .swiper {
    width: 75% !important;
  }

  .compare {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .compare__title {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .swiper {
    width: 90% !important;
  }

  .swiper-button-prev {
    left: 2% !important;
  }

  .swiper-button-next {
    right: 2% !important;
  }

  .compare__right {
    right: -15%;
  }

  .compare__left {
    top: -5%;
    width: 150px;
  }
}

@media (max-width: 550px) {
  .compare__list-plus li {
    font-size: 12px;
    line-height: 18px;
  }

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

  .compare__list-minus li {
    font-size: 12px;
    line-height: 18px;
  }

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

  .compare__logo {
    font-size: 14px;
    padding: 5px;
  }

  .compare__logo img {
    width: 30px;
    height: 36px;
  }

  .compare__item {
    padding: 40px 5px 20px;
  }

  .compare__list-plus-line,
  .compare__list-minus-line {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }

  .compare__right {
    display: none;
  }

  .compare__left {
    display: none;
  }
}

@media (max-width: 390px) {
  .swiper {
    width: 100% !important;
  }

  .compare__item {
    padding: 40px 5px 20px;
  }

  .compare__title {
    margin-bottom: 25px;
  }

  .compare__logo {
    width: 75%;
  }

  .compare__list-plus li::before,
  .compare__list-minus li::before {
    width: 15px;
    height: 15px;
  }

  .compare__list-plus li,
  .compare__list-minus li {
    padding-left: 25px;
  }
}

.header__acc {
  width: 100%;
  position: absolute;
  left: 0;
  border-radius: 5px !important;
}

.acc__header {
  background-color: #30475d;
  border-radius: 5px;
  opacity: 0.8;
  font-family: "Commissioner";
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #fff !important;
}