.popup__presentation {
  max-width: 93.75em;
  width: 100%;
}
.popup__presentation .popup__close {
  z-index: 2;
  top: 1px;
  right: 1px;
}
.popup__presentation .popup_presentation__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #767983;
}
.popup__presentation
  .popup_presentation__wrap
  .popup__presentation_img_wrap
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.popup__presentation .popup_presentation__wrap .popup__presentation_img_wrap {
  min-height: 100%;
}
.popup__small_head {
  text-transform: uppercase;
  font-family: Monument Extended, Arial;
  font-weight: 700;
  font-size: 1.325em;
  letter-spacing: -0.02em;
}
.popup__small_head .color-small {
  color: #d95b29;
}
.popup_presentation__content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4.0625em 3.4375em 3.875em;
}
.popup_presentation__content_form .form__submit {
  margin-top: 2.5em;
}
.success .popup_presentation__content_form {
  opacity: 0;
}
.popup-custom {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.popup-custom.open {
  pointer-events: all;
  z-index: 99;
  opacity: 1;
}
.popup-custom.open > * {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.popup-custom > * {
  -webkit-transition: opacity 0.3s ease-in-out 0.1s,
    -webkit-transform 0.5s ease-in-out 0.1s;
  transition: transform 0.5s ease-in-out 0.1s, opacity 0.3s ease-in-out 0.1s,
    -webkit-transform 0.5s ease-in-out 0.1s,
    -moz-transform 0.5s ease-in-out 0.1s;
  -moz-transition: transform 0.5s ease-in-out 0.1s,
    opacity 0.3s ease-in-out 0.1s, -moz-transform 0.5s ease-in-out 0.1s;
  -webkit-transform: translate(-1em);
  -moz-transform: translate(-1em);
  -ms-transform: translate(-1em);
  transform: translate(-1em);
}
@media (max-width: 1000px) {
  .popup__presentation {
    padding: 0;
    height: 100%;
    overflow-y: auto;
  }
  .popup_presentation__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .popup_presentation__content_wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 1em 1em 2em;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .popup__presentation .popup_presentation__wrap {
    border: none;
  }
  .popup__presentation .popup_presentation__wrap .popup__presentation_img_wrap {
    height: 30em;
  }
  .popup_presentation__content_form {
    width: 100%;
  }
  .popup-custom {
    font-size: 1.6em;
  }
}
@media (max-width: 768px) {
  .popup-custom {
    font-size: 2.2em;
  }
}
@media (max-width: 500px) {
  .popup_presentation__content_form .section__head {
    max-width: 12.2666666667em;
    font-size: 2em;
    margin: 1.35em 0 0.72em;
    text-align: left;
  }
  .popup_presentation__content_form .section__head.popup__small_head {
    font-size: 1em;
  }
  .popup_presentation__content_wrap .section__bottom {
    font-size: 1em;
    text-align: left;
    margin: 0;
  }
  .popup__presentation .popup_presentation__wrap {
    border: none;
  }
  .popup__presentation .popup__close {
    top: 0;
    right: 0;
  }
  .popup__presentation .popup_presentation__wrap .popup__presentation_img_wrap {
    height: auto;
  }
  .popup-custom {
    font-size: 2.6em;
  }
}



.ovflowhidden {
  overflow: hidden;
}
.pos-relative {
  position: relative;
}
.zindex-100 {
  z-index: 100;
}

.bg-black {
  background-color: #000;
}
.section__wrap_inner {
  max-width:50em;
}
.inner_saas_head__wrap {
  font-size: 4em;
}
.page-banner-img {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
}
.services_head.inner_head {
  background-color: #000;
}
.services_head .page-banner-img {
  height: 135%;
  top: -115px;
  right:-25px;
}
.section-3 .page-banner-img {
  height: 260%;
  right: 50px;
  top: -300px;
}
.section-6 .page-banner-img {
  height: 330%;
  /*right: 50px;*/
  top: -340px;
}
.section__bottom {
  max-width: 40%;
}




.container-wrap {
  padding: 8.125em 0;
  margin: 0 auto;
}
.text-center {
  text-align: center;
}

.body-wrap-1 {
  /*min-height: 100%;*/
  will-change: background-color;
  -webkit-transition: background-color 0.6s ease-in-out;
  -moz-transition: background-color 0.6s ease-in-out;
  transition: background-color 0.6s ease-in-out;
}

.top_section {
  margin-bottom: 0;
}

.top_section__head_index {
text-transform: uppercase;
font-size: 3em;
font-family: Monument Extended, Arial Black;
font-weight: 700;
/* max-width: 20em; */
letter-spacing: 0.01em;
word-spacing: 0;
margin-bottom: 0.8em;
/* white-space: pre-wrap; */
text-align: center;
margin-left: auto;
margin-right: auto;
}

.top_section .alternative_solution .foreignobject {
  opacity: -moz-calc(var(--i) / 40);
  opacity: calc(var(--i) / 40);
  background: #0a0a0c 
  conic-gradient(from 309deg at 50% 50%, 
  #0a0a0c -moz-calc(165deg - 1.83333333deg * var(--i)), 
  #0a0a0c -moz-calc(165deg - 1.83333333deg * var(--i)), 
  #eb1e19 -moz-calc(175deg - .6deg * var(--i)), 
  #eb1e19 -moz-calc(175deg - .6deg * var(--i)),
  #ee803f 180deg,
  #eb1e19 -moz-calc(185deg + .6deg * var(--i)),
  #eb1e19 -moz-calc(185deg + .6deg * var(--i)),
  #0a0a0c -moz-calc(195deg + 1.83333333deg * var(--i)),
  #0a0a0c -moz-calc(195deg + 1.83333333deg * var(--i))) 100% 100%;

  background: #0a0a0c conic-gradient(from 309deg at 50% 50%, 
  #0a0a0c calc(165deg - 1.83333333deg * var(--i)),
  #0a0a0c calc(165deg - 1.83333333deg * var(--i)),
  #eb1e19 calc(175deg - .6deg * var(--i)),
  #eb1e19 calc(175deg - .6deg * var(--i)),
  #dd5405 180deg,
  #eb1e19 calc(185deg + .6deg * var(--i)),
  #450a10 calc(185deg + .6deg * var(--i)),
  #4d0d13 calc(195deg + 1.83333333deg * var(--i)),
  #0d0e11 calc(195deg + 1.83333333deg * var(--i))) 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
/* commented by FK
.top_section-1 {
  padding: 15.625em 0 8.125em;
  font-size: 1rem;
  background: #000;
  position: relative;
  z-index: 0;
  overflow: hidden;
  --i: 0;
}*/

.parent a{
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.child{
  color: #f1f1f1;
  width: 100%;
  font-size: 10px;
}



.header__menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

li {
  float: left;
}

li a.header__menu_item, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li.dropdown {
  display: inline-block;
}

.parent {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.sub__parent {
  display: none;
  margin-left: 200px;
  position: absolute;
  background-color: #f9f9f9;
  width: 250px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.parent a.header__menu_item {
  color: black;
  padding: 8px 18px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.parent a.header__menu_item:hover {
  background-color: #cfcfcf;
}

.child:hover .sub__parent {
  display: block;
}

.dropdown:hover .parent {
  display: block;
}
.parent{
  width: 270px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.wi_margin{
  margin: 10rem 0rem;
}
/*logo-slider*/

body {
background-color: #333;
}

/*img {
width: 100px;
height: 100px;
animation: scroll 60s linear infinite;
}

.slide-track {
width: 100%;
display: flex;
gap: 3em;
animation: scroll linear infinite;
overflow: hidden;
}

.slider {
margin-top: 70px;
background-color: whitesmoke;
padding: 8em 2em;
}

@keyframes scroll {
0% {transform: translateX(0);}
100% {transform: translatex(-5000%)}
}*/

/*------*/

/*body {
align-items: center;
justify-content: center;
}

$animationSpeed: 40s;

@keyframes scroll {
0% { transform: translateX(0); }
100% { transform: translateX(calc(-250px * 7))}
}

.slider {
height: 100px;
margin: auto;
overflow:hidden;
position: relative;
width: auto;



}
.slide-track {
  animation: scroll $animationSpeed linear infinite;
  animation: scroll 60s linear infinite;
  display: flex;
  width: calc(250px * 14);
}

.slide {
  height: 100px;
  width: 250px;
}*/




.accordion__text {
  line-height: 1.3;
  letter-spacing: -1px;
}
.accordion__content-inner {
padding-bottom: 40px;
}

.accordion__title{
margin-right: auto;
padding-right: 20px;
transition: color .3s;
}
.accordion__header {
padding: 40px 0;
display: flex;
align-items: center;
font-size: 46px;
/* font-weight: 600; */
letter-spacing: -1px;
border-top: 1px solid rgba(0,0,0,.15);
cursor: pointer;
}
/* ======== optional styles ============= */
/** {
box-sizing: border-box;
margin: 0;
padding: 0;
}*/
.accordian-section {
font-size: 1rem;
position: relative;
/*margin-bottom: 6.5125em;*/
position: relative;
  z-index: 0;
  overflow: hidden;
  background: #0a0a0c;

 display: flex;
align-items: center;
justify-content: center;
/*min-height: 100vh;*/ 
background: url(https://wallpapers.com/images/hd/gray-polygon-abstract-material-design-y7ncpvzintzu771r.jpg)no-repeat center;
background-size: cover;
overflow: hidden;
}
.accordian-section .accordian-container {
margin: 0 auto;
max-width: 113rem;
width: 100%;
margin: 0 auto;
/*padding: 0 15px 20px;*/
transition: box-shadow 0.2s ease-in;
  /*padding: 4.0625em 6.9375em 4.5em 4.5625em;*/

/* border-radius: 10px; */

/*box-shadow: 0 0 40px 25px #111;*/
}
/* .accordian-section .container:hover {
box-shadow: 0 0 30px 15px #ff6a00;
} */
h1 {
margin: 20px 0;
color: #fff;
text-align: center;
}
/* ======== // end of optional styles ============= */

.accordion {
position: relative;
padding: 18px 35px 18px 18px;
width: 100%;
text-align: left;
font-size: 15px;
color: #fff;
background-color: #555555cc;
border: 1px solid #000;
transition: 0.4s;
/* border-radius: 10px; */
outline: none;
cursor: pointer;
}
.accordion::after {
content: "";
position: absolute;
right: 18px;
top: 50%;
transform: translateY(-50%);
width: 16px;
height: 2px;
/*background-color: #fff;*/
}
.accordion::before {
content: "";
position: absolute;
right: 25px;
top: 50%;
transform: translateY(-50%);
width: 2px;
height: 16px;
background-color: #fff;
transition: height 0.2s ease-in;
}
.accordion.active::before {
height: 0;
}
.accordion.active,
.accordion:hover {
background-color: #d95b28;
}
.accordion.active + .panel {
margin-top: 2px;
}

.panel + .accordion {
margin-top: 1px;
}
.panel {
padding: 0 18px;
/*background-color: #ffffffee;*/
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
box-shadow: 0 0 1px 0 #444;
border-radius: 10px;
}
.panel p:first-child {
padding-top: 20px;
}
.panel p:last-child {
padding-bottom: 20px;
}
.panel p + p {
margin-bottom: 15px;
}

/* === for List === */
.pr-list {
padding: 20px 0;
}
.pr-list div {
display: flex;
justify-content: space-between;
gap: 5px;
}

.pr-list div span:nth-child(2) {
flex-grow: 1;
line-height: 1.6;
border-bottom: 1px dotted #333;
}

.pr-list div span:nth-child(3) {
text-align: right;
}


/*----slider section*/
:root {
--white-100: hsl(206, 5%, 100%);
--white-200: hsl(206, 5%, 90%);
--white-300: hsl(206, 5%, 80%);
--white-400: hsl(206, 5%, 65%);
--white-500: hsl(206, 5%, 45%);

--black-100: hsl(210, 20%, 10%);
--black-200: hsl(210, 20%, 8%);
--black-300: hsl(210, 20%, 6%);
--black-400: hsl(210, 20%, 4%);
--black-500: hsl(210, 20%, 1%);
}

/**,
*::before,
*::after {
padding: 0;
margin: 0;
box-sizing: border-box;
list-style: none;
list-style-type: none;
text-decoration: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
}*/

/*html {
font-size: 100%;
box-sizing: inherit;
scroll-behavior: smooth;
height: -webkit-fill-available;
}*/

/*body {
font-family: "Rubik", sans-serif;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: var(--black-500);
background-color: var(--white-100);
}*/

/*main {
overflow: hidden;
}*/



.swiper-slide {
display: block;
/*max-width: 100%;*/
height: auto;
width: 100%;
object-fit: cover;
image-rendering: -webkit-optimize-contrast;
image-rendering: -moz-crisp-edges;
image-rendering: crisp-edges;
}
.slider-heading{
font-size: 20px;
margin-top: 10px;
}
.slider-paragraph{
color: gray;
padding-top: 10px;
/*font-size: 12px;*/
}

/* Elements */
.sec-slide {
margin: 0 auto;
/*padding-block: 5rem;*/
}
.slider-column{
margin-bottom: 6.5125em;
}
.carousel-slider-container {
max-width: 100%;
height: auto;
min-height: 50px;
margin-inline: auto;
padding: 50px 0 5px;
}
.swiper-button-next, .swiper-button-prev {
margin-top: -65px;
font-size: 10px;
color: red;
}
.swiper
&-button-next::after,
&-button-prev::after {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 1rem;
  width: 2rem;
  height: 2rem;
  opacity: 0.75;
  border-radius: 50%;
  color: var(--white-100);
  background: var(--black-300);
}

.index-card-section{
margin: 3em 0;
background: url(https://wallpapers.com/images/hd/gray-polygon-abstract-material-design-y7ncpvzintzu771r.jpg)no-repeat center;
/*background: url(./public/img/gray-polygon-abstract-material-design.jpg);*/
}
.heading{
    text-transform: uppercase;
  font-family: Monument Extended, Arial;
  font-weight: 400;
  font-size: 1.75em;
  color: orange;
  /*letter-spacing: -0.02em;*/
}
.l-cards{
display: flex;
  margin: 0 auto;
  max-width: 1000px;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 0;
  flex-direction: column;
}
.l-cards-1 ,.l-cards-2{
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto;
width: 100%;
text-align: left;
}
.l-cards-1-A ,.l-cards-1-B{
  text-align: left;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 500px;
  height: 150px;
  margin: 10px;
}

.card-img{
margin-right: 10px;
}
/*----already commented---*/
/*.l-cards-2{
display: flex;
justify-content: center;
align-items: center;
}*/
/*----already commented---*/


.l-cards-2-A ,.l-cards-2-B{
  text-align: left;
  display: flex;
  width: 500px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  height: 150px;
  margin: 10px;
}


.l-cards-1-A h1 , .l-cards-1-B h1 , .l-cards-2-A h1 , .l-cards-2-B h1 {
font-size: 1.5rem;
/*margin: 0;*/
color: orange;
}
.cards-top-heading{
margin: 24px 0px 10px;
}
.l-cards-1-A p , .l-cards-1-B p , .l-cards-2-A p , .l-cards-2-B p{
line-height: 20px;
}
/*----*/
.form-section {
background-image: url(../img/form_bg.jpg);
/*background: #020202;*/
background-position: cover;
background-repeat: no-repeat;
background-size: 100% 100%;
display: flex;
}

/*.demo_request__form {
  padding-left: 13.0625em;
}*/

.demo_request__form {
  padding-left: 0;

}
.demo_request__wrap{
/*display: flex;*/
justify-content: center;
width: 100%;
}
.contact-form{
margin-top: 6em;
}
.demo_request__wrap > * {
  padding-top: 8.125em;
  width: 100%;
}
.form_page{
width: 100%;
max-width: 100%;
}
.form-label{
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 50px;
}
.demo_request__form .form_page {
  max-width: 80%;
  margin: 0 auto;
}
.label-1 ,.label-2{
width: 100%;
max-width: 48%;
}



a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: none;
  background: transparent;
  -webkit-transition: background 5000s ease-in-out 5000s;
  transition: background 5000s ease-in-out 5000s;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
a {
  text-decoration: none;
  color: inherit;
  outline: none;
}
img,
video {
  max-width: 100%;
  height: auto;
}
@font-face {
  font-family: lg;
  src: url('../../fonts/lg.ttf?22t19m') format("truetype"),
    url('../../fonts/lg.woff?22t19m')format("woff"),
    url('../../fonts/lg.svg?22t19m#lg')  format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  font-family: lg !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: none;
  border: none;
  background-color: transparent;
}
.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #fff;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}
@-webkit-keyframes a {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  to {
    left: 0;
  }
}
@-moz-keyframes a {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  to {
    left: 0;
  }
}
@keyframes a {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes b {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  to {
    left: 0;
  }
}
@-moz-keyframes b {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  to {
    left: 0;
  }
}
@keyframes b {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  to {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: a 0.3s;
  -moz-animation: a 0.3s;
  animation: a 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: b 0.3s;
  -moz-animation: b 0.3s;
  animation: b 0.3s;
  position: relative;
}
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  background: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}
.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}
.lg-next,
.lg-prev,
.lg-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear,
    -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear,
    -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear,
    -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  -moz-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  -moz-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1),
    -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1),
    -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -moz-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1),
    -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1),
    -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash)
  .lg-outer.lg-start-zoom
  .lg-item.lg-complete
  .lg-object {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}
.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  -moz-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #fff;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -moz-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -moz-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toggle-thumb {
  background-color: #0d0a0a;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: medium none;
  border: none;
}
.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toggle-thumb:hover {
  color: #fff;
}
.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(../img/vimeo-play.png) no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(../img/vimeo-play.png) no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url(../img/video-play.png) no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url(../img/youtube-play.png) no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(../img/youtube-play.png) no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}
.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging
  .lg-item.lg-complete.lg-zoomable
  .lg-img-wrap {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom
  .lg-item.lg-complete.lg-zoomable
  .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: opacity 0.15s,
    -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s,
    -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -moz-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s,
    -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s,
    -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
#lg-zoom-in:after {
  content: "\e311";
}
#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}
#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  -moz-box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 2px #fff;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, transform 0.15s ease 0s,
    -moz-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s,
    -webkit-transform 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  -moz-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: hsla(0, 0%, 100%, 0.5);
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 8px hsla(0, 0%, 100%, 0.7);
  -moz-box-shadow: inset 0 0 0 8px hsla(0, 0%, 100%, 0.7);
  box-shadow: inset 0 0 0 8px hsla(0, 0%, 100%, 0.7);
  display: block;
  height: 12px;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  -moz-transition: box-shadow 0.3s ease 0s, -moz-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s,
    -moz-box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
  -webkit-box-shadow: inset 0 0 0 8px #fff;
  -moz-box-shadow: inset 0 0 0 8px #fff;
  box-shadow: inset 0 0 0 8px #fff;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}
.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #fff;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 5px, 0);
  -moz-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s,
    -webkit-transform 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s,
    -webkit-transform 0.18s linear 0s;
  -moz-transition: transform 0.18s linear 0s, visibility 0s linear 0.5s,
    opacity 0.18s linear 0s, -moz-transform 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s,
    opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s,
    opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s,
    -moz-transform 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0;
}
.lg-outer .lg-dropdown > li:hover .lg-icon,
.lg-outer .lg-dropdown > li:hover a {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e907";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e905";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e906";
}
.lg-outer .lg-img-rotate {
  position: absolute;
  padding: 0 5px;
  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;
  -moz-transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s,
    -moz-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,
    -moz-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}
.lg-rotate-left:after {
  content: "\e900";
}
.lg-rotate-right:after {
  content: "\e901";
}
.lg-icon.lg-flip-hor,
.lg-icon.lg-flip-ver {
  font-size: 26px;
}
.lg-flip-hor:after {
  content: "\e902";
}
.lg-flip-ver:after {
  content: "\e903";
}
.lg-group {
  zoom: 1;
}
.lg-group:after,
.lg-group:before {
  display: table;
  content: "";
  line-height: 0;
}
.lg-group:after {
  clear: both;
}
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  outline: none;
  -webkit-transition: opacity 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
  -webkit-transition-duration: inherit !important;
  -moz-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  -moz-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  -webkit-transition-duration: 0s !important;
  -moz-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url(../img/loading.gif) no-repeat scroll 50% transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
  display: none;
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}
.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transition: opacity 0.1s ease 0s,
    -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s,
    -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s, -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s,
    -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
:root {
  --mainDark: #222326;
}
* {
  -webkit-tap-highlight-color: transparent;
}
:focus {
  outline: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  display: block;
}
html {
  font-size: 0.833334vw;
}
body,
html {
  height: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Gilroy;
  font-weight: 500;
  background: var(--mainDark);
  color: #fff;
  position: relative;
  letter-spacing: 0.09em;
  line-height: 1.1;
}
body.modal_open {
  overflow: hidden;
}
.bg_wrapper.silver {
  background: #d4d9dc;
}
.body-wrap {
  min-height: 100%;
  will-change: background-color;
  -webkit-transition: background-color 0.6s ease-in-out;
  -moz-transition: background-color 0.6s ease-in-out;
  transition: background-color 0.6s ease-in-out;
}
.body-wrap,
.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 113rem;
}
.container-header {
  position: relative;
  width: 100%;
  height:350px;
  margin: 0 auto;
  max-width: 113rem;
}
@media (max-width: 1000px) {
  .container {
    max-width: 112.8rem;
    height: auto;

  }
  .container-header {
    max-width: 115.8rem;
    height: auto;
  }
}
@media (max-width: 500px) {
  .container {
    max-width: 115.8rem;
    height: auto;

  }
  .container-header {
    max-width: 115.8rem;
    height: auto;
  }

  .top_section__head_index  {
    text-transform: uppercase;
    font-size: 8em;
    font-family: Monument Extended, Arial Black;
    font-weight: 700;
    /* max-width: 20em; */
    letter-spacing: 0.01em;
    word-spacing: 0;
    margin-bottom: 0.8em;
    /* white-space: pre-wrap; */
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    }
}
.small_head {
  text-transform: uppercase;
  font-family: Monument Extended, Arial;
  font-weight: 700;
  font-size: 3.125em;
  letter-spacing: -0.02em;
}
.small_head .color {
  color: #d95b29;
}
.small_text {
  font-size: 0.75em;
  line-height: 1.58333333;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.alternative_solution {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.ios_device .alternative_solution span.foreignobject {
  display: none !important;
}
.alternative_solution .foreignobject {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  min-width: 100%;
  min-height: 100%;
  opacity: -moz-calc(var(--i) / 40);
  opacity: calc(var(--i) / 40);
  background: #0a0a0c
    conic-gradient(
      from 309deg at 50% 50%,
      #0a0a0c -moz-calc(165deg - 1.83333333deg * var(--i)),
      #2e0008 -moz-calc(165deg - 1.83333333deg * var(--i)),
      #992d2d -moz-calc(175deg - 0.6deg * var(--i)),
      #992d2d -moz-calc(175deg - 0.6deg * var(--i)),
      #de5f28 180deg,
      #992d2d -moz-calc(185deg + 0.6deg * var(--i)),
      #992d2d -moz-calc(185deg + 0.6deg * var(--i)),
      #2e0008 -moz-calc(195deg + 1.83333333deg * var(--i)),
      #0a0a0c -moz-calc(195deg + 1.83333333deg * var(--i))
    )
    100% 100%;
  background: #0a0a0c
    conic-gradient(
      from 309deg at 50% 50%,
      #0a0a0c calc(165deg - 1.83333333deg * var(--i)),
      #2e0008 calc(165deg - 1.83333333deg * var(--i)),
      #992d2d calc(175deg - 0.6deg * var(--i)),
      #992d2d calc(175deg - 0.6deg * var(--i)),
      #de5f28 180deg,
      #992d2d calc(185deg + 0.6deg * var(--i)),
      #992d2d calc(185deg + 0.6deg * var(--i)),
      #2e0008 calc(195deg + 1.83333333deg * var(--i)),
      #0a0a0c calc(195deg + 1.83333333deg * var(--i))
    )
    100% 100%;
}
.apply_wrap,
.preload {
  position: relative;
}
.preload {
  height: 1em;
  overflow: hidden;
}
.preload__wrap {
  width: 100%;
}
.preload:after,
.preload__wrap {
  position: absolute;
  top: 0;
  left: 0;
}
.preload:after {
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(hsla(0, 0%, 100%, 0)),
    color-stop(20%, hsla(0, 0%, 100%, 0.2)),
    color-stop(60%, #fff),
    to(hsla(0, 0%, 100%, 0))
  );
  background-image: -moz-linear-gradient(
    left,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.2) 20%,
    #fff 60%,
    hsla(0, 0%, 100%, 0)
  );
  background-image: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.2) 20%,
    #fff 60%,
    hsla(0, 0%, 100%, 0)
  );
  -webkit-animation: c 2s infinite;
  -moz-animation: c 2s infinite;
  animation: c 2s infinite;
  content: "";
}
@-webkit-keyframes c {
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-moz-keyframes c {
  to {
    -moz-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes c {
  to {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@font-face {
  font-family: Gilroy;
  src: local("Gilroy-Regular"),
    url(../fonts/Gilroy-Regular.woff2) format("woff2"),
    url(../fonts/Gilroy-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Gilroy;
  src: local("Gilroy-Medium"), url(../fonts/Gilroy-Medium.woff2) format("woff2"),
    url(../fonts/Gilroy-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Gilroy;
  src: local("Gilroy-Bold"), url(../fonts/Gilroy-Bold.woff2) format("woff2"),
    url(../fonts/Gilroy-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Gilroy;
  src: local("Gilroy-SemiBold"),
    url(../fonts/Gilroy-SemiBold.woff2) format("woff2"),
    url(../fonts/Gilroy-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Monument Extended;
  src: local("Monument Extended Bold"), local("MonumentExtended-Bold"),
    url(../fonts/MonumentExtended-Bold.woff2) format("woff2"),
    url(../fonts/MonumentExtended-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Monument Extended;
  src: local("Monument Extended"), local("MonumentExtended Regular"),
    url(../fonts/MonumentExtended-Regular.woff2) format("woff2"),
    url(../fonts/MonumentExtended-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Monument Extended;
  src: local("Monument Extended Ultralight"),
    local("MonumentExtended-Ultralight"),
    url(../fonts/MonumentExtended-Ultralight.woff2) format("woff2"),
    url(../fonts/MonumentExtended-Ultralight.woff) format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Stolzl;
  src: local("Stolzl Regular"), local("Stolzl-Regular"),
    url(../fonts/Stolzl-Regular.woff2) format("woff2"),
    url(../fonts/Stolzl-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Stolzl;
  src: local("Stolzl Medium"), local("Stolzl-Medium"),
    url(../fonts/Stolzl-Medium.woff2) format("woff2"),
    url(../fonts/Stolzl-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: lg;
  src: url(../fonts/lg.ttf) format("truetype"),
    url(../fonts/lg.woff) format("woff"), url(../fonts/lg.svg#lg) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
.button,
.form_sucsess_parent {
  position: relative;
}
.button {
  font: inherit;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 1rem;
  font-weight: 500;
  width: 22.9375em;
  max-width: 100%;
  min-height: 3.5em;
  padding: 0 0.9625em 0.4875em 0.7625em;
  background: #000;
  color: hsla(0, 0%, 100%, 0.8);
  text-transform: uppercase;
  overflow: hidden;
  z-index: 0;
  --i: 0;
  border: none;
}
.button[disabled] {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (pointer: fine) {
  .button:not([disabled]):hover {
    cursor: pointer;
  }
  .button:not([disabled]):hover path {
    stroke: #fff;
  }
  .button:not([disabled]):hover .button__inner_text {
    opacity: 1;
  }
}
.button:not([disabled]):active path {
  stroke: #fff;
}
.button:not([disabled]):active .button__inner_text {
  opacity: 1;
}
.button__wrap {
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: auto;
}
.button__wrap--center {
  margin: auto;
}
.button__head {
  font-size: 1.25em;
  font-weight: 400;
  margin-bottom: 1.7em;
  margin-top: 3.5em;
  display: block;
}
.vis_on_scroll .button__head {
  opacity: 0;
  -webkit-transition: opacity 1.1s ease-in-out 0.3s;
  -moz-transition: opacity 1.1s ease-in-out 0.3s;
  transition: opacity 1.1s ease-in-out 0.3s;
}
.visible .button__head {
  opacity: 1;
}
.button__head strong {
  font-weight: 700;
}
.button img {
  height: 9.375em;
  -o-object-fit: cover;
  object-fit: cover;
  width: 18.125em;
  margin: 0 1.25em -1.3125em -1.925em;
}
.vis_on_scroll .button img {
  opacity: 0;
  -webkit-transition: opacity 1.1s ease-in-out 1.7s;
  -moz-transition: opacity 1.1s ease-in-out 1.7s;
  transition: opacity 1.1s ease-in-out 1.7s;
}
.visible .button img {
  opacity: 1;
}
.button__inner_text {
  font: inherit;
  font-size: 0.9375em;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  letter-spacing: 0.02em;
  overflow: hidden;
  display: inline-block;
}
.button__inner_text--mobile {
  display: none;
}
.vis_on_scroll .button__inner_text {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: opacity 0.3s ease-in-out,
    -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out, opacity 0.3s ease-in-out,
    -moz-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.8s ease-in-out, opacity 0.3s ease-in-out,
    -webkit-transform 0.8s ease-in-out, -moz-transform 0.8s ease-in-out;
}
.visible .button__inner_text {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.button__inner_wrap {
  overflow: hidden;
}
.button__cross {
  width: 0.9375em;
  margin: auto;
}
.button__arrow {
  margin-left: auto;
  width: 0.625em;
}
.button__cross_svg svg {
  display: block;
}
.button__arrow_svg {
  padding: 0 !important;
  -ms-flex-item-align: unset !important;
  align-self: unset !important;
  font-size: 1em !important;
}
.vis_on_scroll .button__arrow_svg {
  opacity: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 333ms ease-in-out,
    -webkit-transform 533ms ease-in-out;
  transition: opacity 333ms ease-in-out, -webkit-transform 533ms ease-in-out;
  -moz-transition: opacity 333ms ease-in-out, transform 533ms ease-in-out,
    -moz-transform 533ms ease-in-out;
  transition: opacity 333ms ease-in-out, transform 533ms ease-in-out;
  transition: opacity 333ms ease-in-out, transform 533ms ease-in-out,
    -webkit-transform 533ms ease-in-out, -moz-transform 533ms ease-in-out;
}
.visible .button__arrow_svg {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.button__arrow_svg svg {
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.button path {
  -webkit-transition: stroke 0.3s;
  -moz-transition: stroke 0.3s;
  transition: stroke 0.3s;
  stroke: #af402b;
}
.button--close {
  padding: 0 !important;
  min-height: 4em !important;
  width: 4em !important;
  background: #222326;
}
.button--close path {
  stroke: #fff;
}
.button--black_hover {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(3.2%, #37383d),
    color-stop(56.67%, #191a1e)
  );
  background: -moz-linear-gradient(left, #37383d 3.2%, #191a1e 56.67%);
  background: linear-gradient(90deg, #37383d 3.2%, #191a1e 56.67%);
}
.button--black_hover[disabled] {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (pointer: fine) {
  .button--black_hover:not([disabled]):hover {
    cursor: pointer;
  }
}
.button--gradient_normal {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(3.2%, #37383d),
    color-stop(56.67%, #191a1e)
  );
  background: -moz-linear-gradient(left, #37383d 3.2%, #191a1e 56.67%);
  background: linear-gradient(90deg, #37383d 3.2%, #191a1e 56.67%);
  min-height: 7.75em;
}
.button--gradient_normal .button__inner_text {
  opacity: 0.8;
}
.button--gradient_hover {
  position: relative;
  z-index: 0;
  background-color: #0a0a0c;
}
.button--gradient_hover .alternative_solution {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.button--gradient_hover .alternative_solution .foreignobject {
  opacity: 0;
  opacity: -moz-calc(var(--i) / 80);
  opacity: calc(var(--i) / 80);
  background: #0a0a0c
    conic-gradient(
      from 309deg at 50% 50%,
      #0a0a0c -moz-calc(165deg - 1.83333333deg * var(--i)),
      #2e0008 -moz-calc(165deg - 1.83333333deg * var(--i)),
      #992d2d -moz-calc(175deg - 0.6deg * var(--i)),
      #992d2d -moz-calc(175deg - 0.6deg * var(--i)),
      #de5f28 180deg,
      #992d2d -moz-calc(185deg + 0.6deg * var(--i)),
      #992d2d -moz-calc(185deg + 0.6deg * var(--i)),
      #2e0008 -moz-calc(195deg + 1.83333333deg * var(--i)),
      #0a0a0c -moz-calc(195deg + 1.83333333deg * var(--i))
    );
  background: #0a0a0c
    conic-gradient(
      from 309deg at 50% 50%,
      #0a0a0c calc(165deg - 1.83333333deg * var(--i)),
      #2e0008 calc(165deg - 1.83333333deg * var(--i)),
      #992d2d calc(175deg - 0.6deg * var(--i)),
      #992d2d calc(175deg - 0.6deg * var(--i)),
      #de5f28 180deg,
      #992d2d calc(185deg + 0.6deg * var(--i)),
      #992d2d calc(185deg + 0.6deg * var(--i)),
      #2e0008 calc(195deg + 1.83333333deg * var(--i)),
      #0a0a0c calc(195deg + 1.83333333deg * var(--i))
    );
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.button--noactive {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(3.2%, #37383d),
    color-stop(56.67%, #191a1e)
  );
  background: -moz-linear-gradient(left, #37383d 3.2%, #191a1e 56.67%);
  background: linear-gradient(90deg, #37383d 3.2%, #191a1e 56.67%);
  min-height: 7.75em;
  pointer-events: none;
}
.button--noactive .button__inner_text {
  opacity: 0.14;
}
.button--noactive .button__arrow_svg path {
  stroke: #fff;
  opacity: 0.14;
}
.button--noactive .alternative_solution {
  display: none;
}
.button--orange {
  max-width: 100%;
  background: #d95b29;
  min-height: 3.55em;
}
.button--orange[disabled] {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (pointer: fine) {
  .button--orange:not([disabled]):hover {
    cursor: pointer;
  }
}
.button--transparent {
  max-width: 100%;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: background 0.4s, border-color 0.4s;
  -moz-transition: background 0.4s, border-color 0.4s;
  transition: background 0.4s, border-color 0.4s;
}
.button--transparent path {
  stroke: currentColor;
}
.button--transparent[disabled] {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (pointer: fine) {
  .button--transparent:not([disabled]):hover {
    border-color: #222326;
    background: #222326;
    cursor: pointer;
  }
}
.button--transparent:not([disabled]):active {
  border-color: #222326;
  background: #222326;
}
.button--transparent-orange {
  max-width: 100%;
  background: transparent;
  color: hsla(0, 0%, 100%, 0.8);
  border: 1px solid #d95b29;
  -webkit-transition: background 0.4s, border-color 0.4s;
  -moz-transition: background 0.4s, border-color 0.4s;
  transition: background 0.4s, border-color 0.4s;
}
.button--transparent-orange path {
  stroke: #d95b29;
}
.button--transparent-orange[disabled] {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (pointer: fine) {
  .button--transparent-orange:not([disabled]):hover {
    border-color: transparent;
    cursor: pointer;
  }
}
.button--transparent-orange:not([disabled]):active {
  border-color: transparent;
}
@media (max-width: 1000px) {
  .button {
    font-size: 1.37rem;
  }
}
@media (max-width: 768px) {
  .button {
    font-size: 2.34375rem;
  }
  .button__inner_text--desk {
    display: none;
  }
  .button__inner_text--mobile {
    display: inline-block;
  }
  .button--gradient_normal {
    min-height: 5.4em;
  }
  .button--gradient_normal path {
    stroke: #af402b;
  }
  .button--gradient_normal .alternative_solution {
    display: none;
  }
  .button--gradient_normal .button__wrap {
    min-height: 5.4em;
  }
  .button--gradient_normal .button__inner_wrap {
    font-size: 1.44258em;
    padding-bottom: 0.5em;
  }
  .button--gradient_normal .button__arrow {
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 0.8em;
    width: 4.5625em;
    padding-bottom: 1.3em;
    position: relative;
    width: 6.1625em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .button--gradient_normal svg {
    width: 1.3em;
    height: auto;
  }
  .button--gradient_normal path {
    stroke: #fff;
  }
}
@media (max-width: 500px) {
  .button {
    font-size: 4.1666666667rem;
    width: 18.2375em;
    min-height: 3.7em;
    letter-spacing: 0.02em;
    padding: 0 1.0625em 0.4875em 0.9625em;
  }
  .button__inner_text {
    font-size: 1em;
  }
}
.top_section {
  padding: 15.625em 0 8.125em;
  font-size: 1rem;
  background: #000;
  position: relative;
  z-index: 0;
  margin-bottom: 6.425em;
  overflow: hidden;
  --i: 0;
}
.top_section .alternative_solution {
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  pointer-events: none;
}
.top_section .alternative_solution .foreignobject {
  opacity: -moz-calc(var(--i) / 10);
  opacity: calc(var(--i) / 10);
  background: #0a0a0c
    conic-gradient(
      from 309deg at 50% 50%,
      #0a0a0c -moz-calc(165deg - 1.83333333deg * var(--i)),
      #2e0008 -moz-calc(165deg - 1.83333333deg * var(--i)),
      #992d2d -moz-calc(175deg - 0.6deg * var(--i)),
      #992d2d -moz-calc(175deg - 0.6deg * var(--i)),
      #de5f28 180deg,
      #992d2d -moz-calc(185deg + 0.6deg * var(--i)),
      #992d2d -moz-calc(185deg + 0.6deg * var(--i)),
      #2e0008 -moz-calc(195deg + 1.83333333deg * var(--i)),
      #0a0a0c -moz-calc(195deg + 1.83333333deg * var(--i))
    )
    100% 100%;
  background: #0a0a0c
    conic-gradient(
      from 309deg at 50% 50%,
      #0a0a0c calc(165deg - 1.83333333deg * var(--i)),
      #2e0008 calc(165deg - 1.83333333deg * var(--i)),
      #992d2d calc(175deg - 0.6deg * var(--i)),
      #992d2d calc(175deg - 0.6deg * var(--i)),
      #de5f28 180deg,
      #992d2d calc(185deg + 0.6deg * var(--i)),
      #992d2d calc(185deg + 0.6deg * var(--i)),
      #2e0008 calc(195deg + 1.83333333deg * var(--i)),
      #0a0a0c calc(195deg + 1.83333333deg * var(--i))
    )
    100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top_section__head {
  text-transform: uppercase;
  font-size: 5.625em;
  font-family: Monument Extended, Arial Black;
  font-weight: 700;
  max-width: 15.5555555556em;
  letter-spacing: 0.01em;
  word-spacing: 0;
  margin-bottom: 0.8em;
  white-space: pre-wrap;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.top_section__head span {
  overflow: hidden;
  display: inline-block;
  margin-bottom: -0.2em;
}
.top_section__head b {
  display: inline-block;
}
.vis_on_scroll .top_section__head b {
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: opacity 533ms ease-out, -webkit-transform 633ms ease-out;
  transition: opacity 533ms ease-out, -webkit-transform 633ms ease-out;
  -moz-transition: opacity 533ms ease-out, transform 633ms ease-out,
    -moz-transform 633ms ease-out;
  transition: opacity 533ms ease-out, transform 633ms ease-out;
  transition: opacity 533ms ease-out, transform 633ms ease-out,
    -webkit-transform 633ms ease-out, -moz-transform 633ms ease-out;
}
.visible .top_section__head b {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.top_section__descr {
  font-size: 1.25em;
  margin-bottom: 3.65em;
  letter-spacing: -0.017em;
  position: relative;
  text-align: center;
}
.vis_on_scroll .top_section__descr {
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: opacity 533ms ease-out, -webkit-transform 633ms ease-out;
  transition: opacity 533ms ease-out, -webkit-transform 633ms ease-out;
  -moz-transition: opacity 533ms ease-out, transform 633ms ease-out,
    -moz-transform 633ms ease-out;
  transition: opacity 533ms ease-out, transform 633ms ease-out;
  transition: opacity 533ms ease-out, transform 633ms ease-out,
    -webkit-transform 633ms ease-out, -moz-transform 633ms ease-out;
}
.visible .top_section__descr {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.top_section__button {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 31.5em;
  margin: auto;
  gap: 1.5em;
}
.top_section__button .button {
  width: 100%;
}
.top_section__button--mobile {
  display: none;
}
@media (max-width: 1000px) {
  .top_section {
    font-size: 1.35rem;
  }
  .top_section__head {
    margin-bottom: 2.2em;
    font-size: 4.47em;
  }
  .top_section__descr {
    margin-bottom: 5.7em;
  }
  .top_section__winfinity {
    margin-bottom: 2.25em;
  }
}
@media (max-width: 768px) {
  .top_section {
    margin-bottom: 5.325em;
  }
  .top_section__head {
    font-size: 5.75em;
    margin-bottom: 1.2em;
  }
  .top_section__descr {
    font-size: 2.34375em;
    margin-bottom: 3.7em;
  }
}
@media (max-width: 500px) {
  .top_section {
    padding-top: 28.7875em;
    padding-bottom: 13em;
    margin-bottom: 15.125em;
  }
  .top_section .alternative_solution {
    background: none;
  }
  .top_section .alternative_solution .foreignobject {
    background: #0a0a0c
      conic-gradient(
        from var(--gradientRotate, 28.3deg) at 50% 50%,
        #0a0a0c -moz-calc(165deg - 1.83333333deg * var(--i)),
        #2e0008 -moz-calc(165deg - 1.83333333deg * var(--i)),
        #992d2d -moz-calc(175deg - 0.6deg * var(--i)),
        #992d2d -moz-calc(175deg - 0.6deg * var(--i)),
        #de5f28 180deg,
        #992d2d -moz-calc(185deg + 0.6deg * var(--i)),
        #992d2d -moz-calc(185deg + 0.6deg * var(--i)),
        #2e0008 -moz-calc(195deg + 1.83333333deg * var(--i)),
        #0a0a0c -moz-calc(195deg + 1.83333333deg * var(--i))
      )
      100% 100%;
    background: #0a0a0c
      conic-gradient(
        from var(--gradientRotate, 28.3deg) at 50% 50%,
        #0a0a0c calc(165deg - 1.83333333deg * var(--i)),
        #2e0008 calc(165deg - 1.83333333deg * var(--i)),
        #992d2d calc(175deg - 0.6deg * var(--i)),
        #992d2d calc(175deg - 0.6deg * var(--i)),
        #de5f28 180deg,
        #992d2d calc(185deg + 0.6deg * var(--i)),
        #992d2d calc(185deg + 0.6deg * var(--i)),
        #2e0008 calc(195deg + 1.83333333deg * var(--i)),
        #0a0a0c calc(195deg + 1.83333333deg * var(--i))
      )
      100% 100%;
  }
  .top_section__head {
    font-size: 8.2304526749em;
    margin-bottom: 0.9em;
    letter-spacing: 0.01em;
    white-space: unset;
  }
  .top_section__head span {
    display: block;
    margin-bottom: 0;
    margin-bottom: -0.5em;
  }
  .top_section__head span:nth-child(2) {
    margin-bottom: -0.2em;
    font-size: 3.0115em;
  }
  .top_section__head span:nth-child(3) {
    margin-bottom: 0;
    font-size: 1.635em;
  }
  .top_section__head span:nth-child(4) {
    margin-bottom: 0;
    font-size: 1.0435em;
  }
  .top_section__descr {
    letter-spacing: 0;
    font-size: 4.1152263374em;
    max-width: 13em;
    margin: 0 auto 2.2em;
    color: hsla(0, 0%, 100%, 0.5);
  }
  .top_section__descr:after {
    font-size: 0.6em;
    top: -9.1em;
    left: 0;
    right: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .top_section__winfinity {
    font-size: 1.95em;
    color: #fb7d49;
    margin-bottom: 3.15em;
  }
  .top_section__button {
    grid-template-columns: repeat(1, 1fr);
    width: 56.1728395062em;
  }
  .top_section__button--desctop {
    display: none;
  }
  .top_section__button--mobile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top_section__version {
    max-width: 100%;
    font-size: 2.275em;
    margin-bottom: 2.8em;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .top_section__version > :first-child {
    width: 16.0927764435em;
  }
  .top_section:after {
    top: 35%;
    left: 3%;
    width: 4.25em;
    height: 4.25em;
  }
}
.section {
  font-size: 1rem;
  position: relative;
  margin-bottom: 6.5125em;
}
.section__wrap {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background: #0a0a0c;
  padding: 4.0625em 6.9375em 4.5em 4.5625em;
}
.section__wrap_inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 34.0125em;
  max-width: 44.6em;
}
.section__wrap_inner--right_align {
  margin-left: auto;
}
.section__wrap_inner--presentation {
  max-width: 32.5em;
}
.section__wrap_inner--presentation .section__head {
  margin-bottom: 0.88em;
}
.section__wrap_inner--presentation .section__bottom {
  margin-bottom: 2.3em;
}
.section__wrap_inner--presentation .form__submit {
  margin-top: 2.5em;
}
.section__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.section__bg,
.section__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.vis_on_scroll .section__bg {
  -webkit-transition: opacity 0.5665s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.5665s ease-out, -webkit-transform 0.8s ease-out;
  -moz-transition: opacity 0.5665s ease-out, transform 0.8s ease-out,
    -moz-transform 0.8s ease-out;
  transition: opacity 0.5665s ease-out, transform 0.8s ease-out;
  transition: opacity 0.5665s ease-out, transform 0.8s ease-out,
    -webkit-transform 0.8s ease-out, -moz-transform 0.8s ease-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0;
}
.visible .section__bg {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.section__name {
  font-size: 0.75em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13.3333333333em;
  text-transform: uppercase;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.vis_on_scroll .section__name {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out 0.3s;
  -moz-transition: opacity 0.25s ease-in-out 0.3s;
  transition: opacity 0.25s ease-in-out 0.3s;
}
.visible .section__name {
  opacity: 1;
}
.section__name_span {
  letter-spacing: 3.8em;
  color: hsla(0, 0%, 100%, 0.5);
}
.section__info {
  letter-spacing: -0.02em;
  opacity: 0.3;
}
.section__head {
  max-width: 15.5em;
  white-space: pre-wrap;
  line-height: 110%;
  margin-bottom: 1.28em;
  margin-top: auto;
}
.section__head--mobile {
  display: none;
}
.section__head span {
  overflow: hidden;
  vertical-align: top;
}
.section__head b,
.section__head span {
  display: inline-block;
}
.vis_on_scroll .section__head b {
  -webkit-transition: opacity 0.2665s ease-out,
    -webkit-transform 0.3165s ease-out;
  transition: opacity 0.2665s ease-out, -webkit-transform 0.3165s ease-out;
  -moz-transition: opacity 0.2665s ease-out, transform 0.3165s ease-out,
    -moz-transform 0.3165s ease-out;
  transition: opacity 0.2665s ease-out, transform 0.3165s ease-out;
  transition: opacity 0.2665s ease-out, transform 0.3165s ease-out,
    -webkit-transform 0.3165s ease-out, -moz-transform 0.3165s ease-out;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
.visible .section__head b {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.section__head_i_inner {
  display: inline-block;
}
.vis_on_scroll .section__head_i_inner {
  -webkit-transition: opacity 0.2665s ease-out,
    -webkit-transform 0.3165s ease-out;
  transition: opacity 0.2665s ease-out, -webkit-transform 0.3165s ease-out;
  -moz-transition: opacity 0.2665s ease-out, transform 0.3165s ease-out,
    -moz-transform 0.3165s ease-out;
  transition: opacity 0.2665s ease-out, transform 0.3165s ease-out;
  transition: opacity 0.2665s ease-out, transform 0.3165s ease-out,
    -webkit-transform 0.3165s ease-out, -moz-transform 0.3165s ease-out;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
.visible .section__head_i_inner {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.section__br_mob {
  display: none;
}
.section__bottom {
  font-size: 1.25em;
  max-width: 27em;
  line-height: 130%;
  margin-bottom: 2.4em;
  color: hsla(0, 0%, 100%, 0.7);
  letter-spacing: -0.02em;
}
.section__bottom--small_margin {
  margin-bottom: 0.7em;
}
.vis_on_scroll .section__anim_bottom {
  -webkit-transition: opacity 0.2665s ease-out,
    -webkit-transform 0.3165s ease-out;
  transition: opacity 0.2665s ease-out, -webkit-transform 0.3165s ease-out;
  -moz-transition: opacity 0.2665s ease-out, transform 0.3165s ease-out,
    -moz-transform 0.3165s ease-out;
  transition: opacity 0.2665s ease-out, transform 0.3165s ease-out;
  transition: opacity 0.2665s ease-out, transform 0.3165s ease-out,
    -webkit-transform 0.3165s ease-out, -moz-transform 0.3165s ease-out;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
.visible .section__anim_bottom {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.section__button {
  margin-top: auto;
}
.section__button .button__wrap {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.section__form {
  margin-bottom: auto;
}
.section__form .form {
  max-width: 100%;
  margin: 0;
}
.section__wrap_inner--presentation {
  position: relative;
}
.success .section__wrap_inner_wrap {
  opacity: 0;
}
.section .inner_product_presentation__thanks {
  background: transparent;
}
@media (max-width: 1000px) {
  .section {
    font-size: 1.37rem;
    margin-bottom: 5.3125em;
  }
  .section__head {
    font-size: 3.1em;
  }
  .section__head--mobile {
    display: block;
  }
  .section__head--desctop {
    display: none;
  }
  .section__wrap {
    padding: 4.2em 6.2125em 1.4625em 4.45em;
  }
  .section__wrap_inner {
    max-width: 34.6em;
  }
}
@media (max-width: 768px) {
  .section__wrap {
    padding: 2.2em 6.2125em 2.4625em 2.45em;
  }
  .section__head {
    font-size: 3.4em;
    margin-bottom: 0.58em;
  }
  .section__bottom {
    font-size: 1.875em;
    margin-bottom: 0.4em;
  }
  .section__name_span {
    margin-bottom: 1em;
  }
}
@media (max-width: 500px) {
  .section {
    font-size: 2.7777777778rem;
    margin-bottom: 7.2125em;
  }
  .section__bg {
    position: relative;
  }
  .section__wrap {
    padding: 0 0 5.7em;
  }
  .section__wrap_inner {
    max-width: 100%;
  }
  .section__br_mob {
    display: inline;
  }
  .section__head {
    text-align: center;
    font-size: 4.5em;
    max-width: 8.1777777778em;
    margin: 0.85em auto 0.52em;
  }
  .main_page_join .section__head,
  .main_page_presentation .section__head {
    max-width: 12.2666666667em;
    font-size: 3em;
    margin: 1.35em auto 0.72em;
  }
  .section__head br {
    display: inline;
  }
  .section__name_span {
    position: absolute;
    left: 0;
    right: 0;
    top: 1.9em;
    font-size: 1em;
    text-align: center;
    letter-spacing: 3.7em;
    text-indent: 2.8em;
  }
  .section__bottom {
    max-width: 18.4em;
    text-align: center;
    font-size: 2em;
    margin: 0 auto;
  }
  .section__bottom br {
    display: none;
  }
  .section__button {
    margin-top: 6.1em;
  }
  .section .button {
    margin: auto;
  }
  .section__form {
    max-width: 36.8em;
    margin: auto;
  }
}
.breadcrums {
  font-size: 0.875rem;
  padding: 3.2142857143em 0;
  font-family: Monument Extended;
  font-weight: 200;
  margin-bottom: 4.9em;
  letter-spacing: -0.02em;
}
.breadcrums__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrums__wrap a {
  color: hsla(0, 0%, 100%, 0.5);
  padding: 0.2142857143em 0.5714285714em;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.breadcrums__wrap a:hover {
  color: #fff;
}
.breadcrums__wrap span {
  padding: 0.2142857143em 0.5714285714em;
  color: hsla(0, 0%, 100%, 0.3);
}
.breadcrums__wrap img {
  width: 2.2857142857em;
}
@media (max-width: 1000px) {
  .breadcrums {
    display: none;
  }
}
.products {
  margin-bottom: 20.625em;
  counter-reset: a;
}
.products__item {
  opacity: 0;
  -webkit-transform: translateX(-1em);
  -moz-transform: translateX(-1em);
  -ms-transform: translateX(-1em);
  transform: translateX(-1em);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  max-width: 94em;
  margin: auto;
  padding: 0.9em 0;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
  margin-bottom: 3.6em;
  -webkit-transition: border-color 0.3s ease-in-out, opacity 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, opacity 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out, opacity 0.3s ease-in-out,
    transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, opacity 0.3s ease-in-out,
    transform 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, opacity 0.3s ease-in-out,
    transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out,
    -moz-transform 0.3s ease-in-out;
  counter-increment: a;
  -webkit-transition: border-color 0.3s ease-in-out, opacity 0.5s ease-in-out,
    -webkit-transform 0.6s ease-in-out;
  transition: border-color 0.3s ease-in-out, opacity 0.5s ease-in-out,
    -webkit-transform 0.6s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out, opacity 0.5s ease-in-out,
    transform 0.6s ease-in-out, -moz-transform 0.6s ease-in-out;
  transition: border-color 0.3s ease-in-out, opacity 0.5s ease-in-out,
    transform 0.6s ease-in-out;
  transition: border-color 0.3s ease-in-out, opacity 0.5s ease-in-out,
    transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out,
    -moz-transform 0.6s ease-in-out;
}
.visible .products__item {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.products__item:before {
  content: counter(a, decimal-leading-zero);
  position: absolute;
  top: 3.7em;
  left: -7.8em;
  font-size: 0.75em;
  letter-spacing: -0.02em;
  color: #d95b29;
}
.products__item:hover {
  border-color: #d95b29;
}
.products__item:last-child {
  margin-bottom: 0;
}
.products__name {
  font-size: 8.75em;
  line-height: 1.1;
  width: 100%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  font-family: Monument Extended;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.products__item:hover .products__name {
  color: #d95b29;
}
.products__descr {
  font-size: 0.9375em;
  width: 22.6666666667em;
  text-transform: uppercase;
  color: hsla(0, 0%, 100%, 0.7);
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
  letter-spacing: -0.02em;
  line-height: 110%;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  margin-top: 0.7em;
}
.products__item:hover .products__descr {
  opacity: 0;
}
.products__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 21.25em;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.products__item:hover .products__arrow img {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.products__arrow img {
  -webkit-transition: opacity 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out,
    -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  width: 8.375em;
  -webkit-transform: translateX(-0.625em);
  -moz-transform: translateX(-0.625em);
  -ms-transform: translateX(-0.625em);
  transform: translateX(-0.625em);
  opacity: 0;
}
@media (max-width: 1000px) {
  .products {
    padding-top: 13em;
  }
  .products__item {
    max-width: 100%;
  }
  .products__item:before {
    top: 0;
    left: 0;
    font-size: 0.9638554217em;
    letter-spacing: -0.02em;
  }
  .products__name {
    font-size: 8.75em;
  }
  .products__descr {
    font-size: 0.9375em;
    width: 22.6666666667em;
    margin-top: 0.7em;
  }
  .products__arrow {
    width: 21.25em;
  }
  .products__arrow img {
    width: 8.375em;
  }
}
@media (max-width: 768px) {
  .products__descr {
    display: none;
  }
}
@media (max-width: 768px) {
  .products {
    padding-top: 35em;
  }
  .products__item {
    padding: 7.9em 0 2.4em;
    margin-bottom: 13.9em;
  }
  .products__item:before {
    font-size: 2.96386em;
  }
  .products__name {
    font-size: 10.1em;
  }
  .products__arrow {
    position: relative;
    width: 17.25em;
    margin-top: 1.1em;
  }
  .products__arrow img {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    width: 4.375em;
  }
}
.single_job {
  --i: 0;
  position: relative;
  padding: 4.9em 0 5.05em;
}
.single_job .breadcrums {
  margin-bottom: 2.1em;
}
.single_job .alternative_solution {
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  pointer-events: none;
}
.single_job .alternative_solution .foreignobject {
  opacity: -moz-calc(var(--i) / 10);
  opacity: calc(var(--i) / 10);
  background: #0a0a0c
    conic-gradient(
      from 309deg at 50% 50%,
      #0a0a0c -moz-calc(165deg - 1.83333333deg * var(--i)),
      #2e0008 -moz-calc(165deg - 1.83333333deg * var(--i)),
      #992d2d -moz-calc(175deg - 0.6deg * var(--i)),
      #992d2d -moz-calc(175deg - 0.6deg * var(--i)),
      #de5f28 180deg,
      #992d2d -moz-calc(185deg + 0.6deg * var(--i)),
      #992d2d -moz-calc(185deg + 0.6deg * var(--i)),
      #2e0008 -moz-calc(195deg + 1.83333333deg * var(--i)),
      #0a0a0c -moz-calc(195deg + 1.83333333deg * var(--i))
    )
    100% 100%;
  background: #0a0a0c
    conic-gradient(
      from 309deg at 50% 50%,
      #0a0a0c calc(165deg - 1.83333333deg * var(--i)),
      #2e0008 calc(165deg - 1.83333333deg * var(--i)),
      #992d2d calc(175deg - 0.6deg * var(--i)),
      #992d2d calc(175deg - 0.6deg * var(--i)),
      #de5f28 180deg,
      #992d2d calc(185deg + 0.6deg * var(--i)),
      #992d2d calc(185deg + 0.6deg * var(--i)),
      #2e0008 calc(195deg + 1.83333333deg * var(--i)),
      #0a0a0c calc(195deg + 1.83333333deg * var(--i))
    )
    100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single_job__wrap {
  max-width: 94em;
  margin: auto;
  position: relative;
}
.single_job__head {
  font-size: 5em;
  font-family: Monument Extended;
  font-weight: 700;
  max-width: 16.25em;
  letter-spacing: -0.02em;
  position: relative;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.single_job__head .preload {
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.single_job__head.add_data .preload {
  position: absolute;
  opacity: 0;
}
@media (max-width: 1000px) {
  .single_job {
    padding: 8.9em 0;
  }
  .single_job__wrap {
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .single_job {
    padding: 37.7em 0 11em;
  }
  .single_job__wrap {
    max-width: 112em;
  }
  .single_job__head {
    font-size: 8.3333333333em;
    max-width: 11.9em;
  }
}
.single_job_content {
  margin: 5em 0 12.5em;
}
.single_job_content #single_content {
  position: relative;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
  overflow: hidden;
}
.single_job_content__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 93.5em;
  margin: auto;
}
.single_job_content__text {
  font-weight: 500;
  max-width: 57em;
  width: 100%;
}
.single_job_content__text h3 {
  font-size: 1.875em;
  margin: 4.1em 0 1.4666666667em;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.02em;
}
.single_job_content__text h3:first-child {
  margin-top: 0;
}
.single_job_content__text li,
.single_job_content__text p {
  letter-spacing: 0;
  font-size: 0.9375em;
  margin-bottom: 1.6em;
  line-height: 180%;
}
.single_job_content__back {
  font-family: Monument Extended;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.875em;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  letter-spacing: -0.02em;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 4.7em;
}
.single_job_content__back img {
  width: 0.6428571429em;
  margin-right: 1.07092em;
}
.single_job_content__form {
  position: sticky;
  top: 2em;
  padding: 2.0625em 2.5em 3em;
  width: 26.5em;
  background: #000;
}
.single_job_content__head {
  font-size: 1.875em;
  margin-bottom: 0.8em;
  margin-bottom: 0.7em;
}
.single_job_content__descr,
.single_job_content__head {
  font-family: Monument Extended;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 130%;
}
.single_job_content__descr {
  color: #686971;
  font-size: 0.875em;
  margin-bottom: 6.54286em;
}
.single_job_content__other_item {
  font-size: 0.9375em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.46667em 0 1em;
  letter-spacing: -0.02em;
  border-bottom: 1px solid #222326;
}
.single_job_content__other_item .color {
  color: #af402b;
  text-transform: uppercase;
}
.single_job_content__other_button {
  margin-top: 2.1em;
}
.single_job_content__text_preload {
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
  width: 100%;
}
.single_job_content__text_preload.add_data {
  position: absolute;
  opacity: 0;
}
.single_job_content__text_preload .preload {
  height: 2em;
  margin-bottom: 1em;
}
@media (max-width: 1000px) {
  .single_job_content {
    font-size: 1.3em;
  }
  .single_job_content__wrap {
    max-width: 100%;
    display: block;
  }
}
@media (max-width: 1000px) {
  .single_job_content__text {
    max-width: 100%;
  }
  .single_job_content__text h3 {
    font-size: 3.6057692308em;
  }
  .single_job_content__text li,
  .single_job_content__text p {
    font-size: 1.8028846154em;
  }
  .single_job_content__back {
    font-size: 1.6826923077em;
  }
  .single_job_content__form {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    top: auto;
    z-index: 1;
    padding: 0;
  }
  .single_job_content__descr,
  .single_job_content__head {
    display: none;
  }
  .single_job_content__other_info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .single_job_content__other_item {
    font-size: 1.8028846154em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: none;
    padding: 0.6666666667em;
    line-height: 166%;
    position: relative;
    min-width: 8.6666666667em;
  }
  .single_job_content__other_item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1px;
    background: #222326;
    height: 80%;
  }
  .single_job_content__other_item:first-child:after {
    display: none;
  }
  .single_job_content__other_item .color {
    margin-bottom: 0.2666666667em;
  }
  .single_job_content__other_button {
    margin: 0 0 0 auto;
  }
  .single_job_content .button {
    height: 100%;
  }
}
@media (max-width: 500px) {
  .single_job_content {
    margin: 15em 0 16.6em;
  }
  .single_job_content__wrap {
    max-width: 85em;
  }
  .single_job_content__text h3 {
    font-size: 6.4102564103em;
    margin-top: 2.3em;
    margin-bottom: 1.56667em;
  }
  .single_job_content__text li,
  .single_job_content__text p {
    font-size: 3.2051282051em;
  }
  .single_job_content__back {
    font-size: 2.98269em;
    margin-top: 3.9em;
  }
  .single_job_content__other_button {
    width: 30%;
  }
  .single_job_content__other_item {
    font-size: 2.5641025641em;
    width: 30%;
  }
  .single_job_content .mob_hidden {
    display: none;
  }
}
.page_404 {
  padding: 8.9em 0 11.5625em;
}
.page_404__main {
  font-size: 15em;
  line-height: 110%;
  background: conic-gradient(
    from 11.3deg at 50% 49.91%,
    #2e0008 -73.13deg,
    #992d2d 45deg,
    #de5f28 108.75deg,
    #992d2d 200.63deg,
    #2e0008 286.87deg,
    #992d2d 405deg
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 0.17em;
}
.page_404__descr,
.page_404__main {
  font-family: Monument Extended;
  font-weight: 400;
  text-align: center;
}
.page_404__descr {
  font-size: 1.875em;
  letter-spacing: -0.02em;
  margin-bottom: 2.6em;
}
.page_404 .button {
  margin: auto;
}
@media (max-width: 768px) {
  .page_404 {
    font-size: 2.1rem;
  }
}
.contacts_content {
  padding-top: 5.5em;
  counter-reset: b;
  letter-spacing: -0.02em;
  margin-bottom: 7.6875em;
}
.contacts_content__prof {
  max-width: 94em;
  margin: auto;
  min-height: 7.5em;
  position: relative;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.contacts_content__prof:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 5em;
  height: 5em;
  background: url(../img/load.svg) 50% / contain no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}
.contacts_content__prof.load {
  opacity: 1;
}
.contacts_content__item {
  counter-increment: b;
  padding: 2.6875em 0;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.contacts_content__item[disabled] {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (pointer: fine) {
  .contacts_content__item:not([disabled]):hover {
    color: #d95b29;
    border-color: #d95b29;
    cursor: pointer;
  }
  .contacts_content__item:not([disabled]):hover .contacts_content__job {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
  }
}
.contacts_content__item:not([disabled]):active {
  color: #d95b29;
  border-color: #d95b29;
}
.contacts_content__item:not([disabled]):active .contacts_content__job {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
}
.contacts_content__item:before {
  content: counter(b, decimal-leading-zero);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -5.6em;
  font-size: 0.75em;
  letter-spacing: -0.02em;
  color: #d95b29;
}
.contacts_content__mail {
  margin-left: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.875em;
}
.contacts_content__name {
  font-size: 1.875em;
  margin-right: auto;
}
.contacts_content__mail_descr {
  font-size: 0.4em;
  color: #af402b;
  margin-right: 2em;
  top: unset;
}
.contacts_content__arrow {
  padding: 0 0.5em;
  margin-left: 7.875em;
}
.contacts_content__arrow img {
  max-width: 1em;
}
.contacts_content__job {
  position: absolute;
  top: 50%;
  right: 8.875em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.75em;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out,
    -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out,
    -moz-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out,
    -webkit-transform 0.4s ease-in-out, -moz-transform 0.4s ease-in-out;
}
.contacts_content__job_item {
  margin-left: 4.1666666667em;
  color: #919193;
  font-weight: 500;
}
.contacts_content__job_item span {
  font-weight: 700;
  color: #fff;
}
.contacts_content .load .preload {
  opacity: 1;
}
.contacts_content .preload {
  height: 2em;
  margin-top: 1em;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media (max-width: 1000px) {
  .contacts_content {
    font-size: 1.5em;
  }
  .contacts_content__prof {
    max-width: 100%;
  }
  .contacts_content__item:before {
    top: 0;
    left: 0;
    font-size: 0.96386em;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 768px) {
  .contacts_content {
    font-size: 2em;
  }
  .contacts_content__arrow {
    display: none;
    margin-left: 1em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0;
  }
  .contacts_content--job .contacts_content__arrow {
    display: block;
  }
  .contacts_content--job .contacts_content__item {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contacts_content--job .contacts_content__item:before {
    display: block;
    position: relative;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 0.9375em;
    margin-right: 1.5em;
    margin-left: 0.5625em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .contacts_content__item:before,
  .contacts_content__job {
    display: none;
  }
}
@media (max-width: 500px) {
  .contacts_content {
    padding-top: 9.9em;
    margin-bottom: 9.3875em;
  }
  .contacts_content.contacts_content--job {
    padding-top: 8.8em;
  }
  .contacts_content__arrow img {
    max-width: 0.6em;
  }
  .contacts_content__prof {
    font-size: 2.2222222222em;
    max-width: 25em;
  }
  .contacts_content__item {
    font-size: 1.25em;
    padding: 0.8em 0 1em;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .contacts_content--job .contacts_content__item {
    padding: 1.6em 0 1.3em;
  }
  .contacts_content--job .contacts_content__item:before {
    font-size: 0.6em;
  }
  .contacts_content__name {
    font-size: 1em;
    max-width: 7.1em;
  }
  .contacts_content--job .contacts_content__name {
    max-width: 100%;
  }
  .contacts_content__mail {
    color: #d95b29;
    font-size: 1em;
  }
  .contacts_content__mail_descr {
    display: none;
  }
}
.contacts_anouncements {
  letter-spacing: -0.02em;
  margin-bottom: 13em;
}
.contacts_anouncements__wrap {
  max-width: 94em;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  counter-reset: b;
}
.contacts_anouncements__wrap > * {
  width: 50%;
}
.contacts_anouncements__head {
  font-size: 1.25em;
  color: #d95b29;
  text-transform: uppercase;
  font-family: Monument Extended;
  font-weight: 700;
  margin-bottom: 4.1em;
  margin-top: 0.8em;
  letter-spacing: 0.02em;
}
.contacts_anouncements__link {
  font-size: 1.875em;
  padding: 1.4333333333em 0;
  counter-increment: b;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 19.7333333333em;
  -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.contacts_anouncements__link[disabled] {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (pointer: fine) {
  .contacts_anouncements__link:not([disabled]):hover {
    color: #d95b29;
    border-color: #d95b29;
    cursor: pointer;
  }
}
.contacts_anouncements__link:not([disabled]):active {
  color: #d95b29;
  border-color: #d95b29;
}
.contacts_anouncements__link:before {
  content: counter(b, decimal-leading-zero);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -5.6em;
  font-size: 0.4em;
  letter-spacing: -0.02em;
  color: #d95b29;
}
.contacts_anouncements__arrow {
  padding: 0 0.2666666667em;
  margin-left: 4.2em;
}
.contacts_anouncements__arrow img {
  max-width: 0.5333333333em;
}
.contacts_anouncements__social {
  background: #000 url(../img/contacts_min.jpg) 100% 0 / auto 100% no-repeat;
  padding: 2.9375em 26em 1.5em 2em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contacts_anouncements__social_name {
  color: #d95b29;
  font-family: Monument Extended;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  font-size: 0.75em;
  max-width: 30em;
}
.contacts_anouncements__social_chat {
  margin-top: auto;
  font-family: Monument Extended;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 1.875em;
  max-width: 12em;
  margin-bottom: 1em;
}
.contacts_anouncements__social_descr {
  font-size: 0.9375em;
  line-height: 130%;
  letter-spacing: -0.02em;
  margin-bottom: 1.73333em;
  max-width: 24em;
}
.contacts_anouncements__button {
  max-width: 16em;
}
@media (max-width: 1000px) {
  .contacts_anouncements {
    font-size: 1.2em;
  }
  .contacts_anouncements__wrap {
    max-width: 100%;
  }
  .contacts_anouncements__link {
    max-width: 23.73333em;
  }
  .contacts_anouncements__link:before {
    top: 0;
    left: 0;
    font-size: 0.512em;
    letter-spacing: -0.02em;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media (max-width: 768px) {
  .contacts_anouncements {
    font-size: 2em;
  }
  .contacts_anouncements__wrap {
    display: block;
  }
  .contacts_anouncements__wrap > * {
    width: 100%;
  }
  .contacts_anouncements__head {
    margin-top: 0;
  }
  .contacts_anouncements__links {
    margin-bottom: 4.5em;
  }
  .contacts_anouncements__link {
    margin-bottom: 1em;
    max-width: 100%;
  }
  .contacts_anouncements__social {
    padding: 4.9375em 26em 3.5em 3em;
  }
  .contacts_anouncements__social_name {
    font-size: 0.9375em;
    margin-bottom: 2em;
  }
  .contacts_anouncements__social_chat {
    font-size: 2.34375em;
  }
  .contacts_anouncements__social_descr {
    font-size: 1.171875em;
  }
  .contacts_anouncements__button {
    max-width: 23em;
  }
}
@media (max-width: 500px) {
  .contacts_anouncements {
    margin-bottom: 4.4em;
    font-size: 4.4444444444em;
  }
  .contacts_anouncements__head {
    font-size: 0.75em;
    letter-spacing: -0.02em;
    margin-bottom: 3.2em;
  }
  .contacts_anouncements__link {
    font-size: 1.25em;
    padding: 0.75em 0 1.15em 2.3em;
  }
  .contacts_anouncements__link:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0.6em;
    left: 0.8em;
  }
  .contacts_anouncements__social {
    padding: 16.4em 1.6em 2.1em;
    background: #000 url(../img/contacts_min__mob.jpg) top/100% no-repeat;
  }
  .contacts_anouncements__social_name {
    margin-bottom: 4.2em;
  }
  .contacts_anouncements__social_chat {
    font-size: 1.5625em;
    margin-bottom: 1.2em;
  }
  .contacts_anouncements__social_descr {
    font-size: 1.25em;
    margin-bottom: 2.73333em;
  }
  .contacts_anouncements__button {
    max-width: 100%;
  }
  .contacts_anouncements .button {
    width: 100%;
  }
}
.job_anouncements {
  letter-spacing: -0.02em;
  margin-bottom: 13em;
}
.job_anouncements__wrap {
  max-width: 94em;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  counter-reset: b;
}
.job_anouncements__wrap > * {
  width: 50%;
}
.job_anouncements__head {
  font-size: 1.25em;
  color: #d95b29;
  text-transform: uppercase;
  font-family: Monument Extended;
  font-weight: 700;
  margin-bottom: 4.1em;
  margin-top: 0.8em;
  letter-spacing: 0.02em;
}
.job_anouncements__link {
  font-size: 1.875em;
  padding: 1.4333333333em 0;
  counter-increment: b;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 19.7333333333em;
  -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.job_anouncements__link[disabled] {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (pointer: fine) {
  .job_anouncements__link:not([disabled]):hover {
    color: #d95b29;
    border-color: #d95b29;
    cursor: pointer;
  }
}
.job_anouncements__link:not([disabled]):active {
  color: #d95b29;
  border-color: #d95b29;
}
.job_anouncements__link:before {
  content: counter(b, decimal-leading-zero);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -5.6em;
  font-size: 0.4em;
  letter-spacing: -0.02em;
  color: #d95b29;
}
.job_anouncements__arrow {
  padding: 0 0.2666666667em;
  margin-left: 4.2em;
}
.job_anouncements__arrow img {
  max-width: 0.5333333333em;
}
.job_anouncements__social {
  background: #000 url(../img/careers_min.jpg) 100% 0 / auto 100% no-repeat;
  padding: 2.9375em 61em 5.5em 4em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 31.5em;
}
.job_anouncements__social_name {
  color: #d95b29;
  font-family: Monument Extended;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  font-size: 0.75em;
  max-width: 30em;
}
.job_anouncements__social_chat {
  margin-top: auto;
  font-family: Monument Extended;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 1.875em;
  max-width: 12em;
  margin-bottom: 1.5em;
}
.job_anouncements__social_descr {
  font-size: 0.9375em;
  line-height: 130%;
  letter-spacing: -0.02em;
  margin-bottom: 4.23333em;
  max-width: 24em;
  color: hsla(0, 0%, 100%, 0.7);
}
.job_anouncements__button {
  max-width: 23.4em;
}
.job_anouncements .button {
  width: 100%;
}
@media (max-width: 1000px) {
  .job_anouncements {
    font-size: 1.2em;
  }
  .job_anouncements__wrap {
    max-width: 100%;
  }
  .job_anouncements__link {
    max-width: 23.73333em;
  }
  .job_anouncements__link:before {
    top: 0;
    left: 0;
    font-size: 0.512em;
    letter-spacing: -0.02em;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media (max-width: 768px) {
  .job_anouncements {
    font-size: 2em;
  }
  .job_anouncements__head {
    margin-top: 0;
  }
  .job_anouncements__social_name {
    margin-bottom: 1em;
  }
  .job_anouncements__social {
    padding: 34em 1em 1em;
    background-position: 0 0;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .job_anouncements__links {
    margin-bottom: 4.5em;
  }
  .job_anouncements__link {
    margin-bottom: 1em;
  }
  .job_anouncements__button {
    max-width: 27.4em;
  }
  .job_anouncements__social_name {
    font-size: 0.9375em;
  }
  .job_anouncements__social_chat {
    font-size: 2.34375em;
  }
  .job_anouncements__social_descr {
    font-size: 1.171875em;
  }
}
@media (max-width: 500px) {
  .job_anouncements {
    margin-bottom: 4.4em;
    font-size: 4.4444444444em;
  }
  .job_anouncements__head {
    font-size: 0.75em;
    letter-spacing: -0.02em;
    margin-bottom: 3.2em;
  }
  .job_anouncements__link {
    font-size: 1.25em;
    padding: 0.75em 0 1.15em 2.3em;
  }
  .job_anouncements__link:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0.6em;
    left: 0.8em;
  }
  .job_anouncements__social {
    padding: 16.4em 1.6em 2.1em;
  }
  .job_anouncements__social_name {
    margin-bottom: 4.2em;
  }
  .job_anouncements__social_chat {
    font-size: 1.5625em;
    margin-bottom: 1.2em;
  }
  .job_anouncements__social_descr {
    font-size: 1.25em;
    margin-bottom: 2.73333em;
  }
  .job_anouncements__button {
    max-width: 100%;
  }
  .job_anouncements .button {
    width: 100%;
  }
}
.inner_head {
  position: relative;
  z-index: 0;
  padding: 5em 0;
}
.inner_head .breadcrums {
  margin: 0;
}
.inner_head__bg {
  z-index: -1;
}
.inner_head__bg,
.inner_head__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.inner_head__bg img {
  -o-object-fit: cover;
  object-fit: cover;
}
.inner_head__wrap {
  font-size: 5em;
  max-width: 18.75em;
  margin: auto;
  font-family: Monument Extended;
  font-weight: 700;
  letter-spacing: -0.02em;
  padding-top: 1.5em;
}

.inner_saas_head__wrap {
  font-size: 5em;
  max-width: 18.75em;
  margin: auto;
  font-family: Monument Extended;
  font-weight: 700;
  letter-spacing: -0.02em;
}


@media (max-width: 1000px) {
  .inner_head__wrap {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .inner_head__wrap {
    font-size: 8em;
  }
}
@media (max-width: 500px) {
  .inner_head {
    padding-bottom: 11.5em;
  }
  .inner_head__wrap {
    font-size: 8.3333333333em;
    max-width: 13.4em;
    padding-top: 5.7em;
  }
}
.inner_product_head {
  position: relative;
  padding: 5em 0 22.3em;
  margin-bottom: -6.7em;
}
.inner_product_head--baccarat {
  padding-bottom: 20.9em;
}
.inner_product_head__bg,
.inner_product_head__bg:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.inner_product_head__bg:before {
  content: "";
  display: block;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(15.37%, rgba(94, 105, 114, 0)),
    color-stop(76.09%, #222326)
  );
  background: -moz-linear-gradient(
    top,
    rgba(94, 105, 114, 0) 15.37%,
    #222326 76.09%
  );
  background: linear-gradient(
    180deg,
    rgba(94, 105, 114, 0) 15.37%,
    #222326 76.09%
  );
}
.inner_product_head__bg:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 13.4em;
  left: 0;
  right: 0;
  margin: auto;
  width: 117.5em;
  height: 1.25em;
  background: url(../img/products/plus.svg) 50%/100% 100% no-repeat;
}
.inner_product_head__bg img,
.inner_product_head__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner_product_head__wrap {
  max-width: 94em;
  margin: auto;
  padding-top: 4.8em;
}
.inner_product_head__head {
  font-size: 5.625em;
  line-height: 95%;
  letter-spacing: 0.02em;
  font-family: Monument Extended;
  font-weight: 700;
  margin-bottom: 0.6em;
}
.inner_product_head__head .color {
  display: block;
  color: #d95b29;
}
.inner_product_head__descr {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 1.25em;
  letter-spacing: -0.02em;
  margin-bottom: 2.6em;
}
.inner_product_head__button {
  max-width: 17.6em;
}
@media (max-width: 1000px) {
  .inner_product_head {
    font-size: 1.3rem;
  }
  .inner_product_head__bg:after {
    width: 100%;
    -moz-background-size: cover;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .inner_product_head {
    margin-bottom: 0;
    padding: 15em 0 3em;
    font-size: 2.5rem;
  }
  .inner_product_head__bg:after {
    display: none;
  }
  .inner_product_head__head {
    font-size: 3.75em;
  }
  .inner_product_head__descr {
    font-size: 0.9375em;
  }
  .inner_product_head__button {
    max-width: 100%;
  }
  .inner_product_head__wrap {
    padding-top: 0;
  }
}
@media (max-width: 500px) {
  .inner_product_head {
    font-size: 4.4444444444rem;
    padding: 18.8em 0 5.8em;
    text-align: center;
  }
  .inner_product_head__head {
    font-size: 2.8125em;
    margin-bottom: 1em;
  }
  .inner_product_head__descr {
    line-height: 130%;
    font-size: 1.25em;
    max-width: 17em;
    margin: 0 auto 1.9em;
  }
  .inner_product_head__descr br {
    display: none;
  }
  .inner_product_head__button {
    max-width: 17.1em;
    margin: auto;
  }
  .inner_product_head__bg {
    height: 70%;
  }
  .inner_product_head__bg:before {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(15.37%, rgba(94, 105, 114, 0)),
      color-stop(76.09%, #222326)
    );
    background: -moz-linear-gradient(
      top,
      rgba(94, 105, 114, 0) 15.37%,
      #222326 76.09%
    );
    background: linear-gradient(
      180deg,
      rgba(94, 105, 114, 0) 15.37%,
      #222326 76.09%
    );
  }
}
.inner_product_features {
  text-align: center;
  font-size: 1rem;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: auto;
}
.inner_product_features--blackjack {
  max-width: 94em;
  margin: auto;
}
.inner_product_features--blackjack .inner_product_features__mini_head {
  text-align: left;
  margin-bottom: 3.86667em;
}
.inner_product_features--blackjack .inner_product_features__item {
  padding: 2.7em 1.3em 1em;
}
.inner_product_features--blackjack .inner_product_features__item img {
  margin: 0 auto 5.3em;
}
.inner_product_features--baccarat {
  max-width: 94em;
  margin: auto;
}
.inner_product_features--baccarat .inner_product_features__mini_head {
  text-align: left;
  margin-bottom: 3.86667em;
}
.inner_product_features--baccarat .inner_product_features__item {
  padding-left: 1em;
  padding-right: 1em;
}
.inner_product_features--baccarat .inner_product_features__item_head {
  margin-bottom: 2.3em;
}
.inner_product_features--baccarat .inner_product_features__item img {
  margin: 0 auto 4.7em;
}
.inner_product_features__mini_head {
  font-size: 0.75em;
  color: #d95b29;
  font-family: Monument Extended;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 2.6666666667em;
}
.inner_product_features__descr {
  letter-spacing: -0.02em;
  font-size: 0.9375em;
  margin-bottom: 6.1em;
}
.inner_product_features__wrap {
  display: grid;
  width: 100%;
  max-width: 74.8em;
  margin: auto;
  gap: 1.25em;
}
.inner_product_features__wrap--4_in_line {
  grid-template-columns: repeat(4, 1fr);
}
.inner_product_features__wrap--5_in_line {
  max-width: 100%;
  grid-template-columns: repeat(5, 1fr);
}
.inner_product_features__item {
  border: 1px solid #37383d;
  width: 100%;
  padding: 3.1em 1.3em 1.3em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner_product_features__item img {
  height: 5.75em;
  margin: 0 auto 5.5em;
}
.inner_product_features__text {
  height: 100%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner_product_features__item_head {
  font-size: 0.9375em;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Monument Extended;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 1.4em;
}
.inner_product_features__item_descr {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.9375em;
  line-height: 110%;
  height: 100%;
  letter-spacing: -0.02em;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  color: hsla(0, 0%, 100%, 0.7);
}
@media (max-width: 1000px) {
  .inner_product_features {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .inner_product_features {
    font-size: 3.3333333333rem;
    max-width: 24em;
  }
  .inner_product_features--blackjack .inner_product_features__mini_head {
    margin-bottom: 3.06667em;
  }
  .inner_product_features--blackjack .inner_product_features__item {
    padding: 1.1em 1.6em;
  }
  .inner_product_features--blackjack .inner_product_features__item img {
    margin: 0 0 0 auto;
  }
  .inner_product_features--baccarat .inner_product_features__mini_head {
    margin-bottom: 3.06667em;
  }
  .inner_product_features--baccarat .inner_product_features__item {
    padding: 1.1em 1.6em;
  }
  .inner_product_features--baccarat .inner_product_features__item img {
    margin: 0 0 0 auto;
  }
  .inner_product_features--baccarat .inner_product_features__item_head {
    margin-bottom: 0.7em;
  }
  .inner_product_features__descr {
    display: none;
  }
  .inner_product_features__wrap {
    display: block;
  }
  .inner_product_features__item {
    margin-bottom: 1.65em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
    padding: 1.1em 1.6em;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .inner_product_features--roulette
    .inner_product_features__item:first-child
    img {
    margin-right: -0.1em;
  }
  .inner_product_features--roulette
    .inner_product_features__item:nth-child(2)
    img {
    width: 5.3em;
    margin-right: -0.1em;
  }
  .inner_product_features--roulette
    .inner_product_features__item:nth-child(4)
    img {
    margin-right: -0.7em;
    width: 6.6em;
  }
  .inner_product_features__item img {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0;
    height: auto;
    width: 5.8em;
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: auto;
  }
  .inner_product_features__mini_head {
    margin-bottom: 3.06667em;
  }
  .inner_product_features__item_head {
    width: 100%;
    text-align: left;
    font-size: 1.25em;
    margin-bottom: 0.7em;
    padding-top: 0.5em;
  }
  .inner_product_features__text {
    height: auto;
    margin-right: 1.5em;
    width: 17.6em;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 500px) {
  .inner_product_features {
    font-size: 4.4444444444rem;
    max-width: 100%;
  }
  .inner_product_features--blackjack {
    padding-top: 1.3em;
  }
  .inner_product_features--blackjack .inner_product_features__mini_head {
    text-align: center;
  }
  .inner_product_features--baccarat {
    padding-top: 1.3em;
  }
  .inner_product_features--baccarat .inner_product_features__mini_head {
    text-align: center;
    margin-bottom: 2.96667em;
  }
}
.inner_product_popups__item {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  overflow-y: auto;
}
.inner_product_popups__item:not(.active) {
  opacity: 0;
  pointer-events: none;
}
.inner_product_popups__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.inner_product_popups__wrap {
  width: 46.5em;
  background: #000;
  margin: auto;
  position: relative;
}
.inner_product_popups__close {
  position: absolute;
  top: 0;
  right: 0;
}
.inner_product_popups__vantages {
  padding: 2em 3em 4em;
}
.inner_product_popups__vantages--grey {
  background: #0a0a0c;
}
.inner_product_popups__vantage_head {
  font-size: 1.25em;
  line-height: 110%;
  letter-spacing: -0.02em;
  font-family: Monument Extended;
  font-weight: 700;
  margin-bottom: 0.95em;
}
.inner_product_popups__vantage_sescr {
  font-size: 1.25em;
  line-height: 130%;
  letter-spacing: -0.02em;
  opacity: 0.5;
}
.inner_product_popups__vantage {
  margin-bottom: 3.5em;
}
.inner_product_popups__vantage:last-child {
  margin-bottom: 0;
}
.inner_product_popups__img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 24.9375em;
}
.inner_product_popups__img img {
  width: 17.125em;
}
@media (max-width: 1000px) {
  .inner_product_popups {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .inner_product_popups {
    font-size: 2.1rem;
  }
}
@media (max-width: 500px) {
  .inner_product_popups {
    font-size: 4.4444444444rem;
  }
  .inner_product_popups__wrap {
    width: 100%;
    min-height: 100%;
  }
  .inner_product_popups__img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.inner_product_vantages {
  position: relative;
  padding-bottom: 14em;
  width: 100%;
  overflow: hidden;
}
.inner_product_vantages:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 8.6em;
  left: 0;
  right: 0;
  margin: auto;
  width: 117.5em;
  height: 1.25em;
  background: url(../img/products/plus.svg) 50%/100% 100% no-repeat;
}
.inner_product_vantages--blackjack {
  padding-bottom: 8.4em;
}
.inner_product_vantages--blackjack:after {
  bottom: 17em;
}
.inner_product_vantages--baccarat {
  padding-bottom: 12em;
}
.inner_product_vantages--baccarat .inner_product_vantages__descr {
  margin-bottom: 9.26667em;
}
.inner_product_vantages--baccarat:after {
  bottom: 15.8em;
}
.inner_product_vantages__head {
  text-align: center;
  font-family: Monument Extended;
  font-weight: 700;
  font-size: 4.375em;
  letter-spacing: -0.02em;
  color: #d4d9dc;
  margin-bottom: 0.72em;
  line-height: 110%;
}
.inner_product_vantages__descr {
  text-align: center;
  letter-spacing: -0.02em;
  color: #fff;
  opacity: 0.7;
  font-size: 0.9375em;
  margin-bottom: 8.76667em;
}
.inner_product_vantages__mobile {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}
.inner_product_vantages__bg {
  font-size: 5.625em;
  font-family: Monument Extended;
  font-weight: 700;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(3.2%, #37383d),
    color-stop(56.67%, #191a1e)
  );
  background: -moz-linear-gradient(left, #37383d 3.2%, #191a1e 56.67%);
  background: linear-gradient(90deg, #37383d 3.2%, #191a1e 56.67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  line-height: 110%;
  text-align: justify;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 50%;
  -webkit-transform: translateY(-52%);
  -moz-transform: translateY(-52%);
  -ms-transform: translateY(-52%);
  transform: translateY(-52%);
  left: -1.01111em;
  right: -0.81111em;
}
.inner_product_vantages--baccarat .inner_product_vantages__bg {
  -webkit-transform: translateY(-45%);
  -moz-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
  right: -0.31111em;
}
.inner_product_vantages__phone {
  max-width: 23.8125em;
  margin: auto;
  position: relative;
  z-index: 1;
}
.inner_product_vantages__phone:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -6.2em;
  left: 50%;
  width: 40.25em;
  height: 4.75em;
  margin-left: -20.125em;
  background: url(../img/products/phone_shadow.png) 50% / contain no-repeat;
}
.inner_product_vantages__phone img {
  width: 100%;
}
.inner_product_vantages__open {
  font-family: Monument Extended;
  position: absolute;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 110%;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #d95b29;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: underline;
  -webkit-text-decoration-color: #af402b;
  -moz-text-decoration-color: #af402b;
  text-decoration-color: #af402b;
  -webkit-transition: color 0.2s, -webkit-text-decoration-color 0.2s;
  transition: color 0.2s, -webkit-text-decoration-color 0.2s;
  -moz-transition: color 0.2s, text-decoration-color 0.2s,
    -moz-text-decoration-color 0.2s;
  transition: color 0.2s, text-decoration-color 0.2s;
  transition: color 0.2s, text-decoration-color 0.2s,
    -webkit-text-decoration-color 0.2s, -moz-text-decoration-color 0.2s;
}
.inner_product_vantages__open[disabled] {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (pointer: fine) {
  .inner_product_vantages__open:not([disabled]):hover {
    color: #fff;
    -webkit-text-decoration-color: #fff;
    -moz-text-decoration-color: #fff;
    text-decoration-color: #fff;
    cursor: pointer;
  }
}
.inner_product_vantages__open:not([disabled]):active {
  color: #fff;
  -webkit-text-decoration-color: #fff;
  -moz-text-decoration-color: #fff;
  text-decoration-color: #fff;
}
.inner_product_vantages--roulette .inner_product_vantages__open:first-of-type,
.inner_product_vantages--roulette .inner_product_vantages__open:nth-of-type(2) {
  top: 7.7em;
}
.inner_product_vantages--baccarat .inner_product_vantages__open:first-of-type {
  top: 7.92em;
  left: -20.2em;
  display: none;
}
.inner_product_vantages--baccarat
  .inner_product_vantages__open:first-of-type::after {
  margin-left: 4.2em;
}
.inner_product_vantages--baccarat .inner_product_vantages__open:nth-of-type(2) {
  left: -15.8em;
  top: 31.3em;
}
.inner_product_vantages--baccarat
  .inner_product_vantages__open:nth-of-type(2):after {
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  margin-left: -0.9em;
  top: auto;
  bottom: 100%;
  margin-bottom: 1em;
}
.inner_product_vantages--baccarat .inner_product_vantages__open:nth-of-type(3) {
  right: -19.3em;
  top: 18.11em;
}
.inner_product_vantages--baccarat
  .inner_product_vantages__open:nth-of-type(3):after {
  margin-right: 5.8em;
  margin-top: 1.5em;
}
.inner_product_vantages--baccarat .inner_product_vantages__open:nth-of-type(4) {
  right: -17.31em;
  top: 27.111em;
}
.inner_product_vantages--baccarat
  .inner_product_vantages__open:nth-of-type(4):after {
  margin-right: 4.71em;
}
.inner_product_vantages--blackjack .inner_product_vantages__open:first-of-type {
  top: 3.92em;
  left: -14.3em;
}
.inner_product_vantages--blackjack
  .inner_product_vantages__open:first-of-type::after {
  margin-left: -1.7em;
}
.inner_product_vantages--blackjack
  .inner_product_vantages__open:nth-of-type(2) {
  left: -13.9em;
  top: 24.5em;
}
.inner_product_vantages--blackjack
  .inner_product_vantages__open:nth-of-type(2):after {
  margin-left: -0.1em;
}
.inner_product_vantages--blackjack
  .inner_product_vantages__open:nth-of-type(3) {
  right: -18.6em;
  top: 19.71em;
}
.inner_product_vantages--blackjack
  .inner_product_vantages__open:nth-of-type(3):after {
  margin-right: 3.1em;
}
.inner_product_vantages__open:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  width: 18.5em;
  height: 6.1em;
  margin-top: 0.9em;
  background: 50% / contain no-repeat;
}
.inner_product_vantages__open--left {
  left: -15.4em;
}
.inner_product_vantages__open--left:after {
  left: 0;
  margin-left: -0.8em;
  background-image: url(../img/products/line__left.svg);
}
.inner_product_vantages__open--right {
  right: -13.3em;
}
.inner_product_vantages__open--right:after {
  right: 0;
  margin-right: -2.7em;
  background-image: url(../img/products/line__right.svg);
}
@media (max-width: 1000px) {
  .inner_product_vantages {
    font-size: 1.3rem;
  }
  .inner_product_vantages:after {
    width: 100%;
    -moz-background-size: cover;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .inner_product_vantages {
    font-size: 2.5rem;
  }
  .inner_product_vantages:after {
    height: 0.8125em;
  }
  .inner_product_vantages__head {
    font-size: 3.125em;
  }
  .inner_product_vantages--baccarat .inner_product_vantages__descr,
  .inner_product_vantages__descr {
    margin-bottom: 3.76667em;
  }
  .inner_product_vantages__bg {
    display: none;
  }
  .inner_product_vantages__phone {
    font-size: 0.8em;
  }
  .inner_product_vantages__open {
    -webkit-box-shadow: 0 0.5625em 0.875em rgba(0, 0, 0, 0.52);
    -moz-box-shadow: 0 0.5625em 0.875em rgba(0, 0, 0, 0.52);
    box-shadow: 0 0.5625em 0.875em rgba(0, 0, 0, 0.52);
    padding: 0.8em 0.6em 0.85em;
    z-index: 1;
  }
  .inner_product_vantages__open:before {
    -moz-border-radius: 0.24em;
    border-radius: 0.24em;
    content: "";
    display: block;
    position: absolute;
    top: -0.125em;
    left: -0.125em;
    bottom: -0.125em;
    right: -0.125em;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#50535b),
      to(#000)
    );
    background: -moz-linear-gradient(top, #50535b, #000);
    background: linear-gradient(180deg, #50535b, #000);
    z-index: -1;
  }
  .inner_product_vantages__open:after {
    -moz-border-radius: 0.225em;
    border-radius: 0.225em;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #222326;
    margin: 0 !important;
  }
  .inner_product_vantages__open--left {
    left: 0;
    -webkit-transform: translateX(-60%);
    -moz-transform: translateX(-60%);
    -ms-transform: translateX(-60%);
    transform: translateX(-60%);
  }
  .inner_product_vantages__open--right {
    right: 0;
    -webkit-transform: translateX(60%);
    -moz-transform: translateX(60%);
    -ms-transform: translateX(60%);
    transform: translateX(60%);
  }
  .inner_product_vantages--roulette
    .inner_product_vantages__open:first-of-type {
    top: 23.1em;
  }
  .inner_product_vantages--roulette
    .inner_product_vantages__open:nth-of-type(2) {
    top: 15.1em;
  }
  .inner_product_vantages--baccarat .inner_product_vantages__open span {
    position: relative;
  }
  .inner_product_vantages--baccarat .inner_product_vantages__open span:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 1.5625em;
    width: 1.5em;
    height: 1.5em;
    background: url(../img/products/big_dot.svg) 50% / contain no-repeat;
  }
  .inner_product_vantages--baccarat
    .inner_product_vantages__open:first-of-type {
    top: 12.32em;
    left: 0;
    -webkit-transform: translateX(-4.1em);
    -moz-transform: translateX(-4.1em);
    -ms-transform: translateX(-4.1em);
    transform: translateX(-4.1em);
  }
  .inner_product_vantages--baccarat
    .inner_product_vantages__open:first-of-type
    span:after {
    margin-left: 4.5em;
  }
  .inner_product_vantages--baccarat
    .inner_product_vantages__open:nth-of-type(2) {
    top: 27.3em;
    left: 2.6em;
  }
  .inner_product_vantages--baccarat
    .inner_product_vantages__open:nth-of-type(2):after {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: 0;
  }
  .inner_product_vantages--baccarat
    .inner_product_vantages__open:nth-of-type(2)
    span:after {
    margin-left: 2.5em;
    margin-bottom: 2em;
    top: auto;
    bottom: 100%;
  }
  .inner_product_vantages--baccarat
    .inner_product_vantages__open:nth-of-type(3) {
    right: 0;
    top: 22em;
    -webkit-transform: translateX(7em);
    -moz-transform: translateX(7em);
    -ms-transform: translateX(7em);
    transform: translateX(7em);
  }
  .inner_product_vantages--baccarat
    .inner_product_vantages__open:nth-of-type(3)
    span:after {
    margin-left: 4.5em;
  }
  .inner_product_vantages--baccarat
    .inner_product_vantages__open:nth-of-type(4) {
    -webkit-transform: translateX(5em);
    -moz-transform: translateX(5em);
    -ms-transform: translateX(5em);
    transform: translateX(5em);
    right: 0;
    top: 30.811em;
  }
  .inner_product_vantages--baccarat
    .inner_product_vantages__open:nth-of-type(4)
    span:after {
    margin-left: 3.1em;
  }
  .inner_product_vantages--blackjack .inner_product_vantages__open span {
    position: relative;
  }
  .inner_product_vantages--blackjack .inner_product_vantages__open span:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 1.5625em;
    width: 1.5em;
    height: 1.5em;
    background: url(../img/products/big_dot.svg) 50% / contain no-repeat;
  }
  .inner_product_vantages--blackjack
    .inner_product_vantages__open:first-of-type {
    top: 7.32em;
    left: 1.6em;
  }
  .inner_product_vantages--blackjack
    .inner_product_vantages__open:first-of-type
    span:after {
    margin-left: 4.5em;
  }
  .inner_product_vantages--blackjack
    .inner_product_vantages__open:nth-of-type(2) {
    top: 26.5em;
    left: 3em;
  }
  .inner_product_vantages--blackjack
    .inner_product_vantages__open:nth-of-type(2)
    span:after {
    margin-left: 6.5em;
  }
  .inner_product_vantages--blackjack
    .inner_product_vantages__open:nth-of-type(3) {
    right: 2.5em;
  }
  .inner_product_vantages--blackjack
    .inner_product_vantages__open:nth-of-type(3)
    span:after {
    margin-left: 4.5em;
  }
}
@media (max-width: 500px) {
  .inner_product_vantages {
    font-size: 4.4444444444rem;
    padding-bottom: 8.6em;
    overflow: hidden;
    width: 100%;
  }
  .inner_product_vantages--blackjack {
    margin-top: -0.9em;
  }
  .inner_product_vantages--blackjack:after {
    display: none;
  }
  .inner_product_vantages--blackjack .inner_product_vantages__descr {
    margin-bottom: 5.36667em;
  }
  .inner_product_vantages--blackjack .inner_product_vantages__phone {
    max-width: 23.7125em;
  }
  .inner_product_vantages--blackjack
    .inner_product_vantages__open:first-of-type {
    top: 10.82em;
    left: 0;
  }
  .inner_product_vantages--blackjack
    .inner_product_vantages__open:nth-of-type(2) {
    top: 37.4em;
    -webkit-transform: translateX(-34%);
    -moz-transform: translateX(-34%);
    -ms-transform: translateX(-34%);
    transform: translateX(-34%);
    left: 0;
  }
  .inner_product_vantages--blackjack
    .inner_product_vantages__open:nth-of-type(3) {
    -webkit-transform: translateX(35%);
    -moz-transform: translateX(35%);
    -ms-transform: translateX(35%);
    transform: translateX(35%);
    top: 29.01em;
    right: 0;
  }
  .inner_product_vantages--baccarat {
    margin-top: -0.9em;
    padding-bottom: 8.8em;
  }
  .inner_product_vantages--baccarat .inner_product_vantages__phone {
    max-width: 23.6125em;
  }
  .inner_product_vantages--baccarat
    .inner_product_vantages__open:first-of-type {
    top: 18.22em;
    -webkit-transform: translateX(-3.5em);
    -moz-transform: translateX(-3.5em);
    -ms-transform: translateX(-3.5em);
    transform: translateX(-3.5em);
  }
  .inner_product_vantages--baccarat
    .inner_product_vantages__open:nth-of-type(2) {
    top: 36em;
    left: -0.3em;
  }
  .inner_product_vantages--baccarat
    .inner_product_vantages__open:nth-of-type(2)
    span:after {
    margin-left: 4.9em;
  }
  .inner_product_vantages--baccarat
    .inner_product_vantages__open:nth-of-type(3) {
    -webkit-transform: translateX(3.7em);
    -moz-transform: translateX(3.7em);
    -ms-transform: translateX(3.7em);
    transform: translateX(3.7em);
    top: 30.2em;
  }
  .inner_product_vantages--baccarat
    .inner_product_vantages__open:nth-of-type(3)
    span:after {
    margin-left: 6.5em;
  }
  .inner_product_vantages--baccarat
    .inner_product_vantages__open:nth-of-type(4) {
    -webkit-transform: translateX(3.5em);
    -moz-transform: translateX(3.5em);
    -ms-transform: translateX(3.5em);
    transform: translateX(3.5em);
    top: 42.711em;
  }
  .inner_product_vantages:after {
    bottom: 3.6em;
    height: 0.7125em;
  }
  .inner_product_vantages__head {
    font-size: 1.875em;
    margin-bottom: 0.92em;
  }
  .inner_product_vantages__descr {
    margin-bottom: 6.66667em;
  }
  .inner_product_vantages__phone {
    max-width: 21.6125em;
  }
  .inner_product_vantages__open {
    font-size: 0.9375em;
  }
  .inner_product_vantages__open--left {
    -webkit-transform: translateX(-38%);
    -moz-transform: translateX(-38%);
    -ms-transform: translateX(-38%);
    transform: translateX(-38%);
  }
  .inner_product_vantages__open--right {
    -webkit-transform: translateX(45%);
    -moz-transform: translateX(45%);
    -ms-transform: translateX(45%);
    transform: translateX(45%);
  }
  .inner_product_vantages--roulette
    .inner_product_vantages__open:first-of-type {
    top: 25.1em;
  }
  .inner_product_vantages--roulette
    .inner_product_vantages__open:nth-of-type(2) {
    top: 19.1em;
  }
}
.inner_product_presentation {
  margin-bottom: 9em;
  position: relative;
}
.inner_product_presentation:after {
  content: "";
  display: block;
  position: absolute;
  top: 1.6em;
  left: 0;
  right: 0;
  margin: auto;
  width: 117.5em;
  max-width: 100%;
  height: 1.25em;
  background: url(../img/products/plus.svg) 50%/100% 100% no-repeat;
}
.inner_product_presentation--hide_plus:after {
  display: none;
}
.inner_product_presentation__wrap {
  max-width: 94em;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #000;
  position: relative;
  z-index: 1;
}
.inner_product_presentation__img {
  width: 46.5em;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
}
.inner_product_presentation__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner_product_presentation__text {
  width: 100%;
  position: relative;
  padding: 4.0625em 3.25em 4.25em 3.5625em;
  margin-left: 46.5em;
}
.inner_product_presentation__thanks {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.inner_product_presentation__head {
  font-family: Monument Extended;
  font-style: normal;
  font-weight: 700;
  font-size: 2.5em;
  line-height: 110%;
  letter-spacing: -0.02em;
  margin-bottom: 1.295em;
}
.inner_product_presentation__head .mob {
  display: none;
}
.inner_product_presentation__head .color {
  color: #d95b29;
}
.inner_product_presentation .form {
  max-width: 100%;
  margin-bottom: 0;
}
.inner_product_presentation .form__submit {
  max-width: 22.5em;
  margin-top: 5em;
}
@media (max-width: 1000px) {
  .inner_product_presentation {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .inner_product_presentation:after {
    height: 0.8125em;
  }
  .inner_product_presentation__text {
    font-size: 1.4em;
    margin-left: 32.5em;
  }
  .inner_product_presentation__img {
    width: 45.5em;
  }
}
@media (max-width: 500px) {
  .inner_product_presentation {
    font-size: 4.4444444444rem;
    margin-bottom: 4.6em;
  }
  .inner_product_presentation__wrap {
    display: block;
  }
  .inner_product_presentation__img {
    position: relative;
    width: 100%;
    height: 15.5em;
  }
  .inner_product_presentation__text {
    padding: 2.1625em 2.55em 1.95em;
    margin: 0;
  }
  .inner_product_presentation__head {
    font-size: 1.5625em;
    text-align: center;
    margin-bottom: 2.195em;
  }
  .inner_product_presentation__head .mob {
    display: inline;
  }
  .inner_product_presentation .form__submit {
    margin-top: 2.7em;
  }
}
.inner_product_request {
  background: #000;
  padding: 5.3em 0 5.9em;
}
.inner_product_request__wrap {
  max-width: 94em;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.inner_product_request__text {
  width: 47.5em;
}
.inner_product_request__head {
  font-family: Monument Extended;
  font-style: normal;
  font-weight: 700;
  font-size: 5em;
  line-height: 110%;
  letter-spacing: -0.02em;
  margin-bottom: 1.45em;
}
.inner_product_request__head .color {
  color: #d95b29;
}
.inner_product_request__descr {
  font-size: 1.5625em;
  max-width: 16.8em;
  color: hsla(0, 0%, 100%, 0.5);
  letter-spacing: -0.02em;
  margin-bottom: 6em;
}
.inner_product_request .form {
  margin-bottom: 0;
  max-width: 100%;
}
.inner_product_request .form__check {
  margin-top: -0.2em;
}
.inner_product_request .form__submit {
  margin-top: 5.5em;
  max-width: 22.5em;
}
.inner_product_request__social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 1.25em;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #d95b29;
  width: 100%;
}
.inner_product_request__social_item {
  position: relative;
  z-index: 1;
  margin-right: 2.3em;
}
.inner_product_request__social_item:last-child {
  margin: 0;
}
.inner_product_request__form {
  width: 46em;
  position: relative;
}
.inner_product_request__form_head {
  font-family: Monument Extended;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 110%;
  letter-spacing: -0.02em;
  padding-top: 0.6em;
  margin-bottom: 4.6em;
}
.inner_product_request__thanks {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.inner_product_request__thanks .inner_product_request__descr {
  max-width: 100%;
}
.inner_product_request__thanks.active {
  opacity: 1;
  pointer-events: visible;
}
@media (max-width: 768px) {
  .inner_product_request {
    font-size: 2.73333rem;
    padding: 3.5em 0 3.2em;
  }
  .inner_product_request__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .inner_product_request__text {
    width: 100%;
  }
  .inner_product_request__head {
    font-size: 1.875em;
    text-align: center;
    margin-bottom: 2.15em;
  }
  .inner_product_request__descr {
    color: hsla(0, 0%, 100%, 0.5);
    text-align: center;
    font-size: 1.25em;
    margin: auto;
  }
  .inner_product_request__form {
    width: 100%;
    padding-top: 4.5em;
  }
  .inner_product_request__form_head {
    text-align: center;
    margin-bottom: 3em;
  }
  .inner_product_request .form {
    max-width: 20.9em;
  }
  .inner_product_request .form__submit {
    margin-top: 2.5em;
  }
  .inner_product_request__social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4em;
  }
  .inner_product_request__social_item {
    margin: 0 0 1.2em;
  }
}
@media (max-width: 500px) {
  .inner_product_request {
    font-size: 4.4444444444rem;
  }
}
.inner_product_thanks {
  font-size: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #000;
  z-index: 1;
  padding: 4.0625em 0 3.875em 3.4375em;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.form_sucsess_parent.success .inner_product_thanks,
.inner_product_thanks.active {
  opacity: 1;
  pointer-events: visible;
}
.inner_product_thanks__head {
  font-size: 2.5em;
  line-height: 110%;
  letter-spacing: -0.02em;
  font-family: Monument Extended;
  font-style: normal;
  font-weight: 700;
}
.inner_product_thanks__head .color {
  color: #d95b29;
}
.inner_product_thanks__ckeck_email {
  font-size: 1.5625em;
  color: #d95b29;
  margin-top: auto;
  line-height: 110%;
  letter-spacing: -0.02em;
  margin-bottom: 0.8em;
}
.inner_product_thanks__email_to {
  font-size: 0.9375em;
  line-height: 166%;
  letter-spacing: -0.02em;
  color: #fff;
  opacity: 0.7;
}
@media (max-width: 500px) {
  .inner_product_thanks {
    font-size: 4.4444444444rem;
    padding: 2.1625em 2.55em 1.95em;
    text-align: center;
  }
  .inner_product_thanks__head {
    font-size: 1.5625em;
    text-align: center;
  }
  .inner_product_thanks__ckeck_email {
    font-size: 1.25em;
  }
}
.rulete_page_interface__wrap {
  max-width: 94em;
  margin: auto;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#191a1e),
    color-stop(98.6%, #0a0a0c)
  );
  background: -moz-linear-gradient(bottom, #191a1e, #0a0a0c 98.6%);
  background: linear-gradient(0deg, #191a1e, #0a0a0c 98.6%);
  padding: 2.3125em 0 0;
  text-align: center;
  height: 27.6em;
  margin-bottom: 16.5em;
}
.rulete_page_interface__mini_head {
  font-size: 0.75em;
  color: #d95b29;
  text-transform: uppercase;
  margin-bottom: 2.6666666667em;
}
.rulete_page_interface__head,
.rulete_page_interface__mini_head {
  font-family: Monument Extended;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.rulete_page_interface__head {
  font-size: 1.25em;
  margin-bottom: 1.3em;
}
.rulete_page_interface__descr {
  letter-spacing: -0.02em;
  font-size: 0.9375em;
  margin-bottom: 3.9em;
}
.rulete_page_interface__img img {
  margin: auto;
  -webkit-filter: drop-shadow(0.125em 0.875em 2.875em black);
  filter: drop-shadow(0.125em 0.875em 2.875em black);
}
@media (max-width: 1000px) {
  .rulete_page_interface {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .rulete_page_interface {
    font-size: 3.3333333333rem;
  }
  .rulete_page_interface__wrap {
    margin-bottom: 3.5em;
  }
}
@media (max-width: 500px) {
  .rulete_page_interface {
    font-size: 4.4444444444rem;
  }
  .rulete_page_interface__wrap {
    height: 18.6em;
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#191a1e),
      color-stop(98.6%, #0a0a0c)
    );
    background: -moz-linear-gradient(bottom, #191a1e, #0a0a0c 98.6%);
    background: linear-gradient(0deg, #191a1e, #0a0a0c 98.6%);
    margin-bottom: 8.7em;
  }
  .rulete_page_interface__head {
    margin-bottom: 1.7em;
  }
  .rulete_page_interface__descr {
    line-height: 118%;
    max-width: 16em;
    margin: 0 auto 1em;
  }
}
.rulete_page_industry {
  position: relative;
  margin-bottom: 15em;
  z-index: 0;
}
.rulete_page_industry__wrap {
  max-width: 81.6125em;
  margin: auto;
  padding-top: 19.2em;
}
.rulete_page_industry:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 40%;
  -webkit-transform: translateY(-55%);
  -moz-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
  z-index: -1;
  background: #000;
  -webkit-box-shadow: 0 0 27.2em 16.875em #000;
  -moz-box-shadow: 0 0 27.2em 16.875em #000;
  box-shadow: 0 0 27.2em 16.875em #000;
}
.rulete_page_industry__img {
  max-width: 67.875em;
  margin: 0 auto -6.5em;
}
.rulete_page_industry__text {
  font-family: Monument Extended;
  font-style: normal;
  font-weight: 700;
  font-size: 5.625em;
  line-height: 110%;
  padding-right: 0.6em;
  text-align: justify;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 0.6em;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(3.2%, #34363e),
    color-stop(56.67%, #4b4c51)
  );
  background: -moz-linear-gradient(left, #34363e 3.2%, #4b4c51 56.67%);
  background: linear-gradient(90deg, #34363e 3.2%, #4b4c51 56.67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.rulete_page_industry__matters {
  font-size: 0.75em;
  color: #d95b29;
  font-family: Monument Extended;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .rulete_page_industry {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .rulete_page_industry__matters {
    font-size: 2em;
  }
}
@media (max-width: 500px) {
  .rulete_page_industry {
    font-size: 4.4444444444rem;
    margin-bottom: 10.8em;
  }
  .rulete_page_industry__wrap {
    overflow: hidden;
    padding-top: 5.7em;
  }
  .rulete_page_industry__img {
    margin: 0 -2.7em -1.3em -1.4em;
  }
  .rulete_page_industry__text {
    padding: 0;
    font-size: 1.8125em;
    padding-right: 0.2em;
    padding-left: 0.2em;
    margin-bottom: 0.9em;
  }
  .rulete_page_industry__matters {
    margin-left: 0.4em;
  }
}
.inner_product_other {
  background: #000;
  padding: 7.85em 0 8.15em;
  position: relative;
}
.inner_product_other:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 117.5em;
  max-width: 100%;
  height: 1.25em;
  background: url(../img/products/plus.svg) 50%/100% 100% no-repeat;
}
.inner_product_other__head {
  text-align: center;
  font-size: 5em;
  letter-spacing: -0.02em;
  line-height: 110%;
  font-family: Monument Extended;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0.625em;
}
.inner_product_other__descr {
  font-size: 0.9375em;
  text-align: center;
  letter-spacing: -0.02em;
  color: hsla(0, 0%, 100%, 0.7);
  line-height: 166%;
  margin-bottom: 4.6666666667em;
}
.inner_product_other__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  max-width: 94em;
  gap: 2em;
  margin: auto;
}
.inner_product_other__item {
  position: relative;
  background: #222326;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
  --i: 0;
}
.inner_product_other__item[disabled] {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (pointer: fine) {
  .inner_product_other__item:not([disabled]):hover {
    cursor: pointer;
  }
  .inner_product_other__item:not([disabled]):hover .inner_product_other__arrow {
    -webkit-transform: translateX(0.5em);
    -moz-transform: translateX(0.5em);
    -ms-transform: translateX(0.5em);
    transform: translateX(0.5em);
  }
  .inner_product_other__item:not([disabled]):hover
    .inner_product_other__arrow
    path {
    stroke: #fff;
  }
  .inner_product_other__item:not([disabled]):hover
    .inner_product_other__img
    img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.inner_product_other__item:not([disabled]):active .inner_product_other__arrow {
  -webkit-transform: translateX(0.5em);
  -moz-transform: translateX(0.5em);
  -ms-transform: translateX(0.5em);
  transform: translateX(0.5em);
}
.inner_product_other__item:not([disabled]):active
  .inner_product_other__arrow
  path {
  stroke: #fff;
}
.inner_product_other__item:not([disabled]):active
  .inner_product_other__img
  img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.inner_product_other__text {
  padding: 2em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.inner_product_other__mini_head {
  font-size: 1.25em;
  letter-spacing: -0.02em;
  line-height: 110%;
  font-family: Monument Extended;
  font-style: normal;
  font-weight: 700;
}
.inner_product_other__mini_descr {
  margin-top: auto;
  font-size: 0.9375em;
  letter-spacing: -0.02em;
  color: hsla(0, 0%, 100%, 0.7);
  max-width: 16.7333333333em;
  line-height: 166%;
}
.inner_product_other__arrow {
  position: absolute;
  bottom: 2.3em;
  right: 2em;
  width: 0.625em;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
}
.inner_product_other__arrow path {
  -webkit-transition: stroke 0.3s;
  -moz-transition: stroke 0.3s;
  transition: stroke 0.3s;
  stroke: #af402b;
}
.inner_product_other__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 23.5em;
  overflow: hidden;
}
.inner_product_other__img img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
}
@media (max-width: 1000px) {
  .inner_product_other {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .inner_product_other {
    font-size: 2.73333rem;
    padding: 4.85em 0 8.15em;
  }
  .inner_product_other:after {
    height: 0.8125em;
    width: 100%;
    -moz-background-size: cover;
    background-size: cover;
    bottom: 4.2em;
    height: 0.7125em;
  }
  .inner_product_other__head {
    font-size: 1.875em;
    max-width: 7em;
    text-align: center;
    margin: auto;
    margin: 0 auto 2.2em;
  }
  .inner_product_other__descr {
    font-size: 1.25em;
    line-height: 110%;
    margin: 0 auto 2.6em;
    max-width: 18em;
  }
  .inner_product_other__wrap {
    grid-template-columns: repeat(1, 1fr);
    max-width: 23em;
    gap: 1.3em;
    margin: auto;
  }
  .inner_product_other__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .inner_product_other__img,
  .inner_product_other__img img {
    width: 100%;
  }
  .inner_product_other__text {
    padding: 1.3em 1em;
  }
  .inner_product_other__arrow {
    bottom: 1em;
    right: 1em;
    width: 0.725em;
  }
}
@media (max-width: 500px) {
  .inner_product_other {
    font-size: 4.4444444444rem;
  }
}
.blackjack_cards {
  padding: 10.3em 0;
  position: relative;
}
.blackjack_cards:before {
  top: 50%;
  height: 40%;
  -webkit-transform: translateY(-55%);
  -moz-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
  z-index: -1;
  background: #000;
  -webkit-box-shadow: 0 0 27.2em 16.875em #000;
  -moz-box-shadow: 0 0 27.2em 16.875em #000;
  box-shadow: 0 0 27.2em 16.875em #000;
}
.blackjack_cards:after,
.blackjack_cards:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}
.blackjack_cards:after {
  bottom: 8.4em;
  margin: auto;
  width: 117.5em;
  max-width: 100%;
  height: 1.25em;
  background: url(../img/products/plus.svg) 50%/100% 100% no-repeat;
}
.blackjack_cards__head {
  text-align: center;
  font-size: 4.375em;
  font-family: Monument Extended;
  font-weight: 700;
  color: #d4d9dc;
  letter-spacing: -0.02em;
  margin-bottom: 0.5714285714em;
}
.blackjack_cards__descr {
  text-align: center;
  font-size: 0.9375em;
  color: hsla(0, 0%, 100%, 0.7);
  letter-spacing: -0.02em;
  margin-bottom: 0.7em;
}
.blackjack_cards__wrap {
  position: relative;
  width: 74.7em;
  margin: auto;
  z-index: 1;
}
.blackjack_cards__wrap img {
  margin: -13em auto;
}
.blackjack_cards__button {
  font-family: Monument Extended;
  position: absolute;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 110%;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #d95b29;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.blackjack_cards__button:first-of-type {
  top: 14em;
  right: -1.5em;
}
.blackjack_cards__button:first-of-type:after {
  margin-right: 0.9em;
}
.blackjack_cards__button:nth-of-type(2) {
  top: 34.7em;
  left: -1em;
}
.blackjack_cards__button:nth-of-type(2):after {
  margin-left: -2.8em;
}
.blackjack_cards__button:nth-of-type(3) {
  top: 50.31em;
  right: 4.2em;
}
.blackjack_cards__button:nth-of-type(3):after {
  margin-right: -4.9em;
}
.blackjack_cards__button:nth-of-type(4) {
  top: 57.11em;
  left: 2.7em;
}
.blackjack_cards__button:nth-of-type(4):after {
  display: none;
}
.blackjack_cards__button:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  width: 18.5em;
  height: 6.1em;
  margin-top: 0.9em;
  background: 50% / contain no-repeat;
}
.blackjack_cards__button--left:after {
  left: 0;
  margin-left: -0.8em;
  background-image: url(../img/products/line__left.svg);
}
.blackjack_cards__button--right:after {
  right: 0;
  margin-right: -2.7em;
  background-image: url(../img/products/line__right.svg);
}
@media (max-width: 768px) {
  .blackjack_cards {
    font-size: 1.3rem;
  }
  .blackjack_cards__descr {
    font-size: 1.8072289157em;
  }
  .blackjack_cards__button {
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 1.686746988em;
    padding: 0.3em 1em;
  }
  .blackjack_cards__button:first-of-type {
    top: 11.6em;
    right: 7em;
  }
  .blackjack_cards__button:nth-of-type(2) {
    top: 27em;
    left: 6.9em;
  }
  .blackjack_cards__button:nth-of-type(3) {
    top: 44.31em;
    right: 11.2em;
  }
  .blackjack_cards__button:nth-of-type(4) {
    top: 47.11em;
    left: 2.7em;
  }
  .blackjack_cards__button:nth-of-type(4):before {
    display: none;
  }
  .blackjack_cards__button:before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0.5625em;
    width: 1.5em;
    height: 1.5em;
    background: url(../img/products/big_dot.svg) 50% / contain no-repeat;
  }
  .blackjack_cards__button:after {
    display: none;
  }
}
@media (max-width: 500px) {
  .blackjack_cards {
    font-size: 4.4444444444rem;
    padding: 4.9em 0;
  }
  .blackjack_cards:after {
    -webkit-box-shadow: 0 0 9.2em 8.875em #000;
    -moz-box-shadow: 0 0 9.2em 8.875em #000;
    box-shadow: 0 0 9.2em 8.875em #000;
  }
  .blackjack_cards__head {
    font-size: 2.5em;
    margin-bottom: 1.17143em;
  }
  .blackjack_cards__descr {
    font-size: 0.9375em;
    max-width: 18em;
    margin: auto;
    line-height: 1.4;
  }
  .blackjack_cards__wrap {
    width: 100%;
    overflow: hidden;
  }
  .blackjack_cards__wrap img {
    margin: -1.7em -0.5em;
    max-width: none;
    width: 28.3em;
  }
  .blackjack_cards__button {
    font-size: 0.875em;
  }
  .blackjack_cards__button:first-of-type {
    top: 7.4em;
    right: 0.9em;
  }
  .blackjack_cards__button:nth-of-type(2) {
    top: 18.9em;
    left: 3.1em;
  }
  .blackjack_cards__button:nth-of-type(3) {
    top: 29.91em;
    right: 4.4em;
  }
  .blackjack_cards__button:nth-of-type(4) {
    top: 37.11em;
  }
}
.blackjack_unique {
  margin-bottom: 8.9em;
}
.blackjack_unique__head {
  letter-spacing: 0.02em;
  text-transform: uppercase;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(3.2%, #34363e),
    color-stop(56.67%, #4b4c51)
  );
  background: -moz-linear-gradient(left, #34363e 3.2%, #4b4c51 56.67%);
  background: linear-gradient(90deg, #34363e 3.2%, #4b4c51 56.67%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: Monument Extended;
  font-style: normal;
  font-weight: 700;
  font-size: 5.625em;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 0.8em;
}
.blackjack_unique__head span {
  color: #d95b29;
  display: block;
}
.blackjack_unique__main {
  text-align: center;
  margin: 0 auto 3.2em;
  max-width: 20em;
  font-family: Monument Extended;
  font-size: 1.875em;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.blackjack_unique__descr {
  text-align: center;
  font-size: 0.9375em;
  color: hsla(0, 0%, 100%, 0.7);
  letter-spacing: -0.02em;
  margin-bottom: 4em;
}
.blackjack_unique__with_popup_wrap {
  max-width: 94em;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9375em;
  margin-bottom: 2em;
}
.blackjack_unique__with_popup_item {
  font: inherit;
  background: #000;
  position: relative;
  min-height: 21.25em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 1.4em;
  border: none;
  margin: 0;
}
.blackjack_unique__with_popup_item[disabled] {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (pointer: fine) {
  .blackjack_unique__with_popup_item:not([disabled]):hover {
    cursor: pointer;
  }
  .blackjack_unique__with_popup_item:not([disabled]):hover
    .blackjack_unique__with_popup_content
    img {
    -webkit-transform: translateY(-1em);
    -moz-transform: translateY(-1em);
    -ms-transform: translateY(-1em);
    transform: translateY(-1em);
  }
  .blackjack_unique__with_popup_item:not([disabled]):hover
    .blackjack_unique__with_popup_button
    circle,
  .blackjack_unique__with_popup_item:not([disabled]):hover
    .blackjack_unique__with_popup_button
    path {
    stroke: #d95b29;
  }
  .blackjack_unique__with_popup_item:not([disabled]):hover
    .blackjack_unique__with_popup_button
    svg {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.blackjack_unique__with_popup_item:not([disabled]):active
  .blackjack_unique__with_popup_content
  img {
  -webkit-transform: translateY(-1em);
  -moz-transform: translateY(-1em);
  -ms-transform: translateY(-1em);
  transform: translateY(-1em);
}
.blackjack_unique__with_popup_item:not([disabled]):active
  .blackjack_unique__with_popup_button
  circle,
.blackjack_unique__with_popup_item:not([disabled]):active
  .blackjack_unique__with_popup_button
  path {
  stroke: #d95b29;
}
.blackjack_unique__with_popup_item:not([disabled]):active
  .blackjack_unique__with_popup_button
  svg {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.blackjack_unique__with_popup_item.active .blackjack_unique__with_popup_open {
  opacity: 1;
  pointer-events: visible;
}
.blackjack_unique__with_popup_content {
  width: 14.0625em;
}
.blackjack_unique__with_popup_content img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
}
.blackjack_unique__with_popup_button {
  position: absolute;
  bottom: 1.6em;
  left: 0;
  right: 0;
  margin: auto;
  background: transparent;
  padding: 0;
  border: none;
  -moz-border-radius: 0;
  border-radius: 0;
}
.blackjack_unique__with_popup_button svg {
  display: block;
  margin: auto;
  width: 2.75em;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
}
.blackjack_unique__with_popup_button circle,
.blackjack_unique__with_popup_button path {
  -webkit-transition: stroke 0.3s;
  -moz-transition: stroke 0.3s;
  transition: stroke 0.3s;
}
.blackjack_unique__with_popup_open {
  font-size: 1.5625em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  text-align: center;
  padding-top: 2.8em;
  letter-spacing: -0.02em;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
}
.blackjack_unique__with_popup_open p {
  max-width: 21.8em;
  margin: auto;
  color: hsla(0, 0%, 100%, 0.7);
}
.blackjack_unique__with_popup_head {
  font-size: 0.8em;
  font-family: Monument Extended;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 2.25em;
  color: #fff;
}
.blackjack_unique__for {
  margin: auto;
  max-width: 94em;
  background: #0a0a0c;
}
.blackjack_unique__for_item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.blackjack_unique__for_item > * {
  width: 50%;
}
.blackjack_unique__for_item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.blackjack_unique__for_item:nth-child(2n) .blackjack_unique__for_text {
  padding-left: 4em;
}
.blackjack_unique__for_item:nth-child(2n) .blackjack_unique__for_descr {
  max-width: 28em;
}
.blackjack_unique__for_text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 3.4em 2.9em 3em;
}
.blackjack_unique__for_head {
  font-size: 1.875em;
  margin-bottom: auto;
}
.blackjack_unique__for_descr_head,
.blackjack_unique__for_head {
  font-family: Monument Extended;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.02em;
}
.blackjack_unique__for_descr_head {
  font-style: normal;
  font-size: 0.75em;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  color: #d95b29;
}
.blackjack_unique__for_descr_cont {
  letter-spacing: -0.02em;
  font-size: 0.9375em;
  color: hsla(0, 0%, 100%, 0.7);
}
.blackjack_unique__for_descr_item {
  margin-bottom: 2.5em;
}
.blackjack_unique__for_descr_item:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .blackjack_unique {
    font-size: 1.3rem;
  }
  .blackjack_unique__descr {
    font-size: 1.8072289157em;
  }
  .blackjack_unique__for {
    background: transparent;
  }
  .blackjack_unique__for_item {
    margin-bottom: 4em;
    display: block;
    background: #0a0a0c;
  }
  .blackjack_unique__for_item > * {
    width: 100%;
  }
  .blackjack_unique__for_item:nth-child(2n) .blackjack_unique__for_descr {
    max-width: 100%;
  }
  .blackjack_unique__for_head {
    margin-bottom: 1em;
  }
  .blackjack_unique__for_descr_head {
    font-size: 1.45em;
  }
  .blackjack_unique__for_descr_cont {
    font-size: 1.8072289157em;
  }
}
@media (max-width: 500px) {
  .blackjack_unique {
    font-size: 4.4444444444rem;
    padding-top: 4.1em;
  }
  .blackjack_unique__head {
    line-height: 1.2;
    font-size: 1.875em;
    margin-bottom: 1.5em;
  }
  .blackjack_unique__head span {
    font-size: 2em;
  }
  .blackjack_unique__main {
    font-size: 1.25em;
    max-width: 16em;
  }
  .blackjack_unique__descr {
    font-size: 0.9375em;
    max-width: 17em;
    margin: 0 auto 3.8em;
    line-height: 1.5;
  }
  .blackjack_unique__with_popup_wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.1375em;
    margin-bottom: 3.1em;
  }
  .blackjack_unique__with_popup_open {
    font-size: 1.25em;
  }
  .blackjack_unique__with_popup_open p {
    max-width: 15.8em;
  }
  .blackjack_unique__with_popup_button {
    bottom: 1.2em;
  }
  .blackjack_unique__with_popup_button circle,
  .blackjack_unique__with_popup_button path {
    stroke: #d95b29;
  }
  .blackjack_unique__for_item {
    margin-bottom: 1.4em;
  }
  .blackjack_unique__for_item:nth-child(2n) .blackjack_unique__for_text {
    padding-left: 1.6em;
  }
  .blackjack_unique__for_descr {
    max-width: 16em;
  }
  .blackjack_unique__for_text {
    padding: 2.7em 1.6em 3.4em;
  }
  .blackjack_unique__for_head {
    font-size: 1.5625em;
    margin-bottom: 1.96em;
  }
  .blackjack_unique__for_descr_head {
    font-size: 0.75em;
  }
  .blackjack_unique__for_descr_cont {
    line-height: 1.4;
    font-size: 0.9375em;
  }
  .blackjack_unique__for_descr_item {
    margin-bottom: 1.8em;
  }
}
.baccarat_statistic_skins {
  padding-top: 9.6em;
  margin-bottom: 8.9em;
}
.baccarat_statistic_skins__wrap {
  background: #000;
  max-width: 94em;
  margin: auto;
  padding: 2.8em 4em 6.4em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.baccarat_statistic_skins__text {
  max-width: 23em;
}
.baccarat_statistic_skins__mini_head {
  font-size: 0.75em;
  text-transform: uppercase;
  color: #d95b29;
  margin-bottom: 7.3em;
}
.baccarat_statistic_skins__head,
.baccarat_statistic_skins__mini_head {
  font-family: Monument Extended;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.02em;
}
.baccarat_statistic_skins__head {
  font-size: 1.875em;
  color: #fff;
  margin-bottom: 1.6em;
}
.baccarat_statistic_skins__descr {
  font-size: 0.9375em;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #fff;
  opacity: 0.7;
  margin-bottom: 2.9em;
}
.baccarat_statistic_skins__buttons {
  width: 5.375em;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #111114;
  -webkit-box-shadow: inset 0 0 0.3125em #000;
  -moz-box-shadow: inset 0 0 0.3125em #000;
  box-shadow: inset 0 0 0.3125em #000;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  border: 1px solid #1c1c21;
  --normalColor: #222326;
  --hoverColor: #929499;
  --activeColor: #fff;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.baccarat_statistic_skins__buttons:hover {
  border-color: #323237;
}
.baccarat_statistic_skins__buttons:hover button circle,
.baccarat_statistic_skins__buttons:hover button path {
  stroke: var(--hoverColor);
}
.baccarat_statistic_skins__buttons:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.125em;
  bottom: 0.125em;
  left: 0;
  width: 2.625em;
  margin: auto;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  background: #af402b;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
}
.baccarat_statistic_skins__buttons button {
  font: inherit;
  position: relative;
  background: transparent;
  padding: 0;
  margin: 0;
  border: none;
  z-index: 1;
  width: 2.625em;
  height: 1.95em;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.baccarat_statistic_skins__buttons button svg {
  width: 1.375em;
}
.baccarat_statistic_skins__buttons button circle,
.baccarat_statistic_skins__buttons button path {
  stroke: var(--normalColor);
  -webkit-transition: stroke 0.3s;
  -moz-transition: stroke 0.3s;
  transition: stroke 0.3s;
}
.skin1 .baccarat_statistic_skins__buttons button:first-child circle,
.skin1 .baccarat_statistic_skins__buttons button:first-child path {
  stroke: var(--activeColor);
}
.skin2 .baccarat_statistic_skins__buttons:before {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.skin2 .baccarat_statistic_skins__buttons button:last-child circle,
.skin2 .baccarat_statistic_skins__buttons button:last-child path {
  stroke: var(--activeColor);
}
.baccarat_statistic_skins__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 5.1em;
  margin-left: auto;
  position: relative;
  margin-top: 3.6em;
}
.baccarat_statistic_skins__img img {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.baccarat_statistic_skins__img img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.skin1 .baccarat_statistic_skins__img img:first-child {
  opacity: 1;
}
.skin1 .baccarat_statistic_skins__img img:last-child,
.skin2 .baccarat_statistic_skins__img img:first-child {
  opacity: 0;
}
.skin2 .baccarat_statistic_skins__img img:last-child {
  opacity: 1;
}
@media (max-width: 1000px) {
  .baccarat_statistic_skins {
    font-size: 1.3rem;
  }
  .baccarat_statistic_skins__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .baccarat_statistic_skins__img {
    margin-left: 0;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .baccarat_statistic_skins {
    font-size: 2.5rem;
    padding-top: 5.6em;
    margin-bottom: 4.9em;
  }
  .baccarat_statistic_skins__wrap {
    padding: 2.8em;
  }
}
@media (max-width: 500px) {
  .baccarat_statistic_skins {
    font-size: 4.4444444444rem;
    padding-top: 5.3em;
    margin-bottom: 3.9em;
  }
  .baccarat_statistic_skins__wrap {
    padding: 1.8em 1.5em 8.8em;
    position: relative;
  }
  .baccarat_statistic_skins__mini_head {
    margin-bottom: 5.3em;
  }
  .baccarat_statistic_skins__buttons {
    position: absolute;
    bottom: 3.2em;
    left: 1.6em;
  }
  .baccarat_statistic_skins__descr {
    margin-bottom: 1.4em;
  }
  .baccarat_statistic_skins__img {
    margin-top: 0;
  }
}
.baccarat_example {
  margin-bottom: 9em;
}
.baccarat_example__wrap {
  max-width: 94em;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.baccarat_example__item {
  width: 18em;
}
.baccarat_example__item img {
  width: 100%;
}
@media (max-width: 1000px) {
  .baccarat_example {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .baccarat_example {
    font-size: 2.5rem;
    margin-bottom: 4em;
  }
  .baccarat_example__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .baccarat_example__item {
    margin-bottom: 2em;
  }
}
@media (max-width: 500px) {
  .baccarat_example {
    font-size: 4.4444444444rem;
    margin-bottom: 2.8em;
  }
  .baccarat_example__wrap {
    max-width: 25em;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .baccarat_example__item {
    width: 11.5em;
    margin-bottom: 1.6em;
  }
}
.form_page {
  padding-bottom: 12.5em;
}
.breadcrums ~ .form_page {
  padding-top: 0;
}
.form_page--result {
  min-height: 71.25em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--mainDark);
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.success .form_page--result {
  opacity: 1;
  pointer-events: visible;
}
.form_page__head {
  text-transform: uppercase;
  font-family: Monument Extended;
  font-weight: 700;
  font-size: 3.125em;
  letter-spacing: -0.02em;
  line-height: 110%;
  text-align: center;
  margin-bottom: 1.09em;
}
.form_page__head span {
  color: #d95b29;
}
.form_page__descr {
  line-height: 110%;
  margin-bottom: 4.45em;
}
.form_page__descr,
.form_page__somewhere {
  font-size: 1.25em;
  text-align: center;
  letter-spacing: -0.02em;
  color: #686971;
}
.form_page__somewhere {
  width: 20.8em;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  padding-bottom: 0.6em;
  margin: auto;
}
.form_page__somewhere_links {
  margin-top: 1.5em;
  color: #d95b29;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form_page__somewhere_link {
  margin-left: 1.6em;
}
.form_page__somewhere_link:first-child {
  margin-right: auto;
  margin-left: 0;
}
.form_page__somewhere_link--text {
  color: #fff;
}
.form_page__somewhere_link--flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form_page__somewhere_link--flex img {
  width: 0.6666666667em;
  margin-left: 1.1333333333em;
}
@media (max-width: 1000px) {
  .form_page {
    font-size: 1.6rem;
  }
  .breadcrums ~ .form_page,
  .form_page {
    padding-top: 6em;
  }
}
@media (max-width: 768px) {
  .form_page {
    padding-top: 9em;
  }
  .breadcrums ~ .form_page {
    padding-top: 9em;
    padding-top: 6em;
  }
  .form_page__descr,
  .form_page__somewhere {
    font-size: 1.46484375em;
  }
}
@media (max-width: 500px) {
  .form_page {
    font-size: 4.4444444444rem;
    padding-bottom: 8.1em;
  }
  .breadcrums ~ .form_page,
  .form_page {
    padding-top: 11em;
  }
  .form_page--result {
    min-height: 32.5625em;
    padding: 3.125em 0 0;
  }
  .form_page--result .form_page__descr {
    max-width: 16.3em;
  }
  .form_page__head {
    font-size: 2.8125em;
    margin: 0 auto 0.59em;
    max-width: 8.4444444444em;
  }
  .form_page__head span {
    display: block;
  }
  .form_page__descr {
    font-size: 1.25em;
    max-width: 14em;
    margin: 0 auto 3.2em;
  }
  .form_page__somewhere {
    width: 18.4em;
    font-size: 1.125em;
  }
  .form_page__somewhere_link {
    margin-left: 0.7em;
  }
}
.form {
  font-size: 1rem;
  max-width: 26em;
  margin: 0 auto 8.375em;
}
.form.loading {
  pointer-events: none;
}
.form__line {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5em;
}
.form__select {
  position: relative;
}
.form__select.active .form__select_items {
  pointer-events: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 1.375em 1.375em 0 #000;
  -moz-box-shadow: 1.375em 1.375em 0 #000;
  box-shadow: 1.375em 1.375em 0 #000;
}
.form__error {
  margin-top: 1em;
  font-size: 0.625em;
  color: #d95b29;
}
.form__error_box {
  height: 0;
  overflow: hidden;
}
.form__error_box_container {
  padding: 0 0.4375em;
  background: #000;
  margin-bottom: 2.25em;
}
.form__error_box b,
.form__error_box span {
  font-style: normal;
  font-weight: 500;
  font-size: 0.9375em;
  line-height: 166%;
  letter-spacing: -0.02em;
  color: #fff;
  display: inline-block;
  padding: 0 0.25em;
}
.form__error_box b {
  color: #d95b29;
}
.error .form__error_box {
  height: 100%;
}
.form__select_button {
  font-size: 0.9375em;
  margin-bottom: 2.6em;
  border-bottom: 1px solid #60626a;
  cursor: pointer;
  background: url(../img/select_arrow.svg) right 0.3333333333em center/.8em
    no-repeat;
}
.form__select_label {
  font-size: 0.9375em;
  position: absolute;
  top: 1em;
  left: 0.3333333333em;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out,
    -moz-transform 0.2s ease-in-out;
  -webkit-transform: translateY(-100%) scale(0.8);
  -moz-transform: translateY(-100%) scale(0.8);
  -ms-transform: translateY(-100%) scale(0.8);
  transform: translateY(-100%) scale(0.8);
}
.form__select_items {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  max-height: 30vh;
  overflow-y: auto;
  background: #17181c;
  -webkit-box-shadow: 0 0 0 #000;
  -moz-box-shadow: 0 0 0 #000;
  box-shadow: 0 0 0 #000;
  z-index: 1;
  -webkit-transition: opacity 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out;
  -moz-transition: box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out,
    opacity 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out,
    -moz-transform 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out,
    opacity 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out,
    opacity 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out,
    -moz-box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out,
    -moz-transform 0.15s ease-in-out;
  opacity: 0;
  -webkit-transform: translateY(1.25em);
  -moz-transform: translateY(1.25em);
  -ms-transform: translateY(1.25em);
  transform: translateY(1.25em);
  pointer-events: none;
}
.form__select_item_button {
  height: 3.1333333333em;
  line-height: 3.1333333333em;
  padding-left: 0.3333333333em;
}
.form__select_item_button:empty + .form__select_label {
  -webkit-transform: translateY(0) scale(1);
  -moz-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}
.form__select_item_option {
  font-size: 0.9375em;
  padding: 1em 0.3333333333em;
  -webkit-transition: background 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.form__select_item_option.active {
  background: #af402b;
}
.form__select_item_option[disabled] {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (pointer: fine) {
  .form__select_item_option:not([disabled]):hover {
    background: #af402b;
    cursor: pointer;
  }
}
.form__select_item_option:not([disabled]):active {
  background: #af402b;
}
.form__input {
  position: relative;
  margin-bottom: 2.575em;
  display: block;
}
.form__input_error {
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  padding-left: 0.4375em;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  font-size: 0.625em;
  line-height: 170%;
  color: #d95b29;
}
.form__input.item-error input {
  border-color: #d95b29;
}
.form__input.item-error .form__input_label {
  color: #d95b29;
}
.form__input.item-error .form__input_error {
  opacity: 1;
}
.form__input input {
  font: inherit;
  width: 100%;
  display: block;
  background: transparent;
  font-size: 0.9375em;
  padding: 1em 0.3333333333em;
  border: none;
  border-bottom: 1px solid #60626a;
  color: hsla(0, 0%, 100%, 0.6);
  -webkit-transition: border-bottom 0.3s, background 5000s;
  -moz-transition: border-bottom 0.3s, background 5000s;
  transition: border-bottom 0.3s, background 5000s;
}
.form__input input.placeholder {
  color: transparent;
}
.form__input input:-moz-placeholder,
.form__input input::-moz-placeholder {
  color: transparent;
}
.form__input input:-ms-input-placeholder {
  color: transparent;
}
.form__input input::-webkit-input-placeholder {
  color: transparent;
}
.form__input input:-webkit-autofill + .form__input_label,
.form__input input:focus + .form__input_label,
.form__input input:not(:placeholder-shown) + .form__input_label {
  -webkit-transform: translateY(-100%) scale(0.8);
  transform: translateY(-100%) scale(0.8);
}
.form__input_label {
  font-size: 0.9375em;
  position: absolute;
  top: 1em;
  left: 0.3333333333em;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, color 0.3s ease-in-out,
    -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
}
.form__file {
  background: rgba(10, 10, 12, 0.7);
  border: 1px dashed #686971;
  position: relative;
  padding: 1.875em 0 3em;
  text-align: center;
  margin-bottom: 2em;
  margin-top: -0.7em;
}
.form__file.item-error {
  border-color: #d95b29;
}
.form__file[disabled] {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (pointer: fine) {
  .form__file:not([disabled]):hover {
    cursor: pointer;
  }
  .form__file:not([disabled]):hover .form__file_button {
    background: #d95b29;
  }
  .form__file:not([disabled]):hover .form__file_button svg {
    stroke: #fff;
  }
}
.form__file:not([disabled]):active .form__file_button {
  background: #d95b29;
}
.form__file:not([disabled]):active .form__file_button svg {
  stroke: #fff;
}
.form__file [type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.form__file img {
  margin: 0 auto 1.1875em;
}
.form__file_instruction {
  font-size: 1.25em;
  margin-bottom: 1.4em;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form__file_name {
  color: #d4d9dc;
  font-size: 1.25em;
  letter-spacing: -0.02em;
  margin-bottom: 0.4em;
}
.form__file_type {
  opacity: 0.6;
  letter-spacing: -0.02em;
  font-size: 0.9375em;
  margin-bottom: 0.6666666667em;
}
.form__file_type span {
  color: #d95b29;
}
.form__file_button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0.9375em;
  width: 11.7333333333em;
  height: 2.6666666667em;
  margin: 3.3333333333em auto 0;
  letter-spacing: 0.02em;
  color: hsla(0, 0%, 100%, 0.8);
  background: #222326;
  padding: 0 0.8666666667em;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
.form__file_button svg {
  width: 0.6666666667em;
  -webkit-transition: stroke 0.2s;
  -moz-transition: stroke 0.2s;
  transition: stroke 0.2s;
  stroke: #d95b29;
  margin-right: 0.2666666667em;
}
.form__submit .button {
  width: 100%;
}
.form__submit .button.disabled,
.form__submit .button[disabled] {
  opacity: 0.6;
}
.form__submit .button.disabled .alternative_solution,
.form__submit .button[disabled] .alternative_solution {
  opacity: 0;
}
.form__check {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: -0.7em;
  color: hsla(0, 0%, 100%, 0.5);
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}
.form__check.item-error {
  color: #d95b29;
}
.form__check.item-error .form__input_error {
  opacity: 1;
}
.form__check input {
  position: absolute;
  top: 0.625em;
  left: 0.625em;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  opacity: 0;
}
.form__check_input {
  width: 1.25em;
  height: 1.25em;
  border: 1px solid #60626a;
  margin-right: 0.625em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 170%;
  position: relative;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
  cursor: pointer;
}
.item-error .form__check_input {
  border-color: #d95b29;
}
input:checked ~ .form__check_input:after {
  opacity: 1;
}
.form__check_input:after {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/check.svg) 50%/90%;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.form__check_label {
  font-size: 0.875em;
  padding-top: 0.1em;
  letter-spacing: 0;
}
.form__file_ext {
  width: 2.3125em;
  margin: 0 auto 0.8125em;
}
.form__file_ext_item {
  display: none;
}
.form__file_ext_item svg {
  width: 100%;
  height: auto;
}
.form__file_ext_item.active {
  display: block;
}
.form__file_content {
  -webkit-transition: opacity 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out,
    -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
}
.files_changed .form__file_content {
  opacity: 0;
}
.form__file_load {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: opacity 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out,
    -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  overflow: hidden;
}
.files_changed .form__file_load {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  pointer-events: visible;
  opacity: 1;
}
.form__file_load .form__file_button {
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 1000px) {
  .form {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .form {
    font-size: 2.7rem;
  }
  .form__line {
    display: block;
  }
}
@media (max-width: 500px) {
  .form {
    font-size: 4.4444444444rem;
    max-width: 23em;
    margin-bottom: 4.675em;
  }
  .form__input {
    margin-bottom: 1.475em;
  }
}
.footer {
  background: #000;
  font-size: 0.75rem;
  text-transform: uppercase;
  padding-top: 5.6em;
  overflow: hidden;
  padding-bottom: 5.2em;
}
.footer__wrap {
  padding: 1.23333em 0 1.1em;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.4);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__logo {
  width: 21em;
  margin-right: 3.16667em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 1.6em 2.1em;
  margin-left: -2.1em;
}
.footer__menu_button {
  margin-left: auto;
  width: 1.6666666667em;
  display: grid;
  gap: 0.8333333333em 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0 0.4166666667em;
  cursor: pointer;
  display: none;
}
.footer__menu_button span {
  background: currentColor;
  width: 100%;
  height: 2px;
}
.footer__mobile_menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.footer__menu {
  display: grid;
  gap: 0 1.23333em;
  margin-right: auto;
  grid-auto-flow: column;
}
.footer__menu_item {
  opacity: 1;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
  padding: 1.6em 1.2em;
}
.footer__menu_item[disabled] {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (pointer: fine) {
  .footer__menu_item:not([disabled]):hover {
    color: #d95b29;
    cursor: pointer;
  }
}
.footer__menu_item:not([disabled]):active {
  color: #d95b29;
}
.footer__links {
  margin-left: auto;
  display: grid;
  grid-auto-flow: column;
  gap: 0 0;
}
.footer__links_item {
  opacity: 0.5;
  -webkit-transition: opacity 0.2s, color 0.2s;
  -moz-transition: opacity 0.2s, color 0.2s;
  transition: opacity 0.2s, color 0.2s;
  padding: 1.6em 2.1em;
}
.footer__links_item[disabled] {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (pointer: fine) {
  .footer__links_item:not([disabled]):hover {
    opacity: 1;
    color: #d95b29;
    cursor: pointer;
  }
}
.footer__links_item:not([disabled]):active {
  opacity: 1;
  color: #d95b29;
}
.footer__sing_in {
  margin-left: 5em;
}
.footer__sing_in_item {
  opacity: 1;
  padding: 1.6em 2.1em;
  margin-right: -1.5em;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
  display: block;
}
.footer__sing_in_item[disabled] {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (pointer: fine) {
  .footer__sing_in_item:not([disabled]):hover {
    color: #d95b29;
    cursor: pointer;
  }
}
.footer__sing_in_item:not([disabled]):active {
  color: #d95b29;
}
.footer__bottom {
  margin-top: 21.66667em;
  color: hsla(0, 0%, 100%, 0.5);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  letter-spacing: -0.019em;
  line-height: 1.633334;
}
.footer__coppy {
  max-width: 37.5em;
  margin-right: 4.3em;
}
.footer__coppy--top {
  margin-bottom: 4em;
}
.footer__bottom_menu_item {
  padding: 1.6em 0.9em;
  min-height: 1px;
  color: #fff;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.footer__bottom_menu_item[disabled] {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (pointer: fine) {
  .footer__bottom_menu_item:not([disabled]):hover {
    opacity: 1;
    cursor: pointer;
  }
}
.footer__bottom_menu_item:not([disabled]):active {
  opacity: 1;
}
.footer__design {
  margin-left: auto;
  opacity: 0.5;
}
.footer__imgs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4.375em;
}
.footer__imgs img {
  height: 4.5em;
  margin-right: 0.625em;
}
.footer__imgs img:last-child {
  margin: 0;
}
@media (max-width: 1000px) {
  .footer {
    font-size: 1.05rem;
  }
  .footer__bottom {
    margin-top: 32.46667em;
  }
}
@media (max-width: 1000px) {
  .footer {
    padding-top: 0;
    padding-bottom: 2.2em;
    font-size: 2rem;
  }
  .footer__wrap {
    padding-top: 2.03333em;
    padding-bottom: 2.8em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
  }
  .footer__logo {
    width: 8.7em;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    margin-bottom: 3.9em;
    margin-right: auto;
  }
  .footer__menu {
    display: block;
    width: 50%;
    margin-right: 0;
  }
  .footer__menu_item {
    display: block;
    margin-bottom: 0;
    padding-left: 0;
    padding-bottom: 0.2em;
    padding-top: 1.03em;
  }
  .footer__menu_item:first-child {
    padding-top: 0;
  }
  .footer__sing_in {
    margin-left: 0;
    margin-top: 2em;
    width: 100%;
  }
  .footer__links {
    display: block;
    position: absolute;
    right: 0;
    bottom: 2.8em;
    text-align: right;
  }
  .footer__links_item {
    display: block;
    padding: 0.48em 2.1em;
    padding-right: 0;
  }
  .footer__links_item:last-of-type {
    padding-bottom: 0;
  }
  .footer__bottom {
    margin-top: 1.36667em;
    display: block;
    font-size: 0.73em;
  }
  .footer__bottom_menu_item:first-child {
    padding-left: 0;
  }
  .footer__coppy {
    width: 100%;
    max-width: 31.4em;
    margin: 0 0 8em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__coppy--top {
    margin-bottom: 1em;
  }
  .footer__sing_in_item {
    padding-left: 0;
    padding-bottom: 0;
  }
  .footer__bottom_menu {
    font-size: 0.7em;
    float: left;
  }
  .footer__design {
    font-size: 0.7em;
    float: right;
  }
  .footer__imgs {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0;
    margin-top: 1em;
  }
  .footer__imgs img {
    height: 4.5em;
  }
}
@media (max-width: 768px) {
  .footer {
    font-size: 2.6rem;
  }
  .footer__wrap {
    padding-top: 5.53333em;
  }
  .footer__links {
    bottom: auto;
    top: 9.6em;
  }
}
@media (max-width: 500px) {
  .footer {
    font-size: 4.15rem;
  }
  .footer:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 0.6em;
    background: url(../img/products/plus.svg) 50% / cover no-repeat;
  }
  .footer__wrap {
    padding-top: 2.23333em;
    padding-bottom: 2.9em;
    max-width: 25.1em;
    margin: auto;
  }
  .footer__logo {
    width: 9.9em;
    margin-bottom: 4.6em;
  }
  .footer__menu_item {
    font-size: 0.8em;
    letter-spacing: 0.115em;
    padding-bottom: 1.17em;
  }
  .footer__sing_in_item {
    font-size: 0.8em;
    padding-top: 2.2em;
  }
  .footer__links {
    font-size: 0.8em;
    letter-spacing: 0.115em;
    top: 8.3em;
  }
  .footer__links_item {
    padding: 1.28em 0 0.9em;
  }
  .footer__bottom {
    font-size: 0.8em;
    max-width: 30.9em;
    margin: 1.5em auto 0;
  }
  .footer__coppy {
    text-align: justify;
    margin: 0 0 2em;
  }
  .footer__coppy--top {
    margin-bottom: 2em;
  }
  .footer__imgs {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2.4em;
  }
  .footer__imgs img {
    height: 4.2em;
    margin: 0;
  }
}
.header {
  font-size: 0.75rem;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.desctop_static_header .header,
.header--static {
  position: relative;
}
.header__wrap {
  padding: 1.1666666667em 0 0.96667em;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.4);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__logo {
  width: 21em;
  margin-right: 3.16667em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 1.6em 2.1em;
  margin-left: -2.1em;
}
.header__logo--mobile {
  display: none;
}
.header__menu_button {
  margin-left: auto;
  width: 2.26667em;
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 3em;
  width: 3.6em;
  cursor: pointer;
  display: none;
}
.header__menu_button span {
  top: 50%;
  right: 0;
  margin: auto;
  position: absolute;
  background: currentColor;
  height: 2px;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
}
.header__menu_button span:first-child {
  -webkit-transform: translateY(0.5em);
  -moz-transform: translateY(0.5em);
  -ms-transform: translateY(0.5em);
  transform: translateY(0.5em);
}
.modal_open .header__menu_button span:first-child {
  -webkit-transform: translateY(0) rotate(45deg);
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.header__menu_button span:last-child {
  -webkit-transform: translateY(-0.5em);
  -moz-transform: translateY(-0.5em);
  -ms-transform: translateY(-0.5em);
  transform: translateY(-0.5em);
}
.modal_open .header__menu_button span:last-child {
  -webkit-transform: translateY(0) rotate(-45deg);
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}
.header__mobile_menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__menu {
  display: grid;
  gap: 0 1.23333em;
  margin-right: auto;
  grid-auto-flow: column;
}
.header__menu_item {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  padding: 1.6em 1.2em;
  display: inline-block;
}
.header__menu_item--home {
  display: none;
}
.header__menu_item[disabled] {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (pointer: fine) {
  .header__menu_item:not([disabled]):hover {
    opacity: 0.5;
    cursor: pointer;
  }
}
.header__menu_item:not([disabled]):active {
  opacity: 0.5;
}
.header__links {
  margin-left: auto;
  display: grid;
  grid-auto-flow: column;
  gap: 0 0;
}
.header__links_item {
  opacity: 0.5;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  padding: 1.6em 1.2em;
}
.header__links_item[disabled] {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (pointer: fine) {
  .header__links_item:not([disabled]):hover {
    opacity: 1;
    cursor: pointer;
  }
}
.header__links_item:not([disabled]):active {
  opacity: 1;
}
.header__sing_in {
  margin-left: 5.2em;
}
.header__sing_in_item {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  padding: 1.6em 2em;
  margin-right: -1.5em;
  display: block;
}
.header__sing_in_item[disabled] {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (pointer: fine) {
  .header__sing_in_item:not([disabled]):hover {
    opacity: 0.5;
    cursor: pointer;
  }
}
.header__sing_in_item:not([disabled]):active {
  opacity: 0.5;
}
.header__mini_links {
  display: none;
}
.header__close {
  display: none;
  position: absolute;
  top: 3.4em;
  right: 2.6em;
}
.header__close span {
  width: 2.5em;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.header__close span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header__socials {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: hsla(0, 0%, 100%, 0.7);
  letter-spacing: 0.115em;
}
.header__social_item {
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
  padding: 1.6em 2.1em;
}
.header__social_item[disabled] {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (pointer: fine) {
  .header__social_item:not([disabled]):hover {
    color: #fff;
    cursor: pointer;
  }
}
.header__social_item:not([disabled]):active {
  color: #fff;
}
@media (max-width: 1000px) {
  .header {
    font-size: 1.05rem;
  }
  .header__links_item,
  .header__menu_item {
    padding-left: 12em;
    padding-right: 12em;
  }
  .header__links_item--home,
  .header__menu_item--home {
    display: block;
  }

}
@media (max-width: 1000px) {
  .header {
    position: fixed;
    --delay: 500ms;
  }
  .inner_page .header {
    position: fixed;
    max-width: 100vw;
  }
  .header__wrap {
    width: 100%;
    overflow: hidden;
    max-width: 100vw;
    padding: 1.03333em 0;
    border-bottom: none;
  }
  .inner_page .header__wrap {
    padding: 1.23333em 0;
  }
  .header__menu_button {
    display: grid;
    z-index: 2;
  }
  .header__logo {
    width: 14.1em;
    padding: 0;
    margin-left: 0;
    -webkit-transition: opacity 0.5s ease-in-out,
      -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out,
      -moz-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out,
      -webkit-transform 0.5s ease-in-out, -moz-transform 0.5s ease-in-out;
    z-index: 2;
  }
  .header__mobile_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 2.1611em 3.3611em 4.2611em;
    overflow-y: auto;
    -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out,
      -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out,
      -webkit-transform 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out,
      transform 0.5s ease-in-out, -moz-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out,
      transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out,
      transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out,
      -moz-transform 0.5s ease-in-out;
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  .header__mobile_menu:not(.active) {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    pointer-events: none;
  }
  .header__sing_in {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 0;
    font-size: 4.1928721174em;
    font-family: Monument Extended;
    font-weight: 700;
    letter-spacing: 0.01em;
    margin-top: 0.9em;
  }
  .header__sing_in_item {
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: inline-block;
  }
  .header__sing_in_item span {
    display: inline-block;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    --delay: 0ms;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out, -moz-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out,
      -moz-transform 0.5s ease-in-out;
    -webkit-transition-delay: var(--delay);
    -moz-transition-delay: var(--delay);
    transition-delay: var(--delay);
  }
  .modal_open .header__sing_in_item span {
    --delay: 500ms;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .header__menu {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 1.375em;
    font-size: 4.1928721174em;
    font-family: Monument Extended;
    font-weight: 700;
    letter-spacing: -0.04em;
    word-spacing: -0.07em;
  }
  .header__links,
  .header__menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header__links {
    gap: 0;
    margin: 0 0 3em;
    font-size: 1.7416525496em;
  }
  .header__links_item {
    margin-bottom: 1.2em;
    padding: 0;
    --delay: 0ms;
  }
  .modal_open .header__links_item {
    --delay: 500ms;
  }
  .header__links_item span {
    display: inline-block;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out,
      -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out,
      -moz-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out,
      -webkit-transform 0.5s ease-in-out, -moz-transform 0.5s ease-in-out;
  }
  .modal_open .header__links_item span {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .header__menu_item {
    margin-bottom: 0.001em;
    padding: 12;
    overflow: hidden;
    display: inline-block;
    letter-spacing: 0.001em;
  }
  .header__menu_item:last-child {
    margin-bottom: 0;
  }
  .header__menu_item span {
    display: inline-block;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    --delay: 0ms;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out, -moz-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out,
      -moz-transform 0.5s ease-in-out;
    -webkit-transition-delay: var(--delay);
    -moz-transition-delay: var(--delay);
    transition-delay: var(--delay);
  }
  .modal_open .header__menu_item span {
    --delay: 500ms;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .header__mini_links {
    display: block;
    margin-top: auto;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    opacity: 0.5;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out,
      -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out,
      -moz-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out,
      -webkit-transform 0.5s ease-in-out, -moz-transform 0.5s ease-in-out;
    font-size: 1.2698412698em;
    letter-spacing: -0.02em;
  }
  .modal_open .header__mini_links {
    -webkit-transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    transition-delay: 0.75s;
    opacity: 0.5;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .header__mini_link {
    margin-right: 2em;
  }
  .header__socials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 4.025em;
    letter-spacing: -0.02em;
    font-size: 1.8292682927em;
  }
  .header__social_item {
    padding: 0;
    margin-top: 1.1em;
    overflow: hidden;
  }
  .header__social_item span {
    display: inline-block;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    --delay: 0ms;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out, -moz-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out,
      -moz-transform 0.5s ease-in-out;
    -webkit-transition-delay: var(--delay);
    -moz-transition-delay: var(--delay);
    transition-delay: var(--delay);
  }
  .modal_open .header__social_item span {
    --delay: 1000ms;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .header {
    font-size: 1.25rem;
  }
  .header__logo {
    width: 18.1em;
  }
}
@media (max-width: 500px) {
  .header {
    font-size: 2.65rem;
  }
  .header__mobile_menu {
    padding: 1.1611em 0.7611em 0.5611em;
  }
  .header__menu_button {
    height: 3.1em;
    width: 2.3em;
  }
  .inner_page .header__logo {
    display: none;
  }
  .inner_page .header__logo--mobile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.2578616352em;
    letter-spacing: -0.02em;
    color: #d95b29;
    text-transform: uppercase;
    font-family: Monument Extended;
    font-weight: 700;
  }
  .inner_page .header__logo--mobile img {
    width: 2.3333333333em;
    margin-right: 1.3333333333em;
  }
  .header__socials {
    font-size: 1.6666666667em;
    color: #686971;
  }
  .header__social_item {
    padding: 0;
  }
}
.presentation_content {
  padding-top: 8.375em;
  margin-bottom: 12.125em;
  letter-spacing: -0.02em;
}
.presentation_content__wrap {
  margin: 0 4.8125em 0 9.5em;
}
.presentation_content__block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 8.75em;
}
.presentation_content__text {
  max-width: 26.25em;
}
.presentation_content__head {
  margin-bottom: 3.0625em;
}
.presentation_content__head span {
  font-family: Monument Extended;
  font-weight: 700;
  font-size: 1.5625em;
  color: #fff;
}
.presentation_content__descr span {
  font-family: Gilroy;
  font-weight: 500;
  font-size: 1.5em;
  color: hsla(0, 0%, 100%, 0.7);
  line-height: 1.1;
}
.presentation_content__file {
  min-width: 51.25em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
  padding-bottom: 2em;
  margin-top: -1.0625em;
}
.presentation_content__title span {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  font-size: 1.875em;
  line-height: 1.1;
}
.presentation_content__label {
  margin-right: 4.6875em;
}
.presentation_content__label span {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  font-size: 1.25em;
  color: #686971;
  line-height: 1.66;
}
.presentation_content__button {
  max-width: 13.25em;
}
.presentation_content__button .button__arrow_svg svg {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 1000px) {
  .presentation_content {
    font-size: 1.5em;
  }
  .presentation_content__wrap {
    max-width: 100%;
    margin: auto;
  }
  .presentation_content__file {
    font-size: 0.8em;
  }
}
@media (max-width: 768px) {
  .presentation_content {
    font-size: 2em;
    padding-top: 9.6em;
  }
  .presentation_content__wrap {
    max-width: 46.7em;
  }
  .presentation_content__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 16em;
  }
  .presentation_content__text {
    max-width: 38em;
  }
  .presentation_content__head {
    margin-bottom: 2em;
    font-size: 2.24em;
    line-height: 1.2;
  }
  .presentation_content__descr {
    font-size: 1.82em;
  }
  .presentation_content__file {
    min-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.43em;
    margin-top: 8.4em;
    padding-bottom: 1.6em;
  }
  .presentation_content__title {
    margin-bottom: 1.5em;
  }
  .presentation_content__label {
    margin-right: 0;
    font-size: 1.5em;
    margin-bottom: 1.2em;
  }
  .presentation_content__button {
    max-width: 32.7em;
  }
  .presentation_content__button .button {
    width: 32.7em;
  }
  .presentation_content__any {
    font-size: 0.78em;
    margin: auto;
    text-align: center;
  }
  .presentation_content__any_button {
    max-width: 100%;
    margin-top: 6.2em;
  }
  .presentation_content__any_button .button {
    width: 100%;
  }
}
.demo_request {
  position: relative;
}
.demo_request__body_wrap .breadcrums {
  position: absolute;
  top: 8.7875em;
  left: 4em;
  margin-bottom: 0;
  padding: 0;
  z-index: 1;
}
.demo_request__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.demo_request__wrap > * {
  width: 50%;
  padding-top: 15.75em;
  padding-bottom: 11.75em;
}
.demo_request__form {
  padding-left: 13.0625em;
}
.demo_request__form .form_page {
  max-width: 34.4375em;
  padding-bottom: 0;
}
.demo_request__form .form {
  width: 100%;
  max-width: 100%;
  margin-bottom: 4em;
}
.demo_request__head {
  text-align: left;
  text-transform: uppercase;
  font-family: Monument Extended;
  font-weight: 700;
  font-size: 3.125em;
  letter-spacing: -0.02em;
  line-height: 110%;
  max-width: 9.5em;
  margin-bottom: 0.56em;
}
.demo_request__head--big {
  max-width: 11.8em;
}
.demo_request__head span {
  color: #d95b29;
}
.demo_request__descr {
  text-align: left;
  font-size: 1.25em;
  font-family: Gilroy;
  font-weight: 500;
  margin-bottom: 3.55em;
  letter-spacing: -0.02em;
  color: #d4d9dc;
}
.demo_request__descr--gate {
  margin-top: 4.15em;
}
.demo_request__sing_in_text {
  color: #686971;
  font-family: Gilroy;
  font-weight: 500;
}
.demo_request__sing_in_text strong {
  font-size: 0.9375em;
  font-family: Monument Extended;
  font-weight: 700;
  display: block;
  color: #fff;
  margin-bottom: 0.3333333333em;
}
.demo_request__sing_in {
  padding: 1.5em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #37383d;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.demo_request__sing_in_button {
  width: 8.6875em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.demo_request__links_padding {
  max-width: 35.0625em;
}
.demo_request__links {
  background: url(../img/demo_request.jpg) 50% / cover no-repeat;
  padding-left: 9.875em;
}
.demo_request__links--not_none {
  width: 100%;
}
.demo_request__links_wrap {
  counter-reset: c;
  margin-top: 5.7em;
}
.demo_request__link {
  counter-increment: c;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  font-family: Monument Extended;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.25em;
  margin-bottom: 2.25em;
  padding-bottom: 0.1944444444em;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.demo_request__link[disabled] {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (pointer: fine) {
  .demo_request__link:not([disabled]):hover {
    border-bottom-color: #fff;
    cursor: pointer;
  }
  .demo_request__link:not([disabled]):hover path {
    stroke: #fff;
  }
}
.demo_request__link:not([disabled]):active {
  border-bottom-color: #fff;
}
.demo_request__link:not([disabled]):active path {
  stroke: #fff;
}
.demo_request__link:before {
  content: counter(c, decimal-leading-zero);
  position: absolute;
  bottom: 100%;
  left: 0;
  font-family: Gilroy;
  font-weight: 500;
  font-size: 0.3333333333em;
  margin-bottom: 1.4em;
}
.demo_request__link svg {
  width: 100%;
  height: auto;
}
.demo_request__link path {
  stroke: #d95b29;
  -webkit-transition: stroke 0.3s;
  -moz-transition: stroke 0.3s;
  transition: stroke 0.3s;
}
.demo_request__link_arrow {
  width: 0.4444444444em;
  margin-left: auto;
  margin-right: 0.5em;
}
.demo_request__thank {
  position: absolute;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #222326;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.success .demo_request__thank {
  opacity: 1;
  pointer-events: visible;
}
.demo_request__thank_head {
  font-family: Monument Extended;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 3.125em;
  line-height: 1.1;
  letter-spacing: -0.02em;
  width: 18.6em;
  margin-bottom: 1.54em;
}
.demo_request__thank_head span {
  color: #d95b29;
}
.demo_request__thank_descr {
  letter-spacing: -0.02em;
  font-size: 0.9375em;
  line-height: 110%;
  color: hsla(0, 0%, 100%, 0.7);
}
.demo_request__links_button {
  max-width: 18em;
  margin-top: 2.5em;
}
@media (max-width: 1000px) {
  .demo_request__wrap,
  .demo_request__wrap > * {
    width: 100%;
  }
  .demo_request__form {
    padding: 30.5555555556em 8.8888888889em 29.7222222222em;
  }
  .demo_request__form .form_page {
    padding-top: 0;
  }
  .demo_request__form .form {
    margin-bottom: 0;
  }
  .demo_request__sing_in {
    display: none;
  }
  .demo_request__links {
    display: none;
    font-size: 4.4444444444rem;
    padding: 6.875em 2em 1.5875em;
    background: none;
  }
  .demo_request__links--not_none {
    display: block;
  }
  .demo_request__links--talk_page {
    background: url(../img/demo_request--mob.jpg) 50% / cover no-repeat;
  }
  .demo_request__links_padding {
    max-width: 100%;
  }
  .demo_request__links_wrap {
    margin-top: 6.9em;
  }
  .demo_request__links--talk_page .demo_request__links_wrap {
    margin-top: 6em;
  }
  .demo_request__link {
    font-size: 1.5625em;
    margin-bottom: 3.15em;
    padding-bottom: 0.594444em;
  }
  .demo_request__links--talk_page .demo_request__link {
    padding-bottom: 0.294444em;
  }
  .demo_request__links--talk_page .demo_request__link:before {
    margin-bottom: 1.5em;
  }
  .demo_request__link:before {
    font-size: 0.48em;
    margin-bottom: 1.9em;
  }
  .demo_request__links--talk_page .demo_request__link_text {
    font-size: 1.44em;
  }
  .demo_request__link_arrow {
    width: 0.744444em;
    margin-right: 0.7em;
  }
  .demo_request__head {
    font-size: 2.8125em;
    max-width: 7.2em;
  }
  .demo_request__descr,
  .demo_request__head {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .demo_request__descr {
    max-width: 13.7em;
    color: #686971;
  }
  .demo_request__thank_head {
    font-size: 9.4444444444em;
    width: 10.5882352941em;
    margin-bottom: 1.1764705882em;
  }
  .demo_request__thank_descr {
    font-size: 5.5555555556em;
    color: #d4d9dc;
    max-width: 13.7em;
  }
}
@media (min-width: 1001px) {
  .demo_gate {
    margin-top: 4em;
  }
}
.inner_page_head {
  margin-bottom: 2.2em;
}
.inner_page_head__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 105.3125em;
}
.inner_page_head__back_button {
  z-index: 10;
  width: 9.6875em;
  height: 9.6875em;
  padding: 0;
  background-color: transparent;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.inner_page_head__back_button[disabled] {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (pointer: fine) {
  .inner_page_head__back_button:not([disabled]):hover {
    cursor: pointer;
  }
  .inner_page_head__back_button:not([disabled]):hover .button__arrow_svg svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.inner_page_head__back_button:not([disabled]):active .button__arrow_svg svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.inner_page_head__back_button .button__arrow {
  width: 2.3em;
  height: 2.525em;
}
.inner_page_head__back_button .button__arrow_svg svg {
  height: auto;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.inner_page_head__back_button .button__wrap {
  width: auto;
  margin: auto;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner_page_head__back_button path {
  stroke: #fff;
}
.inner_page_head__bnr {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.inner_page_head__page_name {
  font-family: Monument Extended;
  font-size: 2.5em;
  font-weight: 700;
  position: relative;
  z-index: 1;
  padding-top: 1.34em;
  padding-bottom: 0.2em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  word-spacing: 0.03em;
}
.inner_page_head__descr {
  font-size: 0.75em;
  line-height: 166%;
  display: grid;
  width: 100%;
  max-width: 78em;
  margin-top: auto;
  text-align: justify;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  opacity: 0.5;
  color: #fff;
  grid-auto-flow: column;
  gap: 0 3.8333333333em;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1440px) {
  .inner_page_head {
    margin-bottom: 2.1em;
  }
}
@media (max-width: 1000px) {
  .inner_page_head {
    max-width: 100%;
    margin-bottom: 0.9em;
  }
  .inner_page_head__wrap {
    max-width: 100%;
  }
  .inner_page_head__back_button {
    font-size: 0.7em;
    position: absolute;
    top: 7.4em;
    left: 0;
    -webkit-transition: opacity 0.3s 0.4s;
    -moz-transition: opacity 0.3s 0.4s;
    transition: opacity 0.3s 0.4s;
  }
  .inner_page_head__back_button .button__arrow {
    width: 5em;
    height: 5.625em;
  }
  .modal_open .inner_page_head__back_button {
    opacity: 0;
    -webkit-transition: opacity 0.2s 0.2s;
    -moz-transition: opacity 0.2s 0.2s;
    transition: opacity 0.2s 0.2s;
  }
  .inner_page_head__page_name {
    font-size: 3.5em;
    margin-bottom: 1.7em;
    padding-top: 1.84em;
    padding-left: 2.75em;
  }
  .inner_page_head__descr {
    font-size: 1.05em;
    max-width: 54.5em;
    gap: 0 4.43333em;
  }
}
@media (max-width: 500px) {
  .inner_page_head {
    font-size: 2.55rem;
    margin-bottom: 0;
  }
  .inner_page_head__back_button {
    font-size: 0.6em;
    position: relative;
    top: 0;
    margin-bottom: 2em;
    margin-left: -3.1em;
  }
  .inner_page_head__back_button .alternative_solution {
    display: none;
  }
  .inner_page_head__back_button svg {
    width: 4.1em;
  }
  .inner_page_head__page_name {
    padding: 0;
  }
  .inner_page_head__wrap {
    display: block;
  }
  .inner_page_head__page_name {
    min-height: auto;
    margin-bottom: 0;
  }
  .inner_page_head__descr {
    font-size: 1.4479620537em;
    max-width: 100%;
    margin-top: 3.1666666667em;
    gap: 0 3.1666666667em;
  }
}
.typography {
  font-size: 1.25rem;
  margin: 0 0 5em;
  line-height: 1.4;
}
.typography h3 {
  font-size: 1.2em;
  margin: 3em 0 1em;
  font-weight: 700;
}
.typography h3:first-child {
  margin-top: 0;
}
.typography p {
  margin-bottom: 1em;
}
.typography li {
  margin-bottom: 0.7em;
}
.typography ul {
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 2em;
}
.typography strong {
  font-weight: 700;
}
.typography a {
  text-decoration: underline;
  color: #d95b29;
}
.typography a:hover {
  text-decoration: none;
}
@media (max-width: 1000px) {
  .typography {
    font-size: 2.1686746988rem;
    margin-top: 4em;
  }
}
@media (max-width: 768px) {
  .typography {
    font-size: 2.5rem;
  }
}
@media (max-width: 500px) {
  .typography {
    font-size: 3.4146341463rem;
  }
}
@media (max-width: 768px) {
  .about__page .header__logo {
    height: 1.2em;
    max-width: 4em;
    overflow: hidden;
  }
  .about__page .header__logo img {
    height: 100%;
    width: auto;
    max-width: unset;
  }
}
@media (max-width: 768px) and (min-width: 500px) {
  .about__page {
    font-size: 0.5em;
  }
}
@media (max-width: 500px) {
  .about .section__bg {
    height: 89%;
  }
}
.about_top {
  width: 100%;
  overflow: hidden;
}
.about_top .inner_page_head {
  width: 100%;
  position: absolute;
  top: 5.1em;
  left: 0;
  right: 0;
}
.about_top .breadcrums {
  position: absolute;
  top: 5.8em;
  left: 0;
  width: 100%;
  z-index: 2;
}
.about_top__wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.about_top__text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: Monument Extended;
  font-style: normal;
  font-weight: 400;
  font-size: 9.055em;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #d4d9dc;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 1.07em;
  padding-bottom: 1.52em;
  word-spacing: 0.18em;
}
.about_top__text span {
  width: 100%;
  display: block;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .about_top .button {
    display: none;
  }
  .about_top .inner_page_head__bnr {
    position: absolute;
    top: -2.8em;
    left: 5em;
    width: 15em;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .about_top .inner_page_head__bnr .inner_page_head__page_name {
    font-size: 1.4em;
    color: #d95b29;
  }
  .about_top__text {
    font-size: 27.4em;
    letter-spacing: -0.076em;
    padding-left: 0.15em;
    padding-bottom: 0.28em;
  }
}
@media (max-width: 768px) and (min-width: 500px) {
  .about_top {
    max-width: 500px;
    margin: auto;
  }
  .about_top .inner_page_head {
    position: absolute;
    width: 15em;
    top: 2.5em;
    left: 15em;
    font-size: 2em;
  }
}
.about_develop {
  padding-top: 10.2em;
  margin-bottom: 29.2em;
  position: relative;
}
.about_develop__wrap {
  max-width: 80%;
  margin: auto;
  padding: 0 0.2em;
}
.about_develop__top {
  position: relative;
  margin-bottom: 11.37em;
}
.about_develop__top_text {
  position: absolute;
  right: 0;
  top: 0;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  font-size: 0.75em;
  line-height: 139%;
  text-align: justify;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #222326;
  opacity: 0.3;
  margin-top: 1.3em;
}
.about_develop__top_text span {
  margin-left: 6.3em;
}
.about_develop__head {
  color: #222326;
  font-family: Monument Extended;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0e;
  font-size: 1.759em;
  line-height: 143%;
  max-width: 63%;
}
.about_develop__head br {
  display: none;
}
.about_develop__description {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  font-size: 0.91em;
  line-height: 112%;
  text-align: justify;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #222326;
  max-width: 30%;
  margin-bottom: 13.2em;
}
.about_develop__img {
  width: 100%;
  height: 48em;
}
.about_develop__img img {
  width: 100%;
}
.about_develop__text {
  position: absolute;
  left: 0;
  right: 0;
  top: 76em;
  width: 100%;
  display: block;
}
.about_develop__bottom,
.about_develop__bottom_text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.about_develop__bottom_text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 17.3em;
  padding-left: 1.7em;
  width: 50%;
}
.about_develop__bottom_head {
  font-size: 0.9375em;
  line-height: 116%;
  color: #222326;
  color: #fff;
  max-width: 61%;
  margin-bottom: 13.4em;
}
.about_develop__bottom_desc,
.about_develop__bottom_head {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  text-align: justify;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.about_develop__bottom_desc {
  font-size: 0.75em;
  line-height: 139%;
  color: #fff;
}
.about_develop__girl {
  display: block;
  width: 37.5em;
  height: 49.1875em;
  position: relative;
  margin-top: -13.1em;
  margin-left: 0.7em;
  -webkit-transform: translate3d(0, -39.5625em, 0) rotate(0.001deg);
  -moz-transform: translate3d(0, -39.5625em, 0) rotate(0.001deg);
  transform: translate3d(0, -39.5625em, 0) rotate(0.001deg);
}
.about_develop__girl_img img {
  width: 100%;
  height: 100%;
}
.about_develop__girl_text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  font-family: Monument Extended;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  padding-bottom: 3.6em;
}
.about_develop__girl_text span {
  font-size: 1.82em;
  line-height: 133%;
  text-align: center;
  letter-spacing: -0.02em;
  word-spacing: 0.3em;
  color: #fff;
  max-width: 16.1em;
  margin: auto;
  display: block;
}
@media (max-width: 1000px) {
  .about_develop__wrap {
    max-width: 114.1rem;
  }
}
@media (max-width: 768px) {
  .about_develop {
    padding-top: 26.2em;
    margin-bottom: 14.2em;
  }
  .about_develop__top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 32em;
  }
  .about_develop__top_text {
    margin-top: 0;
    margin-bottom: 7em;
    position: static;
    font-size: 3.6em;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .about_develop__top_text span {
    margin: 0;
  }
  .about_develop__head {
    font-size: 5.759em;
    line-height: 139%;
    max-width: 100%;
    margin: auto;
    text-align: center;
  }
  .about_develop__head br {
    display: block;
  }
  .about_develop__description {
    font-size: 4.6em;
    max-width: 100%;
    margin-bottom: 5em;
  }
  .about_develop__text {
    top: 280.2em;
  }
  .about_develop__bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .about_develop__bottom_text {
    width: 100%;
  }
  .about_develop__bottom_head {
    font-size: 4.61em;
    max-width: 100%;
    margin-top: 1.6em;
    margin-bottom: 4.4em;
  }
  .about_develop__bottom_desc {
    display: none;
  }
  .about_develop__girl {
    width: 89.5em;
    height: 117.1875em;
    -webkit-transform: translate3d(0, -2em, 0) rotate(0.001deg);
    -moz-transform: translate3d(0, -2em, 0) rotate(0.001deg);
    transform: translate3d(0, -2em, 0) rotate(0.001deg);
    margin-top: 20em;
  }
  .about_develop__girl_text {
    margin-bottom: 5.4em;
  }
  .about_develop__girl_text span {
    font-size: 4.82em;
    line-height: 129%;
  }
}
@media (max-width: 768px) and (min-width: 500px) {
  .about_develop {
    max-width: 500px;
    margin: auto;
    margin-bottom: 45em;
  }
}
.about_product {
  position: relative;
  margin-bottom: -18em;
  height: 100%;
  overflow: hidden;
  will-change: transform;
}
.about_product__wrap {
  width: 100%;
  height: 63.75em;
}
.about_product__bg {
  position: relative;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.about_product__bg img {
  width: 100%;
  height: auto;
}
.about_product__text {
  bottom: 0;
}
.about_product__text,
.about_product__title {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.about_product__title {
  font-family: Monument Extended;
  font-style: normal;
  font-weight: 700;
  font-size: 3.125em;
  line-height: 110%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #222326;
  padding-top: 2em;
}
.about_product__phones {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  top: 20em;
  will-change: transform;
  -webkit-transform: translate3d(0, 6em, 0) rotate(0.001deg);
  -moz-transform: translate3d(0, 6em, 0) rotate(0.001deg);
  transform: translate3d(0, 6em, 0) rotate(0.001deg);
}
.about_product__phones_img {
  margin: auto;
  display: block;
  width: 24.0625em;
  height: 27.125em;
}
.about_product__desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  font-size: 0.9375em;
  line-height: 110%;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #222326;
  padding-bottom: 5.1em;
  max-width: 44%;
  margin: auto;
}
@media (max-width: 1600px) {
  .about_product {
    margin-bottom: -5em;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .about_product {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .about_product {
    margin-bottom: 0;
  }
  .about_product__wrap {
    height: 100%;
  }
  .about_product__title {
    font-size: 7.825em;
    padding-top: 3.3em;
  }
  .about_product__phones {
    top: 80em;
  }
  .about_product__phones_img {
    width: 76.0625em;
    height: 85.525em;
  }
  .about_product__desc {
    font-size: 4.6375em;
    line-height: 115%;
    padding-bottom: 3.4em;
    max-width: 88%;
  }
}
@media (max-width: 768px) and (min-width: 500px) {
  .about_product {
    max-width: 500px;
    margin: auto;
    margin-bottom: 16em;
  }
  .about_product__bg {
    max-height: 302em;
    overflow: hidden;
  }
}
.about_reinvigorate {
  margin-bottom: 15em;
}
.about_reinvigorate__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about_reinvigorate__text img {
  width: 76em;
  height: 100%;
}
.about_reinvigorate__right {
  width: 32%;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  color: #222326;
  padding-left: 0.8em;
  padding-right: 10em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.about_reinvigorate__head {
  font-size: 0.99em;
  line-height: 103%;
  letter-spacing: -0.02em;
}
.about_reinvigorate__desc {
  font-size: 0.75em;
  line-height: 139%;
  letter-spacing: -0.02em;
  opacity: 0.3;
  margin-top: 12.4em;
  text-align: right;
  padding-right: 3em;
  width: 100%;
  display: block;
}
.about_reinvigorate__desc span {
  margin-left: 6em;
}
@media (max-width: 768px) {
  .about_reinvigorate {
    padding-top: 5em;
    margin-bottom: 29.4em;
  }
  .about_reinvigorate__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about_reinvigorate__text,
  .about_reinvigorate__text img {
    width: 100%;
  }
  .about_reinvigorate__right {
    margin-top: 19em;
    width: 100%;
    padding-right: 0;
  }
  .about_reinvigorate__head {
    font-size: 4.93em;
    padding-left: 0.4em;
    line-height: 103%;
    letter-spacing: -0.02em;
    word-spacing: 0.27em;
    max-width: 85%;
  }
  .about_reinvigorate__desc {
    font-size: 3.75em;
    line-height: 139%;
    letter-spacing: -0.02em;
    margin-top: 6.2em;
    padding-right: 0.8em;
  }
}
@media (max-width: 768px) and (min-width: 500px) {
  .about_reinvigorate {
    max-width: 500px;
    margin: auto;
  }
}
.about_team {
  margin-bottom: 16em;
}
.about_team__wrap {
  text-align: center;
  padding-top: 1em;
}
.about_team__head {
  font-family: Monument Extended;
  font-weight: 700;
  font-size: 3.125em;
  margin-bottom: 1.5em;
}
.about_team__desc,
.about_team__head {
  font-style: normal;
  line-height: 110%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #222326;
}
.about_team__desc {
  font-family: Gilroy;
  font-weight: 400;
  font-size: 0.9375em;
  text-transform: uppercase;
  max-width: 28%;
  margin: 0 auto 5.5em;
}
.about_team__items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 79.4%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
}
.about_team__item {
  width: 25%;
  height: 22.4em;
  background: #000;
}
.about_team__item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about_team__item_text {
  padding: 2.3em 1.4em 0 2.3em;
}
.about_team__item_desc {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.9375em;
  line-height: 110%;
  letter-spacing: -0.019em;
  margin-bottom: 5.6em;
}
.about_team__item_title {
  font-family: Monument Extended;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9375em;
  line-height: 130%;
  letter-spacing: -0.072em;
  color: #fff;
}
.about_team__item_button .button--orange {
  min-height: 6.15em;
  padding-bottom: 0.8em;
  text-transform: uppercase;
}
.about_team__item:last-child {
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about_team__item_button .button--orange {
  width: 100%;
}
@media (max-width: 1000px) {
  .about_team__items {
    max-width: 112.8rem;
  }
  .about_team__item_button .button--orange {
    min-height: 4.15em;
  }
}
@media (max-width: 768px) {
  .about_team__head {
    font-size: 7.74em;
    margin-bottom: 2.2em;
  }
  .about_team__desc {
    font-size: 4.6375em;
    letter-spacing: -0.02em;
    max-width: 96%;
    margin-bottom: 6em;
  }
  .about_team__item {
    width: 33.3%;
    height: 35.9em;
  }
  .about_team__item:nth-child(4),
  .about_team__item:nth-child(8) {
    display: none;
  }
  .about_team__item:last-child {
    width: 100%;
    height: auto;
  }
  .about_team__item_text {
    padding: 10.6em 1.4em 0 4.7em;
  }
  .about_team__item_desc {
    line-height: 118%;
    max-width: 87%;
    font-size: 4.3375em;
    letter-spacing: 0.01em;
    margin-bottom: 5.9em;
  }
  .about_team__item_title {
    font-size: 4.6375em;
    margin-bottom: 2.6em;
  }
  .about_team__item_button .button--orange {
    min-height: 8.75em;
    width: 100%;
  }
  .about_team__item_button .button__arrow {
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 1.125em;
  }
  .about_team__item_button .button__arrow .alternative_solution {
    display: none;
  }
  .about_team__item_button .button__arrow path {
    stroke: #af402b;
  }
}
@media (max-width: 768px) and (min-width: 500px) {
  .about_team {
    max-width: 500px;
    margin: auto;
  }
  .about_team__item {
    height: 46.9em;
  }
  .about_team__item_button .button {
    width: 100%;
  }
}
.about_culture {
  margin-bottom: 27.4em;
  width: 100%;
  overflow: hidden;
}
.about_culture__wrap {
  max-width: 80%;
  margin: auto;
  padding-top: 1em;
}
.about_culture__head {
  font-family: Monument Extended;
  font-style: normal;
  font-weight: 700;
  font-size: 5em;
  line-height: 110%;
  color: #222326;
  margin-bottom: 1.1em;
}
.about_culture__desc {
  font-weight: 400;
  font-size: 0.9375em;
  line-height: 110%;
  letter-spacing: -0.01em;
  max-width: 32em;
  margin-bottom: 6em;
}
.about_culture__desc,
.about_culture__text {
  font-family: Gilroy;
  font-style: normal;
  text-align: justify;
  text-transform: uppercase;
  color: #222326;
}
.about_culture__text {
  font-weight: 500;
  font-size: 0.75em;
  line-height: 139%;
  letter-spacing: -0.02em;
  opacity: 0.3;
  margin-bottom: 6.9em;
}
.about_culture__text span {
  margin-right: 6.2em;
}
.about_culture__scrollbar {
  position: absolute;
  left: 50%;
  top: -2em;
  z-index: 50;
  height: 0.3125em;
  width: 10em;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}
.about_culture__slider {
  width: 100%;
  height: 100%;
  width: 28em;
  position: relative;
}
.about_culture__slider_next {
  position: absolute;
  top: 0;
  left: 28em;
}
.about_culture__slider_next.disabled,
.about_culture__slider_next.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}
.about_culture__slider_prev {
  position: absolute;
  top: 0;
  left: -9.6em;
}
.about_culture__slider_prev.disabled,
.about_culture__slider_prev.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}
.about_culture__slider .swiper-wrapper {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
.about_culture__slider .swiper-wrapper.delay_null {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}
.about_culture__slide {
  width: 28em;
  color: #fff;
  overflow: hidden;
  margin-right: 9.6875em;
}
.about_culture__slide:last-child {
  margin-right: 0;
}
.about_culture__slide_text {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.about_culture__slide_img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.about_culture__slide_img img {
  width: 100%;
}
.about_culture__slide_num {
  font-family: Gilroy;
  font-weight: 400;
  font-size: 0.9375em;
  text-align: justify;
  text-transform: uppercase;
  left: 2em;
  top: 2.5em;
}
.about_culture__slide_head,
.about_culture__slide_num {
  font-style: normal;
  line-height: 110%;
  letter-spacing: -0.02em;
  position: absolute;
}
.about_culture__slide_head {
  font-family: Monument Extended;
  font-weight: 700;
  font-size: 2.5em;
  left: 0.65em;
  top: 2.1em;
}
.about_culture__slide_desc {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9375em;
  line-height: 110%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  position: absolute;
  left: 0.65em;
  bottom: 2.8em;
  padding-left: 1.4em;
  width: 17.3em;
}
.about_culture__slide--white {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #222326;
  left: 0;
  overflow: hidden;
}
.swiper-slide-active .about_culture__slide--white {
  -webkit-animation: d 0.6s 0.4s ease-in-out forwards;
  -moz-animation: d 0.6s 0.4s ease-in-out forwards;
  animation: d 0.6s 0.4s ease-in-out forwards;
}
.prev .swiper-slide-active .about_culture__slide--white {
  -webkit-animation: e 0.6s 0.4s ease-in-out forwards;
  -moz-animation: e 0.6s 0.4s ease-in-out forwards;
  animation: e 0.6s 0.4s ease-in-out forwards;
}
.next .swiper-slide-prev .about_culture__slide--white {
  -webkit-animation: f 0.6s ease-in-out forwards;
  -moz-animation: f 0.6s ease-in-out forwards;
  animation: f 0.6s ease-in-out forwards;
}
.next
  .swiper-slide-prev
  .about_culture__slide--white
  .about_culture__slide_text,
.prev .swiper-slide-next .about_culture__slide--white {
  -webkit-animation: g 0.6s ease-in-out forwards;
  -moz-animation: g 0.6s ease-in-out forwards;
  animation: g 0.6s ease-in-out forwards;
}
.next
  .swiper-slide-active
  .about_culture__slide--white
  .about_culture__slide_text {
  -webkit-animation: e 0.6s 0.4s ease-in-out forwards;
  -moz-animation: e 0.6s 0.4s ease-in-out forwards;
  animation: e 0.6s 0.4s ease-in-out forwards;
}
.prev
  .swiper-slide-active
  .about_culture__slide--white
  .about_culture__slide_text {
  -webkit-animation: d 0.6s 0.4s ease-in-out forwards;
  -moz-animation: d 0.6s 0.4s ease-in-out forwards;
  animation: d 0.6s 0.4s ease-in-out forwards;
}
.prev
  .swiper-slide-next
  .about_culture__slide--white
  .about_culture__slide_text {
  -webkit-animation: f 0.6s ease-in-out forwards;
  -moz-animation: f 0.6s ease-in-out forwards;
  animation: f 0.6s ease-in-out forwards;
}
@media (max-width: 1000px) {
  .about_culture__slider .inner_page_head__back_button {
    font-size: 1em;
    position: absolute;
    top: 0;
  }
  .about_culture__slider .inner_page_head__back_button .button__arrow {
    width: 2.5em;
    height: 2.5em;
  }
}
@media (max-width: 768px) {
  .about_culture {
    padding-top: 24.3em;
    margin-bottom: 75.4em;
  }
  .about_culture__wrap {
    max-width: 96%;
  }
  .about_culture__head {
    font-size: 18.5em;
  }
  .about_culture__desc {
    max-width: 98%;
    font-size: 4.6em;
    margin-top: 5.7em;
    line-height: 112%;
  }
  .about_culture__scrollbar {
    display: block;
    background: #222326;
    top: -7.5em;
    height: 1.2125em;
    width: 27em;
  }
  .about_culture__scrollbar .swiper-scrollbar-drag {
    background: #d95b29;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
  }
  .about_culture__slider {
    width: 82%;
    margin: auto;
    margin-top: 3em;
  }
  .about_culture__slider_prev {
    left: -9.2em;
    top: 42.4%;
  }
  .about_culture__slider_next {
    top: 42.3%;
    left: unset;
    right: -4.2em;
  }
  .about_culture__slider .inner_page_head__back_button {
    font-size: 1.3em;
  }
  .about_culture__slide {
    margin-right: 0;
  }
  .about_culture__slide_num {
    font-size: 3.1375em;
    left: 1.8em;
  }
  .about_culture__slide_head {
    left: 0.6em;
    font-size: 8.4em;
  }
  .about_culture__slide_desc {
    font-size: 3.3em;
    bottom: 2.3em;
    padding-left: 1.4em;
    text-align: justify;
    width: 13.7em;
    line-height: 104%;
    padding-left: 0.9em;
  }
  .about_culture__bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .about_culture__text {
    font-size: 3.75em;
    width: 82%;
    margin: auto;
    margin-top: 4.1em;
  }
  .about_culture__text span {
    margin-right: 5.8em;
  }
}
@media (max-width: 768px) and (min-width: 500px) {
  .about_culture {
    overflow: hidden;
    width: 100%;
  }
  .about_culture__wrap {
    max-width: 500px;
    margin: auto;
    overflow: unset;
  }
  .about_culture__slider {
    width: 100%;
  }
  .about_culture__slider_prev {
    left: -16.2em;
  }
  .about_culture__slider_right {
    left: 6em;
  }
}
@-webkit-keyframes d {
  0% {
    left: 0;
  }
  to {
    left: -100%;
  }
}
@-moz-keyframes d {
  0% {
    left: 0;
  }
  to {
    left: -100%;
  }
}
@keyframes d {
  0% {
    left: 0;
  }
  to {
    left: -100%;
  }
}
@-webkit-keyframes e {
  0% {
    left: 0;
  }
  to {
    left: 100%;
  }
}
@-moz-keyframes e {
  0% {
    left: 0;
  }
  to {
    left: 100%;
  }
}
@keyframes e {
  0% {
    left: 0;
  }
  to {
    left: 100%;
  }
}
@-webkit-keyframes f {
  0% {
    left: 100%;
  }
  to {
    left: 0;
  }
}
@-moz-keyframes f {
  0% {
    left: 100%;
  }
  to {
    left: 0;
  }
}
@keyframes f {
  0% {
    left: 100%;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes g {
  0% {
    left: -100%;
  }
  to {
    left: 0;
  }
}
@-moz-keyframes g {
  0% {
    left: -100%;
  }
  to {
    left: 0;
  }
}
@keyframes g {
  0% {
    left: -100%;
  }
  to {
    left: 0;
  }
}
.popup {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.popup__age {
  text-align: center;
  padding: 4.3125em 4.5em 3.5em;
}
.popup__age .popup__title {
  max-width: 20.3125em;
}
.popup__age_buttons {
  display: grid;
  grid-template-columns: 49% 49%;
  grid-column-gap: 1em;
}
.popup__age_buttons button {
  width: 100%;
  max-width: 100% !important;
  font-size: 1em;
}
@media (max-width: 500px) {
  .popup__age_buttons {
    grid-template-columns: 100%;
    grid-column-gap: 0;
    grid-row-gap: 1.5em;
  }
  .popup__age_buttons button {
    width: 100%;
  }
}
.popup__cookies {
  position: fixed !important;
  right: 0;
  bottom: 0;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1.75em 2em;
}
.popup__cookies.fullHeight {
  top: 0;
}
.popup__cookies_scroll {
  padding-top: 1.3125em;
  overflow: auto;
  margin-bottom: 2.5em;
  padding-right: 0.3125em;
  width: 102%;
  min-width: 102%;
}
.popup__cookies_scroll::-webkit-scrollbar {
  width: 0.25em;
  border-radius: 1.25em;
}
.popup__cookies_scroll::-webkit-scrollbar-track {
  border-radius: 1.25em;
}
.popup__cookies_scroll::-webkit-scrollbar-thumb {
  background: #60626a;
  border-radius: 1.25em;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.popup__cookies_scroll::-webkit-scrollbar-thumb:hover {
  background: hsla(0, 0%, 68%, 0.8);
}
.popup__cookies_buttons {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-column-gap: 1em;
}
.popup__cookies_buttons button {
  font-size: 1em;
  width: 100%;
}
@media (max-width: 1000px) {
  .popup__cookies {
    right: unset;
    left: 50%;
    padding-bottom: 2em !important;
    -webkit-transform: translate(-50%) !important;
    -moz-transform: translate(-50%) !important;
    -ms-transform: translate(-50%) !important;
    transform: translate(-50%) !important;
  }
  .popup__cookies_buttons {
    grid-template-columns: 100%;
    grid-column-gap: 0;
    grid-row-gap: 1em;
  }
  .popup__cookies .popup__title {
    text-align: center;
  }
  .popup__cookies .popup__settings .popup__title {
    text-align: left !important;
  }
}
.popup__settings {
  position: relative;
  height: 0;
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
  overflow: hidden;
}
.popup__settings.open {
  overflow: visible;
}
.popup__settings_wrapper {
  overflow: auto;
}
.popup__settings .popup__description {
  margin-bottom: 1em;
}
.popup__settings_orange {
  position: absolute;
  right: 0.3125em;
  top: 0;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  text-align: right;
  letter-spacing: -0.02em;
  color: #d95b29;
}
.popup__settings_orange span {
  font-size: 1em;
  line-height: 130%;
}
.popup__settings_checkbox {
  position: absolute;
  right: 2em;
  top: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.12s ease-in-out;
  -moz-transition: opacity 0.12s ease-in-out;
  transition: opacity 0.12s ease-in-out;
  z-index: 3;
}
.popup__settings_checkbox:hover {
  opacity: 0.8;
}
.popup__settings_checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.popup__settings_checkbox span {
  display: block;
  width: 1.25em;
  height: 1.25em;
  border: 0.0625em solid #60626a;
}
.popup__settings_checkbox span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/check.svg) 50%/70%;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
}
.popup__settings_checkbox input:checked ~ span:after {
  opacity: 1;
}
.popup__settings_checkbox_container {
  padding: 1.5625em 0;
  border-top: 0.0625em solid hsla(0, 0%, 100%, 0.4);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.popup__settings_checkbox_container:last-child {
  border-bottom: 0.0625em solid hsla(0, 0%, 100%, 0.4);
}
.popup__settings_checkbox_label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0 !important;
}
.popup__settings_checkbox_label > span {
  width: 100%;
  display: block;
  -webkit-transition: 0.12s ease-in-out;
  -moz-transition: 0.12s ease-in-out;
  transition: 0.12s ease-in-out;
}
.popup__settings_checkbox_label:hover > span {
  color: #d95b29;
}
.popup__settings_checkbox_label:hover .popup__settings_checkbox_arrow svg path {
  stroke: #d95b29;
}
.popup__settings_checkbox_arrow {
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.popup__settings_checkbox_arrow svg {
  width: 100%;
  height: 100%;
  max-width: 0.75em;
  max-height: 0.375em;
}
.popup__settings_checkbox_arrow svg path {
  -webkit-transition: stroke 0.12s ease-in-out;
  -moz-transition: stroke 0.12s ease-in-out;
  transition: stroke 0.12s ease-in-out;
}
.popup__settings_checkbox_info {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}
.popup__settings_checkbox_info_container {
  padding-top: 1.4375em;
}
.popup__settings_checkbox_info a {
  text-decoration: underline;
}
.popup__settings_checkbox_info a:after {
  border: none !important;
}
.popup__wrapper {
  position: relative;
  display: block;
  width: 100%;
  max-width: 46em;
  background: #0a0a0c;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
  z-index: 0;
}
.popup__wrapper.open {
  pointer-events: all;
  z-index: 999;
  opacity: 1;
}
.popup__wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0a0a0c;
  -webkit-transition: left 0.36s ease-in-out 0.1s;
  -moz-transition: left 0.36s ease-in-out 0.1s;
  transition: left 0.36s ease-in-out 0.1s;
}
.popup__wrapper.open:after {
  left: 100%;
}
.popup.open {
  pointer-events: all;
  z-index: 99;
  opacity: 1;
}
.popup > * {
  -webkit-transition: opacity 0.3s ease-in-out 0.1s,
    -webkit-transform 0.5s ease-in-out 0.1s;
  transition: opacity 0.3s ease-in-out 0.1s,
    -webkit-transform 0.5s ease-in-out 0.1s;
  -moz-transition: transform 0.5s ease-in-out 0.1s,
    opacity 0.3s ease-in-out 0.1s, -moz-transform 0.5s ease-in-out 0.1s;
  transition: transform 0.5s ease-in-out 0.1s, opacity 0.3s ease-in-out 0.1s;
  transition: transform 0.5s ease-in-out 0.1s, opacity 0.3s ease-in-out 0.1s,
    -webkit-transform 0.5s ease-in-out 0.1s,
    -moz-transform 0.5s ease-in-out 0.1s;
  -webkit-transform: translate(-1em);
  -moz-transform: translate(-1em);
  -ms-transform: translate(-1em);
  transform: translate(-1em);
}
.popup.open > * {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.popup__close {
  position: absolute;
  right: 0;
  top: 0;
  width: 4em;
  height: 4em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #222326;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  cursor: pointer;
}
.popup__close svg {
  max-width: 1em;
  width: 100%;
  height: 100%;
}
.popup__close:hover {
  background: #d95b29;
}
.popup__title {
  font-family: Monument Extended;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 auto 2.0625em;
}
.popup__title span {
  font-size: 1.25em;
  line-height: 130%;
}
.popup__title span b {
  color: #d95b29;
}
.popup__description {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: hsla(0, 0%, 100%, 0.5);
  margin-bottom: 2.625em;
}
.popup__description span {
  font-size: 1.25em;
  line-height: 130%;
}
.popup__description a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}
.popup__description a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 95%;
  border-bottom: 0.0625em solid #d95b29;
  -webkit-transition: left 0.2s ease-in-out;
  -moz-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
}
.popup__description a:hover:after {
  left: 100%;
}
@media (max-width: 1000px) {
  .popup {
    font-size: 1.6em;
  }
}
@media (max-width: 768px) {
  .popup {
    font-size: 2.2em;
  }
}
@media (max-width: 500px) {
  .popup {
    font-size: 2.6em;
  }
  .popup__wrapper {
    font-size: 1.6em;
    padding: 2.4375em 2em 4.6875em;
  }
}
.meet_page {
  background: #000 url(../img/meet_page_main_bg.jpg) top/contain no-repeat;
}
.meet_page__container {
  max-width: 94rem;
  margin: auto;
}
@media (max-width: 1000px) {
  .meet_page {
    background-image: url(../img/meet_page_main_bg--mob.jpg);
  }
  .meet_page__container {
    max-width: 114.9rem;
  }
}
.meet_page_head {
  font-size: 1rem;
  margin-top: -1.8em;
  padding-bottom: 4.6em;
}
.meet_page_head__head {
  font-family: Monument Extended;
  font-size: 7.5em;
  font-weight: 200;
  max-width: 11.716667em;
  margin-bottom: 0.5em;
  letter-spacing: -0.025em;
}
.visible .meet_page_head__head b {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.meet_page_head__head span {
  display: block;
  overflow: hidden;
}
.meet_page_head__head b {
  display: block;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: opacity 533ms ease-out, -webkit-transform 633ms ease-out;
  transition: opacity 533ms ease-out, -webkit-transform 633ms ease-out;
  -moz-transition: opacity 533ms ease-out, transform 633ms ease-out,
    -moz-transform 633ms ease-out;
  transition: opacity 533ms ease-out, transform 633ms ease-out;
  transition: opacity 533ms ease-out, transform 633ms ease-out,
    -webkit-transform 633ms ease-out, -moz-transform 633ms ease-out;
}
.meet_page_head__head--mobile {
  display: none;
}
.meet_page_head__head .color {
  color: #d95b29;
  font-weight: 700;
}
.meet_page_head__button {
  width: 18em;
  opacity: 0;
  -webkit-transition: opacity 0.6s 0.5s;
  -moz-transition: opacity 0.6s 0.5s;
  transition: opacity 0.6s 0.5s;
}
.visible .meet_page_head__button {
  opacity: 1;
}
.meet_page_head__text {
  font-family: Stolzl;
  font-weight: 500;
  font-size: 1.875em;
  letter-spacing: -0.04em;
  margin-bottom: 2.3em;
  opacity: 0;
  -webkit-transition: opacity 0.6s 0.3s;
  -moz-transition: opacity 0.6s 0.3s;
  transition: opacity 0.6s 0.3s;
}
.visible .meet_page_head__text {
  opacity: 1;
}
.meet_page_head__text br {
  display: none;
}
@media (max-width: 1000px) {
  .meet_page_head {
    font-size: 4.4444444444rem;
    padding-top: 6.6em;
  }
  .meet_page_head__head {
    font-size: 2.625em;
    max-width: 10em;
    margin: 0 auto 0.7em;
    text-align: center;
  }
  .meet_page_head__head--desctop {
    display: none;
  }
  .meet_page_head__head--mobile,
  .meet_page_head__head .color {
    display: block;
  }
  .meet_page_head__head i {
    display: block;
    font-size: 1.9047619048em;
  }
  .meet_page_head__text {
    text-align: center;
    font-size: 1.25em;
    font-family: Gilroy;
    font-weight: 600;
    line-height: 2;
    margin-bottom: 1.5em;
  }
  .meet_page_head__text br {
    display: block;
  }
  .meet_page_head__button {
    margin: auto;
  }
  .meet_page_head__button .button {
    width: 100%;
  }
}
.meet_page_form__popup {
  max-width: 93.75em;
  width: 100%;
}
.meet_page_form__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #222326;
  -webkit-backdrop-filter: blur(1.25em);
  backdrop-filter: blur(1.25em);
  border: 1px solid #767983;
}
.meet_page_form__form {
  width: 41.9375em;
  margin: 3.25em 0 5.1875em 4.5625em;
}
.meet_page_form__form .form {
  margin: 0;
  max-width: 100%;
}
.meet_page_form__form .form__submit {
  max-width: 19em;
}
.meet_page_form__mini_head {
  font-family: Monument Extended;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #d95b29;
  margin-bottom: 3.1em;
}
.meet_page_form__head {
  font-family: Monument Extended;
  font-size: 3.125em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 0.6em;
}
.meet_page_form__descr {
  font-family: Stolzl;
  font-weight: 400;
  font-size: 1.25em;
  letter-spacing: -0.04em;
  margin-bottom: 3.7em;
}
.meet_page_form__img {
  width: 37em;
  min-height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.meet_page_form__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.meet_page_form__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 4em;
  height: 4em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #222326;
  cursor: pointer;
}
.meet_page_form__close img {
  margin: auto;
  width: 0.9375em;
}
.meet_page_form__form_wrap {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.popup.open .meet_page_form__form_wrap {
  pointer-events: visible;
}
.success .meet_page_form__form_wrap {
  pointer-events: none;
  opacity: 0;
}
.meet_page_form__sucsess_wrap {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.success .meet_page_form__sucsess_wrap {
  opacity: 1;
}
.popup.open .success .meet_page_form__sucsess_wrap {
  pointer-events: visible;
}
.meet_page_form__sucsess_wrap .meet_page_form__mini_head {
  margin-bottom: 0;
}
.meet_page_form__sucsess_wrap .meet_page_form__head {
  max-width: 11.3777777778em;
  margin: 1.2222222222em 0;
}
.meet_page_form__button_wrap {
  max-width: 19em;
}
@media (max-width: 1000px) {
  .meet_page_form {
    font-size: 4.4444444444rem;
  }
  .meet_page_form__popup {
    padding: 0;
    height: 100%;
    overflow-y: auto;
    background: #222326;
  }
  .meet_page_form__head {
    font-size: 2.5em;
  }
  .meet_page_form__descr {
    font-size: 1em;
  }
  .meet_page_form__content {
    border: none;
  }
  .meet_page_form__form_wrap {
    border: none;
    padding: 5em 1em;
  }
  .meet_page_form__form {
    width: 100%;
    margin: 0;
  }
  .meet_page_form__img {
    width: auto;
  }
  .meet_page_form__img > img {
    display: none;
  }
  .meet_page_form__button_wrap {
    max-width: 100%;
    width: 100%;
  }
  .meet_page_form__button_wrap .button {
    width: 100%;
  }
}
.meet_page_elevate {
  background: url(../img/meet_page/plus.svg) center 15.2em/117.5em no-repeat;
  padding-top: 7.9em;
  padding-bottom: 10.3em;
}
.meet_page_elevate__head {
  position: relative;
  font-size: 3.75em;
  font-family: Monument Extended;
  font-weight: 700;
  text-align: center;
  padding: 3.4em 0 2.4em;
  letter-spacing: -0.02em;
}
.meet_page_elevate__head img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: 7.1666666667em;
}
.meet_page_elevate__head span {
  max-width: 13.5em;
  margin: auto;
  position: relative;
  display: block;
}
.meet_page_elevate__head strong {
  color: #d95b29;
}
.meet_page_elevate__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5em;
  padding: 0 4.3em 0 2.1em;
}
.meet_page_elevate__item {
  border: 1px solid #37383d;
  background: #050505;
  overflow: hidden;
}
.meet_page_elevate__bg_img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  -moz-transition: opacity 0.4s, transform 0.4s, -moz-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s,
    -moz-transform 0.4s;
}
.visible .meet_page_elevate__bg_img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.meet_page_elevate__text {
  font-size: 1.125em;
  padding: 0 0 4.1666666667em;
  width: 16.1111111111em;
  margin: auto;
  text-align: center;
  font-family: Monument Extended;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.01em;
  margin-top: -3.8em;
  position: relative;
  z-index: 1;
}
.meet_page_elevate__text img {
  margin: 0 auto 2.2em;
  width: 5.7777777778em;
  opacity: 0;
  -webkit-transition: opacity 0.6s 0.2s;
  -moz-transition: opacity 0.6s 0.2s;
  transition: opacity 0.6s 0.2s;
}
.visible .meet_page_elevate__text img {
  opacity: 1;
}
.meet_page_elevate__text span {
  opacity: 0;
  -webkit-transition: opacity 0.6s 0.55s;
  -moz-transition: opacity 0.6s 0.55s;
  transition: opacity 0.6s 0.55s;
}
.visible .meet_page_elevate__text span {
  opacity: 1;
}
@media (max-width: 1000px) {
  .meet_page_elevate {
    font-size: 4.4444444444rem;
    background-position: center 5.2em;
    -moz-background-size: 118.5em;
    background-size: 118.5em;
    padding-top: 1.9em;
    padding-bottom: 5.6em;
  }
  .meet_page_elevate__head {
    font-size: 2.25em;
    padding: 4.6em 0 2.1em;
  }
  .meet_page_elevate__items {
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
    gap: 1.9em;
    max-width: 25.1em;
    margin: auto;
  }
  .meet_page_elevate__text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    font-size: 1em;
    width: 21.8875em;
    margin: -2.1em auto 0;
    padding-bottom: 1.866667em;
  }
  .meet_page_elevate__text img {
    width: 5.5em;
    margin: 0 1.5em 0 0;
  }
}
.meet_page_reason {
  background: #222326;
  padding: 8.75em 0 11.55em;
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
}
.meet_page_reason__bg {
  margin-top: -1em;
  z-index: -1;
  top: 62%;
  left: 0;
  width: 102%;
  position: absolute;
  font-family: Monument Extended;
  font-style: normal;
  font-weight: 700;
  font-size: 8.75em;
  line-height: 110%;
  text-align: justify;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(3.2%, #37383d),
    color-stop(56.67%, #191a1e)
  );
  background: -moz-linear-gradient(left, #37383d 3.2%, #191a1e 56.67%);
  background: linear-gradient(90deg, #37383d 3.2%, #191a1e 56.67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.meet_page_reason__mini_head {
  font-family: Monument Extended;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #d95b29;
  margin-bottom: 2.1em;
  opacity: 0;
  -webkit-transition: opacity 0.6s 0.1s;
  -moz-transition: opacity 0.6s 0.1s;
  transition: opacity 0.6s 0.1s;
}
.visible .meet_page_reason__mini_head {
  opacity: 1;
}
.meet_page_reason__head {
  font-family: Monument Extended;
  font-size: 1.875em;
  font-weight: 400;
  letter-spacing: -0.02em;
  margin-bottom: 4.5em;
  opacity: 0;
  -webkit-transform: translateY(1em);
  -moz-transform: translateY(1em);
  -ms-transform: translateY(1em);
  transform: translateY(1em);
  -webkit-transition: opacity 0.6s 0.3s, -webkit-transform 0.6s 0.3s;
  transition: opacity 0.6s 0.3s, -webkit-transform 0.6s 0.3s;
  -moz-transition: opacity 0.6s 0.3s, transform 0.6s 0.3s,
    -moz-transform 0.6s 0.3s;
  transition: opacity 0.6s 0.3s, transform 0.6s 0.3s;
  transition: opacity 0.6s 0.3s, transform 0.6s 0.3s,
    -webkit-transform 0.6s 0.3s, -moz-transform 0.6s 0.3s;
}
.visible .meet_page_reason__head {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.meet_page_reason__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.meet_page_reason__img {
  width: 37em;
  margin-right: 7.1875em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  opacity: 0;
  -webkit-transition: opacity 0.6s 0.5s;
  -moz-transition: opacity 0.6s 0.5s;
  transition: opacity 0.6s 0.5s;
}
.visible .meet_page_reason__img {
  opacity: 1;
}
.meet_page_reason__text_wrap {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  width: 100%;
  margin-top: -0.45em;
  margin-right: -3.3em;
}
.meet_page_reason__text {
  font-size: 2.5em;
  font-family: Stolzl;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 125%;
}
.meet_page_reason__text p {
  margin-bottom: 1.3em;
  opacity: 0;
  -webkit-transform: translateX(-1em);
  -moz-transform: translateX(-1em);
  -ms-transform: translateX(-1em);
  transform: translateX(-1em);
  -webkit-transition: opacity 0.6s 0.7s, -webkit-transform 0.6s 0.7s;
  transition: opacity 0.6s 0.7s, -webkit-transform 0.6s 0.7s;
  -moz-transition: opacity 0.6s 0.7s, transform 0.6s 0.7s,
    -moz-transform 0.6s 0.7s;
  transition: opacity 0.6s 0.7s, transform 0.6s 0.7s;
  transition: opacity 0.6s 0.7s, transform 0.6s 0.7s,
    -webkit-transform 0.6s 0.7s, -moz-transform 0.6s 0.7s;
}
.visible .meet_page_reason__text p {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.meet_page_reason__text p:first-of-type {
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
.meet_page_reason__text p:nth-of-type(2) {
  -webkit-transition-duration: 0.9s;
  -moz-transition-duration: 0.9s;
  transition-duration: 0.9s;
}
@media (max-width: 1000px) {
  .meet_page_reason {
    font-size: 4.4444444444rem;
    padding: 5.75em 0 3.95em;
  }
  .meet_page_reason__bg {
    font-size: 5em;
    top: 13.6%;
    left: -0.5em;
    width: 105%;
  }
  .meet_page_reason__wrap {
    display: block;
  }
  .meet_page_reason__mini_head {
    text-align: center;
  }
  .meet_page_reason__head {
    text-align: center;
    max-width: 11em;
    margin: 0 auto 2.2em;
  }
  .meet_page_reason__img {
    width: 25em;
    margin: 0 auto 3.5em;
  }
  .meet_page_reason__text_wrap {
    width: 25.5em;
    margin: auto;
  }
  .meet_page_reason__text {
    font-size: 1.5em;
    text-align: center;
  }
}

.section_2_head{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
    text-transform: uppercase;
    font-size: 2.25em;
    font-family: Monument Extended, Arial Black;
    /*font-weight: 700;*/
    line-height: 40px;
    letter-spacing: 0.01em;
    word-spacing: 0px;
    /*margin-bottom: 0.8em;*/
    margin-left: auto;
    margin-right: auto;
    height: 6em;
}

.card-body{
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #f0f0f0;
}

.card-container {
  display: flex;
  justify-content: space-between;
}

.card {
    flex: 1;
    /*margin: 5px;*/
    margin: 5px 15px 5px 0;
    /*max-width: 400px;*/
    max-width:33.33%;
    /*padding: 20px;*/
    
}

.card img {
  max-width: 100%;
  height: auto;
  border-radius: 8px 8px 0 0;
}

.card-content {
  padding: 10px 0;
}

.card-title {
  font-size: 1.5rem;
  margin: 0;
  color: orange;
}

.card-content p {
  margin: 15px 0;
  line-height: 20px;

}

.section_3_head{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
    text-transform: uppercase;
    font-size: 2.625em;
    font-family: Monument Extended, Arial Black;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0.01em;
    word-spacing: 0px;
    /*margin-bottom: 0.8em;*/
    margin-left: auto;
    margin-right: auto;
    height: 10em;
}

.section-3 {
  /*background-image: url('../img/saas-service1.png');*/ 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  
}
.section_4_head{ 
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
    font-size: 1.625em;
    font-family: Monument Extended, Arial Black;
    word-spacing: 0px;
    /*margin-bottom: 0.8em;*/
    margin-left: auto;
    margin-right: auto;
    height: 5em;}
    .section-4{
      background-color: #d95b29;
    }
.section-5 .container{
  margin-bottom: 50px;
}
.cards2{
  margin: 40px;
}
.card-body2{
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #f0f0f0;
}

.card2-container {
  display: flex;
  justify-content: space-evenly;
}

.card2 {
    flex: 1;
    margin: 5px;
    
    max-width: 400px;
    /*padding: 20px;*/
    
}

.card2 img {
  max-width: 100%;
  height: auto;
  border-radius: 8px 8px 0 0;
}

.card2-content {
  padding: 10px 0;
}

.card2-title {
  font-size: 1.5rem;
  margin: 0;
  color: orange;
}

.card2-content p {
  margin: 15px 0;
  line-height: 20px;

}

.section_6_head{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
    text-transform: uppercase;
    font-size: 2.625em;
    font-family: Monument Extended, Arial Black;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0.01em;
    word-spacing: 0px;
    /*margin-bottom: 0.8em;*/
    margin-left: auto;
    margin-right: auto;
    height: 10em;
}

.section-6 {
  /*background-image: url('../img/saas-service1.png');*/ 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  
}
/*.section_7_head {
    display: flex;
    max-width: 40em;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    font-size: 1.5em;
    height: 14em;
    line-height: 20px;
}*/
 
  .section_7_head {
    display: flex;
    max-width: 40em;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    height: 14em;
    /*line-height: 20px;*/
    margin: 0 auto;
}
    .section-7{
      background-color: #d95b29;
    }

    .cards8{
  margin: 40px;
}
/*.card-body8{
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #f0f0f0;
}*/

.card8-container {
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.card8 {
    flex: 1;
    margin: 5px;
    max-width: 500px;
   
    
}

#services-saas-development ul.bulletcontent {
  display: flex;
  flex-direction: column;
  list-style: none;
}
#services-saas-development ul.bulletcontent li {
  font-size: 1.5em;
  display: flex;
  align-items: baseline;
  padding: 5px;
  line-height: 25px;

}

#services-saas-development ul.bulletcontent li::before {
    content: "\2022";
    color: red;
    font-weight: bolder;
    display: inline-block;
    width: 1em;
    padding: 11px;
    
}
.card-8-button{
  padding-left: 10em;
}
@media only screen and (min-width: 1920px) {
  .card-8-button{
    padding-left: 23em;
  }
}

.section_9_head{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
    text-transform: uppercase;
    font-size: 2.625em;
    font-family: Monument Extended, Arial Black;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0.01em;
    word-spacing: 0px;
    /*margin-bottom: 0.8em;*/
    margin-left: auto;
    margin-right: auto;
    height: 10em;
}


.section-9 {
  /*background-image: url('../img/saas-service1.png'); */
 background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  
}

    .cards10{
  margin: 40px;
}
/*.card-body10{
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #f0f0f0;
}*/

.card10-container {
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.card10 {
    flex: 1;
    margin: 5px;
    max-width: 500px;
    
    
}



/*.card10-content {
  padding: 10px 0;
}*/

/*.card10-title {
  font-size: 1.5rem;
  margin: 0;
  color: orange;
}*/

/*.card10-content p {
  margin: 15px 0;
  line-height: 20px;

}*/

/*FF ul {
  list-style: none;
}
ul li {
  font-size: 1.5em;
}

ul li::before {
    content: "\2022";
    color: red;
    font-weight: bolder;
    display: inline-block;
    width: 1em;
    padding: 11px;
    
}FF*/





/**
 * Swiper 8.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 3, 2022
 */

 @font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}




/*index css*/


@font-face {
  font-family: Alfa Slab One;
  src: url(" ../../fonts/AlfaSlabOne-Regular.ttf");
}

@font-face {
  font-family: Inter;
  src: url(" ../../fonts/static/Inter-Regular.ttf");
}

@font-face {
  font-family: InterBold;
  src: url(" ../../fonts/static/Inter-Bold.ttf");
}

body {
  font-family: Inter !important;
}


.ss-heading {
  color: var(--white, #fff);
  text-align: center;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 41.8px;
  /* 116.111% */
  letter-spacing: -1px;
  text-transform: capitalize;
}

.banner-img {
  background-image: url('../../img/index_background.png');
  background-position: cover;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
}


.banner-img-mobile {
  background-image: url('../../img/banner-tt/div.top_sectionss.png');
  background-position: cover;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
}

.banner-img-web {
  background-image: url('../../img/banner-tt/div.top_sectionss.png');
  background-position: cover;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
}

.banner-img-back {
  background-image: url('../../img/banner-tt/div.section__wrap.png');
  background-position: cover;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
}

.banner-img-soft {
background-image: url('../../img/banner-tt/div.top_section.png');
background-position: cover;
background-repeat: no-repeat;
background-size: 100% 100%;
display: flex;
}

.top_section {
  padding: 15.625em 0 8.125em;
  font-size: 1rem;
  /* background: #000; */
  position: relative;
  z-index: 0;
  margin-bottom: 6.425em;
  overflow: hidden;
  --i: 0;
}

.banner-main-heading {
  color: #FFF;
  text-align: center;
  font-family: Monument Extended;
  font-size: 70px;
  font-style: normal;
  letter-spacing: .01em;
  font-weight: 700;
  line-height: 99px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}


.tt-banner-para {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.05px;
  width: 1152px;
  margin: auto;
  padding: 30px 0px;
}

.banner-btn {
  margin: auto;
  display: flex;
  width: fit-content;
  height: 56px;
  padding: 20px 28.5px 19px 28.5px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #CA5817;
}

.tt-banner-btn {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16.5px;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  background-color: transparent;
  border: none;
  padding-right: 30px;
}

/* asad css */
.mb-sec-2 {
  padding: 60px 150px;
  background-color: #000;
}

.mb-text-white {
  color: #fff;
}

.mb-sec-2 {
  width: 97%;
  margin: auto;
}

.mb-sec-2-inner h2 {
  font-size: 37px;
  font-style: normal;
  font-weight: 600;
  line-height: 41.8px;
  /* 112.973% */
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.mb-sec-2-inner p {
  max-width: 927px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}

.mb-row {
  display: flex;

}

.mb-sec-2-inner-col {
  width: 33.333333333%;
}

.mb-orange {
  color: #CA5817;
}

.sec-2-device {
  font-size: 27px;
  margin: 16px 0;
}

.sec-2-device-p {
  font-size: 14px !important;
  color: #747272;
  margin-bottom: 10px;
  line-height: 22px !important;
}

.mb-orage {
  color: #CA5817;
}

.mb-sec-2-2 {
  margin-top: 40px;
}

.mb-mt-50 {
  margin-top: 50px;
}

.mb-container-padding {
  padding: 60px 150px;
}

.mb-container {
  width: 97%;
  margin: auto;
  background-color: #000;
  margin-top: 60px;
}

.mb-end-to-end {
  padding: 116px 200px;
  background-image: linear-gradient(to bottom, #000000a8, #00000070),
  url(' ../../img/banner-tt/Frame-15.png');
  background-repeat: no-repeat;
}

.delievery-industry-spec {
  padding: 116px 200px;
  background-image: linear-gradient(to bottom, #000000a8, #00000070),
  url(' ../../img/banner-tt/Frame-14-1.png');
  background-repeat: no-repeat;
}

.delievery-industry-spec-2 {
  padding: 116px 200px;
  background-image: linear-gradient(to bottom, #000000a8, #00000070),
  url(' ../../img/banner-tt/Frame 1000004729.png');
  background-repeat: no-repeat;
}

.delievery-industry-spec-3 {
  padding: 116px 200px;
  background-image: linear-gradient(to bottom, #00000000, #00000000),
  url(' ../../img/banner-tt/divabout-us.png');
  background-repeat: no-repeat;
}

.delievery-industry-spec-3 h1 {
  color: #FFF;
  font-family: Inter;
  font-size: 77px;
  font-style: normal;
  font-weight: 600;
  line-height: 80px;
  /* 103.896% */
  letter-spacing: -2px;
  text-align: start;
}

.delievery-industry-spec h2 {
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  /* 187.5% */
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.delievery-industry-spec-2 h2 {
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  /* 187.5% */
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.mb-end-to-end h1 {
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 129px;
  /* 161.25% */
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.mb-steps-row {
  display: flex;
  flex-wrap: wrap;
}

.mb-steps-col {
  width: 50%;
}

.mb-steps-row-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 25px;
}

.mb-steps-row-inner:last-child {
  margin-bottom: 0px;
}

.mb-steps-col-inner-active {
  color: #CA5817;
}

.mb-steps-col-head {
  font-size: 32px;
  padding-left: 25px;
}

.mb-steps-col-circle {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 100px;
}

.mb-steps-col-left {
  position: relative;
}

.mb-steps-col-left::after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  left: 4px;
  width: 1px;
  background-color: #fff;
}

.delievery-industry-spec p {
  color: #C2C2C2;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.8px;
  /* 148.75% */
  letter-spacing: -0.3px;
  margin-top: 10px;
  max-width: 695px;
}

.mb-icon-text-row {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.mb-icon-text-right {
  padding-left: 8px;
  font-size: 30px;
}

.mb-icon-text-row-main {
  display: flex;
}

.mb-icon-text-col-main {
  width: 50%;
}

.delievery-industry-spec-3-row {
  display: flex;
}

.delievery-industry-spec-3-col {
  width: 50%;
}

.mb-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.mb-logo-title {
  text-align: center;
  margin-bottom: 20px;

}

.mb-logo-title b {
  font-size: 26px;
  font-weight: 700;
}

.mb-logo-list {
  padding: 10px;
}

.mb-logo-list img {
  width: 170px;
}

.mb-counter-number {
  color: #FFDB3B;
  font-family: Inter;
  font-size: 66px;
  font-style: normal;
  font-weight: 400;
  line-height: 80.5px;
  /* 121.97% */
  letter-spacing: -0.5px;
}

.mb-counter-text {
  color: #FFF;
  font-family: Inter;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  margin-top: 7px;
  /* 121.053% */
  letter-spacing: -0.5px;
}

.mb-counter {
  margin-bottom: 40px;
}

.mb-client h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 49.5px;
  letter-spacing: -1.5px;
  text-align: center;
  text-transform: capitalize;
}

.mb-client-row {
  display: flex;
  align-items: center;
}


.mb-client-col img {
  margin: auto;
}

.mb-client-col {
  margin-top: 40px;
}

.mb-client-col {
  flex: 1 1;
  text-align: center;
}

.mb-last-thinking {
  padding: 80px;
}

.mb-last-thinking-head {
  color: var(--white, #FFF);
  font-family: Inter;
  font-size: 146px;
  font-style: normal;
  font-weight: 600;
  line-height: 150px;
  /* 102.74% */
  text-align: start;
  letter-spacing: -4px;
}

.mb-last-thinking-row {
  display: flex;
}

.mb-last-thinking-col {
  width: 50%;
}

.mb-last-thinking-col h2 {
  color: var(--white, #FFF);
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  /* 114.583% */
  letter-spacing: -0.8px;
  max-width: 550px;
  padding-right: 15px;
}

.mb-tab {
  overflow: hidden;
  color: #fff;
  display: flex;
  justify-content: space-between;
}

/* Style the buttons inside the tab */
.mb-tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */


/* Create an active/current tablink class */
.mb-tab .mb-button.active {
  border-bottom: 2px solid #FF601D;
}

.mb-tab .mb-button {
  border-bottom: 2px solid transparent;

}

/* Style the tab content */
.mb-tabcontent {
  display: none;
  padding: 6px 12px;
}

.mb-tablinks div {
  color: var(--white, #FFF);
  text-align: center;
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  /* 132.353% */
  letter-spacing: -0.5px;
}

.mb-tab {
  border-bottom: 2px solid #DADADA;
}

.mb-tabcontent p {
  text-align: center;
  padding-top: 32px;
}

.mb-position-relative {
  position: relative;
}

.mb-overlay-carousel .slider-heading {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.40);
  left: 0;
  top: 0;
  padding: 32px;
  margin: 0px;
}

.carousel-indicator {
  border-radius: 100px;
  background: #FFF;
  display: flex;
  align-items: center;
  width: fit-content;
  width: 58px;
  justify-content: space-between;
  padding: 7px 6px;
  margin-top: 20px;
}

.mb-button.active div {
  color: #FF601D;
}

@media only screen and (max-width: 992px) {
  .mb-flex {
      display: flex;
      justify-content: space-between;
      align-items: center;
      overflow-x: scroll;
      flex-wrap: wrap;
  }

  .mb-logo-list img {
      width: 100%;
  }

  .mb-logo-list {
      width: 32%;
  }

  .mb-logo-title b {
      font-size: 17px;
      font-weight: 700;
  }

  .banner-main-heading {
    color: #FFF;
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: 99px
  }

  .tt-banner-para {
      color: #FFF;
      text-align: center;
      font-family: Inter;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 26px;
      letter-spacing: -0.05px;
      width: auto;
      margin: auto;
      padding: 30px 0px;
  }

  .mb-sec-2 {
      padding: 19px 15px;
      background-color: #000;
  }

  .panel p {
      font-size: 16px;
      line-height: 1.4;
  }

  .mb-sec-2-inner-col {
      width: 100%;
  }

  .mb-row {
      display: flex;
      flex-wrap: wrap;
  }

  .mb-end-to-end {
      padding: 20px 15px;
  }

  .mb-end-to-end h1 {
      font-size: 30px;
      font-style: normal;
      font-weight: 700;
      line-height: 38px;
      letter-spacing: -0.5px;
      text-transform: uppercase;
  }

  .mb-container-padding {
      padding: 20px 15px;
  }

  .mb-steps-col {
      width: 100%;
  }

  .mb-steps-col-head {
      font-size: 20px;
      padding-left: 25px;
  }

  .mb-steps-col {
      width: 100%;
      font-size: 16px;
      margin-top: 12px;
  }

  .delievery-industry-spec {
      padding: 20px 15px;
  }

  .delievery-industry-spec h2 {
      font-family: Inter;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: 30px;
  }

  .mb-icon-text-right {
      padding-left: 8px;
      font-size: 20px;
  }

  .mb-icon-text-col-main {
      width: 100%;
  }

  .mb-icon-text-row-main {
      display: flex;
      flex-wrap: wrap;
  }

  .delievery-industry-spec-2 {
      padding: 20px 15px;
  }

  .mb-tab {
      overflow: hidden;
      color: #fff;
      flex-wrap: wrap;
      display: flex;
      justify-content: start !important;

  }

  .mb-tabcontent p {
      text-align: center;
      padding-top: 32px;
      font-size: 16px;
  }

  .delievery-industry-spec-3 {
      padding: 20px 15px;
  }

  .delievery-industry-spec-3 h1 {
      color: #FFF;
      font-family: Inter;
      font-size: 32px;
      font-style: normal;
      font-weight: 600;
      line-height: 54px;
      letter-spacing: -2px;
      text-align: start;
  }

  .mb-counter-number {
      color: #FFDB3B;
      font-family: Inter;
      font-size: 44px;
      font-style: normal;
      font-weight: 400;
      line-height: 57.5px;
      letter-spacing: -0.5px;
  }

  .mb-counter-text {
      color: #FFF;
      font-family: Inter;
      font-size: 17px;
  }



  .mb-client-col {
      text-align: center;
      width: 20%;
      flex: none;
  }

  .mb-client-col img {
      width: 300px;
  }

  .mb-client-row {
      display: flex;
      flex-wrap: wrap;

      align-items: center;
  }

  .mb-client-col {
      text-align: center;
      width: 30%;
      flex: none;
      padding: 7px;
  }

  .mb-client-col {
      margin-top: 15px;
  }

  .mb-last-thinking {
      padding: 15px;
  }

  .mb-last-thinking-head {
      color: var(--white, #FFF);
      font-family: Inter;
      font-size: 44px;
      font-style: normal;
      font-weight: 600;
      line-height: 73px;
      text-align: start;
      letter-spacing: 0px;
  }

  .mb-last-thinking-row {
      display: flex;
      flex-wrap: wrap;
  }

  .mb-last-thinking-col {
      width: 100%;
  }

  .mb-last-thinking-col h2 {
      color: var(--white, #FFF);
      font-family: Inter;
      font-size: 23px;
      font-style: normal;
      margin-bottom: 20px;
      font-weight: 400;
      line-height: 34px;
      letter-spacing: -0.8px;
      max-width: 550px;
      padding-right: 15px;
  }

  .l-cards-1,
  .l-cards-2 {
      flex-wrap: wrap
  }

  .l-cards-1-A,
  .l-cards-1-B {
      width: auto !important;
  }

  .l-cards-1-A p,
  .l-cards-1-B p,
  .l-cards-2-A p,
  .l-cards-2-B p {
      line-height: 20px;
      font-size: 16px;
  }

  .l-cards-1-A h1,
  .l-cards-1-B h1,
  .l-cards-2-A h1,
  .l-cards-2-B h1 {
      font-size: 1.5rem;
      /* margin: 0; */
      font-size: 22px;
      color: orange;
  }

  .l-cards-2-A,
  .l-cards-2-B {
      width: auto !important;
  }

  .section__head .color {
      display: flex;
      overflow: inherit;
      letter-spacing: 2px
  }

  .section__head .color .top_section__head_i_inner:nth-child(2) {
      padding-left: 8px;
  }

  .slider-paragraph {
      color: gray;
      padding-top: 10px;
      /* font-size: 12px; */
      font-size: 14px;
  }

  .demo_request__head {
      font-size: 28px;
      max-width: inherit;
      margin: 0px;

  }

  .demo_request__form .form_page {
      max-width: 96%;
      margin: 0 auto;
  }

  .demo_request__descr {
      max-width: initial;
      color: #686971;
  }

  .label-1,
  .label-2 {
      width: 100%;
      max-width: 100%;
  }

  .form-label {
      flex-wrap: wrap !important;
  }

  .demo_request__descr--gate {
      margin-top: 1.15em;
  }


  .mb-overlay-carousel .slider-heading {
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.40);
      left: 0;
      top: 0;
      padding: 13px;
      margin: 0px;
  }

  .l-cards .heading h2 {
      margin-bottom: 40px;
      font-size: 15px;
  }
}

.heading h2 {
  margin-bottom: 40px
}



  /* bulte css*/
  .divlanding-list-item-icon {
      position: absolute;
      height: (100% - 46px);
      top: 0.6rem;
      bottom: 2.27rem;
      left: 0;
      background: linear-gradient(93.82deg,
              #ff601d,
              #ff4b00 40.63%,
              #f7500a 55%,
              #dd5f28);
      width: 0.5rem;
  }

  .optimize-route-planning {
      font-family: Inter;
  }

  .optimize-route-planning-to-red {
      margin: 0;
  }

  .optimize-route-planning-container {
      position: relative;
      letter-spacing: -0.05px;
      line-height: 1.69rem;
  }

  .divlanding-list-item-text {
      position: absolute;
      height: 100%;
      top: 0;
      bottom: 0;
      left: 2rem;
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: flex-start;
      padding: 0 1.56rem 0 0;
      box-sizing: border-box;
      max-width: 28.13rem;
  }

  .divlanding-list-item {
      position: relative;
      width: 47.44rem;
      height: 3.38rem;
  }











  .divlanding-list-col {
      flex: 1;
      flex-direction: column;
  }



  .end-to-end-data,
  .manage-pricing-dynamically-container {
      position: absolute;
      letter-spacing: -0.05px;
      line-height: 1.69rem;
  }

  .manage-pricing-dynamically-container {
      top: 0;
      left: 0;
  }

  .ecosystems {
      top: 1.5rem;
      letter-spacing: -0.05px;
      line-height: 1.69rem;
      background: linear-gradient(93.82deg,
              #ff601d,
              #ff4b00 40.63%,
              #f7500a 55%,
              #dd5f28);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
  }

  .divlanding-list-list {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: flex-start;
      width: 97.88rem;
      flex-wrap: wrap;
  }


  @media screen and (max-width: 768px) {
      .divlanding-list-col {
          flex-direction: column;
          /* Stack columns on smaller screens */
      }

      .divlanding-list-list {
          width: 100%;
          /* Full width on smaller screens */
      }

      .divlanding-list-item-text {
          padding: 0.75rem;
          /* Add padding to the text container */
      }

      .divlanding-list-item-icon {

          height: 50%;
          top: 0;
          bottom: 0;
          left: 0;
          width: 0.5rem;
      }
  }






  /* check duplicate*/





  .ss-heading {
    color: var(--white, #fff);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 41.8px;
    /* 116.111% */
    letter-spacing: -1px;
    text-transform: capitalize;
  }

  .ss-soft {
    background: var(--p,
        linear-gradient(94deg,
          #ff601d 19.93%,
          #ff4b00 44.36%,
          #f7500a 53.01%,
          #dd5f28 80.07%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 41.8px;
    letter-spacing: -1px;
    text-transform: capitalize;
  }

  .services-sec {
    background-color: #000;
    margin-top: 50px;
  }

  .ss-main-section {
    padding: 96px 0px;
  }

  .ss-sevices-para {
    color: #B3B4B6;
    text-align: center;

    /* Text md/Regular */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    width: 948px;
    margin: auto;
    padding-top: 16px;
  }

  .ss-servies-box-heading {
    text-align: center;
    /* Text xl/Semibold */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    padding-top: 20px;
    /* 150% */
  }

  .col4 {

    text-align: center;
  }

  .text-center {
    text-align: center;
  }

  .m-auto {
    margin: auto;
  }

  .ss-services-box-para {
    padding-top: 8px;
    color: #B3B4B6;
    text-align: center;

    /* Text md/Regular */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
  }

  .padd96 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .d-flex {
    display: flex;
  }

  .jc {
    justify-content: center;
  }

  .jc {
    justify-content: space-between;
  }

  .al {
    align-items: center;
  }

  .pr48 {
    padding-right: 48px;
  }

  .row-box {
    margin: auto;
    width: 90%;
    padding-top: 64px;
  }





  .tt-banner-para {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.05px;
    width: 1152px;
    margin: auto;
    padding: 30px 0px;
  }

  .section__button {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tt-banner-btn {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16.5px;
    /* 103.125% */
    letter-spacing: 0.3px;
    text-transform: capitalize;
    background-color: transparent;
    border: none;
    padding-right: 30px;
  }

  .banner-btn {
    margin: auto;
    display: flex;
    width: 446px;
    height: 56px;
    padding: 20px 16.5px 19px 15.5px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #CA5817;
  }


  .pt64 {
    margin-top: 64px;
  }

  .tt-solution-sec {
    background-image: url('../../img/banner-tt/Frame\ 14.png');
    width: 100%;
  }

  .tt-solution-sec2 {
    background-image: url('../../img/banner-tt/div.section__wrap.png');
    width: 100%;
    background-repeat: no-repeat;
  }

  .ss-company-heading {
    width: 80%;

    margin: auto;
    padding: 116px 0px;
    color: white;
    text-align: center;
    font-family: InterBold;
    font-size: 80px;
    font-style: normal;
    font-weight: 900;
    line-height: 129px;
    /* 161.25% */
    letter-spacing: -0.5px;
    text-transform: uppercase;
  }

  .soft-comp {
    /* background-image: url(' {{asset("/img/banner-tt/div.section__wrap.png") }}'); */
    background-image: url(' {{asset("/img/banner-tt/Frame\ 14.png") }}');
    
  }

  .ss-company-heading span {
    background: var(--p, linear-gradient(94deg, #FF601D 19.93%, #FF4B00 44.36%, #F7500A 53.01%, #DD5F28 80.07%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Inter;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 129px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
  }

  .tt-solution-main {
    width: 50%;
    margin-right: auto;
    padding: 121px 150px;
    /* background-image: url(./public/img/banner-tt/Frame\ 14.png); */
  }

  .tt-solution-main2 {
    width: 60%;
    margin-left: auto;
    padding: 121px 150px;
    /* background-image: url(./public/img/banner-tt/Frame\ 14.png); */
  }

  .tt-solution-heading {
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    /* 187.5% */
    letter-spacing: -0.5px;
    text-transform: uppercase;
  }

  .tt-solution-heading span {
    background: var(--p, linear-gradient(94deg, #FF601D 19.93%, #FF4B00 44.36%, #F7500A 53.01%, #DD5F28 80.07%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .tt-soution-para {
    padding-top: 32px;
    color: #C2C2C2;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.8px;
    /* 148.75% */
    letter-spacing: -0.3px;
  }

  .small_head .color2 {

    color: #FFF;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 49.5px;
    /* 103.125% */
    letter-spacing: -1.5px;
    text-transform: capitalize;
  }

  .section__head2 {
    width: 100%;
    padding: 59px 0px;
  }

  .sld {
    background: black;
    padding: 1px 58px;
  }


  /* Style the tab */
  .tab {
    overflow: hidden;
    /* border: 1px solid #ccc; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f1f1f1;
    background-color: #000;
    padding: 80px;
  }

  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
  }

  /* Change background color of buttons on hover */
  /* .tab button:hover {
background-color: #ddd;
} */

  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #000;
    background: var(--p, linear-gradient(94deg, #FF601D 19.93%, #FF4B00 44.36%, #F7500A 53.01%, #DD5F28 80.07%));
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
    /* 132.353% */
    letter-spacing: -0.5px;
    -webkit-text-fill-color: transparent;


  }

  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    /* border: 1px solid #ccc; */
    border-top: none;
    color: #B3B4B6;
    text-align: center;
    /* Text md/Regular */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    padding: 100px;
    background-color: black !important;
  }

  .pb100 {
    padding-bottom: 100px;
  }

  .tab-text {
    color: #fff;
    padding: 20px 0px;
    text-align: center;
    font-family: Inter;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
    /* 132.353% */
    letter-spacing: -0.5px;
  }






  @media screen and (max-width:425px) {
    .tabcontent {
      padding: 20px;
    }

    .tab-text {
      color: #fff;
      padding: 20px 0px;
      text-align: center;
      font-family: Inter;
      font-size: 16px;
      line-height: 25px;
    }

    .pb100 {
      padding-bottom: 50px;
    }

    .tab {
      padding: 20px;
    }

    .tt-solution-main {
      width: 100%;
      padding: 20px 20px;
    }

   

    .tt-banner-para {
      width: 100% !important;
    }

    .row-box {
      flex-direction: column;
      width: 100%;
      padding: 0px 20px;
    }

    .ss-sevices-para {
      width: 100%;
      padding: 10px 20px;
      text-align: justify;
    }

    .col4 {
      padding: 15px 0px;
      width: 100%;
      text-align: center;
    }

    .ss-heading {
      padding: 0px 20px;
      font-size: 25px;
    }

    .ss-soft {
      font-size: 25px;
    }

    .ss-main-section {
      padding: 46px 0px;
    }

    .tt-banner-btn {
      color: #FFF;
      font-family: Inter;
      font-size: 12px;
      font-style: normal;
      font-weight: 600;
      /* line-height: 16.5px; */
      letter-spacing: 0.3px;
      text-transform: capitalize;
      background-color: transparent;
      border: none;
      padding-right: 20px;
    }

    .banner-btn {
      margin: auto;
      display: flex;
      width: 293px;
      height: 56px;
      padding: 20px 4.5px 19px 1.5px;
      justify-content: center;
      align-items: center;
      border-radius: 8px;
      background: #CA5817;
    }

    .tt-solution-heading {
      text-align: center;
    }

    .tt-soution-para {
      text-align: center;
    }

    .tt-solution-main2 {
      width: 100%;
      padding: 20px 20px;
    }

    .tt-solution-heading {
      font-family: Inter;
      font-size: 25px;
      font-style: normal;
      font-weight: 700;
      line-height: 39px;
      letter-spacing: -0.5px;
      text-transform: uppercase;
    }

    .ss-company-heading,
    .ss-company-heading span {
      width: 99%;
      margin: auto;
      line-height: 39px;
      padding: 116px 0px;
      color: white;
      text-align: center;
      font-family: InterBold;
      font-size: 31px;
      font-style: normal;
      font-weight: 900;
      line-height: 36px;
      letter-spacing: -0.5px;
      text-transform: uppercase;
    }

    .contact-form {
      margin-top: 4em;
    }

    .small_head .color2 {
      color: #FFF;
      font-family: Inter;
      font-size: 23px;
      font-style: normal;
      font-weight: 600;
      line-height: 39.5px;
      letter-spacing: -1.5px;
      text-transform: capitalize;
    }

    .sld {
      background: black;
      padding: 1px 28px;
    }

    /* .tt-solution-sec2::before{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5); 
z-index: 1; 
} */
    .form-label {
      flex-direction: column;
    }
  }



  @media screen and (max-width:768px) {
    .tabcontent {
      padding: 20px;
    }

    .tab-text {
      color: #fff;
      padding: 20px 0px;
      text-align: center;
      font-family: Inter;
      font-size: 16px;
      line-height: 25px;
    }

    .pb100 {
      padding-bottom: 50px;
    }

    .tab {
      padding: 20px;
    }

    .tt-solution-main {
      width: 100%;
      padding: 20px 20px;
    }

    .banner-main-heading {
      margin-top: 15px;
      font-size: 24px !important;
      font-style: normal;
      font-weight: 700;
      line-height: 35px !important;
      letter-spacing: 0.9px;
    }

    .tt-banner-para {
      width: 100% !important;
    }

    .row-box {
      flex-direction: column;
      width: 100%;
      padding: 0px 20px;
    }

    .ss-sevices-para {
      width: 100%;
      padding: 10px 20px;
      text-align: justify;
    }

    .col4 {
      padding: 15px 0px;
      width: 100%;
      text-align: center;
    }

    .ss-heading {
      padding: 0px 20px;
      font-size: 25px;
    }

    .ss-soft {
      font-size: 25px;
    }

    .ss-main-section {
      padding: 46px 0px;
    }

    .tt-banner-btn {
      color: #FFF;
      font-family: Inter;
      font-size: 12px;
      font-style: normal;
      font-weight: 600;
      /* line-height: 16.5px; */
      letter-spacing: 0.3px;
      text-transform: capitalize;
      background-color: transparent;
      border: none;
      padding-right: 20px;
    }

    .banner-btn {
      margin: auto;
      display: flex;
      width: 293px;
      height: 56px;
      padding: 20px 4.5px 19px 1.5px;
      justify-content: center;
      align-items: center;
      border-radius: 8px;
      background: #CA5817;
    }

    .tt-solution-heading {
      text-align: center;
    }

    .tt-soution-para {
      text-align: center;
    }

    .tt-solution-main2 {
      width: 100%;
      padding: 20px 20px;
    }

    .tt-solution-heading {
      font-family: Inter;
      font-size: 25px;
      font-style: normal;
      font-weight: 700;
      line-height: 39px;
      letter-spacing: -0.5px;
      text-transform: uppercase;
    }

    .ss-company-heading,
    .ss-company-heading span {
      width: 87%;
      margin: auto;
      line-height: 39px;
      padding: 116px 0px;
      color: white;
      text-align: center;
      font-family: InterBold;
      font-size: 40px;
      font-style: normal;
      font-weight: 900;
      line-height: 42px;
      letter-spacing: -0.5px;
      text-transform: uppercase;
    }

    .contact-form {
      margin-top: 4em;
    }

    .small_head .color2 {
      color: #FFF;
      font-family: Inter;
      font-size: 23px;
      font-style: normal;
      font-weight: 600;
      line-height: 39.5px;
      letter-spacing: -1.5px;
      text-transform: capitalize;
    }

    .sld {
      background: black;
      padding: 1px 28px;
    }

    /* .tt-solution-sec2::before{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5); 
z-index: 1; 
} */
    .form-label {
      flex-direction: column;
    }
  }

  @media screen and (min-width: 768px) and (max-width:1024px) {
    .banner-main-heading {
      color: #FFF;
      font-size: 67px;
      font-style: bold;
      font-weight: 400;
      line-height: 80px;
    }

    .tt-banner-para {
      width: 100%;
    }

    .tt-solution-main {
      width: 100%;
    }

    .tt-solution-main2 {
      width: 100%;
    }

    .ss-company-heading,
    .ss-company-heading span {
      width: 80%;
      margin: auto;
      padding: 116px 0px;
      color: white;
      text-align: center;
      font-family: InterBold;
      font-size: 50px;
      font-style: normal;
      font-weight: 900;
      line-height: 89px;
      letter-spacing: -0.5px;
      text-transform: uppercase;
    }
  }
  p {
    font-size: 18px; /* You can adjust the size to your preference, for example, 18px */
  }