@import url(https://fonts.googleapis.com/css?family=Raleway:regular,500,600,700&display=swap);

@import url(https://fonts.googleapis.com/css?family=Open+Sans:regular&display=swap);

@import url(https://fonts.googleapis.com/css?family=Mulish:regular,600,700,800&display=swap);

@font-face {
  font-family: GothamPro;
  font-display: swap;
  src: url("../fonts/GothamPro-Medium.woff2") format("woff2"),url("../fonts/GothamPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #343434;
  line-height: 1;
  font-family: "Mulish";
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Mulish";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

body {
  background: #f6f7f9;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.wrapper>main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper>* {
  min-width: 0;
}

[class*=__container] {
  max-width: 82.5rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

.checkbox {
  position: relative;
}

.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.checkbox__input:checked+.checkbox__label:before {
  background-image: url("../img/icons/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #343434;
}

.checkbox__label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 10px;
}

.checkbox__label:before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  width: 16px;
  height: 16px;
  border: 1px solid #343434;
  border-radius: 4px;
}

.checkbox__text {
  font-size: 0.625rem;
  color: #a0acc4;
  font-weight: 500;
}

.options {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.options__item {
  position: relative;
  cursor: pointer;
}

.options__item:not(:last-child) {
  margin-bottom: 0.3125em;
}

.options__item--1 .options__input:checked+.options__label {
  border: 1px solid transparent;
}

.options__item--2 .options__label {
  min-width: 18.4375rem;
}

.options__item--3 .options__label {
  min-width: 19.4375rem;
}

.options__input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}

.options__input:checked+.options__label {
  border: 1px solid #ffc1a4;
}

.options__input:checked+.options__label:after {
  -webkit-transform: scale(1) translateY(-50%);
      -ms-transform: scale(1) translateY(-50%);
          transform: scale(1) translateY(-50%);
}

.options__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  gap: 10px;
  border-radius: 4px;
  min-height: 2.5rem;
  padding: 0.375rem 0.5rem 0.375rem 0.625rem;
  border: 1px solid transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.options__label:before {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  border-radius: 50%;
  border: 2px solid #ffc1a4;
}

.options__label:after {
  content: "";
  -webkit-transition: transform .2s ease 0s;
  transition: transform .2s ease 0s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ffc1a4;
  position: absolute;
  left: 15px;
  top: 50%;
}

.options__label span:nth-child(2) {
  background: #ffc1a4;
  padding: 0.125rem 0.25rem;
  color: #fff;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 700;
  font-family: "Mulish";
  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;
  min-height: 1.75rem;
}

.options__text {
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-family: "Mulish";
  min-height: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body::after {
  content: "";
  background-color: rgba(0,0,0,.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .8s ease 0s;
  transition: opacity .8s ease 0s;
  pointer-events: none;
  z-index: 149;
}

.popup-show body::after {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  -webkit-transition: visibility .8s ease 0s;
  transition: visibility .8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup__wrapper {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}

.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform .3s ease 0s;
  transition: -webkit-transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
  background: #fff;
  padding: 2.6875rem 1.125rem 1.75rem;
  width: 100%;
  max-width: 343px;
  position: relative;
  border-radius: 20px;
}

.lock .popup__content {
  visibility: visible;
}

.popup__close {
  position: absolute;
  top: 1.0625rem;
  right: 1.0625rem;
  background: url("../img/icons/close.svg") 0 0/contain no-repeat;
  width: 0.875rem;
  height: 0.875rem;
  outline: none;
}

.spollers {
  display: -ms-grid;
  display: grid;
}

.spollers__item {
  font-size: 1.25rem;
  border-radius: 0.75rem;
  background-color: #eff1f5;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.spollers__item:not(:last-child) {
  margin-bottom: 0.75rem;
}

.spollers__title {
  width: 100%;
  cursor: default;
  text-align: left;
  padding: 1.625rem 3.75rem 1.625rem 1rem;
  border-radius: 0.75rem;
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: Raleway;
  line-height: 150%;
}
.spollers__title--small {
  padding: 0.5rem 3.125rem 0.5rem 1rem;
  font-size: 1.25rem;
}

._spoller-init .spollers__title {
  cursor: pointer;
}

._spoller-init .spollers__title::after {
  content: "";
  position: absolute;
  right: 2.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/icons/spoller-arrow-bottom.svg") 0 0/contain no-repeat;
  height: 0.5rem;
  width: 0.875rem;
  -webkit-transition: -webkit-transform .5s ease 0s;
  transition: -webkit-transform .5s ease 0s;
  transition: transform .5s ease 0s;
  transition: transform .5s ease 0s, -webkit-transform .5s ease 0s;
}

._spoller-init .spollers__title--small::before,
._spoller-init .spollers__title--small::after {
  content: "";
  content: "";
  width: 14px;
  height: 2px;
  background-color: #343434;
  position: absolute;
  right: 43px;
  top: 22px;
  -webkit-transition: -webkit-transform .3s ease 0s;
  transition: -webkit-transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
}

._spoller-init .spollers__title--small::after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}


._spoller-init .spollers__title._spoller-active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

._spoller-init .spollers__title--small._spoller-active::after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.spollers__body {
  font-weight: 500;
  line-height: 150%;
  padding: 0rem 1rem 1.5rem;
  max-width: 57.8125rem;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
     object-fit: contain;
}

.link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 1rem;
  color: #fff;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  background-color: #343434;
  border-radius: 12px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.title {
  font-weight: 700;
  line-height: 130%;
  font-family: Raleway;
}

@supports (font-size: clamp( 2rem , 1.8058252427rem  +  0.9708737864vw , 2.625rem )) {
  .title {
    font-size: clamp( 2rem , 1.8058252427rem  +  0.9708737864vw , 2.625rem );
  }
}

@supports not (font-size: clamp( 2rem , 1.8058252427rem  +  0.9708737864vw , 2.625rem )) {
  .title {
    font-size: calc(2rem + 0.625 * (100vw - 20rem) / 64.375);
  }
}

.title--center {
  text-align: center;
}

.title-white {
  font-weight: 600;
  color: #fff;
  line-height: 130%;
  font-family: Raleway;
}

@supports (font-size: clamp( 2rem , 1.8058252427rem  +  0.9708737864vw , 2.625rem )) {
  .title-white {
    font-size: clamp( 2rem , 1.8058252427rem  +  0.9708737864vw , 2.625rem );
  }
}

@supports not (font-size: clamp( 2rem , 1.8058252427rem  +  0.9708737864vw , 2.625rem )) {
  .title-white {
    font-size: calc(2rem + 0.625 * (100vw - 20rem) / 64.375);
  }
}

.header {
  position: fixed;
  top: 2rem;
  left: 0;
  width: 100%;
  z-index: 50;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header._header-scroll {
  width: 100%;
  /* background-color: #fff; */
  top: 0;
}


.header._header-scroll .header__body::before,
.header._header-scroll .header__bottom::before {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  border-radius: 0;
}


.header__logo {
  z-index: 50;
}

.header__body {
  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;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
  min-height: 6.625rem;
  border-radius: 20px;
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 1rem 2.25rem;
}

.header__body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  transition: all .3s;
  border-radius: 20px;
}

.header__body--2 {
  border-radius: 1.25rem 1.25rem 0 0;
}

.header__body--2::before {
  border-radius: 1.25rem 1.25rem 0 0;
}

.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: left;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}

.header__location {
  color: #476bf0;
  font-family: "Open Sans";
}

.header__address {
  font-family: "Open Sans";
}

.header__phone {
  display: inline-block;
  font-family: "Open Sans";
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header__phone:not(:last-child) {
  margin-bottom: 4px;
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

.menu__item {
  padding: 0.8125rem 0;
  position: relative;
}

.menu__link {
  padding: 0.25rem 0.5rem;
  border-bottom: 2px solid transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-family: "Open Sans";
}

.menu__sub-list-wrap {
  position: absolute;
  top: 40px;
  left: 0;
  width: 300px;
  /* min-height: 32.5rem; */
  backdrop-filter: blur(20px);
  background: #fff;
  border-radius: 1.25rem;
  padding: 1rem 1.5rem;
  z-index: 5;
  opacity: 0;
  visibility: hidden;

}

.menu__sub-list-wrap.active {
  display: block;
}

.menu__sub-list {
  position: relative;
}

.menu__item.active .menu__sub-list-wrap {
  opacity: 1;
  visibility: visible;
}


/* .menu__sub-list {
  width: 32.6923076923%;
} */

.body-bottom-header__sub-list-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 32.5rem;
  backdrop-filter: blur(1.25rem);
  background: #fff;
  border-radius: 1.25rem;
  padding: 1rem 1.5rem;
  z-index: 5;
}

.body-bottom-header__sub-list-wrap.active {
  display: block;
}

.sub-menu {
  position: relative;
}

.sub-menu__wrap {
  top: 0;
  width: 100%;
  position: absolute;
}

.sub-menu__wrap.active {
  display: block;
}

.sub-menu__column{
  position: relative;
}

.sub-menu__link {
  padding: 8px 12px;
  border-radius: 4px;
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-direction: row-reverse;    
  justify-content: start;
}

.sub-menu__link.arrow {
  justify-content: space-between;  
}

.sub-menu__link.arrow::before {
  content: "";
  background: url("../img/icons/spoller-arrow-bottom.svg") 0 0/contain no-repeat;
  width: 0.375rem;
  height: 0.75rem;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1rem;
          flex: 0 0 1rem;
  transform: rotate(-90deg);
}

.sub-menu__link.active::before{
  transform: rotate(180deg);
}

.icon-menu {
  display: none;
}

.back-button {
  z-index: 2;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.8125rem;
     -moz-column-gap: 0.8125rem;
          column-gap: 0.8125rem;
  font-size: 0.875rem;
  font-family: "Mulish";
  text-transform: uppercase;
  color: #a0acc4;
}

.back-button::before {
  content: "";
  background: url("../img/icons/arrow-left-back.svg") left/contain no-repeat;
  width: 0.875rem;
  height: 0.875rem;
  display: block;
}

.header__bottom {
  padding: 0.5rem 2.25rem;
  position: relative;
  z-index: 1;
}


.bottom-header__body {
  display: flex;
  justify-content: space-between;
  column-gap: 1.25rem;
  align-items: center;
}
.body-bottom-header__list {
  display: flex;
  column-gap: 0.25rem;
  flex-wrap: wrap;
  row-gap: 0.25rem;
}

.body-bottom-header__link {
  font-weight: 600;
  line-height: 150%;
  padding: 0.5rem 0.75rem;
  display: block;
  text-transform: uppercase;
  transition: background-color 0.3s;
  border-radius: 0.5rem;
}
.body-bottom-header__link:hover {
  background-color: #dbdee3;
}
.body-bottom-header__link.active {
  background-color: #dbdee3;
}
.body-bottom-header__form {
  position: relative;
  z-index: 1;
}
.body-bottom-header__input {
  border-radius: 0.625rem;
  padding: 0.5rem 1rem;
  background: #fff;
  outline: none;
}
.body-bottom-header__btn-search {
  position: absolute;
  top: 50%;
  right: 1.1875rem;
  transform: translateY(-50%);
}
.body-bottom-header__wrap-items {
  position: absolute;
  top: 3.3825rem;
  left: 0;
  width: 100%;
  border-radius: 1.25rem;
  padding: 1.5rem;
  backdrop-filter: blur(1.25rem);
  box-shadow: 0 -0.25rem 0.75rem 0 rgba(52, 61, 87, 0.05);
  background: #fff;
  /* height: 35.25rem; */
  min-height: 31.25rem;
  /* overflow: hidden; */
  display: none;
  flex-direction: column;

}

.wrap-items-body__wrap {
  position: relative;
}

.body-bottom-header__wrap-items.active {
  display: flex;
}

.wrap-items-body__items {
  /* display: grid;
  column-gap: 1.5rem;
  row-gap: 0.75rem;
  grid-template-columns: repeat(5,1fr);
  height: 35.25rem;
  overflow: hidden; */
  /* column-count: 5;        */
  /* column-gap: 1.5rem;    */
  /* height: 100%; */
  /* max-height: 500px;       */
  /* overflow: hidden;      */



}

.wrap-items-body__columns-wrap {
  max-height: 31.25rem;
  overflow-y: auto;
}

.wrap-items-body__columns {
  column-count: 5;
  column-gap: 1.5rem;

}

.body-bottom-header__wrap-items.show .wrap-items-body__items {
  height: max-content;
  overflow: auto;

  max-height: none;
}

.body-bottom-header__wrap-items.show {
  overflow: auto;
}

.body-bottom-header__wrap-items.show .wrap-items-body__btn-wrap {
  display: none;
}

.wrap-items-body__title {
  border-radius: 0.25rem;
  padding: 0.25rem 0.75rem;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  background: #dbdee3;
}

.wrap-items-body__link {
  display: block;
  line-height: 150%;
  padding: 0.5rem;
}

.wrap-items-body__btn-wrap {
  /* position: absolute;
  bottom: 1.5rem;
  width: 100%;
  height: 6rem;
  left: 0; */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin: 1.25rem 0 0;
}

.wrap-items-body__link-more {
  font-weight: 600;
  font-family: Raleway;
  padding: 0.75rem 1.5rem;
  border: 0.0625rem solid #343434;
  border-radius: 0.5rem;
  backdrop-filter: blur(100px);
}



.wrap-items-body__body{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* min-height: 8rem;
  max-height: 35.25rem; */
  /* height: 35.25rem; */
  height: 100%;
  overflow: auto;
  z-index: 2;
  backdrop-filter: blur(1.25rem);
  padding: 1.5rem 2rem;
  border-radius: 1.25rem;
  box-shadow: 0 -4px 12px 0 rgba(52, 61, 87, 0.05);
  background: #fff;
  display: none;
}

.bottom-menus-header__btn-back {
  line-height: 150%;
  text-transform: uppercase;
  padding-left: 0.5625rem;
  font-weight: 600;
  color: #a0acc4;
  display: flex;
  align-items: center;
  column-gap: 0.5625rem;
}

.bottom-menus-header__btn-back::before {
  content: '';
  background: url('../img/icons/menu-arrow.svg') left/contain no-repeat;
  transform: rotate(180deg);
  width: 0.5rem;
  height: 0.875rem;
  display: block;
}



.sub-menu__columns {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 1.5rem;
}

.sub-menu__item {
  position: relative;
}

.bottom-menus-header__link {
  padding: 0.5rem;
  line-height: 150%;
  display: block;
}

.footer {
  margin-bottom: 2rem;
}

.footer__body {
  background-color: #476bf0;
  border-radius: 2rem;
  padding: 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[3];
  grid-template-columns: repeat(3, auto);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
  row-gap: 1.875rem;
}

.footer__logo {
  display: block;
}

.footer__logo:not(:last-child) {
  margin-bottom: 2.375rem;
}

.footer__item:not(:last-child) {
  margin-bottom: 0.5rem;
}

.footer__link {
  font-weight: 500;
  color: #fff;
  line-height: 140%;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.footer__title {
  font-weight: 600;
  color: #fff;
  font-family: Raleway;
  text-transform: uppercase;
  line-height: 140%;
}

.footer__title:not(:last-child) {
  margin-bottom: 1rem;
}

.footer__contact-info:not(:last-child) {
  margin-bottom: 1.5rem;
}

.footer__contact-item:not(:last-child) {
  margin-bottom: 0.5rem;
}

.footer__contact-link {
  color: #fff;
  line-height: 140%;
  font-weight: 500;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.footer__contact-address {
  color: #fff;
  line-height: 140%;
  font-weight: 500;
}

.footer__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

.footer__social-list:not(:last-child) {
  margin-bottom: 2.5rem;
}

.footer__socail-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.75rem;
          flex: 0 0 2.75rem;
  height: 2.75rem;
}

.footer__social-link img {
  width: 100%;
  height: 100%;
}

.hero {
  margin-top: 13.5rem;
}

.hero--2 {
  margin-top: 13.5rem;
}

.hero__body {
  background-color: #476bf0;
  border-radius: 32px;
  min-height: 31.375rem;
  padding: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hero__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 43.8125rem;
          flex: 0 1 43.8125rem;
}

.left-hero__title {
  font-weight: 700;
  color: #fff;
  line-height: 140%;
  font-size: 2.5rem;
  font-family: Raleway;
}

.left-hero__title--2 {
  max-width: 45.625rem;
}

.left-hero__title:not(:last-child) {
  margin-bottom: 4.9375rem;
}

.left-hero__title--2:not(:last-child) {
  margin-bottom: 1rem;
}

.left-hero__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}

.left-hero__items:not(:last-child) {
  margin-bottom: 2.5rem;
}

.left-hero__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 13.2125rem;
      flex: 0 1 13.2125rem;
  font-weight: 500;
  line-height: 140%;
  color: #fff;
}

.left-hero__price {
  border-radius: 0.75rem;
  padding: 0.25rem 0.5rem;
  background-color: #fff;
  display: inline-block;
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 145%;
  color: #476bf0;
  margin-bottom: 0.75rem;
}

.left-hero__old-price {
  text-decoration: line-through;
  color: #a0acc4;
}

.left-hero__text {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 140%;
  max-width: 37.5rem;
  color: #fff;
  margin-bottom: 1rem;
}

.left-hero__item-price {
  display: flex;
  column-gap: 1rem;
  max-width: 37.1875rem;
}

.right-hero__image {
  width: 100%;
  position: relative;
  height: 17.1875rem;
  z-index: 1;
}

.right-hero__image>img {
  width: 100%;
  max-width: 100%;
  height: 17.1875rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.right-hero__image::before,
.right-hero__image::after {
  content: "";
  position: absolute;
  -webkit-filter: blur(60px);
          filter: blur(60px);
  background: rgba(10,27,88,.32);
  z-index: -1;
}

.right-hero__image::before {
  bottom: -7.5rem;
  left: 3.125rem;
  width: 12.9375rem;
  height: 8rem;
}

.right-hero__block {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 20px;
  padding: 16px;
}

.right-hero__block p {
  font-weight: 500;
  line-height: 140%;
}

.right-hero__block--1 {
  background-color: #a8dcff;
  max-width: 13.5625rem;
  position: absolute;
  left: 2.5rem;
  bottom: -4.375rem;
  z-index: 1;
}

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

.right-hero__imgs:not(:last-child) {
  margin-bottom: 0.25rem;
}

.right-hero__img:not(:first-child) {
  margin-left: -0.375rem;
}

.right-hero__img img {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid #fff;
}

.right-hero__quantity {
  margin-left: -0.375rem;
  background-color: #fff;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  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;
  font-weight: 800;
  font-size: 0.875rem;
  color: #476bf0;
  font-family: "Mulish";
}

.right-hero__block--2 {
  background-color: #ffc1a4;
  max-width: 13.4375rem;
  position: absolute;
  left: 11.25rem;
  bottom: -9.375rem;
  z-index: 2;
}

.right-hero__title {
  font-weight: 800;
  font-family: "Mulish";
  line-height: 140%;
  font-size: 1.75rem;
}

.price {
  margin-top: 2rem;
  margin-bottom: 3.125rem;
}

.price__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.price__title:not(:last-child) {
  margin-bottom: 1.25rem;
}

.price__blocks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.price__item {
  border-radius: 16px;
  padding: 24px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.price__item.hidden {
  display: none;
}

.price__more {
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.6875rem;
     -moz-column-gap: 0.6875rem;
          column-gap: 0.6875rem;
  margin-top: 1rem;
}

.price__more::before {
  content: "";
  display: block;
  background: url("../img/icons/more.svg") left/contain no-repeat;
  width: 1.25rem;
  height: 1.3125rem;
}

.item-price__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.item-price__top:not(:last-child) {
  margin-bottom: 1rem;
}

.item-price__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.item-price__body:not(:last-child) {
  margin-bottom: 1rem;
}

.item-price__title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 140%;
  font-family: Raleway;
}

.item-price__title:not(:last-child) {
  margin-bottom: 1rem;
}

.item-price__text {
  font-weight: 600;
  font-family: "Mulish";
  line-height: 150%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.item-price__text:not(:last-child) {
  margin-bottom: 1rem;
}

.item-price__text p:not(:last-child) {
  margin-bottom: 0.625rem;
}

.item-price__text a {
  font-weight: 700;
}

.item-price__list {
  padding-left: 0.3125rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item-price__list:not(:last-child) {
  margin-bottom: 1rem;
}

.item-price__item {
  font-family: "Mulish";
  font-weight: 600;
  list-style: inside;
  line-height: 150%;
}

.item-price__item:not(:last-child) {
  margin-bottom: 0.5rem;
}

.item-price__duration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #a0acc4;
  -webkit-column-gap: 0.3125rem;
     -moz-column-gap: 0.3125rem;
          column-gap: 0.3125rem;
  font-weight: 600;
  line-height: 140%;
  font-family: "Mulish";
}

.item-price__duration p {
  color: #343434;
}

.item-price__social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
}

.item-price__social-link {
  text-transform: uppercase;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.44375rem;
     -moz-column-gap: 0.44375rem;
          column-gap: 0.44375rem;
  padding: 1rem 0.75rem;
  border-radius: 8px;
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 3.5rem;
}

.item-price__social-link--icons::after {
  content: "";
  display: block;
  width: 1.4375rem;
  height: 1.25rem;
}

.item-price__social-link--telegram {
  background-color: #37aee2;
}

.item-price__social-link--telegram::after {
  background: url("../img/icons/telegram.svg") right/contain no-repeat;
}

.item-price__social-link--whatsapp {
  background-color: #25d366;
}

.item-price__social-link--whatsapp::after {
  background: url("../img/icons/whattsapp.svg") right/contain no-repeat;
}

.top-item-price__info {
  font-size: 0.75rem;
  font-weight: 600;
  font-family: "Mulish";
  line-height: 133%;
  border-radius: 24px;
  padding: 3px 8px 5px 8px;
  background: #ffc1a4;
}

.top-item-price__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  white-space: nowrap;
}

.top-item-price__price span {
  font-size: 1.375rem;
  font-weight: 800;
  font-family: "Mulish";
  line-height: 145%;
}

.top-item-price__price span:first-child {
  color: #476bf0;
}

.top-item-price__price span:nth-child(2) {
  text-decoration: line-through;
  color: #a0acc4;
}

.knowledge {
  margin-bottom: 2rem;
}

.knowledge__title:not(:last-child) {
  margin-bottom: 2rem;
}

.knowledge__body {
  border-radius: 1.25rem;
  padding: 2rem;
  background: #fff;
}
.knowledge__content button {
  font-weight: 700;
}

.knowledge__content h3 {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 120%;
  font-family: Raleway;
}

.knowledge__image {
  max-width: 21.4375rem;
  float: right;
}
.knowledge__content h3:not(:last-child) {
  margin-bottom: 1.5rem;
}

.knowledge__content ul {
  padding-left: 0.9375rem;
}

.knowledge__content ul li{
  font-weight: 500;
  line-height: 150%;
  position: relative;
  padding-left: 0.625rem;
}

.knowledge__content ul li::before {
  content: "";
  display: block;
  width: 0.1875rem;
  height: 0.1875rem;
  background-color: #343434;
  border-radius: 50%;
  position: absolute;
  top: 0.75rem;
  left: 0;
}

.knowledge__content p {
  line-height: 150%;
}

.knowledge__play {
  position: absolute;
  background-color: #476bf0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 6.25rem;
  height: 6.25rem;
}

.knowledge__play img {
  width: 3.125rem;
  height: 3.125rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.knowledge__image {
  border-radius: 32px;
  position: relative;
  height: 37.5rem;
  cursor: pointer;
}

.knowledge__image.video-active .knowledge__play {
  display: none;
}

.knowledge__image-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
}

.knowledge__text {
  font-weight: 500;
  line-height: 150%;
  display: none;
  margin-top: 1.5rem;
}

.knowledge__text.active {
  display: block;
}

#previewVideo {
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}

.guarantee {
  margin-bottom: 2rem;
}

.guarantee__body {
  border-radius: 20px;
  background: #eff1f5;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4.625rem;
     -moz-column-gap: 4.625rem;
          column-gap: 4.625rem;
}

.guarantee__title:not(:last-child) {
  margin-bottom: 2rem;
}

.guarantee__block {
  border-radius: 16px;
  padding: 24px;
  background-color: #fff;
}

.guarantee__list:not(:last-child) {
  margin-bottom: 1.25rem;
}

.guarantee__item {
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "GothamPro";
  line-height: 133%;
  position: relative;
  padding-left: 1.25rem;
}

.guarantee__item:not(:last-child) {
  margin-bottom: 1.25rem;
}

.guarantee__item::before {
  content: "";
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: #343434;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0rem;
}

.guarantee__right img {
  width: 100%;
  height: 23.75rem;
  border: 1.12px solid #f1f1f1;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}

.required-training {
  margin-bottom: 4rem;
}

.required-training__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}

.required-training__title:not(:last-child) {
  margin-bottom: 1.5rem;
}

.required-training__left {
  background-color: #476bf0;
  padding: 2rem;
  border-radius: 20px;
}

.required-training__text {
  color: #fff;
  line-height: 150%;
  font-weight: 500;
}

.required-training__text ul {
  padding-left: 0.625rem;
}

.required-training__text ul li {
  list-style: inside;
}

.required-training__text ul li::marker {
  font-size: 0.75rem;
}

.required-training__text button {
  color: #f4f6fa;
  font-weight: 700;
}

.required-training__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.4375rem;
          flex: 0 0 41.4375rem;
}

.required-training__slider {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.required-training__slider:not(:last-child) {
  margin-bottom: 1.5rem;
}

.required-training__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  height: auto;
}

.required-training__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 19.75rem;
          flex: 0 1 19.75rem;
  overflow: hidden;
  border-radius: 12px;
}

.required-training__slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 19.5rem;
  height: 100%;
  border-radius: 12px;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.required-training__block {
  border-radius: 20px;
  padding: 32px;
  background: #ffc1a4;
  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;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
}

.required-training__small-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 140%;
}

.required-training__link {
  white-space: nowrap;
}

.cost-calculation {
  margin-bottom: 2rem;
}

.cost-calculation__title:not(:last-child) {
  margin-bottom: 2rem;
}

.cost-calculation__body-wrap {
  border-radius: 32px;
  background-color: #fff;
  padding: 2rem;
}

.cost-calculation__sub-title {
  font-size: 1.25rem;
  line-height: 120%;
  text-transform: uppercase;
  color: #a0acc4;
  font-family: "Mulish";
}

.cost-calculation__sub-title:not(:last-child) {
  margin-bottom: 0.75rem;
}

.cost-calculation__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cost-calculation__block {
  margin-right: 10rem;
}
.cost-calculation__block--last {
  padding-top: 1.5rem;
}
.cost-calculation__block--2 {
  padding-top: 1.5rem;
}

.form-calculation__step {
  display: none;
}

.form-calculation__step--last {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.form-calculation__step.active {
  display: block;
}

.form-calculation__error {
  font-size: 0.75rem;
  color: red;
}

.form-calculation__sub-title {
  font-weight: 700;
  font-family: "Mulish";
  font-size: 1.25rem;
  line-height: 120%;
  text-transform: uppercase;
  color: #a0acc4;
}

.form-calculation__sub-title:not(:last-child) {
  margin-bottom: 0.75rem;
}

.form-calculation__title {
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 86%;
  font-family: Raleway;
}

.form-calculation__title--popup {
  font-size: 2rem;
  text-align: center;
  max-width: 19.25rem;
  margin: 0px auto;
  font-weight: 700;
  line-height: 105%;
}

.form-calculation__title:not(:last-child) {
  margin-bottom: 1.25rem;
}

.form-calculation__options:not(:last-child) {
  margin-bottom: 1.25rem;
}

.form-calculation__item:not(:last-child) {
  margin-bottom: 1.25rem;
}

.form-calculation__buttons {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

.form-calculation__btn {
  font-weight: 600;
  background-color: #343434;
  color: #fff;
  line-height: 150%;
  text-transform: uppercase;
  padding: 1rem;
  border-radius: 8px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.form-calculation__btn--popup:not(:last-child) {
  margin-bottom: 1rem;
}

.form-calculation__btn--white {
  background-color: #fff;
  color: #343434;
  border: 1px solid #343434;
}

.form-calculation__final-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 30.75rem;
}

.form-calculation__small-text {
  font-size: 0.625rem;
  font-weight: 500;
  color: #a0acc4;
}

.form-calculation__small-text:not(:last-child) {
  margin-bottom: 0.25rem;
}

.form-calculation__final-input {
  padding: 0.625rem;
  width: 100%;
  font-size: 1rem;
  outline: none;
  border-bottom: 1px solid #343434;
}

.form-calculation__final-input:not(:last-child) {
  margin-bottom: 0.25rem;
}

.form-calculation__final-input::-webkit-input-placeholder {
  font-size: 1rem;
  color: #343434;
}

.form-calculation__final-input::-moz-placeholder {
  font-size: 1rem;
  color: #343434;
}

.form-calculation__final-input:-ms-input-placeholder {
  font-size: 1rem;
  color: #343434;
}

.form-calculation__final-input::-ms-input-placeholder {
  font-size: 1rem;
  color: #343434;
}

.form-calculation__final-input::placeholder {
  font-size: 1rem;
  color: #343434;
}

.form-calculation__checkbox-wrap--popup {
  margin-top: 0.3125rem;
}

.form-calculation__checkbox-wrap:not(:last-child) {
  margin-bottom: 1.25rem;
}

.form-calculation__info p {
  font-weight: 500;
}

.form-calculation__info p:not(:last-child) {
  margin-bottom: 1rem;
}

.form-calculation__popup-info {
  max-width: 10.8125rem;
  margin: 0px auto;
  text-align: center;
  line-height: 150%;
}

.form-calculation__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
}

.form-calculation__social-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.5rem;
          flex: 0 0 3.5rem;
}

.form-calculation__social-link {
  border-radius: 8px;
  padding: 4px 12px;
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  color: #fff;
  -webkit-column-gap: 0.375rem;
     -moz-column-gap: 0.375rem;
          column-gap: 0.375rem;
  font-weight: 600;
  text-transform: uppercase;
}

.form-calculation__social-link--popup {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4px 15px 0.25rem 0.75rem;
  height: 3rem;
}

.form-calculation__social-link--telegram {
  background-color: #37aee2;
}

.form-calculation__social-link--whattsapp {
  background-color: #25d366;
}

.block-cost-calculation {
  text-align: center;
}

.block-cost-calculation__title {
  font-weight: 700;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-family: Raleway;
}

.block-cost-calculation__title:not(:last-child) {
  margin-bottom: 1rem;
}

.block-cost-calculation__price {
  background: #ffc1a4;
  padding: 1rem;
  border-radius: 12px;
}

.block-cost-calculation__price span {
  display: block;
  font-family: "Mulish";
  font-weight: 700;
}

.block-cost-calculation__price span:first-child {
  font-size: 1.75rem;
}

.block-cost-calculation__price span:first-child:not(:last-child) {
  margin-bottom: 0.3125rem;
}

.block-cost-calculation__price span:nth-child(2) {
  text-decoration: line-through;
  color: rgba(52,52,52,.5);
}

.our-training {
  margin-bottom: 3.5rem;
}

.our-training__title:not(:last-child) {
  margin-bottom: 2rem;
}

.our-training__slide {
  padding-bottom: 20%;
  position: relative;
}

.our-training__slide--big {
  padding-bottom: 27.4%;
}


.our-training__slide img {
  border-radius: 12px;
}

.our-training__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  margin-top: 1.5rem;
}

.our-training__btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.875rem;
          flex: 0 0 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #343434;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.our-training__btn::before {
  content: "";
  background-image: url("../img/icons/arrow-slider-left.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 0.4375rem;
  height: 0.6875rem;
  background-size: contain;
}

.our-training__btn.swiper-button-disabled {
  background-color: rgba(52,52,52,.5);
}

.our-training__swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.125rem;
     -moz-column-gap: 0.125rem;
          column-gap: 0.125rem;
}

.our-training__swiper-pagination .swiper-pagination-bullet {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.5625rem;
          flex: 0 0 0.5625rem;
  width: 0.5625rem;
  height: 0.5625rem;
  border-radius: 50%;
  border: 1px solid #343434;
}

.our-training__swiper-pagination .swiper-pagination-bullet-active {
  background-color: #343434;
}

.our-training__swiper-button-next::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.teachers {
  margin-bottom: 2rem;
}

.teachers__title:not(:last-child) {
  margin-bottom: 2rem;
}

.teachers__body {
  border-radius: 32px;
  background-color: #fff;
  padding: 2rem 2rem 2.8125rem;
}

.teachers__image {
  position: relative;
}

.teachers__image:not(:last-child) {
  margin-bottom: 0.75rem;
}

.teachers__image img {
  border-radius: 11px;
}

.teachers__name {
  font-weight: 700;
  line-height: 150%;
  font-family: Raleway;
}

@supports (font-size: clamp( 1.25rem , 1.1723300971rem  +  0.3883495146vw , 1.5rem )) {
  .teachers__name {
    font-size: clamp( 1.25rem , 1.1723300971rem  +  0.3883495146vw , 1.5rem );
  }
}

@supports not (font-size: clamp( 1.25rem , 1.1723300971rem  +  0.3883495146vw , 1.5rem )) {
  .teachers__name {
    font-size: calc(1.25rem + 0.25 * (100vw - 20rem) / 64.375);
  }
}

.teachers__name:not(:last-child) {
  margin-bottom: 0.3125rem;
}

.teachers__info {
  font-weight: 500;
  line-height: 150%;
}

.documents {
  margin-bottom: 2rem;
}

.documents__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #476bf0;
  border-radius: 32px;
  padding: 2rem;
}

.documents__sub-title {
  color: #fff;
  font-weight: 600;
  font-family: Raleway;
  text-transform: uppercase;
}

.documents__sub-title:not(:last-child) {
  margin-bottom: 0.25rem;
}

.documents__title:not(:last-child) {
  margin-bottom: 1.5rem;
}

.documents__text {
  font-weight: 600;
  line-height: 160%;
  color: #fff;
}

.documents__text:not(:last-child) {
  margin-bottom: 1.5rem;
}

.documents__image-ibg {
  padding-bottom: 30.66%;
}

.documents__image-ibg img {
  border-radius: 20px;
}

.text-block {
  margin-bottom: 2rem;
}

.text-block h2 {
  font-weight: 700;
  line-height: 130%;
  font-family: Raleway;
  margin-bottom: 1.25rem;
}

@supports (font-size: clamp( 2rem , 1.8058252427rem  +  0.9708737864vw , 2.625rem )) {
  .text-block h2 {
    font-size: clamp( 2rem , 1.8058252427rem  +  0.9708737864vw , 2.625rem );
  }
}

@supports not (font-size: clamp( 2rem , 1.8058252427rem  +  0.9708737864vw , 2.625rem )) {
  .text-block h2 {
    font-size: calc(2rem + 0.625 * (100vw - 20rem) / 64.375);
  }
}

.text-block__container {
  font-weight: 500;
  line-height: 150%;
}

.directions {
  margin-bottom: 2rem;
}

.directions__body {
  background-color: #fff;
  padding: 2rem;
}

.directions__title:not(:last-child) {
  margin-bottom: 1.4375rem;
}

.directions__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 0.5rem;
}

.directions__item {
  line-height: 150%;
}

.directions__item:not(:last-child) {
  margin-bottom: 0.5rem;
}

.partners {
  margin-bottom: 2rem;
}

.partners__title:not(:last-child) {
  margin-bottom: 1rem;
}

.partners__slider {
  height: 12.875rem;
}

.partners__slide {
  background: #eff1f5;
  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;
  border-radius: 1.25rem;
  padding: 2.5rem;
}

.partners__slide img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.faq {
  margin-bottom: 2rem;
}

.faq__title:not(:last-child) {
  margin-bottom: 2rem;
}

.faq__body {
  background-color: #fff;
  border-radius: 2rem;
  padding: 2rem;
}

.programs {
  margin-bottom: 2rem;
}

.programs__container:not(:last-child) {
  margin-bottom: 1.25rem;
}

.programs__table {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
  width: 100%;
  max-width: 65.9375rem;
  margin: 0px auto;
  text-align: left;
}

.programs__table.active tbody tr td {
  margin: 0 1rem;
}

.programs__table th:nth-child(1),
.programs__table td:nth-child(1) {
  width: 28.436019%;
}

.programs__table th:nth-child(2),
.programs__table td:nth-child(2) {
  width: 36.829384%;
}

.programs__table th:nth-child(3),
.programs__table td:nth-child(3) {
  width: 34.829384%;
}

.programs__table thead {
  background: #eff1f5;
}

.programs__table thead tr th {
  font-size: 0.875rem;
  padding: 1.0625rem 1rem;
  line-height: 114%;
  color: #6f6f6f;
  font-family: Raleway;
}

.programs__table tbody {
  border-radius: 16px;
  background-color: #fff;
}

.programs__table tbody tr td {
  font-size: 0.875rem;
  padding: 0.5625rem 1rem;
  line-height: 114%;
  color: #0a0a0b;
}

.programs__table tbody tr:active {
  background: #e4e7ed;
}

.programs__table tbody tr.pressed {
  background: #e4e7ed;
}

.programs__table tbody tr.hidden {
  display: none;
}

.programs__table tbody tr.active {
  background: #eff1f5;
}

.programs__wrap {
  padding: 0rem 0.9375rem;
}

.expandable-row.active td {
  color: #717171;
}

.show-more-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}

.show-more-rows::before {
  content: "";
  background: url("../img/icons/spoller-arrow-bottom.svg") 0 0/contain no-repeat;
  display: block;
  width: 0.875rem;
  height: 0.5rem;
}

.show-more-rows.active::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.contacts {
  margin-top: 13.5rem;
}

.contacts:not(:last-child) {
  margin-bottom: 2rem;
}

.contacts__body {
  border-radius: 32px;
  background-color: #476bf0;
  padding: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
}

.contacts__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 29rem;
          flex: 0 1 29rem;
}

.contacts__item {
  padding: 1rem;
  border-radius: 0.75rem;
  cursor: pointer;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.contacts__item:not(:last-child) {
  margin-bottom: 2rem;
}

.contacts__item:not(.active) .item-contacts__link {
  pointer-events: none;
  cursor: pointer;
}

.contacts__item.active {
  background-color: rgba(255,255,255,.1);
}

.contacts__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24.375rem;
          flex: 0 0 24.375rem;
}

.contacts__slider {
  max-width: 24.375rem;
  display: none;
}

.contacts__slider.active {
  display: block;
}

.contacts__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
}

.contacts__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 1.25rem;
}

.contacts__swiper-button-prev,
.contacts__swiper-button-next {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.875rem;
          flex: 0 0 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #343434;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.contacts__swiper-button-prev::before,
.contacts__swiper-button-next::before {
  content: "";
  background-image: url("../img/icons/arrow-slider-left.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 0.4375rem;
  height: 0.6875rem;
  background-size: contain;
}

.contacts__swiper-button-prev.swiper-button-disabled,
.contacts__swiper-button-next.swiper-button-disabled {
  cursor: default;
  background-color: rgba(52,52,52,.5);
}

.contacts__swiper-button-next {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.item-contacts__address {
  color: #fff;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 140%;
  font-family: Raleway;
}

.item-contacts__address:not(:last-child) {
  margin-bottom: 0.75rem;
}

.item-contacts__item:not(:last-child) {
  margin-bottom: 0.75rem;
}

.item-contacts__link,
.item-contacts__info {
  font-family: "Open Sans";
  line-height: 150%;
  color: #fff;
}

.contacts-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}

.contacts-link::before {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.25rem;
          flex: 0 0 1.25rem;
}

.contacts-link--mail::before {
  width: 1.25rem;
  height: 1rem;
  background: url("../img/icons/mail.svg") 0 0/contain no-repeat;
}

.contacts-link--clock::before {
  width: 1.25rem;
  height: 1.25rem;
  background: url("../img/icons/clock.svg") 0 0/contain no-repeat;
}

.contacts-link--phone::before {
  width: 1.125rem;
  height: 1.125rem;
  background: url("../img/icons/phone.svg") 0 0/contain no-repeat;
}

.map:not(:last-child) {
  margin-bottom: 2rem;
}

.map__container iframe {
  border-radius: 2rem;
}


.tabs__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  padding: 6px;
  background: #eff1f5;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: max-content;
  margin: 0px auto 2.5625rem;
}

.tabs__navigation--big {
  max-width: 551px;
}

.tabs__navigation--small {
  max-width: 16.375rem;
  margin: 0px 0px 2.5625rem 1.875rem;
}

.tabs__title {
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
}

.tabs__title--big {
  padding: 8px 34px;
}

.tabs__title._tab-active {
  background: #dbdee3;
}

.tabs__info h3 {
  font-weight: 600;
  font-size: 1.25rem;
  max-width: 39.0625rem;
  line-height: 120%;
  font-family: "Raleway";
  margin-bottom: 1rem;

}

.tabs__info p {
  line-height: 150%;
}

.tabs__info p:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.tabs__wrap {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; */
  -webkit-column-gap: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
          min-height: 25rem;
 
}

.tabs__wrap--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 2.75rem;
     -moz-column-gap: 2.75rem;
          column-gap: 2.75rem;
          min-height: 30rem;
 
}


.tabs__text:not(:last-child) {
  margin-bottom: 1rem;
}


.tabs__image {
  float: right;
  width: 32.375rem;
  /* -webkit-box-flex: 0;
      -ms-flex: 0 0 32.375rem;
      flex: 0 0 32.375rem; */

}


.tabs__wrap--2 .tabs__image {
  -webkit-box-flex: 0;
    -ms-flex: 0 0 32.375rem;
    flex: 0 0 32.375rem;
    width: 100%;
    height: 29.0625rem;
}

.tabs__wrap--2 .tabs__image--small {
 -webkit-box-flex: 0;
    -ms-flex: 0 0 23.4rem;
        flex: 0 0 23.4rem;
  width: 100%;
  height: 29.0625rem;
}




.tabs__image img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.tabs__image--small {
  /* -webkit-box-flex: 0;
      -ms-flex: 0 0 23.4rem;
          flex: 0 0 23.4rem; */
  height: 29.0625rem;
  padding: 0;
  width: 23.4rem;
}

.tabs__image--big {
  width: 35.375rem;
  /* flex: 0 0 35.375rem;
  -ms-flex: 0 0 35.375rem; */
  height: 352px;
  background: #f6f7f9;
  border-radius: 16px; 
  padding: 1.5rem 0.75rem;
}

.tabs__block {
  border-radius: 24px;
  padding: 24px;
  background: #eff1f5;
}

.tabs__block h4 {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 145%;
  margin-bottom: 0.5rem;
  font-family: "Raleway";
}

.tabs__block p {
  line-height: 150%;
}

.block-tabs__item {
  margin-bottom: 1rem;
}

.block-tabs__item ul {
  padding-left: 20px;
}

.block-tabs__item ul li {
  list-style: disc;
  font-weight: 600;
  font-size: 20px;
}

.block-tabs__item ul li:not(:last-child) {
  margin-bottom: 10px;
}

.full-documents {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.full-documents__body {
  border-radius: 20px;
  background: #fff;
  padding: 2rem 3.125rem;
}

.full-documents__title {
  margin-bottom: 1.5rem;
}

.guarantee-block {
  margin-bottom: 2rem;
}

.guarantee-block__body {
  padding: 2rem 3.125rem;
  border-radius: 32px;
  background: #fff;
}

.guarantee-block__title {
  margin-bottom: 2rem;
}

.guarantee-block__columns {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  -webkit-column-gap: 1.0625rem;
     -moz-column-gap: 1.0625rem;
          column-gap: 1.0625rem;
  row-gap: 1.5625rem;
}

.guarantee-block__item {
  border: 1px solid #ffc1a4;
  border-radius: 16px;
  padding: 1rem;
}

.guarantee-block__image {
  background: #ffc1a4;
  width: 3rem;
  height: 3rem;
  border-radius: 12px;
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.5rem;
}

.guarantee-block__image img {
  max-width: 100%;
}

.guarantee-block__small-title {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 120%;
  font-family: "Raleway";
}

.zakon {
  margin-bottom: 2rem;
}

.zakon__body {
  border-radius: 20px;
  padding: 2rem 3.0625rem;
  background: #fff;
}

.zakon__title {
  margin-bottom: 2.1875rem;
}

.additional {
  margin-bottom: 2rem;
}

.additional__body {
  padding: 2rem 2.8125rem;
  border-radius: 20px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.additional__title {
  margin-bottom: 1.25rem;
}

.additional__sub-title {
  font-size: 1.25rem;
  font-weight: 600;
  font-family: "Raleway";
  line-height: 120%;
  text-align: center;
  margin-bottom: 3.125rem;
}

.additional__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4.9375rem;
}

.additional__item:first-child {
  margin-right: 1.4375rem;
}

.additional__item:nth-child(2) {
  margin-right: 2.125rem;
}

.additional__link {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.item-additional__image {
  width: 3.5rem;
  border-radius: 8px;
  height: 3.1875rem;
  background: #ffc1a4;
  padding: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.5rem;
}

.item-additional__image img {
  max-width: 100%;
}

.item-additional__title {
  font-weight: 600;
  font-family: "Raleway";
  line-height: 120%;
  margin-bottom: 0.5rem;
}

.item-additional__text {
  line-height: 150%;
  margin-bottom: 0.5rem;
}

.item-additional__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.375rem;
  font-weight: 800;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}

.item-additional__current {
  color: #476bf0;
}

.item-additional__old-price {
  text-decoration: line-through;
  color: #a0acc4;
}

.how-training {
  margin-bottom: 2rem;
}

.how-training__body {
  padding: 2rem 3.125rem;
  border-radius: 20px;
  background: #fff;
}

.how-training__title {
  margin-bottom: 3.6875rem;
}

.how-training__columns {
  display: -ms-grid;
  display: grid;
  gap: 3.75rem 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.how-training__item {
  position: relative;
  z-index: 1;
}

.item-how-training__number {
  position: absolute;
  top: -2.5rem;
  left: 0;
  z-index: -1;
}

.item-how-training__title {
  font-weight: 600;
  font-family: "Raleway";
  font-size: 1.25rem;
  line-height: 120%;
  margin-bottom: 0.5rem;
}

.item-how-training__list {
  padding-left: 1.5625rem;
}

.item-how-training__item {
  line-height: 150%;
  list-style: disc;
}

.reviews {
  margin-bottom: 2rem;
}

.reviews__body {
  padding: 2rem 3.0625rem 6.6875rem;
  border-radius: 20px;
  background-color: #fff;
}

.reviews__title {
  margin-bottom: 1.5rem;
}

.reviews-tabs__block {
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.reviews-tabs__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  margin-bottom: 1.5rem;
}

.reviews-tabs__left {
  border-radius: 8px;
  padding: 12px;
  background: #fff3c4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.4375rem;
     -moz-column-gap: 0.4375rem;
          column-gap: 0.4375rem;
}

.reviews-tabs__mark {
  color: #a0acc4;
}

.reviews-tabs__link {
  border: 1px solid #343434;
  border-radius: 8px;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.59375rem;
     -moz-column-gap: 0.59375rem;
          column-gap: 0.59375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.78125rem 0.96875rem 0.78125rem 0.5rem;
}

.no-webp .reviews-tabs__link::after{
  background: url("../img/icons/more2.png") right no-repeat; }

.reviews-tabs__link::after {
  content: "";
  display: block;
  width: 0.3125rem;
  height: 0.625rem;
}

.reviews-tabs__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}

.reviews-tabs__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  margin-bottom: 0.4375rem;
}

.reviews-tabs__date {
  color: #a0acc4;
}

.reviews-tabs__text {
  line-height: 150%;
}

.reviews-tabs__left--2 {
  background: #e0f1ff;
}

.programma {
  margin-bottom: 6rem;
}

.programma__body {
  padding: 2rem 3.125rem;
  border-radius: 20px;
  background: #fff;
}

.programma__title {
  margin-bottom: 2rem;
}

.programma__content {
  border-radius: 24px;
  padding: 2.6875rem 4.3125rem 3.75rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.no-webp .programma__content::after{
  background: url("../img/bg/bg-programma.png") right/cover no-repeat; }

.programma__content::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.programma__form {
  max-width: 31.6875rem;
}

.programma__form:not(:last-child) {
  margin-bottom: 1.0625rem;
}

.programma__advantages {
  border-radius: 24px;
  padding: 24px;
  background: rgba(239,241,245,.78);
  max-width: 31.6875rem;
}

.programma__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  font-family: "Raleway";
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 145%;
}

.programma__item::before {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.25rem;
          flex: 0 0 1.25rem;
  width: 1.25rem;
  margin-top: 0.1875rem;
  height: 1.25rem;
  background: url("../img/icons/check-list.svg") left/contain no-repeat;
}

.programma__item:not(:last-child) {
  margin-bottom: 1.25rem;
}

.form-programma__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.25rem;
  margin-bottom: 1.5rem;
}

.form-programma__input {
  background: none;
  padding: 0.625rem;
  outline: none;
  border-bottom: 1px solid #343434;
}

.form-programma__input::-webkit-input-placeholder {
  color: #343434;
}

.form-programma__input::-moz-placeholder {
  color: #343434;
}

.form-programma__input:-ms-input-placeholder {
  color: #343434;
}

.form-programma__input::-ms-input-placeholder {
  color: #343434;
}

.form-programma__input::placeholder {
  color: #343434;
}

.form-programma__btn {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
}

.form-programma__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  margin-bottom: 1rem;
}

.form-programma__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 3.5rem;
  border-radius: 12px;
  padding: 0.5rem;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.form-programma__link--green {
  background-color: #28d246;
}

.form-programma__link--blue {
  background-color: #24a1de;
}

.form-programma__text {
  font-size: 0.875rem;
  line-height: 143%;
  color: #1e1b1d;
}

.razryad {
  margin-bottom: 2rem;
}

.razryad__body {
  border-radius: 32px;
  background-color: #fff;
  padding: 2rem 2rem 3.75rem;
}

.razryad__title {
  margin-bottom: 2rem;
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper:not(.slider-full-width) {
  overflow: hidden;
}

.swiper-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-wrapper:not(.required-training__wrapper) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0,0,0,.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered>.swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/44*27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size)/2);
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal>.swiper-pagination-bullets:not(.our-training__swiper-pagination),
.swiper-pagination-bullets.swiper-pagination-horizontal:not(.our-training__swiper-pagination),
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0,0,0,.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,.1);
}

.swiper-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid>.swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column>.swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity,height,-webkit-transform;
  transition-property: opacity,height,-webkit-transform;
  transition-property: transform,opacity,height;
  transition-property: transform,opacity,height,-webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.cookie {
  position: fixed;
  bottom: 16px;
  width: 700px;
  display: flex;
  align-items: center;
  background: #343434;
  border-radius: 8px;
  padding: 16px;
  column-gap: 8px;
  z-index: 15;
  display: none;
}


.cookie p {
  color: #fff;
  line-height: 140%;
}

.cookie a {
  color: #ffc1a4;
}
.cookie button {
  font-weight: 500;
  border-radius: 8px;
  padding: 8px;
  background-color: #fff;
}

.menu-open .cookie {
  display: none !important;
}

.another-block {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.another-block__title {
  margin-bottom: 1.25rem;
}
.another-block__body {
  background-color: #fff;
  padding: 2rem;
  border-radius: 1.25rem;
}
.another-block__text {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 120%;
  max-width: 61.125rem;
  margin-bottom: 1.5rem;
}

.items-another-block__body {
  display: none;
}

.items-another-block__body:not(:last-child) {
  margin-bottom: 1.5rem;
}

.items-another-block__body.active {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  column-gap: 1.5rem;
  row-gap: 1.6875rem;
}
.items-another-block__item {
  min-height: 8.5rem;
  border-radius: 0.75rem;
  padding: 1rem;  
  background: #eff1f5;
}
.items-another-block__title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 120%;
  margin-bottom: 0.5rem;
}
.items-another-block__info {
  line-height: 150%;
  color: #343434;  
}
.items-another-block__btns {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 10px;
}
.items-another-block__btn {
  padding: 0.1875rem 0.625rem;
  border: 0.0625rem solid #f6f7f9;
  border-radius: 0.25rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  height: 30px;
}

.items-another-block__btn.active {
  border: 1px solid #343434;
}

.body-bottom-header__wrap-items.hidden {
  overflow: hidden;
}

.link-top-menu {
  display: flex;
  column-gap: 0.925rem;
  font-size: 0.875rem;
  line-height: 171%;
  text-transform: uppercase;
  color: #a0acc4;
  font-weight: 400;
  margin-bottom: 0.325rem;

}
.link-top-menu::after {
  content: '';
  background: url('../img/icons/back-icon.svg') right/contain no-repeat;
  width: 0.8125rem;
  height: 1.25rem;
  flex: 0 0 0.8125rem;
  display: block;
}

@media (min-width: 23.125em) {
  .form-calculation__social-item--popup {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

@media (min-width: 29.99875em) {
  .programma__content {
    background: -webkit-gradient(linear, left top, left bottom, from(#a9c5d0), color-stop(49.46%, #bdd1dc), color-stop(74.83%, #b8ced9), to(#aac6d1));
    background: linear-gradient(180deg, #a9c5d0 0%, #bdd1dc 49.46%, #b8ced9 74.83%, #aac6d1 100%);
  }
  .slider-full-width {
    overflow: hidden;
  }

  .right-hero__img--mob {
    display: none;
  }

  .required-training__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .required-training__wrapper {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    row-gap: 1.125rem;
  }

  .our-training__slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .teachers__image {
    padding-bottom: 138.4615384615%;
  }

  .teachers__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .directions__body {
    border: 1px solid #000;
    border-radius: 2rem;
  }

  .contacts__image img {
    min-height: 33.875rem;
  }
}

@media (min-width: 34.375em) {
  .top-item-price__price {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
  }
}

@media (min-width: 37.5em) {
  .header__phone--top {
    display: none;
  }
}

@media (min-width: 47.99875em) {
  .how-training__body {
    padding: 2rem;
  }
  .guarantee__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48.75rem;
            flex: 0 1 48.75rem;
  }

  .guarantee__block {
    max-width: 33.6875rem;
  }

  .guarantee__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 19.6875rem;
            flex: 0 0 19.6875rem;
  }

  .documents__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 36.25rem;
            flex: 0 1 36.25rem;
  }

  .documents__image-ibg {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 36.3125rem;
            flex: 0 1 36.3125rem;
  }
  .knowledge__image{
    margin-left: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .tabs__image {
    margin-left: 0.325rem;
    margin-bottom: 0.325rem;
  }
  .knowledge__body {
    min-height: 41.3125rem;
  }
  .knowledge__content button {
    margin-top: 0.5rem;
  }
}

@media (min-width: 65.625em) {
  .required-training__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 39.5rem;
            flex: 0 1 39.5rem;
  }

  .required-training__small-title {
    max-width: 18.1875rem;
  }
}

@media (min-width: 71.875em) {
  .wrap-items-body__items {
    display: flex;
    flex-direction: column;
    min-height: 31.25rem;
  }
  .wrap-items-body__columns-wrap {
    flex: 1 1 auto;
  }
  .menu__back-button {
    display: none;
  }
  /* .link-top-menu {
    display: none;
  } */
  .body-bottom-header__sub-list-wrap {
    position: absolute;
    max-height: 32.5rem;
    /* height: 100%; */
    /* opacity: 0;
    visibility: hidden; */
    overflow: auto;
  }

  .body-bottom-header__sub-list {
    width: 32.6923076923%;
  }

  .sub-menu__wrap {
    left: 100%;
    height: min-content;
    /* min-height: 32.5rem; */
    opacity: 0;
    visibility: hidden;
  }
  .header__bottom {
    background: #eff1f5;
    border-radius: 0 0 1.25rem 1.25rem;
  }
  .header__bottom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #eff1f5;
    z-index: -1;
    transition: all .3s;
    border-radius: 0 0 1.25rem 1.25rem;
  }
  /* .wrap-items-body__body .sub-menu__wrap {
    display: none;
  } */
  .wrap-items-body__wrap > .link-top-menu {
    display: none;
  }

  .wrap-items-body__body .sub-menu__link::after {
    display: none;
  }
  .sub-menu__link.arrow::before {
    background: url(../img/icons/menu-arrow.svg) right / 15px 12px no-repeat;
    transform: rotate(0deg);

  }
  .wrap-items-body__body {

    flex-direction: column;
  }
  .wrap-items-body__body.active {
    display: flex;
  }
  .wrap-items-body__body .wrap-items-body {
    display: flex;
    flex-direction: column;
  }
  .wrap-items-body > .link-top-menu {
    order: 1;
    padding-left: 0.5625rem;
    margin-top: 0.625rem;
  }
  .wrap-items-body > .sub-menu__columns {
    order: 2;
  }
  .body-bottom-header__sub-list-wrap > .link-top-menu  {
    display: none;
  }
}


@media (min-width: 79.4375em) {
  .item-price__social-link span:nth-child(2) {
    display: none;
  }
}

@media (min-width: 61.99875em) {
  .tabs__info--big {
    margin-top: -5.1875rem;
  }
  /* .wrap-items-body__items {
    padding-bottom: 6rem;
  } */
  .tabs__info--2 {
    /* margin-top: -86px; */
  }
  .tabs__info {
    /* max-width: 30.0625rem; */
  }

  .tabs__info--big {
    max-width: 38.9375rem;
  }

  /* .tabs__wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  } */
  .items-another-block__body {
    padding-right: 3.625rem;
  }
}

@media (min-width: 40em) {
  .cookie {
    right: 16px;
  }
  .cost-calculation__form {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 37.3125rem;
            flex: 0 1 37.3125rem;
  }

  .cost-calculation__block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15.1875rem;
            flex: 0 0 15.1875rem;
  }

  .block-cost-calculation {
    max-width: 15.1875rem;
  }
  .form-calculation__buttons--first {
    display: none;
  }
}

@media (min-width: 55em) {
  .hero__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 24.375rem;
            flex: 0 1 24.375rem;
  }
}

@media (max-width: 55em) {
  .hero__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.875rem;
    padding: 2.25rem 2.25rem 10rem 2.25rem;
  }

  .hero__left {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }

  .left-hero__items {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .right-hero__image {
    height: 21.875rem;
  }

  .right-hero__image>img {
    height: 400px;
  }
}

@media (max-width: 40em) {
   .cookie {
    left: 50%;
    transform: translateX(-50%);
  }
  .cost-calculation__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 1rem;
  }

  .form-calculation__buttons {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.75rem;
    display: none;
  }

  .form-calculation__buttons.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .form-calculation__btn {
    width: 100%;
  }
}

@media (max-width: 81.25em) {
  .required-training__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.4375rem;
            flex: 0 0 33.4375rem;
  }

  .required-training__slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 15.625rem;
            flex: 0 1 15.625rem;
  }

  .required-training__slide img {
    height: 16.875rem;
  }

  .required-training__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.25rem;
    text-align: center;
  }
}

@media (max-width: 79.375em) {
  .item-price__social-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .item-price__social-link {
    width: 100%;
  }

  .item-price__social-link span:first-child {
    display: none;
  }
}

@media (max-width: 76.25em) {
  .header {
    top: 0;
    background-color: #fff;
  }

  .header__body {
    padding: 0rem;
    min-height: 4.375rem;
  }

  .hero {
    margin-top: 6rem;
  }

  .contacts {
    margin-top: 6rem;
  }
}

@media (max-width: 73.125em) {
  .right-hero__title {
    font-size: 1.5625rem;
  }
}

@media (max-width: 71.875em) {
  .header__body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4.625rem;
    background: #fff;
    z-index: 1;
    -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    border-bottom: 2px solid transparent;
  }

  .menu-open .header__body::before {
    border-bottom: 2px solid #f4f6fa;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .menu-open .header__logo,
  .menu-open .header__phone {
    display: none;
  }

  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 6.25rem 0.9375rem 1.875rem;
    background-color: #fff;
    -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }

  /* .menu-open .menu {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  } */

  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .menu__item {
    width: 100%;
  }

  .menu__link {
    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;
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
  }

  .menu__link.arrow::after {
    content: "";
    background: url("../img/icons/menu-arrow.svg") 0 0/contain no-repeat;
    width: 0.375rem;
    height: 0.75rem;
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1rem;
            flex: 0 0 1rem;
  }

  .body-bottom-header__sub-list-wrap {
    top: 2.5rem;
    left: 0;
    height: 100%;
    /* display: none; */
    position: fixed;
  }

  /* .body-bottom-header__sub-list {
    margin-top: 1rem;
  } */

  .sub-menu {
    display: flex;
    flex-direction: column-reverse;
  }

  .sub-menu__wrap {
    left: 0;
    height: 100%;
    display: none;
    /* position: fixed; */
    position: relative;
    background-color: #fff;
    padding: 1rem 0.8125rem;
  }

  /* .sub-menu__sub-list {
    margin-top: 1rem;
  } */

  .icon-menu {
    display: block;
    position: relative;
    width: 1.25rem;
    height: 0.875rem;
    cursor: pointer;
    z-index: 20;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    content: "";
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #000;
  }

  .icon-menu::before {
    top: 0;
  }

  .icon-menu::after {
    bottom: 0;
  }

  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }

  .menu-open .icon-menu span {
    width: 0;
  }

  .menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .hero__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 34.375rem;
            flex: 0 1 34.375rem;
  }

  .left-hero__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    row-gap: 1.25rem;
  }

  .price__blocks {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .item-price__social-link {
    font-size: 0.9375rem;
  }

  .cost-calculation__block {
    margin-right: 3.125rem;
  }
  .header__body {
    z-index: 20;
  }
  .header__bottom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    transform: translate(-100%,0);
    padding: 5.5rem 2.25rem;
    background-color: #fff;
  }
  .body-bottom-header__sub-list-wrap {
    /* overflow: auto; */
  }
  .wrap-items-body__body {
    padding: 5.5rem 2rem;
  }
  .menu-open .header__bottom {
    transform: translate(0,0);
  }
  .body-bottom-header__form {
    display: none;
  }
  .body-bottom-header__wrap-items {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5.5rem 1.5rem 1.5rem;
    overflow: auto;
  }
  .wrap-items-body__items {
    height: 100%;
    overflow: auto;
    /* max-height: 92.5rem; */
    /* columns: 3; */
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    /* padding: 3.5rem 1.5rem; */
  }
  .wrap-items-body__columns-wrap {
    max-height: none;
  }
  .wrap-items-body__columns {
    display: grid;
    grid-template-columns: repeat(3,1fr);
  }
  .body-bottom-header__list {
    flex-direction: column;
  }

  .menu-open .header__contacts{
    display: none;
  }
  .wrap-items-body__body {
    height: 100%;
    max-height: none;
  }

  .back-button.visible {
    opacity: 1;
    visibility: visible;
  }
  .back-button span{
    display: none;
  }
  .menu-open .back-button {
    display: flex;
    opacity: 0;
    visibility: hidden;
  }
  .back-button.back-button--1 span:first-child {
    display: block;
  }
  .back-button.back-button--2 span:nth-child(2) {
    display: block;
  }
  .header__body.active .header__logo {
    display: none;
  }
  .back-button {
    display: none;
  }
  /* .header__body.active .back-button,
  .menu-open .back-button.visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    visibility: visible;
  } */
  .menu-open .back-button.visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    visibility: visible;
  } 
  .sub-menu__link.active {
    background: #f5f5f5;
  }
  .sub-menu__sub-list .sub-menu__link {
    color: #929191;
  }
  .wrap-items-body__btn-wrap {
    display: none;
  }
  .body-bottom-header__sub-list {
    flex-direction: column;
  }
  .header__body--2,
  .header__body--2::before {
    border-radius: 0;
  }
  .bottom-menus-header__btn-back {
    display: none;
  }
  .wrap-items-body__body.active {
    display: block;
  }

}
@media (max-width: 68.75em) {
  .tabs__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30.625rem;
            flex: 0 0 30.625rem;
  }

  .programma__form {
    max-width: 25rem;
  }

  .programma__advantages {
    max-width: 25rem;
  }
}
@media (max-width: 65.625em) {
  .required-training__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.875rem;
  }

  .required-training__right {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }

  .required-training__wrapper {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }

  .required-training__block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 61.99875em) {
  .tabs__wrap {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 1.5625rem;
  }
  .tabs__info {
    display: flex;
    flex-direction: column;

  }
  .tabs__image--big {
    width: 100%;
  }
  .tabs__image--big:not(:last-child) {
    margin-bottom: 1.5625rem;
  }
  .tabs__wrap--2 .tabs__image {
    height: 19.4375rem;
    flex: auto;
  }
  .tabs__wrap--2 .tabs__image--small  {
    height: 363px;
    flex: auto;
  }
  .tabs__wrap--2 {
    -webkit-box-direction: column;
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .tabs__image {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    height: 28.125rem;
  }
  .footer__body {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .hero__left {
        -ms-flex: auto;
            flex: auto;
  }

  .left-hero__title {
    font-size: 2.1875rem;
  }

  .guarantee__body {
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }

  .our-training__slide {
    padding-bottom: 27%;
  }

  .directions__content {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .contacts__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18.75rem;
            flex: 0 0 18.75rem;
  }

  .contacts__slider {
    max-width: 18.75rem;
  }
  .item-additional__price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.3125rem;
  }

  .reviews-tabs__body {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    row-gap: 1.5625rem;
  }

  .programma__content {
    padding: 2.6875rem 1.875rem 2.5rem;
  }

  .programma__content::after {
    right: -140px;
    width: 152%;
  }

  .programma__form {
    max-width: 21.25rem;
  }

  .programma__advantages {
    max-width: 21.25rem;
  }
  .items-another-block__body.active {
    grid-template-columns: repeat(3,1fr);
  }
  .wrap-items-body__items {
    grid-template-columns: repeat(4,1fr);
  }
}

@media (max-width: 56.25em) {
  .required-training__wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .required-training__slide img {
    height: 21.875rem;
  }
}

@media (max-width: 47.99875em) {
  .item-additional__price {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .tabs__navigation {
    margin: 0px auto 2.1875rem;
    white-space: nowrap;
    overflow: auto;
  }
  .full-documents__body {
    padding: 2rem;
  }
  .additional__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2.1875rem;
  }
  .wrap-items-body__columns {
    grid-template-columns: 1fr 1fr;
  }
  .cookie {
    max-width: 700px;
    width: 95%;
  }
  .left-hero__items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .knowledge__top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .knowledge__content ul,
  .knowledge__content p:not(.knowledge__text p)  {
    order: 3;
  }
  .knowledge__text {
    order: 5;
  }
  .knowledge__content button {
    order: 4;
  }

  .knowledge__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1rem;
  }

  .knowledge__content h3 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .knowledge__content h3:not(:last-child) {
    margin-bottom: 0;
  }

  .knowledge__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: 31.25rem;
    width: 16.875rem;
  }

  .guarantee__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .guarantee__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .guarantee__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .guarantee__block {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }

  .guarantee__right {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 1.25rem;
  }

  .guarantee__right img {
    width: 20rem;
  }

  .required-training__slide img {
    height: 18.75rem;
  }

  .required-training__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .cost-calculation__block {
    margin-right: 0;
  }

  .documents__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.875rem;
  }

  .documents__image-ibg {
    width: 100%;
    padding-bottom: 65.66%;
  }

  .directions__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .programs__table {
    width: 65.9375rem;
  }

  .programs__table th:nth-child(1),
  .programs__table td:nth-child(1) {
    width: 10.336493%;
  }

  .programs__table th:nth-child(2),
  .programs__table td:nth-child(2) {
    width: 25.336493%;
  }

  .programs__table th:nth-child(3),
  .programs__table td:nth-child(3) {
    width: 25.829384%;
  }

  .programs__wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0rem 0rem 1rem;
    margin-left: 0.9375rem;
  }

  .programs__wrap::-webkit-scrollbar {
    width: 10px;
    height: 8px;
  }

  .programs__wrap::-webkit-scrollbar-track {
    background: #eff1f5;
    border-radius: 10px;
  }

  .programs__wrap::-webkit-scrollbar-thumb {
    background: #dee3ec;
    border-radius: 10px;
  }

  .programs__wrap::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  .contacts__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.25rem;
  }

  .contacts__left {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }

  .contacts__right {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }

  .contacts__slider {
    max-width: 31.875rem;
  }
  
  .reviews__body {
    padding: 2rem;
  }

  .programma__body {
    padding: 2rem;
  }

  .programma__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .programma__content::after {
    display: none;
  }

  .programma__form {
    max-width: none;
  }

  .programma__advantages {
    max-width: none;
  }
  .items-another-block__body.active,
  .sub-menu__columns {
    grid-template-columns: repeat(2,1fr);
  }
  .wrap-items-body__items {
    /* columns:2; */
    /* max-height: 200rem; */
  }
  
}

@media (max-width: 37.5em) {
  .reviews-tabs__link {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .reviews-tabs__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .reviews-tabs__body:not(:last-child) {
    margin-bottom: 1rem;
  }
  .header._header-scroll .header__contacts {
    opacity: 0;
    visibility: hidden;
  }

  .header._header-scroll .header__phone--top {
    opacity: 1;
    visibility: visible;
  }

  .header__contacts {
    position: absolute;
    top: 4.375rem;
    left: 0;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #fff;
    padding: 0.9375rem;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    z-index: -1;
    -webkit-transition: all .1s;
    transition: all .1s;
  }

  .footer__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer__social-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .hero {
    margin-top: 10rem;
  }

  .our-training__slide {
    padding-bottom: 44%;
  }

  .contacts {
    margin-top: 10rem;
  }
  .wrap-items-body__items {
    columns: 1;
    max-height: none;
  }
}

@media (max-width: 34.375em) {
  .item-price__duration:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 31.25em) {
  .left-hero__item-price {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'link-2 link-3' 'link-1 link-1';
    row-gap: 1rem;
  }
  .item-price__social-links {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 1rem auto;
        grid-template-areas: "link-1 link-2" "link-3 link-3";
    -ms-grid-columns: 1fr 1rem 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 1rem;
  }

  .item-price__social-item:first-child {
    grid-area: link-1;
  }

  .item-price__social-item:nth-child(2) {
    grid-area: link-2;
  }

  .item-price__social-item:nth-child(3) {
    grid-area: link-3;
  }
}

@media (max-width: 31.25em){
  .item-price__social-item:first-child {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .item-price__social-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .item-price__social-item:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}

@media (max-width: 29.99875em) {
  .programma {
    margin-bottom: 2rem;
  }
  .how-training__body {
    padding: 1.5rem 1rem;
  }
  .full-documents__body {
    padding: 1.5rem 1rem;
  }
  .guarantee-block__body,
  .zakon__body  {
    padding: 1.5rem 1rem;
  }

  .guarantee-block__title {
    margin-bottom: 1.1875rem;
  }

  .guarantee-block__columns {
    row-gap: 1.1875rem;
  }

  .additional__body {
    padding: 1.5rem 1rem;
  }

  .additional__sub-title {
    margin-bottom: 1.875rem;
  }

  .cookie {
    padding: 12px;
    column-gap: 22px;
  }
  .cookie p,
  .cookie a,
  .cookie button {
    font-size: 12px;
  }
  body {
    background-color: #fafbfd;
  }

  ._spoller-init .spollers__title {
    padding: 0.5rem 2rem 0.5rem 1rem;
  }

  ._spoller-init .spollers__title::after {
    right: 0.9375rem;
  }

  ._spoller-init .spollers__title--small::before {
    right: 0.9375rem;
  }

  .tabs__navigation {
    margin: 0px auto 1.1875rem;
  }

  .tabs__image {
    height: 19.4375rem;
    padding: 1.125rem 0.4375rem;
  }

  .link {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .header__body {
    min-height: 2.75rem;
  }

  .header__body::before {
    height: 2.85rem;
  }

  .header__logo img {
    width: 7.5rem;
    height: 2.5rem;
  }

  .header__contacts {
    top: 2.6875rem;
  }

  .header__phone:not(:last-child) {
    margin-bottom: 0px;
  }

  .header__phone--bottom:not(:last-child) {
    margin-bottom: 4px;
  }

  .header__phone--top {
    opacity: 0;
    visibility: hidden;
  }
  .header._header-scroll {
    border-radius: 16px;
    top: 5px;
    background-color: transparent;
  }
  .header .header__body {
    padding: 0px 15px;
  }
  .header__contacts {
    padding: 0.9375rem 30px;
  }
  .menu {
    padding: 4.35rem 0.9375rem .875rem;
  }

  .menu__list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .menu__sub-list-wrap {
    top: 1.5rem;
    padding: 1.25rem 1rem;
  }

  .sub-menu__wrap {
    padding: 1.25rem 1rem;
  }

  .footer__body {
    padding: 2rem 1rem;
    row-gap: 2.5rem;
  }

  .hero {
    margin-top: 8rem;
  }

  .hero__body {
    padding: 1.5rem 0.625rem 9.625rem;
  }

  .left-hero__title:not(:last-child) {
    margin-bottom: 3.125rem;
  }

  .left-hero__title {
    font-size: 2rem;
  }

  .left-hero__title:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .left-hero__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 1.5rem;
  }

  .left-hero__items:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .right-hero__img--pc {
    display: none;
  }

  .right-hero__image {
    height: 17.1875rem;
  }
  

  .right-hero__image>img {
    height: 17.1875rem;
    margin-left: 0;
  }
  .right-hero__img--mob {
    margin-left: 0 !important;
  }
  .right-hero__block--1 {
    left: .5rem;
    bottom: -2.375rem;
  }

  .right-hero__block--2 {
    left: 6.25rem;
    bottom: -8.075rem;
  }

  .price {
    margin-top: 2.5rem;
    margin-bottom: 3.625rem;
  }

  .price__title {
    text-align: left;
  }

  .price__blocks {
    gap: 1.25rem;
  }

  .knowledge {
    margin-bottom: 2.5rem;
  }

  .knowledge__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .knowledge__body {
    padding: 1.5rem 1rem;
  }

  .knowledge__play {
    width: 4.375rem;
    height: 4.375rem;
  }

  .knowledge__play img {
    width: 2.5rem;
    height: 2.5rem;
  }

  .knowledge__image {
    width: 100%;
    height: 30rem;
  }

  .guarantee {
    margin-bottom: 2.5rem;
  }

  .guarantee__body {
    padding: 1.25rem 1rem 1.75rem 1rem;
  }

  .guarantee__right img {
    width: 16.5rem;
    height: 19.9375rem;
  }

  .required-training {
    margin-bottom: 2.5rem;
  }

  .required-training__container {
    row-gap: 2.5rem;
  }

  .required-training__title:not(:last-child) {
    margin-bottom: 1rem;
  }

  .required-training__left {
    padding: 1.5rem 1rem;
  }

  .required-training__wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }

  .required-training__slide {
    max-width: 16.6875rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 318px;
            flex: 0 0 318px;
  }

  .required-training__slide img {
    width: 100%;
    height: 17.375rem;
  }

  .required-training__slide.swiper-slide-active {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }

  .required-training__block {
    padding: 1rem;
    row-gap: 1rem;
  }

  .cost-calculation {
    margin-bottom: 2.5rem;
  }

  .cost-calculation__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .cost-calculation__body-wrap {
    padding: 1.25rem 1rem 0.625rem;
  }

  .our-training {
    margin-bottom: 2.5rem;
  }

  .our-training__title:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .our-training__slider {
    overflow: visible;
  }

  .our-training__slide {
    width: 314px;
    padding-bottom: 0;
  }

  .our-training__slide img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 19.625rem;
    height: 24rem;
  }

  .teachers {
    margin-bottom: 2.5rem;
  }

  .teachers__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .teachers__body {
    padding: 1.25rem;
    overflow: hidden;
  }

  .teachers__slide {
    max-width: 15.125rem;
  }

  .teachers__image {
    max-width: 15.125rem;
  }

  .teachers__image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 20.25rem;
  }

  .documents__body {
    padding: 1.5rem 1rem;
  }

  .documents__sub-title:not(:last-child) {
    margin-bottom: 1rem;
  }

  .text-block {
    margin-bottom: 2.5rem;
  }

  .directions__body {
    padding: 2rem 1rem;
    margin: 0px -0.9375rem;
  }

  .directions__title {
    text-align: center;
  }

  .directions__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .partners {
    margin-bottom: 0rem;
  }

  .partners__slide {
    padding: 2.5rem 0.25rem;
    max-width: 10rem;
    max-height: 10rem;
  }

  .faq {
    margin-bottom: 2.5rem;
  }

  .faq__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .faq__body {
    padding: 1rem;
  }

  .contacts {
    margin-top: 8rem;
  }

  .contacts__body {
    padding: 1rem;
  }

  .contacts__item:not(:last-child) {
    margin-bottom: 1.5625rem;
  }

  .contacts__image {
    height: 19.8125rem;
  }

  .map__container iframe {
    height: 40rem;
  }
  .reviews__body {
    padding: 1.5rem 1rem;
  }

  .reviews__title {
    margin-bottom: 1.25rem;
  }

  .programma__body {
    padding: 1.5rem 1rem;
  }

  .programma__title {
    margin-bottom: 1.1875rem;
  }

  .programma__content {
    padding: 0rem;
  }

  .no-webp .programma__wrap{
    background: url("../img/bg/bg-programma-mob.png") center/cover no-repeat; }

  .programma__wrap {
    padding: 10.4375rem 1rem 1rem;
    border-radius: 16px;
  }

  .razryad__body {
    padding: 1.5rem 1rem;
  }
  
  .tabs__image--big {
    height: 203px;
    padding: 18px 7px;
  }
  .tabs__image--small {
    height: 363px;
    border-radius: 0;
  }
  .additional__columns {
    margin-bottom: 1.9375rem;
  }
  .items-another-block__body.active {
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }
  .items-another-block__body:not(:last-child) {
    margin-bottom: 1rem;
  }
  .another-block__body {
    padding: 1rem;
  }
  .another-block__text {
    margin-bottom: 1rem;
  }
  .items-another-block__btns {
    justify-content: center;
  }
  .sub-menu__columns,
  .wrap-items-body__items {
    grid-template-columns: 1fr;
  }
  .header__bottom,
  .body-bottom-header__wrap-items,
  .wrap-items-body__body {
    padding: 4.25rem 1.5rem;
  }
  .wrap-items-body__columns {
    grid-template-columns: 1fr;
  }
  .sub-menu__link.arrow::before {
    transform: rotate(0deg);
  }
  .sub-menu__link.arrow.active::before {
    transform: rotate(-180deg);
  }
}

@media (max-width: 23.125em) {
  .form-calculation__social-link--popup {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__phone {
    font-size: 12px;
  }

  .form-calculation__social-link--popup span {
    display: none;
  }
}

@media (any-hover: hover) {

  .spollers__item:hover {
    background-color: #d5d8de;
  }

  .link:hover {
    background-color: #0f0f0f;
    backdrop-filter: blur(100px);
  }

  .header__phone:hover {
    color: #476bf0;
  }

  .menu__item:hover .menu__sub-list-wrap {
    opacity: 1;
    visibility: visible;
  }

  .menu__item:hover .menu__link {
    background-color: #f4f6fa;
    border-bottom: 2px solid #000;
  }

  .sub-menu__item:hover>.sub-menu__wrap {
    opacity: 1;
    visibility: visible;
  }

  .footer__link:hover {
    color: #000;
  }

  .footer__contact-link:hover {
    color: #000;
  }

  .item-price__social-link--telegram:hover {
    background-color: #30a0d1;
  }

  .item-price__social-link--whatsapp:hover {
    background-color: #1bba56;
  }

  .form-calculation__btn:hover {
    background-color: #0f0f0f;
  }

  .form-calculation__btn--white:hover {
    background-color: #fff;
  }

  .form-calculation__social-link--telegram:hover {
    background-color: #30a0d1;
  }

  .form-calculation__social-link--whattsapp:hover {
    background-color: #1bba56;
  }

  .programs__table tbody tr:hover {
    background-color: #eff1f5;
  }

  .contacts__item:hover {
    background-color: rgba(255,255,255,.1);
  }
  .sub-menu__link:hover {
    background-color: #f0f0f0;
  }
}

.webp .reviews-tabs__link::after{ background: url(../img/icons/more2.webp) right no-repeat; }

.webp .programma__content::after{ background: url(../img/bg/bg-programma.webp) right/cover no-repeat; }

@media (max-width: 29.99875em){

  .webp .programma__wrap{ background: url(../img/bg/bg-programma-mob.webp) center/cover no-repeat; }
}