@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

.roboto-mono-300 {
  font-family: "Ubuntu", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.roboto-mono-400 {
  font-family: "Ubuntu", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.roboto-mono-700 {
  font-family: "Ubuntu", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

section {
  margin: 0px 0px 60px 0px;
}

body {
  background-color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
}

.title {
  margin: 0px 0px 30px 0px;
  font-size: 42px;
  font-weight: 700;
}

.header {
  padding: 25px 0px;
  margin: 0px 0px 60px 0px;
}

.main-page {
  background-image: url('/img/back.jpeg');
  background-position: center;
  position: relative;
  background-size: cover;
}

.main-page div, .main-page section {
  z-index: 100;
}

.main-page:before  {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.7;
}

.header-logo {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 42px;
  color: #000 !important;
  text-decoration: none !important;
}

.header-logo img {
  width: 100%;
  max-width: 175px;
}

.header__menu-block {
  height: 100%;
}

.header__menu {
  display: flex;
  margin: 0px;
  padding: 0px;
  list-style: none;
  justify-content: right;
  align-items: center;
  height: 100%;
}

.header__menu-item {
  font-size: 22px;
  font-weight: 700;
  margin: 0px 30px 0px 0px;
}

.header__menu-item:last-child {
  margin: 0px;
}

.header__menu-item a {
  color: #48357a !important;
  text-decoration: none !important;
  transition: all .3s ease-in-out;
  border-bottom: 4px transparent dashed;
}

.header__menu-item a:hover {
  border-color: #48357a;
}

.main-title {
  font-size: 62px;
  font-weight: 700;
  margin: 0px 0px 30px 0px;
}

.main-description {
  font-size: 18px;
  margin: 0px 0px 30px 0px;
}

.main-image img {
  width: 100%;
}

.main-tarrifs {
  padding: 20px 35px;
  display: inline-block;
  font-size: 18px;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  color: #fff;
  border-radius: 30px;
  background-color: #48357a;
  transition: all .3s ease-in-out;
}

.main-tarrifs:hover {
  background-color: #6247ab;
  color: #fff;
}


.advantages__item {
  margin: 0px 0px 30px 0px;
  background: rgba(255, 255, 255, 0.27);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.6px);
  -webkit-backdrop-filter: blur(7.6px);
  border: 1px solid rgba(255, 255, 255, 0.53);
  padding: 24px;
  height: calc(100% - 30px);
}

.advantages__item-icon {}

.advantages__item-icon svg {
  width: 100px;
  height: auto;
}

.advantages__item-title {
  font-weight: 700;
  font-size: 24px;
  margin: 0px 0px 16px 0px;
  color: #48357a;
}

.how-work-item {
  padding: 10px;
  margin: 0px 0px 30px 0px;
  background: rgba(255, 255, 255, 0.27);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.6px);
  -webkit-backdrop-filter: blur(7.6px);
  border: 1px solid rgba(255, 255, 255, 0.53);
}

.how-work-item-num {
  font-size: 42px;
    font-weight: 700;
    margin: 0px 0px 10px 0px;
    line-height: 42px;
}
.how-work-item-title {
  font-size: 24px;
  margin: 0px 0px 10px 0px;
  font-weight: 700;
}

.advantages__item-description {}

.footer {
  padding: 45px 0px;
  background-color: #3e3e3e;
}

.footer-logo img {
  width: 100%;
  max-width: 175px;
}

.footer__menu {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.tariffs__block {
  display: flex;
}

.footer-pay {
  color: #fff;
}

.footer__menu-item a {
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700;
}

.faq__item {
  margin: 0px 0px 30px 0px;
  background: rgba(255, 255, 255, 0.27);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.6px);
  -webkit-backdrop-filter: blur(7.6px);
  border: 1px solid rgba(255, 255, 255, 0.53);
  padding: 24px 48px 24px 24px;
  cursor: pointer;
}

.warning-block {
  margin: 30px 0px 0px 0px;
  background: rgba(255, 255, 255, 0.27);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.6px);
  -webkit-backdrop-filter: blur(7.6px);
  border: 1px solid rgba(255, 255, 255, 0.53);
  padding: 24px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #48357a;
}

.warning-block p {
  margin: 0px;
}

.faq__item-open svg {
  width: 40px;
  height: auto;
  position: absolute;
  top: calc(50% - (40px / 2));
  right: -24px;
  transition: all .3s ease-in-out;
}

.faq__item:hover .faq__item-open svg {
  transform: rotate(15deg);
}
.faq__item.active:hover .faq__item-open svg,
.faq__item.active .faq__item-open svg {
  transform: rotate(45deg);
}

.faq__item-description {
  display: none;
  margin: 15px 0px 0px 0px;
}

.faq__item-description p:last-child {
  margin: 0px;
}

.faq__item.active .faq__item-description {
  display: block;
}

.faq__item:last-child {
  margin: 0px;
}

.faq__item-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0px;
  position: relative;
}

.tarrifs__block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.tarrifs__item-col {
  flex: 0 0 100%;
  padding: 0px 15px;
  max-width: 300px;
  text-align: center;
}

.tarrifs__item {
  background: rgba(255, 255, 255, 0.27);
  
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.6px);
  -webkit-backdrop-filter: blur(7.6px);
  border: 1px solid rgba(255, 255, 255, 0.53);
  padding: calc(24px * 3) 24px 24px 24px;
  margin: 0px 0px 30px 0px;
}

.tarrifs__item-title {
  flex: 0 0 100%;
  width: 100%;
  font-size: 24px;
  margin: 0px 0px 15px 0px;
  font-weight: 700;
}

.tarrifs__item-description {
  flex: 0 0 50%;
  width: 100%;
  max-width: 50%;
}

.tarrifs__item-promotion {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  color: #fff;
  font-weight: 700;
  background-color: #48357a;
  font-size: 14px;
}

.tarrifs__item-price {
  font-size: 18px;
  font-weight: 700;
  flex: 0 0 50%;
  width: 100%;
  max-width: 50%;
}

.news__block {
  background: rgba(255, 255, 255, 0.27);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.6px);
  -webkit-backdrop-filter: blur(7.6px);
  border: 1px solid rgba(255, 255, 255, 0.53);
  padding: 24px;  
}
.news__block-date {
  font-size: 12px;
  margin: 0px 0px 10px 0px;
  font-weight: 100;
}
.news__block-tags {
  margin: 0px 0px 10px 0px;
}
.news__block-tag {
  display: inline-block;
  padding: 5px 10px;
  margin: 0px 10px 0px 0px;
  font-size: 12px;
  border-radius: 8px;
}
.news__block-tag.news__block-tag--info {
  background-color: #7188fb;
  color: #fff;
}
.news__block-title {
  font-size: 20px;
  margin: 0px 0px 15px 0px;
  font-weight: 700;
}
.news__block-description {
}

/*3755fa*/

@media screen and (max-width: 991px) {
  .header__menu-block {
    display: none;
  }
  .faq__item-open svg {
    width: 25px;
    top: -15px;
    right: -40px;
  }
  .tarrifs__item-col {
    width: 100%;
    margin: 0px 0px 30px 0px;
  }
  .tarrifs__item-col:last-child {
    margin: 0px;
  }
  .tarrifs__block {
    flex-wrap: wrap;
  }
  .header {
    margin: 0px;
  }
  .footer__menu {
    display: block;
    margin: 15px 0px 0px 0px;
  }
  .footer__menu-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer__menu-item a {
    margin: 0px 0px 15px 0px;
    display: block;
  }
}
