@import url('/wp-content/themes/noalkononarko/src/scss/fonts.css');
body {
  background: #fff;
  color: #26394F;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  font-family: 'Roboto', sans-serif;
}
.header__menu-right-phone {
  margin: 0px 10px 0px 0px;
  display: inline-block;
  font-size: 24px;
  line-height: 32px;
  vertical-align: middle;
  font-weight: 700;
}
ul {
  padding: 0;
}
ul.list-style {
  list-style: none;
}
ul.list-style li {
  position: relative;
  padding-left: 30px;
}
ul.list-style li:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 10px;
  left: 0;
  top: calc(50% - 5px);
  background-color: #75E5B6;
}
.container-fluid {
  width: 95%;
}
a {
  color: unset;
  cursor: pointer;
}
a:hover {
  color: unset;
  text-decoration: none;
}
.link {
  color: #75E5B6;
  text-decoration: none;
}
.link:hover {
  color: #75E5B6;
  text-decoration: underline;
}
.title {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}
.title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 70%;
  background-color: #26394F;
}
.section {
  padding: 60px 0;
}
.page-section {
  padding: 220px 0 40px;
  background: #e8f4fc;
  background: linear-gradient(180deg, #e8f4fc 10%, white 100%);
}
.page-section--no-menu {
  padding: 60px 0 40px;
}
.square-icon {
  position: absolute;
  background: #F7FCFA;
  border-radius: 50px;
  z-index: -1;
}
.form__block {
  margin-bottom: 15px;
}
.form__input {
  padding: 12px 20px;
  height: 50px;
}
.form-check .form-check-label {
  font-size: 15px;
  font-weight: 300;
}
.form-check .form-check-label a {
  color: #163EEA;
  text-decoration: underline;
}
.form-check .form-check-label a:hover {
  text-decoration: none;
}
button:focus {
  outline: none;
}
.button {
  padding: 12px 35px;
  text-align: center;
  border-radius: 7px;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}
.button--transparent {
  background: transparent;
  border: 1px solid #163EEA;
  color: #163EEA;
}
.button--transparent:hover {
  background-color: #163EEA;
  color: #fff;
}
.button--green {
  border: none;
  background: radial-gradient(100% 100% at 50% 0%, #9DFFC4 0%, #3ED797 100%);
}
.button--green:hover {
  background: radial-gradient(100% 100% at 50% 0%, #B7FEED 0%, #00CDA8 100%);
  box-shadow: 0px 3px 15px #3ED7B2;
}
.button--blue {
  border: none;
  background: #163EEA;
  color: #fff;
}
.button--blue:hover {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), #163EEA;
  box-shadow: 0px 3px 15px #7C95FF;
}
.custom-nav.owl-carousel {
  display: block !important;
}
.custom-nav.owl-carousel .owl-nav .owl-prev, .custom-nav.owl-carousel .owl-nav .owl-next {
  position: absolute !important;
  top: -60px !important;
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  color: #26394F;
  box-shadow: 0px 3px 15px rgba(38, 57, 79, 0.15);
  border-radius: 5px;
  opacity: 0.6;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s;
}
.custom-nav.owl-carousel .owl-nav .owl-prev:hover, .custom-nav.owl-carousel .owl-nav .owl-next:hover {
  color: #163EEA !important;
  background: #fff;
  opacity: 1;
}
.custom-nav.owl-carousel .owl-nav .owl-prev span, .custom-nav.owl-carousel .owl-nav .owl-next span {
  line-height: 0.6;
  font-size: 42px;
}
.custom-nav.owl-carousel .owl-nav .owl-prev {
  right: 55px !important;
}
.custom-nav.owl-carousel .owl-nav .owl-prev span {
  padding: 0px 4px 0px 0px;
}
.custom-nav.owl-carousel .owl-nav .owl-next {
  right: 0 !important;
}
.custom-nav.owl-carousel .owl-nav .owl-next span {
  padding: 0px 0px 0px 4px;
}
.custom-nav.owl-carousel button {
  outline: none;
}
.header {
  padding: 15px 0px;
}
.header--mobile {
  display: none;
}
.header__main {
  width: 100%;
  margin: 0 0 0 0;
  position: fixed;
  top: 0;
  z-index: 1000;
  background: #e8f4fc;
}
.header--dark {
  background-color: #26394F;
  color: #fff;
  padding: 5px 0px;
}
.header.hide {
  display: none;
}
.header__list {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  height: 100%;
}
.header__list-item {
  margin: 0px 30px 0px 0px;
  font-size: 14px;
  font-weight: 400;
}
.header__list-item:last-child {
  margin: 0px;
}
.header__list-item a {
  color: #fff;
}
.header__list-item a:hover {
  color: #fff;
  text-decoration: underline !important;
}
.header__info {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
}
.header__city {
  font-size: 15px;
}
.header__city__icon {
  margin-right: 10px;
}
.header__city__choose {
  color: #75E5B6;
  font-weight: 500;
}
.header__phone {
  display: inline-block;
  padding: 0 10px;
  font-size: 15px;
}
.header__phone a {
  color: #fff;
  transition: color 0.3s;
}
.header__phone a:hover {
  color: #75E5B6;
}
.header__phone__icon {
  margin-right: 10px;
}
.header__whatsapp {
  display: inline-block;
  margin-right: 10px;
}
.header__whatsapp img {
  width: auto;
  height: 50px;
}
.header__anonymous {
  display: inline-block;
  padding-left: 5px;
  font-size: 12px;
}
.header__button.button {
  max-width: 100%;
  padding: 10px 35px;
  margin-right: 10px;
}
.header__button.button:last-child {
  margin-right: 0;
}
.header__logo-text {
  margin-left: 25px;
}
.logo {
  margin-bottom: 0 !important;
}
.logo--header {
  display: inline-block;
  vertical-align: middle;
}
.logo--header .logo__annotation {
  display: inline-block;
  width: 100%;
}
.logo--footer .logo__title {
  color: #fff;
}
.logo__title {
  font-weight: 700;
  text-transform: uppercase;
}
.logo__text {
  display: inline-block;
  margin-left: 25px;
  vertical-align: middle;
}
.menu.fixed {
  background-color: #fff;
  box-shadow: 0px 4px 20px rgba(38, 57, 79, 0.17);
}
.menu.fixed .menu__block {
  box-shadow: none;
}
.menu ul {
  list-style: none;
}
.menu__block {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  background-color: #fff;
  box-shadow: 0px 5px 30px rgba(38, 57, 79, 0.17);
  border-radius: 10px;
}
.menu__dropdown__block {
  position: relative;
  flex: 0 0 calc(100% / 5);
  max-width: calc(100% / 5);
  margin: 0px;
  list-style: none;
  text-align: center;
  border-right: 1px solid rgba(38, 57, 79, 0.2);
}
.menu__dropdown__block:last-child {
  border-right: none;
}
.menu__dropdown__block:hover .menu__dropdown__items {
  display: block;
}
.menu__dropdown__block:hover .menu__dropdown__title {
  text-decoration: none;
}
.menu__dropdown__block--second {
  flex: auto;
  position: relative;
}
.menu__dropdown__block--second:hover .menu__dropdown__items--second {
  display: flex;
}
.menu__dropdown__block--second:hover .menu__dropdown__items--third {
  display: block;
  background: #E7EBFF;
}
.menu__dropdown__block--second:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='3' viewBox='0 0 6 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.88662 2.89958C5.73545 3.03347 5.49036 3.03347 5.33918 2.89958L3 0.82773L0.660816 2.89958C0.509645 3.03347 0.264548 3.03347 0.113378 2.89958C-0.0377927 2.76568 -0.0377926 2.5486 0.113378 2.41471L2.72628 0.10042C2.87745 -0.0334738 3.12255 -0.0334737 3.27372 0.10042L5.88662 2.41471C6.03779 2.5486 6.03779 2.76569 5.88662 2.89958Z' fill='%23005A8C'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 10px;
  top: calc(50% - (6px / 2));
  height: 6px;
  width: 12px;
  transform: rotate(90deg);
}
.menu__dropdown__title {
  display: block;
  position: relative;
  width: 100%;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #26394F;
}
.menu__dropdown__title:hover {
  color: #26394F;
}
.menu__dropdown__items {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 10px 0px;
  z-index: 50;
  background: #E7EBFF;
  list-style: none;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1), 0px 2px 5px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.menu__dropdown__items--second {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0px;
  right: -245px;
  width: 250px;
  background: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15), 0px 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  display: none;
}
.menu__dropdown__items--second li {
  display: block;
}
.menu__dropdown__items--third {
  top: 0px;
  right: -245px;
}
.menu__dropdown__items--wide {
  width: 400px;
}
.menu__dropdown__items li {
  text-align: left;
  padding: 5px 15px;
  line-height: 1.2;
}
.menu__dropdown__item {
  position: relative;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  color: #1e1e1e;
  transition: font-weight 0.2s ease-in-out;
  cursor: pointer;
}
.menu__dropdown__item:hover {
  font-weight: 700;
  text-decoration: none;
}
.main {
  padding: 280px 0 60px;
  background-image: url('/wp-content/themes/noalkononarko/src/scss/../img/main-bg.jpg');
  background-size: cover;
}
.main__title {
  font-size: 46px;
}
.main__title:after {
  width: 40%;
}
.main__subtitle {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 30px;
}
.main__list {
  margin-bottom: 60px;
  list-style: none;
  column-count: 2;
}
.main__list li {
  font-size: 20px;
  margin-bottom: 10px;
}
.main__desc {
  margin-bottom: 20px;
  font-size: 20px;
}
.main__form__title {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
}
.main__form__img {
  position: absolute;
  top: -30px;
  right: 0px;
}
.main__form .form__button {
  width: 100%;
}
.steps {
  position: relative;
}
.steps__item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 30px 90px 30px 15px;
  margin-bottom: 40px;
  min-height: 300px;
  background: #FFFFFF;
  box-shadow: 0px 5px 30px rgba(38, 57, 79, 0.1);
  border-radius: 10px;
}
.steps__item:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 105%;
  background-color: #75E5B6;
  border-radius: 10px 10px 10px 0px;
}
.steps__item__title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 25px;
}
.steps__item__subtitle {
  font-size: 16px;
}
.steps__item__icon {
  position: absolute;
  right: 3px;
  bottom: 23%;
  z-index: 2;
  max-width: 83px;
}
.steps .col-lg-4:last-child .steps__item {
  margin-bottom: 0;
}
.steps__square-icon--1 {
  width: 300px;
  height: 300px;
  left: 0;
  top: 30%;
}
.steps__square-icon--2 {
  width: 300px;
  height: 300px;
  right: 0;
  top: 80%;
}
.services {
  position: relative;
}
.services .title {
  margin-bottom: 20px;
}
.services__subtitle {
  margin-bottom: 30px;
}
.services__item {
  margin: 5px;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(38, 57, 79, 0.1);
  border-radius: 10px;
}
.services__item__header {
  position: relative;
  padding: 20px 45px 0 20px;
  margin-bottom: 40px;
}
.services__item__header:after {
  content: '';
  position: absolute;
  right: 0;
  top: -10px;
  width: 40px;
  height: 40px;
  background-color: #75E5B6;
  border-radius: 10px 10px 10px 0px;
}
.services__item__header a {
  transition: color 0.3s;
}
.services__item__header a:hover {
  color: #00CDA8;
}
.services__item__icon {
  display: unset;
  position: absolute;
  right: 8px;
  top: 0px;
  width: 25px !important;
  height: 25px;
  z-index: 2;
}
.services__item__body {
  padding: 0 20px 20px;
}
.services__item__title {
  font-weight: 700;
  font-size: 20px;
}
.services__item__list {
  margin-bottom: 20px;
}
.services__item__list li {
  margin-bottom: 12px;
}
.services__item__list li a {
  transition: color 0.3s;
}
.services__item__list li a:hover {
  color: #00CDA8;
}
.services__item__price {
  color: #163EEA;
  font-size: 25px;
}
.services .col-lg-3.col-md-6:last-child .services__item {
  margin-bottom: 0;
}
.services__square-icon--1 {
  width: 500px;
  height: 500px;
  right: 0;
  top: 50%;
}
.benefits {
  position: relative;
}
.benefits__item {
  position: relative;
  padding: 32px 15px 20px 100px;
  margin-bottom: 40px;
  min-height: 275px;
  background: #FFFFFF;
  box-shadow: 0px 5px 30px rgba(38, 57, 79, 0.1);
  border-radius: 10px;
}
.benefits__item:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 65px;
  height: 105%;
  background-color: #75E5B6;
  border-radius: 10px 10px 0px 10px;
}
.benefits__item__title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 25px;
}
.benefits__item__icon {
  position: absolute;
  left: 0;
  bottom: 23%;
  z-index: 2;
  max-width: 100px;
}
.benefits .col-lg-4:last-child .benefits__item {
  margin-bottom: 0;
}
.benefits__square-icon--1 {
  width: 200px;
  height: 200px;
  left: 0;
  top: 0;
}
.benefits__square-icon--2 {
  width: 500px;
  height: 500px;
  right: 0;
  top: 20%;
}
.tariffs {
  position: relative;
}
.tariffs__item {
  margin: 5px;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(38, 57, 79, 0.1);
  border-radius: 10px;
}
.tariffs .col-lg-4:last-child .tariffs__item {
  margin-bottom: 0;
}
.tariffs__header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.tariffs__body {
  padding: 0 20px;
}
.tariffs__name {
  position: relative;
  margin-top: -10px;
  padding: 16px 5px;
  background: #75E6B6;
  border-radius: 10px 10px 0px 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.tariffs__icon {
  position: relative;
  cursor: pointer;
}
.tariffs__icon:before {
  content: attr(data-tooltip);
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 200px;
  height: max-content;
  bottom: 30px;
  left: calc(50% - 70px);
  padding: 10px;
  line-height: 1.3;
  background: #FFFFFF;
  box-shadow: 0px 5px 30px rgba(38, 57, 79, 0.1);
  border-radius: 10px;
  border-radius: 10px;
}
.tariffs__icon:hover:before {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s;
  color: #26394F;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}
.tariffs__icon img {
  display: unset !important;
  width: unset !important;
}
.tariffs__price {
  padding: 0 10px;
  font-size: 21px;
  color: #163EEA;
  text-align: center;
}
.tariffs__list {
  margin: 0;
}
.tariffs__list li {
  margin-bottom: 10px;
}
.tariffs__button {
  width: 100%;
  padding: 15px 0;
  margin: 20px 0;
  font-size: 15px;
}
.tariffs__square-icon--1 {
  width: 200px;
  height: 200px;
  left: 0;
  top: 80%;
}
.callback {
  padding: 100px 0;
  background-size: cover;
}
.callback--one {
  background-image: url('/wp-content/themes/noalkononarko/src/scss/../img/callback-bg.png');
}
.callback--two {
  background-image: url('/wp-content/themes/noalkononarko/src/scss/../img/callback-2-bg.png');
}
.callback--three {
  background-image: url('/wp-content/themes/noalkononarko/src/scss/../img/callback-3-bg.png');
}
.callback__form {
  position: relative;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 5px 30px rgba(38, 57, 79, 0.17);
  border-radius: 20px;
}
.callback__title {
  font-size: 36px;
}
.callback__subtitle {
  margin-bottom: 30px;
  font-size: 20px;
}
.callback__image-phone {
  position: absolute;
  bottom: -40px;
  right: -56px;
}
.callback__image-phone__box {
  position: relative;
  height: 100%;
}
.callback .form__button {
  width: 100%;
}
.mission {
  position: relative;
  margin: -200px 0px 0px 0px;
}
.mission__text {
  max-height: 170px;
  overflow: hidden;
}
.mission__text.active {
  max-height: unset;
  overflow: unset;
}
.mission__more {
  margin-top: 20px;
  background-color: transparent;
  border: none;
  color: #163EEA;
  text-decoration: underline;
}
.mission__more:hover {
  text-decoration: none;
}
.mission__small .slick-slide {
  height: 100px;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}
.mission__square-icon--1 {
  width: 200px;
  height: 200px;
  right: 0;
  top: 80%;
}
.offer {
  background-image: url('/wp-content/themes/noalkononarko/src/scss/../img/offer-bg.png');
  background-size: cover;
  background-position: right;
}
.offer__form {
  position: relative;
}
.offer__img {
  position: absolute;
  top: -100px;
  right: -100px;
}
.offer__block {
  margin-bottom: 30px;
}
.offer__label {
  font-size: 14px;
  font-weight: 700;
  margin: 0px 0px 10px 0px;
}
.offer__select {
  background-color: #fff;
}
.offer__select .offer__text:before {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='3' viewBox='0 0 6 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.88662 2.89958C5.73545 3.03347 5.49036 3.03347 5.33918 2.89958L3 0.82773L0.660816 2.89958C0.509645 3.03347 0.264548 3.03347 0.113378 2.89958C-0.0377927 2.76568 -0.0377926 2.5486 0.113378 2.41471L2.72628 0.10042C2.87745 -0.0334738 3.12255 -0.0334737 3.27372 0.10042L5.88662 2.41471C6.03779 2.5486 6.03779 2.76569 5.88662 2.89958Z' fill='%23005A8C'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  right: 10px;
  top: calc(50% - (12px / 2));
  height: 6px;
  width: 12px;
  transform: rotate(180deg);
}
.offer__text {
  position: relative;
  border-radius: 2px;
  border: 1px #ccc solid;
  padding: 14px 30px 14px 14px;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.offer__dropdown {
  display: none;
}
.offer__dropdown.active {
  display: block;
}
.offer__dropdown-backdrop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 15;
}
.offer__dropdown-block {
  position: absolute;
  z-index: 16;
  background: #fff;
  width: 100%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.offer__dropdown-block span {
  padding: 10px 20px;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
.offer__dropdown-block span.hide {
  display: none;
}
.offer__dropdown-block span:hover {
  color: #3ED797;
}
.faq__accordion__text a {
  color: #007bff;
  text-decoration: underline !important;
}
.article-helpful__item {
  display: block;
  margin: 8px;
  background: #FFFFFF;
  box-shadow: 0px 5px 10px rgba(120, 175, 230, 0.1);
  border-radius: 10px;
  padding: 15px;
}
.article-helpful__item__header {
  width: 80%;
  margin-top: -8px;
  padding: 10px;
  background: #75E6B6;
  border-radius: 10px 10px 10px 0px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.article-helpful__item__img img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  object-position: center;
  height: 200px;
}
.article-helpful__item__text {
  font-size: 18px;
  margin: 10px 0px 0px 0px;
}
.specialists {
  position: relative;
}
.specialists__item {
  margin: 5px;
  background: #FFFFFF;
  box-shadow: 0px 5px 30px rgba(38, 57, 79, 0.1);
  border-radius: 10px;
}
.specialists__item__img {
  display: block;
  margin: 0 auto;
}
.specialists__item__info {
  padding: 15px;
  width: 103%;
  background: #75E6B6;
  border-radius: 0px 10px 10px 0px;
  text-align: center;
}
.specialists__item__job {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 700;
}
.specialists__item__name {
  font-size: 15px;
}
.specialists__square-icon--1 {
  width: 400px;
  height: 400px;
  left: 0;
  top: 80%;
}
.testimonials {
  position: relative;
}
.testimonials__item {
  position: relative;
  padding: 20px;
  margin: 0px;
  background: #FFFFFF;
  box-shadow: 0px 5px 10px rgba(120, 175, 230, 0.1);
  border-radius: 10px;
}
.testimonials__item__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 25px;
  width: calc(100% - 140px);
}
.testimonials__item__photo {
  width: 45px !important;
  height: 45px;
  margin-right: 10px;
}
.testimonials__item__name {
  font-weight: 700;
  font-size: 18px;
}
.testimonials__item__name span {
  font-size: 15px;
  font-weight: 300;
}
.testimonials__item__type {
  position: absolute;
  right: 0;
  top: 0px;
  width: 200px;
  padding: 10px;
  background-color: #75E5B6;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 10px 10px 10px 0px;
  text-align: center;
}
.testimonials__item__text {
  font-size: 15px;
  max-height: 130px;
  overflow: hidden;
}
.testimonials__item__text.active {
  max-height: unset;
  overflow: unset;
}
.testimonials__item__more {
  margin-top: 20px;
  background-color: transparent;
  border: none;
  color: #163EEA;
  text-decoration: underline;
  cursor: pointer;
}
.testimonials__item__more:hover {
  text-decoration: none;
}
.testimonials__square-icon--1 {
  width: 400px;
  height: 400px;
  right: 0;
  top: 80%;
}
.videos {
  position: relative;
}
.videos__square-icon--1 {
  width: 400px;
  height: 400px;
  right: 0;
  top: 50%;
}
.price__header {
  display: flex;
  align-items: center;
}
.price__title {
  display: inline-block;
}
.price__tabs {
  margin: 0 0 40px 40px;
  display: block;
  white-space: nowrap;
  overflow: auto;
}
.price__select {
  display: none;
  margin-bottom: 20px;
  width: 100%;
  padding: 10px;
  color: #163EEA;
  border: 1px solid #163EEA;
  border-radius: 7px;
}
.price__tab {
  margin: 0 10px 10px 0;
  padding: 20px 30px;
  background: transparent;
  border: 1px solid #163EEA;
  border-radius: 10px;
  color: #163EEA;
  transition: background-color 0.3s;
  cursor: pointer;
}
.price__tab:hover {
  background-color: #75E6B6;
  border: 1px solid #75E6B6;
  color: #fff;
  transition: 0.3s;
}
.price__tab:focus {
  outline: none;
}
.price__tab.active {
  background-color: #75E6B6;
  border: 1px solid #75E6B6;
  color: #fff;
  transition: 0.3s;
}
.price__block {
  display: none;
}
.price__block.active {
  display: block;
}
.price__item {
  margin-bottom: 30px;
  background: #FFFFFF;
  box-shadow: 0px 5px 30px rgba(38, 57, 79, 0.1);
  border-radius: 10px;
}
.price__item:last-child {
  margin-bottom: 0;
}
.price__item__name {
  padding: 15px;
  background: #75E6B6;
  border-radius: 10px 10px 10px 0px;
  color: #26394F;
  font-weight: 700;
  font-size: 25px;
}
.price__item__price {
  padding: 15px;
  font-size: 25px;
  color: #163EEA;
}
.price__item__list {
  padding: 15px;
  columns: 2;
}
.price__item__list li {
  margin-bottom: 10px;
}
.faq__accordion__item {
  margin-bottom: 30px;
  cursor: pointer;
}
.faq__accordion__item.active .faq__accordion__text {
  max-height: unset;
  padding: 15px;
}
.faq__accordion__item.active .faq__accordion__title {
  border-radius: 10px 10px 0px 0px;
}
.faq__accordion__item.active .faq__accordion__title:after {
  content: "";
  background-image: url('/wp-content/themes/noalkononarko/src/scss/../img/faq-close.png');
  background-color: #163EEA;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px 10px 10px 0px;
}
.faq__accordion__title {
  position: relative;
  padding: 15px 50px 15px 15px;
  font-size: 18px;
  font-weight: 700;
  background: #FFFFFF;
  box-shadow: 0px 5px 30px rgba(38, 57, 79, 0.1);
  border-radius: 10px;
}
.faq__accordion__title:after {
  content: "";
  position: absolute;
  right: -5px;
  top: -5px;
  width: 50px;
  height: 50px;
  background-image: url('/wp-content/themes/noalkononarko/src/scss/../img/faq-quest.png');
  background-repeat: no-repeat;
  background-position: center;
  background-color: #75E6B6;
  border-radius: 10px 10px 10px 0px;
  transition: all 0.3s;
}
.faq__accordion__text {
  background: #E7EBFF;
  box-shadow: 0px 5px 30px rgba(38, 57, 79, 0.1);
  border-radius: 0px 0px 10px 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.faq__accordion__text ul {
  padding-left: 20px;
  list-style: disc;
  margin: 5px 0;
}
.faq__accordion__text ul li {
  margin-bottom: 5px;
}
.faq__accordion__text p {
  margin-bottom: 5px;
}
.faq__accordion__icon {
  position: absolute;
  right: 12px;
  top: 9px;
  z-index: 2;
}
.faq__hidden-block {
  display: none;
}
.articles__item {
  display: block;
  margin: 5px;
  background: #FFFFFF;
  box-shadow: 0px 5px 10px rgba(120, 175, 230, 0.1);
  border-radius: 10px;
}
.articles__item__img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px 10px 0px 0px;
}
.articles__item__info {
  display: block;
  padding: 20px;
}
.articles__item__title {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 20px;
}
.articles__item__link {
  display: block;
  color: #163EEA;
  text-decoration: underline;
  font-size: 15px;
}
.articles__item__link:hover {
  color: #163EEA;
  text-decoration: none;
}
.payment__title {
  margin-bottom: 30px;
}
.payment .article-date {
  margin-bottom: 80px;
}
.payment__item {
  background: #FFFFFF;
  box-shadow: 0px 5px 30px rgba(38, 57, 79, 0.1);
  border-radius: 10px;
}
.payment__item__header {
  position: relative;
  width: 100%;
  height: 120px;
  background: #75E6B6;
  border-radius: 10px 10px 0px 0px;
}
.payment__item__icon {
  position: absolute;
  bottom: 0;
  left: calc(50% - 160px / 2);
  width: 160px;
}
.payment__item__text {
  padding: 20px;
  text-align: center;
  background: #FFFFFF;
  font-size: 25px;
  font-weight: 700;
  border-radius: 0px 0px 10px 10px;
}
.sign {
  position: relative;
}
.sign__list__item {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}
.sign__list__item:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 10px;
  left: 0;
  top: calc(50% - 5px);
  background-color: #75E5B6;
}
.sign__list__item:hover .sign__info {
  opacity: 1;
  z-index: 2;
}
.sign__info {
  display: block;
  position: absolute;
  opacity: 0;
  font-size: 14px;
  width: 240px;
  height: auto;
  background: #FFFFFF;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  border: 1px #fff solid;
  border-radius: 4px;
  padding: 20px;
  left: 0;
  bottom: 30px;
  transition: 0.3s;
  z-index: -1;
}
.sign__square-icon--1 {
  width: 400px;
  height: 400px;
  left: 0;
  top: 10%;
}
.types__select {
  display: none;
  margin-bottom: 20px;
  width: 100%;
  padding: 10px;
  color: #163EEA;
  border: 1px solid #163EEA;
  border-radius: 7px;
}
.types__tab {
  display: block;
  padding: 15px;
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
  background-color: #fff;
  color: #163EEA;
  border: 1px solid #163EEA;
  box-sizing: border-box;
  border-radius: 10px;
  cursor: pointer;
}
.types__tab.active, .types__tab:hover {
  background: #75E6B6;
  border: 1px solid #75E6B6;
  border-radius: 10px;
  font-weight: 700;
  color: #fff;
}
.types__item {
  display: none;
  padding: 30px;
  background: #FFFFFF;
  box-shadow: 0px 5px 30px rgba(38, 57, 79, 0.1);
  border-radius: 15px;
}
.types__item.active {
  display: block;
}
.types__item__title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 30px;
}
.types__item__text {
  max-height: 300px;
  overflow: hidden;
}
.types__item__text.active {
  max-height: unset;
  overflow: unset;
}
.types__item__more {
  margin-top: 20px;
  background-color: transparent;
  border: none;
  color: #163EEA;
  text-decoration: underline;
  cursor: pointer;
}
.types__item__more:hover {
  text-decoration: none;
}
.promo {
  position: relative;
}
.promo__item {
  display: block;
  margin: 8px;
  background: #FFFFFF;
  box-shadow: 0px 5px 10px rgba(120, 175, 230, 0.1);
  border-radius: 10px;
}
.promo__item__header {
  width: 80%;
  margin-top: -8px;
  padding: 10px;
  background: #75E6B6;
  border-radius: 10px 10px 10px 0px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.promo__item__text {
  padding: 15px 30px;
  font-size: 15px;
  font-weight: 300;
}
.promo__item__link {
  display: block;
  margin-top: 15px;
  color: #163EEA;
  text-decoration: underline;
  font-size: 15px;
  cursor: pointer;
}
.promo__item__link:hover {
  color: #163EEA;
  text-decoration: none;
}
.promo__square-icon--1 {
  width: 400px;
  height: 400px;
  left: 0;
  top: 20%;
}
.footer {
  padding: 70px 0;
  background: #26394F;
  color: #fff;
}
.footer__copy {
  margin: 15px 0 50px;
  font-size: 15px;
}
.footer__search {
  position: relative;
  margin-bottom: 40px;
}
.footer__search input, .footer__search button {
  outline: none;
}
.footer__search input {
  width: 100%;
  height: 42px;
  padding-left: 15px;
  border: 1px solid #fff;
  border-radius: 4px;
}
.footer__search button {
  position: relative;
  height: 26px;
  width: 26px;
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  background: none;
  border: none;
}
.footer__search button:before {
  content: "";
  position: absolute;
  top: calc(50% - 11px);
  right: 22px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.005 512.005' style='enable-background:new 0 0 512.005 512.005;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M505.749,475.587l-145.6-145.6c28.203-34.837,45.184-79.104,45.184-127.317c0-111.744-90.923-202.667-202.667-202.667 S0,90.925,0,202.669s90.923,202.667,202.667,202.667c48.213,0,92.48-16.981,127.317-45.184l145.6,145.6 c4.16,4.16,9.621,6.251,15.083,6.251s10.923-2.091,15.083-6.251C514.091,497.411,514.091,483.928,505.749,475.587z M202.667,362.669c-88.235,0-160-71.765-160-160s71.765-160,160-160s160,71.765,160,160S290.901,362.669,202.667,362.669z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.footer__contacts {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
.footer__contacts li {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.1;
}
.footer__contacts li a {
  transition: 0.3s;
}
.footer__contacts li a:hover {
  color: #75E6B6;
}
.footer__contacts li span {
  display: inline-block;
  width: 85%;
  vertical-align: middle;
}
.footer__contacts__icon {
  display: inline-block;
  margin-right: 12px;
  width: 20px;
  height: auto;
}
.footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
  columns: 3;
}
.footer__list li {
  margin-bottom: 10px;
  font-size: 14px;
}
.footer__list li a {
  transition: color 0.3s;
}
.footer__list li a:hover {
  color: #75E6B6;
}
.footer__bottom {
  margin-top: 50px;
}
.footer__subtext {
  font-size: 13px;
}
.footer__link {
  font-size: 13px;
  text-decoration: underline !important;
}
.footer__link:hover {
  text-decoration: none !important;
}
.footer__district {
  width: 100%;
  padding: 10px;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  margin: 10px 0px 0px 0px;
  color: #fff;
  background-color: transparent;
}
.footer__district option {
  color: #26394F;
}
.footer__button {
  width: 100%;
  margin-top: 20px;
}
.footer__share {
  margin: 15px 0;
  font-size: 16px;
}
.footer__share .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
  margin-right: 8px;
}
.footer__share__text {
  margin-bottom: 5px;
}
.vis__block {
  margin: 10px 0 0 0;
}
.vis__button {
  outline: none !important;
  text-align: left;
  margin: 0px 0px 15px;
  background: transparent;
  color: #fff;
  border: none;
  padding: 0px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
}
.vis__button:hover {
  text-decoration: underline;
}
.breadcrumbs {
  line-height: 1;
  margin: 20px 0 40px 0 !important;
  padding: 0;
}
.breadcrumbs__item {
  display: inline-block;
  position: relative;
  margin-right: 44px;
  font-size: 16px;
}
.breadcrumbs__item a {
  color: #000;
  transition: color 0.3s;
}
.breadcrumbs__item a:hover {
  color: #163EEA;
  text-decoration: none;
}
.breadcrumbs__item::before {
  content: '';
  position: absolute;
  left: -32px;
  width: 11px;
  height: 11px;
  border-color: currentColor;
  transform: rotate(45deg);
  border: 2px solid;
  border-left: none;
  border-bottom: none;
  top: 2px;
}
.breadcrumbs__item:first-child::before {
  content: none;
}
.breadcrumbs__item span {
  color: #818181;
}
.modal-custom .modal-header {
  border-bottom: none;
}
.modal-custom .modal-header .modal-title {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
}
.modal-custom .modal-body {
  padding: 0 1rem;
}
.modal-custom .modal-footer {
  border-top: 0;
  display: block;
}
.modal-custom__input {
  margin-bottom: 10px;
}
.modal-custom__input:last-child {
  margin-bottom: 0;
}
.modal-custom__btn {
  width: 100%;
}
.modal__error-icon {
  width: 180px;
  display: block;
  margin: 0 auto;
}
.modal__error-icon svg {
  max-width: 100%;
  height: auto;
}
.modal__error-text {
  margin-top: 18px;
  text-align: center;
  font-weight: 700;
}
.accept-block {
  display: block;
  width: 100%;
  line-height: 1;
  font-size: 14px;
  padding-left: 0;
  margin-top: 15px;
}
.accept-block a {
  color: #163EEA !important;
  text-decoration: underline !important;
}
.accept-block a:hover {
  color: #163EEA !important;
  text-decoration: none !important;
}
.page-privacy__annotation {
  font-size: 16px;
  margin: 0px 0px 15px 0px;
}
.page-privacy__content {
  margin-bottom: 20px;
}
.page-privacy__content__title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
.page-privacy__content__text {
  font-size: 16px;
  margin-bottom: 15px;
}
.page-privacy__content__circle {
  list-style: none;
}
.page-privacy__content__circle li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 8px;
}
.page-privacy__content__circle li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 17px;
  height: 17px;
  background-position: center;
  background-size: cover;
  background-image: url("/wp-content/themes/noalkononarko/src/scss/../img/check.png");
}
.page-privacy__content__list--inside {
  margin: 5px 0px 0px 0px;
  padding: 0px;
  list-style: none;
}
.page-privacy__content__list--inside li:after {
  display: none;
}
.page-reviews .testimonials__item {
  margin-bottom: 20px;
}
.page-sertificates .sertificates__carousel__item {
  margin-bottom: 30px;
}
.page-price .price__item {
  margin-bottom: 30px;
}
.page-about__text {
  margin-bottom: 30px;
}
.page-about__img {
  margin-bottom: 30px;
  height: 300px;
  width: unset;
}
.page-about__img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  border-radius: 4px;
}
.page-about__benefits {
  margin-top: 30px;
}
.page-contacts__subtitle {
  font-size: 28px;
  font-weight: 700;
}
.page-contacts__bold {
  font-size: 22px;
  font-weight: 700;
}
.page-contacts__info {
  margin-bottom: 30px;
  line-height: 1.4;
  font-size: 20px;
}
.page-contacts__info a {
  color: #163EEA;
  font-size: 24px;
  font-weight: 700;
}
.page-contacts__info a:hover {
  text-decoration: underline;
}
.error-page__title {
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}
.error-page__title span {
  font-size: 100px;
}
.error-page__title br {
  display: block !important;
}
.error-page__img {
  display: block;
  margin: 0 auto 20px auto;
  width: 100px;
}
.page-motivation__subtitle {
  font-size: 20px;
  font-weight: 700;
}
.page-guarantees__box {
  position: relative;
  padding: 15px 15px 15px 60px;
  background: #FFFFFF;
  box-shadow: 0px 5px 30px rgba(38, 57, 79, 0.1);
  border-radius: 10px;
}
.page-guarantees__box:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 105%;
  background-color: #75E5B6;
  border-radius: 10px 10px 0px 10px;
}
.page-guarantees .main__list {
  margin: 30px 0;
}
.search__title {
  display: inline-block;
  width: 100%;
  font-size: 32px;
  margin-bottom: 20px;
}
.search__item {
  display: block;
  margin-bottom: 15px;
  padding: 15px;
  background: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
}
.search__item__content {
  display: inline-block;
  width: 100%;
}
.search__item__content__item__content {
  width: 100%;
  height: unset;
  margin: 0px;
}
.city-list__block {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0px 20px 0px;
  list-style: none;
  padding: 0px;
}
.city-list__block li {
  flex: 0 0 25%;
  max-width: 25%;
}
.city-list__block a {
  display: inline-block;
  width: 100%;
  margin: 0px 0px 10px 0px;
  font-size: 16px;
  font-weight: 400;
  transition: color 0.3s;
}
.city-list__block a:hover {
  color: #163EEA;
}
.city-find__input {
  width: 100%;
  padding: 12px 20px;
  min-height: 50px;
}
.city-find__input:focus {
  outline: none;
}
.city-find__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0px 0px 30px 0px;
}
.modal__city-find {
  margin-bottom: 20px;
}
.card__block {
  position: relative;
  padding: 15px 15px 15px 60px;
  margin-bottom: 40px;
  min-height: 275px;
  background: #FFFFFF;
  box-shadow: 0px 5px 30px rgba(38, 57, 79, 0.1);
  border-radius: 10px;
}
.card__block:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 103%;
  background-color: #75E5B6;
  border-radius: 10px 10px 0px 10px;
}
.card__image {
  margin-bottom: 10px;
}
.card__image img {
  width: 100%;
  max-height: 250px;
  object-fit: cover;
  object-position: center;
  position: relative;
}
.card__content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.card__title {
  font-size: 18px;
  font-weight: 700;
  margin: 0px 0px 10px 0px;
  flex: 0 0 100%;
  max-width: 100%;
}
.card__title:hover {
  color: #163EEA;
}
.card__date, .card__view {
  position: relative;
  font-size: 14px;
  margin: 0px;
}
.card__view {
  flex: 0 0 40%;
  max-width: 40%;
  padding: 0px 0px 0px 25px;
}
.card__view:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(/wp-content/themes/noalkononarko/src/scss/%23clip0)'%3E%3Cpath d='M23.8484 11.5337C23.634 11.2404 18.5252 4.35184 12.0004 4.35184C5.47549 4.35184 0.366454 11.2404 0.152273 11.5334C-0.0507984 11.8117 -0.0507984 12.1891 0.152273 12.4673C0.366454 12.7606 5.47549 19.6492 12.0004 19.6492C18.5252 19.6492 23.634 12.7606 23.8484 12.4676C24.0518 12.1894 24.0518 11.8117 23.8484 11.5337ZM12.0004 18.0667C7.1941 18.0667 3.03137 13.4946 1.79911 12C3.02977 10.504 7.18378 5.93431 12.0004 5.93431C16.8064 5.93431 20.9688 10.5056 22.2016 12.001C20.9709 13.497 16.8169 18.0667 12.0004 18.0667Z' fill='%23B9B9B9'/%3E%3Cpath d='M12.0004 7.25305C9.38265 7.25305 7.25288 9.38282 7.25288 12.0005C7.25288 14.6182 9.38265 16.748 12.0004 16.748C14.6181 16.748 16.7478 14.6182 16.7478 12.0005C16.7478 9.38282 14.6181 7.25305 12.0004 7.25305Z' fill='%23B9B9B9'/%3E%3Cpath d='M12 9C10.3458 9 9 10.3458 9 12C9 13.6542 10.3458 15 12 15C13.6542 15 15 13.6542 15 12C15 10.3458 13.6542 9 12 9Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='24.001' height='24.001' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: cover;
  width: 19px;
  height: 20px;
  position: absolute;
  left: 0;
  top: calc(50% - (20px / 2));
}
.card__date {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0px 0px 0px 25px;
  margin-bottom: 10px;
}
.card__date:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.1472 3.28133C17.8648 2.99859 17.5297 2.8572 17.1428 2.8572H15.7144V1.78573C15.7144 1.29475 15.5394 0.874335 15.1898 0.524632C14.8399 0.17493 14.4197 0 13.9285 0H13.2144C12.7232 0 12.3029 0.17493 11.9532 0.524671C11.6034 0.874335 11.4285 1.29479 11.4285 1.78577V2.85723H7.14304V1.78577C7.14304 1.29479 6.96811 0.874374 6.61836 0.524671C6.2687 0.17493 5.84832 0 5.35715 0H4.64293C4.15188 0 3.73146 0.17493 3.38171 0.524671C3.03205 0.874335 2.85708 1.29479 2.85708 1.78577V2.85723H1.42864C1.04164 2.85723 0.706873 2.99862 0.424131 3.28137C0.14139 3.56407 0 3.89899 0 4.28587V18.5716C0 18.9582 0.14139 19.293 0.424131 19.5759C0.706833 19.8586 1.0416 20 1.42864 20H17.1426C17.5294 20 17.8646 19.8586 18.147 19.5759C18.4297 19.2931 18.5712 18.9581 18.5712 18.5716V4.28583C18.5711 3.89884 18.4299 3.56407 18.1472 3.28133ZM12.8573 1.78588C12.8573 1.68163 12.8905 1.59598 12.9573 1.52918C13.0242 1.46229 13.1098 1.42879 13.2142 1.42879H13.9283C14.0326 1.42879 14.118 1.46218 14.1851 1.52918C14.252 1.5961 14.2854 1.68175 14.2854 1.78588V5.00005C14.2854 5.10427 14.252 5.18976 14.1851 5.25676C14.1179 5.32357 14.0326 5.35714 13.9283 5.35714H13.2142C13.1098 5.35714 13.0242 5.32372 12.9573 5.25676C12.8905 5.18972 12.8573 5.10427 12.8573 5.00005V1.78588ZM4.28584 1.78588C4.28584 1.68163 4.31926 1.59598 4.38622 1.52918C4.45322 1.46229 4.53871 1.42879 4.64293 1.42879H5.35715C5.4614 1.42879 5.54705 1.46218 5.61386 1.52918C5.68074 1.5961 5.71432 1.68175 5.71432 1.78588V5.00005C5.71432 5.10427 5.6809 5.18988 5.61386 5.25676C5.5469 5.32357 5.4614 5.35714 5.35715 5.35714H4.64293C4.53871 5.35714 4.45311 5.32372 4.38622 5.25676C4.31942 5.18972 4.28584 5.10427 4.28584 5.00005V1.78588ZM17.1426 18.5714H1.42864V7.14291H17.1426V18.5714Z' fill='%23B4B4B4'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: cover;
  width: 19px;
  height: 20px;
  position: absolute;
  left: 0;
  top: calc(50% - (20px / 2));
}
.card__read {
  display: block;
  margin-top: 15px;
}
.card__read a {
  display: inline-block;
  padding: 15px 40px;
  max-width: 100%;
  background: radial-gradient(100% 100% at 50% 0%, #9DFFC4 0%, #3ED797 100%);
  border-radius: 7px;
  border: none;
  transition: background 0.3s, color 0.3s;
}
.card__read a:hover {
  text-decoration: none;
  background: radial-gradient(100% 100% at 50% 0%, #B7FEED 0%, #00CDA8 100%);
  box-shadow: 0px 3px 15px #3ed7b2;
}
.page-archive {
  background: #e8f4fc;
  background: linear-gradient(180deg, #e8f4fc 10%, white 100%);
}
.page-archive h1 {
  margin-bottom: 50px;
  font-weight: 900;
  font-size: 48px;
  line-height: 100%;
}
.page-article {
  padding-bottom: 50px;
  font-size: 16px;
}
.page-article h1 {
  margin-bottom: 10px;
  font-weight: 900;
  font-size: 48px;
  line-height: 100%;
}
.page-article h2 {
  margin: 30px 0 20px;
}
.page-article h3 {
  margin: 20px 0;
  font-size: 20px;
  font-weight: 700;
}
.page-article ul {
  list-style: circle;
  padding-left: 20px;
  margin-bottom: 8px;
}
.page-article ul.breadcrumbs {
  padding-left: 0;
}
.page-article p {
  margin-bottom: 8px;
}
.page-article p:last-child {
  margin-bottom: 0;
}
.page-article__menu {
  list-style: decimal;
  padding-left: 20px;
  margin-bottom: 20px;
}
.page-article__menu li {
  margin-bottom: 8px;
}
.page-article__menu li a:hover {
  color: #163EEA;
  text-decoration: none;
}
.page-article__subtitle {
  margin-bottom: 15px;
}
.page-article img {
  width: auto;
  height: auto;
}
.page-article .comments-area {
  margin-top: 40px;
}
.page-article .comments-area .comments-title {
  color: #163EEA;
}
.page-article .comments-area textarea {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
  border-radius: 3px;
}
.page-article .comments-area .form-submit input {
  margin-top: 15px;
  display: inline-block;
  padding: 15px 40px;
  max-width: 100%;
  background: radial-gradient(100% 100% at 50% 0%, #9DFFC4 0%, #3ED797 100%);
  border-radius: 7px;
  border: none;
  transition: background 0.3s, color 0.3s;
}
.page-article .comments-area .form-submit input:hover {
  text-decoration: none;
  background: radial-gradient(100% 100% at 50% 0%, #B7FEED 0%, #00CDA8 100%);
  box-shadow: 0px 3px 15px #3ed7b2;
}
.page-article .comments-area .comment-form-url {
  display: none;
}
.page-article .comments-area .comment-form .comment-form-author input, .page-article .comments-area .comment-form .comment-form-email input {
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
  border-radius: 3px;
  height: 35px;
  padding: 10px;
  margin-left: 10px;
}
.page-article .comments-area .comment-metadata {
  margin: 10px 0;
}
.page-article .comments-area .comment-content {
  margin: 10px 0;
}
.page-article .comments-area .comment-author img {
  margin-right: 10px;
}
@media screen and (max-width: 1200px) {
  .header__info {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .header__list-item {
    margin: 0 15px 0 0;
    font-size: 13px;
    font-weight: 400;
  }
  .header__button.button {
    margin: 0 0 5px 0;
  }
  .header__logo-text {
    margin-left: 5px;
    font-size: 14px;
  }
  .main {
    padding-top: 260px;
  }
  .steps__item__title {
    font-size: 18px;
  }
  .steps__item {
    min-height: 205px;
  }
  .benefits__item__title {
    font-size: 18px;
  }
  .testimonials__item__type {
    width: 108px;
    padding: 12px;
    font-size: 12px;
  }
  .services__item__price {
    font-size: 18px;
  }
  .payment__item__text {
    font-size: 18px;
  }
  .footer__contacts li span {
    width: 80%;
  }
  .page-section {
    padding-top: 260px;
  }
  .testimonials__item__photo {
    display: none !important;
  }
}
.sotrud {
  background-color: #26394f;
  color: #fff;
  text-align: center;
  padding: 10px 0px;
  font-weight: 700;
}
.sotrud p {
  margin: 0px;
}
.sotrud a {
  color: #fff !important;
  text-decoration: underline !important;
}
.mb-phone {
  display: none;
}
.ds-up {
  display: block;
  position: fixed;
  z-index: 10;
  bottom: 15px;
  left: 15px;
  width: 50px;
  height: 50px;
  display: flex;
  background-color: #fff;
  border-radius: 50%;
}
.ds-up svg {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .ds-up {
    display: none;
  }
  .mb-phone {
    position: fixed;
    z-index: 10;
    bottom: 15px;
    left: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 50%;
  }
  .mb-phone svg {
    width: 100%;
    height: auto;
  }
  .mission {
    margin: 0px;
  }
  .header__mobile-phone {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
  }
  .header__mobile-phone:hover {
    color: #fff;
  }
  .header__mobile-anonymous {
    display: inline-block;
    margin-left: 20px;
    font-size: 14px;
    color: #fff;
  }
  .header__mobile-burger {
    padding: 0px;
    margin: 0px;
    background-color: transparent;
    border: none;
    position: absolute;
    line-height: 0px;
    top: calc(50% - (16px / 2));
    right: 15px;
    outline: none !important;
  }
  .header__mobile-burger--close {
    top: 20px;
    padding: 10px;
  }
  .header__mobile-block {
    display: none;
    position: absolute;
    background: #fff;
    top: 0;
    width: 100%;
    z-index: 100;
    padding: 20px;
  }
  .header__mobile-block.active {
    display: block;
    box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
    height: 100vh;
    overflow-y: scroll;
  }
  .header__mobile-block .menu__dropdown__title--second {
    position: relative;
    font-size: 14px;
    font-weight: 300;
  }
  .header__mobile-block .menu__dropdown__title--second:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='3' viewBox='0 0 6 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.88662 2.89958C5.73545 3.03347 5.49036 3.03347 5.33918 2.89958L3 0.82773L0.660816 2.89958C0.509645 3.03347 0.264548 3.03347 0.113378 2.89958C-0.0377927 2.76568 -0.0377926 2.5486 0.113378 2.41471L2.72628 0.10042C2.87745 -0.0334738 3.12255 -0.0334737 3.27372 0.10042L5.88662 2.41471C6.03779 2.5486 6.03779 2.76569 5.88662 2.89958Z' fill='%23005A8C'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: -20px;
    top: calc(50% - (6px / 2));
    height: 6px;
    width: 12px;
    transform: rotate(90deg);
  }
  .header__mobile-block .phone-block {
    margin: 30px 0px 0px 0px;
  }
  .header__mobile-block .header__phone {
    color: #26394F;
  }
  .header__mobile-block .menu__dropdown__title {
    text-align: left;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    color: #26394F !important;
    background-color: transparent !important;
    text-decoration: none;
  }
  .header__mobile-block .mobile__item {
    width: 100%;
    margin: 0px 0px 15px 0px;
  }
  .header__mobile-block .mobile__item .mobile__dropdown-item {
    position: relative;
    font-size: 14px;
    color: #26394F;
    text-decoration: none;
  }
  .header__mobile-block .mobile__item .mobile__dropdown-item:hover {
    color: #75E5B6;
  }
  .header__mobile-block .mobile__item .mobile__dropdown-item:after {
    content: '';
    position: absolute;
    background-color: #75E5B6;
    width: 5px;
    height: 5px;
    top: 5px;
    left: -10px;
    border-radius: 50%;
  }
  .header__mobile-block .mobile__item .mobile__dropdown {
    color: #26394F;
    margin: 0px 0px 0px 20px;
    padding: 8px 0 0 0;
    list-style: none;
  }
  .header__mobile-block .mobile__item .mobile__dropdown li {
    margin: 0px 0px 10px 0px;
  }
  .header__mobile-block .mobile__item .mobile__dropdown li:last-child {
    margin: 0px;
  }
  .header__mobile-block .mobile__item.active .mobile__dropdown {
    display: block;
    margin-top: 10px;
  }
  .header__mobile-block .mobile__item .mobile__dropdown {
    display: none;
  }
  .header--mobile {
    display: block;
    background-color: #26394F;
    padding: 10px 0;
  }
  .header--mobile .container-fluid {
    width: 100%;
  }
  .header--desktop {
    display: none;
  }
  .header__main {
    margin: 0px 0px 0 0px;
    padding-bottom: 0;
  }
  .logo--mobile {
    margin-right: 10px;
  }
  .logo--mobile .logo__title {
    color: #fff;
  }
  .header__mobile-block .mobile__item .mobile__dropdown.mobile__dropdown--second {
    display: block;
    margin-left: 12px;
  }
  .menu__block {
    margin-top: 30px;
    box-shadow: none;
    background: transparent;
  }
  .menu__dropdown__title:hover:after {
    transform: rotate(180deg);
  }
  .square-icon {
    display: none;
  }
  .section {
    padding: 45px 0;
  }
  .page-section {
    padding: 55px 0;
  }
  .main {
    padding: 140px 0 60px;
  }
  .main__list {
    column-count: 1;
  }
  .steps__item {
    min-height: auto;
  }
  .services__item__header {
    padding-right: 65px;
    margin-bottom: 25px;
  }
  .callback__image-phone__box {
    display: none;
  }
  .benefits__item {
    min-height: auto;
  }
  .tariffs__item {
    margin-bottom: 30px;
  }
  .mission__big {
    margin: 30px 0;
  }
  .mission__small .slick-slide {
    padding: 0 20px;
    height: auto;
    width: auto;
  }
  .offer__img {
    display: none;
  }
  .callback__form .form-check {
    margin-top: 10px;
  }
  .price__item__list {
    margin-bottom: 0;
    padding: 5px 15px;
  }
  .price__header {
    display: block;
  }
  .price__tabs {
    display: none;
  }
  .price__select {
    display: block;
  }
  .payment__item {
    margin-bottom: 70px;
  }
  .types__tabs {
    display: none;
  }
  .types__select {
    display: block;
  }
  .footer {
    padding: 45px 0;
  }
  .footer__copy {
    margin: 20px 0 30px;
  }
  .footer__search {
    margin-top: 20px;
  }
  .footer__list {
    columns: 2;
  }
  .error-page__title span {
    font-size: 50px;
  }
  .error-page__img {
    margin-bottom: 20px;
    width: 100px;
  }
  .city-list__block li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .city-find__title {
    margin: 15px 0px 15px 0px;
  }
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 28px;
  }
  .main__form__img {
    display: none;
  }
  .callback__title {
    font-size: 25px;
  }
  .logo--mobile {
    margin-right: 5px;
  }
  .logo--mobile .logo__title {
    font-size: 12px;
  }
  .logo--mobile .logo__img {
    width: 14px;
  }
}
@media screen and (max-width: 575px) {
  body {
    font-size: 16px;
  }
  .section {
    padding: 30px 0;
  }
  .callback__form {
    padding: 20px;
  }
  .main__subtitle {
    font-size: 22px;
  }
  .main__list {
    margin-bottom: 30px;
  }
  .steps__item {
    padding: 15px 90px 15px 15px;
  }
  .steps__item__title {
    font-size: 18px;
  }
  .benefits__item {
    padding: 15px 15px 15px 95px;
  }
  .benefits__item__title {
    font-size: 18px;
  }
  .benefits__item__icon {
    max-width: 85px;
  }
  .tariffs__item {
    margin-top: 15px;
  }
  .tariffs__header {
    display: block;
  }
  .tariffs__price {
    padding: 10px;
  }
  .tariffs__button {
    font-size: 13px;
  }
  .tariffs__icon {
    position: unset;
  }
  .tariffs__icon:before {
    left: 0;
    bottom: unset;
    top: 0;
    width: 100%;
  }
  .callback {
    padding: 45px 0;
  }
  .testimonials__item__header {
    display: block;
    width: 100%;
  }
  .testimonials__item__type {
    position: relative;
    width: 100%;
    border-radius: 0;
    margin-bottom: 10px;
  }
  .testimonials__item__header {
    display: block;
    width: 100%;
  }
  .testimonials__item__photo {
    display: inline-block !important;
    vertical-align: bottom;
  }
  .testimonials__item__name {
    display: inline-block;
    width: calc(100% - 70px);
  }
  .price__item__list {
    columns: 1;
  }
}
/*# sourceMappingURL=https://noalko-nonarko.ru/wp-content/build/scss_library/4d9ebfaf17596185a7db37a74ccadfba60b751cf.css.map */