*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  outline: none !important;
}

*:focus {
  outline: none !important;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #00041d #e6e6e6;
}

*:not(body)::-webkit-scrollbar {
  height: 0.8rem;
  width: 0.8rem;
}

*:not(body)::-webkit-scrollbar-track {
  background: #e6e6e6;
}

*:not(body)::-webkit-scrollbar-thumb {
  background-color: #00041d;
  border-radius: 0px;
  border: 2px solid #e6e6e6;
}

html {
  font-size: 10px;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  color: #00041d;
  background-color: #0F0F10;
  overflow-x: hidden;
}

body::-webkit-scrollbar,
.line-instead-scroll::-webkit-scrollbar {
  height: 1.2rem;
  width: 1.2rem;
}

body::-webkit-scrollbar-track,
.line-instead-scroll::-webkit-scrollbar-track {
  background: #e6e6e6;
}

body::-webkit-scrollbar-thumb,
.line-instead-scroll::-webkit-scrollbar-thumb {
  background-color: #00041d;
  border-radius: 0px;
  border: 3px solid #e6e6e6;
}

img {
  max-width: 100%;
}

ul,
ol {
  margin-bottom: 0;
  list-style: none;
}

input,
button {
  outline: none;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.data_blog {
    color:#373737;
    font-weight:500;
    font-size:1.4rem;
    margin-top:1rem;
}
.field__input {
    width: 100%;
    color: #270947;
    font-size: 1.6rem;
    letter-spacing: 0.015rem;
    border: 1px solid rgba(221, 221, 221, 0.06);
    padding: 1.6rem 2rem 1.7rem 2rem;
    border-radius: 6px;
    background: #D1D1D1;
    -webkit-box-shadow: inset 0 0 0 #e6e6e6;
    box-shadow: inset 0 0 0 #e6e6e6;
}
.button {
    outline: none;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

figure {
  margin: 0;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1;
  font-size: 1.4rem;
}

.layout {
  position: relative;
  min-height: 100vh;
}

.main {
  overflow: hidden;
}

.nlch-r-0>*:not(:last-child) {
  margin-right: 0;
}

.nlch-r-5>*:not(:last-child) {
  margin-right: 0.5rem;
}

.nlch-r-10>*:not(:last-child) {
  margin-right: 1rem;
}

.nlch-r-15>*:not(:last-child) {
  margin-right: 1.5rem;
}

.nlch-r-25>*:not(:last-child) {
  margin-right: 2.5rem;
}

.nlch-r-20>*:not(:last-child) {
  margin-right: 2rem;
}

.nlch-r-30>*:not(:last-child) {
  margin-right: 3rem;
}

.nlch-r-40>*:not(:last-child) {
  margin-right: 4rem;
}

.nlch-r-60>*:not(:last-child) {
  margin-right: 6rem;
}

.nlch-b-0>*:not(:last-child) {
  margin-bottom: 0;
}

.nlch-b-10>*:not(:last-child) {
  margin-bottom: 1rem;
}

.nlch-b-15>*:not(:last-child) {
  margin-bottom: 1.5rem;
}

.nlch-b-20>*:not(:last-child) {
  margin-bottom: 2rem;
}

.nlch-b-25>*:not(:last-child) {
  margin-bottom: 2.5rem;
}

.nlch-b-30>*:not(:last-child) {
  margin-bottom: 3rem;
}

.nlch-b-120>*:not(:last-child) {
  margin-bottom: 12rem;
}

.ml-a {
  margin-left: auto;
}

.mr-a {
  margin-right: auto;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 1rem;
}

.mb-15 {
  margin-bottom: 1.5rem;
}

.mb-20 {
  margin-bottom: 2rem;
}

.mb-25 {
  margin-bottom: 2.5rem;
}

.mb-30 {
  margin-bottom: 3rem;
}

.mb-35 {
  margin-bottom: 3.5rem;
}

.mb-40 {
  margin-bottom: 4rem;
}

.mb-45 {
  margin-bottom: 4.5rem;
}

.mb-60 {
  margin-bottom: 6rem;
}

.mb-90 {
  margin-bottom: 9rem;
}

.mb-120 {
  margin-bottom: 12rem;
}

.mt-30 {
  margin-top: 3rem;
}

.mr-5 {
  margin-right: 0.5rem;
}

.mr-10 {
  margin-right: 1rem;
}

.mr-15 {
  margin-right: 1.5rem;
}

.ml-10 {
  margin-left: 1rem;
}

.ml-20 {
  margin-left: 2rem;
}

.mx-10 {
  margin-right: 1rem;
  margin-left: 1rem;
}

.p-0 {
  padding: 0;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.p-20 {
  padding: 2rem;
}

.py-5 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-10 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-15 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-20 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-25 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-40 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-60 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-90 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.py-120 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.px-20 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.pt-0 {
  padding-top: 0;
}

.pt-10 {
  padding-top: 1rem;
}

.pt-20 {
  padding-top: 2rem;
}

.pt-60 {
  padding-top: 6rem;
}

.pb-10 {
  padding-bottom: 1rem;
}

.pb-30 {
  padding-bottom: 3rem;
}

.pb-40 {
    padding-bottom: 4rem;
  }
.pb-45 {
  padding-bottom: 4.5rem;
}

.pb-60 {
  padding-bottom: 6rem;
}

.pb-80 {
  padding-bottom: 8rem;
}

.pb-90 {
  padding-bottom: 9rem;
}

.pb-120 {
  padding-bottom: 12rem;
}

.pr-20 {
  padding-right: 2rem;
}

.w-auto {
  width: auto;
}

.h-auto {
  height: auto;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.text-start {
    text-align: start;
}

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

@media (min-width: 576px) {
  .nlch-r-sm-0>*:not(:last-child) {
    margin-right: 0;
  }

  .nlch-r-sm-5>*:not(:last-child) {
    margin-right: 0.5rem;
  }

  .nlch-r-sm-10>*:not(:last-child) {
    margin-right: 1rem;
  }

  .nlch-r-sm-15>*:not(:last-child) {
    margin-right: 1.5rem;
  }

  .nlch-r-sm-25>*:not(:last-child) {
    margin-right: 2.5rem;
  }

  .nlch-r-sm-20>*:not(:last-child) {
    margin-right: 2rem;
  }

  .nlch-r-sm-30>*:not(:last-child) {
    margin-right: 3rem;
  }

  .nlch-r-sm-40>*:not(:last-child) {
    margin-right: 4rem;
  }

  .nlch-r-sm-60>*:not(:last-child) {
    margin-right: 6rem;
  }

  .nlch-b-sm-0>*:not(:last-child) {
    margin-bottom: 0;
  }

  .nlch-b-sm-10>*:not(:last-child) {
    margin-bottom: 1rem;
  }

  .nlch-b-sm-15>*:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .nlch-b-sm-20>*:not(:last-child) {
    margin-bottom: 2rem;
  }

  .nlch-b-sm-25>*:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .nlch-b-sm-30>*:not(:last-child) {
    margin-bottom: 3rem;
  }

  .nlch-b-sm-120>*:not(:last-child) {
    margin-bottom: 12rem;
  }

  .ml-sm-a {
    margin-left: auto;
  }

  .mr-sm-a {
    margin-right: auto;
  }

  .mb-sm-0 {
    margin-bottom: 0;
  }

  .mb-sm-10 {
    margin-bottom: 1rem;
  }

  .mb-sm-15 {
    margin-bottom: 1.5rem;
  }

  .mb-sm-20 {
    margin-bottom: 2rem;
  }

  .mb-sm-25 {
    margin-bottom: 2.5rem;
  }

  .mb-sm-30 {
    margin-bottom: 3rem;
  }

  .mb-sm-35 {
    margin-bottom: 3.5rem;
  }

  .mb-sm-40 {
    margin-bottom: 4rem;
  }

  .mb-sm-45 {
    margin-bottom: 4.5rem;
  }

  .mb-sm-60 {
    margin-bottom: 6rem;
  }

  .mb-sm-90 {
    padding-bottom: 9rem;
  }

  .mb-sm-120 {
    padding-bottom: 12rem;
  }

  .mt-sm-30 {
    margin-top: 3rem;
  }

  .mr-sm-5 {
    margin-right: 0.5rem;
  }

  .mr-sm-10 {
    margin-right: 1rem;
  }

  .mr-sm-15 {
    margin-right: 1.5rem;
  }

  .ml-sm-10 {
    margin-left: 1rem;
  }

  .ml-sm-20 {
    margin-left: 2rem;
  }

  .mx-sm-10 {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .p-sm-0 {
    padding: 0;
  }

  .pl-sm-0 {
    padding-left: 0;
  }

  .pr-sm-0 {
    padding-right: 0;
  }

  .p-sm-20 {
    padding: 2rem;
  }

  .py-sm-5 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .py-sm-15 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .py-sm-20 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .py-sm-25 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .py-sm-40 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .py-sm-60 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .py-sm-90 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .py-sm-120 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .px-sm-20 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  
  .pt-sm-0 {
    padding-top: 0;
  }

  .pt-sm-10 {
    padding-top: 1rem;
  }

  .pt-sm-20 {
    padding-top: 2rem;
  }

  .pt-sm-60 {
    padding-top: 6rem;
  }

  .pb-sm-10 {
    padding-bottom: 1rem;
  }

  .pb-sm-30 {
    padding-bottom: 3rem;
  }

  .pb-sm-45 {
    padding-bottom: 4.5rem;
  }
  
  .pb-sm-60 {
    padding-bottom: 6rem;
  }

  .pb-sm-80 {
    padding-bottom: 8rem;
  }

  .pb-sm-90 {
    padding-bottom: 9rem;
  }

  .pb-sm-120 {
    padding-bottom: 12rem;
  }

  .pr-sm-20 {
    padding-right: 2rem;
  }

  .w-sm-auto {
    width: auto;
  }

  .h-sm-auto {
    height: auto;
  }

  .w-sm-100 {
    width: 100%;
  }

  .h-sm-100 {
    height: 100%;
  }
  
  .text-sm-start {
    text-align: start;
  }
  
  .text-sm-center {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .nlch-r-md-0>*:not(:last-child) {
    margin-right: 0;
  }

  .nlch-r-md-5>*:not(:last-child) {
    margin-right: 0.5rem;
  }

  .nlch-r-md-10>*:not(:last-child) {
    margin-right: 1rem;
  }

  .nlch-r-md-15>*:not(:last-child) {
    margin-right: 1.5rem;
  }

  .nlch-r-md-25>*:not(:last-child) {
    margin-right: 2.5rem;
  }

  .nlch-r-md-20>*:not(:last-child) {
    margin-right: 2rem;
  }

  .nlch-r-md-30>*:not(:last-child) {
    margin-right: 3rem;
  }

  .nlch-r-md-40>*:not(:last-child) {
    margin-right: 4rem;
  }

  .nlch-r-md-60>*:not(:last-child) {
    margin-right: 6rem;
  }

  .nlch-b-md-0>*:not(:last-child) {
    margin-bottom: 0;
  }

  .nlch-b-md-10>*:not(:last-child) {
    margin-bottom: 1rem;
  }

  .nlch-b-md-15>*:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .nlch-b-md-20>*:not(:last-child) {
    margin-bottom: 2rem;
  }

  .nlch-b-md-25>*:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .nlch-b-md-30>*:not(:last-child) {
    margin-bottom: 3rem;
  }

  .nlch-b-md-120>*:not(:last-child) {
    margin-bottom: 12rem;
  }

  .ml-md-a {
    margin-left: auto;
  }

  .mr-md-a {
    margin-right: auto;
  }

  .mb-md-0 {
    margin-bottom: 0;
  }

  .mb-md-10 {
    margin-bottom: 1rem;
  }

  .mb-md-15 {
    margin-bottom: 1.5rem;
  }

  .mb-md-20 {
    margin-bottom: 2rem;
  }

  .mb-md-25 {
    margin-bottom: 2.5rem;
  }

  .mb-md-30 {
    margin-bottom: 3rem;
  }

  .mb-md-35 {
    margin-bottom: 3.5rem;
  }

  .mb-md-40 {
    margin-bottom: 4rem;
  }

  .mb-md-45 {
    margin-bottom: 4.5rem;
  }

  .mb-md-60 {
    margin-bottom: 6rem;
  }

  .mb-md-90 {
    padding-bottom: 9rem;
  }

  .mb-md-120 {
    padding-bottom: 12rem;
  }

  .mt-md-30 {
    margin-top: 3rem;
  }

  .mr-md-5 {
    margin-right: 0.5rem;
  }

  .mr-md-10 {
    margin-right: 1rem;
  }

  .mr-md-15 {
    margin-right: 1.5rem;
  }

  .ml-md-10 {
    margin-left: 1rem;
  }

  .ml-md-20 {
    margin-left: 2rem;
  }

  .mx-md-10 {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .p-md-0 {
    padding: 0;
  }

  .pl-md-0 {
    padding-left: 0;
  }

  .pr-md-0 {
    padding-right: 0;
  }

  .p-md-20 {
    padding: 2rem;
  }

  .py-md-5 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .py-md-15 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .py-md-20 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .py-md-25 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .py-md-40 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .py-md-60 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .py-md-90 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .py-md-120 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .px-md-20 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  
  .pt-md-0 {
    padding-top: 0;
  }

  .pt-md-10 {
    padding-top: 1rem;
  }

  .pt-md-20 {
    padding-top: 2rem;
  }

  .pt-md-60 {
    padding-top: 6rem;
  }

  .pb-md-10 {
    padding-bottom: 1rem;
  }

  .pb-md-30 {
    padding-bottom: 3rem;
  }

  .pb-md-45 {
    padding-bottom: 4.5rem;
  }
  
  .pb-md-60 {
    padding-bottom: 6rem;
  }

  .pb-md-80 {
    padding-bottom: 8rem;
  }

  .pb-md-90 {
    padding-bottom: 9rem;
  }

  .pb-md-120 {
    padding-bottom: 12rem;
  }

  .pr-md-20 {
    padding-right: 2rem;
  }

  .w-md-auto {
    width: auto;
  }

  .h-md-auto {
    height: auto;
  }

  .w-md-100 {
    width: 100%;
  }

  .h-md-100 {
    height: 100%;
  }
  
  .text-md-start {
    text-align: start;
  }
  
  .text-md-center {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .nlch-r-lg-0>*:not(:last-child) {
    margin-right: 0;
  }

  .nlch-r-lg-5>*:not(:last-child) {
    margin-right: 0.5rem;
  }

  .nlch-r-lg-10>*:not(:last-child) {
    margin-right: 1rem;
  }

  .nlch-r-lg-15>*:not(:last-child) {
    margin-right: 1.5rem;
  }

  .nlch-r-lg-25>*:not(:last-child) {
    margin-right: 2.5rem;
  }

  .nlch-r-lg-20>*:not(:last-child) {
    margin-right: 2rem;
  }

  .nlch-r-lg-30>*:not(:last-child) {
    margin-right: 3rem;
  }

  .nlch-r-lg-40>*:not(:last-child) {
    margin-right: 4rem;
  }

  .nlch-r-lg-60>*:not(:last-child) {
    margin-right: 6rem;
  }

  .nlch-b-lg-0>*:not(:last-child) {
    margin-bottom: 0;
  }

  .nlch-b-lg-10>*:not(:last-child) {
    margin-bottom: 1rem;
  }

  .nlch-b-lg-15>*:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .nlch-b-lg-20>*:not(:last-child) {
    margin-bottom: 2rem;
  }

  .nlch-b-lg-25>*:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .nlch-b-lg-30>*:not(:last-child) {
    margin-bottom: 3rem;
  }

  .nlch-b-lg-120>*:not(:last-child) {
    margin-bottom: 12rem;
  }

  .ml-lg-a {
    margin-left: auto;
  }

  .mr-lg-a {
    margin-right: auto;
  }

  .mb-lg-0 {
    margin-bottom: 0;
  }

  .mb-lg-10 {
    margin-bottom: 1rem;
  }

  .mb-lg-15 {
    margin-bottom: 1.5rem;
  }

  .mb-lg-20 {
    margin-bottom: 2rem;
  }

  .mb-lg-25 {
    margin-bottom: 2.5rem;
  }

  .mb-lg-30 {
    margin-bottom: 3rem;
  }

  .mb-lg-35 {
    margin-bottom: 3.5rem;
  }

  .mb-lg-40 {
    margin-bottom: 4rem;
  }

  .mb-lg-45 {
    margin-bottom: 4.5rem;
  }

  .mb-lg-60 {
    margin-bottom: 6rem;
  }

  .mb-lg-90 {
    margin-bottom: 9rem;
  }

  .mb-lg-120 {
    margin-bottom: 12rem;
  }

  .mt-lg-30 {
    margin-top: 3rem;
  }

  .mr-lg-5 {
    margin-right: 0.5rem;
  }

  .mr-lg-10 {
    margin-right: 1rem;
  }

  .mr-lg-15 {
    margin-right: 1.5rem;
  }

  .ml-lg-10 {
    margin-left: 1rem;
  }

  .ml-lg-20 {
    margin-left: 2rem;
  }

  .mx-lg-10 {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .p-lg-0 {
    padding: 0;
  }

  .pl-lg-0 {
    padding-left: 0;
  }

  .pr-lg-0 {
    padding-right: 0;
  }

  .p-lg-20 {
    padding: 2rem;
  }

  .py-lg-5 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .py-lg-15 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .py-lg-20 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .py-lg-25 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .py-lg-40 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .py-lg-60 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .py-lg-90 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .py-lg-120 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .px-lg-20 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  
  .pt-lg-0 {
    padding-top: 0;
  }

  .pt-lg-10 {
    padding-top: 1rem;
  }

  .pt-lg-20 {
    padding-top: 2rem;
  }

  .pt-lg-60 {
    padding-top: 6rem;
  }

  .pb-lg-10 {
    padding-bottom: 1rem;
  }

  .pb-lg-30 {
    padding-bottom: 3rem;
  }
  .pb-lg-40 {
    padding-bottom: 4rem;
  }
  .pb-lg-45 {
    padding-bottom: 4.5rem;
  }
  
  .pb-lg-60 {
    padding-bottom: 6rem;
  }

  .pb-lg-80 {
    padding-bottom: 8rem;
  }

  .pb-lg-90 {
    padding-bottom: 9rem;
  }

  .pb-lg-120 {
    padding-bottom: 12rem;
  }

  .pr-lg-20 {
    padding-right: 2rem;
  }

  .w-lg-auto {
    width: auto;
  }

  .h-lg-auto {
    height: auto;
  }

  .w-lg-100 {
    width: 100%;
  }

  .h-lg-100 {
    height: 100%;
  }
    
  .text-lg-start {
    text-align: start;
  }    

  .text-lg-center {
    text-align: center;
  }
}

.pos-r-block {
  position: relative;
}

.hidden {
  display: none !important;
}

.abst-fill {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.before-abst-fill::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.after-abst-fill::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.border-style {
  border: 1px solid rgba(4, 13, 33, 0.06);
}

.border-style-x {
  border-left: 1px solid rgba(4, 13, 33, 0.06);
  border-right: 1px solid rgba(4, 13, 33, 0.06);
}

.border-style-r {
  border-right: 1px solid rgba(4, 13, 33, 0.06);
}

.border-t-none {
  border-top: none;
}

.border-rad {
  border-radius: 6px;
}

.border-rad-top {
  border-radius: 6px 6px 0 0;
}

.border-rad-bottom {
  border-radius: 0 0 6px 6px;
}

.border-rad-left {
  border-radius: 6px 0 0 6px;
}

.border-rad-right {
  border-radius: 0 6px 6px 0;
}

.loading::before {
  content: '';
  display: block;
  position: fixed;
  z-index: 1000;
  width: 20vw;
  height: 20vw;
  top: calc(50% - 10vw);
  background-size: 15vw 15vw;
  left: calc(50% - 10vw);
}

.shadow-highlighting {
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 3px 2px rgba(0, 0, 0, 0.04), 0 7px 5px rgba(0, 0, 0, 0.02), 0 13px 10px rgba(0, 0, 0, 0.02), 0 22px 17px rgba(0, 0, 0, 0.02);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 3px 2px rgba(0, 0, 0, 0.04), 0 7px 5px rgba(0, 0, 0, 0.02), 0 13px 10px rgba(0, 0, 0, 0.02), 0 22px 17px rgba(0, 0, 0, 0.02);
}

[data-animate-number] {
  display: inline-block;
}

.lg-backdrop {
  z-index: 2040;
}

.lg-outer {
  z-index: 2050;
}

.button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  color: #ffffff;
  border: none;
  cursor: pointer;
  -webkit-transition: all .15s;
  transition: all .15s;
  white-space: nowrap;
  padding: 2rem 3rem;
  border-radius: 1rem;
  font-size:1.2rem;
}
.button-header {
    border:1px solid #fff;
    padding: 1rem 3rem;
}
.button-solid {
    padding: 1.7rem 2rem;
    border-radius: 3rem;
    font-size: 2rem;
    line-height:1.2;
    font-weight: 500;
    background: linear-gradient(90deg, #FF1645 0%, #FF8346 100%);
}
.button-solid2 {
    padding: 1.65rem 2rem;
    border-radius: 3rem;
    font-size: 2rem;
    line-height:1.2;
    font-weight: 500;
    background: #1B1B1B;
}
.button-solid3 {
    padding: 2rem;
    border-radius: 3rem;
    font-size: 2rem;
    line-height:1.2;
    font-weight: 500;
    background: #0f0f10;
    border: 1px solid #1D1E20;
}
.bt-pad {
    padding:1.35rem 1.8rem;
}
.bt-pad2 {
    padding:.85rem 1.8rem;
    min-height: 5rem;
}
.button-solid:hover {
    opacity: .75;
}
.button-solid2:hover {
    opacity: .75;
}
.button-solid3:hover {
    opacity: .75;
    background:#000;
}
.header-scroll .button-header {
    border:1px solid #000;
    color:#000;
}
.header-scroll .icon-header_tg path {
    fill:#000;
}
.header-other .button-header {
    border:1px solid #000;
    color:#000;
}
.footer .button-header {
    border:1px solid #000;
    color:#000;
}
.header-other .button-header:hover {
    border:1px solid #fff;
    color:#fff;
}
.footer .button-header:hover {
    border:1px solid #fff;
    color:#fff;
}
.header-other .icon-header_tg path {
    fill:#000;
}
.footer .icon-header_tg path {
    fill:#000;
}
.footer-dark .button-header .icon-header_tg path {
    fill: #fff;
}
.header-other .button-header:hover .icon-header_tg path {
    fill:#fff;
}
.footer .button-header:hover .icon-header_tg path {
    fill:#fff;
}
.offers-abount-lid_buttons, .faq_buttons {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.button-wrap {
  text-align: center;
}
.logo-section img {
    min-width:14.4rem;
}
.offer-title {

font-weight: 600;
font-size: 6.9rem;
text-align: center;
    background: linear-gradient(90deg, #FF1645 0%, #FF8346 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.offer-desc {
color:#fff;
font-weight: 500;
font-size: 2rem;
line-height: 1.2;
text-align: center;

}
.offer-sub_desc {
color:#fff;
font-weight: 500;
font-size: 2rem;
line-height: 1.2;
text-align: center;

}
.offer-sub_wrap {
    background: #1B1B1B;
    border-radius: 3rem;
    padding: 4rem 0;
}
.offer-sub_img-wrap img {
    position: absolute;
    z-index: 2;
    top: -17rem;
}
.section-offer {
    background:url(/assets/img/offer/bg.png) repeat;
}
.img_phone-fix {
    top:-14rem!important;
}
.dropbtn {
    color: #fff;
    padding: 2rem;
    font-size: 1.6rem;
    border: none;
    background: transparent;
    font-weight:700;
}
.header-scroll .dropbtn {
    color: #fff;
}
.footer .dropbtn {
    color: #fff;
}
.header-scroll .dropbtn path {
    stroke: #fff;
}
.footer .dropbtn path {
    stroke: #fff;
}
.header-other .dropbtn {
    color: #fff;
}
.header-other .dropbtn path {
    stroke: #fff;
}
.text-up {
    text-transform:uppercase;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.footer-dark .dropbtn {
    color: #fff;
}
.footer-dark .dropbtn path {
    stroke: #fff;
}
.footer-dark .button-header {
    border: 1px solid #fff;
    color: #fff;
}
.footer-dark .button-header:hover {
    border: 1px solid #fff;
    color: #fff;
}
.footer-dark .button-header:hover .icon-header_tg path {
    fill:#fff;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius:1rem;
    overflow:hidden;
}

.dropdown-content a {
    color: black;
    padding: 2rem;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {}
.button.js-active,
.button:hover {
  color: #ffffff;
}
.rezults img {
    border-radius:1rem;
}
.breadcrumbs__item {
  display: inline-block;
}

.breadcrumbs__item+.breadcrumbs__item::before {
  content: '\00BB';
  padding: 0 0.1rem;
  display: inline-block;
  color: #00041d;
  font-weight: 400;
  line-height: 3.3rem;
}

.breadcrumbs__item--curr .breadcrumbs__link {
  color: #c3c4c8;
  pointer-events: none;
}

.breadcrumbs__link {
  color: #00041d;
  line-height: 3.3rem;
}

.breadcrumbs__link:hover {
  text-decoration: underline;
}


.md-modal {
  position: fixed;
  z-index: -1;
  visibility: hidden;
  -webkit-transition: visibility 0s ease 0.3s, z-index 0s ease 0.3s;
  transition: visibility 0s ease 0.3s, z-index 0s ease 0.3s;
}

.md-modal-overlay {
  position: fixed;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  background: #000;
  -webkit-transition: visibility 0s linear 0.3s, z-index 0s linear 0.3s, opacity 0.3s;
  transition: visibility 0s linear 0.3s, z-index 0s linear 0.3s, opacity 0.3s;
}

.md-modal-dialog {
  position: relative;
}

.md-modal.js-show {
  z-index: 301;
  visibility: visible;
  -webkit-transition: visibility 0s ease 0s, z-index 0s ease 0s;
  transition: visibility 0s ease 0s, z-index 0s ease 0s;
}

.md-modal.js-show+.md-modal-overlay {
  z-index: 300;
  opacity: .8;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.darken-body .md-modal-overlay {
  z-index: 200;
  opacity: .8;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.modal-def {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal-def::-webkit-scrollbar {
  display: none;
}

.modal-def-dialog {
  display: flex;
  align-items: center;
  max-width: 50rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  min-height: calc(100% - 6rem);
  opacity: 0;
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.modal-def-content {
  position: relative;
  width: 100%;
}

.modal-def-close {
  right: -2.7rem;
  top: -2.7rem;
}

.modal-def.js-show .modal-def-dialog {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.success-alert .md-modal-dialog {
  max-width: 90rem;
  width: 100%;
}

.success-alert-block__header {
  background: #057823;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 0.4rem solid #057823;
}

.success-alert-block__header .block-header-icon__icon {
  color: #ffffff;
}

.success-alert-block__body {
  border-top: none;
  padding: 2rem 2rem 2.3rem 2rem;
  background: #ffffff;
}

.modal-gallery-def .lg-img-rotate {
  position: absolute;
  padding: 0 0.5rem;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s, -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}

.modal-gallery-def .lg-toolbar .lg-icon {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-flex;
  justify-content: center;
}

.modal-gallery-def .lg-toggle-thumb {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal-gallery-def .lg-rotate-left::after,
.modal-gallery-def .lg-rotate-right::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.modal-gallery-def .lg-rotate-left::after {
  content: '\f0e2';
  font-size: 18px;
}

.modal-gallery-def .lg-rotate-right::after {
  content: '\f01e';
  font-size: 18px;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item.active:hover {
  border-color: #198cff;
}

.lg-outer .lg-thumb-item:hover {
  border-color: #198cff;
}



.overlay_main-screen:before {content:"";width: 100%; height:100%; display:block;
    background:#000;
    opacity:.5;
    position:absolute;
    z-index:1;
}
.overlay_main-screen {width: 100%; height:100%; display:block;}
#video_main-screen-wrap {
    top: 0; bottom: 0; left: 0; right: 0;
    position: absolute;
    overflow: hidden;
    z-index: -1;
}
#video_main-screen {
    top: 0; left: 0;
    position: absolute;
    width: 100%; 
    height: 100%;
    box-sizing: content-box;
    object-fit: cover;
    /*width: auto; height: auto;*/
    /*min-width: 100%; */
    /*min-height: 100%; */
}

.ocean {
    height: 0%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 2;
  }
.ocean-top {
    height: 0%;
    width: 100%;
    position: absolute;
    top: 14.8rem;
    left: 0;
    background: #000;
  }
.ocean-wrap {
    overflow: hidden;
    position:relative;
    height: 14.8rem;
}
  .wave {
    background: url(../img/wave.svg) repeat-x;
    position: absolute;
    top: -14.7rem;
    width: 640rem;
    background-size:160rem;
    height: 14.8rem;
    animation: wave 14s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0);
  }
  .wave2 {
    background: url(../img/wave2.svg) repeat-x;
    position: absolute;
    top: -14.9rem;
    width: 640rem;
    background-size:160rem;
    height: 15rem;
    animation: wave 14s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0);
  }
  
  .wave:nth-of-type(2) {
    top: -10.8rem;
    animation: wave 14s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 14s ease -1.25s infinite;
    opacity: 1;
  }
  
  @keyframes wave {
    0% {
      margin-left: 0;
    }
    100% {
      margin-left: -160rem;
    }
  }
  @keyframes swell {
    0%,
    100% {
      transform: translate3d(0, -25px, 0);
    }
    50% {
      transform: translate3d(0, 5px, 0);
    }
  }
  .endWave{
    display:none;
  }



#nav-bar {
    display: flex;
    justify-content: space-between;
    position:relative;
}
.header{
    background-color: #0F0F10;
    position: fixed;
    width: calc(100% - 2rem);
    padding: 2rem 0;
    z-index:202;
    transition: all .5s;
    margin: 1rem;
    border-radius: 3rem;
    border: 1px solid var(--border, #1D1E20);
}
.header ul{
    margin:0;
    padding:0;
    list-style:none;
    overflow:hidden;
}

.header ul a{
    display:block;
    padding:2rem;
    text-decoration:none;
    color:#fff;
    font-size: 2rem;
    font-weight: 500;
}

.header ul a:hover{
   text-decoration:underline;
  
}

.header .header-img{
    display:block;
    width: 14.2rem;
}

.header .menu{
    clear:both;
    max-height:0;
    transition:max-height .2s ease-out;
    font-weight: bold;
    display: flex;
}

.header .menu-icon{
    padding: 2.8rem 2rem;
    position:relative;
    cursor: pointer;
    border:1px solid #fff;
    border-radius:1rem;
     margin-right: 0;
}

.header .menu-icon .nav-icon {
    background: #fff;
    display: block;
    height: .3rem;
    width: 2.8rem;
    position: relative;
    transition: background .2s ease-out;
}

.header .menu-icon .nav-icon:before{
    background:#fff;
    content:"";
    display:block;
    height:100%;
    width:100%;
    position:absolute;
    transition:all .2s ease-out;
    top:1rem;  

}

.header .menu-icon .nav-icon:after{
    background:#fff;
    content:"";
    display:block;
    height:100%;
    width:100%;
    position:absolute;
    transition:all .2s ease-out;
    top:-1rem;  

}
.header-scroll .menu-icon .nav-icon, .header-scroll .menu-icon .nav-icon:before, .header-scroll .menu-icon .nav-icon:after {
    background:#fff;
}
.header-scroll .menu-icon {
}
.header-other .menu-icon .nav-icon, .header-scroll .menu-icon .nav-icon:before, .header-scroll .menu-icon .nav-icon:after, .fix-menu-scroll .menu-icon .nav-icon:before, .fix-menu-scroll .menu-icon .nav-icon:after{
    background:#fff;
}
.header-other .menu-icon {
    border:1px solid #000;
}
.header .menu-btn{
    display:none;
}

.header .menu-btn:checked ~ .menu {
    max-height: 30rem;
    border: 1px solid var(--border, #1D1E20);
    padding:1rem;
    display: block;
}

.header .menu-btn:checked ~ .menu-icon .nav-icon{
    background:transparent;
}
.header .menu-btn:checked ~ .menu-icon .nav-icon:before{
    transform: rotate(-45deg);
    top:0;
}
.header .menu-btn:checked ~ .menu-icon .nav-icon:after{
    transform: rotate(45deg);
    top:0;
}

.header-scroll {
    background:#0F0F10;
}
.header-scroll ul a {
    color:#fff;
}
.header-other {
    background:#fff;
}
.header-other ul a {
    color:#fff;
}
.active-header-link {
    font-weight:600!important;
    color: transparent!important;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(90deg, #FF1645 0%, #FF8346 100%);
}
.header_hr {
    height:1px;
    width:100%;
    background:#ccc;
}

@media (max-width:991px){
    .button-solid2 {
        padding:1rem 2rem;
    }
    .button {
        font-size:1.8rem;
        padding:1rem 2rem;
    }
    .b-mob {
            justify-content: start;
    }
    .faq-accordion-item__header {
        padding-right:6rem!important;
    }
.offer-sub_wrap {
    padding: 2rem 2rem;
}
.offer-sub_desc {
    color: #fff;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
}
    .offer-sub_img-wrap {
        position: relative;
        display: none;
    }
    .offer-title {
        font-size: 3rem;
        line-height: 1.1;
    }
    .header .menu {
        flex-direction: column;
        position: absolute;
        top: 6.2rem;
        right: -2.5rem;
        padding: 0 3rem;
        background: #fff;
    }
.offer-desc {
    color: #fff;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.5;

}
    .dropbtn {
        padding: 1rem;
        height:100%;
    }
    .button-header {
        padding: 0 0.75rem;
        border-width:2px;
    }
    .header .menu-icon {
        padding: 1.8rem 1rem;
        border-width:0;
    }
    .header-scroll .button-header {
        border:2px solid #000;
        color:#FE624D;
    }
    .header-scroll .icon-header_tg path {
        fill: #FE624D;
    }
.footer-dark .icon-header_tg path {
    fill: #fff;
}

}

@media (min-width:991px){

    .header li{
    }
    .header li a{
        padding:2rem 4rem;
    }
    .header .menu{
        clear:none;
        max-height:none;
    }
    .header .menu-icon{
        display:none;
    }
    .icon-header_tg svg {
        max-width:1.4rem;
        max-height: 1.4rem;
    }
    .header-scroll .icon-header_tg path {
        fill: #000;
    }

}
.z-1 {
    z-index:1;
}
.main-screen {
    padding:24rem 0 0 0;
    position: relative;
}
.slogan {
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
    color:#fff;
}
.text-logo {
    background: linear-gradient(90deg, #FF1645 0%, #FF8346 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18rem;
    font-weight: 600;
    letter-spacing: -0.02rem;
 
}
.sub-slogan {
font-size: 3rem;
font-weight: 600;

color:#fff;
}
.main-screen_buttons, .blog-screen_buttons {
    margin:0 auto;
}
.main-screen_button {
    padding:2.5rem 5rem;
    border-radius:1.5rem;
    font-size: 1.6rem;
    font-weight:800;
    background: transparent;
    border:2px solid #fff;
}
.main-screen_arrow {
  margin-top:9rem;
  cursor:pointer;
  height:7.2rem;
}

.main-screen-down {
    position: relative;
    height: 2.4rem;
    z-index: 99999;
    margin: 0 auto;
    left: calc(50% - 2.5rem);
    width: 5rem;
    animation: updown 2s ease infinite;
    
}

@keyframes updown {
  0% {
    transform: translateY(200%);
  }

  50% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(200%);
  }
}

.numbres_title {
    background: linear-gradient(90deg, #FF1645 0%, #FF8346 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 9.6rem;
    font-weight: 600;
    white-space: nowrap;
}
.numbres_desc {
    font-size: 2rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.25;
}
sup {
    top: -0.5em;
    background: linear-gradient(263.57deg, #FE624D 4.44%, #FF0F56 98.05%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.numbers_card {
}
.numbers_wrap>*:not(:last-child) {
}
.numbres_title > span {
    display: inline-block;
}
.section-title {
    font-size: 3.6rem;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    text-transform:uppercase;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to right, #EAEAEA, #212121);
}
.faq {
    max-width: 93rem;
    margin: 0 auto;
}
.section-title-post {
    font-size: 3.6rem;
    font-weight: 600;
    text-align: center;
    color: #2F2F2F;
}
.color-white {
   color:#fff;
}
.abount-models_card {
   background: transparent;
    border-radius:2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 24.8rem;
    position:relative;
    overflow:hidden;
}
.abount-models_card:before {
    content:'';
    display:block;
   background: #1B1B1B;
   z-index:-2;
   position:absolute;
   width:100%;
   opacity:1;
   height:100%;
   transition:all .5s;
   border-radius:2rem;
}
.abount-models_card:after {
    content:'';
    display:block;
   background: linear-gradient(90deg, #FF1645 0%, #FF8346 100%);
   z-index:-3;
   position:absolute;
   width:100%;
   opacity:0;
   height:100%;
   transition:all .5s;
   border-radius:2rem;
}
.abount-models_card:hover:before {
   opacity:0;
}
.abount-models_card:hover:after {
   opacity:1;
}
.abount-models_card-image {
    position: absolute;
    bottom: 0;
    right: 5rem;
}
.abount-models_card-title {
font-size: 2.7rem;
font-weight: 600;
padding:2rem;
line-height:1;
color: #fff;
}
.rezults {
    overflow: hidden;
    position:relative;
}
.slider-button-next img, .slider-button-prev img {
    max-width:2.5rem;
}
.slider-button-next, .slider-button-prev {
display: flex;
    justify-content: center;
    width: 7.5rem;
    height: 100%;
    background-image: linear-gradient(to right, #FE624D 0%, #FF0F56 100%);
    color: #fff;
    border-radius: 3rem;
    top: 0;
    position: absolute;
    box-sizing: border-box;
    z-index: 3;
    transition: all .5s;
    font-size: 2.7rem;
    font-weight: 600;
    padding: 2rem;
}

.slider-button-next:before, .slider-button-prev:before {
border-radius: 3rem;
    content: '';
    background: #0f0f10;
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    border-radius: 3rem;
    position: absolute;
    z-index: -4;
}
.slider-button-prev:after {
    content:'';
    display:block;
    width:2.9rem;
    height:2.9rem;
    background:url(/assets/img/slider/arrow.svg) no-repeat;
    position:absolute;
    bottom:2rem;
    background-size: 2.9rem;
}
.slider-button-next:after {
    content:'';
    display:block;
    width:2.9rem;
    height:2.9rem;
    background:url(/assets/img/slider/arrow2.svg) no-repeat;
    position:absolute;
    bottom:2rem;
    background-size: 2.9rem;
}
.slider-button-next:hover, .slider-button-prev:hover {
    opacity:1;
}
.rezult-slider {
    position: relative;
    max-width: 129.6rem;
    margin: 0 auto;
    overflow: visible;
}
.slider-button-next {
    right:-10.5rem;
}
.slider-button-prev {
    left:-10.5rem;
}
.white_space-header {
    height:15.6rem;
}
.slider_wrap {
    border-radius:3rem;
    background: #1B1B1B;
    padding:2rem 4rem;
    color:#fff;
}
.slider_title {
    font-size:2.7rem;
    font-weight:600;
}
.slider_desc {
    font-size:1.6rem;
    color:#fff;
    line-height:1.2;
    max-width: 50%;
}
.slider_desc p{
    font-size:1.6rem;
    color:#fff;
    line-height:1.2;

}
.slider_subwrap img {
    min-width:39.4rem;
}
.back-blog {
font-size: 2rem;
font-weight: 500;
color: #858585;
}
.back-blog:hover {
color: #2F2F2F;
 opacity:1;
}
.back-blog svg {
    transform: rotate(90deg);
    margin-right:.5rem;
}
.post-title {
    font-family: Montserrat;
    font-size: 6.9rem;
    font-weight: 600;
    background: linear-gradient(90deg, #FF1645 0%, #FF8346 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.pol_link {
    color:#000;
    text-decoration:underline;
}

.sticky-section {
    height: 100%;
    padding-top: 14rem;
    padding-bottom: 14rem;
    position: relative
}

.color-wrap-sticky {
    background-color: #F5F5F5;
    border-radius: 3.5rem;
    margin-bottom: 3rem;
    padding-top: 5rem;
    padding-left: 5rem;
    padding-right: 5rem;
    padding-bottom: 5rem;
    border: 1px solid rgba(4, 13, 33, 0.06);
}

.color-wrap-sticky.sticky-one.sticky-statement,.color-wrap-sticky.sticky-one.sticky-statement-scroll {
    background-color: #F5F5F5;
    overflow: hidden
}

.color-wrap-sticky.sticky-one.sticky-statement-scroll.section-wrap-flex {
    min-height: auto
}

.color-wrap-sticky.sticky-two.sticky-statement,.color-wrap-sticky.sticky-two.sticky-statement-scroll {
    background-color: #F5F5F5;
    overflow: hidden
}

.color-wrap-sticky.sticky-two.sticky-statement-scroll.section-wrap-flex {
    min-height: auto
}

.color-wrap-sticky.sticky-three.sticky-statement,.color-wrap-sticky.sticky-three.sticky-statement-scroll {
    background-color: #F5F5F5;
    overflow: hidden
}

.color-wrap-sticky.sticky-three.sticky-statement-scroll.section-wrap-flex {
    min-height: auto
}

.detail-img-sticky.inr-img {
    width: 100%;
    height: 100%;
    position: static;
}

.sticky-heading-wrap {
    text-align: left;
    margin-bottom: 5rem
}

.card-wrap {
    position: -webkit-sticky;
    position: sticky;
    top: 1.6rem
}

.card-wrap.one-0 {
    padding-top: 6em;
    position: -webkit-sticky;
    position: sticky;
    top: 1.6rem
}

.card-wrap.one-1 {
    padding-top: 8em;
    position: -webkit-sticky;
    position: sticky;
    top: 5.6rem
}

.card-wrap.one-2 {
    padding-top: 10em;
    position: -webkit-sticky;
    position: sticky;
    top: 9.6rem
}
.card-wrap.one-3 {
    padding-top: 12em;
    position: -webkit-sticky;
    position: sticky;
    top: 13.6rem
}
.card-wrap.first-card-0 {
    top: 5rem
}
.card-wrap.first-card-1 {
    top: 15rem
}

.card-wrap.first-card-2 {
    top: 25rem
}
.card-wrap.first-card-3 {
    top: 40rem
}


.hdgh2 {font-size: 3.6rem;font-weight: 600;color: #2F2F2F;padding: 0 2.5rem;}
.description-stick {font-size: 1.6rem;color: #2F2F2F;padding: 0 2.5rem;line-height: 1.25;}
.desc-column {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.offers-abount-lid_desc {
font-size: 1.8rem;
font-weight: 600;
text-align: center;
line-height: 1.25;
}
.subscribe-abount_wrap {
    background-color: #fafafa;
    border-radius: 5rem;
    overflow: hidden;
    padding: 5rem 0 5rem 0;
    position: relative;
}
.subscribe-abount_image {
    position: absolute;
    left: -1.5rem;
    bottom: -5rem;
}
.subscribe-abount_number-title {
    text-align: left;
    font-size:11rem;
}
.subscribe-abount_title {
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1.25;
    color: #2F2F2F;
}
.subscribe-abount_desc {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.25;
    color: #2F2F2F;
    opacity: .7;
}
.subscribe-abount_wrapper {
    padding-bottom:3rem;
    padding-top:1rem;
}
.section-blog {
    background: #0F0F10;
    padding: 0rem 0 0 0;
    overflow: hidden;
    position: relative;
}
.section-blog-white {
     padding: 0rem 0 0 0;
    overflow: hidden;
    position: relative;   
}
.card-blog-img {
    border-radius: 2rem;
}
.card-blog-title {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.25;
    display: block;
    color: #fff;
}
.dark-blog .card-blog-title {
    color:#fff;
}
.section-faq {
    background:#0F0F10;
    overflow:hidden;
    position:relative;
}


.faq__body {
    overflow: hidden;
  }
  
  .faq-accordion-item {
    margin-bottom:1.5rem;
    border-radius: 1rem;
  }
  
  .faq-accordion-item:last-child {
    margin-bottom:0rem;
  }
  
  .faq-accordion-item__control {
    border-radius: 3rem;
    padding: 2rem;
    background: #1B1B1B;
    cursor: pointer;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
  }
  
  .faq-accordion-item__control:hover {
    background: #1B1B1B;
    opacity: .75;
  }
  
  .faq-accordion-item__control:hover .faq-accordion-item__header {
    color: #fff;
  }
  
  .faq-accordion-item__header {
    padding-right: 2rem;
    position: relative;
    color: #fff;
    font-size: 2rem;
    font-weight:500;
    line-height: 1.2;
    -webkit-transition: color .15s;
    transition: color .15s;
  }
  
  .faq-accordion-item__content {
    display: none;
  }
  
  .faq-accordion-item__box {
    padding: 2rem;
    background: #fff;
    border-radius: 0 0 3rem 3rem;
  }
  .faq-accordion-item__texts {
      font-size:1.6rem;
      line-height:1.5;
  }
  .faq-accordion-item:first-child .faq-accordion-item__content {
    display: block;
  }
  
  .faq-accordion-item.js-opened .faq-accordion-item__control {
    border-radius: 3rem 3rem 0 0;
  }
  
  .faq-accordion-item.js-opened .faq-accordion-item__header {
    color: #fff;
  }
  
  .accordion-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  

  .dropdown-arrow::after, .dropdown-arrow::before {
    content:"";
    display:inline-block;
    position: absolute;
    transition: 300ms;
    background: white;
    border-radius: 2px;
}

.dropdown-arrow::after {
    right: 1rem;
    top: 0rem;
    width: .2rem;
    height: 2.5rem;
    transform: rotate(90deg);
  }
  
  .dropdown-arrow::before {
    right: 1rem;
    top: 0;
    width: .2rem;
    height: 2.5rem;
  }

  .js-opened .dropdown-arrow::before {
    transform: rotate(90deg);
  }

.footer-dark {
background: #0f0f10;
    border: 1px solid #1D1E20;
    margin: 0 1rem 1rem 1rem;
    border-radius: 3rem;
    padding: 1rem 0;
}

.coryght {
font-size: 1.8rem;
font-weight: 400;
line-height: 1.25;
color: #7A7A7A;
}

.yakor {
    position: relative;
    top:-10rem;
    width:0;
    height:0;
    opacity:0;
}
.main-screen_button:hover {
    background:linear-gradient(263.57deg, #FE624D 4.44%, #FF0F56 98.05%);
}
.button-header:hover {
    background:linear-gradient(263.57deg, #FE624D 4.44%, #FF0F56 98.05%);
}

.header-scroll .button-header:hover {
 border-color:#fff;
}
.header-scroll .button-header:hover {
    border-color:#fff;
   }
.header-scroll .button-header:hover .icon-header_tg path {
    fill: #fff;
}
.swiper-button-disabled {
    opacity:.25;
}
.swiper-button-disabled:hover {
    opacity:.25;
}
.footer .dropdown-content {
    top:-10rem;
}

.callback-block {
    padding: 2.5rem;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 2rem;
    line-height: 3rem;
    color: #fff;
  }
  .callback-modal-header {
    padding: 3rem;
    background: #fff;
    color: #000;
    font-size:3rem;
    border-radius:2rem 2rem 0 0;
  }
  .callback-modal-body {
    padding:0 3rem 3rem 3rem;
    background-color: #fff;
    border-radius:0 0 2rem 2rem;
  }
  .callback-modal-content {
    border-radius:2rem;
    position:relative;
  }

.callback-modal-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal-def-close {
    position: absolute;
    top: -4rem;
    right: 0;
    font-size: 3.5rem;
    color: #fff;
    opacity: 0.8;
    cursor: pointer;
}
    .container-post {
      max-width: 99rem;
    }
    

.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  font-weight: 900;
  font-size: 3.6rem;
  line-height: 1.25;
  background: linear-gradient(90deg, #FF1645 0%, #FF8346 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.post-content h3 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  font-weight: 900;
  font-size: 2.6rem;
  line-height: 1.25;
  background: linear-gradient(90deg, #FF1645 0%, #FF8346 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.post-content {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.25;
  font-weight: 400;
}

.post-content p {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.25;
  margin-bottom: 2rem;
  font-weight: 400;
}

.post-content li p {
  margin-bottom: 0rem;
  display: inline;
}

.post-content a {
  color: #ff0f56;
  border-bottom: 1px solid;
}

.post-content a:hover {
  color: #0056b3;
  border-color: transparent;
}

.post-content img {
  margin-bottom: 2rem;
  border-radius: 3rem;
  height: 100%;
  max-height: 100%;
}
.container-post img {
    border-radius:3rem;
}
.post-content ul li,
.post-content ol li {
  margin-bottom: 2rem;
}

.post-content ul li::before {
  content: '\f058';
  margin-right: 1rem;
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-weight: 700;
  color: #ff0f56;
}

.post-content ol {
  counter-reset: li;
}

.post-content ol li::before {
  margin-right: 1rem;
  content: counters(li, ".") ". ";
  counter-increment: li;
  color: #2f2f2f;
  font-size: 2rem;
  line-height: 1.25;
}

.cookie {
  display: none;
  position: fixed;
  z-index: 1200;
  bottom: 2rem;
  left: 2rem;
  max-width: 40rem;
  width: 100%;
  background-color: #F5F5F5;
}

.cookie__close {
  right: 1rem;
  top: 1rem;
}
.cookie__texts p{
    line-height:1.5;
}
.lang-header {
    color: #4E4E4E !important;
    font-size: 2rem !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    display: inline !important;
    padding: 0 !important;
}
.lang-header:hover {
    color:#fff!important;
}
.active-lang {
    color:#fff!important;
}
.langs-content > *:first-child::after {
    content:'/';
    display:inline-flex;
    margin:0 1rem;
    color: #4E4E4E;
    font-size:2rem;
    font-weight:500;
}

.swiper-pagination11 {
    display:none;
}
.post {
    background:url(/assets/img/offer/bg.png) center top no-repeat;
}

@media (min-width: 992px) and (max-width : 1919px) {
    html {
      font-size: calc(10vw / 18.72);
    }
  
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
      max-width: 153.6rem;
    }
    .container-post {
      max-width: 99rem;
    }
    .container,
    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
      padding-right: 1.5rem;
      padding-left: 1.5rem;
    }
  
    .row {
      margin-right: -1.5rem;
      margin-left: -1.5rem;
    }
  
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-auto,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-sm-auto,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-md-auto,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-lg-auto,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl,
    .col-xl-auto {
      padding-right: 1.5rem;
      padding-left: 1.5rem;
    }
  }
  
  
  @media (max-width: 991px) {
      
.text-left {
    text-align:left;
}
      
.section-offer {
    background: url(/assets/img/offer/bg.png) no-repeat;
    background-position: top;
    background-size: 80rem;
    background-position-y: 7rem;
}
.post {
    background:none;
}

      .swiper-pagination11 {
    display:block;
    position: relative;
    margin: 2rem 0;
}
      .slider_desc-wrap {
              flex-direction: column;
      }
.rezult-slider  {
display: flex;
flex-direction: column;
  }
.slider-button-prev {
    order:1;
left: 0;
        width: 100%;
}
.slider-button-next {
    margin-top:1rem;
    order:3;
right: 0;
        width: 100%;
}
.swiper-wrapper {
    order:2;
}
.langs-content {
margin-top: 2rem;
margin-bottom: 1rem;
}
.header .header-img {
    display: block;
    width: auto;
    height:3.6rem;
}
    .slider_wrap {
        padding: 3rem 2rem 0rem 2rem;
        flex-direction: column;
    }
      .slider_subwrap {

      }
.slider_subwrap img {
    min-width: auto;
    margin-bottom:3rem;
}
      .slider_desc {
          font-size:1.6rem;
          max-width:100%;
      }
      .slider_desc p{
          font-size:1.6rem;
          max-width:100%;
      }
      .slider_title {
          font-size:1.6rem;
      }
      .abount-models_card {
        min-height: 10.8rem;
      }
      .faq {
    max-width: 100%;
    margin: 0 auto;
}
      .cookie {
    bottom: 0;
    left: 0;
    right: 0;
    max-width: none;
    border-radius: 6px 6px 0 0;
}
      .fix-menu-scroll {

      }
.fix-menu-scroll .dropbtn {
    color: #000;
}
.fix-menu-scroll .dropbtn path {
    stroke: #000;
}
.fix-menu-scroll .button-header {
    border: 2px solid #000;
    color: #FE624D;
}
.fix-menu-scroll .icon-header_tg path {
    fill: #FE624D;
}
.fix-menu-scroll .menu-icon {
    border: 0px solid #fff;
}
      .px-mob-blog {
        padding:0;
      }
.data_blog {
display:none;
}
      .white_space-header {
    height: 14rem;
}
    .post-title {
    font-size: 4rem;
    }
    .post-content h2,
    .post-content h3,
    .post-content h4,
    .post-content h5,
    .post-content h6 {
    font-size: 2.6rem;
    margin-bottom:3rem;
    margin-top:3rem;
    }
    .post-content h3{
    font-size: 2.2rem;
    }
    .line-instead-scroll {
      display: none;
    }
    .container-post {
      max-width: 100%;
    }
    .side-modal-actions {
      display: none;
    }
    
    .md-modal.js-show {
      z-index: 1201;
    }
    .numbers_wrap {
      flex-direction: column;
    }
    .numbers_wrap>*:not(:last-child) {
        border-right: none;
    }
    .numbers_card {
        padding:0;
        text-align: left;
    }
    .slogan {
        font-size:1.4rem;
    }
    .text-logo {
        font-size:4.4rem;
    }
    .sub-slogan {
        font-size:1.6rem;
        line-height: 1.5;
    }
    .main-screen_button {
        font-size:1.2rem;
    }
    .numbres_title {
        font-size:4rem;
    }
    .main-screen {
        padding: 14rem 0 4rem 0;
    }
    .section-title {
        font-size:2.4rem;
    }
    .abount-models_card-title {
font-size: 1.6rem;
        line-height: 1.5;
        padding: 1.5rem 3rem 0 1.5rem;
    }
.abount-models_card-image {
    position: absolute;
    bottom: 0;
    right: 0rem;
}
    .abount-models_card-title {
        min-height: auto;
    }
.slider-button-next, .slider-button-prev {
    width:100%;
    justify-content: start;
}
    .slider-button-next, .slider-button-prev {
        display: inline-flex;
        position: relative;
    }
    .slider-button-prev {
        left: 0;
        top: 0rem;
        align-items: end;
        justify-content: end;
    }
    .slider-button-next {
        right:0;
        top: 0rem;
    }
    .rezult-slider > .swiper-wrapper {
        margin-top:1rem;
    }
.slider-button-prev:after {
    content: '';
    display: block;
    width: 2.9rem;
    height: 2.9rem;
    background: url(/assets/img/slider/arrow.svg) no-repeat;
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    background-size: 2.9rem;
}
.slider-button-next:after {
    content: '';
    display: block;
    width: 2.9rem;
    height: 2.9rem;
    background: url(/assets/img/slider/arrow2.svg) no-repeat;
    position: absolute;
    bottom: 2rem;
    background-size: 2.9rem;
    right: 2rem;
}

    .rezults {
        padding: 0rem 0 4rem 0;
    }
    .hdgh2 {
        font-size:1.8rem;
    }
    .description-stick {
        font-size:1.2rem;
    }
    .offers-abount-lid_desc {
        font-size:1.2rem;
    }
    .button-solid {
        padding:1.5rem 2rem;
    }
    .header {
        padding-top:1rem;
        padding-bottom:1rem;
        border-radius:1.2rem;
    }
.coryght {
    font-size: 1.4rem;

    text-align: center;
}
.footer-dark {
    padding:2rem 0rem;
}
.modal-def-dialog {
        margin: 5rem 1rem 0 1rem !important;
}
    .header .menu {
        width: calc(100% + 3rem);
        text-align: center;
        right: 0rem;
        left: -1.5rem;
        background: #0F0F10;
        border-radius: 1.2em;
        padding:1rem;
        border: 1px solid transparent;
        display: none;
    }
    .subscribe-abount_wrap {
        flex-direction: column-reverse;
        padding: 3rem 0 19rem 0;
    }
    .numbres_title {
        font-size: 4.4rem;
        white-space: normal;
    }
.numbres_desc {
    font-size: 1.6rem;
}
    .subscribe-abount_title {
        font-size:2rem;
    }
    .subscribe-abount_desc {
        font-size:1.2rem;
    }
    .subscribe-abount_image {
        position: absolute;
        left: 5%;
        bottom: -24rem;
        width: 100%;
    }
    .blog-slider {
                overflow: visible;
        width: 100%;
        height: 55rem;
    }
    .card-blog-title {
        font-size:1.6rem;
    }
    .faq-accordion-item__header {
        font-size:1.6rem;
    }
    .faq-accordion-item__texts {
        font-size:1.6rem;
    }
    .footer-wrap {
        justify-content: start !important;
    align-items: start !important;
    }
    .color-wrap-sticky {
        padding-top: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-bottom: 1rem;
    }
    .footer_sub-wrap .dropdown{
      margin:3rem auto;
    }
    .footer .button-header {
        padding:2rem 3rem;
    }
    .footer_sub-wrap {
        flex-direction: column-reverse;
    }
    .ocean-wrap {
        height: 7.35rem;
    }
    .ocean-top {
        top: 7.34rem;    
    }
    .wave, .wave2 {
        top: -7.34rem;
        background-size: 80rem;
        height: 7.35rem;
    }
    .order-1 {
        order:1;
    }
    .order-2 {
        order:2;
    }
    .order-3 {
        order:3;
    }
    .order-4 {
        order:4;
    }
    .header ul a {
        color: #ffffff;
                padding: 1rem;
    }
    .sticky-heading-wrap {
        margin-bottom: 2rem;
        margin-top: 2rem;
    }
    .description-stick, .hdgh2 {
        padding: 0 1.5rem;
    }
    .subscribe-abount_wrapper {
        padding-top: 0;
    padding-left: 4rem;
    padding-right: 4rem;
    }
    .header-other .button-header {
        border: 2px solid #000;
        color: #FE624D;
    }
    .header-other .icon-header_tg path {
        fill: #FE624D;
    }
    .header-other .menu-icon .nav-icon:before {
    background: #FE624D;
    }
    .header-other .menu-icon .nav-icon:after {
    background: #FE624D;
}
  }
  
.mySwiper .swiper-slide {

      height: calc((100% - 30px) / 2) !important;

}
.mySwiper    {
            width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    }
    
.mySwiper  .swiper-wrapper  {
    height:43rem;
    }
.swiper-pagination10 {
    position:relative;
    margin:2rem 0;
}

.swiper-pagination-bullet-active {
    background: #ff8046;
}