* {
  font-family: "TT Firs Neue", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
}

body {
  padding: 0;
  margin: 0;
  background: url("img/pattern.png") #FFFCF9 top left repeat;
}

h1, h2, h3, h4 {
  margin: 0;
}

ol, ul {
  padding: 0;
  margin: 0;
}

a {
  color: #FD8553;
  line-height: 132%;
}
a:hover {
  opacity: 0.8;
}

a.button, button {
  display: block;
  align-items: center;
  padding: 0 40px;
  width: max-content;
  min-width: 210px;
  height: 60px;
  box-sizing: border-box;
  background: linear-gradient(180deg, #FE9953 0%, #FD8553 100%);
  border-radius: 6px;
  font-size: 18px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  border: 0;
}

input {
  height: 60px;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #E1DEDD;
  border-radius: 6px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  padding: 0 24px;
}

header {
  background: url("img/bg-after.png") bottom center no-repeat, url("img/image-bg.jpg") no-repeat top center;
  background-size: contain, cover;
  color: #fff;
  padding-bottom: 194px;
  padding-top: 87px;
}
header nav {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(41, 41, 41, 0.05);
  backdrop-filter: blur(10px);
  display: flex;
  font-weight: 500;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  justify-content: space-between;
  z-index: 10000;
  transition: all 0.1s ease-out;
}
header nav.dark {
  background-color: rgba(242, 240, 237, 0.7);
  color: #59514E;
}
header nav.dark #burger {
  filter: brightness(10%);
}
header nav a {
  color: inherit;
  text-decoration: none;
}
header nav img#logo {
  margin: 6px 0 6px 40px;
  width: 200px;
}
header nav #nav {
  white-space: nowrap;
  text-align: center;
}
header nav #nav li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 16px;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 1322px) {
  header nav #nav li.secondary {
    display: none;
  }
}
header nav #lang {
  text-align: center;
  white-space: nowrap;
}
header nav #lang li {
  opacity: 0.7;
  list-style: none;
  margin: 0;
  display: inline-block;
}
header nav #lang li a {
  display: inline-block;
  padding: 12px;
}
header nav #lang li.active {
  opacity: 1;
  border-radius: 64px;
  color: #FE9953;
  background-color: #fff;
}
header nav #lang li.active a {
  padding: 12px 24px;
}
header nav #phone {
  white-space: nowrap;
  font-size: 20px;
  margin-right: 40px;
}
header nav #phone_mob {
  display: none;
}
header nav #burger {
  display: none;
}
@media screen and (max-width: 1100px) {
  header nav #nav {
    display: none;
  }
  header nav #lang {
    display: none;
  }
  header nav #burger {
    display: block;
    height: 16px;
    width: 18px;
    margin-right: 22px;
    margin-left: 8px;
    background: url("img/burger.svg") center center no-repeat;
  }
  header nav #phone {
    display: none;
  }
  header nav img#logo {
    width: 122px;
    margin-left: 0;
  }
  header nav #phone_mob {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(180deg, #FE9953 0%, #FD8553 100%);
    text-align: center;
    padding-top: 11px;
    box-sizing: border-box;
    margin-left: 15px;
  }
}
header #switch {
  margin-top: 133px;
  margin-left: 200px;
  border-radius: 20px;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.24);
  width: max-content;
}
@media screen and (max-width: 720px) {
    header #switch {
        margin-left: auto;
        margin-right: auto;
    }
}
header #switch li {
  opacity: 0.88;
  list-style: none;
  margin: 0;
  display: inline-block;
  color: white;
}
header #switch li a {
  display: inline-block;
  padding: 12px 23px;
  color: inherit;
  text-decoration: none;
  font-size: 16px;
}
header #switch li.active {
  opacity: 1;
  border-radius: 20px;
  color: #FD8553;
  background-color: #fff;
}
header h1 {
  margin-left: 200px;
  margin-top: 56px;
  font-weight: 600;
  font-size: 72px;
}
header h2 {
  margin-left: 204px;
  padding-left: 70px;
  position: relative;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin-top: 40px;
}
header h2::before {
  display: block;
  width: 64px;
  content: " ";
  height: 2px;
  background-color: #FE9953;
  margin-top: 13px;
  position: absolute;
  left: 0;
}
header a.button {
  margin-left: 274px;
  margin-top: 56px;
}
@media screen and (max-width: 960px) {
  header {
    text-align: center;
  }
  header h1 {
    margin-top: 80px;
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 960px) and (max-width: 700px) {
  header h1 {
    font-size: 34px;
    line-height: 46px;
  }
}
@media screen and (max-width: 960px) {
  header h2 {
    margin-left: 16px;
    margin-right: 16px;
    padding: 0;
  }
  header h2::before {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  header a.button {
    margin: 56px auto 0 auto;
  }
}
header.mob_menu_open {
  position: sticky;
  z-index: 9999;
  top: 0;
  width: 100%;
}
header.mob_menu_open a.button {
  z-index: 100;
  position: relative;
  margin: 300px auto 0 auto;
}
header.mob_menu_open h1, header.mob_menu_open h2 {
  display: none;
}
header.mob_menu_open nav.dark {
  color: inherit;
  background-color: inherit;
}
header.mob_menu_open nav.dark #burger {
  filter: none;
}
header.mob_menu_open nav #nav {
  display: block;
  position: absolute;
  top: 58px;
  left: 0;
  width: 100%;
  white-space: initial;
  padding-top: 86px;
}
header.mob_menu_open nav #nav li {
  margin: 0;
  width: 100%;
  padding-top: 8px;
  font-weight: 500;
  font-size: 28px;
  line-height: 46px;
}
header.mob_menu_open nav #lang {
  position: absolute;
  top: 500px;
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
header.mob_menu_open nav #burger {
  background-image: url("img/close.svg");
}
header.mob_menu_open::before {
  content: " ";
  background-size: contain, cover;
  position: absolute;
  top: 58px;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(20px);
  z-index: 10;
}

section {
  margin-top: 150px;
  color: #59514E;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
}
section h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 62px;
  text-align: center;
  color: #FD8553;
  margin: 0;
}
section .hint {
  text-align: center;
}
section ol li {
  display: inline-block;
  list-style: none;
  box-sizing: border-box;
  border-radius: 16px;
  position: relative;
  font-size: 18px;
  line-height: 132%;
  text-align: left;
  background: white 24px 24px no-repeat;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}
section ol li .title {
  color: #FD8553;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  margin: 24px;
}
section ol li .content {
  padding: 0 24px 28px 24px;
  line-height: 132%;
  font-size: 18px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
section ol li .content::after {
  background-color: #FD8553;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: " ";
  display: block;
}

#how ol {
  text-align: center;
  margin-top: 48px;
}
#how ol li {
  margin: 16px;
  width: 276px;
  height: 260px;
  background-size: 64px 64px;
}
#how ol li a {
  font-size: 14px;
}
#how ol li .title {
  text-align: right;
}
#how ol li .content {
  padding-top: 58px;
  height: 96px;
}
#how ol li:nth-child(1) {
  background-image: url("img/ho1.png");
}
#how ol li:nth-child(2) {
  background-image: url("img/ho2.png");
}
#how ol li:nth-child(3) {
  background-image: url("img/ho3.png");
}
#how ol li:nth-child(4) {
  background-image: url("img/ho4.png");
}

#what {
  padding-bottom: 150px;
  background: url("img/bg-after-2.png") bottom left no-repeat;
  background-size: contain;
  overflow: hidden;
}
#what .video {
  width: max-content;
  margin: 40px auto 0 auto;
  position: relative;
  text-align: center;
}
#what .video .wrapper {
  border: 1px solid rgba(253, 133, 83, 0.4);
  border-radius: 50%;
  box-sizing: border-box;
}
#what .video .wrapper div {
  margin: 24px;
  border-radius: 50%;
  background-color: #fff;
}
#what .video .wrapper div img {
  margin: 24px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  width: 480px;
  height: 480px;
}
@media screen and (max-width: 580px) {
  #what .video .wrapper div {
    margin: 16px;
  }
  #what .video .wrapper div img {
    margin: 16px;
    width: 360px;
    height: 360px;
  }
}
@media screen and (max-width: 428px) {
  #what .video .wrapper div {
    margin: 8px;
  }
  #what .video .wrapper div img {
    margin: 8px;
    width: 286px;
    height: 286px;
  }
}
#what .video ul {
  position: absolute;
  top: 64px;
}
#what .video ul li {
  list-style: none;
  margin: 64px 0;
  width: 198px;
  background: #FFFFFF;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
  border-radius: 42px;
  line-height: 64px;
  font-size: 20px;
  padding: 0 28px;
  position: relative;
  box-sizing: border-box;
}
#what .video ul li::before {
  background: linear-gradient(180deg, #FE9953 0%, #FD8553 100%);
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  display: block;
  content: " ";
  border-radius: 50%;
}
#what .video ul li:nth-child(1), #what .video ul li:nth-child(3) {
  left: 17px;
}
#what .video ul:nth-child(2) {
  left: -183px;
  text-align: left;
}
#what .video ul:nth-child(3) {
  right: -183px;
}
#what .video ul:nth-child(3) li {
  text-align: right;
}
#what .video ul:nth-child(3) li::before {
  left: 12px;
  right: initial;
}
#what .video ul:nth-child(3) li:nth-child(1), #what .video ul:nth-child(3) li:nth-child(3) {
  left: -17px;
}
@media screen and (max-width: 900px) {
  #what .video ul {
    position: static;
    display: inline-block;
    padding: 32px 30px 0 30px;
  }
  #what .video ul li {
    margin: 16px 0;
  }
}
@media screen and (max-width: 580px) {
  #what .video ul {
    padding: 24px 8px 0 8px;
  }
  #what .video ul li {
    font-size: 16px;
    line-height: 60px;
    width: 140px;
  }
  #what .video ul li::before {
    display: none;
  }
  #what .video ul li:nth-child(1), #what .video ul li:nth-child(3) {
    left: 0 !important;
    right: 0 !important;
  }
}
#what a.button {
  margin: 64px auto 0 auto;
}

#game {
  margin-top: 0;
  background-color: #fff;
  display: flex;
  padding-top: 175px;
  padding-bottom: 168px;
  position: relative;
  overflow: hidden;
}
#game h3, #game ol {
  flex: 1;
}
#game h3 {
  font-weight: 600;
  font-size: 48px;
  line-height: 62px;
  color: #59514E;
  padding-right: 124px;
  padding-left: 16px;
  text-align: right;
}
#game ol {
  padding-right: 16px;
}
#game li {
  max-width: 600px;
  background-color: #FFFCF9;
  margin-bottom: 32px;
  box-shadow: none;
  display: block;
}
#game li .title {
  padding-top: 32px;
}
#game li .content {
  padding-top: 24px;
}
#game li::before {
  content: " ";
  position: absolute;
  background-size: contain;
  z-index: 10;
}
#game li:nth-child(1)::before {
  background-image: url("img/ico1.png");
  width: 105px;
  height: 119px;
  top: -26px;
  right: 11px;
}
#game li:nth-child(2)::before {
  background-image: url("img/ico2.png");
  width: 102px;
  height: 109px;
  left: -78px;
  top: -21px;
}
#game li:nth-child(3)::before {
  background-image: url("img/ico3.png");
  width: 121px;
  height: 87px;
  top: 11px;
  right: -36px;
}
#game li:nth-child(4)::before {
  background-image: url("img/ico4.png");
  width: 101px;
  height: 74px;
  left: -63px;
  bottom: -51px;
}
#game li:nth-child(5)::before {
  background-image: url("img/ico5.png");
  width: 135px;
  height: 114px;
  bottom: -60px;
  right: -68px;
}
@media screen and (max-width: 910px) {
  #game {
    flex-direction: column;
    align-items: center;
  }
  #game h3 {
    padding: 0;
    text-align: center;
  }
  #game ol {
    padding: 0 32px;
  }
}

#options {
  position: relative;
  background: url("img/bg-after-3.png") top left no-repeat;
  background-size: contain;
  margin-top: 0;
  padding-top: 150px;
}
#options::before {
  content: " ";
  position: absolute;
  background-size: contain;
  z-index: 10;
  top: -44px;
  background-image: url("img/ico6.png");
  width: 117px;
  height: 120px;
  left: calc(50% - 500px);
}
#options ol {
  columns: 2;
  column-gap: 0;
  column-fill: balance;
  margin: 48px auto 0 auto;
  max-width: 1237px;
}
#options ol li {
  vertical-align: top;
  max-width: 584px;
  min-width: 288px;
  margin: 16px;
}
#options ol li .title {
  background-color: #FFF1EB;
  border-radius: 21.5px;
  font-weight: 500;
  font-size: 20px;
  line-height: 43px;
  padding: 0 24px;
  width: max-content;
}
#options ol li .title.office {
  background-color: #FFEBEB;
  color: #FD6753;
}
@media screen and (max-width: 910px) {
  #options ol {
    columns: 1;
    text-align: center;
  }
}

#order {
  display: flex;
  position: relative;
  justify-content: center;
}
#order .images {
  padding-left: 16px;
  box-sizing: border-box;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  width: 600px;
}
#order .images img {
  object-fit: cover;
}
#order .images img.main {
  border-radius: 16px;
  max-width: 600px;
  max-height: 480px;
  width: 100%;
}
#order .images ul {
  position: relative;
  left: -1px;
  display: flex;
  margin-top: 24px;
}
#order .images ul li {
  flex: 1;
  list-style: none;
  padding-right: 24px;
  display: flex;
}
#order .images ul li img {
  width: 100%;
  max-width: 80px;
  max-height: 80px;
  border-radius: 8px;
  border: 1px solid transparent;
  cursor: pointer;
}
#order .images ul li img.active {
  border-color: #FD8553;
}
#order .images ul li:last-child {
  padding-right: 0;
}
#order .details {
  flex-shrink: 1;
  padding-left: 48px;
  padding-right: 16px;
  width: 600px;
  box-sizing: border-box;
}
#order .details h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
}
#order .details .cost {
  font-weight: 600;
  font-size: 48px;
  line-height: 62px;
  color: #FD8553;
}
#order .details .box {
  font-size: 18px;
  line-height: 132%;
}
#order .details .delivery {
  margin: 32px 0 40px 0;
  font-size: 18px;
  line-height: 132%;
  max-width: max-content;
  background: #FFFFFF;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
  border-radius: 42px;
  padding: 12px 24px 12px 67px;
  position: relative;
}
#order .details .delivery::before {
  background: url("img/truck.svg") center center no-repeat, linear-gradient(180deg, #FE9953 0%, #FD8553 100%);
  width: 40px;
  height: 40px;
  content: " ";
  border-radius: 50%;
  position: absolute;
  left: 11px;
  top: calc(50% - 20px);
}
#order .details .preorder {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
}
#order .details .preorder .date {
  color: #FD8553;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
#order .details .discount {
  margin-top: 16px;
}
#order .details .discount li {
  list-style: none;
  font-size: 18px;
}
#order .details .discount li .percent {
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
}
#order .details .description {
  margin-top: 26px;
  line-height: 132%;
}
#order .details form {
  position: absolute;
  bottom: 0;
  display: flex;
}
#order .details form input {
  flex: 1;
  width: 214px;
  margin-right: 24px;
  position: relative;
}
#order .details form button {
  flex-shrink: 1;
  display: inline-block;
}
@media screen and (max-width: 1080px) {
  #order .details form {
    flex-wrap: wrap;
    position: initial;
    margin-top: 24px;
  }
  #order .details form input {
    margin-right: 0;
    margin-bottom: 16px;
  }
  #order .details form button {
    width: 100%;
  }
}
@media screen and (max-width: 910px) {
  #order {
    flex-wrap: wrap;
    align-items: center;
  }
  #order .images {
    padding-right: 16px;
    padding-bottom: 48px;
  }
  #order .details {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 910px) and (min-width: 510px) {
  #order .details form input {
    margin-right: 24px;
  }
  #order .details form button {
    width: auto;
  }
}

#clients {
  background-color: white;
  padding-bottom: 44px;
}
#clients::before {
  content: " ";
  height: 2px;
  background: linear-gradient(90deg, rgba(253, 133, 83, 0) 0%, #FD8553 49.89%, rgba(253, 133, 83, 0) 100%);
  display: block;
}
#clients h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  padding-top: 64px;
  padding-bottom: 48px;
}
#clients ul {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#clients ul li {
  padding: 16px 44px;
  display: inline-block;
}
#clients ul li img {
  max-height: 90px;
  max-width: 232px;
}

footer {
  background: url("img/image-bg.jpg") no-repeat top left;
  background-size: cover;
}
footer::before {
  content: " ";
  height: 2px;
  background: linear-gradient(90deg, rgba(253, 133, 83, 0) 0%, #FD8553 49.89%, rgba(253, 133, 83, 0) 100%);
  display: block;
}
footer .wrapper {
  backdrop-filter: blur(100px);
  text-align: center;
}
footer .wrapper .logo {
  width: 200px;
  margin-top: 90px;
  margin-bottom: 48px;
}
footer .wrapper .contacts {
  font-weight: 500;
  font-size: 24px;
  display: flex;
  justify-content: center;
}
footer .wrapper .contacts div {
  padding: 0 31px;
  border: 0 solid rgba(255, 255, 255, 0.16);
  white-space: nowrap;
}
footer .wrapper .contacts div:first-child {
  border-right-width: 1px;
}
footer .wrapper .contacts div:last-child {
  border-left-width: 1px;
}
footer .wrapper .contacts div a {
  color: #fff;
  line-height: 56px;
  text-decoration: none;
}
@media screen and (max-width: 420px) {
  footer .wrapper .contacts {
    flex-direction: column;
    align-items: center;
  }
  footer .wrapper .contacts div {
    width: 145px;
    padding: 0;
  }
  footer .wrapper .contacts div:first-child {
    border-right-width: 0;
    border-bottom-width: 1px;
  }
  footer .wrapper .contacts div:last-child {
    border-left-width: 0;
    border-top-width: 1px;
  }
}
footer .wrapper .quests {
  margin-top: 37px;
}
footer .wrapper .quests a {
  display: inline-block;
  padding: 16px 40px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  border: 2px solid rgba(255, 255, 255, 0.64);
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  margin: 11px;
}
footer .wrapper .social {
  margin-top: 77px;
}
footer .wrapper .social a {
  display: inline-block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 12px;
  padding-top: 22px;
  box-sizing: border-box;
}
footer .wrapper .copyright {
  margin-top: 48px;
  padding-bottom: 88px;
  font-size: 16px;
  line-height: 132%;
  color: rgba(255, 255, 255, 0.64);
}

#popup {
  display: none;
  z-index: 11000;
  width: 95%;
  max-width: 600px;
  height: 214px;
  position: fixed;
  top: calc(50% - 107px);
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
}
#popup h4 {
  font-weight: 600;
  font-size: 48px;
  line-height: 62px;
  color: #FD8553;
  text-align: center;
  margin-top: 56px;
  margin-bottom: 16px;
}
#popup div {
  font-size: 18px;
  line-height: 132%;
  text-align: center;
  color: #59514E;
}
#popup .close {
  position: absolute;
  top: 24px;
  right: 24px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #F8F8F8;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
#popup .close img {
  filter: brightness(10%);
  width: 14px;
}

/*# sourceMappingURL=style_newyear.css.map */
