* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background-color: #1E1E1E;
}

img {
  vertical-align: middle;
}

@font-face {
  font-family: "Monsserat";
  src: url("/fonts/Montserrat-VariableFont_wght.ttf") format("truetype"), url("/fonts/AnyConv.com__Montserrat-VariableFont_wght.woff2") format("woff2"), url("/fonts/AnyConv.com__Montserrat-VariableFont_wght.woff") format("woff");
}
.container {
  max-width: 1288px;
  width: 100%;
  margin: 0 auto;
}

/* Header */
.wrapp_header_navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  padding: 20px 0;
}
.wrapp_header_navigation nav > ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: -30px;
}
.wrapp_header_navigation nav > ul li > a {
  margin-left: 30px;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  color: white;
  position: relative;
  overflow: hidden;
}
.block_logo > img {
  width: 123px;
}
.wrapp_header_navigation nav > ul li > a::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: white; /* Цвет подчеркивания */
  transition: width 0.3s ease; /* Добавляем анимацию перехода */
}

.wrapp_header_navigation nav > ul li > a:hover::before {
  width: 100%; /* Плавно увеличиваем ширину при наведении */
}
.email_address {
  font-family: "Montserrat", sans-serif;
  margin-left: 15px;
  padding-left: 15px;
  border-left: solid 1px white;
}
/* main block*/
.main_block_information {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 93px;
}
.main_block_information .left_block_information {
  max-width: 715px;
  width: 100%;
}
.main_block_information .left_block_information h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 72px;
  color: white;
  font-weight: 400;
  margin: 0;
}
.main_block_information .left_block_information h1 span {
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(267.03deg, #00F0FF 4.01%, #5200FF 57.55%, #FF2DF7 114.97%);
  color: transparent;
}
.main_block_information .left_block_information p {
  font-size: 25px;
  width: 615px;
  font-family: "Montserrat", sans-serif;
  color: white;
  padding: 50px 0;
  -o-border-image: linear-gradient(267.03deg, #00F0FF 4.01%, #5200FF 57.55%, #FF2DF7 114.97%);
     border-image: linear-gradient(267.03deg, #00F0FF 4.01%, #5200FF 57.55%, #FF2DF7 114.97%);
  border-image-slice: 1;
  border-width: 0 0 1px 0;
  border-style: solid;
}
.main_block_information .left_block_information a {
  text-decoration: none;
  color: white;
  padding: 11px 34px;
  border-radius: 23px;
  background: #1E1E1E;
  display: inline-block;
  position: relative;
  margin-top: 25px;
  transition: all .3s ease-in-out;
}
.main_block_information .left_block_information a:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(267.03deg, #00F0FF 4.01%, #5200FF 57.55%, #FF2DF7 114.97%);
  border-radius: 23px;
  z-index: -1;
}
.main_block_information .left_block_information a:after {
  content: url("../img/arrow button.svg");
  padding-left: 15px;
  vertical-align: middle;
}
.main_block_information .left_block_information a:hover {
  background: #1E1E1E;
  box-shadow: 0 0 25px rgba(0, 240, 255, 0.7); /* Добавляем свечение */
}

.right_block_information {
  position: relative;
}
canvas {
  position: absolute;
  top: 160px;
  right: 0;
  width: 706px!important;
  height: 424px!important;
}

/* our_partner */
.wrapp_our_partner {
  margin-top: 150px;
}
.wrapp_our_partner .first_line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrapp_our_partner .second_line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 47px 0;
}
.wrapp_our_partner .three_line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrapp_our_partner p {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  text-align: center;
  margin-top: 0;
  color: white;
}

/* Information block */
.wrapp_information_block {
  margin-top: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrapp_information_block .left_block_text {
  width: 575px;
  font-family: "Montserrat", sans-serif;
  color: white;
}
.wrapp_information_block .left_block_text h2 {
  font-size: 40px;
  margin: 0;
}
.wrapp_information_block .left_block_text h2 span {
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(267.03deg, #00F0FF 4.01%, #5200FF 57.55%, #FF2DF7 114.97%);
  color: transparent;
}
.wrapp_information_block .left_block_text p {
  padding: 25px 0;
  font-size: 20px;
  line-height: 160%;
  -o-border-image: linear-gradient(267.03deg, #00F0FF 4.01%, #5200FF 57.55%, #FF2DF7 114.97%);
     border-image: linear-gradient(267.03deg, #00F0FF 4.01%, #5200FF 57.55%, #FF2DF7 114.97%);
  border-image-slice: 1;
  border-width: 0 0 1px 0;
  border-style: solid;
}
.wrapp_information_block .left_block_text p span {
  color: #0075FF;
}
.wrapp_information_block .left_block_text a {
  text-decoration: none;
  color: white;
  padding: 11px 34px;
  border-radius: 23px;
  background: #1E1E1E;
  display: inline-block;
  position: relative;
  margin-top: 25px;
  transition: all .3s ease-in-out;
}
.wrapp_information_block .left_block_text a:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(267.03deg, #00F0FF 4.01%, #5200FF 57.55%, #FF2DF7 114.97%);
  border-radius: 23px;
  z-index: -1;
}
.wrapp_information_block .left_block_text a:after {
  content: url("../img/arrow button.svg");
  padding-left: 15px;
  vertical-align: middle;
}
.wrapp_information_block .left_block_text a:hover {
  background: #1E1E1E;
  box-shadow: 0 0 25px rgba(0, 240, 255, 0.7); /* Добавляем свечение */
}

/* feedback block */
.wrapp_feedback_block {
  margin-top: 150px;
  background: linear-gradient(267.03deg, #00F0FF 4.01%, #5200FF 57.55%, #FF2DF7 114.97%);
  border-radius: 20px;
  position: relative;
  width: 100%;
  height: 513px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.wrapp_feedback_block .feedback_item {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapp_feedback_block .feedback_item .face_img {
  height: 230px;
  align-items: center;
  display: flex;
  margin-right: 66px;
  border: 2px solid transparent;
  background: linear-gradient(285deg, #00F0FF 45.01%, #5200FF 47.55%, #FF2DF7 114.97%);
  box-shadow: inset 0px 0px 0px 100vw #fff;
  border-radius: 30px;
}
.wrapp_feedback_block .feedback_item .face_img img {
  height: 100%;
  width: 235px;
  border-radius: 30px;
}
.wrapp_feedback_block .feedback_item .feedback_text {
  color: white;
  font-family: "Montserrat", sans-serif;
  line-height: 100%;
}
.wrapp_feedback_block .feedback_item .feedback_text p {
  font-size: 20px;
  margin: 0;
}
.wrapp_feedback_block .feedback_item .feedback_text b {
  font-size: 25px;
  margin: 0px 0 25px 0;
  display: inline-block;
}
.wrapp_feedback_block .feedback_item .feedback_text img {
  margin-top: 15px;
}
.wrapp_feedback_block .navigation_feedback {
  display: flex;
  align-items: center;
  margin-left: -30px;
  justify-content: center;
  position: absolute;
  bottom: 55px;
}
.wrapp_feedback_block .navigation_feedback img {
  margin-left: 30px;
  display: block;
}
.slide {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.slide.active {
  opacity: 1;
}

.position_block_form {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-direction: row;
}
.position_block_form .block_form_img {
  width: 589px;
  height: 589px;
}
.position_block_form .block_form_text {
  color: white;
  font-family: "Montserrat", sans-serif;
  margin-left: 50px;
}
.position_block_form .block_form_text h2 {
  font-size: 50px;
  font-weight: 400;
  width: 560px;
}
.position_block_form .block_form_text h2 span {
  font-weight: bold;
}
.position_block_form .block_form_text form {
  display: flex;
}
.position_block_form .block_form_text form input {
  width: 365px;
  height: 50px;
  border-radius: 23px;
  padding-left: 34px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: none;
}
.position_block_form .block_form_text form input::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  color: white;
}
.position_block_form .block_form_text form input::placeholder {
  font-family: "Montserrat", sans-serif;
  color: white;
}
.position_block_form .block_form_text form button {
  font-family: "Montserrat", sans-serif;
  border-radius: 50px;
  background-color: black;
  color: white;
  width: 206px;
  height: 50px;
  margin-left: 15px;
  cursor: pointer;
}

.wrapp_footer {
  -o-border-image: linear-gradient(267.03deg, #00F0FF 4.01%, #5200FF 57.55%, #FF2DF7 114.97%);
     border-image: linear-gradient(267.03deg, #00F0FF 4.01%, #5200FF 57.55%, #FF2DF7 114.97%);
  border-image-slice: 1;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-width: 1px 0 0 0;
  color: white;
  font-family: "Montserrat", sans-serif;
  margin-top: 100px;
  padding: 50px 0;
  text-align: center;
}
.wrapp_footer p {
  font-size: 14px;
}
.info_footer_wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 400px;
}

.slider-container {
  position: relative;
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  height: 80%;
}

.slider {
  display: flex;
  transition: all 0.5s;
}
.burger_menu_wrapp {
  position: relative;
}
.burger_menu_icon, .burger_menu_navigation {
  display: none;
}
.burger_menu_wrapp > ul {
  display: none;
  position: absolute;
  padding: 0 20px 20px 20px;
  right: -44px;
  top: 40px;
  text-align: center;
  -o-border-image: linear-gradient(267.03deg, #00F0FF 4.01%, #5200FF 57.55%, #FF2DF7 114.97%);
  border-image: linear-gradient(267.03deg, #00F0FF 4.01%, #5200FF 57.55%, #FF2DF7 114.97%);
  border-image-slice: 1;
  border-width: 1px;
  border-style: solid;
  border-width: 1px;
}
.burger_menu_wrapp > ul > li {
  list-style: none;
}


.slide {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  background-color: transparent;
  min-width: 100%;
}

.prev-arrow,
.next-arrow {
  position: absolute;
  bottom: 7px;
  cursor: pointer;
  font-size: 2em;
  color: #fff;
}

.prev-arrow {
  left: 40%;
}

.next-arrow {
  right: 40%;
}

.dots-container {
  text-align: center;
  margin-top: 20px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  cursor: pointer;
}

.active_dot {
  background-color: #333;
}


.company-slider {
  width: 100%;
  height: 195px;
  overflow: hidden;
  position: relative;
}

.company-slide {
  width: 450%; /* Ширина равна 5 слайдам (одному текущему и четырем скрытым) */
  height: 100%;
  display: flex;
  animation: slideAnimation 20s linear infinite; /* Добавляем timing-function: linear; */
}

.company-slide img {
  width: 20%; /* Ширина каждого слайда */
  height: 30%;
}

@keyframes slideAnimation {
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(-50%); /* Смещение слайдов на один слайд влево */
  }
}
/* animation button */
#open_policy {
  cursor: pointer;
}
#open_policy:hover {
  text-decoration: underline;
}
#open_terms {
  cursor: pointer;
}
#open_terms:hover {
  text-decoration: underline;
}

#parent_position {
  position: relative;
}
#main_policy_block {
  display: none;
}
#main_terms_block {
  display: none;
}
.policy_block {
  background-color: white;
  max-width: 700px;
  width: 100%;
  position: absolute;
  left: 25%;
  bottom: 150px;  
  z-index: 9;
  padding: 50px 20px 20px 20px;
  border-radius: 10px;
}
#close_modal_policy {
  position: absolute;
  right: 23px;
  top: 0;
  cursor: pointer;
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
#close_modal_terms {
  position: absolute;
  right: 23px;
  top: 0;
  cursor: pointer;
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.policy_block > p {
  font-family: "Montserrat", sans-serif;
}
.domain_policy, .head_pol {
  font-weight: bold;
}
.policy_text_line {
  display: block;
  background: linear-gradient(267.03deg, #00F0FF 4.01%, #5200FF 57.55%, #FF2DF7 114.97%);
  width: 50%;
  height: 2px;
  margin: 10px auto;
}