@charset "UTF-8";
@font-face {
  font-family: "MyFont1";
  src: url("/fonts/RG-SpaciousBook.ttf");
  font-display: swap;
}
@font-face {
  font-family: "MyFont2";
  src: url("/fonts/RG-StandardMedium.ttf");
  font-display: swap;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

body::-webkit-scrollbar {
  width: 1em;
  background-color: black;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: #ceb76e;
}

.to-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
}

body {
  background-image: linear-gradient(to left top, #343333, #2b2b2b, #232222, #1a1a1a, #121212, #111111, #111111, #101010, #181818, #1f1f1f, #262626, #2e2e2e);
  line-height: 1.2;
}
@media scren and (min-width: 1200px) {
  body {
    letter-spacing: 3px;
  }
}

.b-l-corner {
  transform: rotate(-90deg);
  margin-right: auto;
  fill: #ceb76e;
}

.b-r-corner {
  transform: rotate(90deg) scaleX(-1);
}

.t-r-corner {
  transform: rotate(90deg);
  fill: #ceb76e;
}

.t-l-corner {
  transform: rotate(270deg) scaleX(-1);
  margin-right: auto;
}

.t-l-corner-180 {
  fill: #ceb76e;
  transform: rotateY(180deg);
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .contact-b-corner {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-b-corner {
    width: 100px;
    height: 100px;
  }
}

@media screen and (min-width: 768px) {
  .tablet-corners {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .tablet-corners {
    width: 100px;
    height: 100px;
  }
}

@media screen and (min-width: 768px) {
  .tablet-large-corners {
    width: 200px;
    height: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .tablet-large-corners {
    width: 300px;
    height: 300px;
  }
}

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

ul {
  list-style: none;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.card-container {
  width: 140px;
  height: 90px;
  background-color: #ffffff;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media screen and (min-width: 1200px) {
  .card-container {
    width: 220px;
    height: 120px;
  }
}

.splide__track {
  margin-right: auto;
  margin-left: auto;
}

#splide2 {
  margin-top: 30px;
}

.container {
  max-width: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 480px) {
  .container {
    width: 480px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    width: 768px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}

@media screen and (min-width: 1200px) {
  .burger-menu {
    display: none;
  }
}

.burger-menu_button {
  position: absolute;
  z-index: 30;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ceb76e;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .burger-menu_button {
    width: 45px;
    height: 45px;
    top: 29px;
    position: fixed;
  }
}
@media screen and (min-width: 768px) {
  .burger-menu_button {
    top: 45px;
  }
}

.burger-menu_button:hover {
  background-color: #ceb76e;
}

.burger-menu_lines::before,
.burger-menu_lines::after,
.burger-menu_lines {
  position: absolute;
  width: 43px;
  height: 3px;
  background-color: black;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .burger-menu_lines::before,
  .burger-menu_lines::after,
  .burger-menu_lines {
    width: 30px;
    height: 2.5px;
  }
}

.burger-menu_lines {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.burger-menu_lines::before {
  content: "";
  top: -12px;
}

.burger-menu_lines::after {
  content: "";
  top: 12px;
}

.burger-menu_active .burger-menu_lines {
  background-color: transparent;
}

.burger-menu_active .burger-menu_lines::before {
  top: 0;
  transform: rotate(45deg);
}

.burger-menu_active .burger-menu_lines::after {
  top: 0;
  transform: rotate(-45deg);
}

.burger-menu_nav {
  padding-top: 120px;
  position: fixed;
  top: 0;
  z-index: 20;
  display: flex;
  flex-flow: column;
  height: 100%;
  background-color: black;
  overflow-y: auto;
  right: -100%;
  transition: 0.8s;
}

.burger-menu_active .burger-menu_nav {
  right: 0;
  transition: 0.4s;
}

.burger-menu_link {
  padding: 18px 35px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 400;
  color: #ceb76e;
  border-bottom: 1px solid #fff;
}

.burger-menu_link:first-child {
  border-top: 1px solid #fff;
}

.burger-menu_link:hover {
  filter: brightness(0.9);
}

.burger-menu_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
}

.burger-menu_active .burger-menu_overlay {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}

.header-link {
  height: 30px;
  align-items: center;
  color: #fcfcfc;
  text-decoration: none;
  display: flex;
}

/* Hide extra text */
.mask {
  position: relative;
  padding: 0;
  height: 20px;
  /*  Remove overflow to see how it works　:) */
  overflow: hidden;
}

.link-container {
  transition: transform 0.4s ease;
}

.link-title {
  display: block;
  /*  Set same font-size and line height  */
  font-size: 15px;
  line-height: 17px;
  transition: transform 0.4s ease;
}

.link-title1 {
  transform-origin: right center;
}

.link-title2 {
  transform-origin: left center;
  transform: rotate(20deg);
}

.link-icon {
  position: relative;
  width: 23px;
  height: 23px;
  background: #ceb76e;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  /*  Remove overflow to see how it works　:) */
  overflow: hidden;
}

.icon {
  display: block;
  position: absolute;
  transition: transform 0.4s ease;
}

.icon:nth-child(2) {
  transform: translate(-40px);
}

/* Hover Action*/
/* Move up two texts (20px = font-size) */
.header-link:hover .link-container {
  transform: translateY(-20px);
}

/* Rotate texts a little bit */
.header-link:hover .link-title1 {
  transform: rotate(20deg);
}

.header-link:hover .link-title2 {
  transform: rotate(0);
}

/* Move arrows to right */
.header-link:hover .icon:first-child {
  transform: translate(40px);
}

.header-link:hover .icon:nth-child(2) {
  transform: translate(0px);
}

.contact-us {
  background-color: #ceb76e;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 100px;
}
@media screen and (max-width: 767px) {
  .contact-us {
    width: 45px;
    height: 45px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .contact-us {
    margin-right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-us {
    display: none;
  }
}

.logo {
  width: 120px;
  height: 100px;
}
@media screen and (min-width: 768px) {
  .logo {
    width: 230px;
    height: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .logo {
    width: 180px;
    height: 130px;
  }
}

.contac-us-svg {
  fill: black;
}
@media screen and (min-width: 1200px) {
  .contac-us-svg {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .contac-us-svg {
    width: 35px;
    height: 35px;
  }
}

.header-container {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  z-index: 30;
}
@media screen and (min-width: 768px) {
  .header-container {
    height: 120px;
  }
}

.navigation-list {
  display: none;
}
@media screen and (min-width: 1200px) {
  .navigation-list {
    display: flex;
    align-items: center;
    font-family: "MyFont1";
  }
}

.header-btn {
  display: none;
}
@media screen and (min-width: 1200px) {
  .header-btn {
    margin-right: 0;
    margin-left: 0;
  }
}

.header-phone-link {
  display: flex;
  align-items: center;
  transition: all 0.25s ease;
  cursor: pointer;
}
.header-phone-link:hover {
  box-shadow: 0 20px 20px -10px rgb(var(--vs-primary)/50%);
  transform: translateY(-5px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.header-phone-num {
  display: none;
}
@media screen and (min-width: 1200px) {
  .header-phone-num {
    font-weight: 500;
    color: #fcfcfc;
    display: block;
    font-family: "MyFont1";
    font-size: 18px;
  }
}

.header-phone-icon {
  display: none;
}
@media screen and (min-width: 1200px) {
  .header-phone-icon {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    fill: #ceb76e;
  }
}

.navigation-li:not(:last-child) {
  margin-right: 25px;
}

.contacts-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.second-phone-icon {
  margin-right: 14px;
  margin-top: 10px;
}

@media screen and (max-width: 1199px) {
  .move-right-header {
    margin-right: 60px;
  }
}

.to-center-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .to-center-header {
    justify-content: center;
  }
}

.hero-section {
  padding-top: 150px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .hero-section {
    padding-bottom: 30px;
  }
}

.hero-page-title {
  text-align: center;
  color: #fcfcfc;
}
@media screen and (max-width: 767px) {
  .hero-page-title {
    font-size: 34px;
  }
}
@media screen and (min-width: 768px) {
  .hero-page-title {
    font-size: 46px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-page-title {
    font-size: 64px;
    text-align: start;
    padding-left: 30px;
  }
}

@media screen and (min-width: 768px) {
  .hero-wrapper-tablet {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .hero-wrapper-tablet {
    padding: 0 30px 30px 30px;
  }
}

@media screen and (min-width: 768px) {
  .hero-income-container {
    margin-left: 10px;
  }
}

.hero-social-netw {
  color: #ceb76e;
}

.hero-sec-b-corner {
  margin-left: auto;
  display: block;
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .hero-sec-b-corner {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-sec-b-corner {
    width: 100px;
    height: 100px;
  }
}

.hero-sec-t-corner {
  fill: #ceb76e;
}
@media screen and (min-width: 768px) {
  .hero-sec-t-corner {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-sec-t-corner {
    width: 100px;
    height: 100px;
  }
}

.accent-color-text {
  color: #ceb76e;
}

.about-us {
  color: #fcfcfc;
  font-size: 17px;
  font-family: "MyFont2";
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about-us {
    font-size: 19px;
  }
}
@media screen and (min-width: 1200px) {
  .about-us {
    font-size: 20px;
    text-align: left;
  }
}

.call-us-form-input {
  width: 100%;
  height: 70px;
  border: none;
  background-color: white;
  padding: 8px 30px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  width: 239px;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .call-us-form-input {
    height: 70px;
    font-size: 20px;
    width: 500px;
  }
}

.call-us-form {
  margin-top: 40px;
  margin-bottom: 70px;
  gap: 20px;
  padding: 15px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  border-radius: 5px;
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .call-us-form {
    margin-bottom: 0px;
  }
}

.call-us-btn {
  width: 80%;
  height: 60px;
}

.hero-page-title {
  font-family: "MyFont1";
}

.furore-font {
  font-family: "MyFont1";
  color: #fcfcfc;
  font-size: 36px;
}
@media screen and (min-width: 768px) {
  .furore-font {
    font-size: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .furore-font {
    font-size: 64px;
  }
}

.average-income {
  color: #fcfcfc;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  font-family: "MyFont2";
}
@media screen and (min-width: 768px) {
  .average-income {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .average-income {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 230px;
  }
}

.button-9 {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  backface-visibility: hidden;
  background-color: #ceb76e;
  border-radius: 6px;
  border-width: 0;
  box-shadow: rgba(50, 50, 93, 0.1) 0 0 0 1px inset, rgba(50, 50, 93, 0.1) 0 2px 5px 0, rgba(0, 0, 0, 0.07) 0 1px 1px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 100%;
  height: 60px;
  line-height: 1.15;
  outline: none;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-transform: none;
  transform: translateZ(0);
  transition: all 0.2s, box-shadow 0.08s ease-in;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  max-width: 180px;
  box-sizing: border-box;
  transition: all 0.25s ease;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .button-9 {
    max-width: 250px;
  }
}
.button-9:hover {
  box-shadow: 0 20px 20px -10px rgb(var(--vs-primary)/50%);
  transform: translateY(-5px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.button-9:disabled {
  cursor: default;
}

.button-9:focus {
  box-shadow: rgba(50, 50, 93, 0.1) 0 0 0 1px inset, rgba(50, 50, 93, 0.2) 0 6px 15px 0, rgba(0, 0, 0, 0.1) 0 2px 2px 0, rgba(50, 151, 211, 0.3) 0 0 0 4px;
}

.first-form-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.second-section {
  background-color: #ceb76e;
}

.second-sec-t-corner {
  fill: black;
  transform: rotate(90deg);
  display: block;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .second-sec-t-corner {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .second-sec-t-corner {
    display: none;
  }
}

.second-sec-b-corner {
  transform: rotate(-90deg);
  display: block;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .second-sec-b-corner {
    display: none;
  }
}

.first-font-text {
  font-family: "MyFont1";
  font-size: 40px;
  font-weight: 400;
  color: #fcfcfc;
}
@media screen and (min-width: 768px) {
  .first-font-text {
    font-size: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .first-font-text {
    font-size: 66px;
  }
}

.second-section-info {
  font-family: "MyFont2";
  font-weight: 600;
  font-size: 16px;
  color: #fcfcfc;
}

@media screen and (min-width: 768px) {
  .second-section-tablet-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    position: relative;
  }
}

.second-section-img {
  width: 500px;
  display: none;
  height: 332px;
}
@media screen and (min-width: 768px) {
  .second-section-img {
    width: 500px;
    display: block;
    height: 332px;
  }
}
@media screen and (min-width: 1200px) {
  .second-section-img {
    height: 100%;
    width: 820px;
  }
}

@media screen and (min-width: 768px) {
  .second-section-container {
    padding-left: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .second-info-container {
    margin-left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .second-info-container {
    margin-left: 60px;
  }
}

.budget-section {
  padding-top: 50px;
}

.budget-large-corner-t {
  transform: rotate(270deg) scaleX(-1);
  margin-right: auto;
  fill: #ceb76e;
}
@media screen and (min-width: 768px) {
  .budget-large-corner-t {
    width: 200px;
    height: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .budget-large-corner-t {
    width: 300px;
    height: 300px;
  }
}

.budget-large-corner-b {
  transform: rotate(-90deg);
  margin-right: auto;
  fill: #ceb76e;
}
@media screen and (min-width: 768px) {
  .budget-large-corner-b {
    width: 200px;
    height: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .budget-large-corner-b {
    width: 300px;
    height: 300px;
  }
}

.center-icons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.budget-info {
  color: #fcfcfc;
  margin-top: 24px;
  font-family: "MyFont2";
  font-weight: 800;
  font-size: 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .budget-info {
    font-size: 18px;
    text-align: right;
  }
}
@media screen and (min-width: 1200px) {
  .budget-info {
    font-size: 24px;
    text-align: right;
  }
}

.budget-two-mil {
  font-family: "MyFont1";
  font-size: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .budget-two-mil {
    font-size: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .budget-two-mil {
    font-size: 82px;
    margin-right: 10px;
  }
}

.budget-corner-t {
  transform: rotate(90deg);
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .budget-corner-t {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .budget-corner-t {
    width: 100px;
    height: 100px;
  }
}

.budget-corner-b {
  transform: rotate(90deg) scaleX(-1);
}
@media screen and (min-width: 768px) {
  .budget-corner-b {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .budget-corner-b {
    width: 100px;
    height: 100px;
  }
}

.budget-page-title {
  color: #fcfcfc;
  font-family: "MyFont1";
  font-size: 32px;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .budget-page-title {
    font-size: 66px;
  }
}

.budget-info {
  color: #fcfcfc;
  font-family: "MyFont2";
}
@media screen and (min-width: 768px) {
  .budget-info {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .budget-info {
    font-size: 25px;
    margin: 10px 0 10px 0;
    text-align: left;
  }
}

.our-exp-l-corner {
  margin-right: auto;
  fill: #ceb76e;
}
@media screen and (min-width: 1200px) {
  .our-exp-l-corner {
    width: 100px;
    height: 100px;
  }
}

.our-exp-r-corner {
  transform: scaleX(-1);
  fill: #ceb76e;
}
@media screen and (min-width: 1200px) {
  .our-exp-r-corner {
    width: 100px;
    height: 100px;
  }
}

.our-exp-title {
  color: #fcfcfc;
  font-family: "MyFont1";
  font-size: 32px;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .our-exp-title {
    font-size: 66px;
  }
}

.our-exp-companies {
  font-family: "MyFont2";
  font-size: 17px;
  margin-bottom: 25px;
  margin-top: 10px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .our-exp-companies {
    font-size: 21px;
    margin-bottom: 40px;
    margin-top: 20px;
  }
}

.our-exp-logos {
  width: 65%;
  height: 65%;
}

.logo2,
.logo4 {
  width: 100%;
  height: 100%;
}

.card-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
  position: relative;
}

.logo6 {
  width: 160%;
  height: 160%;
}

.our-cases-corner {
  transform: rotate(90deg) scaleX(-1);
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .our-cases-corner {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .our-cases-corner {
    width: 100px;
    height: 100px;
  }
}

.our-cases-title {
  font-family: "MyFont1";
  color: #fcfcfc;
  font-size: 32px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .our-cases-title {
    font-size: 66px;
    margin-bottom: 50px;
  }
}

.our-cases-l-corner {
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .our-cases-l-corner {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .our-cases-l-corner {
    width: 100px;
    height: 100px;
  }
}

.our-cases-r-corner {
  transform: rotate(90deg);
  fill: #ceb76e;
}
@media screen and (min-width: 768px) {
  .our-cases-r-corner {
    width: 200px;
    height: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .our-cases-r-corner {
    width: 300px;
    height: 300px;
  }
}

.scene {
  display: inline-block;
  width: 260px;
  height: 350px;
  /*   border: 1px solid #CCC; */
  perspective: 600px;
}
@media screen and (min-width: 768px) {
  .scene {
    width: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .scene {
    width: 360px;
    height: 450px;
  }
}

.our-cases-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.card {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transform-style: preserve-3d;
  transform-origin: center right;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 1s;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.card.is-flipped {
  transform: translateX(-100%) rotateY(-180deg);
}

@media screen and (min-width: 1200px) {
  .card:hover {
    transform: translateX(-100%) rotateY(-180deg);
  }
}
.card__face {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fcfcfc;
  backface-visibility: hidden;
}

.card__face--front {
  background: black;
}

.card__face--back {
  background: black;
  transform: rotateY(180deg);
}

.our-cases-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.our-cases-li {
  font-size: 16px;
  font-family: "MyFont2";
}

.our-cases-card-description {
  font-size: 13px;
  font-family: "MyFont2";
  color: silver;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .our-cases-card-description {
    font-size: 15px;
  }
}

.our-cases-card-title {
  font-size: 17px;
  font-family: "MyFont2";
  text-align: center;
  color: #ceb76e;
}
@media screen and (min-width: 1200px) {
  .our-cases-card-title {
    font-size: 23px;
  }
}

.our-cases-subtitle {
  font-size: 12px;
  text-align: center;
}

.small {
  font-size: 10px;
}

.our-cases-back-li {
  margin-top: 6px;
}

@media screen and (min-width: 768px) {
  .our-cases-subtitle {
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .our-cases-subtitle {
    font-size: 16px;
    margin-top: 5px;
  }
}

.our-cases-card-title-face {
  font-size: 23px;
  text-align: center;
  font-family: "MyFont1";
  color: #ceb76e;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .our-cases-card-title-face {
    font-size: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .our-cases-card-title-face {
    font-size: 30px;
  }
}

.our-cases-card-description-face {
  color: silver;
  font-size: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .our-cases-card-description-face {
    font-size: 11px;
  }
}
@media screen and (min-width: 1200px) {
  .our-cases-card-description-face {
    font-size: 13px;
  }
}

.our-cases-li-face {
  font-size: 15px;
  margin-top: 10px;
  font-family: "MyFont2";
}
@media screen and (min-width: 768px) {
  .our-cases-li-face {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .our-cases-li-face {
    font-size: 23px;
  }
}

.services-section {
  padding-top: 50px;
}

.services-card {
  width: 100%;
  height: 100%;
  padding: 15px;
  border-radius: 5px;
  background-image: linear-gradient(to left top, #343333, #2b2b2b, #232222, #1a1a1a, #121212, #111111, #111111, #101010, #181818, #1f1f1f, #262626, #2e2e2e);
}
@media screen and (min-width: 768px) {
  .services-card {
    width: 330px;
    height: 226px;
  }
}
@media screen and (min-width: 1200px) {
  .services-card {
    width: 500px;
    height: 255px;
  }
}

.services-inside-wrapper {
  display: flex;
  align-items: center;
  text-align: left;
}

.services-number {
  padding: 15px;
  color: #ceb76e;
  background-color: black;
  border-radius: 5px;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .services-number {
    font-size: 25px;
    font-weight: 700;
  }
}
@media screen and (min-width: 1200px) {
  .services-number {
    font-size: 33px;
    padding: 20px;
  }
}

.services-card-title {
  text-transform: uppercase;
  margin-left: 10px;
  font-family: "MyFont1";
  font-size: 20px;
  color: #ceb76e;
}
@media screen and (min-width: 768px) {
  .services-card-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .services-card-title {
    font-size: 45px;
  }
}

.services-details-list li::marker {
  content: "➤";
  color: #ceb76e;
}

.services-details-list {
  margin-left: 6%;
  font-family: "MyFont2";
  font-size: 18px;
  color: #fcfcfc;
}
@media screen and (min-width: 768px) {
  .services-details-list {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .services-details-list {
    font-size: 25px;
  }
}

.services-details-item:not(:last-child) {
  margin-bottom: 10px;
}

.services-details-item:first-child {
  margin-top: 10px;
}

.services-list-item:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .services-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.services-title {
  font-size: 32px;
  color: #fcfcfc;
  text-align: center;
  margin-bottom: 20px;
  font-family: "MyFont1";
}
@media screen and (min-width: 768px) {
  .services-title {
    font-size: 50px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .services-title {
    font-size: 63px;
  }
}

.services-info {
  color: #fcfcfc;
  text-align: center;
  font-family: "MyFont2";
  font-size: 16px;
  margin-top: 24px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .services-info {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .services-info {
    font-size: 28px;
    margin-bottom: 100px;
  }
}

.motivation-section {
  padding-top: 50px;
}

.motivation-r-corner {
  transform: rotateY(180deg);
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .motivation-r-corner {
    width: 60px;
    height: 60px;
  }
}

.motivation-section-title {
  color: #fcfcfc;
  font-family: "MyFont2";
  font-size: 22px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .motivation-section-title {
    font-size: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .motivation-section-title {
    font-size: 63px;
    text-align: center;
  }
}

.motivation-section-info {
  color: #fcfcfc;
  text-align: center;
  font-family: "MyFont2";
  font-size: 16px;
  margin-top: 24px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .motivation-section-info {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .motivation-section-info {
    font-size: 28px;
    margin-bottom: 100px;
  }
}

.motivation-section-second-title {
  color: #fcfcfc;
  font-family: "MyFont2";
  font-size: 22px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .motivation-section-second-title {
    font-size: 32px;
    text-align: start;
  }
}
@media screen and (min-width: 1200px) {
  .motivation-section-second-title {
    font-size: 42px;
  }
}

.motivation-section-list {
  color: #fcfcfc;
  font-family: "MyFont2";
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .motivation-section-list {
    font-size: 18px;
    font-weight: 800;
  }
}
@media screen and (min-width: 1200px) {
  .motivation-section-list {
    font-size: 20px;
  }
}

.motivation-li:not(:last-child) {
  margin-bottom: 20px;
}

.motivation-plus {
  color: #ceb76e;
  font-size: 30px;
}

.motivation-l-corner {
  transform: rotate(-90deg);
  margin-right: auto;
  fill: #ceb76e;
}
@media screen and (min-width: 768px) {
  .motivation-l-corner {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .motivation-l-corner {
    width: 100px;
    height: 100px;
  }
}

.motivation-r-corner {
  transform: rotate(90deg) scaleX(-1);
  fill: #ceb76e;
}
@media screen and (min-width: 768px) {
  .motivation-r-corner {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .motivation-r-corner {
    width: 100px;
    height: 100px;
  }
}

.motivation-r-t-corner {
  transform: rotateY(180deg);
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .motivation-r-t-corner {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .motivation-r-t-corner {
    width: 100px;
    height: 100px;
  }
}

@media screen and (min-width: 768px) {
  .motivation-tablet-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .motivation-l-t-corner {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .motivation-l-t-corner {
    width: 100px;
    height: 100px;
  }
}

.team-section {
  padding-top: 50px;
}

.team-r-t-corner {
  transform: rotateY(180deg);
  fill: #ceb76e;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .team-r-t-corner {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .team-r-t-corner {
    width: 100px;
    height: 100px;
  }
}

@media screen and (min-width: 768px) {
  .team-l-t-corner {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .team-l-t-corner {
    width: 100px;
    height: 100px;
  }
}

.team-section-title {
  color: #fcfcfc;
  font-family: "MyFont2";
  font-size: 30px;
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .team-section-title {
    font-size: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .team-section-title {
    font-size: 60px;
  }
}

.team-section-info {
  color: #fcfcfc;
  text-align: center;
  font-family: "MyFont2";
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .team-section-info {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .team-section-info {
    font-size: 25px;
  }
}

.team-b-r-corner {
  transform: rotate(-90deg);
  fill: #ceb76e;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .team-b-r-corner {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .team-b-r-corner {
    width: 100px;
    height: 100px;
  }
}

.team-b-l-corner {
  transform: rotate(90deg) scaleX(-1);
}
@media screen and (min-width: 768px) {
  .team-b-l-corner {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .team-b-l-corner {
    width: 100px;
    height: 100px;
  }
}

.team-member-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.team-card-container {
  background-color: black;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}
@media screen and (min-width: 320px) {
  .team-card-container {
    width: 200px;
    height: 320px;
  }
}
@media screen and (min-width: 768px) {
  .team-card-container {
    width: 250px;
    height: 380px;
  }
}
@media screen and (min-width: 1200px) {
  .team-card-container {
    width: 350px;
    height: 400px;
  }
}

.team-member-info {
  font-size: 15px;
  color: #ceb76e;
  font-family: "MyFont2";
}
@media screen and (min-width: 768px) {
  .team-member-info {
    font-size: 23px;
  }
}
@media screen and (min-width: 1200px) {
  .team-member-info {
    font-size: 29px;
  }
}

.team-member-name {
  font-size: 15px;
  color: #fcfcfc;
  font-weight: 600;
  font-family: "MyFont1";
}
@media screen and (min-width: 768px) {
  .team-member-name {
    font-size: 23px;
  }
}
@media screen and (min-width: 1200px) {
  .team-member-name {
    font-size: 29px;
    margin-bottom: 10px;
  }
}

.team-section-images {
  display: block;
  width: 100%;
  height: 250px;
}

/*form styles*/
#msform {
  width: 100%;
  margin: 50px auto;
  text-align: center;
  position: relative;
}

#msform fieldset {
  background: #fcfcfc;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  padding: 20px 30px;
  box-sizing: border-box;
  width: 80%;
  margin: 0 10%;
  /*stacking fieldsets above each other*/
  position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}

/*inputs*/
#msform input:not(.form-checkbox),
#msform textarea {
  width: 100%;
  box-sizing: border-box;
  font-family: "MyFont1";
  margin-top: 10px;
  height: 50px;
}
@media screen and (min-width: 1200px) {
  #msform input:not(.form-checkbox),
  #msform textarea {
    height: 60px;
    margin-top: 20px;
  }
}

#msform input[type=submit],
#msform input[type=button] {
  color: #fcfcfc;
}

/*buttons*/
#msform .action-button {
  max-width: 150px;
  background: #ceb76e;
  color: black;
  border: 0 none;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px;
  margin: 10px 5px;
  text-decoration: none;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  #msform .action-button {
    font-size: 20px;
    max-width: 250px;
    height: 70px;
  }
}

#msform .action-button:hover,
#msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #ceb76e;
  outline: none;
  box-sizing: border-box;
  transition: all 0.25s ease;
  cursor: pointer;
}
#msform .action-button:hover:hover,
#msform .action-button:focus:hover {
  box-shadow: 0 20px 20px -10px rgb(var(--vs-primary)/50%);
  transform: translateY(-5px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*headings*/
.fs-title {
  color: #ceb76e;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "MyFont2";
}
@media screen and (min-width: 768px) {
  .fs-title {
    font-size: 30px;
    margin-bottom: 15px;
  }
}

/*progressbar*/
#progressbar {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
}

#progressbar li {
  list-style-type: none;
  color: #fcfcfc;
  text-transform: uppercase;
  font-size: 11px;
  width: 40%;
  float: left;
  position: relative;
  font-family: "MyFont2";
}
@media screen and (min-width: 768px) {
  #progressbar li {
    font-size: 15px;
    font-weight: 500;
  }
}

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 20px;
  line-height: 20px;
  display: block;
  font-size: 10px;
  color: #333;
  background: white;
  border-radius: 3px;
  margin: 0 auto 5px auto;
}
@media screen and (min-width: 768px) {
  #progressbar li:before {
    width: 40px;
    line-height: 40px;
    font-size: 20px;
  }
}

/*progressbar connectors*/
#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: silver;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
  background: #ceb76e;
  font-size: 10px;
  color: white;
}
@media screen and (min-width: 768px) {
  #progressbar li.active:before,
  #progressbar li.active:after {
    font-size: 20px;
  }
}

.form-checkbox {
  flex: none;
  width: 20px;
  height: 20px;
  margin-right: 3px;
}
@media screen and (min-width: 768px) {
  .form-checkbox {
    width: 30px;
    height: 30px;
    margin-right: 20px;
  }
}

.form-label {
  display: flex;
  align-items: center;
  font-family: "MyFont2";
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .form-label {
    font-size: 15px;
    font-weight: 700;
  }
}

.form-label:not(:last-child) {
  margin-bottom: 10px;
}

.invest-label {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .invest-label {
    font-size: 20px;
  }
}

.contacts-label {
  font-family: "MyFont2";
  font-size: 14px;
  margin-bottom: 20px;
}

.contacts-input {
  border: none;
  width: 500px !important;
  padding-left: 50px;
  height: 40px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 5px;
  font-family: "Roboto Mono", monospace;
}

.biz-type-input::-moz-placeholder {
  text-align: center;
  font-size: 11px;
  font-family: "MyFont2";
}

.biz-type-input::placeholder {
  text-align: center;
  font-size: 11px;
  font-family: "MyFont2";
}
@media screen and (min-width: 768px) {
  .biz-type-input::-moz-placeholder {
    font-size: 20px;
    text-align: start;
  }
  .biz-type-input::placeholder {
    font-size: 20px;
    text-align: start;
  }
}

.biz-type-input {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: none;
  border-radius: 5px;
}

.last-step {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.contact-us-section {
  padding-top: 50px;
}

.contact-t-r-corner {
  transform: rotateY(180deg);
  fill: #ceb76e;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .contact-t-r-corner {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-t-r-corner {
    width: 100px;
    height: 100px;
  }
}

@media screen and (min-width: 768px) {
  .contact-t-l-corner {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-t-l-corner {
    width: 100px;
    height: 100px;
  }
}

.contact-us-title {
  color: #fcfcfc;
  font-family: "MyFont1";
  font-size: 26px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact-us-title {
    font-size: 46px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-us-title {
    font-size: 52px;
  }
}

.contact-us-info {
  color: #fcfcfc;
  text-align: center;
  font-family: "MyFont2";
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contact-us-info {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-us-info {
    font-size: 22px;
  }
}

.contacts-label {
  font-size: 20px;
  color: #ceb76e;
}

.benefits-section {
  padding-top: 50px;
}

.benefits-title {
  color: #fcfcfc;
  text-align: center;
  font-size: 30px;
  font-family: "MyFont1";
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .benefits-title {
    font-size: 43px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .benefits-title {
    font-size: 50px;
  }
}

.stage-number {
  font-family: "MyFont1";
  font-size: 40px;
  color: #ceb76e;
  margin-bottom: 15px;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .stage-number {
    font-size: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .stage-number {
    font-size: 60px;
  }
}

.stage-info {
  color: #fcfcfc;
  font-family: "MyFont2";
}
@media screen and (min-width: 768px) {
  .stage-info {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .stage-info {
    font-size: 25px;
    margin: 10px 0 10px 0;
  }
}

.why-we-section {
  padding-top: 50px;
}

.why-we-title {
  color: #fcfcfc;
  font-size: 30px;
  font-family: "MyFont2";
  color: #ceb76e;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .why-we-title {
    font-size: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .why-we-title {
    font-size: 90px;
  }
}

.why-we-card {
  background-color: white;
  margin-bottom: 25px;
  position: relative;
  padding: 15px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
  .why-we-card {
    width: 200px;
    height: 230px;
  }
}
@media screen and (min-width: 1200px) {
  .why-we-card {
    width: 350px;
    height: 300px;
    padding: 40px;
  }
}

.why-we-card-title {
  color: #ceb76e;
  font-size: 16px;
  font-family: "MyFont2";
  margin-bottom: 20px;
  font-weight: 800;
}
@media screen and (min-width: 1200px) {
  .why-we-card-title {
    font-size: 27px;
  }
}

.why-we-card-info {
  color: black;
  font-size: 16px;
  font-family: "MyFont2";
}
@media screen and (min-width: 1200px) {
  .why-we-card-info {
    font-size: 20px;
    font-weight: 600;
  }
}

.why-we-card-number {
  position: absolute;
  right: 0;
  top: 0;
  font-family: "MyFont2";
  font-size: 18px;
  transform: rotate(-90deg);
}
@media screen and (min-width: 768px) {
  .why-we-card-number {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .why-we-card-number {
    font-size: 32px;
  }
}

@media screen and (min-width: 768px) {
  .why-we-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 70px;
  }
}

.modal-title {
  font-size: 20px;
  font-family: "MyFont1";
  text-align: center;
}

.modal-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
}

.modal-user-name {
  border: none;
  border-color: black;
  font-family: "MyFont2";
  width: 250px;
  height: 50px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
}

.modal-user-phone {
  margin-top: 20px;
  border: none;
  border-color: black;
  font-family: "MyFont2";
  width: 250px;
  height: 50px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  padding: 10px;
}

.form-submit-btn {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  backface-visibility: hidden;
  background-color: #ceb76e;
  border-radius: 5px;
  border-width: 0;
  box-shadow: rgba(50, 50, 93, 0.1) 0 0 0 1px inset, rgba(50, 50, 93, 0.1) 0 2px 5px 0, rgba(0, 0, 0, 0.07) 0 1px 1px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  height: 50px;
  line-height: 1.15;
  outline: none;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-transform: none;
  transform: translateZ(0);
  transition: all 0.2s, box-shadow 0.08s ease-in;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  max-width: 180px;
  margin-top: 20px;
  font-family: "MyFont2";
  width: 80%;
  margin-bottom: 20px;
}

.form-submit-btn:disabled {
  cursor: default;
}

.form-submit-btn:focus {
  box-shadow: rgba(50, 50, 93, 0.1) 0 0 0 1px inset, rgba(50, 50, 93, 0.2) 0 6px 15px 0, rgba(0, 0, 0, 0.1) 0 2px 2px 0, rgba(50, 151, 211, 0.3) 0 0 0 4px;
}

.rights {
  font-size: 12px;
  text-align: center;
  color: rgb(156, 154, 154);
}

/*Dialog Styles*/
dialog {
  padding: 1rem 3rem;
  background: white;
  padding-top: 2rem;
  border-radius: 20px;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  animation: fadeIn 1s ease both;
}
dialog::backdrop {
  animation: fadeIn 1s ease both;
  background: rgba(255, 255, 255, 0.4);
  z-index: 2;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
dialog .x {
  filter: grayscale(1);
  border: none;
  background: none;
  position: absolute;
  top: 15px;
  right: 10px;
  transition: ease filter, transform 0.3s;
  cursor: pointer;
  transform-origin: center;
}
dialog .x:hover {
  filter: grayscale(0);
  transform: scale(1.1);
}
dialog h2 {
  font-weight: 600;
  font-size: 2rem;
  padding-bottom: 1rem;
}
dialog p {
  font-size: 1rem;
  line-height: 1.3rem;
  padding: 0.5rem 0;
}
dialog p a:visited {
  color: rgb(var(--vs-primary));
}

/*General Styles*/
button.primary {
  box-sizing: border-box;
  transition: all 0.25s ease;
  cursor: pointer;
}
button.primary:hover {
  box-shadow: 0 20px 20px -10px rgb(var(--vs-primary)/50%);
  transform: translateY(-5px);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.swal-modal {
  font-family: "MyFont1";
}

.swal-title,
.swal-text {
  text-align: center;
}

.swal-button {
  width: 40%;
  height: 30%;
  background-color: #ceb76e;
  color: #fcfcfc;
}

.swal-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sertification-title {
  margin-top: 30px;
  text-transform: uppercase;
  text-align: center;
  font-size: 25px;
  color: #fcfcfc;
  font-family: "MyFont1";
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .sertification-title {
    font-size: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .sertification-title {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .sertification-title {
    font-size: 48px;
  }
}

.sertification-link {
  color: #ceb76e;
  text-align: center;
}

.sertification-info-item {
  display: flex;
  align-items: center;
  color: #fcfcfc;
  font-family: "MyFont2";
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .sertification-info-item {
    font-size: 20px;
    cursor: pointer;
    transition: all 0.25s ease;
  }
  .sertification-info-item:hover {
    box-shadow: 0 20px 20px -10px rgb(var(--vs-primary)/50%);
    transform: translateY(-5px);
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}
@media screen and (min-width: 1200px) {
  .sertification-info-item {
    font-size: 22px;
  }
}

.sertification-info-item:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .sertification-info-item:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .sertification-info-item:not(:last-child) {
    margin-right: 18px;
  }
}

.sertification-icon {
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .sertification-icon {
    width: 70px;
    height: 70px;
  }
}

.google-analytics {
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .google-analytics {
    width: 50px;
    height: 50px;
  }
}

@media screen and (min-width: 768px) {
  .sertification-info-list {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.comfort-title {
  font-size: 32px;
  font-family: "MyFont1";
  color: #fcfcfc;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .comfort-title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .comfort-title {
    font-size: 66px;
  }
}

.comfort-list {
  margin-top: 10px;
}

.comfort-li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-bottom: 2px solid #ceb76e;
}
.comfort-li:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .comfort-li:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .comfort-li:not(:last-child) {
    margin-bottom: 40px;
  }
}

.comfort-subtitle {
  color: #fcfcfc;
  font-size: 18px;
  font-weight: 600;
  font-family: "MyFont1";
}
@media screen and (min-width: 768px) {
  .comfort-subtitle {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .comfort-subtitle {
    font-size: 32px;
  }
}

.comfort-info {
  color: #fcfcfc;
  font-size: 16px;
  font-family: "MyFont2";
}
@media screen and (min-width: 768px) {
  .comfort-info {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .comfort-info {
    font-size: 28px;
  }
}

.comfort-to-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.comfort-icons {
  fill: #ceb76e;
}

.comfort-icons {
  margin-right: 10px;
}

.free-oudit-section {
  padding-top: 50px;
}

.free-oudit-title {
  color: #fcfcfc;
  text-align: center;
  font-size: 30px;
  font-family: "MyFont1";
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .free-oudit-title {
    font-size: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .free-oudit-title {
    font-size: 66px;
  }
}

.free-oudit-info-container {
  color: #fcfcfc;
  text-align: center;
  font-family: "MyFont2";
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  .free-oudit-info-container {
    font-size: 21px;
  }
}
@media screen and (min-width: 1200px) {
  .free-oudit-info-container {
    margin-bottom: 40px;
  }
}

.free-oudit-info {
  margin-bottom: 10px;
}

.free-oudit-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.oudit-user-name {
  background-color: white;
  border: none;
  width: 250px;
  margin-bottom: 20px;
  height: 50px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  padding: 15px;
  font-family: "MyFont2";
}
@media screen and (min-width: 768px) {
  .oudit-user-name {
    width: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .oudit-user-name {
    width: 500px;
    height: 70px;
    font-size: 22px;
  }
}

.oudit-user-phone {
  background-color: white;
  border: none;
  width: 250px;
  height: 50px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  padding: 15px;
  font-family: "MyFont2";
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .oudit-user-phone {
    width: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .oudit-user-phone {
    width: 500px;
    height: 70px;
    font-size: 22px;
  }
}

.free-oudit-submit {
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50px;
  margin-top: 10px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  font-family: "MyFont2";
  box-sizing: border-box;
  transition: all 0.25s ease;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .free-oudit-submit {
    height: 80px;
    font-size: 20px;
    margin-top: 30px;
  }
}
.free-oudit-submit:hover {
  box-shadow: 0 20px 20px -10px rgb(var(--vs-primary)/50%);
  transform: translateY(-5px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.last-section {
  padding-top: 50px;
}

.last-section-title {
  color: #fcfcfc;
  font-size: 24px;
  font-family: "MyFont1";
  text-align: center;
}
@media screen and (min-width: 768px) {
  .last-section-title {
    font-size: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .last-section-title {
    font-size: 52px;
    margin-top: 20px;
  }
}

.last-section-info {
  color: #fcfcfc;
  font-family: "MyFont2";
  font-weight: 800;
  font-size: 16px;
  margin: 20px 0 20px 0;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .last-section-info {
    font-size: 52px;
  }
}

.additional-info {
  color: #fcfcfc;
  font-family: "MyFont2";
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .additional-info {
    font-size: 25px;
  }
}

.last-open-form {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "MyFont2";
  font-size: 14px;
  width: 50%;
  margin-bottom: 25px;
}
@media screen and (min-width: 320px) and (max-width: 1199px) {
  .last-open-form {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1200px) {
  .last-open-form {
    margin-right: auto;
    margin-left: auto;
    max-width: 300px;
    height: 80px;
    font-size: 22px;
  }
}

.last-benefits-title {
  color: #fcfcfc;
  font-size: 20px;
  text-align: center;
  font-family: "MyFont1";
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .last-benefits-title {
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .last-benefits-title {
    font-size: 25px;
    margin: 0;
  }
}

.last-benefits-li {
  margin-bottom: 10px;
}

.last-section-benefits-list {
  color: #fcfcfc;
  font-family: "MyFont2";
  font-size: 16px;
  padding: 30px;
  list-style-type: circle;
}
@media screen and (min-width: 1200px) {
  .last-section-benefits-list {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .last-section-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }
}

.footer-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.footer-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .footer-list {
    flex-direction: unset;
  }
}

.footer-list-item {
  text-transform: uppercase;
  font-family: "MyFont2";
}
@media screen and (min-width: 768px) {
  .footer-list-item {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-list-item {
    font-size: 22px;
  }
}

.footer-list-item:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .footer-list-item:not(:last-child) {
    margin-right: 20px;
  }
}

.footer-list-item:first-child {
  margin-top: 10px;
}

.footer-mail-link {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fcfcfc;
}

.footer-phone-num-link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fcfcfc;
}

.footer-icon {
  fill: #ceb76e;
  margin-right: 4px;
}

.footer-location-link {
  color: #fcfcfc;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-telegram-link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fcfcfc;
}
@media screen and (min-width: 1200px) {
  .footer-telegram-link {
    margin-bottom: 15px;
  }
}

.footer-logo {
  width: 240px;
  height: 180px;
}
@media screen and (min-width: 768px) {
  .footer-logo {
    width: 270px;
    height: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-logo {
    width: 330px;
    height: 230px;
  }
}

.policy {
  margin-top: 20px;
  margin-bottom: 10px;
}

.org {
  color: #fcfcfc;
  font-family: "MyFont2";
  font-size: 17px;
  text-align: center;
}

.policy-link {
  color: #fcfcfc;
  font-family: "MyFont2";
  font-size: 17px;
}

.policy-link:hover {
  color: #ceb76e;
}

.center-footer-policy {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .center-footer-policy {
    margin-top: 20px;
  }
}

.fop {
  margin-left: 30px;
  color: #fcfcfc;
  font-family: "MyFont2";
  text-align: center;
  display: none;
}
@media screen and (min-width: 768px) {
  .fop {
    display: block;
  }
}

.policy-logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.policy-logo-container {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000000;
  z-index: 30;
}

.policy-section {
  padding-top: 150px;
}

.heading {
  font-family: "MyFont1";
  color: #fcfcfc;
  font-size: 25px;
}
@media screen and (min-width: 768px) {
  .heading {
    font-size: 30px;
    text-align: center;
  }
}

.policy-heading {
  color: #ceb76e;
  font-family: "MyFont1";
  margin-bottom: 10px;
  margin-top: 30px;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .policy-heading {
    font-size: 26px;
    margin-top: 50px;
  }
}

.policy-info {
  color: #fcfcfc;
  font-family: "MyFont2";
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .policy-info {
    font-size: 18px;
  }
}

.main-page-link {
  color: #ceb76e;
}

.policy-logo {
  width: 170px;
  height: 130px;
}

.thanks-logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000000;
  z-index: 30;
}

.thanks-logo {
  width: 170px;
  height: 130px;
}
@media screen and (min-width: 768px) {
  .thanks-logo {
    height: 160px;
    width: 200px;
  }
}

.thanks-section {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .thanks-section {
    gap: 20px;
  }
}

.thanks-main-title {
  color: #ceb76e;
  font-family: "MyFont1";
  text-align: center;
}
@media screen and (min-width: 768px) {
  .thanks-main-title {
    font-size: 46px;
  }
}

.thanks-second-title {
  color: #fcfcfc;
  font-family: "MyFont2";
  text-align: center;
}
@media screen and (min-width: 768px) {
  .thanks-second-title {
    font-size: 42px;
  }
}

.to-main-btn {
  margin-top: 10px;
}

.to-main-link {
  color: #fcfcfc;
  font-family: "MyFont1";
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .to-main-link {
    font-size: 19px;
  }
}/*# sourceMappingURL=main.css.map */