@charset "UTF-8";

@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Medium.ttf") format("truetype"), url("../fonts/Montserrat/Montserrat-Medium.svg#Montserrat") format("svg");
}

@font-face {
  font-family: "Comfortaa";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Comfortaa/Comfortaa-Light.eot");
  src: url("../fonts/Comfortaa/Comfortaa-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Comfortaa/Comfortaa-Light.woff") format("woff"), url("../fonts/Comfortaa/Comfortaa-Light.ttf") format("truetype"), url("../fonts/Comfortaa/Comfortaa-Light.svg#Comfortaa") format("svg");
}

@font-face {
  font-family: "Comfortaa";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Comfortaa/Comfortaa-Regular.eot");
  src: url("../fonts/Comfortaa/Comfortaa-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Comfortaa/Comfortaa-Regular.woff") format("woff"), url("../fonts/Comfortaa/Comfortaa-Regular.ttf") format("truetype"), url("../fonts/Comfortaa/Comfortaa-Regular.svg#Comfortaa") format("svg");
}

@font-face {
  font-family: "Comfortaa";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Comfortaa/Comfortaa-Medium.eot");
  src: url("../fonts/Comfortaa/Comfortaa-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Comfortaa/Comfortaa-Medium.woff") format("woff"), url("../fonts/Comfortaa/Comfortaa-Medium.ttf") format("truetype"), url("../fonts/Comfortaa/Comfortaa-Medium.svg#Comfortaa") format("svg");
}

@font-face {
  font-family: "Comfortaa";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Comfortaa/Comfortaa-SemiBold.eot");
  src: url("../fonts/Comfortaa/Comfortaa-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Comfortaa/Comfortaa-SemiBold.woff") format("woff"), url("../fonts/Comfortaa/Comfortaa-SemiBold.ttf") format("truetype"), url("../fonts/Comfortaa/Comfortaa-SemiBold.svg#Comfortaa") format("svg");
}

@font-face {
  font-family: "Comfortaa";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Comfortaa/Comfortaa-Bold.eot");
  src: url("../fonts/Comfortaa/Comfortaa-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Comfortaa/Comfortaa-Bold.woff") format("woff"), url("../fonts/Comfortaa/Comfortaa-Bold.ttf") format("truetype"), url("../fonts/Comfortaa/Comfortaa-Bold.svg#Comfortaa") format("svg");
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
video {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --container-width: 1220px;
  --transition: 0.3s ease;
  --default-font-family: "Comfortaa";
  --heading-font-family: "Comfortaa";
  --sp: 70px;
  --accent: #F4BD00;
  --ylw-1: #F4BD00;
  --blk: #000;
  --bg: #000;
  --text-color: #fff;
  --fz-default: 20px;
  --h1: 70px;
  --h2: 50px;
  --h3: 38px;
  --l: 34px;
  --m: 24px;
  --s: 18px;
}

body {
  font: 400 var(--fz-default) var(--default-font-family), Helvetica, Arial, sans-serif;
  background: var(--bg);
  min-width: 360px;
  color: var(--text-color);
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.hidden {
  display: none;
  overflow: hidden;
}

.wrapper {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-flow: column;
}

[class*=__container] {
  margin: 0 auto;
  max-width: var(--container-width);
  padding: 0 10px;
  width: 100%;
}

form input.error {
  box-shadow: inset 0px 0px 20px 1px rgba(255, 0, 0, 0.3);
  border: 2px solid red !important;
}

form input.not_error {
  box-shadow: inset 0px 0px 20px 1px rgba(100, 255, 100, 0.3);
  border: 2px solid #99FF99 !important;
}

h1,
._h1 {
  font: 700 var(--h1) var(--heading-font-family);
}

h2,
._h2 {
  font: 700 var(--h2) var(--heading-font-family);
  text-transform: uppercase;
}

h3,
._h3 {
  font: 500 var(--h3)/136% var(--heading-font-family);
  text-transform: uppercase;
}

h4,
._h4 {
  font: 700 var(--h4) var(--heading-font-family);
}

a {
  color: var(--text-color);
  text-decoration: none;
}

._semibold {
  font-weight: 600;
}

._bold {
  font-weight: 700;
}

._accent {
  color: var(--accent);
}

._s {
  font-size: var(--s);
  line-height: 140%;
}

._m {
  font-size: var(--m);
  line-height: 140%;
}

._l {
  font-size: var(--l);
  line-height: 140%;
}

.btn {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

.subm {
  cursor: pointer;
  border: none;
  display: block;
  margin: 0 auto;
  border-radius: 58px;
  background: var(--ylw-1, #F4BD00);
  box-shadow: 0px 0px 29px 0px rgba(244, 189, 0, 0.3);
}

.form {
  width: 100%;
  position: relative;
  padding: 50px;
  border-radius: 30px;
  border: 2px solid var(--ylw-1, #F4BD00);
  background: rgba(244, 189, 0, 0.1);
  box-shadow: 0px 4px 64px 0px rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
}

.form__inputs {
  display: flex;
  flex-flow: column;
  gap: 30px;
}

.form .input {
  font: 400 var(--s)/44px Montserrat;
  background: transparent;
  width: 100%;
  height: 44px;
  border: 2px solid transparent;
  border-bottom: 2px solid #fff;
  border-radius: 3px;
  padding-left: 10px;
  display: block;
  color: #fff;
}

.form .input::-moz-placeholder {
  color: #fff;
}

.form .input::placeholder {
  color: #fff;
}

.form .input__wrap {
  display: block;
  text-align: left;
}

.form .input__label {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  display: block;
}

.form .textarea {
  resize: auto;
  height: auto;
  line-height: 120%;
  max-width: 100%;
  min-width: 100%;
}

.form:before {
  content: "";
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.7) url(../img/loading.svg) 50% no-repeat;
  z-index: 10;
}

.form.loading:before {
  display: block;
}

.form .intl-tel-input {
  width: 100%;
}

.form .country-list .country-name {
  color: #333;
}

.form__btn {
  font: 600 20px Comfortaa;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 46px;
  border: 2px solid var(--accent);
  transition: 0.3s ease;
}

.form__btn:hover {
  background: rgba(244, 189, 0, 0.2);
  color: #fff;
  border: 2px solid var(--accent);
}

.header {
  padding: 32px 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.header__logo svg {
  display: block;
}

.header__menu {
  margin: 0 auto;
  display: flex;
  gap: 54px;
}

.header__menu a {
  font-size: var(--s);
  transition: 0.3s ease;
}

.header__menu a:hover {
  color: var(--accent);
}

.header__btn {
  display: inline-flex;
  padding: 10px 42px;
  justify-content: center;
  align-items: center;
  color: var(--blk, #000);
  font-size: var(--s);
  font-weight: 600;
  line-height: normal;
  border-radius: 83px;
  background: var(--ylw-1, #F4BD00);
  transition: 0.3s ease;
  border: 2px solid transparent;
  margin-right: 24px;
}

.header__btn:hover {
  background: rgba(244, 189, 0, 0.2);
  color: #fff;
  border: 2px solid var(--accent);
}

.header__burger {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  display: none;
  z-index: 100;
}

.header__burger span {
  height: 2px;
  background: var(--accent);
  border-radius: 4px;
  transition: 0.3s ease;
}

.header__burger span:last-child {
  width: 60%;
}

.header__lang {
  display: flex;
  align-items: center;
  gap: 7px;
}

.header__lang_link {
  font-size: var(--s);
  line-height: 20px;
}

.header__lang_link._active {
  color: var(--accent);
}

.header__lang_decor {
  display: flex;
}

.header.active .header__menu {
  transform: translateX(0);
}

.header.active .header__burger {
  position: relative;
}

.header.active .header__burger span:nth-child(1) {
  transform: translate(1px, 8px) rotate(45deg);
  width: 20px;
}

.header.active .header__burger span:nth-child(2) {
  width: 20px;
  transform: translate(1px, -10px) rotate(-45deg);
}

.header.active .header__burger span:nth-child(3) {
  display: none;
}

.no-webp .hero__image_salamandra {
  background: url(../img/salamandra.png) 50%/contain no-repeat;
}

.no-webp .contacts__image_salamander {
  background: url(../img/salamander.png) 50%/contain no-repeat;
}

.hero {
  padding: 165px 0 129px;
  position: relative;
}

.hero__bg {
  position: absolute;
  width: 100%;
  height: 200%;
  left: 0;
  top: -325px;
  background: url(../img/hero__bg.svg) 50% 0 no-repeat;
}

.hero__decor_circle {
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}

.hero__decor_circle--1 {
  width: 439px;
  height: 439px;
  background: var(--ylw-1, #F4BD00);
  filter: blur(300px);
  top: -235px;
  right: calc(50% - var(--container-width) / 2);
  transform: translate3d(80%, 0, 0);
}

.hero__decor_circle--2 {
  width: 439px;
  height: 439px;
  background: var(--ylw-1, #F4BD00);
  filter: blur(300px);
  top: 176px;
  right: calc(50% - var(--container-width) / 2);
  transform: translate3d(50%, 0, 0);
}

.hero__decor_circle--3 {
  width: 276px;
  height: 276px;
  flex-shrink: 0;
  border-radius: 276px;
  background: var(--ylw-1, #F4BD00);
  filter: blur(255.5px);
  top: 420px;
  left: calc(50% - var(--container-width) / 2);
  transform: translate3d(-90%, 0, 0);
}

.hero__decor_text {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.hero__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.hero__content {
  position: relative;
  z-index: 1;
}

.hero__title {
  display: flex;
}

.hero__title span {
  display: none;
}

.hero__subtitle {
  color: var(--ylw-1, #F4BD00);
  font-size: 30px;
  margin: 42px 0;
}

.hero__list li {
  padding-left: 26px;
  position: relative;
  font-size: var(--s);
  line-height: 100%;
}

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

.hero__list li:before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M14 1.89833L5.23944 13.1675L0 6.62825L1.33878 5.52344L5.20045 10.3989L12.6352 0.832506L14 1.89833Z' fill='%23F4BD00'/%3E%3C/svg%3E") 50% no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 1px;
  left: 0;
}

.hero__text {
  margin: 42px 0;
  font-size: 24px;
  font-weight: 700;
}

.hero__buttons {
  display: flex;
  gap: 20px;
}

.hero__btn {
  display: flex;
  padding: 14px 38px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 58px;
  border: 1.25px solid var(--ylw-1, #F4BD00);
  font-weight: 600;
  transition: 0.3s ease;
}

.hero__btn--get-invest {
  background: rgba(244, 189, 0, 0.2);
  -webkit-backdrop-filter: blur(3.5px);
  backdrop-filter: blur(3.5px);
}

.hero__btn--get-invest:hover {
  background: var(--accent);
  color: #000;
}

.hero__btn--invest {
  background: var(--ylw-1, #F4BD00);
  box-shadow: 0px 0px 29px 0px rgba(244, 189, 0, 0.3);
  color: var(--blk, #000);
}

.hero__btn--invest:hover {
  background: rgba(244, 189, 0, 0.2);
  color: #fff;
}

.hero__image {
  border-radius: 50%;
  max-width: 395px;
  width: 100%;
  background: var(--ylw-1, #F4BD00);
  position: relative;
}

.hero__image:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.hero__image_salamandra {
  position: absolute;
  background: url(../img/salamandra.webp) 50%/contain no-repeat;
  width: 865px;
  top: 50px;
  left: 50%;
  transform: translateX(-60%);
}

.about__title {
  color: #fff;
  font-family: Comfortaa;
  font-size: 65px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 67px;
}

.about__container p {
  font-size: 19px;
  font-weight: 300;
  line-height: 122.5%;
}

.about-block__desc {
  width: 62%;
}

.hero__image_salamandra:after {
  content: "";
  display: block;
  padding-bottom: 56.8925233645%;
}

.about-block {
  display: flex;
  justify-content: space-between;
  column-gap: 78px;
  flex-wrap: wrap;
}

.value {
  padding: 160px 0 90px;
  position: relative;
}

.value__decor {
  position: absolute;
  top: 370px;
  left: calc(50% - var(--container-width) / 2);
  transform: translate3d(-80%, 0, 0);
  width: 439px;
  height: 439px;
  flex-shrink: 0;
  border-radius: 439px;
  opacity: 0.5;
  background: var(--ylw-1, #F4BD00);
  filter: blur(337.5px);
  z-index: -1;
}

.value__items {
  margin-top: 54px;
}

.value .item {
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.value .item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.value .item__title {
  color: var(--accent);
}

.value .item__bullets {
  width: 100%;
  max-width: 565px;
  flex-shrink: 0;
}

.value .item__bullets li {
  line-height: 122.5%;
  font-weight: 300;
  position: relative;
  padding-left: 42px;
}

.value .item__bullets li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Ccircle opacity='0.2' cx='14' cy='14' r='12' fill='%23F4BD00'/%3E%3Ccircle cx='14' cy='14' r='6' fill='%23F4BD00'/%3E%3C/svg%3E") 0 0 no-repeat;
  width: 28px;
  height: 28px;
}

.value .item__bullets li:not(:last-child) {
  margin-bottom: 26px;
}

/* .value {
  padding: 200px 0 90px;
  position: relative;
}

.value__title {
  margin-left: 35px;
  padding: 15px 67px;
  display: inline-block;
  border-radius: 17px 17px 0px 0px;
  background: #F4BD00;
  color: #000;
  font-family: Comfortaa;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

.value__decor {
  position: absolute;
  top: 370px;
  left: calc(50% - var(--container-width) / 2);
  transform: translate3d(-80%, 0, 0);
  width: 439px;
  height: 439px;
  flex-shrink: 0;
  border-radius: 439px;
  opacity: 0.5;
  background: var(--ylw-1, #F4BD00);
  filter: blur(337.5px);
  z-index: -1;
}



.value .item {
  padding: 64px 76px;
  border-radius: 17px;
  border: 2px solid #F4BD00;
  background: rgba(244, 189, 0, 0.05);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.value .item:last-child {
  margin-bottom: 0;
}

.value .item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.value .item__title {
  color: var(--accent);
}

.value .item__bullets {
  width: 100%;
  max-width: 565px;
  flex-shrink: 0;
}

.value .item__bullets li {
  line-height: 122.5%;
  font-weight: 300;
  position: relative;
  padding-left: 42px;
}

.value .item__bullets li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Ccircle opacity='0.2' cx='14' cy='14' r='12' fill='%23F4BD00'/%3E%3Ccircle cx='14' cy='14' r='6' fill='%23F4BD00'/%3E%3C/svg%3E") 0 0 no-repeat;
  width: 28px;
  height: 28px;
}

.value .item__bullets li:not(:last-child) {
  margin-bottom: 26px;
} */

.sectors {
  padding: 90px 0;
  position: relative;
}

.sectors__decor {
  width: 636px;
  height: 207px;
  flex-shrink: 0;
  border-radius: 636px;
  background: var(--ylw-1, #F4BD00);
  filter: blur(246px);
  position: absolute;
  top: 100px;
  right: calc(50% - var(--container-width) / 2);
  transform: translate3d(10%, 0, 0);
  z-index: -1;
}

.sectors__title {
  text-transform: uppercase;
  max-width: 800px;
  font-size: 50px;
}

.sectors__items {
  margin-top: 60px;
  max-width: 839px;
  -moz-columns: 3;
  columns: 3;
}

.sectors__items li {
  margin-bottom: 30px;
  padding-left: 42px;
  position: relative;
  font-size: 34px;
}

.sectors__items li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Ccircle opacity='0.2' cx='14' cy='14' r='12' fill='%23F4BD00'/%3E%3Ccircle cx='14' cy='14' r='6' fill='%23F4BD00'/%3E%3C/svg%3E") 0 0 no-repeat;
  width: 28px;
  height: 28px;
}

.contacts {
  padding: 0 0 176px;
  position: relative;
}

.contacts__decor_circle {
  position: absolute;
  border-radius: 50%;
  background: var(--ylw-1, #F4BD00);
}

.contacts__decor_circle--1 {
  width: 232px;
  height: 232px;
  flex-shrink: 0;
  bottom: 190px;
  left: 50%;
  transform: translate3d(-100%, 0, 0);
  filter: blur(200px);
}

.contacts__decor_circle--2 {
  bottom: 40px;
  right: calc(50% - var(--container-width) / 2);
  transform: translate3d(20%, 0, 0);
  filter: blur(300px);
  width: 293px;
  height: 293px;
  flex-shrink: 0;
}

.contacts__decor_text {
  width: 100%;
  height: auto;
}

.contacts__container {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  gap: 70px 170px;
}

.contacts__content {
  max-width: 440px;
}

.contacts__title {
  font-size: 50px;
}

.contacts__text {
  margin-top: 33px;
  font-weight: 300;
}

.contacts__form {
  max-width: 430px;
  width: 100%;
}

.contacts__image {
  position: relative;
  margin-top: 27px;
}

.contacts__image_salamander {
  position: absolute;
  background: url(../img/salamander.webp) 50%/contain no-repeat;
  width: 961px;
  top: 0;
  left: 0;
  transform: translateX(-40%);
}

.contacts__image_salamander:after {
  content: "";
  display: block;
  padding-bottom: 22.1644120708%;
}

.footer {
  margin-top: auto;
}

.modal-overlay {
  display: none;
  padding-top: 1px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  overflow: auto;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
}

.modal-overlay .modal-content {
  margin-bottom: 0px;
  border-radius: 4px;
}

.modal-overlay .close-button {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 10px;
  right: 10px;
  cursor: pointer;
  transition: 0.2s linear;
}

.modal-overlay .close-button:before {
  background: #fff;
  content: "";
  height: 50px;
  width: 2px;
  display: block;
  transform: translateX(25px) rotate(-45deg);
}

.modal-overlay .close-button:after {
  background: #fff;
  content: "";
  margin-top: -50px;
  height: 50px;
  width: 2px;
  display: block;
  transform: translateX(25px) rotate(45deg);
  transition: 0.2s linear;
}

#modal-video .modal-content {
  height: auto;
  width: 100%;
}

#modal-video .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

#modal-video .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.countdownHolder {
  margin: 0 auto;
  font: 30px/1 Gilroy, sans-serif;
  text-align: center;
  letter-spacing: -3px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /*Параметры цифр */
  /*Параметры подложки для секций */
  /*Параметры секций разделения (:)*/
  /*Параметры вспомогательного текста (дни, часы, минуты, секунды)*/
}

.countdownHolder .position {
  display: inline-block;
  height: 1em;
  overflow: hidden;
  position: relative;
  width: 0.5em;
}

.countdownHolder .digit {
  position: absolute;
  display: block;
  border-radius: 0.2em;
  text-align: center;
  color: #000;
  letter-spacing: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.countdownHolder .countDays,
.countdownHolder .countHours,
.countdownHolder .countMinutes,
.countdownHolder .countSeconds {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
}

.countdownHolder .countDiv {
  display: none;
  width: 10px;
  height: 1em;
  position: relative;
}

.countdownHolder .countDiv:before,
.countdownHolder .countDiv:after {
  background: #444;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 50%;
  margin-left: -3px;
  top: 0.2em;
  box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
  content: "";
}

.countdownHolder .countDiv:after {
  top: 0.6em;
}

.countdownHolder .textdigit {
  font-size: 15px;
  letter-spacing: 0px;
}

.thanks__container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}

.thanks h1 {
  color: #F4BD00;
  font-family: Comfortaa;
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 62px;
}

.thanks p {
  color: #FFF;
  font-family: Comfortaa;
  font-size: 30px;
  text-align: center;
  font-weight: 400;
  line-height: 18px;
  line-height : 1.2;
}

@media (max-width: 1260px) {
  :root {
    --container-width: 760px;
    --fz-default: 18px;
    --s: 16px;
    --h2: 35px;
    --h3: 25px;
  }

  .form {
    padding: 20px;
  }

  .header {
    padding: 20px 0;
  }

  .header__menu {
    gap: 20px;
  }

  .header__menu a {
    font-size: 14px;
  }

  .header__btn {
    padding: 10px 20px;
    margin-right: 0;
  }

  .hero__content {
    max-width: 360px;
  }

  /* .value {
    padding-top: 169px;
  } */

  .hero__title_logo {
    width: 100%;
  }

  .hero__subtitle {
    margin: 30px 0;
    font-size: 20px;
  }

  .hero__text {
    margin: 30px 0;
    font-size: 20px;
  }

  .hero__buttons {
    flex-wrap: wrap;
  }

  .hero__image_salamandra {
    width: 700px;
    top: 80px;
  }

  .about__container p br {
    display: none;
  }

  .about-block__desc {
    width: auto;
  }

  .about__title {
    margin-bottom: 40px;
  }

  .value {
    padding-top: 140px;
  }

  .value__items {
    margin-top: 40px;
  }

  .value .item {
    flex-wrap: wrap;
  }

  .value .item__bullets {
    max-width: 100%;
  }

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

  /* .value .item {
    flex-wrap: wrap;
  }

  .value .item__bullets {
    max-width: 100%;
  }

  .value .item__bullets li:not(:last-child) {
    margin-bottom: 20px;
  } */

  .sectors__decor {
    width: 400px;
  }

  .sectors {
    padding: 50px 0;
  }

  .sectors__title {
    font-size: 35px;
  }

  .sectors__title br {
    display: none;
  }

  .sectors__items {
    margin-top: 40px;
    -moz-columns: 2;
    columns: 2;
  }

  .sectors__items li {
    font-size: 25px;
  }

  .contacts__container {
    gap: 20px;
  }

  .contacts__content {
    max-width: 360px;
  }

  .contacts__title {
    font-size: 35px;
  }

  .contacts__form {
    max-width: 360px;
  }

  .contacts__image_salamander {
    transform: translateX(-60%);
  }

  .thanks p {
    font-size: 19px;
  }
}

@media (max-width: 760px) {
  :root {
    --container-width: 360px;
  }

  [class*=__container] {
    flex-wrap: wrap;
  }

  .header__container {
    gap: 10px;
  }

  .header__logo svg {
    width: 42px;
    height: 42px;
  }

  .header__menu {
    background: #000;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    transform: translateX(100%);
    transition: 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    gap: 30px;
  }

  .header__menu a {
    font-size: 20px;
  }

  .header__btn {
    padding: 10px 15px;
    font-size: 14px;
  }

  .header__burger {
    display: flex;
  }

  .header__lang_link {
    font-size: 14px;
  }

  .hero {
    padding: 100px 0;
  }

  .hero__decor_circle--1 {
    width: 300px;
  }

  .hero__decor_circle--2 {
    width: 300px;
  }

  .hero__subtitle {
    margin: 20px 0;
  }

  .hero__text {
    margin: 20px 0;
  }

  .hero__btn {
    width: 100%;
  }

  .hero__image {
    order: -1;
    max-width: 300px;
    margin: 0 auto;
  }

  .hero__image_salamandra {
    transform: translateX(-55%);
    width: 600px;
    top: 40px;
  }

  .about__title {
    font-size: 35px;
  }

  .value {
    padding-bottom: 50px;
  }

  /* .value {
    padding-bottom: 50px;
  } */

  .sectors__title {
    font-size: 25px;
  }

  .sectors__items {
    -moz-columns: 1;
    columns: 1;
  }

  .contacts {
    padding-bottom: 100px;
  }

  .contacts__image {
    width: 100%;
    height: 67px;
  }

  .contacts__image_salamander {
    width: 500px;
    transform: translateX(-28%);
  }

  .about__container p br {
    display: none;
  } 
  /* .value__title {
    margin-left: 0;
    padding: 15px 50px;
    font-size: 40px;
    text-align: center;
    border-radius: 17px;
  }

  .value .item {
    padding: 44px 26px;
  }

  .value {
    padding-top: 100px;
  } */

  .thanks h1 {
    font-size: 23px;
    margin-bottom: 32px;
  }

  .thanks p {
    text-align: center;
  }
}