@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap");
.title-xl {
  display: block;
  color: #000;
  font-size: 76px;
  font-weight: 700;
  line-height: 106%;
  text-transform: uppercase;
}

.title-x {
  display: block;
  color: #FFF;
  font-size: 48px;
  font-weight: 700;
  line-height: 116%;
  text-transform: uppercase;
}

.title-x.black {
  color: #000;
}

.title-lg {
  display: block;
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

.title-l {
  display: block;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 166%;
  text-transform: uppercase;
}

.title-md {
  display: block;
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.text-xl {
  display: block;
  color: #292929;
  font-size: 24px;
  font-weight: 400;
}

.text-lg {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 800px) {
  .title-xl {
    font-size: 44px;
  }
  .title-x {
    font-size: 34px;
  }
  .title-lg {
    font-size: 28px;
  }
  .title-md {
    font-size: 18px;
  }
  .text-xl {
    font-size: 18px;
  }
}
*, ::after, ::before {
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  background: #FFF;
}

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-thumb {
  background: #2F54E9;
}

body::-webkit-scrollbar-track {
  background: #FFFFFF;
}

p {
  width: 100%;
  margin: 0px;
}

h1, h2, h3, h4, h5 {
  width: 100%;
  margin: 0px;
}

img {
  max-width: 100%;
}

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

li {
  list-style-type: none;
}

a {
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  outline: none;
}

select {
  opacity: 1;
  border-radius: 0;
  font-family: "Open Sans", sans-serif;
  padding: 0px;
  margin: 0px;
}
select:hover, select:focus {
  outline: none;
  text-decoration: none;
}

textarea {
  font-family: "Open Sans", sans-serif;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  resize: none;
  border-radius: 0;
  padding: 0px;
  margin: 0px;
}
textarea::-webkit-input-placeholder {
  color: #000;
}
textarea::-moz-placeholder {
  color: #000;
}
textarea:-ms-input-placeholder {
  color: #000;
}
textarea:-moz-placeholder {
  color: #000;
}
textarea:hover, textarea:focus {
  outline: none;
  text-decoration: none;
}

input {
  font-family: "Open Sans", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  border-radius: 0;
  padding: 0px;
  margin: 0px;
}
input::-webkit-input-placeholder {
  color: #000;
}
input::-moz-placeholder {
  color: #000;
}
input:-ms-input-placeholder {
  color: #000;
}
input:-moz-placeholder {
  color: #000;
}
input:hover, input:focus {
  outline: none;
  text-decoration: none;
}

button {
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0px;
  margin: 0px;
}
button:hover, button:focus {
  outline: none;
  text-decoration: none;
}

html,
body {
  height: 100%;
}

.container {
  height: 100%;
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

main {
  flex: 1 0 auto;
}

footer {
  flex: 0 0 auto;
}

.section {
  padding: 120px 0px;
}

.section-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 64px;
}

.section-sub {
  margin-top: 16px;
}

@media (max-width: 1200px) {
  .container {
    max-width: 800px;
  }
}
@media (max-width: 800px) {
  .section {
    padding: 60px 0px;
  }
  .section-top {
    margin-bottom: 32px;
  }
}
.btn-one {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  width: fit-content;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 0px 32px;
  border-radius: 32px;
  overflow: hidden;
  transition: 0.3s;
}
.btn-one::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #2F54E9;
  transition: 0.3s;
}
.btn-one::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  width: 100%;
  height: 100%;
  background: #F1FF9D;
  transition: 0.3s;
}
.btn-one svg {
  stroke: #FFF;
  transition: 0.3s;
  margin-left: 8px;
}

@media (min-width: 1200px) {
  .btn-one:hover {
    color: #000;
  }
  .btn-one:hover::before {
    transform: translateY(-100%);
  }
  .btn-one:hover::after {
    transform: translate(0);
  }
  .btn-one:hover svg {
    stroke: #000;
  }
}
.header {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  background: #FFFFFF;
}

.header.active {
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}

.header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}

.header-logo {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header-menu {
  display: flex;
  align-items: center;
  grid-gap: 32px;
}
.header-menu li {
  position: relative;
}
.header-menu li:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scale(0);
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: #2F54E9;
  transition: 0.3s;
}
.header-menu a {
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  transition: 0.1s;
}
.header-menu button {
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  transition: 0.1s;
}

.header-info {
  display: flex;
  align-items: center;
}

.header-lang {
  position: relative;
  z-index: 1;
  display: block;
  align-items: center;
  grid-gap: 16px;
  margin-right: 16px;
}
.header-lang a {
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  transition: 0.1s;
  text-transform: uppercase;
}
.header-lang li.active a {
  color: #2F54E9;
}

.header-btn {
  height: 50px;
  padding: 0px 24px;
}

.header-mob {
  display: none;
}

.header-burger {
  display: none;
}

@media (max-width: 1200px) {
  .header-wrap {
    height: 64px;
  }
  .header-burger {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    width: 20px;
    height: 14px;
    cursor: pointer;
    transition: 0.2s;
  }
  .header-burger span {
    display: block;
    height: 2px;
    width: 100%;
    border-radius: 20px;
    background: #000;
    transition: 0.2s;
  }
  .header-burger.active {
    transform: translateX(6px);
  }
  .header-burger.active span:nth-child(1) {
    transform: rotate(45deg) translate(2px, 5px);
  }
  .header-burger.active span:nth-child(2) {
    opacity: 0;
  }
  .header-burger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -7px);
  }
  .header-nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    display: none;
  }
  .header-menu {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 120px;
  }
  .header-menu a {
    font-size: 18px;
  }
  .header-menu button {
    font-size: 18px;
  }
  .header-mob {
    display: flex;
    margin: 32px auto 0px auto;
  }
  .header-btn {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header-menu li:hover:after {
    transform: translateX(-50%) scale(1);
  }
  .header-lang a:hover {
    color: #2F54E9;
  }
}
.footer {
  padding: 32px 0px;
  background: #07162A;
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
}

.footer-menu {
  display: flex;
  align-items: center;
  grid-gap: 32px;
  margin-top: 8px;
}
.footer-menu li {
  position: relative;
}
.footer-menu li:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scale(0);
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  transition: 0.3s;
}
.footer-menu a {
  display: block;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  transition: 0.1s;
}
.footer-menu button {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  transition: 0.1s;
}

@media (max-width: 1200px) {
  .footer-wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer-btn {
    margin-top: 32px;
  }
}
@media (max-width: 800px) {
  .footer-menu {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .footer-menu li:hover:after {
    transform: translateX(-50%) scale(1);
  }
}
.content *:last-child {
  margin-bottom: 0px;
}
.content p {
  color: #EEEBEB;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}

.sta {
  padding-top: 150px;
  padding-bottom: 120px;
}

.sta-wrap {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
  align-items: center;
}

.sta-text {
  grid-column-start: 1;
  grid-column-end: 7;
}

.sta-descr {
  margin-top: 32px;
}

.sta-btn {
  margin-top: 48px;
}

.sta-img {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column-start: 8;
  grid-column-end: 13;
}
.sta-img img {
  width: 100%;
}

@media (max-width: 1200px) {
  .sta {
    padding-top: 100px;
  }
  .sta-wrap {
    position: relative;
    display: block;
    padding-bottom: 96px;
  }
  .sta-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .sta-img {
    margin-top: 32px;
  }
}
@media (max-width: 800px) {
  .sta {
    padding-bottom: 60px;
  }
  .sta-descr {
    margin-top: 24px;
  }
}
.plu {
  position: relative;
  z-index: 1;
  padding-top: 120px;
  background: #07162A;
}

.plu-wrap {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.plu-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column-start: 1;
  grid-column-end: 7;
  height: 100%;
}
.plu-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.plu-label {
  position: absolute;
  height: 70px;
  width: fit-content;
  display: flex;
  align-items: center;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding: 0px 24px;
  border-radius: 40px;
}

.plu-label.one {
  top: -24px;
  left: -46px;
  background: #FCF3E9;
}
.plu-label.one svg {
  position: absolute;
  left: -17px;
  top: -12px;
}

.plu-label.two {
  bottom: -24px;
  right: -46px;
  background: #F1FF9D;
}
.plu-label.two svg {
  position: absolute;
  right: -17px;
  top: -12px;
}

.plu-text {
  grid-column-start: 8;
  grid-column-end: 13;
}

.plu-content {
  margin-top: 24px;
}

@media (max-width: 1200px) {
  .plu-wrap {
    display: block;
  }
  .plu-text {
    margin-top: 64px;
  }
}
@media (max-width: 800px) {
  .plu {
    padding-top: 60px;
  }
  .plu-label.one {
    left: 17px;
  }
  .plu-label.two {
    right: 17px;
  }
  .plu-img {
    height: 320px;
  }
}
.pro {
  position: relative;
  padding: 120px 0px;
  background: #07162A;
}
.pro::after {
  content: "";
  position: absolute;
  left: -20px;
  bottom: -40px;
  width: 80px;
  height: 100px;
  background: url("../icons/elements/bg-1.svg") center no-repeat;
  background-size: contain;
}

.pro-wrap {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}

.pro-text {
  grid-column-start: 1;
  grid-column-end: 6;
}

.pro-content {
  margin-top: 24px;
}

.pro-info {
  grid-column-start: 7;
  grid-column-end: 13;
}

.pro-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
}
.pro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.pro-label {
  display: flex;
  align-items: center;
  width: 100%;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  padding: 16px;
  border-radius: 40px;
  background: #D5DDFB;
  margin-top: 32px;
}
.pro-label svg {
  min-width: 48px;
  margin-right: 12px;
}

@media (max-width: 800px) {
  .pro {
    padding: 80px 0px 60px 0px;
  }
  .pro-wrap {
    display: flex;
    flex-direction: column;
    grid-gap: 32px;
  }
  .pro-info {
    order: -1;
  }
  .pro-img {
    height: 320px;
  }
  .pro-label {
    font-size: 14px;
  }
}
.res-boxs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 60px;
}

.res-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.res-box_icon {
  width: 56px;
  height: 56px;
}

.res-box_title {
  margin-top: 12px;
}

.res-box_descr {
  margin-top: 16px;
}

@media (max-width: 1200px) {
  .res-boxs {
    grid-gap: 32px;
  }
}
@media (max-width: 800px) {
  .res-boxs {
    grid-template-columns: 1fr;
  }
  .res-box {
    position: relative;
    padding-left: 80px;
    align-items: flex-start;
    text-align: left;
  }
  .res-box_icon {
    position: absolute;
    left: 0;
    top: 0;
  }
  .res-box_title {
    margin-top: 0px;
  }
}
.par {
  position: relative;
  background: #07162A;
}
.par::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -20px;
  width: 100px;
  height: 80px;
  background: url("../icons/elements/bg-2.svg") center no-repeat;
  background-size: contain;
}

.par-boxs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
}

.par-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.par-box_descr {
  color: #FFFFFF;
  margin-top: 40px;
}

@media (max-width: 1200px) {
  .par-boxs {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 800px) {
  .par-boxs {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
  }
  .par-box {
    padding: 32px;
  }
  .par-box_descr {
    margin-top: 24px;
  }
}
.hel-wrap {
  position: relative;
  width: 100%;
  height: 525px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
}
.hel-wrap::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 7, 6, 0.5);
}

.hel-img {
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hel-btn {
  margin-top: 40px;
}

@media (max-width: 800px) {
  .hel-wrap {
    height: 400px;
  }
}
.mod {
  position: fixed;
  z-index: 15;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.52);
  display: none;
}

.mod-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.mod-box {
  position: relative;
  width: 560px;
  padding: 48px 40px;
  border-radius: 16px;
  background: #FFFFFF;
}

.mod-close {
  position: absolute;
  right: 16px;
  top: 16px;
  stroke: #101828;
  cursor: pointer;
}

.mod-title {
  text-align: center;
  margin-bottom: 24px;
}

.mod-input {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 16px;
}

.mod-input_point {
  width: 100%;
  height: 48px;
  color: #4A4A4A;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border-radius: 8px;
  border: 1px solid #DCDCDC;
  background: #FFF;
  padding: 0px 16px;
}

.mod-input_point:focus {
  border: 1px solid #4A4A4A;
}

.mod-textarea {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 16px;
}

.mod-textarea_point {
  width: 100%;
  height: 130px;
  color: #4A4A4A;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border-radius: 8px;
  border: 1px solid #DCDCDC;
  background: #FFF;
  padding: 12px 16px;
}

.mod-textarea_point:focus {
  border: 1px solid #4A4A4A;
}

span.form-error {
  position: absolute;
  right: 0;
  top: 100%;
  color: #FF0000;
  font-size: 12px;
}

.mod-label {
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 6px;
}

.mod-btn {
  width: 100%;
  margin-top: 32px;
}

.mod-thank {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.mod-thank_title {
  margin-top: 16px;
}

.mod-thank_descr {
  margin-top: 16px;
}

.mod.active .mod-thank {
  display: flex;
}
.mod.active .mod-form {
  display: none;
}

@media (max-width: 800px) {
  .mod-box {
    width: calc(100% - 30px);
    padding: 32px 16px 16px 16px;
  }
}
@media (min-width: 1200px) {
  .mod-close:hover {
    stroke: #2F54E9;
  }
}