@font-face {
  font-family: adineue PRO Cyr;
  src: url("../fonts/adineuePROCyr-BoldWeb.ttf");
  font-weight: 700;
}
@font-face {
  font-family: adineue PRO Cyr;
  src: url("../fonts/adineueprocyr_lightweb.ttf");
  font-weight: 300;
}
*, ul, ol, p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: adineue PRO Cyr;
  font-weight: 700;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #1E1E1E;
  position: relative;
}

.wrapper {
  overflow: hidden;
  position: relative;
}

.line_frame {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 950px;
  margin: auto;
  height: 100vh;
  z-index: 20;
}
@media (max-width : 992px) {
  .line_frame {
    width: 95%;
  }
}
@media (max-width : 576px) {
  .line_frame {
    height: 100%;
    position: absolute;
  }
}
.line_frame .line {
  position: absolute;
  width: 0.1px;
  background-color: rgba(51, 53, 62, 0.5);
  height: 100%;
}
.line_frame .line.line1 {
  left: 0;
}
.line_frame .line.line1 span {
  top: 227px;
  transition: 0.8s ease all;
}
.line_frame .line.line2 {
  left: 50%;
}
.line_frame .line.line2 span {
  top: 660px;
  transition: 0.8s ease all;
}
@media (max-width : 576px) {
  .line_frame .line.line2 span {
    top: 480px;
  }
}
.line_frame .line.line2 span::before {
  height: 35px;
  top: -35px;
}
@media (max-width : 768px) {
  .line_frame .line.line2 span::before {
    height: 9px;
    top: -9px;
  }
}
.line_frame .line.line3 {
  right: 0;
}
.line_frame .line.line3 span {
  top: 227px;
  transition: 0.8s ease all;
}
@media (max-width : 576px) {
  .line_frame .line.line3 span {
    top: 310px;
  }
}
.line_frame .line span {
  display: block;
  height: 48px;
  width: 4px;
  position: absolute;
  background-color: #FF1001;
  left: -1px;
}
@media (max-width : 768px) {
  .line_frame .line span {
    width: 2.6px;
    height: 30px;
  }
}
.line_frame .line span::before {
  content: "";
  width: 1px;
  height: 5px;
  display: block;
  background-color: #FF1001;
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin: auto;
}
.line_frame .line span::after {
  content: "";
  width: 1px;
  height: 18px;
  display: block;
  background-color: #FF1001;
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  margin: auto;
}
.line_frame.animate .line:nth-child(1) span {
  top: 610px;
  background-color: #A7F658;
}
.line_frame.animate .line:nth-child(1) span::before, .line_frame.animate .line:nth-child(1) span::after {
  background-color: #A7F658;
}
@media (max-width : 576px) {
  .line_frame.animate .line:nth-child(1) span {
    top: 400px;
  }
}
.line_frame.animate .line:nth-child(2) span {
  top: 610px;
  background-color: #A7F658;
}
.line_frame.animate .line:nth-child(2) span::before, .line_frame.animate .line:nth-child(2) span::after {
  background-color: #A7F658;
}
@media (max-width : 576px) {
  .line_frame.animate .line:nth-child(2) span {
    top: 525px;
  }
}
.line_frame.animate .line:nth-child(3) span {
  top: 350px;
  background-color: #A7F658;
}
.line_frame.animate .line:nth-child(3) span::before, .line_frame.animate .line:nth-child(3) span::after {
  background-color: #A7F658;
}
@media (max-width : 576px) {
  .line_frame.animate .line:nth-child(3) span {
    top: 440px;
  }
}
.line_frame.scroll .line:nth-child(1) span {
  top: 610px;
  background-color: #fff;
}
.line_frame.scroll .line:nth-child(1) span::before, .line_frame.scroll .line:nth-child(1) span::after {
  background-color: #fff;
}
.line_frame.scroll .line:nth-child(2) span {
  top: 410px;
  background-color: #fff;
}
.line_frame.scroll .line:nth-child(2) span::before, .line_frame.scroll .line:nth-child(2) span::after {
  background-color: #fff;
}
.line_frame.scroll .line:nth-child(3) span {
  top: 150px;
  background-color: #fff;
}
.line_frame.scroll .line:nth-child(3) span::before, .line_frame.scroll .line:nth-child(3) span::after {
  background-color: #fff;
}

header {
  position: relative;
}
header .block {
  background-color: #141515;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 27px;
  position: fixed;
  top: 28px;
  max-width: 1398px;
  left: 15px;
  right: 15px;
  margin: auto;
  transition: 0.5s all ease;
  z-index: 100;
}
@media (max-width : 768px) {
  header .block {
    padding: 14px;
  }
}
header .block .logo_title {
  color: #FFF;
  padding-left: 28px;
  font-family: adineue PRO Cyr;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}
@media (max-width : 1200px) {
  header .block .logo_title {
    font-size: 18px;
  }
}
@media (max-width : 768px) {
  header .block .logo_title {
    font-size: 15px;
    padding-left: 0;
  }
}
header .block .nav {
  display: flex;
  gap: 0 25px;
  list-style: none;
}
header .block .nav a {
  text-decoration: none;
  color: #52525A;
  font-size: 19px;
  font-weight: 700;
  transition: 0.3s all ease;
}
@media (max-width: 1400px) {
  header .block .nav a {
    font-size: 17px;
  }
}
@media (max-width : 1200px) {
  header .block .nav a {
    font-size: 14px;
  }
}
header .block .nav a:hover {
  color: #fff;
}
@media (max-width : 992px) {
  header .block .nav {
    display: none;
  }
}
header .block .mobile_menu {
  display: none;
  gap: 0 25px;
  align-items: center;
}
header .block .mobile_menu .title {
  color: #fff;
}
@media (max-width : 768px) {
  header .block .mobile_menu .title {
    font-size: 14px;
  }
}
header .block .mobile_menu .hamburger_icon {
  width: 24px;
  height: 21px;
  position: relative;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width : 768px) {
  header .block .mobile_menu .hamburger_icon {
    width: 21px;
    height: 18px;
  }
}
header .block .mobile_menu .hamburger_icon span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  transition: 0.3s ease all;
}
header .block .mobile_menu .hamburger_icon span:nth-child(1) {
  top: 0;
}
header .block .mobile_menu .hamburger_icon span:nth-child(2) {
  top: 9px;
}
@media (max-width : 768px) {
  header .block .mobile_menu .hamburger_icon span:nth-child(2) {
    top: 8px;
  }
}
header .block .mobile_menu .hamburger_icon span:nth-child(3) {
  bottom: 0;
}
header .block .mobile_menu .hamburger_icon.active span:nth-child(1) {
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
header .block .mobile_menu .hamburger_icon.active span:nth-child(2) {
  display: none;
}
header .block .mobile_menu .hamburger_icon.active span:nth-child(3) {
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-45deg);
}
@media (max-width : 992px) {
  header .block .mobile_menu {
    display: flex;
  }
}
header .mobile_nav {
  display: none;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 100;
  background-color: #1B1C20;
  padding: 60px 40px;
  list-style: none;
  gap: 20px 0;
  height: 100vh;
  transition: 0.3s ease all;
}
header .mobile_nav a {
  color: #83838b;
  text-decoration: none;
  font-size: 20px;
  transition: 0.3s ease all;
}
header .mobile_nav a:hover {
  color: #fff;
}
@media (max-width : 992px) {
  header .mobile_nav {
    display: flex;
  }
}
header .mobile_nav.active {
  left: 0;
}

.hero {
  height: 980px;
  display: flex;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 41px;
  border-top-right-radius: 41px;
}
@media (max-width : 992px) {
  .hero {
    height: 900px;
  }
}
@media (max-width : 768px) {
  .hero {
    height: 685px;
  }
}
@media (max-width : 576px) {
  .hero {
    height: 820px;
  }
}
.hero .left {
  width: 50%;
  height: 100%;
  background-color: #1B1C20;
}
.hero .right {
  background-color: #232326;
  width: 50%;
  height: 100%;
}
.hero .diagram_2 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 379px;
  width: 0;
  z-index: 13;
  overflow: hidden;
  transition: 1s all ease;
}
@media (max-width : 992px) {
  .hero .diagram_2 {
    bottom: -75px;
  }
}
@media (max-width : 576px) {
  .hero .diagram_2 {
    bottom: 0;
  }
}
.hero .diagram_2::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 200px;
  background-color: transparent;
  transition: 1s all ease;
  box-shadow: 0 0 0 rgb(0, 0, 0);
}
.hero .diagram_1 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 379px;
  width: 100%;
  z-index: 12;
  overflow: hidden;
  transition: 1s all ease;
}
@media (max-width : 992px) {
  .hero .diagram_1 {
    bottom: -75px;
  }
}
@media (max-width : 576px) {
  .hero .diagram_1 {
    bottom: -60px;
  }
}
.hero .img_bg1, .hero .img_bg2 {
  width: 100vw;
  transition: 0.3s ease all;
}
@media (max-width : 576px) {
  .hero .img_bg1, .hero .img_bg2 {
    width: auto;
    position: absolute;
  }
}
.hero .img_bg1.show, .hero .img_bg2.show {
  opacity: 1;
  visibility: visible;
}
@media (max-width : 576px) {
  .hero .img_bg1 {
    left: -400px;
  }
}
.hero .img_bg2 {
  stroke-width: 2px;
  stroke: greenyellow;
  filter: drop-shadow(0 0 30px rgba(255, 255, 255, 0.5));
  transition: 0.3s all ease;
}
@media (max-width : 768px) {
  .hero .img_bg2 {
    left: -840px;
  }
}
.hero .finished .img_bg2 {
  stroke-width: 0;
  filter: none;
}
.hero .block_opacity {
  width: 2292px;
  height: 700px;
  border-radius: 50%;
  position: absolute;
  bottom: -30%;
  left: -25%;
  z-index: 1;
  background-color: #3F4046;
  filter: blur(69px);
}
@media (max-width : 768px) {
  .hero .block_opacity {
    bottom: -16%;
  }
}
.hero .block_content {
  color: #fff;
  max-width: 1000px;
  position: absolute;
  left: 70px;
  right: 0;
  padding-top: 380px;
  padding-bottom: 40px;
  margin: auto;
}
@media (max-width : 1200px) {
  .hero .block_content {
    left: 30px;
    padding-top: 260px;
    padding-bottom: 100px;
    background-position: calc(100% - 75px) 310px;
    background-size: 35%;
  }
}
@media (max-width : 992px) {
  .hero .block_content {
    padding-bottom: 180px;
  }
}
@media (max-width : 768px) {
  .hero .block_content {
    background-position: calc(100% - 75px) 190px;
  }
}
@media (max-width : 576px) {
  .hero .block_content {
    padding-bottom: 40px;
    background-position: calc(100% - 15px) 220px;
    background-size: 60%;
    padding-top: 260px;
  }
}
.hero .block_content .person_1, .hero .block_content .person_2 {
  position: absolute;
  right: 245px;
  top: 183px;
  z-index: 10;
}
.hero .block_content .person_1 {
  height: 622px;
  width: 622px;
  background-image: url(../images/hero_img1.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 400px;
  mix-blend-mode: luminosity;
  z-index: 11;
}
@media (max-width : 1200px) {
  .hero .block_content .person_1 {
    right: 50px;
  }
}
@media (max-width : 768px) {
  .hero .block_content .person_1 {
    background-size: 250px;
    background-position: 100% 0;
  }
}
@media (max-width : 576px) {
  .hero .block_content .person_1 {
    background-size: 0;
    right: 5%;
    background-position: 100% 60px;
  }
}
.hero .block_content .person_2 {
  opacity: 0;
  right: 110px;
  top: 170px;
}
@media (max-width : 1200px) {
  .hero .block_content .person_2 {
    right: 0;
  }
}
@media (max-width : 576px) {
  .hero .block_content .person_2 {
    right: -60px;
    top: 240px;
    opacity: 1;
  }
}
@media (max-width : 768px) {
  .hero .block_content .person_2 img {
    width: 320px;
  }
}
@media (max-width : 576px) {
  .hero .block_content .person_2 img {
    width: 240px;
  }
}
.hero .block_content .title {
  font-size: 54px;
  position: relative;
  z-index: 12;
}
@media (max-width : 1200px) {
  .hero .block_content .title {
    font-size: 35px;
  }
}
@media (max-width : 768px) {
  .hero .block_content .title {
    font-size: 28px;
    margin-bottom: 14px;
  }
}
@media (max-width : 576px) {
  .hero .block_content .title {
    font-size: 24px;
  }
}
.hero .block_content .description {
  position: relative;
  z-index: 15;
  display: flex;
  font-size: 103px;
  gap: 0 285px;
  line-height: 100%;
  flex-wrap: wrap;
}
@media (max-width : 1200px) {
  .hero .block_content .description {
    font-size: 100px;
    gap: 0 500px;
  }
  .hero .block_content .description .left_description {
    display: block;
  }
}
@media (max-width : 992px) {
  .hero .block_content .description {
    font-size: 75px;
  }
}
@media (max-width : 768px) {
  .hero .block_content .description {
    font-size: 45px;
  }
}
@media (max-width : 576px) {
  .hero .block_content .description {
    font-size: 40px;
  }
}
.hero .block_content .description.last {
  margin-bottom: 50px;
  flex-wrap: wrap;
}
@media (max-width : 576px) {
  .hero .block_content .description.last {
    margin-bottom: 40px;
  }
}
.hero .block_content .text {
  font-size: 20px;
  position: relative;
  z-index: 12;
}

.block_details_product {
  position: relative;
  padding-bottom: 174px;
  background-color: #232326;
  overflow: hidden;
}
@media (max-width : 576px) {
  .block_details_product {
    display: flex;
    position: absolute;
    flex-direction: column;
    gap: 26px 0;
    z-index: 25;
    top: 625px;
    background-color: transparent;
  }
}
.block_details_product .block_opacity {
  width: 2292px;
  height: 700px;
  border-radius: 50%;
  position: absolute;
  top: -50%;
  left: -25%;
  z-index: 0;
  background-color: #3F4046;
  filter: blur(69px);
}
@media (max-width : 576px) {
  .block_details_product .block_opacity {
    display: none;
  }
}
.block_details_product .block {
  max-width: 1398px;
  padding-left: 225px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 26px 0;
  padding-right: 50px;
  position: relative;
  z-index: 22;
  padding-top: 50px;
}
@media (max-width : 1200px) {
  .block_details_product .block {
    padding: 0 46px;
    width: auto;
    padding-top: 0;
  }
}
.block_details_product .block .section_title {
  font-size: 48px;
  color: #fff;
  margin-bottom: 90px;
}
@media (max-width : 576px) {
  .block_details_product .block .section_title {
    margin-bottom: 40px;
    font-size: 20px;
  }
}
.block_details_product .block .top {
  display: flex;
  justify-content: space-between;
}
@media (max-width : 992px) {
  .block_details_product .block .top {
    flex-direction: column;
    gap: 26px 0;
  }
}
.block_details_product .block .top .data_team {
  background-color: rgba(21, 21, 22, 0.42);
  backdrop-filter: blur(5.5px);
  padding: 26px;
  width: calc(33% - 17px);
}
@media (max-width : 992px) {
  .block_details_product .block .top .data_team {
    width: 100%;
  }
}
.block_details_product .block .top .data_team .title_top {
  display: flex;
  gap: 0 14px;
  margin-bottom: 13px;
}
.block_details_product .block .top .data_team .title_top .icon {
  border-radius: 7px;
  background-color: #010101;
  padding: 5px;
}
.block_details_product .block .top .data_team .title_top .text {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}
.block_details_product .block .top .data_team .title {
  font-size: 23px;
  color: #fff;
  margin-bottom: 57px;
}
.block_details_product .block .top .data_team .block_item {
  display: flex;
  gap: 0 16px;
  margin-bottom: 26px;
}
.block_details_product .block .top .data_team .block_item .img {
  border-radius: 14px;
  overflow: hidden;
}
.block_details_product .block .top .data_team .block_item .img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.block_details_product .block .top .data_team .block_item .text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}
.block_details_product .block .top .portfolio {
  background-color: rgba(21, 21, 22, 0.42);
  backdrop-filter: blur(5.5px);
  padding: 26px;
  width: calc(33% - 17px);
}
@media (max-width : 992px) {
  .block_details_product .block .top .portfolio {
    width: 100%;
  }
}
.block_details_product .block .top .portfolio .img {
  margin-bottom: 26px;
  text-align: right;
}
.block_details_product .block .top .portfolio .img img {
  width: 100%;
}
.block_details_product .block .top .portfolio .top_title {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 11px;
}
.block_details_product .block .top .portfolio .title {
  font-size: 23px;
  color: #fff;
  margin-bottom: 26px;
}
.block_details_product .block .top .portfolio .description {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}
.block_details_product .block .top .top_company {
  background-color: rgba(21, 21, 22, 0.42);
  backdrop-filter: blur(5.5px);
  padding: 26px;
  width: calc(33% - 17px);
  overflow: hidden;
}
@media (max-width : 992px) {
  .block_details_product .block .top .top_company {
    width: 100%;
  }
}
.block_details_product .block .top .top_company .top_title {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 11px;
}
.block_details_product .block .top .top_company .title {
  color: #fff;
  font-size: 23px;
  margin-bottom: 26px;
}
.block_details_product .block .top .top_company .description {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  margin-bottom: 26px;
}
.block_details_product .block .top .top_company .count {
  position: relative;
}
.block_details_product .block .top .top_company .count img {
  width: 270px;
  position: absolute;
  right: -65px;
  top: -30px;
}
@media (max-width : 992px) {
  .block_details_product .block .top .top_company .count img {
    position: static;
    width: auto;
  }
}
.block_details_product .block .bottom {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width : 992px) {
  .block_details_product .block .bottom {
    flex-direction: column;
    gap: 26px 0;
  }
}
.block_details_product .block .bottom .support {
  background-color: rgba(21, 21, 22, 0.42);
  backdrop-filter: blur(5.5px);
  padding: 26px;
  width: calc(25% - 13px);
}
@media (max-width : 992px) {
  .block_details_product .block .bottom .support {
    width: 100%;
  }
}
.block_details_product .block .bottom .support .top_title {
  display: flex;
  gap: 0 14px;
  margin-bottom: 13px;
}
.block_details_product .block .bottom .support .top_title .icon {
  border-radius: 7px;
  background-color: #010101;
  padding: 5px;
}
.block_details_product .block .bottom .support .top_title .text {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}
.block_details_product .block .bottom .support .title {
  color: #fff;
  font-size: 23px;
}
.block_details_product .block .bottom .testing {
  background-color: rgba(21, 21, 22, 0.42);
  backdrop-filter: blur(5.5px);
  padding: 26px;
  width: calc(75% - 13px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width : 992px) {
  .block_details_product .block .bottom .testing {
    width: 100%;
    flex-direction: column;
    gap: 26px 0;
    align-items: start;
  }
}
.block_details_product .block .bottom .testing .left .top_title {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 11px;
}
.block_details_product .block .bottom .testing .left .title {
  color: #fff;
  font-size: 23px;
  margin-bottom: 26px;
}

.calculator {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width : 992px) {
  .calculator {
    z-index: 22;
  }
}
.calculator .left_block {
  width: 50%;
  background-color: #1B1C20;
  padding: 116px 46px 0 0;
  text-align: right;
  display: flex;
  align-items: end;
  flex-direction: column;
}
@media (max-width : 992px) {
  .calculator .left_block {
    width: 100%;
    align-items: center;
    padding: 80px 10px 50px 10px;
    text-align: center;
    background-color: #232326;
  }
}
@media (max-width : 576px) {
  .calculator .left_block {
    padding-top: 1480px;
  }
}
.calculator .left_block .title {
  color: #fff;
  font-size: 48px;
  margin-bottom: 80px;
}
@media (max-width : 992px) {
  .calculator .left_block .title {
    margin-bottom: 200px;
  }
}
@media (max-width : 576px) {
  .calculator .left_block .title {
    font-size: 30px;
    margin-bottom: 130px;
  }
}
.calculator .left_block .statistics_value {
  font-size: 93px;
  color: #A7F658;
}
@media (max-width : 576px) {
  .calculator .left_block .statistics_value {
    font-size: 49px;
  }
}
.calculator .left_block .statistics_text {
  color: #fff;
  font-size: 19px;
  margin-bottom: 112px;
}
@media (max-width : 576px) {
  .calculator .left_block .statistics_text {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.calculator .left_block .description {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 300;
  width: 320px;
}
@media (max-width : 576px) {
  .calculator .left_block .description {
    display: none;
  }
}
.calculator .right_block {
  width: 50%;
  padding: 116px 20px 145px 60px;
  background-color: #232326;
  overflow: hidden;
  position: relative;
}
@media (max-width : 1200px) {
  .calculator .right_block {
    padding: 116px 20px 145px 20px;
  }
}
@media (max-width : 992px) {
  .calculator .right_block {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: static;
  }
}
@media (max-width : 576px) {
  .calculator .right_block {
    padding: 26px 10px 70px 10px;
  }
}
.calculator .right_block .title {
  border-radius: 39px;
  background-color: rgba(21, 21, 22, 0.42);
  backdrop-filter: blur(6px);
  display: inline-flex;
  padding: 26px;
  gap: 0 20px;
  margin-bottom: 60px;
  position: relative;
  z-index: 22;
}
@media (max-width : 992px) {
  .calculator .right_block .title {
    position: absolute;
    top: 225px;
    width: 452px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (max-width : 576px) {
  .calculator .right_block .title {
    top: 1545px;
    width: 335px;
    padding: 13px;
    gap: 0 13px;
  }
}
.calculator .right_block .title .left {
  padding: 20px;
  color: #fff;
  background-color: #242424;
  border-radius: 20px;
  font-size: 19px;
}
@media (max-width : 1200px) {
  .calculator .right_block .title .left {
    font-size: 16px;
  }
}
@media (max-width : 576px) {
  .calculator .right_block .title .left {
    font-size: 13px;
    padding: 13px;
  }
}
.calculator .right_block .title .right {
  padding: 20px;
  border-radius: 20px;
  background-color: #3C57FA;
  color: #fff;
  font-size: 19px;
}
@media (max-width : 1200px) {
  .calculator .right_block .title .right {
    font-size: 16px;
  }
}
@media (max-width : 576px) {
  .calculator .right_block .title .right {
    font-size: 13px;
    padding: 13px;
  }
}
.calculator .right_block .price {
  display: flex;
  align-items: center;
  gap: 0 30px;
  margin-bottom: 85px;
  padding-left: 45px;
}
@media (max-width : 576px) {
  .calculator .right_block .price {
    gap: 0 13px;
    margin-bottom: 35px;
  }
}
.calculator .right_block .price .main_price, .calculator .right_block .price .mark {
  color: #E4E4E4;
  font-size: 55px;
}
@media (max-width : 1200px) {
  .calculator .right_block .price .main_price, .calculator .right_block .price .mark {
    font-size: 45px;
  }
}
@media (max-width : 576px) {
  .calculator .right_block .price .main_price, .calculator .right_block .price .mark {
    font-size: 24px;
  }
}
.calculator .right_block .price .add_price {
  color: #A7F658;
  font-size: 55px;
}
@media (max-width : 576px) {
  .calculator .right_block .price .add_price {
    font-size: 24px;
  }
}
.calculator .right_block .form_item_price {
  margin-bottom: 28px;
  padding-right: 20px;
  max-width: 550px;
  position: relative;
  z-index: 22;
}
@media (max-width : 992px) {
  .calculator .right_block .form_item_price {
    width: 550px;
  }
}
@media (max-width : 576px) {
  .calculator .right_block .form_item_price {
    width: calc(100% - 20px);
  }
}
.calculator .right_block .form_item_price input {
  width: 100%;
  margin-bottom: 10px;
}
.calculator .right_block .form_item_price input[type=range] {
  -webkit-appearance: none !important;
  background: #fff;
  height: 3px;
}
.calculator .right_block .form_item_price input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  background: #fff;
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
.calculator .right_block .form_item_price .value {
  font-size: 12px;
  color: #fff;
}
.calculator .right_block .form_item_month {
  position: relative;
  margin-bottom: 40px;
  padding-right: 20px;
  max-width: 550px;
}
@media (max-width : 992px) {
  .calculator .right_block .form_item_month {
    width: 550px;
  }
}
@media (max-width : 576px) {
  .calculator .right_block .form_item_month {
    width: calc(100% - 20px);
  }
}
.calculator .right_block .form_item_month .form_title {
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
}
@media (max-width : 576px) {
  .calculator .right_block .form_item_month .form_title {
    font-size: 16px;
  }
}
.calculator .right_block .form_item_month input {
  width: 100%;
  position: relative;
  z-index: 22;
}
.calculator .right_block .form_item_month input[type=range] {
  -webkit-appearance: none !important;
  background: #fff;
  height: 3px;
}
.calculator .right_block .form_item_month input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  background: #fff;
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
.calculator .right_block .form_item_month .val {
  color: #838384;
  position: relative;
  display: inline-block;
}
.calculator .right_block .form_item_month .val::before {
  content: "";
  width: 2px;
  height: 6px;
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #838384;
  display: block;
}
.calculator .right_block .form_item_month .value1 {
  position: absolute;
  left: 16.66666%;
  bottom: -23px;
}
.calculator .right_block .form_item_month .value2 {
  position: absolute;
  left: calc(33.3333% - 10px);
  bottom: -23px;
}
.calculator .right_block .form_item_month .value3 {
  position: absolute;
  left: calc(50% - 16px);
  bottom: -23px;
}
.calculator .right_block .form_item_month .value4 {
  position: absolute;
  right: calc(33.33333% + 6px);
  bottom: -23px;
}
.calculator .right_block .form_item_month .value5 {
  position: absolute;
  right: calc(16.66666% + 12px);
  bottom: -23px;
}
.calculator .right_block .form_item_month .value6 {
  position: absolute;
  right: 17px;
  bottom: -23px;
}
.calculator .right_block .total_sum {
  background-color: #424242;
  padding: 20px;
  max-width: 550px;
  position: relative;
  z-index: 22;
}
@media (max-width : 992px) {
  .calculator .right_block .total_sum {
    width: 550px;
  }
}
@media (max-width : 576px) {
  .calculator .right_block .total_sum {
    width: calc(100% - 20px);
  }
}
.calculator .right_block .total_sum .text {
  text-align: right;
  color: #C7C7C7;
  font-size: 24px;
  margin-bottom: 8px;
}
@media (max-width : 576px) {
  .calculator .right_block .total_sum .text {
    font-size: 18px;
  }
}
.calculator .right_block .total_sum .sum {
  text-align: right;
  color: #fff;
  font-size: 24px;
}
@media (max-width : 576px) {
  .calculator .right_block .total_sum .sum {
    font-size: 18px;
  }
}

.what_you_learn {
  padding: 110px 0 76px;
  background-color: #29272F;
  background-image: url("../images/337b8331bdbb427a3968511a299125b2.gif");
  background-repeat: no-repeat;
  background-position: calc(100% - 390px) 135px;
  position: relative;
  z-index: 22;
}
@media (max-width: 1400px) {
  .what_you_learn {
    background-position: calc(100% - 90px) 135px;
  }
}
@media (max-width : 992px) {
  .what_you_learn {
    background-position: 50px calc(100% + 110px);
    padding-bottom: 200px;
  }
}
@media (max-width : 576px) {
  .what_you_learn {
    padding-top: 30px;
  }
}
.what_you_learn .section_title {
  font-size: 48px;
  color: #fff;
  margin-left: 362px;
  margin-bottom: 26px;
}
@media (max-width: 1400px) {
  .what_you_learn .section_title {
    margin-left: 60px;
  }
}
@media (max-width : 576px) {
  .what_you_learn .section_title {
    font-size: 30px;
    margin-bottom: 41px;
  }
}
.what_you_learn .block_item {
  margin-left: 360px;
  display: flex;
  gap: 0 30px;
  align-items: center;
}
@media (max-width: 1400px) {
  .what_you_learn .block_item {
    margin-left: 60px;
  }
}
@media (max-width : 992px) {
  .what_you_learn .block_item {
    margin-left: 50px;
    margin-bottom: 50px;
    position: relative;
  }
}
.what_you_learn .block_item .step {
  font-size: 142px;
  color: #1B1C20;
  line-height: 100%;
}
@media (max-width : 576px) {
  .what_you_learn .block_item .step {
    font-size: 80px;
  }
}
@media (max-width : 992px) {
  .what_you_learn .block_item .content {
    position: absolute;
    left: 100px;
  }
}
@media (max-width : 576px) {
  .what_you_learn .block_item .content {
    left: 80px;
    padding-right: 10px;
  }
}
.what_you_learn .block_item .content .title {
  font-size: 17px;
  color: #fff;
  margin-bottom: 17px;
}
@media (max-width : 576px) {
  .what_you_learn .block_item .content .title {
    font-size: 13px;
  }
}
.what_you_learn .block_item .content .description {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  padding-left: 28px;
}
@media (max-width : 992px) {
  .what_you_learn .block_item .content .description {
    padding-left: 0;
  }
}
.what_you_learn .block_item2 {
  margin-left: 418px;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1400px) {
  .what_you_learn .block_item2 {
    margin-left: 118px;
  }
}
@media (max-width : 992px) {
  .what_you_learn .block_item2 {
    margin-left: 50px;
    margin-bottom: 50px;
  }
}
.what_you_learn .block_item2 .step {
  font-size: 142px;
  color: #3E4BA5;
  line-height: 70%;
  height: 99px;
}
@media (max-width : 992px) {
  .what_you_learn .block_item2 .step {
    color: #1B1C20;
  }
}
@media (max-width : 576px) {
  .what_you_learn .block_item2 .step {
    font-size: 80px;
  }
}
@media (max-width : 576px) {
  .what_you_learn .block_item2 .step {
    height: auto;
  }
}
.what_you_learn .block_item2 .content {
  background-color: #3E4BA5;
  width: calc(100% - 45px);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 25px 100%, 25px 17%);
  height: 99px;
  margin-top: 2px;
  position: absolute;
  right: 0;
  padding-left: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width : 992px) {
  .what_you_learn .block_item2 .content {
    background-color: transparent;
    clip-path: none;
    width: auto;
    right: auto;
    left: 100px;
    padding-left: 0;
  }
}
@media (max-width : 576px) {
  .what_you_learn .block_item2 .content {
    left: 80px;
    padding-right: 10px;
  }
}
.what_you_learn .block_item2 .content .title {
  font-size: 17px;
  color: #fff;
  margin-bottom: 12px;
}
@media (max-width : 576px) {
  .what_you_learn .block_item2 .content .title {
    font-size: 13px;
  }
}
.what_you_learn .block_item2 .content .description {
  font-size: 17px;
  color: #fff;
  font-weight: 300;
  margin-left: 30px;
}
@media (max-width : 992px) {
  .what_you_learn .block_item2 .content .description {
    margin-left: 0;
  }
}
.what_you_learn .bg_dark {
  margin: 0 56px;
  background-color: #1B1C20;
}
@media (max-width : 992px) {
  .what_you_learn .bg_dark {
    margin: 0;
    background-color: transparent;
  }
}
.what_you_learn .bg_dark .block_item3 {
  margin-left: 518px;
  display: flex;
  position: relative;
}
@media (max-width: 1400px) {
  .what_you_learn .bg_dark .block_item3 {
    margin-left: 218px;
  }
}
@media (max-width: 1400px) {
  .what_you_learn .bg_dark .block_item3 {
    margin-left: 150px;
  }
}
@media (max-width : 992px) {
  .what_you_learn .bg_dark .block_item3 {
    margin-left: 50px;
    margin-bottom: 50px;
  }
}
.what_you_learn .bg_dark .block_item3 .step {
  font-size: 142px;
  color: #29272F;
  line-height: 67%;
  height: 99px;
}
@media (max-width : 992px) {
  .what_you_learn .bg_dark .block_item3 .step {
    color: #1B1C20;
  }
}
@media (max-width : 576px) {
  .what_you_learn .bg_dark .block_item3 .step {
    font-size: 80px;
    height: auto;
  }
}
.what_you_learn .bg_dark .block_item3 .content {
  background-color: #29272F;
  width: calc(100% - 120px);
  clip-path: polygon(0 0, 100% 1%, 100% 100%, 0 100%, 25px 86%, 25px 17%);
  height: 99px;
  position: absolute;
  left: 40px;
  padding-left: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width : 992px) {
  .what_you_learn .bg_dark .block_item3 .content {
    width: auto;
    clip-path: none;
    padding-left: 0;
    left: 100px;
  }
}
@media (max-width : 576px) {
  .what_you_learn .bg_dark .block_item3 .content {
    height: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 80px;
    padding-right: 10px;
  }
}
.what_you_learn .bg_dark .block_item3 .content .title {
  color: #fff;
  font-size: 17px;
  margin-bottom: 13px;
}
@media (max-width : 576px) {
  .what_you_learn .bg_dark .block_item3 .content .title {
    font-size: 13px;
  }
}
.what_you_learn .bg_dark .block_item3 .content .description {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  margin-left: 30px;
}
@media (max-width : 992px) {
  .what_you_learn .bg_dark .block_item3 .content .description {
    margin-left: 0;
  }
}
.what_you_learn .bg_dark .block_item4 {
  margin-left: 675px;
  display: flex;
  position: relative;
}
@media (max-width: 1400px) {
  .what_you_learn .bg_dark .block_item4 {
    margin-left: 375px;
  }
}
@media (max-width: 1400px) {
  .what_you_learn .bg_dark .block_item4 {
    margin-left: 310px;
  }
}
@media (max-width : 992px) {
  .what_you_learn .bg_dark .block_item4 {
    margin-left: 50px;
    margin-bottom: 50px;
  }
}
.what_you_learn .bg_dark .block_item4 .step {
  font-size: 142px;
  color: #29272F;
  line-height: 66%;
  height: 97px;
}
@media (max-width : 992px) {
  .what_you_learn .bg_dark .block_item4 .step {
    color: #1B1C20;
  }
}
@media (max-width : 576px) {
  .what_you_learn .bg_dark .block_item4 .step {
    height: auto;
    font-size: 80px;
  }
}
.what_you_learn .bg_dark .block_item4 .content {
  display: flex;
  align-items: center;
}
@media (max-width : 992px) {
  .what_you_learn .bg_dark .block_item4 .content {
    position: absolute;
    left: 100px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media (max-width : 576px) {
  .what_you_learn .bg_dark .block_item4 .content {
    left: 80px;
  }
}
.what_you_learn .bg_dark .block_item4 .content .title {
  color: #fff;
  font-size: 17px;
  margin-left: 30px;
}
@media (max-width : 992px) {
  .what_you_learn .bg_dark .block_item4 .content .title {
    margin-left: 0;
  }
}
@media (max-width : 576px) {
  .what_you_learn .bg_dark .block_item4 .content .title {
    font-size: 13px;
    padding-right: 10px;
  }
}
.what_you_learn .block_item5 {
  margin-left: 895px;
  display: flex;
  align-items: center;
}
@media (max-width: 1400px) {
  .what_you_learn .block_item5 {
    margin-left: 595px;
  }
}
@media (max-width: 1400px) {
  .what_you_learn .block_item5 {
    margin-left: 510px;
  }
}
@media (max-width : 992px) {
  .what_you_learn .block_item5 {
    margin-left: 50px;
    margin-bottom: 30px;
    position: relative;
  }
}
.what_you_learn .block_item5 .step {
  font-size: 142px;
  color: #1B1C20;
  line-height: 66%;
  height: 99px;
}
@media (max-width : 576px) {
  .what_you_learn .block_item5 .step {
    font-size: 80px;
    height: auto;
  }
}
.what_you_learn .block_item5 .content {
  display: flex;
  align-items: center;
}
@media (max-width : 992px) {
  .what_you_learn .block_item5 .content {
    position: absolute;
    left: 100px;
  }
}
@media (max-width : 576px) {
  .what_you_learn .block_item5 .content {
    left: 80px;
    padding-right: 10px;
  }
}
.what_you_learn .block_item5 .content .title {
  margin-left: 30px;
  color: #fff;
  font-size: 17px;
}
@media (max-width : 992px) {
  .what_you_learn .block_item5 .content .title {
    margin-left: 0;
  }
}
@media (max-width : 576px) {
  .what_you_learn .block_item5 .content .title {
    font-size: 13px;
  }
}

.advantages {
  height: 873px;
  position: relative;
}
@media (max-width : 992px) {
  .advantages {
    z-index: 22;
  }
}
.advantages .top {
  height: 622px;
  display: flex;
}
@media (max-width : 992px) {
  .advantages .top {
    height: 100%;
  }
}
.advantages .top .left {
  width: 50%;
  background-color: #232326;
}
@media (max-width : 992px) {
  .advantages .top .left {
    display: none;
  }
}
.advantages .top .right {
  width: 50%;
  background-color: #1B1C20;
}
@media (max-width : 992px) {
  .advantages .top .right {
    width: 100%;
  }
}
.advantages .bottom {
  height: 251px;
  display: flex;
}
@media (max-width : 992px) {
  .advantages .bottom {
    display: none;
  }
}
.advantages .bottom .left {
  width: 50%;
  background-color: #1B1C20;
}
.advantages .bottom .right {
  background-color: #232326;
  width: 50%;
}
.advantages .img {
  position: absolute;
  bottom: 0;
  left: calc(50% - 620px);
  z-index: 22;
}
@media (max-width : 992px) {
  .advantages .img {
    left: calc(50% - 250px);
    opacity: 0.25;
  }
}
.advantages .content {
  width: 100%;
  position: absolute;
  top: 0;
  padding-top: 78px;
}
.advantages .content .section_title {
  text-align: center;
  font-size: 48px;
  color: #fff;
  margin-bottom: 68px;
}
@media (max-width : 992px) {
  .advantages .content .section_title {
    font-size: 30px;
  }
}
.advantages .content .block {
  display: flex;
}
.advantages .content .block .left {
  width: 50%;
}
@media (max-width : 992px) {
  .advantages .content .block .left {
    display: none;
  }
}
.advantages .content .block .right {
  width: 50%;
  padding-left: 32px;
  position: relative;
  z-index: 23;
}
@media (max-width : 992px) {
  .advantages .content .block .right {
    width: 100%;
    padding-left: 50px;
  }
}
.advantages .content .block .right .content_item {
  margin-bottom: 39px;
}
@media (max-width : 576px) {
  .advantages .content .block .right .content_item {
    margin-bottom: 26px;
  }
}
.advantages .content .block .right .content_item .title {
  max-width: 442px;
  color: #fff;
  font-size: 21px;
  margin-bottom: 13px;
}
@media (max-width : 992px) {
  .advantages .content .block .right .content_item .title {
    font-size: 19px;
  }
}
@media (max-width : 576px) {
  .advantages .content .block .right .content_item .title {
    margin-bottom: 12px;
  }
}
.advantages .content .block .right .content_item .description {
  max-width: 442px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 15px;
  font-weight: 300;
}

.reviews {
  padding: 233px 0 152px 370px;
  background-color: #232326;
  display: flex;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .reviews {
    padding-left: 70px;
  }
}
@media (max-width : 768px) {
  .reviews {
    padding: 20px 20px 80px 20px;
    flex-wrap: wrap;
    position: relative;
    z-index: 22;
  }
}
.reviews .left {
  width: 270px;
  position: relative;
  z-index: 22;
}
@media (max-width : 768px) {
  .reviews .left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 41px;
  }
}
.reviews .left .section_title {
  margin-top: 50px;
  width: 270px;
  font-size: 48px;
  color: #fff;
  margin-bottom: 22px;
  position: relative;
  z-index: 10;
}
@media (max-width : 768px) {
  .reviews .left .section_title {
    width: auto;
    font-size: 30px;
    margin-top: 0;
  }
}
.reviews .left .small_title {
  font-size: 19px;
  color: #fff;
  margin-bottom: 22px;
  position: relative;
  z-index: 10;
}
.reviews .left .buttons {
  display: flex;
  gap: 0 14px;
  align-items: center;
}
.reviews .left .buttons svg {
  cursor: pointer;
}
.reviews .left img {
  position: absolute;
  left: -82%;
  top: -55px;
}
@media (max-width : 1200px) {
  .reviews .left img {
    left: -20%;
    top: -15px;
  }
}
@media (max-width : 768px) {
  .reviews .left img {
    width: 130px;
    top: -28px;
    left: 40%;
  }
}
.reviews .right {
  width: calc(100% - 270px);
  position: relative;
  z-index: 22;
}
@media (max-width : 768px) {
  .reviews .right {
    width: 100%;
  }
}
.reviews .right .swiper .swiper-wrapper .swiper-slide {
  padding: 29px;
  background-color: rgba(21, 21, 22, 0.42);
  backdrop-filter: blur(5.5px);
  cursor: pointer;
}
.reviews .right .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq {
  background-color: #1B1C20;
  padding: 182px 0 172px 0;
}
@media (max-width : 992px) {
  .faq {
    padding: 40px 46px;
    position: relative;
    z-index: 22;
  }
}
.faq .faq_block {
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.faq .faq_block .title {
  width: 25%;
  color: #fff;
  font-size: 48px;
}
@media (max-width : 992px) {
  .faq .faq_block .title {
    width: 100%;
    text-align: center;
    margin-bottom: 42px;
    font-size: 30px;
  }
}
.faq .faq_block .content_accordion {
  width: 75%;
  display: flex;
  flex-direction: column;
  gap: 26px 0;
}
@media (max-width : 992px) {
  .faq .faq_block .content_accordion {
    width: 100%;
  }
}
.faq .faq_block .content_accordion .accordion_item {
  position: relative;
  z-index: 22;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #33353E;
  background-color: #29272F;
  backdrop-filter: blur(5px);
  display: flex;
  padding: 26px;
  flex-direction: column;
  gap: 13px 0;
}
.faq .faq_block .content_accordion .accordion_item .accordion_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
}
.faq .faq_block .content_accordion .accordion_item .accordion_nav.active svg {
  transform: rotate(180deg);
}
.faq .faq_block .content_accordion .accordion_item .accordion_content {
  color: rgba(255, 255, 255, 0.66);
  font-size: 17px;
  font-weight: 300;
  display: none;
}
.faq .faq_block .content_accordion .accordion_item .accordion_content.show {
  display: block;
}

.checkout {
  background-color: #232326;
  border-bottom-right-radius: 41px;
  border-bottom-left-radius: 41px;
  padding: 86px 0;
}
@media (max-width : 992px) {
  .checkout {
    padding-top: 118px;
    position: relative;
    z-index: 22;
  }
}
.checkout .block {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width : 576px) {
  .checkout .block {
    padding: 0 18px;
  }
}
.checkout .block .left {
  width: 50%;
  background-color: #3C57FA;
  padding: 94px 111px 120px 0;
  text-align: right;
  position: relative;
  z-index: 22;
}
@media (max-width : 992px) {
  .checkout .block .left {
    width: 100%;
    position: static;
    padding: 26px 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
  }
}
.checkout .block .left .title {
  font-size: 48px;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width : 992px) {
  .checkout .block .left .title {
    position: absolute;
    top: 25px;
    text-align: center;
    width: 100%;
  }
}
@media (max-width : 576px) {
  .checkout .block .left .title {
    font-size: 30px;
  }
}
.checkout .block .left .old_price {
  font-size: 93px;
  color: rgba(35, 35, 38, 0.23);
  margin-bottom: 11px;
  position: relative;
}
@media (max-width : 992px) {
  .checkout .block .left .old_price {
    display: inline-block;
  }
}
@media (max-width : 576px) {
  .checkout .block .left .old_price {
    font-size: 50px;
  }
}
.checkout .block .left .old_price::before {
  content: "";
  display: block;
  width: 325px;
  border-top: 2px dashed rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 58px;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media (max-width : 576px) {
  .checkout .block .left .old_price::before {
    width: 100%;
    top: 50%;
  }
}
.checkout .block .left .new_price {
  font-size: 93px;
  color: #A7F658;
  margin-bottom: 30px;
}
@media (max-width : 576px) {
  .checkout .block .left .new_price {
    font-size: 50px;
    margin-bottom: 18px;
  }
}
.checkout .block .left .text {
  font-size: 19px;
  color: #fff;
}
@media (max-width : 576px) {
  .checkout .block .left .text {
    text-align: center;
  }
}
.checkout .block .left img {
  position: absolute;
  left: 90px;
  bottom: 60px;
}
@media (max-width : 992px) {
  .checkout .block .left img {
    bottom: auto;
    top: 360px;
  }
}
@media (max-width : 768px) {
  .checkout .block .left img {
    left: 30px;
  }
}
@media (max-width : 576px) {
  .checkout .block .left img {
    top: 290px;
    left: 10%;
    width: 53px;
  }
}
.checkout .block .right {
  width: 50%;
  background-color: #29272F;
  padding: 91px 0 120px 0;
  position: relative;
  z-index: 22;
}
@media (max-width : 992px) {
  .checkout .block .right {
    width: 100%;
    padding: 50px 20px;
  }
}
@media (max-width : 576px) {
  .checkout .block .right {
    padding: 26px;
  }
}
.checkout .block .right .form {
  max-width: 335px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  gap: 20px 0;
}
.checkout .block .right .form input {
  width: 100%;
  padding: 26px 20px;
  background-color: #232326;
  border-radius: 20px;
  border: 1px solid transparent;
  font-size: 19px;
  position: relative;
  z-index: 22;
  color: #fff;
}
@media (max-width : 576px) {
  .checkout .block .right .form input {
    font-size: 13px;
    padding: 14px;
  }
}
.checkout .block .right .form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 19px;
}
@media (max-width : 576px) {
  .checkout .block .right .form input::placeholder {
    font-size: 13px;
  }
}
.checkout .block .right .form input:focus {
  border: 1px solid #3C57FA;
  outline: none;
}
.checkout .block .right .form input:focus::placeholder {
  color: #fff;
}
.checkout .block .right .form .button {
  padding: 26px;
  background-color: rgba(21, 21, 22, 0.42);
  border-radius: 39px;
}
@media (max-width : 576px) {
  .checkout .block .right .form .button {
    padding: 13px;
  }
}
.checkout .block .right .form .button button {
  width: 100%;
  padding: 20px;
  background-color: #3C57FA;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 19px;
  position: relative;
  z-index: 22;
}
.checkout .block .right .form .button button:active {
  transform: scale(0.95);
}
@media (max-width : 576px) {
  .checkout .block .right .form .button button {
    padding: 13px;
  }
}
.checkout .block .right .form .description {
  padding: 10px 26px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
}

.footer__details {
  margin-top: 40px;
  color: #6c757d;
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  text-decoration: none;
  background: #222;
}

.footer__details a {
  color: #6c757d;
  text-decoration: none;
  position: relative;
  z-index: 99999;
}

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



@media (max-width : 576px) {
  .checkout .block .right .form .button-installment {
    /* padding: 10px; */
  }
}
.checkout .block .right .form .button-installment a {
  display: flex;
  align-items: center;
  text-decoration: none;
  /* margin: 0 auto; */
  justify-content: center;
  /* display: block; */
  text-align: center;
  width: 100%;
  padding: 16px;
  background-color: #FADF56;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  color: #333333;
  font-size: 14px;
  position: relative;
  z-index: 22;
  font-weight: 600;
}

.tg-logo {
  height: 14px;
  margin-right: 10px;
  margin-top: 1px;
}

@media (min-width : 576px) {
  .checkout .block .right .form .button-installment a {
    font-size: 16px;
  }
}

@media (min-width : 1200px) {
  .checkout .block .right .form .button-installment a {
    font-size: 18px;
  }
  .checkout .block .right .form .button-installment {
    padding: 0 5px;
  }
}