/*
 * style
 */
/*
 * global
 */
/*
 * variables
 */
:root {
  --bg-color: #fff;
  --text-color: #393e48;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
}
p {
  line-height: 1.2;
  margin: 0;
}
h1,
h2,
h3,
h4 {
  font-weight: 900;
  line-height: 130%;
  margin: 0;
}
h1 {
  font-size: 40px;
  line-height: 130%;
}
@media (min-width: 576px) {
  h1 {
    font-size: 50px;
    line-height: 125%;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 64px;
  }
}
h2 {
  font-size: 32px;
}
@media (min-width: 576px) {
  h2 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 48px;
  }
}
h3 {
  font-size: 24px;
}
@media (min-width: 576px) {
  h3 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 40px;
  }
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: var(--text-color);
  background-color: var(--bg-color);
  overflow-x: hidden;
}
.container {
  min-width: 320px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1360px;
  }
}
#wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  overflow-x: hidden;
}
/*
 * header
 */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}
.header.active {
  background: rgba(255,255,255,0.8);
  backdrop-filter: blur(12px);
}
.header.active .header__logo {
  opacity: 1;
}
.header.mobile-menu-active.active {
  background: transparent;
  backdrop-filter: unset;
}
.header.mobile-menu-active .header__menu-bg {
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  position: fixed;
  left: 0;
  top: 0;
  max-height: 100dvh;
  min-height: 100dvh;
  z-index: 1;
  overflow: auto;
  padding: 8px 16px;
}
.header.mobile-menu-active .header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header.mobile-menu-active .header__menu li > a svg path {
  fill: #fff;
}
.header.mobile-menu-active .header__menu a {
  color: #fff;
}
.header.mobile-menu-active .header__menu .menu__item.active {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header.mobile-menu-active .header__menu .menu__item.active + .menu__submenu {
  position: relative;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  top: auto;
  left: auto;
  background: none;
  gap: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header.mobile-menu-active .header__logo {
  opacity: 1;
}
.header.mobile-menu-active .header__logo.logo-white {
  display: block;
}
@media (min-width: 992px) {
  .header {
    background: transparent;
    backdrop-filter: unset;
  }
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 8px 16px;
}
@media (min-width: 992px) {
  .header__container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 20px;
    padding-top: 32px;
    padding-bottom: 24px;
  }
}
.header__toggle {
  display: block;
}
.header__toggle svg {
  display: block;
}
@media (min-width: 992px) {
  .header__toggle {
    display: none;
  }
}
.header__logo {
  width: 134px;
}
.header__logo.header__logo.logo-white {
  display: none;
}
.header__logo img {
  display: block;
  height: auto;
}
@media (min-width: 992px) {
  .header__logo {
    width: 200px;
  }
}
@media (min-width: 992px) {
  .header__logo.header__logo.logo-white {
    display: none;
  }
}
.header__menu-wrap {
  width: 100%;
  height: auto;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 48px;
}
@media (min-width: 992px) {
  .header__menu-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-height: none;
    z-index: initial;
    overflow: initial;
    gap: 32px;
  }
}
.header__menu-bg {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  z-index: -1;
  background: rgba(57,62,72,0.64);
}
@media (min-width: 992px) {
  .header__menu-bg {
    width: 100%;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    overflow: visible;
    z-index: 1;
    max-height: none;
    background: none;
  }
}
.header__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.header__menu li {
  position: relative;
  padding: 0;
}
.header__menu li > a svg {
  width: 32px;
  height: 32px;
}
.header__menu li > a svg path {
  fill: #444;
}
.header__menu li:hover > a {
  color: #8a00f6;
}
.header__menu li:hover > a svg path {
  fill: #8a00f6;
}
.header__menu a {
  padding: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 165%;
  text-align: left;
  color: #444;
  text-decoration: none;
  width: 100%;
  position: relative;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.header__menu a:hover {
  color: var(--FFFFFF);
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.header__menu .menu__submenu {
  display: none;
  list-style: none;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 16px;
}
.header__menu .menu__submenu li {
  padding: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
@media (min-width: 992px) {
  .header__menu {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 56px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .header__menu li > a svg {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 992px) {
  .header__menu li:hover .menu__submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
  }
}
@media (min-width: 992px) {
  .header__menu a {
    padding: 8px 0;
    font-size: 18px;
    line-height: 155%;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
  }
}
@media (min-width: 992px) {
  .header__menu .menu__submenu {
    display: none;
    min-width: 176px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    position: absolute;
    top: 100%;
    list-style: none;
    padding: 0;
    min-width: 176px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    padding: 16px;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.05), 0px 20px 50px 0px rgba(0,0,0,0.1);
            box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.05), 0px 20px 50px 0px rgba(0,0,0,0.1);
  }
}
.header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  width: 100%;
}
@media (min-width: 992px) {
  .header__links {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
  }
}
.header__link {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 155%;
}
.header__link.link-login {
  padding: 14px 23px;
  color: #8a00f6;
  border-radius: 4px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 4px;
}
.header__link.link-signup {
  color: #fff;
  padding: 14px 16px;
  border-radius: 4px;
  margin: 0 4px;
  background: #8a00f6;
}
@media (min-width: 992px) {
  .header__link {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .header__link.link-login {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    padding: 8px 23px;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .header__link.link-signup {
    padding: 8px 23px;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .header__link.link-signup:hover {
    background: rgba(138,0,246,0.9);
  }
}
.header__langs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.header__langs.active .header__lang:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .header__langs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 24px;
    position: relative;
  }
}
.header__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 165%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
@media (min-width: 992px) {
  .header__lang {
    color: #393e48;
    text-decoration: none;
    gap: 0;
    position: relative;
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .header__lang img {
    width: 24px;
    position: relative;
    top: -1px;
  }
}
@media (min-width: 992px) {
  .header__lang:first-child::after {
    content: url("../../assets/img/arrow-lang.svg");
    position: absolute;
    right: -24px;
    top: -2px;
    height: 24px;
  }
}
@media (min-width: 992px) {
  .header__lang:last-child {
    display: none;
    position: absolute;
    top: 100%;
  }
}
/*
 * footer
 */
.footer {
  padding: 24px 0;
  background: #393e48;
  color: #fff;
}
@media (min-width: 768px) {
  .footer {
    padding: 36px 0;
  }
}
@media (min-width: 992px) {
  .footer {
    padding: 64px 0;
  }
}
.footer .container {
  position: relative;
}
.footer a {
  display: inline;
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  color: #fff;
  text-decoration: none;
}
.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 36px;
}
@media (min-width: 992px) {
  .footer__wrapper {
    gap: 24px 50px;
  }
}
@media (min-width: 1200px) {
  .footer__wrapper {
    gap: 0 109px;
  }
}
.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .footer__logo {
    position: absolute;
  }
}
.footer__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__logo-img {
  height: 48px;
  margin: auto 0;
}
@media (min-width: 768px) {
  .footer__logo-img {
    height: 40px;
  }
}
.footer__payments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px 11px;
  max-width: 124px;
}
@media (min-width: 768px) {
  .footer__payments {
    gap: 8px 11px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: auto 0 0 0;
  }
}
@media (min-width: 992px) {
  .footer__payments {
    gap: 16px 34px;
    max-width: 144px;
    margin: auto 0 0 auto;
  }
}
@media (max-width: 991px) {
  .footer__payments .empty-place {
    display: none;
  }
}
@media (min-width: 768px) {
  .footer__about {
    padding: 64px 0 0;
  }
}
@media (min-width: 992px) {
  .footer__about {
    max-width: 328px;
  }
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px 36px;
  width: 100%;
}
@media (min-width: 768px) {
  .footer__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .footer__nav {
    max-width: calc(100% - 378px);
  }
}
@media (min-width: 1200px) {
  .footer__nav {
    gap: 24px 56px;
    max-width: calc(100% - 437px);
  }
}
.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 6px 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .footer__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px 0;
  }
}
.footer__nav-item {
  width: calc(50% - 12px);
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: #fff;
}
@media (min-width: 768px) {
  .footer__nav-item {
    width: auto;
  }
}
.footer__nav-item:first-child {
  width: 100%;
  margin: 0 0 2px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .footer__nav-item:first-child {
    width: auto;
    margin: 0;
  }
}
.footer__about,
.footer__address,
.footer__copyright {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  opacity: 0.5;
}
.footer__about a,
.footer__address a,
.footer__copyright a {
  text-decoration: underline;
}
.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px 0;
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 768px) {
  .footer__info {
    width: auto;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (min-width: 992px) {
  .footer__info {
    width: 100%;
    max-width: 328px;
  }
}
.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 24px 0;
  margin: auto 0 0 0;
}
@media (min-width: 992px) {
  .footer__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px 0;
  }
}
.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.footer__emails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px 0;
}
.footer__email-item {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: #fff;
}
.footer__email-item a {
  font-weight: 700;
}
.footer__reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 100%;
}
@media (min-width: 768px) {
  .footer__reviews {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .footer__reviews {
    width: auto;
    margin: auto auto 0;
  }
}
.footer__reviews a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*
 * modals
 */
