:root {
  --font-family: "Titan", cursive;
  --content-width: 1350px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --primary: #5E2707;
  --secondary: #333333;
  --accent: #DB3445;
  --white: #ffffff;
  --yellow: #FDC06C;
}

/* stylelint-disable */ /* stylelint-disable */ /* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */ /* stylelint-disable */
@font-face {
  font-family: "Titan";
  src: url("../fonts/../fonts/TitanOne-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/../fonts/OpenSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/../fonts/OpenSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body.lock {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6, p {
  padding: 0;
  margin: 0;
}

.page {
  height: 100%;
  font-family: var(--font-family, cursive);
  -webkit-text-size-adjust: 100%;
}

.page__body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  font-size: 15px;
  font-family: "Titan", cursive;
  color: var(--primary);
  font-style: normal;
  font-weight: 400;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
}

.site-container {
  overflow: hidden;
}

.is-hidden {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

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

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.centered {
  text-align: center;
}

/* .dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
} */
.header-container {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 15px;
}

.btn {
  font-size: 16px;
  line-height: 30px;
  color: var(--white);
  background-color: var(--accent);
  border-radius: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 2px solid var(--accent);
}
.btn:hover {
  background-color: transparent;
  color: var(--accent);
  border: 2px solid var(--primary);
}
@media (max-width: 992px) {
  .btn:hover {
    background-color: var(--accent);
    color: var(--white);
    border: 2px solid var(--accent);
  }
}

.btn-outline {
  font-size: 16px;
  line-height: 30px;
  color: var(--accent);
  border: 2px solid var(--primary);
  border-radius: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: var(--white);
}
.btn-outline:hover {
  background-color: var(--accent);
  color: var(--white);
  border: 2px solid var(--accent);
}
@media (max-width: 992px) {
  .btn-outline:hover {
    color: var(--accent);
    background-color: var(--white);
    border: 2px solid var(--primary);
  }
}

.title {
  font-size: 48px;
  line-height: 60px;
  color: var(--yellow);
  -webkit-text-stroke: 3px var(--primary);
  letter-spacing: -3px;
}
@media (max-width: 576px) {
  .title {
    font-size: 35px;
    line-height: 45px;
    -webkit-text-stroke: 2px var(--primary);
  }
}

.all_pages {
  position: fixed;
  top: 20%;
  right: 0;
  z-index: 101;
}
.all_pages:hover ul {
  right: 0;
}
.all_pages .page_point {
  padding: 10px 15px;
  background: #00d2ff;
  cursor: pointer;
  color: #fff;
}
.all_pages ul {
  background: #00d2ff;
  padding: 15px 20px;
  position: absolute;
  top: 100%;
  width: 200px;
  right: -200px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  max-height: 450px;
  overflow-y: auto;
}
.all_pages ul li {
  list-style: none;
  margin-bottom: 15px;
  font-size: 16px;
}
.all_pages ul li a {
  color: #fff;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  padding: 30px 0;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 100;
}
.header.scroll {
  background-color: #fff9ea;
  padding: 10px 0;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.header.scroll .header__logo img {
  max-width: 70%;
}
@media (max-width: 576px) {
  .header.scroll .header__logo img {
    max-width: 50%;
  }
}
.header.scroll .header__logo-wrap .swiper {
  width: 45px !important;
  height: 45px !important;
}
.header.scroll .header__logo-wrap .swiper img {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 576px) {
  .header.scroll .header__logo-wrap .swiper {
    width: 35px !important;
    height: 35px !important;
  }
}
@media (max-width: 992px) {
  .header {
    padding: 10px 0;
  }
}
.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__logo-wrap {
  position: relative;
  z-index: 101;
  text-align: center;
  min-width: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header__logo-wrap .swiper {
  width: 70px !important;
  height: 70px !important;
}
.header__logo-wrap .swiper img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1200px) {
  .header__logo-wrap {
    max-width: 120px;
  }
  .header__logo-wrap .swiper {
    margin-bottom: 5px !important;
  }
  .header__logo-wrap .swiper .swiper-slide {
    width: 100% !important;
  }
}
@media (max-width: 992px) {
  .header__logo-wrap .swiper {
    width: 45px !important;
    height: 45px !important;
  }
}
@media (max-width: 576px) {
  .header__logo-wrap .swiper {
    width: 35px !important;
    height: 35px !important;
    margin-bottom: 0 !important;
  }
}
.header__logo {
  position: relative;
  z-index: 101;
}
.header__logo img {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1200px) {
  .header__logo {
    width: 120px;
  }
  .header__logo img {
    max-width: 80%;
  }
}
@media (max-width: 992px) {
  .header__logo img {
    max-width: 70%;
  }
}
@media (max-width: 576px) {
  .header__logo img {
    max-width: 50%;
  }
}
.header__navigation {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .header__navigation {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
.header__navigation nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__navigation nav > ul > li {
  margin-right: 30px;
}
.header__navigation nav > ul > li:last-child {
  margin-right: 0;
}
@media (max-width: 1200px) {
  .header__navigation nav > ul > li {
    margin-right: 20px;
  }
}
.header__navigation nav > ul > li > a {
  color: var(--primary);
  position: relative;
  font-size: 15px;
  line-height: 30px;
}
.header__navigation nav > ul > li > a:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  width: 0%;
  height: 4px;
  background-color: var(--accent);
  border-radius: 2px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.header__navigation nav > ul > li > a:hover:after {
  width: 60%;
}
.header__navigation nav > ul > li > a.active:after {
  width: 60%;
}
@media (max-width: 1200px) {
  .header__navigation nav > ul > li > a {
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  .header__navigation nav {
    background-color: #fff9ea;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    overflow-y: auto;
    width: 100%;
    height: 100vh;
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  .header__navigation nav > ul {
    width: 100%;
    height: 100%;
    -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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header__navigation nav > ul > li {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .header__navigation nav > ul > li > a {
    font-size: 26px;
  }
  .header__navigation nav > ul > li > a:hover:after {
    width: 0%;
  }
  .header__navigation nav > ul > li > a.active:after {
    width: 0%;
  }
  .header__navigation nav.menu--active {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@media (max-width: 576px) {
  .header__navigation nav > ul > li {
    margin-bottom: 0px;
  }
  .header__navigation nav > ul > li > a {
    font-size: 18px;
  }
}
@media (max-height: 420px) {
  .header__navigation nav > ul > li {
    margin-bottom: 5px;
  }
  .header__navigation nav > ul > li > a {
    font-size: 18px;
    line-height: 20px;
  }
}
.header__register {
  margin-left: 30px;
}
.header__register a {
  display: inline-block;
  padding: 7px 30px;
}
.header__register a:first-child {
  margin-right: 10px;
}
@media (max-width: 576px) {
  .header__register a:first-child {
    margin-right: 2px;
  }
}
@media (max-width: 1200px) {
  .header__register a {
    padding: 5px 15px;
    font-size: 14px;
    line-height: 25px;
  }
}
@media (max-width: 576px) {
  .header__register a {
    border-radius: 0;
    width: 50%;
  }
  .header__register a:last-child {
    background-color: var(--accent);
    color: var(--white);
    border: 2px solid var(--accent);
  }
}
@media (max-width: 1200px) {
  .header__register {
    margin-left: 20px;
  }
}
@media (max-width: 992px) {
  .header__register {
    margin-left: 0;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100;
  }
}
@media (max-width: 576px) {
  .header__register {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    bottom: 0;
  }
}
.header__get-started {
  border-radius: 22px;
}
.header__sign-in {
  border-radius: 22px;
  background-color: transparent;
}
.header .burger {
  --burger-width: 30px;
  --burger-height: 20px;
  --burger-line-height: 2px;
  position: relative;
  border: none;
  padding: 0;
  width: var(--burger-width);
  height: var(--burger-height);
  color: #000;
  background-color: transparent;
  cursor: pointer;
  display: none;
}
.header .burger::before, .header .burger::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: var(--burger-line-height);
  background-color: currentColor;
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.header .burger::before {
  top: 0;
}
.header .burger::after {
  top: calc(100% - var(--burger-line-height));
}
.header .burger__line {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: var(--burger-line-height);
  background-color: currentColor;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.header .burger--active::before {
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.header .burger--active::after {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.header .burger--active .burger__line {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .header .burger {
    display: block;
    z-index: 100;
  }
}
.header__lang {
  padding-right: 15px;
  margin-left: 35px;
  position: relative;
}
.header__lang > a {
  position: relative;
}
.header__lang > a:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border: 2px solid var(--primary);
  background-color: transparent;
  border-left: none;
  border-top: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header__lang a {
  display: inline-block;
}
.header__lang a img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.header__lang .lang-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: -50%;
  top: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding: 5px 10px;
  width: 100px;
  -webkit-box-shadow: 0 0 10px rgba(94, 39, 7, 0.8);
  box-shadow: 0 0 10px rgba(94, 39, 7, 0.8);
  background-color: rgba(253, 192, 108, 0.4);
  border-radius: 25px;
  display: none;
}
.header__lang .lang-list.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__lang.transformationAfter > a:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media (max-width: 992px) {
  .header__lang {
    margin-right: 50px;
  }
}

.hero {
  padding-top: 191px;
  padding-bottom: 100px;
  /* .swiper-slide-prev {
    transform: translate(180px, -70px) !important;
    @media (max-width: 1200px) {
      transform: translateX(0px) !important;
    }
  }

  .swiper-slide-next {
    transform: translate(-180px, -70px) !important;
    @media (max-width: 1200px) {
      transform: translateX(0px) !important;
    }
  } */
}
@media (max-width: 1400px) {
  .hero {
    padding-bottom: 150px;
    background-size: contain !important;
  }
}
@media (max-width: 992px) {
  .hero {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .hero {
    padding-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .hero {
    padding-top: 100px;
    padding-bottom: 0px;
  }
}
.hero__container {
  max-width: 1430px;
  margin: 0 auto;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}
@media (max-width: 1200px) {
  .hero__container {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media (max-width: 992px) {
  .hero__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .hero__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.hero__descr {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 720px;
  flex: 0 1 720px;
  margin-right: 70px;
}
@media (max-width: 1200px) {
  .hero__descr {
    margin-right: 20px;
    max-width: 60%;
  }
}
@media (max-width: 992px) {
  .hero__descr {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .hero__descr {
    max-width: 100%;
    text-align: center;
    margin-right: 0;
  }
}
.hero__title {
  font-size: 40px;
  letter-spacing: -2px;
  -webkit-text-stroke: 2px var(--primary);
}
.hero__title span {
  display: inline-block;
  -webkit-text-stroke: 0px;
  font-size: 36px;
  line-height: 45px;
  color: var(--primary);
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .hero__title {
    /* font-size: 30px;
    span {
      font-size: 28px;
    } */
  }
}
@media (max-width: 992px) {
  .hero__title {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .hero__title {
    line-height: 45px;
    font-size: 25px;
  }
  .hero__title span {
    font-size: 23px;
    line-height: 32px;
  }
}
@media (max-width: 480px) {
  .hero__title {
    line-height: 35px;
  }
  .hero__title span {
    font-size: 19px;
    line-height: 26px;
  }
}
.hero__btn {
  display: inline-block;
  padding: 15px 88px;
  -webkit-box-shadow: 0px 5px 20px rgba(165, 43, 56, 0.2);
  box-shadow: 0px 5px 20px rgba(165, 43, 56, 0.2);
  border-radius: 30px;
  margin-top: 40px;
  font-size: 20px;
}
@media (max-width: 1200px) {
  .hero__btn {
    font-size: 18px;
    padding: 12px 60px;
    margin-top: 15px;
  }
}
@media (max-width: 992px) {
  .hero__btn {
    font-size: 16px;
    padding: 10px 50px;
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 15px auto 0 auto;
  }
}
@media (max-width: 480px) {
  .hero__btn {
    padding: 8px 40px;
    font-size: 14px;
  }
}
.hero__img {
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(100% - 720px);
  flex: 0 1 calc(100% - 720px);
}
@media (max-width: 992px) {
  .hero__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 50%;
    margin: 60px auto 0 auto;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .hero__img {
    text-align: center;
    width: 60%;
  }
}
.hero .swiper-cube .swiper-cube-shadow:before {
  background-color: rgba(0, 0, 0, 0.4);
}
.hero .swiper-slide {
  cursor: pointer;
  /* @media (max-width: 768px) {
      width: 100% !important;
      box-sizing: content-box;
  }
  @media (max-width: 768px) {
    filter:blur(0);
  } */
}
.hero .swiper-slide-active {
  /* @media (max-width: 768px) {
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 0;
    .reviews__slider-avatar {
      img {
        margin-top: 0px;
        width: 90px;
        height: 90px;
      }
    }
  } */
}

.benefits {
  padding-top: 110px;
  padding-bottom: 200px;
}
@media (max-width: 1200px) {
  .benefits {
    padding-bottom: 100px;
    padding-top: 60px;
  }
}
@media (max-width: 576px) {
  .benefits {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.benefits__title {
  text-align: center;
}
.benefits__wrap {
  margin-top: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 60px;
}
@media (max-width: 1200px) {
  .benefits__wrap {
    row-gap: 40px;
  }
}
@media (max-width: 576px) {
  .benefits__wrap {
    row-gap: 30px;
    margin-top: 30px;
  }
}
.benefits__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 42px;
  cursor: pointer;
}
.benefits__item:hover .benefits__img img {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}
.benefits__item:hover .benefits__name {
  color: #a44e1c;
}
.benefits__item:hover .benefits__text {
  text-shadow: 0px 0px 2px rgba(51, 51, 51, 0.5);
}
@media (max-width: 992px) {
  .benefits__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 40px);
    flex: 0 1 calc(50% - 40px);
  }
}
@media (max-width: 576px) {
  .benefits__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 80%;
    margin: 0 auto;
    row-gap: 25px;
  }
}
.benefits__img img {
  width: 100px;
  height: 100px;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.benefits__name {
  font-size: 24px;
  line-height: 30px;
  -webkit-transition: color 0.2s ease 0s;
  -o-transition: color 0.2s ease 0s;
  transition: color 0.2s ease 0s;
}
.benefits__text {
  margin-top: 10px;
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: var(--secondary);
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

@media (max-width: 1200px) {
  .session {
    padding-top: 50px;
  }
}
.session__title {
  text-align: center;
}
.session__wrap {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
@media (max-width: 992px) {
  .session__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .session__wrap {
    margin-top: 30px;
  }
}
.session__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
@media (max-width: 992px) {
  .session__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    text-align: center;
    margin-bottom: 50px;
  }
  .session__img img {
    max-width: 70%;
  }
}
.session__list {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
.session__list > ol {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: ol-numbers;
}
.session__list > ol > li {
  position: relative;
  padding: 0 0 0 34px;
  font-size: 24px;
  line-height: 30px;
  color: var(--primary);
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  cursor: pointer;
}
.session__list > ol > li > p {
  margin-top: 10px;
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: var(--secondary);
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.session__list > ol > li:before {
  counter-increment: ol-numbers;
  content: counter(ol-numbers);
  position: absolute;
  left: 0;
  top: 6px;
  width: 24px;
  height: 24px;
  background-color: var(--accent);
  border-radius: 50%;
  font-size: 13px;
  line-height: 24px;
  color: var(--white);
  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 (max-width: 576px) {
  .session__list > ol > li:before {
    width: 18px;
    height: 18px;
    font-size: 12px;
    top: 8px;
  }
}
.session__list > ol > li:hover {
  color: #a44e1c;
}
.session__list > ol > li:hover > p {
  text-shadow: 0px 0px 2px rgba(51, 51, 51, 0.5);
}
@media (max-width: 992px) {
  .session__list {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media (max-width: 576px) {
  .session__list > ol > li {
    font-size: 18px;
    line-height: 30px;
    padding-left: 25px;
  }
  .session__list > ol > li > p {
    font-size: 13px;
    line-height: 20px;
    margin-top: 5px;
  }
}

.start {
  padding-top: 220px;
  padding-bottom: 120px;
}
@media (max-width: 1200px) {
  .start {
    padding-top: 150px;
    padding-bottom: 80px;
  }
}
@media (max-width: 992px) {
  .start {
    padding-top: 100px;
  }
}
@media (max-width: 768px) {
  .start {
    padding-bottom: 50px;
    padding-top: 90px;
  }
}
@media (max-width: 576px) {
  .start {
    padding-top: 40px;
  }
}
.start__title {
  text-align: center;
}
.start__wrap {
  margin-top: 68px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 50px;
}
@media (max-width: 992px) {
  .start__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .start__wrap {
    margin-top: 40px;
  }
}
@media (max-width: 576px) {
  .start__wrap {
    row-gap: 30px;
  }
}
.start__item {
  -ms-grid-column-span: 4;
  grid-column: span 4;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 50px;
  cursor: pointer;
}
.start__item:hover .start__img img {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}
.start__item:hover .start__name {
  color: #a44e1c;
}
.start__item:hover .start__text {
  text-shadow: 0px 0px 2px rgba(51, 51, 51, 0.5);
}
@media (max-width: 992px) {
  .start__item {
    grid-column: none;
    max-width: 430px;
  }
}
@media (max-width: 768px) {
  .start__item {
    row-gap: 30px;
  }
}
.start__img img {
  height: 150px;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
@media (max-width: 576px) {
  .start__img img {
    height: auto;
    max-width: 40%;
  }
}
.start__name {
  font-size: 24px;
  line-height: 30px;
  -webkit-transition: color 0.2s ease 0s;
  -o-transition: color 0.2s ease 0s;
  transition: color 0.2s ease 0s;
}
.start__text {
  margin-top: 10px;
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: var(--secondary);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.start__btn {
  display: block;
  margin: 75px auto 0 auto;
  padding: 15px 88px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 15px 88px;
  -webkit-box-shadow: 0px 5px 20px rgba(165, 43, 56, 0.2);
  box-shadow: 0px 5px 20px rgba(165, 43, 56, 0.2);
  border-radius: 30px;
  font-size: 20px;
}
@media (max-width: 1200px) {
  .start__btn {
    font-size: 18px;
    padding: 12px 60px;
    margin-top: 60px;
  }
}
@media (max-width: 992px) {
  .start__btn {
    font-size: 16px;
    padding: 10px 50px;
  }
}
@media (max-width: 480px) {
  .start__btn {
    padding: 8px 40px;
    font-size: 14px;
  }
}

.reviews__title {
  text-align: center;
}
.reviews__slider {
  margin-top: 80px;
}
@media (max-width: 1200px) {
  .reviews__slider {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .reviews__slider {
    margin-top: 10px;
  }
}
.reviews__slider-item {
  padding: 0 40px 45px;
}
@media (max-width: 1200px) {
  .reviews__slider-item {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
  }
}
.reviews__slider-avatar {
  margin-top: -45px;
}
.reviews__slider-avatar img {
  width: 90px;
  height: 90px;
}
@media (max-width: 768px) {
  .reviews__slider-avatar {
    margin-top: -30px;
  }
}
.reviews__slider-name {
  margin-top: 25px;
  font-size: 16px;
  line-height: 30px;
  color: var(--primary);
}
.reviews__slider-text {
  margin-top: 10px;
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: var(--secondary);
  height: 100px;
  overflow-y: auto;
}
@media (max-width: 1300px) {
  .reviews__slider-text {
    overflow: visible;
    height: auto;
  }
}
.reviews__slider-raiting {
  margin-top: 25px;
}
.reviews__btn {
  display: block;
  margin: 60px auto 0 auto;
  padding: 7px 50px;
  background-color: transparent;
}
@media (max-width: 576px) {
  .reviews__btn {
    margin-top: 40px;
    padding: 5px 40px;
    font-size: 14px;
  }
}
.reviews .swiper {
  width: 100%;
  height: 100%;
  padding-top: 80px;
}
.reviews .swiper-slide {
  text-align: center;
  background-color: var(--white);
  border-radius: 25px;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  width: 49% !important;
  cursor: pointer;
}
@media (max-width: 768px) {
  .reviews .swiper-slide {
    width: 100% !important;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
}
@media (max-width: 768px) {
  .reviews .swiper-slide {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
.reviews .swiper-slide-active {
  margin-top: -20px;
  padding-bottom: 20px;
  padding-top: 20px;
  -webkit-transform: translateY(0px) !important;
  -ms-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
  -webkit-filter: drop-shadow(0px 5px 30px rgba(94, 39, 7, 0.1));
  filter: drop-shadow(0px 5px 30px rgba(94, 39, 7, 0.1));
}
.reviews .swiper-slide-active .reviews__slider-avatar img {
  margin-top: -30px;
  width: 120px;
  height: 120px;
}
@media (max-width: 768px) {
  .reviews .swiper-slide-active {
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 0;
  }
  .reviews .swiper-slide-active .reviews__slider-avatar img {
    margin-top: 0px;
    width: 90px;
    height: 90px;
  }
}
.reviews .swiper-slide-prev {
  -webkit-transform: translateX(340px) !important;
  -ms-transform: translateX(340px) !important;
  transform: translateX(340px) !important;
}
@media (max-width: 1200px) {
  .reviews .swiper-slide-prev {
    -webkit-transform: translateX(0px) !important;
    -ms-transform: translateX(0px) !important;
    transform: translateX(0px) !important;
  }
}
.reviews .swiper-slide-next {
  -webkit-transform: translateX(-360px) !important;
  -ms-transform: translateX(-360px) !important;
  transform: translateX(-360px) !important;
}
@media (max-width: 1200px) {
  .reviews .swiper-slide-next {
    -webkit-transform: translateX(0px) !important;
    -ms-transform: translateX(0px) !important;
    transform: translateX(0px) !important;
  }
}

.faq {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .faq {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.faq__title {
  text-align: center;
}
.faq__accordion {
  max-width: 1120px;
  margin: 60px auto 0 auto;
  overflow-y: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  /* &.all-faqs {
    height: auto;
    overflow-y: visible;
  } */
}
@media (max-width: 992px) {
  .faq__accordion {
    margin-top: 40px;
  }
}
.faq__btn {
  display: block;
  margin: 60px auto 0 auto;
  padding: 7px 50px;
  background-color: transparent;
}
@media (max-width: 576px) {
  .faq__btn {
    margin-top: 40px;
    padding: 5px 40px;
    font-size: 14px;
  }
}

.faq__accordion .accordion, .how-it-works__accordion .accordion {
  border: none;
}
.faq__accordion .accordion-item, .how-it-works__accordion .accordion-item {
  border-radius: 0;
  margin-bottom: 10px;
  border: none !important;
  border-radius: 25px !important;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.faq__accordion .accordion-item:last-child, .how-it-works__accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faq__accordion .accordion-item:nth-child(n+8), .how-it-works__accordion .accordion-item:nth-child(n+8) {
  display: none;
}
.faq__accordion .accordion-item.is-visible, .how-it-works__accordion .accordion-item.is-visible {
  display: block;
}
.faq__accordion .accordion-button, .how-it-works__accordion .accordion-button {
  color: var(--primary);
  padding: 10px 30px;
  border-radius: 25px !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  font-size: 16px;
  line-height: 30px;
}
.faq__accordion .accordion-button:after, .how-it-works__accordion .accordion-button:after {
  background-image: url("../img/+.svg");
  background-size: 12px 12px;
  background-position: right 5px;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
@media (max-width: 576px) {
  .faq__accordion .accordion-button:after, .how-it-works__accordion .accordion-button:after {
    background-size: 10px 10px;
  }
}
@media (max-width: 576px) {
  .faq__accordion .accordion-button, .how-it-works__accordion .accordion-button {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 20px;
  }
}
.faq__accordion .accordion-body, .how-it-works__accordion .accordion-body {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: var(--secondary);
  padding: 10px 30px 25px 30px;
}
@media (max-width: 576px) {
  .faq__accordion .accordion-body, .how-it-works__accordion .accordion-body {
    font-size: 13px;
    line-height: 20px;
    padding: 0px 20px 20px 20px;
  }
}
.faq__accordion .accordion-button:not(.collapsed), .how-it-works__accordion .accordion-button:not(.collapsed) {
  background-color: var(--whiteColor);
}
.faq__accordion .accordion-button:not(.collapsed):after, .how-it-works__accordion .accordion-button:not(.collapsed):after {
  background-image: url("../img/-.svg");
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.faq__accordion .accordion-button:focus, .how-it-works__accordion .accordion-button:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.how-it-works {
  padding-top: 250px;
  padding-bottom: 120px;
}
@media (max-width: 1200px) {
  .how-it-works {
    padding-top: 170px;
    padding-bottom: 80px;
  }
}
@media (max-width: 992px) {
  .how-it-works {
    padding-top: 120px;
  }
}
@media (max-width: 768px) {
  .how-it-works {
    padding-bottom: 50px;
    background-blend-mode: multiply !important;
    background: url("../img/hero-bg.png") no-repeat right -400px, url("../img/reviews-bg.png") no-repeat left bottom !important;
  }
}
@media (max-width: 576px) {
  .how-it-works {
    padding-top: 100px;
  }
}
.how-it-works__title {
  text-align: center;
}
.how-it-works__subtitle {
  padding: 0;
  margin: 0;
  margin-top: 30px;
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: var(--secondary);
}
@media (max-width: 768px) {
  .how-it-works__subtitle {
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
  }
}
.how-it-works__wrap {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 90px;
}
@media (max-width: 1200px) {
  .how-it-works__wrap {
    margin-top: 70px;
    row-gap: 70px;
  }
}
@media (max-width: 768px) {
  .how-it-works__wrap {
    row-gap: 50px;
  }
}
.how-it-works__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.how-it-works__item:nth-child(even) .how-it-works__img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media (max-width: 992px) {
  .how-it-works__item:nth-child(even) .how-it-works__descr {
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .how-it-works__item:nth-child(even) .how-it-works__img {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .how-it-works__item:nth-child(even) .how-it-works__descr {
    padding-right: 0px;
  }
}
.how-it-works__item:nth-child(odd) .how-it-works__descr {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .how-it-works__item:nth-child(odd) .how-it-works__descr {
    padding-left: 0px;
  }
}
@media (max-width: 768px) {
  .how-it-works__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.how-it-works__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 35%;
  flex: 0 1 35%;
  text-align: center;
}
@media (max-width: 992px) {
  .how-it-works__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .how-it-works__img {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .how-it-works__img img {
    max-width: 70%;
  }
}
.how-it-works__descr {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 65%;
  flex: 0 1 65%;
}
@media (max-width: 992px) {
  .how-it-works__descr {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
  }
}
@media (max-width: 768px) {
  .how-it-works__descr {
    text-align: center;
  }
}
.how-it-works__name {
  font-size: 24px;
  line-height: 30px;
}
.how-it-works__text {
  padding: 0;
  margin: 10px 0 0 0;
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: var(--secondary);
}
.how-it-works__btn {
  display: block;
  padding: 15px 88px;
  -webkit-box-shadow: 0px 5px 20px rgba(165, 43, 56, 0.2);
  box-shadow: 0px 5px 20px rgba(165, 43, 56, 0.2);
  border-radius: 30px;
  margin: 90px auto 0 auto;
  font-size: 20px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 1200px) {
  .how-it-works__btn {
    font-size: 18px;
    padding: 12px 60px;
    margin-top: 50px;
  }
}
@media (max-width: 992px) {
  .how-it-works__btn {
    font-size: 16px;
    padding: 10px 50px;
  }
}
@media (max-width: 480px) {
  .how-it-works__btn {
    padding: 8px 40px;
    font-size: 14px;
  }
}
.how-it-works__faq {
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .how-it-works__faq {
    padding-bottom: 60px;
  }
}
.how-it-works__accordion {
  margin: 60px auto 0 auto;
  max-width: 1120px;
}
@media (max-width: 576px) {
  .how-it-works__accordion {
    margin-top: 30px;
  }
}

.games {
  padding-top: 250px;
  padding-bottom: 250px;
}
@media (max-width: 1200px) {
  .games {
    padding-top: 170px;
    padding-bottom: 150px;
  }
}
@media (max-width: 992px) {
  .games {
    padding-top: 120px;
  }
}
@media (max-width: 768px) {
  .games {
    padding-bottom: 80px;
    background-blend-mode: multiply !important;
    background: url("../img/hero-bg.png") no-repeat right -400px, url("../img/reviews-bg.png") no-repeat left bottom !important;
  }
}
@media (max-width: 576px) {
  .games {
    padding-top: 100px;
  }
}
.games__title {
  text-align: center;
}
.games__subtitle {
  margin-top: 30px;
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: var(--secondary);
}
@media (max-width: 768px) {
  .games__subtitle {
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
  }
}
.games__wrap {
  margin-top: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 30px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
@media (max-width: 1200px) {
  .games__wrap {
    margin-top: 90px;
  }
}
@media (max-width: 768px) {
  .games__wrap {
    margin-top: 60px;
  }
}
.games__item {
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(33% - 30px);
  flex: 0 1 calc(33% - 30px);
  background-color: var(--white);
  border: 1px solid #FFF6E9;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding: 50px 0 60px;
}
.games__item * {
  display: block;
  margin: 0 auto;
}
.games__item > img {
  width: 180px;
  height: 180px;
}
.games__item:hover {
  -webkit-box-shadow: 0px 4px 30px rgba(94, 39, 7, 0.1);
  box-shadow: 0px 4px 30px rgba(94, 39, 7, 0.1);
}
.games__item:hover .games__btn {
  background-color: #9E1C29;
  color: var(--white);
  border: 2px solid #9E1C29;
}
@media (max-width: 992px) {
  .games__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 30px);
    flex: 0 1 calc(50% - 30px);
    padding: 40px 0;
    -webkit-box-shadow: 0px 4px 30px rgba(94, 39, 7, 0.1);
    box-shadow: 0px 4px 30px rgba(94, 39, 7, 0.1);
    max-width: 350px;
  }
}
@media (max-width: 768px) {
  .games__item > img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 576px) {
  .games__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 320px;
  }
}
.games__btn {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 7px 38px;
  margin-top: 46px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 768px) {
  .games__btn {
    margin-top: 30px;
    padding: 5px 30px;
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .games__btn {
    padding: 2px 30px;
    font-size: 14px;
  }
}

.about {
  padding-top: 250px;
  padding-bottom: 90px;
}
@media (max-width: 1200px) {
  .about {
    padding-top: 170px;
  }
}
@media (max-width: 992px) {
  .about {
    padding-top: 120px;
  }
}
@media (max-width: 768px) {
  .about {
    background: url("../img/hero-bg.png") no-repeat right -400px;
  }
}
@media (max-width: 576px) {
  .about {
    padding-top: 100px;
    padding-bottom: 30px;
  }
}
.about__title {
  text-align: center;
}
.about__wrap {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .about__wrap {
    display: block;
    margin-top: 40px;
  }
}
@media (max-width: 576px) {
  .about__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
  }
}
.about__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 42%;
  flex: 0 1 42%;
  padding: 0 40px 0 0;
}
@media (max-width: 1200px) {
  .about__img {
    float: left;
    width: 40%;
  }
}
@media (max-width: 992px) {
  .about__img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .about__img {
    padding-right: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 60%;
  }
}
.about__text {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 58%;
  flex: 0 1 58%;
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: var(--secondary);
}
@media (max-width: 992px) {
  .about__text {
    font-size: 16px;
    line-height: 26px;
  }
}

.team {
  padding-bottom: 260px;
}
@media (max-width: 1200px) {
  .team {
    padding-bottom: 150px;
  }
}
@media (max-width: 992px) {
  .team {
    padding-bottom: 100px;
  }
}
@media (max-width: 576px) {
  .team {
    padding-bottom: 80px;
  }
}
.team__title {
  text-align: center;
}
.team__wrap {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 70px;
}
@media (max-width: 1200px) {
  .team__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .team__wrap {
    row-gap: 60px;
    margin-top: 30px;
  }
}
.team__item {
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(25% - 30px);
  flex: 0 1 calc(25% - 30px);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  position: relative;
}
.team__item img {
  max-width: 175px;
  max-height: 175px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 576px) {
  .team__item img {
    max-width: 120px;
    max-height: 120px;
  }
}
.team__item > ul {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.team__item > ul > li > a {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block;
}
.team__item > ul > li > a:hover {
  -webkit-box-shadow: 0 0 15px rgba(219, 52, 69, 0.5), inset 0 0 5px rgba(219, 52, 69, 0.5);
  box-shadow: 0 0 15px rgba(219, 52, 69, 0.5), inset 0 0 5px rgba(219, 52, 69, 0.5);
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
.team__item:hover > img {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}
.team__item:hover .team__name {
  color: #a44e1c;
}
.team__item:hover .team__descr {
  text-shadow: 0px 0px 2px rgba(51, 51, 51, 0.5);
}
@media (max-width: 1200px) {
  .team__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
    max-width: 315px;
  }
}
@media (max-width: 576px) {
  .team__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.team__name {
  margin-top: 30px;
  font-size: 18px;
  line-height: 30px;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 576px) {
  .team__name {
    margin-top: 20px;
  }
}
.team__descr {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: var(--secondary);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blog {
  padding-top: 250px;
  padding-bottom: 270px;
}
@media (max-width: 1600px) {
  .blog {
    padding-bottom: 200px;
  }
}
@media (max-width: 1200px) {
  .blog {
    padding-top: 170px;
    padding-bottom: 150px;
  }
}
@media (max-width: 992px) {
  .blog {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .blog {
    background-blend-mode: multiply !important;
    background: url("../img/hero-bg.png") no-repeat right -400px, url("../img/reviews-bg.png") no-repeat left bottom !important;
  }
}
@media (max-width: 576px) {
  .blog {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
.blog__title {
  text-align: center;
}
.blog__wrap {
  margin-top: 90px;
}
@media (max-width: 992px) {
  .blog__wrap {
    margin-top: 60px;
  }
}
@media (max-width: 576px) {
  .blog__wrap {
    margin-top: 30px;
  }
}
.blog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  margin-bottom: 60px;
}
.blog__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .blog__item {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
@media (max-width: 768px) {
  .blog__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .blog__item {
    text-align: center;
    margin-bottom: 40px;
  }
}
.blog__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 400px;
  flex: 0 1 400px;
}
@media (max-width: 992px) {
  .blog__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
  }
}
@media (max-width: 768px) {
  .blog__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    text-align: center;
  }
}
.blog__info {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(100% - 400px);
  flex: 0 1 calc(100% - 400px);
}
@media (max-width: 992px) {
  .blog__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
  }
}
@media (max-width: 768px) {
  .blog__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-top: 25px;
  }
}
.blog__name {
  font-size: 24px;
  line-height: 40px;
}
@media (max-width: 992px) {
  .blog__name {
    font-size: 20px;
    line-height: 30px;
  }
}
.blog__content {
  margin: 10px 0 0 0;
  padding: 0;
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: var(--secondary);
}
@media (max-width: 1200px) {
  .blog__content {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 992px) {
  .blog__content {
    margin-top: 0;
    font-size: 15px;
    line-height: 24px;
  }
}
.blog__btn {
  margin-top: 20px;
  padding: 7px 44px;
}
@media (max-width: 992px) {
  .blog__btn {
    padding: 4px 35px;
    font-size: 14px;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .blog__btn {
    margin: 30px auto 0 auto;
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.blog__pagination {
  margin-top: 90px;
  text-align: center;
}
@media (max-width: 992px) {
  .blog__pagination {
    margin-top: 60px;
  }
}
.blog .pagination {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
@media (max-width: 480px) {
  .blog .pagination {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
}
.blog .page-item {
  margin-right: 10px;
}
.blog .page-link {
  border: 2px solid var(--primary) !important;
  border-radius: 50% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  width: 44px !important;
  height: 44px !important;
  color: var(--primary) !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 16px !important;
  text-align: center !important;
  color: var(--accent) !important;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog .page-link:hover {
  background-color: var(--accent) !important;
  color: var(--white) !important;
}
.blog .page-link.active {
  background-color: var(--accent) !important;
  color: var(--white) !important;
}
@media (max-width: 480px) {
  .blog .page-link {
    width: 32px !important;
    height: 32px !important;
    font-size: 12px !important;
    line-height: 12px !important;
  }
}
.blog .pagination-dots {
  letter-spacing: 2px;
  margin-top: 12px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: var(--accent);
}
@media (max-width: 480px) {
  .blog .pagination-dots {
    margin-top: 5px;
  }
}

.single {
  padding-top: 250px;
  padding-bottom: 280px;
}
@media (max-width: 1200px) {
  .single {
    padding-top: 170px;
    padding-bottom: 200px;
  }
}
@media (max-width: 992px) {
  .single {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 576px) {
  .single {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
.single p {
  padding: 0;
  margin: 40px 0;
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: var(--secondary);
}
.single p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .single p {
    margin: 25px 0;
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 576px) {
  .single p {
    margin: 15px 0;
  }
}
.single__wrap {
  max-width: 1120px;
  margin: 40px auto 0 auto;
}
@media (max-width: 576px) {
  .single__wrap {
    margin-top: 30px;
  }
}
.single__img img {
  border-radius: 20px;
}
@media (max-width: 576px) {
  .single__img img {
    border-radius: 5px;
  }
}
.single h1 {
  margin: 0;
  padding: 0;
  font-size: 36px;
  line-height: 50px;
}
@media (max-width: 768px) {
  .single h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .single h1 {
    font-size: 26px;
    line-height: 35px;
  }
}
@media (max-width: 480px) {
  .single h1 {
    font-size: 22px;
    line-height: 28px;
  }
}
.single__quote {
  background: #FFF6E9;
  border-radius: 20px;
  padding: 30px 60px 30px 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 75px;
  -moz-column-gap: 75px;
  column-gap: 75px;
  row-gap: 30px;
}
.single__quote blockquote {
  font-family: "OpenSans";
  font-style: italic;
  font-weight: 600;
  font-size: 24px;
  line-height: 35px;
  padding: 0;
  margin: 0;
  color: var(--primary);
}
@media (max-width: 768px) {
  .single__quote blockquote {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 576px) {
  .single__quote blockquote {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .single__quote {
    padding: 20px;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
@media (max-width: 480px) {
  .single__quote img {
    display: none;
  }
}
.single__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.single__image img {
  border-radius: 20px;
}
.single__image p {
  margin-top: 0;
}
@media (max-width: 992px) {
  .single__image {
    display: block;
  }
  .single__image img {
    float: left;
    margin-right: 30px;
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .single__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .single__image img {
    margin: 15px 0 0 0;
  }
}

.imprint {
  padding-top: 250px;
  padding-bottom: 300px;
}
@media (max-width: 1200px) {
  .imprint {
    padding-top: 170px;
    padding-bottom: 200px;
  }
}
@media (max-width: 992px) {
  .imprint {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 576px) {
  .imprint {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
.imprint h2, .imprint h3, .imprint p, .imprint address, .imprint a {
  padding: 0;
  margin: 0;
  font-family: "OpenSans";
  color: var(--secondary);
}
.imprint a:hover {
  text-decoration: underline;
}
.imprint h2 {
  margin-bottom: 25px;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}
.imprint h2:nth-of-type(1) {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .imprint h2:nth-of-type(1) {
    margin-top: 40px;
  }
}
.imprint h2:nth-of-type(2) {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .imprint h2:nth-of-type(2) {
    margin-top: 40px;
  }
}
.imprint address, .imprint a, .imprint p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 576px) {
  .imprint address, .imprint a, .imprint p {
    font-size: 16px;
    line-height: 26px;
  }
}
.imprint h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 45px;
  margin-top: 35px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .imprint h3 {
    margin-top: 25px;
  }
}
.imprint address {
  margin-bottom: 30px;
}
.imprint__title {
  text-align: center;
}

.header-404 {
  text-align: center;
  padding-top: 30px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .header-404 {
    padding-top: 10px;
  }
  .header-404 img {
    max-width: 20%;
  }
}

.error-404 {
  height: 100vh;
  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;
}
.error-404__wrap {
  height: 100%;
  max-width: 1035px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 59px;
  -moz-column-gap: 59px;
  column-gap: 59px;
}
@media (max-width: 992px) {
  .error-404__wrap {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media (max-width: 768px) {
  .error-404__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.error-404__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
}
@media (max-width: 768px) {
  .error-404__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .error-404__img img {
    max-width: 60%;
  }
}
.error-404__descr {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
  max-width: 575px;
}
.error-404__descr h1 {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .error-404__descr {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    text-align: center;
  }
}
.error-404__subtitle {
  margin-top: 20px;
  margin: 20px 0 0 0;
  font-size: 36px;
  line-height: 45px;
}
@media (max-width: 992px) {
  .error-404__subtitle {
    margin-top: 10px;
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 576px) {
  .error-404__subtitle {
    font-size: 18px;
    line-height: 26px;
  }
}
.error-404__text {
  margin-top: 20px;
  font-size: 18px;
  line-height: 30px;
}
.error-404__text span {
  display: inline-block;
  color: var(--accent);
}
@media (max-width: 992px) {
  .error-404__text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 576px) {
  .error-404__text {
    font-size: 13px;
    line-height: 20px;
  }
}
.error-404__btn {
  margin-top: 40px;
  padding: 15px 60px;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 992px) {
  .error-404__btn {
    padding: 12px 40px;
    font-size: 18px;
    line-height: 26px;
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .error-404__btn {
    padding: 8px 28px;
    font-size: 14px;
    line-height: 22px;
  }
}

.footer-404 {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

.get-started {
  padding-top: 250px;
  padding-bottom: 300px;
}
@media (max-width: 1200px) {
  .get-started {
    padding-top: 170px;
    padding-bottom: 200px;
  }
}
@media (max-width: 992px) {
  .get-started {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 576px) {
  .get-started {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
.get-started__title {
  text-align: center;
}
.get-started__subtitle {
  margin-top: 30px;
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: var(--secondary);
}
@media (max-width: 768px) {
  .get-started__subtitle {
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
  }
}
.get-started__wrap {
  margin-top: 47px;
}
@media (max-width: 768px) {
  .get-started__wrap {
    margin-top: 10px;
  }
}
.get-started__item {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.get-started__item:last-child {
  margin-bottom: 0;
}
.get-started__item:first-child .get-started__descr {
  padding-top: 30px;
}
@media (max-width: 768px) {
  .get-started__item:first-child .get-started__descr {
    padding-top: 0;
  }
}
.get-started__item:nth-child(even) .get-started__descr {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
@media (max-width: 768px) {
  .get-started__item:nth-child(even) .get-started__descr {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
@media (max-width: 768px) {
  .get-started__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
    text-align: center;
  }
}
.get-started__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 35%;
  flex: 0 1 35%;
  text-align: center;
}
@media (max-width: 768px) {
  .get-started__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .get-started__img img {
    max-width: 50%;
  }
}
.get-started__descr {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 65%;
  flex: 0 1 65%;
}
@media (max-width: 768px) {
  .get-started__descr {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.get-started__name {
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 480px) {
  .get-started__name {
    font-size: 20px;
    line-height: 28px;
  }
}
.get-started__text {
  margin-top: 5px;
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: var(--secondary);
}
@media (max-width: 768px) {
  .get-started__text {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .get-started__text {
    font-size: 14px;
    line-height: 23px;
  }
}
.get-started__btn {
  margin-top: 20px;
  padding: 7px 40px;
}
.get-started__btn_invite {
  font-size: 14px;
  line-height: 20px;
  padding: 5px 24px;
}
@media (max-width: 768px) {
  .get-started__btn {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .get-started__btn {
    padding: 7px 30px;
    font-size: 15px;
    line-height: 20px;
  }
}
.get-started__links {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.get-started__links a {
  display: block;
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: var(--secondary);
}
@media (max-width: 480px) {
  .get-started__links a {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .get-started__links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 15px;
  }
}

.contacts {
  padding-top: 250px;
  padding-bottom: 280px;
}
@media (max-width: 1200px) {
  .contacts {
    padding-top: 170px;
    padding-bottom: 200px;
  }
}
@media (max-width: 992px) {
  .contacts {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 576px) {
  .contacts {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
.contacts__form {
  max-width: 890px;
  margin: 60px auto 0 auto;
}
.contacts__form form {
  width: 100%;
}
.contacts__form form input:not([type=submit]), .contacts__form form select, .contacts__form form textarea {
  display: block;
  width: 100%;
  outline: none;
  border: none;
  border-bottom: 1px solid var(--yellow);
  background-color: transparent;
}
.contacts__form form label {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: var(--secondary);
  margin-bottom: 4px;
}
.contacts__form form label span {
  color: #DB3445;
}
.contacts__form form input {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: var(--secondary);
  padding: 5px 10px 0 0;
}
.contacts__form form input::-webkit-input-placeholder {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #999999;
}
.contacts__form form input::-moz-placeholder {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #999999;
}
.contacts__form form input:-ms-input-placeholder {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #999999;
}
.contacts__form form input::-ms-input-placeholder {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #999999;
}
.contacts__form form input::placeholder {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #999999;
}
.contacts__form form input, .contacts__form form select {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .contacts__form form input, .contacts__form form select {
    margin-bottom: 20px;
  }
}
.contacts__form form select {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: var(--secondary);
  padding: 5px 0;
}
.contacts__form form textarea {
  resize: vertical;
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: var(--secondary);
  padding: 5px 0;
  height: 120px;
}
.contacts__form form textarea::-webkit-input-placeholder {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #999999;
}
.contacts__form form textarea::-moz-placeholder {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #999999;
}
.contacts__form form textarea:-ms-input-placeholder {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #999999;
}
.contacts__form form textarea::-ms-input-placeholder {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #999999;
}
.contacts__form form textarea::placeholder {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #999999;
}
.contacts__form form input[type=submit] {
  display: block;
  margin: 60px auto 0 auto;
  font-family: "Titan";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: var(--white);
  padding: 15px 111px;
}
.contacts__form form input[type=submit]:hover {
  background-color: transparent;
  color: var(--accent);
  border: 2px solid var(--primary);
}
@media (max-width: 992px) {
  .contacts__form form input[type=submit]:hover {
    background-color: var(--accent);
    color: var(--white);
    border: 2px solid var(--accent);
  }
}
@media (max-width: 768px) {
  .contacts__form form input[type=submit] {
    padding: 10px 60px;
    font-size: 18px;
    line-height: 25px;
    margin-top: 45px;
  }
}
@media (max-width: 768px) {
  .contacts__form {
    margin-top: 40px;
  }
}
.contacts__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.contacts__wrap input, .contacts__wrap label {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
@media (max-width: 768px) {
  .contacts__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contacts__wrap input, .contacts__wrap label {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}

.footer__wrap {
  border-top: 1px solid rgba(94, 39, 7, 0.2);
  padding-top: 50px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
  }
}
.footer__logo {
  margin-right: 20px;
}
.footer__logo img {
  width: 145px;
}
@media (max-width: 768px) {
  .footer__logo {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footer__logo img {
    width: 120px !important;
  }
}
.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;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .footer__nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.footer__menu > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 576px) {
  .footer__menu > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer__menu > ul > li {
  margin-right: 30px;
}
.footer__menu > ul > li:last-child {
  margin-right: 0;
}
@media (max-width: 992px) {
  .footer__menu > ul > li {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .footer__menu > ul > li {
    margin-right: 15px;
  }
}
@media (max-width: 576px) {
  .footer__menu > ul > li {
    margin-right: 0;
  }
}
.footer__menu > ul > li > a {
  font-size: 16px;
  line-height: 30px;
  color: var(--primary);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}
.footer__menu > ul > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0%;
  height: 2px;
  background-color: var(--accent);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer__menu > ul > li > a:before {
  content: "";
  position: absolute;
  right: 0;
  top: -3px;
  width: 0%;
  height: 2px;
  background-color: var(--accent);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer__menu > ul > li > a:hover:after, .footer__menu > ul > li > a:hover:before {
  width: 100%;
}
@media (max-width: 992px) {
  .footer__menu > ul > li > a {
    font-size: 14px;
  }
}
.footer__social {
  margin-top: 16px;
}
.footer__social > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__social > ul > li {
  margin-right: 10px;
}
.footer__social > ul > li:last-child {
  margin-right: 0;
}
.footer__social > ul > li > a {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block;
}
.footer__social > ul > li > a:hover {
  -webkit-box-shadow: 0 0 15px rgba(219, 52, 69, 0.5), inset 0 0 5px rgba(219, 52, 69, 0.5);
  box-shadow: 0 0 15px rgba(219, 52, 69, 0.5), inset 0 0 5px rgba(219, 52, 69, 0.5);
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
.footer__copyright {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  padding: 15px 0;
  color: var(--white);
}
.footer__copyright a {
  color: var(--yellow);
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer__copyright a:hover {
  text-decoration: underline;
  color: var(--white);
}
.footer__copyright .container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .footer__copyright .container-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .footer__copyright {
    font-size: 11px;
    line-height: 18px;
    text-align: center;
  }
}
.footer__link:first-child {
  margin-right: 10px;
}
@media (max-width: 576px) {
  .footer__link:first-child {
    margin-right: 5px;
  }
}
/*# sourceMappingURL=main.css.map */