@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap");
@font-face {
  font-family: "Elektra Text Pro";
  src: url("../fonts/elektratextpro/ELEKTRATEXT.OTF");
  src: local("Elektra Text Pro"), url("../fonts/elektratextpro/ELEKTRATEXT.OTF") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Elektra Text Pro Bold";
  src: url("../fonts/elektratextpro/ELEKTRATEXTBOLD.OTF");
  src: local("Elektra Text Pro Bold"), url("../fonts/elektratextpro/ELEKTRATEXTBOLD.OTF") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Eras Bold ITC";
  src: url("../fonts/ERASBD.TTF");
  src: local("Eras Bold ITC"), url("../fonts/ERASBD.TTF") format("truetype");
  font-weight: 400;
  font-style: normal;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

button {
  border: none;
}

body {
  font-family: "Elektra Text Pro";
  font-weight: 400;
}

html,
body {
  overflow-x: hidden;
}

.header {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #FFFFFF;
}
@media (min-width: 992px) {
  .header {
    padding-top: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .header {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .header {
    padding-bottom: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .header {
    padding-bottom: 40px;
  }
}
.header__container {
  width: 100%;
  max-width: 1630px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .header__container {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .header__container {
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 576px) {
  .header__container {
    max-width: none;
  }
}
.header__blockLeft {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__cities {
  display: flex;
  width: 100px;
  margin-left: 10px;
}
@media (min-width: 992px) {
  .header__cities {
    width: calc(0.0107758621 * 100vw + 89.3103448276px);
  }
}
@media (min-width: 1920px) {
  .header__cities {
    width: 110px;
  }
}
@media (min-width: 992px) {
  .header__cities {
    margin-left: calc(0.0808189655 * 100vw + -70.1724137931px);
  }
}
@media (min-width: 1920px) {
  .header__cities {
    margin-left: 85px;
  }
}
.header__cities:hover .item {
  color: #FF2A3C;
}
.header__cities:hover.selectize-control.single .selectize-input:after {
  color: #888888;
}
.header .selectize-input {
  padding: 0;
  border: 0;
  box-shadow: none;
  font-family: "Elektra Text Pro";
}
.header .selectize-control.single .selectize-input:after {
  content: "\e90a";
  font-family: "icomoon";
  border: none;
  width: 8px;
  height: 4px;
  font-size: 8px;
  color: #FF2A3C;
  margin-top: -9px;
  transition: color 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .header .selectize-control.single .selectize-input:after {
    margin-top: calc(0.0010775862 * 100vw + -10.0689655172px);
  }
}
@media (min-width: 1920px) {
  .header .selectize-control.single .selectize-input:after {
    margin-top: -8px;
  }
}
.header .item {
  font-size: 14px;
  color: #888888;
  line-height: 15px;
  transition: color 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .header .item {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .header .item {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .header .item {
    line-height: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .header .item {
    line-height: 20px;
  }
}
.header .selectize-input > input {
  display: none !important;
}
.header__blockCenter {
  display: flex;
  align-items: center;
}
.header__blockCenter-li {
  margin-right: 10px;
}
@media (min-width: 992px) {
  .header__blockCenter-li {
    margin-right: calc(0.0377155172 * 100vw + -27.4137931034px);
  }
}
@media (min-width: 1920px) {
  .header__blockCenter-li {
    margin-right: 45px;
  }
}
.header__blockCenter-li:last-child {
  margin-right: 0;
}
.header__blockCenter-link {
  color: #333333;
  font-size: 14px;
  line-height: 15px;
  transition: color 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .header__blockCenter-link {
    font-size: calc(0.0043103448 * 100vw + 9.724137931px);
  }
}
@media (min-width: 1920px) {
  .header__blockCenter-link {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .header__blockCenter-link {
    line-height: calc(0.0021551724 * 100vw + 12.8620689655px);
  }
}
@media (min-width: 1920px) {
  .header__blockCenter-link {
    line-height: 17px;
  }
}
.header__blockCenter-link:hover {
  color: #888888;
}
.header__blockRight {
  display: flex;
  align-items: center;
}
.header__blockRight-block {
  display: flex;
  flex-direction: column;
  align-items: end;
  margin-right: 15px;
}
@media (min-width: 992px) {
  .header__blockRight-block {
    margin-right: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .header__blockRight-block {
    margin-right: 30px;
  }
}
.header__blockRight-text {
  color: #888888;
  font-size: 12px;
  line-height: 12px;
}
@media (min-width: 992px) {
  .header__blockRight-text {
    font-size: calc(0.0021551724 * 100vw + 9.8620689655px);
  }
}
@media (min-width: 1920px) {
  .header__blockRight-text {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .header__blockRight-text {
    line-height: calc(0.0021551724 * 100vw + 9.8620689655px);
  }
}
@media (min-width: 1920px) {
  .header__blockRight-text {
    line-height: 14px;
  }
}
.header__btnRed {
  display: block;
  width: 130px;
  background: linear-gradient(180deg, #FF3A4A 0%, #D80B1B 100%);
  border-radius: 32px 2px 2px 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #FFFFFF;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .header__btnRed {
    width: calc(0.0668103448 * 100vw + 63.724137931px);
  }
}
@media (min-width: 1920px) {
  .header__btnRed {
    width: 192px;
  }
}
@media (min-width: 992px) {
  .header__btnRed {
    padding-top: calc(0.0075431034 * 100vw + 2.5172413793px);
  }
}
@media (min-width: 1920px) {
  .header__btnRed {
    padding-top: 17px;
  }
}
@media (min-width: 992px) {
  .header__btnRed {
    padding-bottom: calc(0.0075431034 * 100vw + 2.5172413793px);
  }
}
@media (min-width: 1920px) {
  .header__btnRed {
    padding-bottom: 17px;
  }
}
@media (min-width: 992px) {
  .header__btnRed {
    font-size: calc(0.0021551724 * 100vw + 9.8620689655px);
  }
}
@media (min-width: 1920px) {
  .header__btnRed {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .header__btnRed {
    line-height: calc(0.0021551724 * 100vw + 9.8620689655px);
  }
}
@media (min-width: 1920px) {
  .header__btnRed {
    line-height: 14px;
  }
}
.header__btnRed::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(180deg, #D80B1B 0%, #FF3A4A 100%);
  border-radius: 32px 2px 2px 32px;
  transition: opacity 0.38s ease-in-out;
}
.header__btnRed:hover::after {
  opacity: 1;
}
.header__btnGreen {
  margin-left: 2px;
  display: block;
  background: linear-gradient(270deg, #02CF3B 13.25%, #009E2C 92.71%);
  border-radius: 2px 23px 23px 2px;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
  width: 38px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .header__btnGreen {
    padding-top: calc(0.0064655172 * 100vw + -0.4137931034px);
  }
}
@media (min-width: 1920px) {
  .header__btnGreen {
    padding-top: 12px;
  }
}
@media (min-width: 992px) {
  .header__btnGreen {
    padding-bottom: calc(0.0064655172 * 100vw + -0.4137931034px);
  }
}
@media (min-width: 1920px) {
  .header__btnGreen {
    padding-bottom: 12px;
  }
}
@media (min-width: 992px) {
  .header__btnGreen {
    font-size: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .header__btnGreen {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .header__btnGreen {
    width: calc(0.0107758621 * 100vw + 27.3103448276px);
  }
}
@media (min-width: 1920px) {
  .header__btnGreen {
    width: 48px;
  }
}
.header__btnGreen::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(270deg, #009E2C 13.25%, #02CF3B 92.71%);
  border-radius: 2px 23px 23px 2px;
  transition: opacity 0.38s ease-in-out;
}
.header__btnGreen:hover::after {
  opacity: 1;
}

input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.payment {
  padding-bottom: 30px;
  /* для элемента label связанного с .custom-radio */
  /* создание в label псевдоэлемента  before со следующими стилями */
}
@media (min-width: 992px) {
  .payment {
    padding-bottom: calc(0.0969827586 * 100vw + -66.2068965517px);
  }
}
@media (min-width: 1920px) {
  .payment {
    padding-bottom: 120px;
  }
}
.payment__container {
  width: 100%;
  max-width: 1630px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .payment__container {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .payment__container {
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 576px) {
  .payment__container {
    max-width: none;
  }
}
.payment__progressbar {
  display: block;
  max-width: 1531px;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .payment__progressbar {
    margin-bottom: calc(0.0969827586 * 100vw + -66.2068965517px);
  }
}
@media (min-width: 1920px) {
  .payment__progressbar {
    margin-bottom: 120px;
  }
}
.payment__wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.payment__wrapper--grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
@media (min-width: 992px) {
  .payment__wrapper--grid {
    -moz-column-gap: calc(0 * 100vw + 20px);
         column-gap: calc(0 * 100vw + 20px);
  }
}
@media (min-width: 1920px) {
  .payment__wrapper--grid {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (min-width: 992px) {
  .payment__wrapper--grid {
    row-gap: calc(0.0323275862 * 100vw + -12.0689655172px);
  }
}
@media (min-width: 1920px) {
  .payment__wrapper--grid {
    row-gap: 50px;
  }
}
.payment__wrapper-right .payment__agreement {
  justify-content: flex-start;
}
.payment__wrapper-right .payment__agreement:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .payment__wrapper-right .payment__agreement:not(:last-child) {
    margin-bottom: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .payment__wrapper-right .payment__agreement:not(:last-child) {
    margin-bottom: 30px;
  }
}
.payment__wrapper-right .payment__agreement > span::before {
  width: 22px;
  height: 22px;
  margin-right: 35px;
  margin-right: 20px;
}
@media (min-width: 992px) {
  .payment__wrapper-right .payment__agreement > span::before {
    margin-right: calc(0.0161637931 * 100vw + 3.9655172414px);
  }
}
@media (min-width: 1920px) {
  .payment__wrapper-right .payment__agreement > span::before {
    margin-right: 35px;
  }
}
.payment__wrapper-right .payment__agreement > span {
  color: #333333;
  line-height: 100%;
  font-size: 20px;
}
@media (min-width: 992px) {
  .payment__wrapper-right .payment__agreement > span {
    font-size: calc(0.0064655172 * 100vw + 13.5862068966px);
  }
}
@media (min-width: 1920px) {
  .payment__wrapper-right .payment__agreement > span {
    font-size: 26px;
  }
}
.payment__wrapper-right .payment__agreement > span span {
  color: #FF2A3C;
  white-space: nowrap;
}
.payment__box {
  display: none;
  opacity: 0;
}
.payment__box--active {
  display: flex;
  flex-direction: column;
}
.payment__box--opacity {
  opacity: 1;
  transition: all 0.38s;
}
.payment .list {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .payment .list {
    margin-bottom: calc(0.0754310345 * 100vw + -44.8275862069px);
  }
}
@media (min-width: 1920px) {
  .payment .list {
    margin-bottom: 100px;
  }
}
.payment .list .list__item {
  color: #666666;
  line-height: 100%;
  font-size: 20px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .payment .list .list__item {
    font-size: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .payment .list .list__item {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .payment .list .list__item {
    margin-bottom: calc(0.0129310345 * 100vw + 2.1724137931px);
  }
}
@media (min-width: 1920px) {
  .payment .list .list__item {
    margin-bottom: 27px;
  }
}
.payment .list .list__item span {
  display: contents;
  color: #333333;
}
.payment .list .list__item p {
  display: contents;
  color: #FF2A3C;
}
.payment .list .list__item::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #FF2A3C;
  border-radius: 50%;
  flex-shrink: 0;
}
.payment__form {
  max-width: 1056px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  gap: 20px;
}
@media (min-width: 992px) {
  .payment__form {
    gap: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .payment__form {
    gap: 30px;
  }
}
.payment__form-wrapper {
  max-width: 1056px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  gap: 20px;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .payment__form-wrapper {
    gap: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .payment__form-wrapper {
    gap: 30px;
  }
}
@media (min-width: 992px) {
  .payment__form-wrapper {
    margin-bottom: calc(0.0700431034 * 100vw + -69.4827586207px);
  }
}
@media (min-width: 1920px) {
  .payment__form-wrapper {
    margin-bottom: 65px;
  }
}
.payment__agreement {
  width: 100%;
  display: flex;
  justify-content: center;
}
.payment__agreement--mt10 {
  margin-top: 10px;
}
.payment__textBold {
  font-weight: 700;
  color: #333333;
  font-size: 22px;
  line-height: 22px;
}
@media (min-width: 992px) {
  .payment__textBold {
    font-size: calc(0.0043103448 * 100vw + 17.724137931px);
  }
}
@media (min-width: 1920px) {
  .payment__textBold {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .payment__textBold {
    line-height: calc(0.0043103448 * 100vw + 17.724137931px);
  }
}
@media (min-width: 1920px) {
  .payment__textBold {
    line-height: 26px;
  }
}
.payment__input {
  position: relative;
  width: 48%;
  display: flex;
  align-items: flex-start;
  align-items: center;
  border-radius: 32px;
  background: #F0F0F0;
  gap: 15px;
}
.payment__input-icon {
  color: #CCCCCC;
  padding: 17px;
  font-size: 22px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .payment__input-icon {
    padding: calc(0.0032327586 * 100vw + 13.7931034483px);
  }
}
@media (min-width: 1920px) {
  .payment__input-icon {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .payment__input-icon {
    font-size: calc(0.0021551724 * 100vw + 19.8620689655px);
  }
}
@media (min-width: 1920px) {
  .payment__input-icon {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .payment__input-icon {
    padding-right: calc(0 * 100vw + 0px);
  }
}
@media (min-width: 1920px) {
  .payment__input-icon {
    padding-right: 0px;
  }
}
.payment__input-item {
  color: #333333;
  line-height: 15.28px;
  font-size: 16px;
  padding: 17px;
  padding-left: 0px;
  width: -webkit-fill-available;
}
@media (min-width: 992px) {
  .payment__input-item {
    line-height: calc(0.0021551724 * 100vw + 13.1420689655px);
  }
}
@media (min-width: 1920px) {
  .payment__input-item {
    line-height: 17.28px;
  }
}
@media (min-width: 992px) {
  .payment__input-item {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .payment__input-item {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .payment__input-item {
    padding: calc(0.0032327586 * 100vw + 13.7931034483px);
  }
}
@media (min-width: 1920px) {
  .payment__input-item {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .payment__input-item {
    padding-left: calc(0 * 100vw + 0px);
  }
}
@media (min-width: 1920px) {
  .payment__input-item {
    padding-left: 0px;
  }
}
.payment__input-item::-webkit-input-placeholder {
  color: #333333;
  line-height: 15.28px;
  font-size: 16px;
}
@media (min-width: 992px) {
  .payment__input-item::-webkit-input-placeholder {
    line-height: calc(0.0021551724 * 100vw + 13.1420689655px);
  }
}
@media (min-width: 1920px) {
  .payment__input-item::-webkit-input-placeholder {
    line-height: 17.28px;
  }
}
@media (min-width: 992px) {
  .payment__input-item::-webkit-input-placeholder {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .payment__input-item::-webkit-input-placeholder {
    font-size: 18px;
  }
}
.payment__input-item::-moz-placeholder {
  color: #333333;
  line-height: 15.28px;
  font-size: 16px;
}
@media (min-width: 992px) {
  .payment__input-item::-moz-placeholder {
    line-height: calc(0.0021551724 * 100vw + 13.1420689655px);
  }
}
@media (min-width: 1920px) {
  .payment__input-item::-moz-placeholder {
    line-height: 17.28px;
  }
}
@media (min-width: 992px) {
  .payment__input-item::-moz-placeholder {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .payment__input-item::-moz-placeholder {
    font-size: 18px;
  }
}
.payment__input-item:-ms-input-placeholder {
  color: #333333;
  line-height: 15.28px;
  font-size: 16px;
}
@media (min-width: 992px) {
  .payment__input-item:-ms-input-placeholder {
    line-height: calc(0.0021551724 * 100vw + 13.1420689655px);
  }
}
@media (min-width: 1920px) {
  .payment__input-item:-ms-input-placeholder {
    line-height: 17.28px;
  }
}
@media (min-width: 992px) {
  .payment__input-item:-ms-input-placeholder {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .payment__input-item:-ms-input-placeholder {
    font-size: 18px;
  }
}
.payment__input-item::-ms-input-placeholder {
  color: #333333;
  line-height: 15.28px;
  font-size: 16px;
}
@media (min-width: 992px) {
  .payment__input-item::-ms-input-placeholder {
    line-height: calc(0.0021551724 * 100vw + 13.1420689655px);
  }
}
@media (min-width: 1920px) {
  .payment__input-item::-ms-input-placeholder {
    line-height: 17.28px;
  }
}
@media (min-width: 992px) {
  .payment__input-item::-ms-input-placeholder {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .payment__input-item::-ms-input-placeholder {
    font-size: 18px;
  }
}
.payment__input-item::-moz-placeholder {
  color: #333333;
  line-height: 15.28px;
  font-size: 16px;
}
.payment__input-item::placeholder {
  color: #333333;
  line-height: 15.28px;
  font-size: 16px;
}
@media (min-width: 992px) {
  .payment__input-item::-moz-placeholder {
    line-height: calc(0.0021551724 * 100vw + 13.1420689655px);
  }
  .payment__input-item::placeholder {
    line-height: calc(0.0021551724 * 100vw + 13.1420689655px);
  }
}
@media (min-width: 1920px) {
  .payment__input-item::-moz-placeholder {
    line-height: 17.28px;
  }
  .payment__input-item::placeholder {
    line-height: 17.28px;
  }
}
@media (min-width: 992px) {
  .payment__input-item::-moz-placeholder {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
  .payment__input-item::placeholder {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .payment__input-item::-moz-placeholder {
    font-size: 18px;
  }
  .payment__input-item::placeholder {
    font-size: 18px;
  }
}
.payment__sum {
  text-transform: uppercase;
  position: relative;
  text-align: center;
  font-weight: 700;
  line-height: 125%;
  font-size: 24px;
  margin-bottom: 30px;
  padding-top: 20px;
}
@media (min-width: 992px) {
  .payment__sum {
    font-size: calc(0.0129310345 * 100vw + 11.1724137931px);
  }
}
@media (min-width: 1920px) {
  .payment__sum {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .payment__sum {
    margin-bottom: calc(0.0754310345 * 100vw + -44.8275862069px);
  }
}
@media (min-width: 1920px) {
  .payment__sum {
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .payment__sum {
    padding-top: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .payment__sum {
    padding-top: 30px;
  }
}
.payment__sum span {
  color: #00B2EE;
}
.payment__sum::before {
  content: "";
  width: 70px;
  position: absolute;
  left: 0;
  top: 0;
  background: #FF2A3C;
  border-radius: 10px;
  height: 4px;
  transform: translateX(-50%);
  left: 50%;
}
@media (min-width: 992px) {
  .payment__sum::before {
    width: calc(0.0387931034 * 100vw + 31.5172413793px);
  }
}
@media (min-width: 1920px) {
  .payment__sum::before {
    width: 106px;
  }
}
.payment__bottom-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.payment__radio--width59 {
  width: 59%;
}
.payment__radio-title {
  padding-left: 60px;
  position: relative;
  color: #333333;
  line-height: 100%;
  padding-left: 40px;
  font-size: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .payment__radio-title {
    padding-left: calc(0.0215517241 * 100vw + 18.6206896552px);
  }
}
@media (min-width: 1920px) {
  .payment__radio-title {
    padding-left: 60px;
  }
}
@media (min-width: 992px) {
  .payment__radio-title {
    font-size: calc(0.0064655172 * 100vw + 13.5862068966px);
  }
}
@media (min-width: 1920px) {
  .payment__radio-title {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .payment__radio-title {
    margin-bottom: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .payment__radio-title {
    margin-bottom: 30px;
  }
}
.payment__radio-title span {
  color: #FF2A3C;
  white-space: nowrap;
}
.payment__radio-subtext, .payment__radio-text {
  margin-left: 40px;
}
@media (min-width: 992px) {
  .payment__radio-subtext, .payment__radio-text {
    margin-left: calc(0.0215517241 * 100vw + 18.6206896552px);
  }
}
@media (min-width: 1920px) {
  .payment__radio-subtext, .payment__radio-text {
    margin-left: 60px;
  }
}
.payment__radio-subtext {
  line-height: 100%;
  color: #666666;
  font-size: 18px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .payment__radio-subtext {
    font-size: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .payment__radio-subtext {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .payment__radio-subtext {
    margin-bottom: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .payment__radio-subtext {
    margin-bottom: 20px;
  }
}
.payment__radio-text {
  line-height: 130%;
  font-size: 18px;
  color: #666666;
}
@media (min-width: 992px) {
  .payment__radio-text {
    font-size: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .payment__radio-text {
    font-size: 20px;
  }
}
.payment__radio-text span {
  color: #333333;
}
.payment__radio-content {
  width: 87%;
}
.payment__wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .payment__wrapper {
    margin-bottom: calc(0.0969827586 * 100vw + -66.2068965517px);
  }
}
@media (min-width: 1920px) {
  .payment__wrapper {
    margin-bottom: 120px;
  }
}
.payment .payment__radio-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.payment .ordering__radio-title {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.payment .payment__radio-title::before {
  content: "";
  position: absolute;
  left: 0px;
  box-sizing: border-box;
  display: inline-block;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid #F0F0F0;
  transition: border 0.2s ease-in-out;
  border-radius: 50%;
  margin-right: 9px;
  top: -3px;
}
@media (min-width: 992px) {
  .payment .payment__radio-title::before {
    top: calc(0.0032327586 * 100vw + -6.2068965517px);
  }
}
@media (min-width: 1920px) {
  .payment .payment__radio-title::before {
    top: 0px;
  }
}
.payment .payment__radio-input:checked + .payment__radio-content .payment__radio-title::before {
  border: 8px solid #FF2A3C;
  width: 26px;
  height: 26px;
}

.payment__agreement > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.payment__agreement > span {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #333333;
  line-height: 125%;
  font-size: 10px;
}
@media (min-width: 992px) {
  .payment__agreement > span {
    font-size: calc(0.0021551724 * 100vw + 7.8620689655px);
  }
}
@media (min-width: 1920px) {
  .payment__agreement > span {
    font-size: 12px;
  }
}
.payment__agreement > span a {
  color: #333333;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: transparent !important;
}

.mCSB_scrollTools .mCSB_dragger {
  background: linear-gradient(180deg, #FF3A4A 0%, #D80B1B 100%);
  border-radius: 10px;
  right: 0px;
  width: 20px;
}

.mCSB_scrollTools {
  opacity: 1 !important;
}

.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent !important;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 10px;
  background: #D9D9D9;
  width: 20px;
  right: 0px;
  z-index: 20 !important;
}

.payment__agreement > span::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #CCC;
  border-radius: 2px;
  margin-right: 15px;
  background-size: 150%;
  background-position: center;
}

.payment__agreement > input:checked + span::before {
  background-image: url("../img/picture/uim_check.svg");
}

.progressbar__item {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.progressbar__item * {
  pointer-events: none;
}
.progressbar__circle {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F9F8F8;
  border-radius: 50%;
  margin-bottom: 15px;
  width: 68px;
  height: 68px;
}
@media (min-width: 992px) {
  .progressbar__circle {
    margin-bottom: calc(0.0107758621 * 100vw + 4.3103448276px);
  }
}
@media (min-width: 1920px) {
  .progressbar__circle {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .progressbar__circle {
    width: calc(0.0150862069 * 100vw + 53.0344827586px);
  }
}
@media (min-width: 1920px) {
  .progressbar__circle {
    width: 82px;
  }
}
@media (min-width: 992px) {
  .progressbar__circle {
    height: calc(0.0150862069 * 100vw + 53.0344827586px);
  }
}
@media (min-width: 1920px) {
  .progressbar__circle {
    height: 82px;
  }
}
.progressbar__circle-min {
  border-radius: 34px;
  background: #FF2A3C;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  width: 28px;
  height: 28px;
}
@media (min-width: 992px) {
  .progressbar__circle-min {
    width: calc(0.0064655172 * 100vw + 21.5862068966px);
  }
}
@media (min-width: 1920px) {
  .progressbar__circle-min {
    width: 34px;
  }
}
@media (min-width: 992px) {
  .progressbar__circle-min {
    height: calc(0.0064655172 * 100vw + 21.5862068966px);
  }
}
@media (min-width: 1920px) {
  .progressbar__circle-min {
    height: 34px;
  }
}
.progressbar__circle-min--hidden {
  opacity: 0;
}
.progressbar__text {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 17.22px;
  font-size: 16px;
}
@media (min-width: 992px) {
  .progressbar__text {
    line-height: calc(0.0021551724 * 100vw + 15.0820689655px);
  }
}
@media (min-width: 1920px) {
  .progressbar__text {
    line-height: 19.22px;
  }
}
@media (min-width: 992px) {
  .progressbar__text {
    font-size: calc(0.0043103448 * 100vw + 11.724137931px);
  }
}
@media (min-width: 1920px) {
  .progressbar__text {
    font-size: 20px;
  }
}
.progressbar__bar {
  position: absolute;
  width: 77%;
  background: #F0F0F0;
  height: 22px;
  top: 30px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  top: 23px;
}
@media (min-width: 992px) {
  .progressbar__bar {
    top: calc(0.0075431034 * 100vw + 15.5172413793px);
  }
}
@media (min-width: 1920px) {
  .progressbar__bar {
    top: 30px;
  }
}
.progressbar__bar::before {
  content: "";
  z-index: 1;
  background-color: #FF2A3C;
  position: absolute;
  height: 22px;
  top: 0px;
  left: 0px;
  width: 0%;
  height: 100%;
  border-radius: 25px;
  transition: width 0.5s ease-in-out;
}
.progressbar__bar--conditions::before {
  width: 0%;
}
.progressbar__bar--program::before {
  width: 33%;
}
.progressbar__bar--data::before {
  width: 66%;
}
.progressbar__bar--payment::before {
  width: 100%;
}

.menu {
  position: fixed;
  top: 0;
  left: -23%;
  background-color: #ffffff;
  z-index: 15;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 23%;
  height: 100%;
  transition: left 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .menu {
    padding-left: calc(0.0269396552 * 100vw + -1.724137931px);
  }
}
@media (min-width: 1920px) {
  .menu {
    padding-left: 50px;
  }
}
@media (min-width: 992px) {
  .menu {
    padding-right: calc(0.0269396552 * 100vw + -1.724137931px);
  }
}
@media (min-width: 1920px) {
  .menu {
    padding-right: 50px;
  }
}
@media (min-width: 992px) {
  .menu {
    padding-top: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .menu {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .menu {
    padding-bottom: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .menu {
    padding-bottom: 40px;
  }
}
.menu--open {
  left: 0;
}
.menu__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 0.5px solid #CCCCCC;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .menu__wrapper {
    padding-bottom: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .menu__wrapper {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .menu__wrapper {
    margin-bottom: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .menu__wrapper {
    margin-bottom: 60px;
  }
}
.menu__title {
  color: #333333;
  font-size: 28px;
  line-height: 36px;
}
@media (min-width: 992px) {
  .menu__title {
    font-size: calc(0.0086206897 * 100vw + 19.4482758621px);
  }
}
@media (min-width: 1920px) {
  .menu__title {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .menu__title {
    line-height: calc(0.0096982759 * 100vw + 26.3793103448px);
  }
}
@media (min-width: 1920px) {
  .menu__title {
    line-height: 45px;
  }
}
.menu__btnClose {
  cursor: pointer;
  position: relative;
  width: 18px;
  height: 18px;
}
.menu__btnClose span {
  position: absolute;
  height: 100%;
  width: 2px;
  background: #333333;
  border-radius: 2px;
  transform: rotate(45deg);
  transition: color 0.38s ease-in-out;
}
.menu__btnClose span:last-child {
  transform: rotate(-45deg);
}
.menu__btnClose:hover span {
  color: #EF2637;
}
.menu__li {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .menu__li {
    margin-bottom: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .menu__li {
    margin-bottom: 30px;
  }
}
.menu__li:last-child {
  margin-bottom: 0;
}
.menu__link {
  display: flex;
  align-items: center;
}
.menu__link-text {
  color: #333333;
  font-size: 18px;
  line-height: 22px;
  width: 93%;
  transition: color 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .menu__link-text {
    font-size: calc(0.0064655172 * 100vw + 11.5862068966px);
  }
}
@media (min-width: 1920px) {
  .menu__link-text {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .menu__link-text {
    line-height: calc(0.0086206897 * 100vw + 13.4482758621px);
  }
}
@media (min-width: 1920px) {
  .menu__link-text {
    line-height: 30px;
  }
}
.menu__link-icon {
  width: 0;
  height: 12px;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .menu__link-icon {
    height: calc(0.005387931 * 100vw + 6.6551724138px);
  }
}
@media (min-width: 1920px) {
  .menu__link-icon {
    height: 17px;
  }
}
.menu__link:hover .menu__link-text {
  color: #EF2637;
}
.menu__link:hover .menu__link-icon {
  width: 8px;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .menu__link:hover .menu__link-icon {
    width: calc(0.0021551724 * 100vw + 5.8620689655px);
  }
}
@media (min-width: 1920px) {
  .menu__link:hover .menu__link-icon {
    width: 10px;
  }
}
@media (min-width: 992px) {
  .menu__link:hover .menu__link-icon {
    margin-right: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .menu__link:hover .menu__link-icon {
    margin-right: 20px;
  }
}
.menu__minText {
  color: #666666;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .menu__minText {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .menu__minText {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .menu__minText {
    line-height: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .menu__minText {
    line-height: 16px;
  }
}
@media (min-width: 992px) {
  .menu__minText {
    margin-bottom: calc(0.005387931 * 100vw + -0.3448275862px);
  }
}
@media (min-width: 1920px) {
  .menu__minText {
    margin-bottom: 10px;
  }
}
.menu__minText:last-child {
  margin-bottom: 0;
}
.menu__minText--link {
  display: block;
  transition: color 0.38s ease-in-out;
}
.menu__minText--link:hover {
  color: #0095C8;
}

.blackout {
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: -11;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.38s ease-in-out;
}
.blackout--open {
  opacity: 1;
  z-index: 14;
}

.telefon {
  display: flex;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .telefon {
    margin-bottom: calc(0.005387931 * 100vw + -0.3448275862px);
  }
}
@media (min-width: 1920px) {
  .telefon {
    margin-bottom: 10px;
  }
}
.telefon__icon {
  color: #FF2A3C;
  font-size: 20px;
  margin-right: 5px;
}
@media (min-width: 992px) {
  .telefon__icon {
    font-size: calc(0.0129310345 * 100vw + 7.1724137931px);
  }
}
@media (min-width: 1920px) {
  .telefon__icon {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .telefon__icon {
    margin-right: calc(0.0107758621 * 100vw + -5.6896551724px);
  }
}
@media (min-width: 1920px) {
  .telefon__icon {
    margin-right: 15px;
  }
}
.telefon__link {
  font-family: "Eras Bold ITC";
  color: #00B2EE;
  font-size: 18px;
  line-height: 24px;
  transition: color 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .telefon__link {
    font-size: calc(0.0064655172 * 100vw + 11.5862068966px);
  }
}
@media (min-width: 1920px) {
  .telefon__link {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .telefon__link {
    line-height: calc(0.0043103448 * 100vw + 19.724137931px);
  }
}
@media (min-width: 1920px) {
  .telefon__link {
    line-height: 28px;
  }
}
.telefon__link:hover {
  color: #1981A4;
}

.burger {
  width: 32px;
  height: 24px;
  margin-right: 15px;
}
@media (min-width: 992px) {
  .burger {
    margin-right: calc(0.0269396552 * 100vw + -11.724137931px);
  }
}
@media (min-width: 1920px) {
  .burger {
    margin-right: 40px;
  }
}
.burger:hover span {
  background: #00B2EE;
}
.burger:hover span:nth-child(2) {
  width: 100%;
}
.burger span {
  display: block;
  background: #1981A4;
  border-radius: 2px;
  width: 100%;
  height: 4px;
  margin-bottom: 6px;
  transition: all 0.38s ease-in-out;
}
.burger span:nth-child(2) {
  width: 75%;
}
.burger span:last-child {
  margin-bottom: 0;
}

.logo {
  width: 160px;
  height: 46px;
  position: relative;
}
@media (min-width: 992px) {
  .logo {
    width: calc(0.0969827586 * 100vw + 63.7931034483px);
  }
}
@media (min-width: 1920px) {
  .logo {
    width: 250px;
  }
}
@media (min-width: 992px) {
  .logo {
    height: calc(0.0075431034 * 100vw + 38.5172413793px);
  }
}
@media (min-width: 1920px) {
  .logo {
    height: 53px;
  }
}
.logo__img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.contentHome {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 1;
}
@media (min-width: 992px) {
  .contentHome {
    padding-top: calc(0.0603448276 * 100vw + -9.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contentHome {
    padding-top: 106px;
  }
}
@media (min-width: 992px) {
  .contentHome {
    padding-bottom: calc(0.0603448276 * 100vw + -9.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contentHome {
    padding-bottom: 106px;
  }
}
.contentHome::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
}
.contentHome__fon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  -o-object-fit: cover;
  object-fit: cover;
}
.contentHome__container {
  width: 100%;
  max-width: 1630px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 992px) {
  .contentHome__container {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .contentHome__container {
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 576px) {
  .contentHome__container {
    max-width: none;
  }
}
.contentHome__info {
  width: 65%;
  margin-right: 40px;
}
@media (min-width: 992px) {
  .contentHome__info {
    margin-right: calc(0.1400862069 * 100vw + -98.9655172414px);
  }
}
@media (min-width: 1920px) {
  .contentHome__info {
    margin-right: 170px;
  }
}
.contentHome__bigText {
  position: relative;
  font-family: "Elektra Text Pro Bold";
  color: #FFFFFF;
  font-size: 36px;
  line-height: 40px;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .contentHome__bigText {
    font-size: calc(0.0387931034 * 100vw + -2.4827586207px);
  }
}
@media (min-width: 1920px) {
  .contentHome__bigText {
    font-size: 72px;
  }
}
@media (min-width: 992px) {
  .contentHome__bigText {
    line-height: calc(0.0323275862 * 100vw + 7.9310344828px);
  }
}
@media (min-width: 1920px) {
  .contentHome__bigText {
    line-height: 70px;
  }
}
@media (min-width: 992px) {
  .contentHome__bigText {
    padding-bottom: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .contentHome__bigText {
    padding-bottom: 30px;
  }
}
.contentHome__bigText::after {
  content: "";
  background: #FF2B3C;
  border-radius: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  height: 4px;
}
.contentHome__bigText-number,
.contentHome__bigText span {
  font-size: 70px;
}
@media (min-width: 992px) {
  .contentHome__bigText-number,
  .contentHome__bigText span {
    font-size: calc(0.0625 * 100vw + 8px);
  }
}
@media (min-width: 1920px) {
  .contentHome__bigText-number,
  .contentHome__bigText span {
    font-size: 128px;
  }
}
.contentHome__list {
  margin-top: 20px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .contentHome__list {
    margin-top: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .contentHome__list {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .contentHome__list {
    margin-bottom: calc(0.0484913793 * 100vw + -23.1034482759px);
  }
}
@media (min-width: 1920px) {
  .contentHome__list {
    margin-bottom: 70px;
  }
}
.contentHome__list-item {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 15px;
  position: relative;
}
@media (min-width: 992px) {
  .contentHome__list-item {
    font-size: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .contentHome__list-item {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .contentHome__list-item {
    line-height: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .contentHome__list-item {
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .contentHome__list-item {
    margin-bottom: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .contentHome__list-item {
    margin-bottom: 30px;
  }
}
.contentHome__list-item::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #FF2A3C;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 20px;
}
@media (min-width: 992px) {
  .contentHome__list-item::before {
    margin-right: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .contentHome__list-item::before {
    margin-right: 30px;
  }
}
.contentHome__items {
  display: flex;
}
.contentHome__items-wrapper {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .contentHome__items-wrapper {
    margin-right: calc(0.0484913793 * 100vw + -38.1034482759px);
  }
}
@media (min-width: 1920px) {
  .contentHome__items-wrapper {
    margin-right: 55px;
  }
}
.contentHome__items-wrapper:last-child {
  margin-right: 0;
}
.contentHome__items-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 992px) {
  .contentHome__items-icon {
    width: calc(0.0193965517 * 100vw + 10.7586206897px);
  }
}
@media (min-width: 1920px) {
  .contentHome__items-icon {
    width: 48px;
  }
}
@media (min-width: 992px) {
  .contentHome__items-icon {
    height: calc(0.0193965517 * 100vw + 10.7586206897px);
  }
}
@media (min-width: 1920px) {
  .contentHome__items-icon {
    height: 48px;
  }
}
@media (min-width: 992px) {
  .contentHome__items-icon {
    margin-right: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .contentHome__items-icon {
    margin-right: 20px;
  }
}
.contentHome__items-text {
  color: #FFFFFF;
  font-family: "Elektra Text Pro Bold";
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .contentHome__items-text {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contentHome__items-text {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .contentHome__items-text {
    line-height: calc(0.0021551724 * 100vw + 17.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contentHome__items-text {
    line-height: 22px;
  }
}
.contentHome__form {
  width: 35%;
}
.contentHome__form-title {
  position: relative;
  font-size: 26px;
  line-height: 34px;
  font-family: "Elektra Text Pro Bold";
  color: #FFFFFF;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .contentHome__form-title {
    font-size: calc(0.0064655172 * 100vw + 19.5862068966px);
  }
}
@media (min-width: 1920px) {
  .contentHome__form-title {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .contentHome__form-title {
    line-height: calc(0.0064655172 * 100vw + 27.5862068966px);
  }
}
@media (min-width: 1920px) {
  .contentHome__form-title {
    line-height: 40px;
  }
}
@media (min-width: 992px) {
  .contentHome__form-title {
    padding-bottom: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .contentHome__form-title {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .contentHome__form-title {
    margin-bottom: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .contentHome__form-title {
    margin-bottom: 20px;
  }
}
.contentHome__form-title::before {
  content: "";
  width: 17%;
  height: 4px;
  background: #FF2B3C;
  border-radius: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.contentHome__form-text {
  margin-bottom: 20px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 18px;
  width: 70%;
}
@media (min-width: 992px) {
  .contentHome__form-text {
    margin-bottom: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .contentHome__form-text {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .contentHome__form-text {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contentHome__form-text {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .contentHome__form-text {
    line-height: calc(0.0043103448 * 100vw + 13.724137931px);
  }
}
@media (min-width: 1920px) {
  .contentHome__form-text {
    line-height: 22px;
  }
}
.contentHome__form-wrapper {
  margin-bottom: 15px;
  display: flex;
  background: #FFFFFF;
  border-radius: 32px;
  padding: 10px;
}
@media (min-width: 992px) {
  .contentHome__form-wrapper {
    margin-bottom: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .contentHome__form-wrapper {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .contentHome__form-wrapper {
    padding: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .contentHome__form-wrapper {
    padding: 20px;
  }
}
.contentHome__form-icon {
  font-size: 20px;
  color: #CCCCCC;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .contentHome__form-icon {
    font-size: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .contentHome__form-icon {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .contentHome__form-icon {
    margin-right: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .contentHome__form-icon {
    margin-right: 15px;
  }
}
.contentHome__form-input::-webkit-input-placeholder {
  color: #333333;
  font-family: "Elektra Text Pro";
  font-size: 16px;
  line-height: 15px;
}
@media (min-width: 992px) {
  .contentHome__form-input::-webkit-input-placeholder {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contentHome__form-input::-webkit-input-placeholder {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .contentHome__form-input::-webkit-input-placeholder {
    line-height: calc(0.0021551724 * 100vw + 12.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contentHome__form-input::-webkit-input-placeholder {
    line-height: 17px;
  }
}
.contentHome__form-input::-moz-placeholder {
  color: #333333;
  font-family: "Elektra Text Pro";
  font-size: 16px;
  line-height: 15px;
}
@media (min-width: 992px) {
  .contentHome__form-input::-moz-placeholder {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contentHome__form-input::-moz-placeholder {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .contentHome__form-input::-moz-placeholder {
    line-height: calc(0.0021551724 * 100vw + 12.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contentHome__form-input::-moz-placeholder {
    line-height: 17px;
  }
}
.contentHome__form-input:-ms-input-placeholder {
  color: #333333;
  font-family: "Elektra Text Pro";
  font-size: 16px;
  line-height: 15px;
}
@media (min-width: 992px) {
  .contentHome__form-input:-ms-input-placeholder {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contentHome__form-input:-ms-input-placeholder {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .contentHome__form-input:-ms-input-placeholder {
    line-height: calc(0.0021551724 * 100vw + 12.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contentHome__form-input:-ms-input-placeholder {
    line-height: 17px;
  }
}
.contentHome__form-input::-ms-input-placeholder {
  color: #333333;
  font-family: "Elektra Text Pro";
  font-size: 16px;
  line-height: 15px;
}
@media (min-width: 992px) {
  .contentHome__form-input::-ms-input-placeholder {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contentHome__form-input::-ms-input-placeholder {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .contentHome__form-input::-ms-input-placeholder {
    line-height: calc(0.0021551724 * 100vw + 12.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contentHome__form-input::-ms-input-placeholder {
    line-height: 17px;
  }
}
.contentHome__form-input::-moz-placeholder {
  color: #333333;
  font-family: "Elektra Text Pro";
  font-size: 16px;
  line-height: 15px;
}
.contentHome__form-input::placeholder {
  color: #333333;
  font-family: "Elektra Text Pro";
  font-size: 16px;
  line-height: 15px;
}
@media (min-width: 992px) {
  .contentHome__form-input::-moz-placeholder {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
  .contentHome__form-input::placeholder {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contentHome__form-input::-moz-placeholder {
    font-size: 18px;
  }
  .contentHome__form-input::placeholder {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .contentHome__form-input::-moz-placeholder {
    line-height: calc(0.0021551724 * 100vw + 12.8620689655px);
  }
  .contentHome__form-input::placeholder {
    line-height: calc(0.0021551724 * 100vw + 12.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contentHome__form-input::-moz-placeholder {
    line-height: 17px;
  }
  .contentHome__form-input::placeholder {
    line-height: 17px;
  }
}
.contentHome__form-button {
  width: 170px;
  margin-top: 5px;
}
@media (min-width: 992px) {
  .contentHome__form-button {
    width: calc(0.1077586207 * 100vw + 63.1034482759px);
  }
}
@media (min-width: 1920px) {
  .contentHome__form-button {
    width: 270px;
  }
}
@media (min-width: 992px) {
  .contentHome__form-button {
    margin-top: calc(0.005387931 * 100vw + -0.3448275862px);
  }
}
@media (min-width: 1920px) {
  .contentHome__form-button {
    margin-top: 10px;
  }
}
.contentHome__form-textMin {
  margin-top: 20px;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 15px;
  font-family: "Inter";
  width: 70%;
}
@media (min-width: 992px) {
  .contentHome__form-textMin {
    margin-top: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .contentHome__form-textMin {
    margin-top: 30px;
  }
}
.contentHome__form-textMin a {
  color: #FFFFFF;
  transition: color 0.38s ease-in-out;
}
.contentHome__form-textMin a:hover {
  color: #00B2EE;
}

.btn {
  cursor: pointer;
  background: linear-gradient(180deg, #FF3A4A 0%, #D80B1B 100%);
  border-radius: 40px;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.38s ease-in-out;
  z-index: 1;
}
@media (min-width: 992px) {
  .btn {
    padding-top: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .btn {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .btn {
    padding-bottom: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .btn {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .btn {
    padding-left: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .btn {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .btn {
    padding-right: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .btn {
    padding-right: 40px;
  }
}
.btn::after {
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #D80B1B 0%, #FF3A4A 100%);
  border-radius: 40px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.38s ease-in-out;
}
.btn:hover::after {
  opacity: 1;
}
.btn#allGraduates {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .btn#allGraduates {
    margin-top: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .btn#allGraduates {
    margin-top: 60px;
  }
}
.btn--blue {
  background: linear-gradient(180deg, #00B2EE 0%, #0095C8 100%);
}
.btn--blue::after {
  background: linear-gradient(180deg, #0095C8 0%, #00B2EE 100%);
}
.btn--green {
  background: linear-gradient(270deg, #02CF3B 13.25%, #009E2C 92.71%);
}
.btn--green::after {
  background: linear-gradient(270deg, #009E2C 13.25%, #02CF3B 92.71%);
}
.btn--green:hover::after {
  opacity: 1;
}
.btn--categories {
  border-radius: 32px;
  width: 130px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-right: 8px;
}
@media (min-width: 992px) {
  .btn--categories {
    width: calc(0.1077586207 * 100vw + 23.1034482759px);
  }
}
@media (min-width: 1920px) {
  .btn--categories {
    width: 230px;
  }
}
@media (min-width: 992px) {
  .btn--categories {
    padding-top: calc(0.0075431034 * 100vw + 7.5172413793px);
  }
}
@media (min-width: 1920px) {
  .btn--categories {
    padding-top: 22px;
  }
}
@media (min-width: 992px) {
  .btn--categories {
    padding-bottom: calc(0.0075431034 * 100vw + 7.5172413793px);
  }
}
@media (min-width: 1920px) {
  .btn--categories {
    padding-bottom: 22px;
  }
}
@media (min-width: 992px) {
  .btn--categories {
    margin-right: calc(0.0021551724 * 100vw + 5.8620689655px);
  }
}
@media (min-width: 1920px) {
  .btn--categories {
    margin-right: 10px;
  }
}
.btn--categories .btn__text {
  color: #FFFFFF;
  font-weight: 400;
  font-family: "Elektra Text Pro";
  text-transform: none;
  font-size: 14px;
  line-height: 13px;
}
@media (min-width: 992px) {
  .btn--categories .btn__text {
    font-size: calc(0.0043103448 * 100vw + 9.724137931px);
  }
}
@media (min-width: 1920px) {
  .btn--categories .btn__text {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .btn--categories .btn__text {
    line-height: calc(0.0043103448 * 100vw + 8.724137931px);
  }
}
@media (min-width: 1920px) {
  .btn--categories .btn__text {
    line-height: 17px;
  }
}
.btn--marginRightNone {
  margin-right: 0;
}
.btn--padding100 {
  padding-right: 40px;
  padding-left: 40px;
}
@media (min-width: 992px) {
  .btn--padding100 {
    padding-right: calc(0.0646551724 * 100vw + -24.1379310345px);
  }
}
@media (min-width: 1920px) {
  .btn--padding100 {
    padding-right: 100px;
  }
}
@media (min-width: 992px) {
  .btn--padding100 {
    padding-left: calc(0.0646551724 * 100vw + -24.1379310345px);
  }
}
@media (min-width: 1920px) {
  .btn--padding100 {
    padding-left: 100px;
  }
}
.btn--marginCenter {
  display: block;
  margin: 0 auto;
}
.btn--block {
  display: block;
}
.btn--flex {
  display: flex;
  align-items: center;
}
.btn__text, .btn__icon {
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  font-family: "Elektra Text Pro Bold";
  color: #FFFFFF;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .btn__text, .btn__icon {
    font-size: calc(0.0064655172 * 100vw + 7.5862068966px);
  }
}
@media (min-width: 1920px) {
  .btn__text, .btn__icon {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .btn__text, .btn__icon {
    line-height: calc(0.0064655172 * 100vw + 7.5862068966px);
  }
}
@media (min-width: 1920px) {
  .btn__text, .btn__icon {
    line-height: 20px;
  }
}
.btn__icon {
  font-family: "Elektra Text Pro";
  margin-right: 10px;
}
@media (min-width: 992px) {
  .btn__icon {
    margin-right: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .btn__icon {
    margin-right: 20px;
  }
}

.content {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #F6F6F6;
}
@media (min-width: 992px) {
  .content {
    padding-top: calc(0.0862068966 * 100vw + -45.5172413793px);
  }
}
@media (min-width: 1920px) {
  .content {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .content {
    padding-bottom: calc(0.0862068966 * 100vw + -45.5172413793px);
  }
}
@media (min-width: 1920px) {
  .content {
    padding-bottom: 120px;
  }
}
.content--white {
  background: #FFFFFF;
}
.content--paddingNone {
  padding-bottom: 0;
}
.content--paddingTopNone {
  padding-top: 0;
}
.content__container {
  width: 100%;
  max-width: 1630px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .content__container {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .content__container {
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 576px) {
  .content__container {
    max-width: none;
  }
}
.content__container--center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content__container--padding {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .content__container--padding {
    padding-top: calc(0.0625 * 100vw + -42px);
  }
}
@media (min-width: 1920px) {
  .content__container--padding {
    padding-top: 78px;
  }
}
@media (min-width: 992px) {
  .content__container--padding {
    padding-bottom: calc(0.0625 * 100vw + -42px);
  }
}
@media (min-width: 1920px) {
  .content__container--padding {
    padding-bottom: 78px;
  }
}
.content--bg {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}
.content--bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}
.content__fonPhoto {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -2;
}
.content__promises {
  display: flex;
  justify-content: space-between;
}
.content__promises-item {
  width: 19%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content__promises-img {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .content__promises-img {
    width: calc(0.0495689655 * 100vw + 10.8275862069px);
  }
}
@media (min-width: 1920px) {
  .content__promises-img {
    width: 106px;
  }
}
@media (min-width: 992px) {
  .content__promises-img {
    height: calc(0.0495689655 * 100vw + 10.8275862069px);
  }
}
@media (min-width: 1920px) {
  .content__promises-img {
    height: 106px;
  }
}
@media (min-width: 992px) {
  .content__promises-img {
    margin-bottom: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .content__promises-img {
    margin-bottom: 30px;
  }
}
.content__promises-text {
  text-align: center;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 992px) {
  .content__promises-text {
    font-size: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .content__promises-text {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .content__promises-text {
    line-height: calc(0.0086206897 * 100vw + 13.4482758621px);
  }
}
@media (min-width: 1920px) {
  .content__promises-text {
    line-height: 30px;
  }
}
.content__description {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #666666;
  font-size: 18px;
  line-height: 25px;
  width: 40%;
}
@media (min-width: 992px) {
  .content__description {
    margin-top: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .content__description {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .content__description {
    margin-bottom: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .content__description {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .content__description {
    font-size: calc(0.0064655172 * 100vw + 11.5862068966px);
  }
}
@media (min-width: 1920px) {
  .content__description {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .content__description {
    line-height: calc(0.005387931 * 100vw + 19.6551724138px);
  }
}
@media (min-width: 1920px) {
  .content__description {
    line-height: 30px;
  }
}
.content__categories {
  display: flex;
  flex-wrap: wrap;
}
.content__categories-item {
  width: 31.9%;
  height: 200px;
  margin-right: 20px;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .content__categories-item {
    height: calc(0.1918103448 * 100vw + 9.724137931px);
  }
}
@media (min-width: 1920px) {
  .content__categories-item {
    height: 378px;
  }
}
@media (min-width: 992px) {
  .content__categories-item {
    margin-right: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .content__categories-item {
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .content__categories-item {
    margin-top: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .content__categories-item {
    margin-top: 20px;
  }
}
.content__categories-item:nth-child(3n) {
  margin-right: 0;
}
.content__categories-item:last-child {
  margin-right: 0;
}
.content__categories-item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
  transition: all 0.38s ease-in-out;
  z-index: -1;
}
.content__categories-item:hover::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75));
}
.content__categories-item:hover .content__categories-category {
  opacity: 0;
  z-index: -1;
}
.content__categories-item:hover .content__categories-info {
  opacity: 1;
  z-index: 1;
}
.content__categories-item--width {
  width: 48.9%;
}
.content__categories-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -2;
}
.content__categories-category {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #FFFFFF;
  font-family: "Elektra Text Pro Bold";
  font-size: 66px;
  line-height: 62px;
  opacity: 1;
  z-index: 1;
  transition: all 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .content__categories-category {
    font-size: calc(0.0323275862 * 100vw + 33.9310344828px);
  }
}
@media (min-width: 1920px) {
  .content__categories-category {
    font-size: 96px;
  }
}
@media (min-width: 992px) {
  .content__categories-category {
    line-height: calc(0.0323275862 * 100vw + 29.9310344828px);
  }
}
@media (min-width: 1920px) {
  .content__categories-category {
    line-height: 92px;
  }
}
.content__categories-info {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  opacity: 0;
  z-index: -1;
  transition: all 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .content__categories-info {
    padding-top: calc(0.0237068966 * 100vw + -18.5172413793px);
  }
}
@media (min-width: 1920px) {
  .content__categories-info {
    padding-top: 27px;
  }
}
@media (min-width: 992px) {
  .content__categories-info {
    padding-bottom: calc(0.0237068966 * 100vw + -18.5172413793px);
  }
}
@media (min-width: 1920px) {
  .content__categories-info {
    padding-bottom: 27px;
  }
}
@media (min-width: 992px) {
  .content__categories-info {
    padding-left: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .content__categories-info {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .content__categories-info {
    padding-right: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .content__categories-info {
    padding-right: 20px;
  }
}
.content__categories-text {
  font-size: 13px;
  line-height: 18px;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .content__categories-text {
    font-size: calc(0.0032327586 * 100vw + 9.7931034483px);
  }
}
@media (min-width: 1920px) {
  .content__categories-text {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .content__categories-text {
    line-height: calc(0.0150862069 * 100vw + 3.0344827586px);
  }
}
@media (min-width: 1920px) {
  .content__categories-text {
    line-height: 32px;
  }
}
.content__categories-text--weight {
  font-family: "Elektra Text Pro Bold";
}
.content__categories-price {
  font-size: 16px;
  line-height: 18px;
  font-family: "Elektra Text Pro Bold";
  color: #FFFFFF;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .content__categories-price {
    font-size: calc(0.0172413793 * 100vw + -1.1034482759px);
  }
}
@media (min-width: 1920px) {
  .content__categories-price {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .content__categories-price {
    line-height: calc(0.0237068966 * 100vw + -5.5172413793px);
  }
}
@media (min-width: 1920px) {
  .content__categories-price {
    line-height: 40px;
  }
}
@media (min-width: 992px) {
  .content__categories-price {
    margin-top: calc(0.0215517241 * 100vw + -11.3793103448px);
  }
}
@media (min-width: 1920px) {
  .content__categories-price {
    margin-top: 30px;
  }
}
.content__categories-price span {
  font-weight: 700;
  font-family: "Montserrat";
}
.content__categories-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  margin-right: 8px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #FFFFFF;
  border-radius: 32px;
  transition: all 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .content__categories-btn {
    width: calc(0.1077586207 * 100vw + 23.1034482759px);
  }
}
@media (min-width: 1920px) {
  .content__categories-btn {
    width: 230px;
  }
}
@media (min-width: 992px) {
  .content__categories-btn {
    margin-right: calc(0.0021551724 * 100vw + 5.8620689655px);
  }
}
@media (min-width: 1920px) {
  .content__categories-btn {
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .content__categories-btn {
    font-size: calc(0.0043103448 * 100vw + 9.724137931px);
  }
}
@media (min-width: 1920px) {
  .content__categories-btn {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .content__categories-btn {
    line-height: calc(0.0021551724 * 100vw + 12.8620689655px);
  }
}
@media (min-width: 1920px) {
  .content__categories-btn {
    line-height: 17px;
  }
}
@media (min-width: 992px) {
  .content__categories-btn {
    padding-top: calc(0.0183189655 * 100vw + -13.1724137931px);
  }
}
@media (min-width: 1920px) {
  .content__categories-btn {
    padding-top: 22px;
  }
}
@media (min-width: 992px) {
  .content__categories-btn {
    padding-bottom: calc(0.0183189655 * 100vw + -13.1724137931px);
  }
}
@media (min-width: 1920px) {
  .content__categories-btn {
    padding-bottom: 22px;
  }
}
.content__categories-btn:last-child {
  margin-right: 0;
}
.content__categories-btn:hover {
  background: #FFFFFF;
  color: #D80B1B;
}
.content__categories-buttons {
  display: flex;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .content__categories-buttons {
    margin-top: calc(0.0215517241 * 100vw + -11.3793103448px);
  }
}
@media (min-width: 1920px) {
  .content__categories-buttons {
    margin-top: 30px;
  }
}
.content__bigVideo {
  position: relative;
  width: 100%;
  height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .content__bigVideo {
    height: calc(0.3771551724 * 100vw + 175.8620689655px);
  }
}
@media (min-width: 1920px) {
  .content__bigVideo {
    height: 900px;
  }
}
.content__bigVideo-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
.content__bigVideo-btnPlay {
  cursor: pointer;
  pointer-events: none;
  width: 130px;
  height: 130px;
  position: absolute;
  opacity: 1;
  transition: opacity 0.38s ease-in-out;
  z-index: 2;
}
@media (min-width: 992px) {
  .content__bigVideo-btnPlay {
    width: calc(0.1217672414 * 100vw + 9.2068965517px);
  }
}
@media (min-width: 1920px) {
  .content__bigVideo-btnPlay {
    width: 243px;
  }
}
@media (min-width: 992px) {
  .content__bigVideo-btnPlay {
    height: calc(0.1217672414 * 100vw + 9.2068965517px);
  }
}
@media (min-width: 1920px) {
  .content__bigVideo-btnPlay {
    height: 243px;
  }
}
.content__bigVideo-btnPlay:hover {
  opacity: 0.5;
}
.content__card {
  display: flex;
  flex-wrap: wrap;
  align-self: start;
  width: 100%;
}
.content__card-item {
  margin-top: 20px;
  width: 17%;
  margin-right: 35px;
}
@media (min-width: 992px) {
  .content__card-item {
    margin-top: calc(0.0431034483 * 100vw + -22.7586206897px);
  }
}
@media (min-width: 1920px) {
  .content__card-item {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .content__card-item {
    margin-right: calc(0.0269396552 * 100vw + 8.275862069px);
  }
}
@media (min-width: 1920px) {
  .content__card-item {
    margin-right: 60px;
  }
}
.content__card-item:nth-child(5n) {
  margin-right: 0;
}
.content__card-itemBig {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
  width: 32%;
  margin-right: 15px;
}
@media (min-width: 992px) {
  .content__card-itemBig {
    margin-top: calc(0.0646551724 * 100vw + -44.1379310345px);
  }
}
@media (min-width: 1920px) {
  .content__card-itemBig {
    margin-top: 80px;
  }
}
@media (min-width: 992px) {
  .content__card-itemBig {
    margin-right: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .content__card-itemBig {
    margin-right: 30px;
  }
}
.content__card-itemBig:nth-child(3n) {
  margin-right: 0;
}
.content__card-itemBig .content__card-icon {
  -o-object-position: center;
  object-position: center;
}
.content__card-itemMin {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 60px;
  width: 23.5%;
  margin-right: 15px;
}
@media (min-width: 992px) {
  .content__card-itemMin {
    margin-top: calc(0.0700431034 * 100vw + -9.4827586207px);
  }
}
@media (min-width: 1920px) {
  .content__card-itemMin {
    margin-top: 125px;
  }
}
@media (min-width: 992px) {
  .content__card-itemMin {
    margin-right: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .content__card-itemMin {
    margin-right: 30px;
  }
}
.content__card-itemMin:nth-child(4n) {
  margin-right: 0;
}
.content__card-itemMin .content__card-icon {
  -o-object-position: center;
  object-position: center;
}
.content__card-icon {
  margin-bottom: 15px;
  width: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: left;
  object-position: left;
  height: 80px;
}
@media (min-width: 992px) {
  .content__card-icon {
    margin-bottom: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .content__card-icon {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .content__card-icon {
    height: calc(0.0280172414 * 100vw + 52.2068965517px);
  }
}
@media (min-width: 1920px) {
  .content__card-icon {
    height: 106px;
  }
}
.content__card-text {
  color: #333333;
  font-size: 20px;
  line-height: 22px;
}
@media (min-width: 992px) {
  .content__card-text {
    font-size: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .content__card-text {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .content__card-text {
    line-height: calc(0.0150862069 * 100vw + 7.0344827586px);
  }
}
@media (min-width: 1920px) {
  .content__card-text {
    line-height: 36px;
  }
}
.content__card-text span {
  font-family: "Montserrat";
  font-weight: 500;
}
.content__card-textMin {
  color: #333333;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}
@media (min-width: 992px) {
  .content__card-textMin {
    font-size: calc(0.0043103448 * 100vw + 11.724137931px);
  }
}
@media (min-width: 1920px) {
  .content__card-textMin {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .content__card-textMin {
    line-height: calc(0.0129310345 * 100vw + 5.1724137931px);
  }
}
@media (min-width: 1920px) {
  .content__card-textMin {
    line-height: 30px;
  }
}
.content__minText {
  width: 48%;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
}
@media (min-width: 992px) {
  .content__minText {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .content__minText {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .content__minText {
    line-height: calc(0.0107758621 * 100vw + 15.3103448276px);
  }
}
@media (min-width: 1920px) {
  .content__minText {
    line-height: 36px;
  }
}
.content__minText--left {
  text-align: left;
}
.content__minText--marginBottom {
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .content__minText--marginBottom {
    margin-bottom: calc(0.0107758621 * 100vw + -5.6896551724px);
  }
}
@media (min-width: 1920px) {
  .content__minText--marginBottom {
    margin-bottom: 15px;
  }
}
.content__minText--width {
  width: 60%;
}
.content__minText--colorBlue {
  color: #00B2EE;
}
.content__steps {
  margin-top: 15px;
  margin-bottom: 30px;
  display: flex;
}
@media (min-width: 992px) {
  .content__steps {
    margin-top: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .content__steps {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .content__steps {
    margin-bottom: calc(0.0700431034 * 100vw + -39.4827586207px);
  }
}
@media (min-width: 1920px) {
  .content__steps {
    margin-bottom: 95px;
  }
}
.content__steps-item {
  width: 20%;
  margin-top: 15px;
  margin-right: 30px;
}
@media (min-width: 992px) {
  .content__steps-item {
    margin-top: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .content__steps-item {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .content__steps-item {
    margin-right: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .content__steps-item {
    margin-right: 60px;
  }
}
.content__steps-item:last-child {
  margin-right: 0;
}
.content__steps-photo {
  width: 100%;
  height: 165px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 992px) {
  .content__steps-photo {
    height: calc(0.1153017241 * 100vw + 50.6206896552px);
  }
}
@media (min-width: 1920px) {
  .content__steps-photo {
    height: 272px;
  }
}
.content__steps-container {
  display: flex;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .content__steps-container {
    margin-top: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .content__steps-container {
    margin-top: 20px;
  }
}
.content__steps-number {
  color: #CCCCCC;
  font-size: 76px;
  line-height: 72px;
  font-family: "Elektra Text Pro Bold";
}
@media (min-width: 992px) {
  .content__steps-number {
    font-size: calc(0.0215517241 * 100vw + 54.6206896552px);
  }
}
@media (min-width: 1920px) {
  .content__steps-number {
    font-size: 96px;
  }
}
@media (min-width: 992px) {
  .content__steps-number {
    line-height: calc(0.0215517241 * 100vw + 50.6206896552px);
  }
}
@media (min-width: 1920px) {
  .content__steps-number {
    line-height: 92px;
  }
}
.content__steps-text {
  font-size: 20px;
  line-height: 26px;
  color: #333333;
  margin-left: -31px;
  margin-top: 11px;
}
@media (min-width: 992px) {
  .content__steps-text {
    font-size: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .content__steps-text {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .content__steps-text {
    line-height: calc(0.0107758621 * 100vw + 15.3103448276px);
  }
}
@media (min-width: 1920px) {
  .content__steps-text {
    line-height: 36px;
  }
}
@media (min-width: 992px) {
  .content__steps-text {
    margin-left: calc(-0.0323275862 * 100vw + 1.0689655172px);
  }
}
@media (min-width: 1920px) {
  .content__steps-text {
    margin-left: -61px;
  }
}
@media (min-width: 992px) {
  .content__steps-text {
    margin-top: calc(0.0107758621 * 100vw + 0.3103448276px);
  }
}
@media (min-width: 1920px) {
  .content__steps-text {
    margin-top: 21px;
  }
}
.content__graduatesDop {
  display: none;
  width: 100%;
}
.content__graduates {
  width: 100%;
  align-self: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .content__graduates {
    margin-top: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .content__graduates {
    margin-top: 30px;
  }
}
.content__graduates--marginTopNone {
  margin-top: 0;
}
.content__graduates-item {
  display: flex;
  align-items: end;
  margin-top: 20px;
  margin-right: 20px;
  width: 31.9%;
  position: relative;
  height: 220px;
}
@media (min-width: 992px) {
  .content__graduates-item {
    margin-top: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .content__graduates-item {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .content__graduates-item {
    margin-right: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .content__graduates-item {
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .content__graduates-item {
    height: calc(0.161637931 * 100vw + 59.6551724138px);
  }
}
@media (min-width: 1920px) {
  .content__graduates-item {
    height: 370px;
  }
}
.content__graduates-item:nth-child(3n) {
  margin-right: 0;
}
.content__graduates-photo {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.content__graduates-block {
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 10px;
}
@media (min-width: 992px) {
  .content__graduates-block {
    padding: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .content__graduates-block {
    padding: 20px;
  }
}
.content__graduates-name {
  color: #FFFFFF;
  font-size: 23px;
  line-height: 20px;
  margin-bottom: 5px;
  font-family: "Elektra Text Pro Bold";
}
@media (min-width: 992px) {
  .content__graduates-name {
    font-size: calc(0.005387931 * 100vw + 17.6551724138px);
  }
}
@media (min-width: 1920px) {
  .content__graduates-name {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .content__graduates-name {
    line-height: calc(0.0064655172 * 100vw + 13.5862068966px);
  }
}
@media (min-width: 1920px) {
  .content__graduates-name {
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  .content__graduates-name {
    margin-bottom: calc(0.005387931 * 100vw + -0.3448275862px);
  }
}
@media (min-width: 1920px) {
  .content__graduates-name {
    margin-bottom: 10px;
  }
}
.content__graduates-social {
  display: flex;
  align-items: center;
}
.content__graduates-link {
  color: #FFFFFF;
  font-size: 20px;
  margin-right: 20px;
  transition: color 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .content__graduates-link {
    font-size: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .content__graduates-link {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .content__graduates-link {
    margin-right: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .content__graduates-link {
    margin-right: 30px;
  }
}
.content__graduates-link:hover {
  color: #D80B1B;
}
.content__graduates-link:last-child {
  margin-right: 0;
}
.content__photoGallery {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .content__photoGallery {
    height: calc(0.2586206897 * 100vw + 143.4482758621px);
  }
}
@media (min-width: 1920px) {
  .content__photoGallery {
    height: 640px;
  }
}
@media (min-width: 992px) {
  .content__photoGallery {
    margin-top: calc(0.0431034483 * 100vw + -22.7586206897px);
  }
}
@media (min-width: 1920px) {
  .content__photoGallery {
    margin-top: 60px;
  }
}
.content__photoGallery--marginTopNone {
  margin-top: 0;
}
.content__photoGallery--marginBottomBig {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .content__photoGallery--marginBottomBig {
    margin-bottom: calc(0.0646551724 * 100vw + -4.1379310345px);
  }
}
@media (min-width: 1920px) {
  .content__photoGallery--marginBottomBig {
    margin-bottom: 120px;
  }
}
.content__photoBig {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .content__photoBig {
    height: calc(0.3125 * 100vw + 190px);
  }
}
@media (min-width: 1920px) {
  .content__photoBig {
    height: 790px;
  }
}
@media (min-width: 992px) {
  .content__photoBig {
    margin-bottom: calc(0.0646551724 * 100vw + -4.1379310345px);
  }
}
@media (min-width: 1920px) {
  .content__photoBig {
    margin-bottom: 120px;
  }
}
.content__reviews {
  width: 100%;
  align-self: start;
  overflow: visible;
}
.content__reviews-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content__reviews .swiper-slide-prev {
  opacity: 0.35;
}
.content__reviews .swiper-slide-active + .swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide {
  opacity: 0.35;
}
.content__reviews-video {
  width: 100%;
  height: 250px;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: -1;
}
@media (min-width: 992px) {
  .content__reviews-video {
    height: calc(0.0538793103 * 100vw + 196.5517241379px);
  }
}
@media (min-width: 1920px) {
  .content__reviews-video {
    height: 300px;
  }
}
.content__reviews-videoBig {
  position: relative;
}
.content__reviews-videoBig::before {
  content: "";
  background-image: url("../img/picture/btnPlay.svg");
  background-size: contain;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
@media (min-width: 992px) {
  .content__reviews-videoBig::before {
    width: calc(0.0323275862 * 100vw + 27.9310344828px);
  }
}
@media (min-width: 1920px) {
  .content__reviews-videoBig::before {
    width: 90px;
  }
}
@media (min-width: 992px) {
  .content__reviews-videoBig::before {
    height: calc(0.0323275862 * 100vw + 27.9310344828px);
  }
}
@media (min-width: 1920px) {
  .content__reviews-videoBig::before {
    height: 90px;
  }
}
.content__reviews-videoBig:hover::before {
  opacity: 0.5;
}
.content__reviews-btnPlay {
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: absolute;
  opacity: 1;
  transition: opacity 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .content__reviews-btnPlay {
    width: calc(0.0334051724 * 100vw + 26.8620689655px);
  }
}
@media (min-width: 1920px) {
  .content__reviews-btnPlay {
    width: 91px;
  }
}
@media (min-width: 992px) {
  .content__reviews-btnPlay {
    height: calc(0.0334051724 * 100vw + 26.8620689655px);
  }
}
@media (min-width: 1920px) {
  .content__reviews-btnPlay {
    height: 91px;
  }
}
.content__reviews-btnPlay:hover {
  opacity: 0.5;
}
.content__reviews-btn {
  position: static;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid #CCCCCC;
  color: #CCCCCC;
  transition: all 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .content__reviews-btn {
    width: calc(0.0107758621 * 100vw + 27.3103448276px);
  }
}
@media (min-width: 1920px) {
  .content__reviews-btn {
    width: 48px;
  }
}
@media (min-width: 992px) {
  .content__reviews-btn {
    height: calc(0.0107758621 * 100vw + 27.3103448276px);
  }
}
@media (min-width: 1920px) {
  .content__reviews-btn {
    height: 48px;
  }
}
.content__reviews-btn::after {
  content: none;
}
.content__reviews-btn:hover {
  border: 2px solid #FF2A3C;
  color: #FF2A3C;
}
.content__reviews-btnPrev::before {
  transform: rotate(180deg);
}
.content__reviews-pagination {
  position: static;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 15px;
  margin-right: 15px;
  height: 38px;
}
@media (min-width: 992px) {
  .content__reviews-pagination {
    margin-left: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .content__reviews-pagination {
    margin-left: 30px;
  }
}
@media (min-width: 992px) {
  .content__reviews-pagination {
    margin-right: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .content__reviews-pagination {
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .content__reviews-pagination {
    height: calc(0.0107758621 * 100vw + 27.3103448276px);
  }
}
@media (min-width: 1920px) {
  .content__reviews-pagination {
    height: 48px;
  }
}
.content__reviews-navigation {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .content__reviews-navigation {
    margin-top: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .content__reviews-navigation {
    margin-top: 60px;
  }
}
.content__reviews-numberMin, .content__reviews-line {
  font-size: 14px;
  line-height: 10px;
  color: #CCCCCC;
}
@media (min-width: 992px) {
  .content__reviews-numberMin, .content__reviews-line {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .content__reviews-numberMin, .content__reviews-line {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .content__reviews-numberMin, .content__reviews-line {
    line-height: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .content__reviews-numberMin, .content__reviews-line {
    line-height: 15px;
  }
}
.content__reviews-number {
  color: #333333;
  font-size: 26px;
  line-height: 25px;
  font-family: "Elektra Text Pro Bold";
}
@media (min-width: 992px) {
  .content__reviews-number {
    font-size: calc(0.0064655172 * 100vw + 19.5862068966px);
  }
}
@media (min-width: 1920px) {
  .content__reviews-number {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .content__reviews-number {
    line-height: calc(0.0064655172 * 100vw + 18.5862068966px);
  }
}
@media (min-width: 1920px) {
  .content__reviews-number {
    line-height: 31px;
  }
}
.content__social {
  display: flex;
}
.content__social-link {
  border: 2px solid #CCCCCC;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #CCCCCC;
  margin-right: 40px;
  font-size: 28px;
  transition: all 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .content__social-link {
    width: calc(0.0625 * 100vw + 8px);
  }
}
@media (min-width: 1920px) {
  .content__social-link {
    width: 128px;
  }
}
@media (min-width: 992px) {
  .content__social-link {
    height: calc(0.0625 * 100vw + 8px);
  }
}
@media (min-width: 1920px) {
  .content__social-link {
    height: 128px;
  }
}
@media (min-width: 992px) {
  .content__social-link {
    margin-right: calc(0.0431034483 * 100vw + -2.7586206897px);
  }
}
@media (min-width: 1920px) {
  .content__social-link {
    margin-right: 80px;
  }
}
@media (min-width: 992px) {
  .content__social-link {
    font-size: calc(0.0237068966 * 100vw + 4.4827586207px);
  }
}
@media (min-width: 1920px) {
  .content__social-link {
    font-size: 50px;
  }
}
.content__social-link:last-child {
  margin-right: 0;
}
.content__social-link:hover {
  border: 2px solid #FF2A3C;
  color: #FF2A3C;
}
.content__adressa {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  width: 100%;
  align-self: start;
  justify-content: center;
}
@media (min-width: 992px) {
  .content__adressa {
    margin-top: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .content__adressa {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .content__adressa {
    margin-bottom: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .content__adressa {
    margin-bottom: 60px;
  }
}
.content__adressa-item {
  width: 25%;
  margin-right: 20px;
}
@media (min-width: 992px) {
  .content__adressa-item {
    margin-right: calc(0.0161637931 * 100vw + 3.9655172414px);
  }
}
@media (min-width: 1920px) {
  .content__adressa-item {
    margin-right: 35px;
  }
}
.content__adressa-item:last-child {
  margin-right: 0;
}
.content__adressa-container {
  cursor: pointer;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .content__adressa-container {
    margin-bottom: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .content__adressa-container {
    margin-bottom: 30px;
  }
}
.content__adressa-container:hover .content__adressa-icon {
  color: #FF2A3C;
}
.content__adressa-container:hover .content__adressa-icon--blueHover {
  color: #00B2EE;
}
.content__adressa-container:last-child {
  margin-bottom: 0;
}
.content__adressa-icon {
  font-size: 20px;
  margin-right: 10px;
  color: #CCCCCC;
  transition: color 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .content__adressa-icon {
    font-size: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .content__adressa-icon {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .content__adressa-icon {
    margin-right: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .content__adressa-icon {
    margin-right: 20px;
  }
}
.content__adressa .icon-mdi_car {
  font-size: 23px;
}
@media (min-width: 992px) {
  .content__adressa .icon-mdi_car {
    font-size: calc(0.0107758621 * 100vw + 12.3103448276px);
  }
}
@media (min-width: 1920px) {
  .content__adressa .icon-mdi_car {
    font-size: 33px;
  }
}
.content__adressa-text {
  color: #333333;
  font-size: 15px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .content__adressa-text {
    font-size: calc(0.0075431034 * 100vw + 7.5172413793px);
  }
}
@media (min-width: 1920px) {
  .content__adressa-text {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .content__adressa-text {
    line-height: calc(0.0075431034 * 100vw + 12.5172413793px);
  }
}
@media (min-width: 1920px) {
  .content__adressa-text {
    line-height: 27px;
  }
}
.content__adressa-text span {
  display: block;
  color: #888888;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: -10px;
}
@media (min-width: 992px) {
  .content__adressa-text span {
    font-size: calc(0.0043103448 * 100vw + 7.724137931px);
  }
}
@media (min-width: 1920px) {
  .content__adressa-text span {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .content__adressa-text span {
    line-height: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .content__adressa-text span {
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .content__adressa-text span {
    margin-bottom: calc(-0.005387931 * 100vw + -4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .content__adressa-text span {
    margin-bottom: -15px;
  }
}
.content__gallery {
  display: flex;
  flex-wrap: wrap;
}
.content__gallery--marginTopMinus {
  margin-top: -20px;
}
@media (min-width: 992px) {
  .content__gallery--marginTopMinus {
    margin-top: calc(-0.0107758621 * 100vw + -9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .content__gallery--marginTopMinus {
    margin-top: -30px;
  }
}
.content__gallery--marginBottom {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .content__gallery--marginBottom {
    margin-bottom: calc(0.0754310345 * 100vw + -14.8275862069px);
  }
}
@media (min-width: 1920px) {
  .content__gallery--marginBottom {
    margin-bottom: 130px;
  }
}
.content__gallery-photo {
  margin-top: 20px;
  margin-right: 20px;
  width: 31.9%;
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 992px) {
  .content__gallery-photo {
    margin-top: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .content__gallery-photo {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .content__gallery-photo {
    margin-right: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .content__gallery-photo {
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .content__gallery-photo {
    height: calc(0.161637931 * 100vw + 59.6551724138px);
  }
}
@media (min-width: 1920px) {
  .content__gallery-photo {
    height: 370px;
  }
}
.content__gallery-photo:nth-child(3n) {
  margin-right: 0;
}
.content__items {
  display: flex;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .content__items {
    margin-bottom: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .content__items {
    margin-bottom: 30px;
  }
}
.content__items-item {
  margin-top: 30px;
  margin-right: 60px;
  width: 32%;
}
@media (min-width: 992px) {
  .content__items-item {
    margin-top: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .content__items-item {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .content__items-item {
    margin-right: calc(0.057112069 * 100vw + 3.3448275862px);
  }
}
@media (min-width: 1920px) {
  .content__items-item {
    margin-right: 113px;
  }
}
.content__items-item:last-child {
  margin-right: 0;
}
.content__items-number {
  color: #00B2EE;
  font-family: "Elektra Text Pro Bold";
  font-size: 68px;
  line-height: 64px;
}
@media (min-width: 992px) {
  .content__items-number {
    font-size: calc(0.0323275862 * 100vw + 35.9310344828px);
  }
}
@media (min-width: 1920px) {
  .content__items-number {
    font-size: 98px;
  }
}
@media (min-width: 992px) {
  .content__items-number {
    line-height: calc(0.0323275862 * 100vw + 31.9310344828px);
  }
}
@media (min-width: 1920px) {
  .content__items-number {
    line-height: 94px;
  }
}
.content__items-text {
  color: #333333;
  line-height: 16px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .content__items-text {
    line-height: calc(0.0043103448 * 100vw + 11.724137931px);
  }
}
@media (min-width: 1920px) {
  .content__items-text {
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .content__items-text {
    line-height: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .content__items-text {
    line-height: 30px;
  }
}
.content__gallery-photo {
  width: 31.4%;
}
.content__price-list--number .list__item {
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .content__price-list--number .list__item {
    margin-bottom: calc(0.0183189655 * 100vw + -10.1724137931px);
  }
}
@media (min-width: 1920px) {
  .content__price-list--number .list__item {
    margin-bottom: 25px;
  }
}
.content__price-wrapper {
  display: flex;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .content__price-wrapper {
    margin-bottom: calc(0.0721982759 * 100vw + -41.6206896552px);
  }
}
@media (min-width: 1920px) {
  .content__price-wrapper {
    margin-bottom: 97px;
  }
}
.content__price-item {
  align-items: flex-start;
  color: #FFFFFF;
  min-height: 36px;
  min-height: 36px;
}
@media (min-width: 992px) {
  .content__price-item {
    min-height: calc(0.0086206897 * 100vw + 27.4482758621px);
  }
}
@media (min-width: 1920px) {
  .content__price-item {
    min-height: 44px;
  }
}
.content__price-item:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .content__price-item:not(:last-child) {
    margin-bottom: calc(0.0183189655 * 100vw + -10.1724137931px);
  }
}
@media (min-width: 1920px) {
  .content__price-item:not(:last-child) {
    margin-bottom: 25px;
  }
}
.content__price-item::before {
  color: #F73141;
}
.content__price-img {
  margin-right: 10px;
  height: 28px;
}
@media (min-width: 992px) {
  .content__price-img {
    margin-right: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .content__price-img {
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .content__price-img {
    height: calc(0.0193965517 * 100vw + 8.7586206897px);
  }
}
@media (min-width: 1920px) {
  .content__price-img {
    height: 46px;
  }
}
.content__price-text {
  color: #FFFFFF;
  align-items: flex-start;
  height: -moz-fit-content;
  height: fit-content;
  font-weight: 400;
  flex-shrink: 2;
  font-size: 16px;
}
@media (min-width: 992px) {
  .content__price-text {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .content__price-text {
    font-size: 18px;
  }
}
.content__price-text span:first-child {
  color: #00B2EE;
  vertical-align: middle;
  font-family: "Elektra Text Pro Bold";
  font-size: 28px;
  line-height: 36px;
}
@media (min-width: 992px) {
  .content__price-text span:first-child {
    font-size: calc(0.0043103448 * 100vw + 23.724137931px);
  }
}
@media (min-width: 1920px) {
  .content__price-text span:first-child {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .content__price-text span:first-child {
    line-height: calc(0.0064655172 * 100vw + 29.5862068966px);
  }
}
@media (min-width: 1920px) {
  .content__price-text span:first-child {
    line-height: 42px;
  }
}
.content__price-text span span {
  font-family: "Montserrat";
  font-weight: 700;
  vertical-align: baseline;
}
.content__price-left, .content__price-right {
  width: 50%;
}
.content__price-title {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .content__price-title {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .content__price-title {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .content__price-title {
    line-height: calc(0.0064655172 * 100vw + 23.5862068966px);
  }
}
@media (min-width: 1920px) {
  .content__price-title {
    line-height: 36px;
  }
}
@media (min-width: 992px) {
  .content__price-title {
    margin-bottom: calc(0.0096982759 * 100vw + 2.3793103448px);
  }
}
@media (min-width: 1920px) {
  .content__price-title {
    margin-bottom: 21px;
  }
}
.content__price-top {
  display: flex;
}
.content .list--top.list--red .list__item:nth-child(2) {
  margin-bottom: 0 !important;
}
.content .list--top.list--red.list--flex .list__item:nth-child(2) {
  margin-bottom: 8px !important;
}

.row {
  font-size: 14px;
  line-height: 15px;
}
@media (min-width: 992px) {
  .row {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .row {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .row {
    line-height: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .row {
    line-height: 20px;
  }
}
.row h1 {
  font-family: "Elektra Text Pro Bold";
  text-transform: uppercase;
  color: #333333;
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .row h1 {
    font-size: calc(0.0043103448 * 100vw + 19.724137931px);
  }
}
@media (min-width: 1920px) {
  .row h1 {
    font-size: 28px;
  }
}
.row h5 {
  font-family: "Elektra Text Pro Bold";
  text-transform: uppercase;
  color: #333333;
  font-size: 18px;
  text-align: center;
}
@media (min-width: 992px) {
  .row h5 {
    font-size: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .row h5 {
    font-size: 20px;
  }
}
.row__content {
  margin-top: 5px;
}
@media (min-width: 992px) {
  .row__content {
    margin-top: calc(0.005387931 * 100vw + -0.3448275862px);
  }
}
@media (min-width: 1920px) {
  .row__content {
    margin-top: 10px;
  }
}
.row p {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .row p {
    margin-top: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .row p {
    margin-top: 20px;
  }
}
.row ul {
  margin-top: 5px;
  list-style-type: disc;
  list-style-position: inside;
}
@media (min-width: 992px) {
  .row ul {
    margin-top: calc(0.0107758621 * 100vw + -5.6896551724px);
  }
}
@media (min-width: 1920px) {
  .row ul {
    margin-top: 15px;
  }
}

.title {
  font-family: "Elektra Text Pro Bold";
  text-transform: uppercase;
  color: #333333;
  font-size: 28px;
  line-height: 26px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .title {
    font-size: calc(0.0215517241 * 100vw + 6.6206896552px);
  }
}
@media (min-width: 1920px) {
  .title {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .title {
    line-height: calc(0.0215517241 * 100vw + 4.6206896552px);
  }
}
@media (min-width: 1920px) {
  .title {
    line-height: 46px;
  }
}
@media (min-width: 992px) {
  .title {
    padding-bottom: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .title {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .title {
    margin-bottom: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .title {
    margin-bottom: 60px;
  }
}
.title::before {
  content: "";
  width: 70px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #FF2A3C;
  border-radius: 10px;
  height: 4px;
}
@media (min-width: 992px) {
  .title::before {
    width: calc(0.0387931034 * 100vw + 31.5172413793px);
  }
}
@media (min-width: 1920px) {
  .title::before {
    width: 106px;
  }
}
.title span {
  display: contents;
  color: #00B2EE;
}
.title--lh60 {
  line-height: 32px;
}
@media (min-width: 992px) {
  .title--lh60 {
    line-height: calc(0.0301724138 * 100vw + 2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .title--lh60 {
    line-height: 60px;
  }
}
.title--blueLine::before {
  background: #00B2EE;
}
.title--mb120 {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .title--mb120 {
    margin-bottom: calc(0.0969827586 * 100vw + -66.2068965517px);
  }
}
@media (min-width: 1920px) {
  .title--mb120 {
    margin-bottom: 120px;
  }
}
.title--mb45 {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .title--mb45 {
    margin-bottom: calc(0.0161637931 * 100vw + 13.9655172414px);
  }
}
@media (min-width: 1920px) {
  .title--mb45 {
    margin-bottom: 45px;
  }
}
.title--noneLine {
  margin-bottom: 0;
  padding-bottom: 0;
}
.title--noneLine::before {
  display: none;
}
.title--marginBottomNone {
  margin-bottom: 0;
}
.title--centerMargin {
  margin-left: auto;
  margin-right: auto;
}
.title--center {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title--center::before {
  content: "";
  left: auto;
}
.title--width36-70 {
  width: 36%;
}
.title--width40-70 {
  width: 40%;
}
.title--size {
  width: 90%;
  font-size: 36px;
  line-height: 37px;
}
@media (min-width: 992px) {
  .title--size {
    font-size: calc(0.025862069 * 100vw + 10.3448275862px);
  }
}
@media (min-width: 1920px) {
  .title--size {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  .title--size {
    line-height: calc(0.025862069 * 100vw + 11.3448275862px);
  }
}
@media (min-width: 1920px) {
  .title--size {
    line-height: 61px;
  }
}
.title--bigSize {
  font-size: 32px;
  line-height: 42px;
}
@media (min-width: 992px) {
  .title--bigSize {
    font-size: calc(0.025862069 * 100vw + 6.3448275862px);
  }
}
@media (min-width: 1920px) {
  .title--bigSize {
    font-size: 56px;
  }
}
@media (min-width: 992px) {
  .title--bigSize {
    line-height: calc(0.0129310345 * 100vw + 29.1724137931px);
  }
}
@media (min-width: 1920px) {
  .title--bigSize {
    line-height: 54px;
  }
}
.title--width36 {
  width: 36%;
}
.title--fs36 {
  line-height: 125%;
  font-size: 24px;
}
@media (min-width: 992px) {
  .title--fs36 {
    font-size: calc(0.0129310345 * 100vw + 11.1724137931px);
  }
}
@media (min-width: 1920px) {
  .title--fs36 {
    font-size: 36px;
  }
}
.title--width {
  width: 50%;
}
.title--width40 {
  width: 40%;
}
.title--white {
  color: #FFFFFF;
}
.title--blue {
  color: #00AEE9;
}

.content__gallery + .title {
  margin-top: 60px;
}
@media (min-width: 992px) {
  .content__gallery + .title {
    margin-top: calc(0.0646551724 * 100vw + -4.1379310345px);
  }
}
@media (min-width: 1920px) {
  .content__gallery + .title {
    margin-top: 120px;
  }
}

.error {
  color: #FF2B3C;
  display: none;
  font-family: "Elektra Text Pro Bold";
  font-size: 14px;
  margin-top: 8px;
}
@media (min-width: 992px) {
  .error {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .error {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .error {
    margin-top: calc(0.0021551724 * 100vw + 5.8620689655px);
  }
}
@media (min-width: 1920px) {
  .error {
    margin-top: 10px;
  }
}

.success {
  font-family: "Elektra Text Pro Bold";
  color: #009E2C;
  display: none;
  font-size: 14px;
  margin-top: 8px;
}
@media (min-width: 992px) {
  .success {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .success {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .success {
    margin-top: calc(0.0021551724 * 100vw + 5.8620689655px);
  }
}
@media (min-width: 1920px) {
  .success {
    margin-top: 10px;
  }
}
.success--home {
  color: #FFFFFF;
}

.box {
  display: flex;
}
.box__blockLeft {
  width: 50%;
  padding-top: 30px;
  padding-right: 25px;
  padding-bottom: 25px;
  background: #EBEBEB;
}
@media (min-width: 992px) {
  .box__blockLeft {
    padding-top: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .box__blockLeft {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .box__blockLeft {
    padding-right: calc(0.0269396552 * 100vw + -1.724137931px);
  }
}
@media (min-width: 1920px) {
  .box__blockLeft {
    padding-right: 50px;
  }
}
@media (min-width: 992px) {
  .box__blockLeft {
    padding-bottom: calc(0.0269396552 * 100vw + -1.724137931px);
  }
}
@media (min-width: 1920px) {
  .box__blockLeft {
    padding-bottom: 50px;
  }
}
.box__blockRight {
  width: 50%;
  background: #F6F6F6;
  padding-top: 30px;
  padding-left: 25px;
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .box__blockRight {
    padding-top: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .box__blockRight {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .box__blockRight {
    padding-left: calc(0.0269396552 * 100vw + -1.724137931px);
  }
}
@media (min-width: 1920px) {
  .box__blockRight {
    padding-left: 50px;
  }
}
@media (min-width: 992px) {
  .box__blockRight {
    padding-bottom: calc(0.0269396552 * 100vw + -1.724137931px);
  }
}
@media (min-width: 1920px) {
  .box__blockRight {
    padding-bottom: 50px;
  }
}
.box__photo {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .box__photo {
    height: calc(0.1293103448 * 100vw + 91.724137931px);
  }
}
@media (min-width: 1920px) {
  .box__photo {
    height: 340px;
  }
}
@media (min-width: 992px) {
  .box__photo {
    margin-bottom: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .box__photo {
    margin-bottom: 40px;
  }
}
.box__list {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .box__list {
    padding-bottom: calc(0.0107758621 * 100vw + 19.3103448276px);
  }
}
@media (min-width: 1920px) {
  .box__list {
    padding-bottom: 40px;
  }
}
.box__wrapper {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .box__wrapper {
    margin-top: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .box__wrapper {
    margin-top: 30px;
  }
}
.box__icon {
  -o-object-fit: cover;
  object-fit: cover;
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .box__icon {
    width: calc(0.0107758621 * 100vw + 11.3103448276px);
  }
}
@media (min-width: 1920px) {
  .box__icon {
    width: 32px;
  }
}
@media (min-width: 992px) {
  .box__icon {
    height: calc(0.0107758621 * 100vw + 11.3103448276px);
  }
}
@media (min-width: 1920px) {
  .box__icon {
    height: 32px;
  }
}
@media (min-width: 992px) {
  .box__icon {
    margin-right: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .box__icon {
    margin-right: 20px;
  }
}
.box__text {
  color: #333333;
  font-size: 16px;
  line-height: 18px;
}
@media (min-width: 992px) {
  .box__text {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .box__text {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .box__text {
    line-height: calc(0.0043103448 * 100vw + 13.724137931px);
  }
}
@media (min-width: 1920px) {
  .box__text {
    line-height: 22px;
  }
}
.box__button {
  display: block;
}

.cards--reverse .cards__item {
  flex-direction: row-reverse;
}
.cards--reverse .cards__item:nth-child(2n) {
  flex-direction: row;
}
.cards--mb120 {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .cards--mb120 {
    margin-bottom: calc(0.0862068966 * 100vw + -45.5172413793px);
  }
}
@media (min-width: 1920px) {
  .cards--mb120 {
    margin-bottom: 120px;
  }
}
.cards__item {
  display: flex;
}
.cards__item:nth-child(2n) {
  flex-direction: row-reverse;
}
.cards__item--bgColor {
  background-color: #F6F6F6;
}
.cards__item--container {
  width: 100%;
  max-width: 1630px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .cards__item--container {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .cards__item--container {
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 576px) {
  .cards__item--container {
    max-width: none;
  }
}
.cards__blockLeft {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  background: #FFFFFF;
}
@media (min-width: 992px) {
  .cards__blockLeft {
    padding-left: calc(0.0431034483 * 100vw + -2.7586206897px);
  }
}
@media (min-width: 1920px) {
  .cards__blockLeft {
    padding-left: 80px;
  }
}
@media (min-width: 992px) {
  .cards__blockLeft {
    padding-top: calc(0.0484913793 * 100vw + -33.1034482759px);
  }
}
@media (min-width: 1920px) {
  .cards__blockLeft {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .cards__blockLeft {
    padding-bottom: calc(0.0484913793 * 100vw + -33.1034482759px);
  }
}
@media (min-width: 1920px) {
  .cards__blockLeft {
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .cards__blockLeft {
    padding-right: calc(0.0075431034 * 100vw + 12.5172413793px);
  }
}
@media (min-width: 1920px) {
  .cards__blockLeft {
    padding-right: 27px;
  }
}
.cards__blockRight {
  padding-left: 40px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 50px;
  background: #F6F6F6;
}
@media (min-width: 992px) {
  .cards__blockRight {
    padding-left: calc(0.0431034483 * 100vw + -2.7586206897px);
  }
}
@media (min-width: 1920px) {
  .cards__blockRight {
    padding-left: 80px;
  }
}
@media (min-width: 992px) {
  .cards__blockRight {
    padding-right: calc(0.0431034483 * 100vw + 7.2413793103px);
  }
}
@media (min-width: 1920px) {
  .cards__blockRight {
    padding-right: 90px;
  }
}
.cards__blockRight--paddingMin {
  padding-left: 25px;
}
@media (min-width: 992px) {
  .cards__blockRight--paddingMin {
    padding-left: calc(0.0592672414 * 100vw + -33.7931034483px);
  }
}
@media (min-width: 1920px) {
  .cards__blockRight--paddingMin {
    padding-left: 80px;
  }
}
.cards__blockRight--backNone {
  background: none;
}
.cards__blockRight--bgNone {
  background: none;
  width: 100%;
  padding-left: 40px;
  padding-right: 0;
}
@media (min-width: 992px) {
  .cards__blockRight--bgNone {
    padding-left: calc(0.1120689655 * 100vw + -71.1724137931px);
  }
}
@media (min-width: 1920px) {
  .cards__blockRight--bgNone {
    padding-left: 144px;
  }
}
.cards__blockRight--bgColor {
  background-color: #ffffff;
}
.cards__textBlock {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .cards__textBlock {
    padding-top: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .cards__textBlock {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .cards__textBlock {
    padding-bottom: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .cards__textBlock {
    padding-bottom: 60px;
  }
}
.cards__textBlock-left {
  padding-left: 30px;
}
@media (min-width: 992px) {
  .cards__textBlock-left {
    padding-left: calc(0.0215517241 * 100vw + 8.6206896552px);
  }
}
@media (min-width: 1920px) {
  .cards__textBlock-left {
    padding-left: 50px;
  }
}
.cards__textBlock-left--gray {
  background-color: #EBEBEB;
}
.cards__textBlock-right {
  padding-right: 30px;
}
@media (min-width: 992px) {
  .cards__textBlock-right {
    padding-right: calc(0.0215517241 * 100vw + 8.6206896552px);
  }
}
@media (min-width: 1920px) {
  .cards__textBlock-right {
    padding-right: 50px;
  }
}
.cards__textBlock-right--gray {
  background-color: #EBEBEB;
}
.cards__bottom {
  margin-top: auto;
}
.cards__img {
  width: 50%;
  height: 390px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cards__img {
    height: calc(0.3663793103 * 100vw + 26.5517241379px);
  }
}
@media (min-width: 1920px) {
  .cards__img {
    height: 730px;
  }
}
.cards__img--height {
  height: 500px;
}
@media (min-width: 992px) {
  .cards__img--height {
    height: calc(0.4525862069 * 100vw + 51.0344827586px);
  }
}
@media (min-width: 1920px) {
  .cards__img--height {
    height: 920px;
  }
}
.cards__img--heightMin {
  height: 320px;
}
@media (min-width: 992px) {
  .cards__img--heightMin {
    height: calc(0.25 * 100vw + 72px);
  }
}
@media (min-width: 1920px) {
  .cards__img--heightMin {
    height: 552px;
  }
}
.cards__img--heightAuto {
  height: auto;
}
.cards__img--error {
  width: auto;
}
.cards__text {
  color: #666666;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .cards__text {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .cards__text {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .cards__text {
    line-height: calc(0.0172413793 * 100vw + 2.8965517241px);
  }
}
@media (min-width: 1920px) {
  .cards__text {
    line-height: 36px;
  }
}
.cards__text--gray {
  line-height: 150%;
  color: #CCCCCC;
  margin-bottom: 30px;
  font-size: 22px;
}
@media (min-width: 992px) {
  .cards__text--gray {
    margin-bottom: calc(0.0215517241 * 100vw + 8.6206896552px);
  }
}
@media (min-width: 1920px) {
  .cards__text--gray {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .cards__text--gray {
    font-size: calc(0.0021551724 * 100vw + 19.8620689655px);
  }
}
@media (min-width: 1920px) {
  .cards__text--gray {
    font-size: 24px;
  }
}
.cards__text--gray span {
  font-family: "Elektra Text Pro Bold";
  font-size: 38px;
}
@media (min-width: 992px) {
  .cards__text--gray span {
    font-size: calc(0.0280172414 * 100vw + 10.2068965517px);
  }
}
@media (min-width: 1920px) {
  .cards__text--gray span {
    font-size: 64px;
  }
}
.cards__text--graymb10 {
  line-height: 150%;
  color: #CCCCCC;
  margin-bottom: 10px;
  font-size: 22px;
}
@media (min-width: 992px) {
  .cards__text--graymb10 {
    margin-bottom: calc(0 * 100vw + 10px);
  }
}
@media (min-width: 1920px) {
  .cards__text--graymb10 {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .cards__text--graymb10 {
    font-size: calc(0.0021551724 * 100vw + 19.8620689655px);
  }
}
@media (min-width: 1920px) {
  .cards__text--graymb10 {
    font-size: 24px;
  }
}
.cards__text--graymb10 span {
  font-family: "Elektra Text Pro Bold";
  font-size: 38px;
}
@media (min-width: 992px) {
  .cards__text--graymb10 span {
    font-size: calc(0.0280172414 * 100vw + 10.2068965517px);
  }
}
@media (min-width: 1920px) {
  .cards__text--graymb10 span {
    font-size: 64px;
  }
}
.cards__text--marginMin {
  margin-top: -20px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .cards__text--marginMin {
    margin-top: calc(-0.0215517241 * 100vw + 1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .cards__text--marginMin {
    margin-top: -40px;
  }
}
@media (min-width: 992px) {
  .cards__text--marginMin {
    margin-bottom: calc(0.0215517241 * 100vw + -11.3793103448px);
  }
}
@media (min-width: 1920px) {
  .cards__text--marginMin {
    margin-bottom: 30px;
  }
}
.cards__text--marginBottom {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .cards__text--marginBottom {
    margin-bottom: calc(0.0215517241 * 100vw + -11.3793103448px);
  }
}
@media (min-width: 1920px) {
  .cards__text--marginBottom {
    margin-bottom: 30px;
  }
}
.cards__text--marginBottomBig {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cards__text--marginBottomBig {
    margin-bottom: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .cards__text--marginBottomBig {
    margin-bottom: 60px;
  }
}
.cards__text--marginBottomNone {
  margin-bottom: 0;
}
.cards__text--marginTopMinus {
  margin-top: -20px;
}
@media (min-width: 992px) {
  .cards__text--marginTopMinus {
    margin-top: calc(-0.0215517241 * 100vw + 1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .cards__text--marginTopMinus {
    margin-top: -40px;
  }
}
.cards__text--marginTop {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .cards__text--marginTop {
    margin-top: calc(0.0161637931 * 100vw + -6.0344827586px);
  }
}
@media (min-width: 1920px) {
  .cards__text--marginTop {
    margin-top: 25px;
  }
}
.cards__text--white {
  color: #FFFFFF;
}
.cards__text--weightBold {
  font-family: "Elektra Text Pro Bold";
}
.cards__text--bold {
  font-family: "Elektra Text Pro Bold";
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .cards__text--bold {
    margin-bottom: calc(0.0431034483 * 100vw + -32.7586206897px);
  }
}
@media (min-width: 1920px) {
  .cards__text--bold {
    margin-bottom: 50px;
  }
}
.cards__text-price {
  color: #333333;
  font-family: "Elektra Text Pro Bold";
  font-size: 20px;
  line-height: 29px;
}
@media (min-width: 992px) {
  .cards__text-price {
    font-size: calc(0.0129310345 * 100vw + 7.1724137931px);
  }
}
@media (min-width: 1920px) {
  .cards__text-price {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .cards__text-price {
    line-height: calc(0.0118534483 * 100vw + 17.2413793103px);
  }
}
@media (min-width: 1920px) {
  .cards__text-price {
    line-height: 40px;
  }
}
.cards__text-price span {
  font-family: "Montserrat";
  font-weight: 700;
}
.cards__text-price--big {
  font-weight: 700;
  font-family: "Elektra Text Pro Bold";
  font-size: 28px;
  line-height: 40px;
}
@media (min-width: 992px) {
  .cards__text-price--big {
    font-size: calc(0.0215517241 * 100vw + 6.6206896552px);
  }
}
@media (min-width: 1920px) {
  .cards__text-price--big {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .cards__text-price--big {
    line-height: calc(0.0344827586 * 100vw + 5.7931034483px);
  }
}
@media (min-width: 1920px) {
  .cards__text-price--big {
    line-height: 72px;
  }
}
.cards__text-price--big span {
  font-family: "Montserrat";
  font-weight: 700;
  vertical-align: baseline;
}
.cards__wrapper {
  display: flex;
  margin-top: 15px;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .cards__wrapper {
    margin-top: calc(0.0269396552 * 100vw + -11.724137931px);
  }
}
@media (min-width: 1920px) {
  .cards__wrapper {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .cards__wrapper {
    margin-bottom: calc(-0.0161637931 * 100vw + 16.0344827586px);
  }
}
@media (min-width: 1920px) {
  .cards__wrapper {
    margin-bottom: -15px;
  }
}
.cards__wrapper-item {
  min-width: 20%;
  max-width: 35%;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .cards__wrapper-item {
    margin-right: calc(0.0323275862 * 100vw + -22.0689655172px);
  }
}
@media (min-width: 1920px) {
  .cards__wrapper-item {
    margin-right: 40px;
  }
}
.cards__wrapper-item:last-child {
  margin-right: 0;
}
.cards__icon {
  -o-object-fit: contain;
  object-fit: contain;
  width: 25px;
  height: 25px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .cards__icon {
    width: calc(0.0247844828 * 100vw + 0.4137931034px);
  }
}
@media (min-width: 1920px) {
  .cards__icon {
    width: 48px;
  }
}
@media (min-width: 992px) {
  .cards__icon {
    height: calc(0.0247844828 * 100vw + 0.4137931034px);
  }
}
@media (min-width: 1920px) {
  .cards__icon {
    height: 48px;
  }
}
@media (min-width: 992px) {
  .cards__icon {
    margin-bottom: calc(0.0161637931 * 100vw + -11.0344827586px);
  }
}
@media (min-width: 1920px) {
  .cards__icon {
    margin-bottom: 20px;
  }
}
.cards__iconBig {
  -o-object-fit: contain;
  object-fit: contain;
  width: 44px;
  height: 44px;
  margin-right: 30px;
}
@media (min-width: 992px) {
  .cards__iconBig {
    width: calc(0.0215517241 * 100vw + 22.6206896552px);
  }
}
@media (min-width: 1920px) {
  .cards__iconBig {
    width: 64px;
  }
}
@media (min-width: 992px) {
  .cards__iconBig {
    height: calc(0.0215517241 * 100vw + 22.6206896552px);
  }
}
@media (min-width: 1920px) {
  .cards__iconBig {
    height: 64px;
  }
}
@media (min-width: 992px) {
  .cards__iconBig {
    margin-right: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .cards__iconBig {
    margin-right: 60px;
  }
}
.cards__iconBig:last-child {
  margin-right: 0;
}
.cards__textInfo {
  color: #666666;
  font-size: 16px;
  line-height: 15px;
}
@media (min-width: 992px) {
  .cards__textInfo {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .cards__textInfo {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .cards__textInfo {
    line-height: calc(0.0075431034 * 100vw + 7.5172413793px);
  }
}
@media (min-width: 1920px) {
  .cards__textInfo {
    line-height: 22px;
  }
}
.cards__buttons {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .cards__buttons {
    margin-top: calc(0.0431034483 * 100vw + -22.7586206897px);
  }
}
@media (min-width: 1920px) {
  .cards__buttons {
    margin-top: 60px;
  }
}
.cards__buttons--marginTop {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .cards__buttons--marginTop {
    margin-top: calc(0.0323275862 * 100vw + -22.0689655172px);
  }
}
@media (min-width: 1920px) {
  .cards__buttons--marginTop {
    margin-top: 40px;
  }
}
.cards__buttons--height .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
@media (min-width: 992px) {
  .cards__buttons--height .btn {
    height: calc(0.0215517241 * 100vw + 38.6206896552px);
  }
}
@media (min-width: 1920px) {
  .cards__buttons--height .btn {
    height: 80px;
  }
}
.cards__buttons--mt30 {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .cards__buttons--mt30 {
    margin-top: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .cards__buttons--mt30 {
    margin-top: 30px;
  }
}
.cards__buttons--mt30 .btn {
  width: 200px;
}
@media (min-width: 992px) {
  .cards__buttons--mt30 .btn {
    width: calc(0.1400862069 * 100vw + 61.0344827586px);
  }
}
@media (min-width: 1920px) {
  .cards__buttons--mt30 .btn {
    width: 330px;
  }
}
.cards__buttons--price .btn {
  margin-right: 20px;
}
@media (min-width: 992px) {
  .cards__buttons--price .btn {
    margin-right: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .cards__buttons--price .btn {
    margin-right: 30px;
  }
}
.cards__buttons--price .btn::last-child {
  margin-right: 0;
}
.cards__buttons--marginTopNone {
  margin-top: 0;
}
.cards__buttons--marginBottom {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .cards__buttons--marginBottom {
    margin-bottom: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .cards__buttons--marginBottom {
    margin-bottom: 20px;
  }
}
.cards__button {
  margin-right: 5px;
}
@media (min-width: 992px) {
  .cards__button {
    margin-right: calc(0.005387931 * 100vw + -0.3448275862px);
  }
}
@media (min-width: 1920px) {
  .cards__button {
    margin-right: 10px;
  }
}
.cards__button:last-child {
  margin-right: 0;
}
.cards__form {
  width: 85%;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .cards__form {
    margin-top: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .cards__form {
    margin-top: 40px;
  }
}
.cards__form-wrapper {
  display: flex;
  background: #F6F6F6;
  border-radius: 32px;
  padding: 15px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .cards__form-wrapper {
    padding: calc(0.0107758621 * 100vw + 4.3103448276px);
  }
}
@media (min-width: 1920px) {
  .cards__form-wrapper {
    padding: 25px;
  }
}
@media (min-width: 992px) {
  .cards__form-wrapper {
    margin-bottom: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .cards__form-wrapper {
    margin-bottom: 30px;
  }
}
.cards__form-input {
  color: #333333;
  font-size: 14px;
  line-height: 15px;
}
@media (min-width: 992px) {
  .cards__form-input {
    font-size: calc(0.0043103448 * 100vw + 9.724137931px);
  }
}
@media (min-width: 1920px) {
  .cards__form-input {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .cards__form-input {
    line-height: calc(0.0021551724 * 100vw + 12.8620689655px);
  }
}
@media (min-width: 1920px) {
  .cards__form-input {
    line-height: 17px;
  }
}
.cards__form-input::-webkit-input-placeholder {
  color: #333333;
  font-size: 14px;
  line-height: 15px;
}
@media (min-width: 992px) {
  .cards__form-input::-webkit-input-placeholder {
    font-size: calc(0.0043103448 * 100vw + 9.724137931px);
  }
}
@media (min-width: 1920px) {
  .cards__form-input::-webkit-input-placeholder {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .cards__form-input::-webkit-input-placeholder {
    line-height: calc(0.0021551724 * 100vw + 12.8620689655px);
  }
}
@media (min-width: 1920px) {
  .cards__form-input::-webkit-input-placeholder {
    line-height: 17px;
  }
}
.cards__form-input::-moz-placeholder {
  color: #333333;
  font-size: 14px;
  line-height: 15px;
}
@media (min-width: 992px) {
  .cards__form-input::-moz-placeholder {
    font-size: calc(0.0043103448 * 100vw + 9.724137931px);
  }
}
@media (min-width: 1920px) {
  .cards__form-input::-moz-placeholder {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .cards__form-input::-moz-placeholder {
    line-height: calc(0.0021551724 * 100vw + 12.8620689655px);
  }
}
@media (min-width: 1920px) {
  .cards__form-input::-moz-placeholder {
    line-height: 17px;
  }
}
.cards__form-input:-ms-input-placeholder {
  color: #333333;
  font-size: 14px;
  line-height: 15px;
}
@media (min-width: 992px) {
  .cards__form-input:-ms-input-placeholder {
    font-size: calc(0.0043103448 * 100vw + 9.724137931px);
  }
}
@media (min-width: 1920px) {
  .cards__form-input:-ms-input-placeholder {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .cards__form-input:-ms-input-placeholder {
    line-height: calc(0.0021551724 * 100vw + 12.8620689655px);
  }
}
@media (min-width: 1920px) {
  .cards__form-input:-ms-input-placeholder {
    line-height: 17px;
  }
}
.cards__form-input::-ms-input-placeholder {
  color: #333333;
  font-size: 14px;
  line-height: 15px;
}
@media (min-width: 992px) {
  .cards__form-input::-ms-input-placeholder {
    font-size: calc(0.0043103448 * 100vw + 9.724137931px);
  }
}
@media (min-width: 1920px) {
  .cards__form-input::-ms-input-placeholder {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .cards__form-input::-ms-input-placeholder {
    line-height: calc(0.0021551724 * 100vw + 12.8620689655px);
  }
}
@media (min-width: 1920px) {
  .cards__form-input::-ms-input-placeholder {
    line-height: 17px;
  }
}
.cards__form-input::-moz-placeholder {
  color: #333333;
  font-size: 14px;
  line-height: 15px;
}
.cards__form-input::placeholder {
  color: #333333;
  font-size: 14px;
  line-height: 15px;
}
@media (min-width: 992px) {
  .cards__form-input::-moz-placeholder {
    font-size: calc(0.0043103448 * 100vw + 9.724137931px);
  }
  .cards__form-input::placeholder {
    font-size: calc(0.0043103448 * 100vw + 9.724137931px);
  }
}
@media (min-width: 1920px) {
  .cards__form-input::-moz-placeholder {
    font-size: 18px;
  }
  .cards__form-input::placeholder {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .cards__form-input::-moz-placeholder {
    line-height: calc(0.0021551724 * 100vw + 12.8620689655px);
  }
  .cards__form-input::placeholder {
    line-height: calc(0.0021551724 * 100vw + 12.8620689655px);
  }
}
@media (min-width: 1920px) {
  .cards__form-input::-moz-placeholder {
    line-height: 17px;
  }
  .cards__form-input::placeholder {
    line-height: 17px;
  }
}
.cards__form-icon {
  color: #CCCCCC;
  font-size: 18px;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .cards__form-icon {
    font-size: calc(0.0043103448 * 100vw + 13.724137931px);
  }
}
@media (min-width: 1920px) {
  .cards__form-icon {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .cards__form-icon {
    margin-right: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .cards__form-icon {
    margin-right: 20px;
  }
}
.cards__form-minText {
  font-family: "Inter";
  color: #CCCCCC;
  font-size: 12px;
  line-height: 15px;
  margin-left: 20px;
}
@media (min-width: 992px) {
  .cards__form-minText {
    margin-left: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .cards__form-minText {
    margin-left: 30px;
  }
}
.cards__form-minText a {
  color: #00B2EE;
  transition: color 0.38s ease-in-out;
}
.cards__form-minText a:hover {
  color: #D80B1B;
}
.cards__list-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .cards__list-item {
    margin-bottom: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .cards__list-item {
    margin-bottom: 20px;
  }
}
.cards__list-item:last-child {
  margin-bottom: 0;
}
.cards__list-icon {
  -o-object-fit: contain;
  object-fit: contain;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .cards__list-icon {
    width: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .cards__list-icon {
    width: 24px;
  }
}
@media (min-width: 992px) {
  .cards__list-icon {
    height: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .cards__list-icon {
    height: 24px;
  }
}
@media (min-width: 992px) {
  .cards__list-icon {
    margin-right: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .cards__list-icon {
    margin-right: 20px;
  }
}
.cards__list-text {
  font-size: 14px;
  line-height: 25px;
  color: #666666;
}
@media (min-width: 992px) {
  .cards__list-text {
    font-size: calc(0.0043103448 * 100vw + 9.724137931px);
  }
}
@media (min-width: 1920px) {
  .cards__list-text {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .cards__list-text {
    line-height: calc(0.0215517241 * 100vw + 3.6206896552px);
  }
}
@media (min-width: 1920px) {
  .cards__list-text {
    line-height: 45px;
  }
}
.cards__contacts {
  display: flex;
}
.cards__contacts-item {
  margin-right: 50px;
  width: 33%;
}
@media (min-width: 992px) {
  .cards__contacts-item {
    margin-right: calc(0.0646551724 * 100vw + -14.1379310345px);
  }
}
@media (min-width: 1920px) {
  .cards__contacts-item {
    margin-right: 110px;
  }
}
.cards__contacts-item:last-child {
  margin-right: 0;
}
.cards__contacts-title {
  font-family: "Elektra Text Pro Bold";
  color: #666666;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .cards__contacts-title {
    font-size: calc(0.0043103448 * 100vw + 11.724137931px);
  }
}
@media (min-width: 1920px) {
  .cards__contacts-title {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .cards__contacts-title {
    line-height: calc(0.0043103448 * 100vw + 11.724137931px);
  }
}
@media (min-width: 1920px) {
  .cards__contacts-title {
    line-height: 20px;
  }
}
.cards__contacts-wrapper {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .cards__contacts-wrapper {
    margin-top: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .cards__contacts-wrapper {
    margin-top: 30px;
  }
}
.cards__contacts-text {
  line-height: 14px;
  font-size: 14px;
  color: #666666;
}
@media (min-width: 992px) {
  .cards__contacts-text {
    line-height: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .cards__contacts-text {
    line-height: 16px;
  }
}
@media (min-width: 992px) {
  .cards__contacts-text {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .cards__contacts-text {
    font-size: 16px;
  }
}
.cards__contacts-link {
  display: block;
  color: #00B2EE;
  font-size: 16px;
  line-height: 16px;
  margin-top: 5px;
  transition: color 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .cards__contacts-link {
    font-size: calc(0.0043103448 * 100vw + 11.724137931px);
  }
}
@media (min-width: 1920px) {
  .cards__contacts-link {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .cards__contacts-link {
    line-height: calc(0.0043103448 * 100vw + 11.724137931px);
  }
}
@media (min-width: 1920px) {
  .cards__contacts-link {
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .cards__contacts-link {
    margin-top: calc(0.005387931 * 100vw + -0.3448275862px);
  }
}
@media (min-width: 1920px) {
  .cards__contacts-link {
    margin-top: 10px;
  }
}
.cards__contacts-link:hover {
  color: #1981A4;
}
.cards__advantages {
  display: flex;
  flex-shrink: 0.4;
  margin-top: 25px;
  margin-bottom: 25px;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cards__advantages {
    margin-top: calc(0.0377155172 * 100vw + -12.4137931034px);
  }
}
@media (min-width: 1920px) {
  .cards__advantages {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cards__advantages {
    margin-bottom: calc(0.0323275862 * 100vw + -7.0689655172px);
  }
}
@media (min-width: 1920px) {
  .cards__advantages {
    margin-bottom: 55px;
  }
}
.cards__advantages--wrap {
  flex-wrap: wrap;
}
.cards__advantages-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .cards__advantages-item {
    margin-bottom: calc(0.0269396552 * 100vw + -11.724137931px);
  }
}
@media (min-width: 1920px) {
  .cards__advantages-item {
    margin-bottom: 40px;
  }
}
.cards__advantages-item--width {
  width: 45%;
}
.cards__advantages-left {
  width: 58%;
}
.cards__advantages-right {
  width: 40%;
}
.cards__advantages-img {
  margin-right: 10px;
  width: 35px;
  height: 35px;
}
@media (min-width: 992px) {
  .cards__advantages-img {
    margin-right: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .cards__advantages-img {
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .cards__advantages-img {
    width: calc(0.0129310345 * 100vw + 22.1724137931px);
  }
}
@media (min-width: 1920px) {
  .cards__advantages-img {
    width: 47px;
  }
}
@media (min-width: 992px) {
  .cards__advantages-img {
    height: calc(0.0129310345 * 100vw + 22.1724137931px);
  }
}
@media (min-width: 1920px) {
  .cards__advantages-img {
    height: 47px;
  }
}
.cards__advantages-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .cards__advantages-text {
    font-size: calc(0.0032327586 * 100vw + 12.7931034483px);
  }
}
@media (min-width: 1920px) {
  .cards__advantages-text {
    font-size: 19px;
  }
}
@media (min-width: 992px) {
  .cards__advantages-text {
    line-height: calc(0.0075431034 * 100vw + 12.5172413793px);
  }
}
@media (min-width: 1920px) {
  .cards__advantages-text {
    line-height: 27px;
  }
}
.cards__callBack {
  position: relative;
}
.cards__callBack .cards__img {
  width: 460px;
  height: 130px;
  margin-top: 14%;
}
@media (min-width: 992px) {
  .cards__callBack .cards__img {
    width: calc(0.2974137931 * 100vw + 164.9655172414px);
  }
}
@media (min-width: 1920px) {
  .cards__callBack .cards__img {
    width: 736px;
  }
}
@media (min-width: 992px) {
  .cards__callBack .cards__img {
    height: calc(0.1034482759 * 100vw + 27.3793103448px);
  }
}
@media (min-width: 1920px) {
  .cards__callBack .cards__img {
    height: 226px;
  }
}
.cards__callBack-imgFon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.cards__callBack-title {
  margin-top: 30px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .cards__callBack-title {
    margin-top: calc(0.0517241379 * 100vw + -21.3103448276px);
  }
}
@media (min-width: 1920px) {
  .cards__callBack-title {
    margin-top: 78px;
  }
}
@media (min-width: 992px) {
  .cards__callBack-title {
    margin-bottom: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .cards__callBack-title {
    margin-bottom: 20px;
  }
}
.cards__callBack-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cards__callBack-buttons {
    margin-bottom: calc(0.0517241379 * 100vw + -21.3103448276px);
  }
}
@media (min-width: 1920px) {
  .cards__callBack-buttons {
    margin-bottom: 78px;
  }
}
.cards__callBack-buttons button {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .cards__callBack-buttons button {
    margin-bottom: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .cards__callBack-buttons button {
    margin-bottom: 30px;
  }
}
.cards__callBack-buttons div {
  margin: 0;
}
.cards__callBack-form {
  width: 70%;
}
.cards__error {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .cards__error {
    margin-bottom: calc(0.1077586207 * 100vw + -86.8965517241px);
  }
}
@media (min-width: 1920px) {
  .cards__error {
    margin-bottom: 120px;
  }
}

body .modalCategory {
  display: none;
  flex-direction: column;
  align-items: center;
  background-color: #FFFFFF;
  width: 610px !important;
  height: auto !important;
  padding: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  body .modalCategory {
    padding-top: calc(0.0161637931 * 100vw + 8.9655172414px);
  }
}
@media (min-width: 1920px) {
  body .modalCategory {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  body .modalCategory {
    padding-bottom: calc(0.0161637931 * 100vw + 8.9655172414px);
  }
}
@media (min-width: 1920px) {
  body .modalCategory {
    padding-bottom: 40px;
  }
}
body .modalCategory__title {
  margin: 0 auto;
  width: 85%;
  color: #333;
  font-weight: 700;
  font-family: "Elektra Text Pro Bold";
  text-transform: uppercase;
  text-align: center;
  line-height: 125%;
  margin-bottom: 15px;
  font-size: 22px;
}
@media (min-width: 992px) {
  body .modalCategory__title {
    margin-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  body .modalCategory__title {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  body .modalCategory__title {
    font-size: calc(0.0107758621 * 100vw + 11.3103448276px);
  }
}
@media (min-width: 1920px) {
  body .modalCategory__title {
    font-size: 32px;
  }
}
body .modalCategory__title span {
  color: #00B2EE;
}
body .modalCategory__text {
  text-align: center;
  line-height: 125%;
  color: #333;
  font-size: 14px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  body .modalCategory__text {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  body .modalCategory__text {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  body .modalCategory__text {
    margin-bottom: calc(0.005387931 * 100vw + 19.6551724138px);
  }
}
@media (min-width: 1920px) {
  body .modalCategory__text {
    margin-bottom: 30px;
  }
}
body .modalCategory__list {
  display: flex;
  position: relative;
  flex-direction: column;
  height: 300px;
}
@media (min-width: 992px) {
  body .modalCategory__list {
    height: calc(0.1077586207 * 100vw + 193.1034482759px);
  }
}
@media (min-width: 1920px) {
  body .modalCategory__list {
    height: 400px;
  }
}
body .modalCategory__list--opacityNone::after {
  display: none;
}
body .modalCategory__list::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  height: 50px;
}
@media (min-width: 992px) {
  body .modalCategory__list::after {
    height: calc(0.0538793103 * 100vw + -3.4482758621px);
  }
}
@media (min-width: 1920px) {
  body .modalCategory__list::after {
    height: 100px;
  }
}
body .modalCategory__list-item {
  display: flex;
  line-height: 150%;
  color: #333;
  font-size: 14px;
  margin-left: 15px;
  margin-right: 25px;
}
@media (min-width: 992px) {
  body .modalCategory__list-item {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  body .modalCategory__list-item {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  body .modalCategory__list-item {
    margin-left: calc(0.0247844828 * 100vw + -9.5862068966px);
  }
}
@media (min-width: 1920px) {
  body .modalCategory__list-item {
    margin-left: 38px;
  }
}
@media (min-width: 992px) {
  body .modalCategory__list-item {
    margin-right: calc(0.0323275862 * 100vw + -7.0689655172px);
  }
}
@media (min-width: 1920px) {
  body .modalCategory__list-item {
    margin-right: 55px;
  }
}
body .modalCategory__list-item:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  body .modalCategory__list-item:not(:last-child) {
    margin-bottom: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  body .modalCategory__list-item:not(:last-child) {
    margin-bottom: 15px;
  }
}
body .modalCategory__list-item::before {
  content: url("../img/picture/Vector.png");
  margin-right: 8px;
}
@media (min-width: 992px) {
  body .modalCategory__list-item::before {
    margin-right: calc(0.0043103448 * 100vw + 3.724137931px);
  }
}
@media (min-width: 1920px) {
  body .modalCategory__list-item::before {
    margin-right: 12px;
  }
}
body .modalCategory .simplebar-vertical {
  border-radius: 10px;
  background: #D9D9D9;
  width: 20px;
  width: 16px;
}
@media (min-width: 992px) {
  body .modalCategory .simplebar-vertical {
    width: calc(0.0043103448 * 100vw + 11.724137931px);
  }
}
@media (min-width: 1920px) {
  body .modalCategory .simplebar-vertical {
    width: 20px;
  }
}
body .modalCategory .simplebar-vertical .simplebar-scrollbar {
  border-radius: 10px;
  width: 20px;
  background: linear-gradient(180deg, #FF3A4A 0%, #D80B1B 100%);
  background-color: #FF3A4A;
}
body .modalCategory .simplebar-vertical .simplebar-scrollbar::before {
  background: none;
}
body .modalCategory .simplebar-horizontal {
  display: none;
}

.mCS_no_scrollbar::after {
  display: none;
}

.list--flex {
  display: flex;
  flex-wrap: wrap;
}
.list--flex li {
  width: 50%;
}
.list__item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  color: #666666;
  font-size: 16px;
  line-height: 18px;
}
@media (min-width: 992px) {
  .list__item {
    margin-bottom: calc(0.005387931 * 100vw + -0.3448275862px);
  }
}
@media (min-width: 1920px) {
  .list__item {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .list__item {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .list__item {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .list__item {
    line-height: calc(0.0043103448 * 100vw + 13.724137931px);
  }
}
@media (min-width: 1920px) {
  .list__item {
    line-height: 22px;
  }
}
.list__item:last-child {
  margin-bottom: 0;
}
.list__item--marginTop {
  margin-bottom: 0;
  margin-top: 25px;
}
@media (min-width: 992px) {
  .list__item--marginTop {
    margin-top: calc(0.0269396552 * 100vw + -1.724137931px);
  }
}
@media (min-width: 1920px) {
  .list__item--marginTop {
    margin-top: 50px;
  }
}
.list__item--marginTop:first-child {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .list__item--marginTop:first-child {
    margin-top: calc(0.0484913793 * 100vw + -18.1034482759px);
  }
}
@media (min-width: 1920px) {
  .list__item--marginTop:first-child {
    margin-top: 75px;
  }
}

ol.list {
  list-style-type: none;
  counter-reset: my-counter;
}
ol.list .list__item::before {
  color: #00B2EE;
  font-size: 36px;
  line-height: 34px;
  font-family: "Elektra Text Pro Bold";
  margin-right: 10px;
  content: counter(my-counter);
  counter-increment: my-counter;
}
@media (min-width: 992px) {
  ol.list .list__item::before {
    font-size: calc(0.0129310345 * 100vw + 23.1724137931px);
  }
}
@media (min-width: 1920px) {
  ol.list .list__item::before {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  ol.list .list__item::before {
    line-height: calc(0.0129310345 * 100vw + 21.1724137931px);
  }
}
@media (min-width: 1920px) {
  ol.list .list__item::before {
    line-height: 46px;
  }
}
@media (min-width: 992px) {
  ol.list .list__item::before {
    margin-right: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  ol.list .list__item::before {
    margin-right: 15px;
  }
}

ul.list .list__item::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-right: 10px;
  background-color: #00B2EE;
  border-radius: 50%;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  ul.list .list__item::before {
    margin-right: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  ul.list .list__item::before {
    margin-right: 20px;
  }
}
ul.list--redMark {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  ul.list--redMark {
    margin-bottom: calc(0.0377155172 * 100vw + -17.4137931034px);
  }
}
@media (min-width: 1920px) {
  ul.list--redMark {
    margin-bottom: 55px;
  }
}
ul.list--redMark .list__item {
  margin-bottom: 20px;
  font-size: 22px;
}
@media (min-width: 992px) {
  ul.list--redMark .list__item {
    margin-bottom: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  ul.list--redMark .list__item {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  ul.list--redMark .list__item {
    font-size: calc(0.0021551724 * 100vw + 19.8620689655px);
  }
}
@media (min-width: 1920px) {
  ul.list--redMark .list__item {
    font-size: 24px;
  }
}
ul.list--redMark .list__item::before {
  flex-shrink: 0;
  background-color: #F73141;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 10px;
}
@media (min-width: 992px) {
  ul.list--redMark .list__item::before {
    margin-right: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  ul.list--redMark .list__item::before {
    margin-right: 15px;
  }
}

ul.list--top .list__item {
  position: relative;
  align-items: baseline;
  color: #666666;
  font-weight: 400;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 992px) {
  ul.list--top .list__item {
    margin-bottom: calc(0.0021551724 * 100vw + 5.8620689655px);
  }
}
@media (min-width: 1920px) {
  ul.list--top .list__item {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  ul.list--top .list__item {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  ul.list--top .list__item {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  ul.list--top .list__item {
    line-height: calc(0.0150862069 * 100vw + 7.0344827586px);
  }
}
@media (min-width: 1920px) {
  ul.list--top .list__item {
    line-height: 36px;
  }
}
ul.list--top .list__item::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #00B2EE;
  margin-right: 15px;
  border-radius: 50%;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  ul.list--top .list__item::before {
    margin-right: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  ul.list--top .list__item::before {
    margin-right: 20px;
  }
}

ul.list--red .list__item::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #FF2A3C;
  border-radius: 50%;
  flex-shrink: 0;
}

.banner {
  width: 100%;
  height: 400px;
  position: relative;
}
@media (min-width: 992px) {
  .banner {
    height: calc(0.1357758621 * 100vw + 265.3103448276px);
  }
}
@media (min-width: 1920px) {
  .banner {
    height: 526px;
  }
}
.banner__fon {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.share {
  position: relative;
  width: 100%;
}
.share::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #333333 0%, rgba(0, 0, 0, 0) 50%);
  z-index: -1;
}
.share--blue::before {
  background: #0099CD;
  opacity: 0.7;
}
.share__fon {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -3;
}
.share__container {
  width: 100%;
  max-width: 1630px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  padding-top: 65px;
  padding-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .share__container {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .share__container {
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 576px) {
  .share__container {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .share__container {
    padding-top: calc(0.0700431034 * 100vw + -4.4827586207px);
  }
}
@media (min-width: 1920px) {
  .share__container {
    padding-top: 130px;
  }
}
@media (min-width: 992px) {
  .share__container {
    padding-bottom: calc(0.0646551724 * 100vw + -4.1379310345px);
  }
}
@media (min-width: 1920px) {
  .share__container {
    padding-bottom: 120px;
  }
}
.share__containerCenter {
  width: 100%;
  max-width: 1630px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .share__containerCenter {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .share__containerCenter {
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 576px) {
  .share__containerCenter {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .share__containerCenter {
    padding-top: calc(0.0431034483 * 100vw + -2.7586206897px);
  }
}
@media (min-width: 1920px) {
  .share__containerCenter {
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  .share__containerCenter {
    padding-bottom: calc(0.0431034483 * 100vw + -2.7586206897px);
  }
}
@media (min-width: 1920px) {
  .share__containerCenter {
    padding-bottom: 80px;
  }
}
.share__content {
  width: 40%;
}
.share__text {
  color: #FFFFFF;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 26px;
}
@media (min-width: 992px) {
  .share__text {
    margin-bottom: calc(0.0269396552 * 100vw + -1.724137931px);
  }
}
@media (min-width: 1920px) {
  .share__text {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .share__text {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .share__text {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .share__text {
    line-height: calc(0.0107758621 * 100vw + 15.3103448276px);
  }
}
@media (min-width: 1920px) {
  .share__text {
    line-height: 36px;
  }
}

.map {
  width: 100%;
  height: 450px;
}
@media (min-width: 992px) {
  .map {
    height: calc(0.2909482759 * 100vw + 161.3793103448px);
  }
}
@media (min-width: 1920px) {
  .map {
    height: 720px;
  }
}
.map--marginBottom {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .map--marginBottom {
    margin-bottom: calc(0.0862068966 * 100vw + -45.5172413793px);
  }
}
@media (min-width: 1920px) {
  .map--marginBottom {
    margin-bottom: 120px;
  }
}
.map [class*=ymaps-2][class*=-ground-pane] {
  filter: grayscale(100%);
}
.map--disable {
  display: none;
}

.breadcrumb_last {
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  padding-right: 0;
}
@media (min-width: 992px) {
  .breadcrumb_last {
    font-size: calc(0.0043103448 * 100vw + 9.724137931px);
  }
}
@media (min-width: 1920px) {
  .breadcrumb_last {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .breadcrumb_last {
    line-height: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .breadcrumb_last {
    line-height: 18px;
  }
}

.breadcrumbs {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .breadcrumbs {
    margin-bottom: calc(0.0538793103 * 100vw + -23.4482758621px);
  }
}
@media (min-width: 1920px) {
  .breadcrumbs {
    margin-bottom: 80px;
  }
}
.breadcrumbs span span {
  display: flex;
  align-items: center;
}
.breadcrumbs span span span a {
  pointer-events: none;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  padding-right: 0;
}
@media (min-width: 992px) {
  .breadcrumbs span span span a {
    font-size: calc(0.0043103448 * 100vw + 9.724137931px);
  }
}
@media (min-width: 1920px) {
  .breadcrumbs span span span a {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .breadcrumbs span span span a {
    line-height: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .breadcrumbs span span span a {
    line-height: 18px;
  }
}
.breadcrumbs--mbMin {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .breadcrumbs--mbMin {
    margin-bottom: calc(0.0538793103 * 100vw + -43.4482758621px);
  }
}
@media (min-width: 1920px) {
  .breadcrumbs--mbMin {
    margin-bottom: 60px;
  }
}
.breadcrumbs__container {
  width: 100%;
  max-width: 1630px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .breadcrumbs__container {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbs__container {
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 576px) {
  .breadcrumbs__container {
    max-width: none;
  }
}
.breadcrumbs__container--mt60 {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .breadcrumbs__container--mt60 {
    margin-top: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .breadcrumbs__container--mt60 {
    margin-top: 60px;
  }
}
.breadcrumbs__link,
.breadcrumbs a {
  display: flex;
  align-items: center;
  color: #888888;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  transition: color 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .breadcrumbs__link,
  .breadcrumbs a {
    font-size: calc(0.0043103448 * 100vw + 9.724137931px);
  }
}
@media (min-width: 1920px) {
  .breadcrumbs__link,
  .breadcrumbs a {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .breadcrumbs__link,
  .breadcrumbs a {
    line-height: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .breadcrumbs__link,
  .breadcrumbs a {
    line-height: 18px;
  }
}
.breadcrumbs__link:hover,
.breadcrumbs a:hover {
  color: #1981A4;
}
.breadcrumbs__icon {
  background: #FF2A3C;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .breadcrumbs__icon {
    margin-left: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .breadcrumbs__icon {
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  .breadcrumbs__icon {
    margin-right: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .breadcrumbs__icon {
    margin-right: 20px;
  }
}

.footer {
  background: #333333;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .footer {
    padding-top: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .footer {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .footer {
    padding-bottom: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .footer {
    padding-bottom: 30px;
  }
}
.footer__container {
  width: 100%;
  max-width: 1630px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .footer__container {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .footer__container {
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 576px) {
  .footer__container {
    max-width: none;
  }
}
.footer__topBlock {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .footer__topBlock {
    margin-bottom: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .footer__topBlock {
    margin-bottom: 60px;
  }
}
.footer__bottomBlock {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.footer__logo {
  display: block;
  position: relative;
  width: 250px;
  height: 60px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .footer__logo {
    width: calc(0.1368534483 * 100vw + 114.2413793103px);
  }
}
@media (min-width: 1920px) {
  .footer__logo {
    width: 377px;
  }
}
@media (min-width: 992px) {
  .footer__logo {
    height: calc(0.0215517241 * 100vw + 38.6206896552px);
  }
}
@media (min-width: 1920px) {
  .footer__logo {
    height: 80px;
  }
}
@media (min-width: 992px) {
  .footer__logo {
    margin-bottom: calc(0.0269396552 * 100vw + 3.275862069px);
  }
}
@media (min-width: 1920px) {
  .footer__logo {
    margin-bottom: 55px;
  }
}
.footer__logo-img {
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  width: 100%;
  height: 100%;
}
.footer__social {
  display: flex;
}
.footer__social-link {
  font-size: 20px;
  color: #666666;
  margin-right: 20px;
  transition: color 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .footer__social-link {
    font-size: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .footer__social-link {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .footer__social-link {
    margin-right: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .footer__social-link {
    margin-right: 40px;
  }
}
.footer__social-link:hover {
  color: #CCCCCC;
}
.footer__social-link:last-child {
  margin-right: 0;
}
.footer__text {
  color: #666666;
  font-size: 14px;
  line-height: 18px;
  transition: color 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .footer__text {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .footer__text {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .footer__text {
    line-height: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .footer__text {
    line-height: 20px;
  }
}
.footer__text--link {
  color: #FFFFFF;
}
.footer__text--link:hover {
  color: #FF2A3C;
}
.footer__text--white {
  color: #FFFFFF;
}
.footer__text--marginBottom {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .footer__text--marginBottom {
    margin-bottom: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .footer__text--marginBottom {
    margin-bottom: 30px;
  }
}
.footer__rightBlock {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer__wrapper {
  display: flex;
  margin-bottom: 10px;
}
.footer__icon {
  color: #FF2A3C;
  font-size: 20px;
  margin-right: 12px;
}
@media (min-width: 992px) {
  .footer__icon {
    font-size: calc(0.0075431034 * 100vw + 12.5172413793px);
  }
}
@media (min-width: 1920px) {
  .footer__icon {
    font-size: 27px;
  }
}
@media (min-width: 992px) {
  .footer__icon {
    margin-right: calc(0.005387931 * 100vw + 6.6551724138px);
  }
}
@media (min-width: 1920px) {
  .footer__icon {
    margin-right: 17px;
  }
}
.footer__telefon {
  font-family: "Eras Bold ITC";
  color: #FFFFFF;
  font-size: 18px;
  line-height: 20px;
  transition: color 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .footer__telefon {
    font-size: calc(0.0064655172 * 100vw + 11.5862068966px);
  }
}
@media (min-width: 1920px) {
  .footer__telefon {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .footer__telefon {
    line-height: calc(0.0075431034 * 100vw + 12.5172413793px);
  }
}
@media (min-width: 1920px) {
  .footer__telefon {
    line-height: 27px;
  }
}
.footer__telefon:hover {
  color: #0099CD;
}
.footer__miniText {
  color: #666666;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 11px;
}
@media (min-width: 992px) {
  .footer__miniText {
    margin-bottom: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .footer__miniText {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .footer__miniText {
    font-size: calc(0.0021551724 * 100vw + 9.8620689655px);
  }
}
@media (min-width: 1920px) {
  .footer__miniText {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .footer__miniText {
    line-height: calc(0.0021551724 * 100vw + 8.8620689655px);
  }
}
@media (min-width: 1920px) {
  .footer__miniText {
    line-height: 13px;
  }
}
.footer__link {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .footer__link {
    margin-top: calc(0.0269396552 * 100vw + 3.275862069px);
  }
}
@media (min-width: 1920px) {
  .footer__link {
    margin-top: 55px;
  }
}
.footer__link:hover .footer__text {
  color: #CCCCCC;
}
.footer__link-icon {
  width: 53px;
  height: 42px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: 15px;
}
@media (min-width: 992px) {
  .footer__link-icon {
    margin-left: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .footer__link-icon {
    margin-left: 30px;
  }
}

.fancybox-content {
  width: 85% !important;
  height: 80% !important;
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

.modalka {
  display: none;
}
.modalka.fancybox-content {
  width: 30% !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .modalka.fancybox-content {
    padding-left: calc(0.0387931034 * 100vw + -8.4827586207px);
  }
}
@media (min-width: 1920px) {
  .modalka.fancybox-content {
    padding-left: 66px;
  }
}
@media (min-width: 992px) {
  .modalka.fancybox-content {
    padding-right: calc(0.0387931034 * 100vw + -8.4827586207px);
  }
}
@media (min-width: 1920px) {
  .modalka.fancybox-content {
    padding-right: 66px;
  }
}
@media (min-width: 992px) {
  .modalka.fancybox-content {
    padding-top: calc(0.0161637931 * 100vw + 8.9655172414px);
  }
}
@media (min-width: 1920px) {
  .modalka.fancybox-content {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .modalka.fancybox-content {
    padding-bottom: calc(0.0161637931 * 100vw + 8.9655172414px);
  }
}
@media (min-width: 1920px) {
  .modalka.fancybox-content {
    padding-bottom: 40px;
  }
}
.modalka .fancybox-button {
  background-image: url(https://master.spaceapp.ru/wp-content/themes/avtoshkola/img/picture/close.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 17px;
  height: 17px;
  padding: 0;
  opacity: 1;
  top: 10px;
  right: 15px;
}
@media (min-width: 992px) {
  .modalka .fancybox-button {
    top: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .modalka .fancybox-button {
    top: 20px;
  }
}
@media (min-width: 992px) {
  .modalka .fancybox-button {
    right: calc(0.0107758621 * 100vw + 4.3103448276px);
  }
}
@media (min-width: 1920px) {
  .modalka .fancybox-button {
    right: 25px;
  }
}
.modalka .fancybox-button svg {
  display: none;
}
.modalka__form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modalka__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  color: #333333;
  margin-bottom: 5px;
  text-align: center;
}
@media (min-width: 992px) {
  .modalka__title {
    font-size: calc(0.0043103448 * 100vw + 23.724137931px);
  }
}
@media (min-width: 1920px) {
  .modalka__title {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .modalka__title {
    line-height: calc(0.0107758621 * 100vw + 19.3103448276px);
  }
}
@media (min-width: 1920px) {
  .modalka__title {
    line-height: 40px;
  }
}
.modalka__text {
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  color: #333333;
}
@media (min-width: 992px) {
  .modalka__text {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .modalka__text {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .modalka__text {
    line-height: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .modalka__text {
    line-height: 20px;
  }
}
.modalka__inputs {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .modalka__inputs {
    margin-top: calc(0.0107758621 * 100vw + 14.3103448276px);
  }
}
@media (min-width: 1920px) {
  .modalka__inputs {
    margin-top: 35px;
  }
}
@media (min-width: 992px) {
  .modalka__inputs {
    margin-bottom: calc(0.0107758621 * 100vw + 14.3103448276px);
  }
}
@media (min-width: 1920px) {
  .modalka__inputs {
    margin-bottom: 35px;
  }
}
.modalka__wrapper {
  padding: 10px;
  border: 1px solid #333333;
  border-radius: 32px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .modalka__wrapper {
    padding: calc(0.0140086207 * 100vw + -3.8965517241px);
  }
}
@media (min-width: 1920px) {
  .modalka__wrapper {
    padding: 23px;
  }
}
@media (min-width: 992px) {
  .modalka__wrapper {
    margin-bottom: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .modalka__wrapper {
    margin-bottom: 20px;
  }
}
.modalka__wrapper:last-child {
  margin-bottom: 0;
}
.modalka__icon {
  color: #CCCCCC;
  font-size: 20px;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .modalka__icon {
    font-size: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .modalka__icon {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .modalka__icon {
    margin-right: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .modalka__icon {
    margin-right: 20px;
  }
}
.modalka__input {
  color: #333333;
  font-size: 14px;
  line-height: 12px;
}
@media (min-width: 992px) {
  .modalka__input {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .modalka__input {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .modalka__input {
    line-height: calc(0.0032327586 * 100vw + 8.7931034483px);
  }
}
@media (min-width: 1920px) {
  .modalka__input {
    line-height: 15px;
  }
}
.modalka__input::-webkit-input-placeholder {
  color: #333333;
  font-size: 14px;
  line-height: 12px;
}
@media (min-width: 992px) {
  .modalka__input::-webkit-input-placeholder {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .modalka__input::-webkit-input-placeholder {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .modalka__input::-webkit-input-placeholder {
    line-height: calc(0.0032327586 * 100vw + 8.7931034483px);
  }
}
@media (min-width: 1920px) {
  .modalka__input::-webkit-input-placeholder {
    line-height: 15px;
  }
}
.modalka__input::-moz-placeholder {
  color: #333333;
  font-size: 14px;
  line-height: 12px;
}
@media (min-width: 992px) {
  .modalka__input::-moz-placeholder {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .modalka__input::-moz-placeholder {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .modalka__input::-moz-placeholder {
    line-height: calc(0.0032327586 * 100vw + 8.7931034483px);
  }
}
@media (min-width: 1920px) {
  .modalka__input::-moz-placeholder {
    line-height: 15px;
  }
}
.modalka__input:-ms-input-placeholder {
  color: #333333;
  font-size: 14px;
  line-height: 12px;
}
@media (min-width: 992px) {
  .modalka__input:-ms-input-placeholder {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .modalka__input:-ms-input-placeholder {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .modalka__input:-ms-input-placeholder {
    line-height: calc(0.0032327586 * 100vw + 8.7931034483px);
  }
}
@media (min-width: 1920px) {
  .modalka__input:-ms-input-placeholder {
    line-height: 15px;
  }
}
.modalka__input::-ms-input-placeholder {
  color: #333333;
  font-size: 14px;
  line-height: 12px;
}
@media (min-width: 992px) {
  .modalka__input::-ms-input-placeholder {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .modalka__input::-ms-input-placeholder {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .modalka__input::-ms-input-placeholder {
    line-height: calc(0.0032327586 * 100vw + 8.7931034483px);
  }
}
@media (min-width: 1920px) {
  .modalka__input::-ms-input-placeholder {
    line-height: 15px;
  }
}
.modalka__input::-moz-placeholder {
  color: #333333;
  font-size: 14px;
  line-height: 12px;
}
.modalka__input::placeholder {
  color: #333333;
  font-size: 14px;
  line-height: 12px;
}
@media (min-width: 992px) {
  .modalka__input::-moz-placeholder {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
  .modalka__input::placeholder {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .modalka__input::-moz-placeholder {
    font-size: 16px;
  }
  .modalka__input::placeholder {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .modalka__input::-moz-placeholder {
    line-height: calc(0.0032327586 * 100vw + 8.7931034483px);
  }
  .modalka__input::placeholder {
    line-height: calc(0.0032327586 * 100vw + 8.7931034483px);
  }
}
@media (min-width: 1920px) {
  .modalka__input::-moz-placeholder {
    line-height: 15px;
  }
  .modalka__input::placeholder {
    line-height: 15px;
  }
}
.modalka__minText {
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  color: #333333;
  margin-top: 10px;
  width: 79%;
}
@media (min-width: 992px) {
  .modalka__minText {
    font-size: calc(0.0021551724 * 100vw + 9.8620689655px);
  }
}
@media (min-width: 1920px) {
  .modalka__minText {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .modalka__minText {
    line-height: calc(0.0032327586 * 100vw + 11.7931034483px);
  }
}
@media (min-width: 1920px) {
  .modalka__minText {
    line-height: 18px;
  }
}
@media (min-width: 992px) {
  .modalka__minText {
    margin-top: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .modalka__minText {
    margin-top: 20px;
  }
}
.modalka__minText a {
  color: #00B2EE;
  transition: color 0.38s ease-in-out;
}
.modalka__minText a:hover {
  color: #666666;
}

.townQuest {
  transform: translate(-50%, -20%);
  position: fixed;
  min-width: 320px;
  left: 50%;
  top: 18%;
  font-weight: 300;
  font-family: "Elektra Text Pro";
  font-size: 18px;
  line-height: 1.4;
  z-index: 10;
}
.townQuest--hidden {
  opacity: 0;
  display: none;
}
.townQuest--notdisplayed {
  display: none;
}
.townQuest__title {
  font-size: 28px;
}
.townQuest__answers {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.townQuest__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 5px 10px;
}
.townQuest__item {
  color: black;
}
.townQuest__item:hover {
  color: grey;
}
.townQuest__yes {
  border-radius: 5px;
  padding: 5px 10px;
  background-color: #ff2a3c;
  color: white;
  display: flex;
  width: 100%;
  justify-content: center;
}
.townQuest__another {
  font-size: 22px;
}
.townQuest__close {
  font-size: 17px;
  color: black;
  position: absolute;
  right: 14px;
  top: 5px;
}
.townQuest__close:hover {
  color: grey;
}
.townQuest__wrapper {
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 25px;
  border: 1px solid grey;
  background-color: white;
  z-index: 10;
}

.nav-header__details {
  margin-left: 10px;
}
@media (min-width: 992px) {
  .nav-header__details {
    margin-left: calc(0.0808189655 * 100vw + -70.1724137931px);
  }
}
@media (min-width: 1920px) {
  .nav-header__details {
    margin-left: 85px;
  }
}
.nav-header__details summary,
.nav-header__details summary::-webkit-details-marker {
  list-style-type: none;
}
.nav-header__details summary {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 18px;
  justify-content: flex-start;
}
.nav-header__details ~ * {
  padding-left: 1.5em;
  opacity: 0;
  transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
}
.nav-header__details[open] .nav-header__icon-details {
  transform: rotate(180deg);
}
.nav-header__drop {
  margin-left: 33px;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  z-index: 50;
  background-color: #fff;
  border: 1px solid #d0d0d0;
}
.nav-header__drop li {
  cursor: pointer;
  list-style-type: none;
  padding: 5px 8px;
}
.nav-header__drop li:hover {
  background-color: #f2f2f2;
}
.nav-header__details[open] {
  animation: slide 0.3s ease-in-out;
}
.nav-header--open {
  left: 0;
}
.nav-header__item {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #303030;
  line-height: 15px;
  transition: color 0.38s ease-in-out;
}
.nav-header__current {
  font-size: 14px;
  color: #888888;
  line-height: 15px;
  transition: color 0.38s ease-in-out;
}
.nav-header__current:hover {
  color: #ff2a3c;
}
.nav-header__icon {
  font-size: 15px;
}

@media (max-width: 1250px) {
  .title--width36-70 {
    width: 70%;
  }
}
@media screen and (max-width: 1116px) {
  .cards__text-price {
    display: block;
  }
  .payment .list {
    width: 80%;
  }
  .payment__radio-content {
    width: 100%;
  }
  .payment__radio-title span {
    display: block;
  }
  .payment__radio--width59 {
    width: 100%;
  }
  .payment__wrapper-right .payment__agreement > span span {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  ul.list--flex .list__item {
    align-items: center;
  }
  .header {
    position: fixed;
    width: 100%;
    background: #FFFFFF;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .header__blockRight-block {
    display: none;
  }
  .header__blockCenter {
    display: none;
  }
  .header__blockLeft {
    width: 75%;
  }
  .header__cities {
    width: 20%;
    margin-left: 30px;
  }
  .burger {
    margin-right: 25px;
  }
  .menu__link:hover .menu__link-text {
    color: #333333;
  }
  .menu__link:hover .menu__link-icon {
    width: 0;
    margin-right: 0;
  }
  .containerContent {
    margin-top: 80px;
  }
  .progressbar__text {
    text-align: center;
    width: 74%;
    font-size: 14px;
  }
  .progressbar__circle {
    width: 62px;
    height: 62px;
  }
  .progressbar__circle-min {
    width: 24px;
    height: 24px;
  }
  .progressbar__bar {
    height: 16px;
  }
  .title--lh60 {
    line-height: 26px;
  }
  ul.list--redMark .list__item {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .list--flex li {
    width: 100%;
  }
  .payment--marginTopMobile {
    margin-top: 80px;
  }
  .payment .list {
    width: 100%;
  }
  .payment .list .list__item {
    font-size: 16px;
  }
  .payment__wrapper--box {
    flex-direction: column;
    gap: 30px;
  }
  .payment__wrapper--grid {
    grid-template-columns: 1fr;
  }
  .payment__wrapper-box {
    gap: 20px;
  }
  .payment__wrapper-right--gridArea {
    grid-area: 3;
  }
  .payment__wrapper-right .payment__agreement > span {
    font-size: 18px;
  }
  .payment__radio-title {
    font-size: 16px;
  }
  .payment__radio-title span {
    display: inline;
  }
  .payment__radio-subtext, .payment__radio-text {
    font-size: 16px;
  }
  .payment__textBold {
    font-size: 18px;
    line-height: 20px;
  }
  .payment .payment__radio-title {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .payment .payment__radio-title::before {
    top: -4px;
  }
  .payment .payment__wrapper-right .payment__agreement > span {
    font-size: 16px;
  }
  .contentHome {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .contentHome::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55));
  }
  .contentHome__container {
    flex-direction: column;
  }
  .contentHome__info {
    width: 100%;
    margin-right: 0;
  }
  .contentHome__form {
    margin-top: 30px;
    width: 100%;
  }
  .contentHome__form-text {
    width: 100%;
  }
  .contentHome__form-wrapper {
    width: 250px;
  }
  .contentHome__form-button {
    width: 250px;
  }
  .breadcrumbs {
    margin-bottom: 20px;
  }
  .cards--marginTopMobile {
    margin-top: 80px;
  }
  .cards--reverse .cards__item {
    flex-direction: column;
  }
  .cards--reverse .cards__item:nth-child(2n) {
    flex-direction: column;
  }
  .cards__item {
    flex-direction: column;
  }
  .cards__item:nth-child(2n) {
    flex-direction: column;
  }
  .cards__error {
    flex-direction: row;
  }
  .cards__textBlock {
    width: 100%;
  }
  .cards__blockRight {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cards__blockRight--bgNone {
    padding-left: 0;
  }
  .cards__blockLeft {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cards__img {
    width: 100%;
    height: 425px;
  }
  .cards__img--heightMin {
    height: 320px;
  }
  .cards__img--error {
    padding-top: 10px;
  }
  .cards__form {
    width: 100%;
  }
  .cards__form-wrapper {
    width: 250px;
  }
  .cards__form button {
    width: 250px;
  }
  .cards__form-minText {
    width: 60%;
  }
  .cards__text--marginMin {
    margin-top: 0px;
  }
  .cards__text--marginTopMinus {
    margin-top: 0;
  }
  .cards__text--gray {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .cards__text--gray span {
    font-size: 30px;
  }
  .cards__text-price {
    display: inline-block;
  }
  .cards__wrapper-item {
    max-width: 50%;
  }
  .cards__contacts-item {
    width: 50%;
  }
  .cards__callBack .cards__img {
    display: none;
  }
  .cards__callBack-form .cards__form-wrapper {
    width: 40%;
  }
  .cards__buttons--mt30 {
    margin-top: 0;
  }
  .title {
    font-size: 22px;
    margin-bottom: 15px;
    padding-bottom: 7px;
  }
  .title--width36-70 {
    line-height: 27px;
  }
  .title--noneLine {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .title--marginBottomNone {
    margin-bottom: 0;
  }
  .title--tabletMb {
    margin-bottom: 30px;
  }
  .title--size {
    width: 100%;
    font-size: 32px;
  }
  .title--width {
    width: 100%;
  }
  .title--width40-70 {
    width: 70%;
    font-size: 18px;
  }
  .content__gallery + .title {
    margin-top: 30px;
  }
  .row h1 {
    font-size: 18px;
  }
  .row h5 {
    font-size: 16px;
  }
  .content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .content--paddindTopMobileNone {
    padding-top: 0;
  }
  .content__description {
    width: 100%;
  }
  .content__categories-item {
    width: 48%;
  }
  .content__categories-item:nth-child(3n) {
    margin-right: 20px;
  }
  .content__categories-item:nth-child(2n) {
    margin-right: 0;
  }
  .content__card-item {
    width: 29.9%;
  }
  .content__card-item:nth-child(5n) {
    margin-right: 35px;
  }
  .content__card-item:nth-child(3n) {
    margin-right: 0;
  }
  .content__card-item:last-child {
    margin-bottom: 20px;
  }
  .content__card-icon {
    height: 50px;
  }
  .content__card-itemBig {
    width: 31.8%;
  }
  .content__card-itemMin {
    width: 23.3%;
    margin-top: 30px;
  }
  .content__minText {
    width: 100%;
  }
  .content__steps {
    flex-wrap: wrap;
  }
  .content__steps-item {
    width: 30.4%;
  }
  .content__steps-item:nth-child(3n) {
    margin-right: 0;
  }
  .content__steps-photo {
    height: 209px;
  }
  .content__graduates {
    margin-top: 0;
  }
  .content__graduates-item {
    width: 31.4%;
  }
  .content__photoGallery {
    height: 276px;
  }
  .content__photoGallery--marginBottomBig {
    margin-bottom: 30px;
  }
  .content__photoBig {
    height: 340px;
    margin-bottom: 30px;
  }
  .content__social-link {
    font-size: 26px;
    width: 55px;
    height: 55px;
  }
  .content__adressa-item {
    width: 32%;
  }
  .content__gallery--marginBottom {
    margin-bottom: 30px;
  }
  .content__reviews-btnPlay {
    width: 50px;
    height: 50px;
  }
  .content__reviews .swiper-slide-active + .swiper-slide-next + .swiper-slide + .swiper-slide {
    opacity: 0.35;
  }
  .content__price-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .content__price-left {
    width: 100%;
    margin-bottom: 0;
  }
  .content__price-right {
    width: 100%;
  }
  .content__price-item {
    padding-left: 0 !important;
  }
  .content__price-text span {
    white-space: nowrap;
  }
  .content__promises-item {
    width: 23%;
  }
  ol.list .list__item::before {
    font-size: 25px;
    line-height: 25px;
    margin-right: 5px;
  }
  .banner {
    height: 206px;
  }
  .share__container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .share__text {
    margin-bottom: 10px;
  }
  .share__fon {
    -o-object-position: 80%;
    object-position: 80%;
  }
  .share__containerCenter {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .map {
    height: 350px;
  }
  .modalka.fancybox-content {
    width: 40% !important;
  }
  .modalka__form .btn {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .header__cities {
    width: 30%;
  }
  .title--mobileFs20 {
    font-size: 20px;
  }
  .title--width40-70 {
    width: 85%;
  }
  .menu {
    left: -35%;
    width: 35%;
  }
  .menu--open {
    left: 0;
  }
  .logo {
    width: 151px;
  }
  .content__categories-item {
    width: 100%;
    margin-right: 0;
  }
  .content__categories-item:nth-child(3n) {
    margin-right: 0;
  }
  .content__bigVideo {
    height: 285px;
  }
  .content__bigVideo-btnPlay {
    width: 90px;
    height: 90px;
  }
  .content__price-wrapper {
    margin-bottom: 10px;
  }
  .content__card-item {
    width: 48%;
    margin-right: 20px;
  }
  .content__card-item:nth-child(3n) {
    margin-right: 20px;
  }
  .content__card-item:nth-child(5n) {
    margin-right: 20px;
  }
  .content__card-item:nth-child(2n) {
    margin-right: 0;
  }
  .content__card-itemBig {
    width: 31.3%;
  }
  .content__card-itemMin {
    width: 48%;
    margin-right: 20px;
  }
  .content__card-itemMin:nth-child(2n) {
    margin-right: 0;
  }
  .content__steps-item {
    width: 47%;
  }
  .content__steps-item:nth-child(3n) {
    margin-right: 30px;
  }
  .content__steps-item:nth-child(2n) {
    margin-right: 0;
  }
  .content__steps-photo {
    height: 239px;
  }
  .content__graduates-item {
    width: 48%;
  }
  .content__graduates-item:nth-child(3n) {
    margin-right: 20px;
  }
  .content__graduates-item:nth-child(2n) {
    margin-right: 0;
  }
  .content__photoGallery {
    height: 205px;
  }
  .content__photoBig {
    height: 250px;
  }
  .content__reviews-btnPlay {
    width: 50px;
    height: 50px;
  }
  .content__reviews .swiper-slide-active + .swiper-slide-next + .swiper-slide + .swiper-slide {
    opacity: 0.35;
  }
  .content__items {
    flex-wrap: wrap;
  }
  .content__items-item {
    width: 100%;
    margin-right: 0;
  }
  .content__adressa {
    margin-top: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .content__adressa-item {
    margin-top: 20px;
    width: 48%;
  }
  .content__adressa-item:nth-child(2n) {
    margin-right: 0;
  }
  .content__gallery-photo {
    width: 48%;
  }
  .content__gallery-photo:nth-child(3n) {
    margin-right: 20px;
  }
  .content__gallery-photo:nth-child(2n) {
    margin-right: 0;
  }
  .content__promises {
    flex-direction: column;
  }
  .content__promises-item {
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .content__promises-img {
    margin-right: 15px;
    margin-bottom: 0;
  }
  .content__promises-text {
    text-align: left;
  }
  .payment__progressbar {
    display: none;
  }
  .payment__wrapper--grid {
    grid-template-columns: 1fr;
  }
  .payment__wrapper-box {
    gap: 20px;
  }
  .payment__wrapper-right--gridArea {
    grid-area: 3;
  }
  .payment__wrapper-right .payment__agreement > span {
    font-size: 18px;
  }
  .payment__textBold {
    font-size: 20px;
  }
  .payment__input-icon, .payment__input-item {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .payment__input-item::-moz-placeholder {
    font-size: 14px;
  }
  .payment__input-item::placeholder {
    font-size: 14px;
  }
  .payment .payment__wrapper-right .payment__agreement > span::before {
    width: 20px;
    height: 20px;
  }
  .payment .payment__radio-title {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .payment .payment__radio-title::before {
    top: -4px;
  }
  .payment .list .list__item {
    font-size: 18px;
  }
  .payment .payment__wrapper-right .payment__agreement:not(:last-child) {
    margin-bottom: 15px;
  }
  .payment .payment__radio-title::before {
    width: 22px;
    height: 22px;
  }
  .payment .payment__radio-input:checked + .payment__radio-content .payment__radio-title::before {
    border: 7px solid #ff2a3c;
    width: 22px;
    height: 22px;
  }
  .share__fon {
    -o-object-position: 70%;
    object-position: 70%;
  }
  .share__content {
    width: 55%;
  }
  .box {
    flex-direction: column;
  }
  .box__blockLeft {
    width: 100%;
  }
  .box__blockRight {
    width: 100%;
  }
  .cards__img {
    height: 300px;
  }
  .cards__img--error {
    display: none;
  }
  .cards__form-minText {
    width: 46%;
  }
  .cards__text--gray {
    font-size: 18px;
  }
  .cards__text--gray span {
    font-size: 24px;
  }
  .cards__text--graymb10 {
    font-size: 18px;
  }
  .modalka.fancybox-content {
    width: 50% !important;
  }
  .map {
    height: 300px;
  }
  .footer__logo {
    width: 210px;
  }
  ul.list--redMark .list__item {
    margin-bottom: 10px;
  }
  .cards__buttons--price {
    flex-wrap: wrap;
  }
  .cards__buttons--price .btn {
    margin-top: 10px;
  }
}
@media screen and (max-width: 576px) {
  .logo {
    width: 140px;
  }
  .header__cities {
    margin-left: 10px;
  }
  .header__blockLeft {
    width: 100%;
  }
  .header__blockRight {
    display: none;
  }
  .menu {
    left: -100%;
    width: 100%;
  }
  .menu--open {
    left: 0;
  }
  .payment__input {
    width: 100%;
  }
  .payment .list .list__item {
    font-size: 16px;
  }
  .payment .payment__radio-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .burger {
    margin-right: 10px;
  }
  .contentHome__bigText {
    font-size: 30px;
    line-height: 25px;
  }
  .contentHome__bigText-number,
  .contentHome__bigText span {
    font-size: 45px;
  }
  .contentHome__list {
    margin-bottom: 15px;
  }
  .contentHome__items {
    flex-wrap: wrap;
  }
  .contentHome__items-wrapper {
    margin-right: 0;
    margin-top: 10px;
  }
  .contentHome__form-wrapper {
    width: 100%;
  }
  .contentHome__form-button {
    width: 100%;
  }
  .contentHome__form-textMin {
    width: 100%;
  }
  .box__photo {
    height: 210px;
  }
  .box__button {
    width: 100%;
  }
  .cards__img {
    height: 300px;
  }
  .cards__img--payment {
    height: 250px;
  }
  .cards__buttons {
    margin-top: 15px;
    flex-direction: column;
  }
  .cards__buttons--mt30 .btn {
    width: 100%;
  }
  .cards__buttons--height .btn {
    height: 44px;
  }
  .cards__buttons--price {
    margin-top: 0;
  }
  .cards__buttons--price .btn {
    margin-right: 0;
  }
  .cards__button {
    margin-top: 5px;
    justify-content: center;
    width: 100%;
    margin-right: 0;
  }
  .cards__wrapper {
    margin-top: 5px;
    flex-wrap: wrap;
  }
  .cards__wrapper-item {
    margin-top: 10px;
    max-width: 100%;
    margin-right: 0;
  }
  .cards__form-minText {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .cards__form-wrapper {
    width: 100%;
  }
  .cards__form button {
    width: 100%;
  }
  .cards__contacts {
    flex-wrap: wrap;
  }
  .cards__contacts-item {
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
  }
  .cards__contacts-item:first-child {
    margin-top: 0;
  }
  .cards__advantages {
    flex-direction: column;
  }
  .cards__advantages-right, .cards__advantages-left {
    width: 100%;
  }
  .cards__advantages-item {
    align-items: center;
  }
  .cards__callBack .cards__img {
    display: none;
  }
  .cards__callBack-buttons {
    margin-bottom: 0;
  }
  .cards__callBack-form .cards__form-wrapper {
    width: 100%;
  }
  .cards__blockRight--bgNone {
    padding-top: 0;
  }
  .cards__advantages {
    margin-bottom: 0;
  }
  .content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .content .list--top.list--red .list__item:nth-child(2) {
    margin-bottom: 12px !important;
  }
  .content .list--top.list--red .list__item {
    margin-bottom: 12px !important;
  }
  .content__description {
    font-size: 16px;
    line-height: 20px;
  }
  .content__bigVideo {
    max-height: 300px;
    width: 100%;
  }
  .content__bigVideo-container {
    padding: 0;
  }
  .content__price-item {
    min-height: auto;
  }
  .content__price-text {
    line-height: 26px;
  }
  .content__price-text span:first-child {
    line-height: 26px;
  }
  .content__card-item {
    margin-right: 0 !important;
    display: flex;
    flex-direction: column;
  }
  .content__card-icon {
    width: auto;
    align-self: center;
  }
  .content__card-item {
    width: 100%;
    margin-right: 0;
  }
  .content__card-itemMin {
    width: 100%;
    margin-right: 0;
  }
  .content__card-itemBig {
    width: 100%;
    margin-right: 0;
  }
  .content__steps-item {
    width: 100%;
    margin-right: 0;
  }
  .content__steps-item:nth-child(3n) {
    margin-right: 0;
  }
  .content__steps-photo {
    height: 300px;
  }
  .content__graduates-item {
    width: 100%;
    margin-right: 0;
  }
  .content__graduates-item:nth-child(3n) {
    margin-right: 0;
  }
  .content__reviews .swiper-slide-active + .swiper-slide-next {
    opacity: 0.35;
  }
  .content__reviews-video {
    width: 100%;
    height: 360px;
  }
  .content__items-item {
    display: flex;
    margin-top: 15px;
  }
  .content__items-number {
    font-size: 45px;
    line-height: 45px;
    margin-right: 5px;
  }
  .content__adressa {
    margin-top: 0;
  }
  .content__adressa-item {
    width: 100%;
    margin-right: 0;
  }
  .content__gallery-photo {
    width: 100%;
    margin-right: 0;
  }
  .content__gallery-photo:nth-child(3n) {
    margin-right: 0;
  }
  .content__photoBig {
    height: 165px;
  }
  .content__categories-item {
    height: 225px;
  }
  .title {
    font-size: 20px;
  }
  .title--size {
    line-height: 25px;
  }
  .row h1 {
    font-size: 16px;
  }
  .row h5 {
    font-size: 14px;
  }
  .banner {
    height: 125px;
  }
  .share::before {
    background: linear-gradient(90deg, #333333 0%, rgba(0, 0, 0, 0) 270%);
  }
  .share--blue::before {
    background: #0099cd;
  }
  .share__content {
    width: 100%;
  }
  .map {
    height: 230px;
  }
  .modalka.fancybox-content {
    width: 95% !important;
  }
  .modalka__title {
    font-size: 25px;
  }
  .modalka__form .btn {
    width: 80%;
  }
  .modalka__inputs {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .footer__container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer__social {
    justify-content: center;
  }
  .footer__logo {
    width: 180px;
    margin-bottom: 15px;
  }
  .footer__topBlock {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .footer__rightBlock {
    margin-top: 20px;
    align-items: center;
  }
  .footer__bottomBlock {
    flex-direction: column-reverse;
    align-items: center;
  }
  .footer__link {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  ul.list--redMark {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=style.css.map */