html {
  width: 100%;
  min-height: 100%;
  background: linear-gradient(180deg, #f2ecec 50%, #f7f4f4 100%);
}

body {
  display: flex !important;
  height: 100% !important;
  flex-direction: column !important;
  background: transparent url('../img/bg.svg') no-repeat center 0 / cover;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #1c0a30;
}

.page {
  flex-shrink: 0 !important;
}

.footer {
  margin-top: auto !important;
  padding-bottom: 30px;
  color: #005a9e;
}

h1,
.h1 {
  font-family: 'STIX Two Text', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 48px;
  text-transform: uppercase;
  color: #005a9e;
}

h2,
.h2 {
  font-family: 'STIX Two Text', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 50px;
  text-transform: uppercase;
  color: #005a9e;
}

h3,
.h3 {
  font-family: 'STIX Two Text', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 52px;
  color: #005a9e;
}

h4,
.h4 {
  font-family: 'STIX Two Text', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
  color: #005a9e;
}

.subtitle1 {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  color: #005a9e;
}


/*----------- Back to top --------------*/
#toTop {
	display: none;
	width: 42px;
	height: 42px;
	overflow: hidden;
	background: url(/img/totop.png) 0 top no-repeat;
	position: fixed;
	left: 30px;
	bottom: 60px;
	z-index: 999;
}
#toTop:hover {
	background-position: 0 bottom;
}
#toTop:active, #toTop:focus {
	outline: none;
}


/**/
.subscribe-block {
  padding: 40px 60px;
  background: linear-gradient(90deg, #bcdcf5 0%, #d4dde4 50.52%, #ece6e1 87.38%);
  border-radius: 70px;
}

.subscribe-block form {
  border-bottom: 1px solid #005a9e;
  padding: 0 0 5px;
  margin-top: 30px;
}

.subscribe-input,
.subscribe-input::placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  color: #005a9e;
}

.subscribe-input {
  outline: none;
  border: 0;
  background: transparent;
}

.footer h5 {
  font-family: 'STIX Two Text', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  color: #005a9e;
  margin-bottom: 15px;
}
.footer-h5 {
  font-family: 'STIX Two Text', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  color: #005a9e;
  margin-bottom: 15px;
}

.footer-nav {
  margin-bottom: 80px;
}

.footer a,
.nav-link {
  color: #005a9e;
  text-decoration: none;
}

.footer a:hover,
.nav-link:hover {
  color: #005a9e;
  text-decoration: underline;
}

.footer .nav-link {
  margin-bottom: 5px;
}

.copy a {
  margin-left: 20px;
}

.border-line {
  width: 1px;
  margin: 10px 0 10px;
  padding: 0;
  background: #005a9e;
}

.feedback {
  border-bottom: 1px solid #005a9e;
  margin-bottom: 65px;
  margin-left: 0;
  margin-right: 0;
}

.feedback h2 {
  margin-bottom: 60px;
}
.feedback-h2 {
  margin-bottom: 60px;
}
.feedback-form {
  padding: 0 65px;
  margin-bottom: 80px;
}

.feedback-form__item {
  margin-bottom: 30px;
}

.feedback-form-input,
.feedback-form-input::placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  color: #005a9e;
}

.feedback-form-input {
  outline: none;
  border: 0;
  width: 100%;
  padding: 7px 0;
  border-bottom: 1px solid #005a9e;
  background: transparent;
}

.feedback-form-submit {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  text-transform: uppercase;
  color: #ffffff;
  background: #005a9e;
  padding: 4px 20px;
  border-radius: 60px;
  border: 0;
  padding-right: 45px;
  position: relative;
}

.feedback-form-submit::before {
  content: '';
  right: 20px;
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: url('../img/right-ar-w.svg') no-repeat right center;
}

.feedback-form__item.desc {
  font-size: 12px;
  line-height: 14px;
}

.top-header {
  border-bottom: 1px solid #005a9e;
  padding-bottom: 20px;
  padding-top: 20px;
  color: #005a9e;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}
.top-header a{
  font-size: 13px;
  text-decoration:none;
}
.top-header-desc {
  font-size: 12px;
  line-height: 19px;
}

.main-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.header .header__phone a {
  color: #005a9e;
  text-decoration: none;
  /*border-bottom: 1px solid #005a9e;*/
}

.header .header__phone a:hover {
  text-decoration: underline;
}


a.header__logo {
  text-decoration: none;
  border-bottom: 0;
}

.main-nav li {
  padding: 15px;
}

.main-nav a {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #005a9e;
  text-decoration: none;
  position: relative;
}

.main-nav a::before {
  content: '';
  border: 1px solid #005a9e;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -4px;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0.5, 0.5, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0.5, 0.5, 1);
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0.5, 0.5, 1);
  transition: transform 0.25s cubic-bezier(0, 0.5, 0.5, 1);
  transition: transform 0.25s cubic-bezier(0, 0.5, 0.5, 1), -webkit-transform 0.25s cubic-bezier(0, 0.5, 0.5, 1), -o-transform 0.25s cubic-bezier(0, 0.5, 0.5, 1);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.main-nav a:hover {
  text-decoration: none;
}

.main-nav a:hover:before {
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.action-form {
  background: linear-gradient(90deg, #bcdcf5 0%, #d4dde4 50.52%, #ece6e1 87.38%);
  border: 0;
  border-radius: 60px;
  padding: 4px 20px;
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  color: #005a9e;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}

.action-form span {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  -o-transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.2s cubic-bezier(0, 0.5, 0.5, 1);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  padding-right: 45px;
}

.action-form span::before {
  content: '';
  right: 20px;
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: url('../img/right-ar.svg') no-repeat right center;
}

.action-form:hover span {
  animation: marquee1 1s linear infinite;
}

@keyframes marquee1 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(10%);
  }
}

.section {
  margin-bottom: 80px;
}

.section-title-block {
  border-top: 1px solid #005a9e;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 60px;
  padding-top: 60px;
}

.section-title-block .number {
  font-family: 'STIX Two Text';
  font-style: normal;
  font-weight: 400;
  font-size: 52px;
  line-height: 52px;
  color: #005a9e;
  margin-bottom: 10px;
}

.section-title-block.row > div.col {
  margin-top: 60px;
  padding-bottom: 20px;
}

.item {
  margin-bottom: 40px;
}

.item-img {
  margin-bottom: 20px;
}

.item-body {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-size: 20px;
  line-height: 26px;
  color: #005a9e;
  display: flex;
}

.item-body span {
  font-size: 13px;
  display: inline-block;
  margin-right: 10px;
  line-height: 26px;
}

.item-body a {
  color: #005a9e;
  text-decoration: none;
}

.item-body a:hover {
  color: #005a9e;
  text-decoration: underline;
}

.item-body .discount {
  font-family: 'STIX Two Text';
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 52px;
  color: #005a9e;
  margin-left: 30px;
  text-align: right;
}

.item-body-dop {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-size: 20px;
  line-height: 26px;
  color: #005a9e;
  background-color:#ddd;
  text-align:center;
  margin-bottom: 10px;
}

.item-body-dop span {
  font-size: 13px;
  display: inline-block;
  margin-right: 10px;
  line-height: 26px;
}


.item-footer {
  font-size: 12px;
  line-height: 26px;
  text-transform: uppercase;
  color: #005a9e;
}

a.more {
  color: #005a9e;
  display: inline-block;
  padding-right: 25px;
  text-decoration: none;
  position: relative;
  background: url('../img/more.svg') no-repeat right 2px;
}

a.more::before {
  content: '';
  border: 1px solid #005a9e;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -4px;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0.5, 0.5, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0.5, 0.5, 1);
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0.5, 0.5, 1);
  transition: transform 0.25s cubic-bezier(0, 0.5, 0.5, 1);
  transition: transform 0.25s cubic-bezier(0, 0.5, 0.5, 1), -webkit-transform 0.25s cubic-bezier(0, 0.5, 0.5, 1), -o-transform 0.25s cubic-bezier(0, 0.5, 0.5, 1);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

a.more:hover {
  text-decoration: none;
}

a.more:hover:before {
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.item-footer a.more {
  display: inline;
  background-position: right -5px;
}

.item-footer a.more::before {
  position: relative;
  border: 0;
}

a.more:hover {
  color: #005a9e;
  text-decoration: none;
}

.about h3 {
  margin-bottom: 25px;
}

.promo .container {
  background: #ffffff;
  border-radius: 100px;
  overflow: hidden;
}

.promo-title-block {
  font-family: 'STIX Two Text';
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 50px;
  /* or 104% */
  text-align: center;
  text-transform: uppercase;
  animation: marquee 20s infinite linear;

  /* blue/1 main */

  color: #005a9e;
  white-space: nowrap;
  word-spacing: 75px;
  margin-left: -35px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.promo-title-block:after {
  content: '';
}

@keyframes marquee {
  0% {
    transform: translateX(-20%);
  }
  100% {
    transform: translateX(20%);
  }
}

.banner-block {
  margin-top: 80px;
  margin-bottom: 0;
}

.banner-img {
  margin-bottom: 80px;
}

.banner-text {
  padding: 0 60px;
}

.banner-block h2 {
  margin-bottom: 30px;
}
.banner-block-h2 {
  margin-bottom: 30px;
}

.banner-link {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  text-transform: uppercase;
  color: #ffffff;
  background: #005a9e;
  border-radius: 60px;
  padding: 4px 20px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding-right: 45px;
}

.banner-link::before {
  content: '';
  right: 20px;
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: url('../img/right-ar-w.svg') no-repeat right center;
}

.banner-link:hover {
  color: #ffffff;
}

.banner-actions {
  position: relative;
}

.banner-right {
  width: 96px;
  height: 96px;
  position: absolute;
  top: 50%;
  margin-top: -48px;
  right: 0;
  background: url('../img/right.svg') no-repeat 0 0;
}

.run-crumps {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  width: 120px;
  padding: 5px 20px;
  margin-bottom: 30px;
  background: linear-gradient(90deg, #bcdcf5 0%, #d4dde4 50.52%, #ece6e1 87.38%);
  border-radius: 60px;
  color: #005a9e;
  text-indent: -80px;
}

.run-crumps span {
  display: block;
  animation: marquee2 2s infinite linear;
}

@keyframes marquee2 {
  0% {
    transform: translateX(-30%);
  }
  100% {
    transform: translateX(30%);
  }
}

.vertical-text {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  text-align: center;
  color: #005a9e;
  writing-mode: vertical-rl;
  transform: rotate(-180deg);
  margin-left: 10px;
}

.slider-pager {
  list-style: none;
  margin: 0 0 60px;
  padding: 0;
}

.slider-pager li {
  margin: 0;
  padding: 0;
}

.slider-pager li a {
  display: block;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  color: #005a9e;
  border-radius: 50%;
  width: 44px;
  height: 44px;
}

.slider-pager li a.active {
  background: #ffffff;
  opacity: 0.5;
  color: #005a9e;
}

.promo .row.justify-content-between {
  overflow: hidden;
  flex-wrap: nowrap;
}

.burder-menu {
  font-style: normal;
  color: #005a9e;
  text-decoration: none;
  position: relative;
  padding-left: 50px;
}

.burder-menu::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 34px;
  background: url('../img/burger.svg') no-repeat 0 center;
}

.button-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height, or 125% */
  display: inline-block;
  margin-right: 5px;
  /* blue/1 main */
  text-decoration: none;
  padding: 15px 20px;
  color: #005a9e;
  border: 1px solid #005a9e;
  border-radius: 40px;
}

.spec .item {
  /* border-right: 1px solid #005a9e; */
}

.spec.row .col-lg:last-child .item {
  border: 0;
}

@media (max-width: 992px) {
  .spec .item {
    border-right: 0;
  }
}

.spec .item-img a {
  display: inline-block;
  border-radius: 60px;
  overflow: hidden;
  text-align: left;
}

.filter {
}

.filter_button {
  background: #005a9e;
  border-radius: 60px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #ffffff;
  border: 0;
  padding: 4px 20px;
}

.filter_select {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #005a9e;
  padding: 4px 30px 4px 20px;
  border: 0;
  border-radius: 60px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url('../img/select.svg') no-repeat 90% center;
}

.filter_select option {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #005a9e;
}

.numbers {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #005a9e;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -30px;
}

.numbers-margin {
  margin-left: 22px;
}

.crumps {
  margin-top: 10px;
}

.crumps-block {
  font-weight: 300;
  font-size: 12px;
  line-height: 12px;
  color: #72a5cc;
}

.crumps-block a {
  text-decoration: none;
  color: #72a5cc;
  display: inline-block;
  margin-right: 10px;
}

.crumps-block a:hover {
  text-decoration: underline;
}

/*nn*/
.title-block {
  margin-top: 80px;
}

.section-block {
  border-top: 2px solid #005a9e;
}

.section-item-link a {
  display: block;
  border-bottom: 1px solid #005a9e;
  padding: 25px 25px 25px 0;
  text-decoration: none;
  color: #005a9e;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 22px;
  background: url('../img/row-bottom.svg') no-repeat right center;
}

.dop_sel_price a{
  background: url('../img/more.svg') no-repeat right center / 32px 32px;
}

.section-item-link a .numbers {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #005a9e;
  top: 0;
}

.section-item-link a:hover {
  text-decoration: underline;
}

.subsection {
  margin-left: 30px;
}

.subsection a {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  color: #005a9e;
}

.price-block {
  border-top: 1px solid #005a9e;
  border-bottom: 1px solid #005a9e;
  background: #fff;
  padding: 5px 25px 5px;
}

.price-item {
  border-top: 1px solid #005a9e;
}

.price-item_ntb {
  border-top: 0px !important;;
}

.price-content {
  margin: 10px 0;
  padding: 20px 0;
}

.price-content div {
  min-height: 30px;
}

.price-content:hover {
  background: #e2e7eb;
  border-radius: 25px;
}

.price-content:hover .d-none {
  display: block !important;
}

.price-content .feedback-form-submit {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
}

.price-block .price-item:last-child {
  border-bottom: 1px solid #fff;
}

.price-item .numbers {
  font-size: 13px;
  line-height: 14px;
  color: #1c0a30;
  top: -1px;
}

.response-title-block {
  font-family: 'STIX Two Text';
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  color: #005a9e;
}
.response-title-block .feedback-form-submit {
  top: -6px;
}

.filter-block {
  margin-bottom: 40px;
}

.link-group a {
  display: inline-block;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #005a9e;
  padding: 16px;
  border: 1px solid #005a9e;
  border-radius: 30px;
  margin-bottom: 16px;
  margin-right: 16px;
  text-decoration: none;
}

.response-item {
  background: #ffffff;
  border-radius: 90px;
  padding: 80px;
}

.response-block {
  border-top: 1px solid #005a9e;
}

.left-col-border {
  border-left: 1px solid #005a9e;
}

.response-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #1c0a30;
}

.response-text a{
  color:#005a9e
}

.link-text {
  text-transform: uppercase;
  color: #005a9e;
}

.response-name {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #1c0a30;
}

.resp-img {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.lic-title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;

  color: #005a9e;
}

.lic-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #005a9e;
}

.license-list {
  border-bottom: 1px solid #005a9e;
}

.service-title {
  font-family: 'STIX Two Text';
  font-style: normal;
  font-weight: 500;
  font-size: 58px;
  line-height: 60px;
  color: #005a9e;
}

.service-desc-title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #005a9e;
}

.service-price {
  font-family: 'STIX Two Text';
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 28px;

  color: #005a9e;
}

.response-block hr {
  height: 1px;
  margin: 20px 0;
  padding: 0;
  border-bottom: 1px solid #005a9e;
}

.block-title {
  font-family: 'STIX Two Text';
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 30px;
  color: #005a9e;
  margin-bottom: 40px;
}

.subtext {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  color: #005a9e;
}

.hh-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  /* or 162% */

  /* text/1 text */

  color: #1c0a30;
}

.hh-text h4 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  /* identical to box height, or 130% */

  /* blue/1 main */

  color: #005a9e;
}

.hh-text ul {
  margin: 0 0 40px;
  padding: 0;
}

.hh-text p {
  margin: 0 0 40px;
  padding: 0;
}

.hh-text ul li {
  margin-bottom: 5px;
}

.hh-dop-title {
  font-family: 'STIX Two Text';
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #005a9e;
}

.hh-dop {
  color: #005a9e;
}

.hh-dop a {
  color: #005a9e;
}

/*ennn*/

@media (max-width: 992px) {
  h1,
  .h1 {
    font-family: 'STIX Two Text', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    color: #005a9e;
  }

  .service-title {
    font-size: 30px;
    line-height: 32px;
  }

  .numbers {
    top: -16px !important;
  }

  .crumps {
    margin-top: 20px;
  }

  .section {
    margin-bottom: 40px;
  }

  .section-item-link a .numbers {
    top: -1px !important;
  }

  .price-item .numbers {
    display: none !important;
  }

  h2,
  .h2 {
    font-family: 'STIX Two Text', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 26px;
    text-transform: uppercase;
    color: #005a9e;
  }

  h3,
  .h3 {
    font-family: 'STIX Two Text', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 24px;
    color: #005a9e;
  }

  .section-item-link a {
    font-size: 16px;
    line-height: 16px;
  }

  .subsection a {
    font-size: 14px;
    line-height: 16px;
  }

  .feedback-form {
    padding: 0 0;
  }

  .section-title-block.row > div.col {
    margin-top: 0;
  }

  .about .row.section-title-block {
    overflow: hidden;
    flex-wrap: nowrap;
  }

  .promo .row.justify-content-between {
    overflow: hidden;
    flex-wrap: nowrap;
  }

  .promo-title-block {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 36px;
    border-radius: 20px;
  }

  .promo .container {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 auto;
    width: calc(100% - 24px);
  }

  .feedback h2 {
    margin-bottom: 20px;
  }
  .feedback-h2 {
    margin-bottom: 20px;
  }
  .feedback .subtitle1 {
    margin-bottom: 60px;
  }

  .banner-text {
    padding: 0;
  }

  .vertical-text {
    padding-top: 40px;
  }

  .banner-block h2 {
    font-weight: 500;
    line-height: 38px;
  }
  .banner-block-h2 {
    font-weight: 500;
    line-height: 38px;
  }
  .response-item {
    border-radius: 20px;
    padding: 20px;
  }

  .left-col-border {
    border-left: 0;
    margin-top: 30px;
  }
  .item-body{
    display: block;
    font-size: 1.1rem;
    line-height: 1;
  }
  .item-body-dop{
    display: block;
    font-size: 1.1rem;
    line-height: 1;
  }
  .item-body a{

  }
  .item-body .discount{
    margin-left: 0;
    text-align: left;
  }
}

.block__sticky {
  position: sticky;
  top: 20px;
}

.accordion-item {
  border: 0;
  border-radius: 0;
}
.accordion-item:first-of-type {
  border: 0;
  border-radius: 0;
}

.accordion-button {
  display: block;
  border-radius: 0;
  border-bottom: 1px solid #005a9e;
  padding: 25px 0;
  text-decoration: none;
  color: #005a9e;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 22px;
  background: url(../img/row-bottom.svg) no-repeat right center;
}

.accordion-button:focus {
  border-radius: 0;
  border-bottom: 1px solid #005a9e;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: inherit;
  background-color: transparent;
  box-shadow: none;
  border-bottom: 0;
  background: url(../img/more.svg) no-repeat right center / 32px 32px;
}

.accordion-body {
  padding: 0 0 25px;
}

.response-text img {
  max-width: 100%;
}
