@charset "UTF-8";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr { 
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

body {
  font-family: 'SF Pro Display', sans-serif;
  background: #19254B;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  position: relative;
  color: #000000; }

a {
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.5s !important; }
  a:hover {
    color: #02a0a0; }


.svg {
	height: 49px;
}

.container {
  padding: 0 55px;
	opacity: 0.9;
  max-width: 1728px;
  margin: 0 auto; }
  @media (max-width: 1199px) {
    .container {
      max-width: 960px !important; 
	  padding: 0 35px; } }
  @media (max-width: 991px) {
    .container {
      max-width: 720px !important; 
	  padding: 0 25px; } }
  @media (max-width: 767px) {
    .container {
      max-width: 540px !important;
	  padding: 0 20px; } }

.d-flex, .q {
  display: flex; 
  flex-wrap: wrap;
	justify-content: left;
}

.body-wrap {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

#videoId1 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
  opacity: 0.5; }

footer {
  margin-top: auto; }

h1 {
  color: white;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
  margin: 0; }

h2 {
  margin: 0;
  color: white;
  font-size: 35px;
  font-weight: 900;
  line-height: 45px;
  text-transform: uppercase; }
  h2 span {
    background: linear-gradient(90deg, #008a8a, #00b8b8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

p {
  margin: 0; }

.svg, rect, line, circle {
  transition: 0.5s ease; }

a {
  transition: color 0.5s ease;
  box-sizing: border-box; }

li a {
  transition: color 0.5s ease; }

button {
  cursor: pointer;
  box-sizing: border-box; }

textarea {
  transition: border 0.5s;
  box-sizing: border-box; }
  textarea:focus {
    transition: border 0.5s;
    outline: none;
    border: 1px solid #02a0a0; }

input {
  transition: 0.5s;
  box-sizing: border-box;
  border: 1px solid #fff; }
  input:disabled {
    pointer-events: none;
    opacity: 0.5; }
  input:focus {
    border: 1px solid #02a0a0;
    transition: 0.5s; }
  input:focus-visible {
    outline: initial; }

path {
  transition: fill 0.5s, stroke 0.5s; }

div {
  box-sizing: border-box; }

.icon {
  transition: fill 0.5s, stroke 0.5s; }

html * {
  scrollbar-width: thin;
  scrollbar-color: blue #02a0a0; }

.par__box {
  scrollbar-width: thin;
  scrollbar-color: transparent transparent; }

*::-webkit-scrollbar,
html *::-webkit-scrollbar {
  height: 7px;
  width: 7px; }

*::-webkit-scrollbar-track,
html *::-webkit-scrollbar-track {
  background: #E7E7E7;
  border-radius: 3px; }

*::-webkit-scrollbar-thumb,
html *::-webkit-scrollbar-thumb {
  background-color: #02a0a0;
  border-radius: 6px; }

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  width: 229px;
  height: 57.69px;
  border-radius: 5px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  overflow: hidden;
  position: relative;
  text-transform: uppercase; 

}
  .btn:after {
    background: linear-gradient(90deg, #008a8a, #00b8b8 100%);
    position: absolute;
    content: "";
    top: 0;
    display: flex;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    transition: 0.5s; }
  .btn:before {
    background: linear-gradient(90deg, #00b8b8, #008a8a 100%);
    position: absolute;
    content: "";
    top: 0;
    display: flex;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: -1;
    height: 100%;
    transition: 0.5s; }
  .btn:hover {
    color: white; }
    .btn:hover::after {
      opacity: 0; }
    .btn:hover:before {
      width: 100%;
      z-index: -1;
      opacity: 1; }

.product__btn {
	margin-top: 20px;
	opacity: 1;
	z-index: 2;
}

.product__btn:after, .product__btn:before {
      z-index: 2; }
    .product__btn span, .product__btn img {
      position: relative;
      z-index: 3; }
    .product__btn:hover::before {
      z-index: 2; }

.btn.soc {
	position: absolute;
	bottom: 35px;
  left: 40px;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url("../fonts/SFProDisplay-Semibold.eot");
  src: url("../fonts/SFProDisplay-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-Semibold.woff2") format("woff2"), url("../fonts/SFProDisplay-Semibold.woff") format("woff"), url("../fonts/SFProDisplay-Semibold.ttf") format("truetype"), url("../fonts/SFProDisplay-Semibold.svg#SFProDisplay-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'SF Pro Display';
  src: url("../fonts/SFProDisplay-Bold.eot");
  src: url("../fonts/SFProDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-Bold.woff2") format("woff2"), url("../fonts/SFProDisplay-Bold.woff") format("woff"), url("../fonts/SFProDisplay-Bold.ttf") format("truetype"), url("../fonts/SFProDisplay-Bold.svg#SFProDisplay-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'SF Pro Display';
  src: url("../fonts/SFProDisplay-Black.eot");
  src: url("../fonts/SFProDisplay-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-Black.woff2") format("woff2"), url("../fonts/SFProDisplay-Black.woff") format("woff"), url("../fonts/SFProDisplay-Black.ttf") format("truetype"), url("../fonts/SFProDisplay-Black.svg#SFProDisplay-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'SF Pro Display';
  src: url("../fonts/SFProDisplay-Medium.eot");
  src: url("../fonts/SFProDisplay-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-Medium.woff2") format("woff2"), url("../fonts/SFProDisplay-Medium.woff") format("woff"), url("../fonts/SFProDisplay-Medium.ttf") format("truetype"), url("../fonts/SFProDisplay-Medium.svg#SFProDisplay-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'SF Pro Display';
  src: url("../fonts/SFProDisplay-Light.eot");
  src: url("../fonts/SFProDisplay-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-Light.woff2") format("woff2"), url("../fonts/SFProDisplay-Light.woff") format("woff"), url("../fonts/SFProDisplay-Light.ttf") format("truetype"), url("../fonts/SFProDisplay-Light.svg#SFProDisplay-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'SF Pro Display';
  src: url("../fonts/SFProDisplay-Regular.eot");
  src: url("../fonts/SFProDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-Regular.woff2") format("woff2"), url("../fonts/SFProDisplay-Regular.woff") format("woff"), url("../fonts/SFProDisplay-Regular.ttf") format("truetype"), url("../fonts/SFProDisplay-Regular.svg#SFProDisplay-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: white !important; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: white !important; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: white !important; }

input:-moz-placeholder, textarea:-moz-placeholder {
  color: white !important; }

.menu-btn, .menu {
  display: none; }

.swiper-pagination {
  display: flex;
  justify-content: center;
  bottom: 19px;
  position: absolute;
  z-index: 2; }

.swiper-pagination-bullet {
  width: 52px;
  height: 2px;
  background-color: #ffffff;
  opacity: 0.2; }

.swiper-pagination-bullet-active {
  background-color: #02a0a0 !important;
  opacity: 1; }

.swiper1 h1 {
	font-size: 36px;
	line-height: 42px;
}

.tabs__pane {
  display: none; }

.tabs__pane_show {
  display: block; }

.tabs__btn_active {
  color: #20252d !important;
  position: relative; }

.swiper-button-next, .swiper-button-prev {
  z-index: 9; }

.swiper-button-disabled {
  opacity: 0;
  pointer-events: none; }

.bread {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 29px;
  flex-wrap: wrap; }
  .bread a {
    color: #5d5d5d;
    font-size: 14px;
    line-height: 26px; }
    .bread a:after {
      content: "•";
      display: inline-block;
      margin: 0 10px;
      color: #5d5d5d !important; }
    .bread a:last-child:after {
      display: none; }
    .bread a:hover {
      color: #02a0a0; }

.mob {
  display: none; }

.nav {
  padding: 45px 0;
  top: 0;
  left: 0;
  width: 100%; 
position: relative;
z-index: 10;}
  .nav__box {
    align-items: center;
    justify-content: space-between; }
    .nav__box ul {
      flex-wrap: wrap;
      display: flex;
      justify-content: flex-start; }
      .nav__box ul li {
        margin-right: 80px; }
        .nav__box ul li:last-child {
          margin-right: 0; }
        .nav__box ul li a {
          color: white;
          font-size: 16px;
          font-weight: 600;
          text-transform: uppercase; }
          .nav__box ul li a:hover {
            color: #02a0a0; }
  .nav__tel {
    align-items: center;
    color: white;
    font-size: 17px;
    font-weight: 700; }
    .nav__tel img {
      margin-right: 10px; }
    .nav__tel:hover {
      color: #02a0a0; }
  .nav__tel__mobile {
	display: none;
  }

.menu-container {
            position: relative;
            display: inline-block;

        }
        .popover {
            display: none;
            position: absolute;
			
			
            background: #19254B;

			
			margin-top: 10px;
			background-color: #19254B !important; 
	  		color: #02a0a0;
            border: 1px solid #ccc;
            padding: 5px;
            width: 240px;

            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);

            top: 10px; /* Lowered beneath the header */
            left: 50%;
			height: auto;
            transform: translateX(-50%);
            border-radius: 5px;
			
            z-index: 100 !important;
			/*
			opacity: 1 !important;
			*/
        }

		.popover::before{
		  content: "";
		  height: 5px;
		  width: 100%;
		  position: absolute;
			
			
		  top: -5px;
		  left: 0;
		}
        .popover ul {
			display: flex;
            list-style: none;
            padding: 10px;
			justify-content: space-evenly;
			flex-direction: column;
			gap: 10px;
        }
        .popover li {
            padding: 5px;
            text-align: center;
			margin-right: 00px !important; 
        }
        .popover li a {
            text-decoration: none;
            color: #ffffff !important;
            display: block;
            transition: background 0.3s ease;
            line-height: 1.5;
        }
		
        .popover li a:hover {
            color: #02a0a0 !important;
        }
		
        .menu-container:hover .popover,
        .menu-container .popover:hover {
            display: block;  
        }

		/*
		.products__popover:hover {
            display: block;  
        }
		*/

.header {
  padding-top: 0px; }
  .header__back {
    display: flex;
    align-items: center;
    position: relative;
    top: -15px;
    color: white;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    margin-right: 78px; }
    .header__back .svg {
      margin-right: 10px; }
    .header__back:hover {
      color: #02a0a0; }
      .header__back:hover .svg path {
        fill: #02a0a0; }
  .header__top {
    align-items: center;

margin-top: 20px; 
margin-bottom: 60px;}
    .header__top h1 {
      font-size: 35px;
      font-weight: 700;
      line-height: 45px; }
  .header__box {
    max-width: 1600px;
    position: relative;
    z-index: 0;
    width: 100%;
    margin: 35px 0 60px; }
    .header__box.pp {
      opacity: 0; }
  .header__pic {
    position: absolute;
    right: -60px;
    bottom: -85px;
    z-index: -1; 
	width: 550;
	height: 550;}
.header__pic svg {
	width: 550;
	height: 550;
}
  .header__logo {
    margin-bottom: 44px; 
width: 1000px}



.img-forbes {
	width: 180px; 
	position: absolute; 
	top: 0px; 
	right: 00px;
}

.img-sk {
	width:180px; 
	position: absolute; 
	top: 60px; 
	right: 00px;
}


.img-min {
	width:180px; 
	position: absolute; 
	top: 130px; 
	right: 00px;
}

.img-pci-dss {
	width:180px; 
	position: absolute; 
	top: 190px; 
	right: 00px;
}

.main-btn {
	margin-left: 0px !important;
	margin-top: 0px !important;
	width: 700px !important;
}

	
	
  .header__links {
    margin-top: 40px; 
    z-index: 20;}
    .header__links a {
      color: #454545;
      background: #c8cad4;
      text-transform: none;
      margin-right: 7px;
      width: 248px;
      height: 63px;
      font-size: 18px;
      font-weight: 400;
      line-height: 26px; }
      .header__links a:last-child {
        margin-right: 0; }
      .header__links a::after {
        opacity: 0; }
      .header__links a.active {
        background: transparent;
        color: white !important; }
        .header__links a.active:after {
          opacity: 1; }
      .header__links a:hover {
        background: transparent; }
        .header__links a:hover:after {
          opacity: 1; }

section {
  position: relative;
  z-index: 3; }

.container .p1 {
	line-height: 1.5;
}

.container .p2 {
	line-height: 1.5;
}

.container .ul1 {
	line-height: 1.5;
	padding-left: 20px;
}

.main {
  padding: 0px 0 60px;
	opacity: 0.9;
  background: white;
  max-width: 1728px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  width: 100%; }
  .main h2 {
    color: #061237;
    margin-bottom: 34px; }
  .main__top {
    align-items: left;
    justify-content: space-between;
    margin-bottom: 20px; }
    .main__top img {
      position: relative;
      margin: 0px 0px 0 0; }
.main__top.product {
	margin-bottom: 0px;
	align-items: left;
}

.main__content__img img {
position: relative;
      margin: 0px 0px 0 0;	
	width: 260px;

}

.main__content__img.product img {
	width: 360px;
}

.main__content__img {
	width: 35%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.main__content__img.award {
	width: auto;
	display: flex;
    align-content: flex-start;
    justify-content: left;
    align-items: flex-start;
}


.main__content__img.award img {
	margin-top: 0px;
	height: 575px;
	position: sticky;
	position: sticky; 
	top: 00px;
	width: 380px;
}

.main__top.award {
	height: 580px;  
	overflow-y: auto; 
	scrollbar-width: none; 
	margin-top: 60px;
}

.award__btn {
		width: 380px !important;
	}

  .main__content {
    width: 100%;
    max-width: 650px; 
	margin-top: 0px;}


  .main__content.product {
    width: 100%;
    max-width: 650px; 
	margin-top: 40px;}
    .main__content p {
      margin-bottom: 15px;
      color: #061237;
      font-size: 18px;
      font-weight: 400;
      line-height: 28px; }
      .main__content p:last-child {
        margin-bottom: 0; }

.main__content.award {
	margin-left: 50px;
	margin-top: 0px;
	max-width: 600px;
	overflow-y: auto;
}
  .main__box {
    justify-content: space-between;
    flex-wrap: wrap; }
    .main__box > div {
      width: 24.8%; }
  .main__block {
    background: rgba(247, 247, 251, 0.97);
    padding: 47px 40px;
    transition: 0.5s;
    width: 100%;
    margin-bottom: 5px;
    position: relative; 
	height: 300px;
}
.main__box.publications .main__block {
	height: auto !important;
}

.main__box.publications.mobile {
	display: none !important;
}

.smi__pagination__section {
  opacity: 0.9;	
  padding: 0px 0 40px;
  background: white;
  max-width: 1728px;
  margin: 0 auto 50px;
  width: 100%; }

.main__awards {
	display: flex;
	margin-top: 20px;
	justify-content: space-between;
}

.main__award__box {
	width: 15%;
	display: flex;
	align-items: center;
	flex-direction: column;
	/*
	padding-left: 20px;
	padding-right: 20px;
	*/
}

/* ---- */
/*
 .main__award__box:after {
      background: linear-gradient(90deg, #008a8a, #00b8b8 100%);
      position: absolute;
      content: "";
      top: 0;
      display: block;
      left: 0;
      width: 100%;
      z-index: 1;
      height: 100%;
      opacity: 0;
      transition: 0.5s;}
*/


.main__award__box {
	position: relative;
	transition: background 0.5s;
}

    .main__award__box:hover {
      background: linear-gradient(90deg, #008a8a, #00b8b8 100%); 
		transition: 0.5s;
	  }
      .main__award__box:hover {
        opacity: 1;
        transition: 0.5s; }

.main__award__box.main__award__img {
	opacity: 1;
	transition: opacity 0.5s;
}

.main__award__box:hover .main__award__img {
	/*
	display: none; */
	opacity: 0;
	transition: 0.5s;
}

.main__award__box .main__award__img__hover {
	/* display: none; */
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	opacity: 0;
	transition: opacity 0.5s;
}


.main__award__box:hover .main__award__img__hover {
	/* display: block; */
	opacity: 1;
	transition: 0.5s;
}








/* ---- */

.main__award__box p {
	font-family: 'SF Pro Display', sans-serif;
	font-size: 18px;
	line-height: 28px;
	
}

.main__award__img {
	width: 100%;

margin: 0px !important;
}


.main__block.benefit {
	height: auto;
	padding: 40px;
}

.main__block.soc {
	height: 400px;
	transition: none !important;
}

.main__box.product {
	height: 100%; 
	display: flex;
}

.main__one.product {
	width: 66.4% !important; 
	height: 100%;
} 

.main__one.product .main__block {
	height: auto;
}

.main__two__block.product {
	display: flex; 
	justify-content: space-between;
}

.main__two__block.product .main__block {
	height: auto; 
	width: 49.6%;
}

.main__two.product {
	height: auto; padding-bottom: 5px;
}

.main__two.product .main__block {
	height: 100%;
}

 .soc__block {
    background: rgba(247, 247, 251, 0.97);
    padding: 47px 40px;
    width: 100%;
    margin-bottom: 5px;
    position: relative; 
	height: 400px;
}

.soc__block .svg {
	margin-bottom: 20px;
}

 .pub__block {
    background: rgba(247, 247, 251, 0.97);
    padding: 47px 40px;
    width: 100%;
    margin-bottom: 5px;
	 padding-bottom: 120px;
    position: relative; 
	height: auto;
}

.pub__block .svg {
	margin-bottom: 20px;
}

  .box-carcraft .main__block {
    height: 250px; }
  .box-salon .main__block {
    height: 250px; }
  .box-inv .main__block {
    height: 380px; } 
  .box-dist .main__block {
    height: 270px; }
  .box-leasing .main__block {
    height: 280px; }

    .main__block:after {
      background: linear-gradient(90deg, #008a8a, #00b8b8 100%);
      position: absolute;
      content: "";
      top: 0;
      display: flex;
      left: 0;
      width: 100%;
      z-index: 1;
      height: 100%;
      opacity: 0;
      transition: 0.5s;}
    .main__block:hover {
      background: transparent; }
      .main__block:hover:after {
        opacity: 1;
        transition: 0.5s; }
      .main__block:hover p, .main__block:hover li {
        color: white !important; }



.main__block.soc:after {
      background: linear-gradient(90deg, #008a8a, #00b8b8 100%);
      position: absolute;
      content: "";
      top: 0;
      display: flex;
      left: 0;
      width: 100%;
      z-index: 1;
      height: 100%;
      opacity: 0;
      transition: none;}
    .main__block.soc:hover {
      background: transparent; }
      .main__block.soc:hover:after {
        opacity: 1;
        transition: none; }
      .main__block.soc:hover p {
        color: white; }


  .main__num {
    color: #262626;
    /* font-size: 40px;
    font-weight: 500;
    line-height: 26px; */
    transition: 0.5s;
    margin-bottom: 40px;
    position: relative;
	  
	margin: 0;

  font-weight: 900;
  line-height: 45px;
    z-index: 3; }
    .main__num span {
      /*font-size: 40px; */
		text-transform: uppercase; 
  background: linear-gradient(90deg, #008a8a, #00b8b8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;}


.main__num.top {
margin: 0;
  color: white;
  font-size: 35px;
  font-weight: 900;
  line-height: 45px;
  
}

.main__num.top span {
	text-transform: uppercase; 
  background: linear-gradient(90deg, #008a8a, #00b8b8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

    .main__block:nth-child(2) .main__num {
      font-size: 35px; } 


.main__block:hover span {
        color: white; 
	-webkit-text-fill-color: white;
	text-fill-color: white;
}




  .main__text {
    color: #262626;
    font-size: 18px;
    line-height: 26px;
    transition: 0.5s;
    position: relative;
    z-index: 3; }
/*
  .main__one .main__block:nth-child(2), .main__three .main__block:nth-child(2) {
    height: 230px; }
  .main__two .main__block:nth-child(1), .main__four .main__block:nth-child(1) {
    height: 230px; }
  .main__two .main__block:nth-child(2), .main__four .main__block:nth-child(2) {
    height: 230px; }
*/

/*
.sub {
  color: white;
  font-size: 18px;
  line-height: 28px;
  width: 100%;
  max-width: 1728px;
  margin: 27px 0 56px; }
*/

.sub {
  color: white;
  font-size: 18px;
  line-height: 28px;
  width: 100%;
  max-width: 1728px;
  margin: 20px 0 40px; }


.art .sub, .news .sub {
	color: #000000;
}

.sub.docs {
	/*
	list-style-type: circle !important;
	list-style-position: inside;
	*/
	list-style: none;
	margin-bottom: 0px;

}

.bullet li {
	padding-left: 0.1em; 
  text-indent: -0.8em;
}

/*
.bullet li:hover {
	color: #ffffff;
}
*/

.bullet li::before {
	content: "• ";
  color: #00b8b8;
}

.item {
  padding: 60px 0 10px; }
  .item__block {
    width: 100%;
    padding: 0px 40px;
	padding-top: 40px;
	  padding-bottom: 40px;
    margin-bottom: 15px;
	  
    background: white;
    align-items: top;
    justify-content: center; 
align-items:center;}
    .item__block h2 {
      font-size: 35px;
      margin-bottom: 25px; 
		margin-top: 40px;
	}
    .item__block:nth-child(2n) .item__content {
      order: 2;
      margin-right: 40px;
      margin-left: 40px; }
.item__link:nth-child(2n) .item__block .item__content {
	order: 2;
      margin-right: 40px;
      margin-left: 40px;
}
.item__block img {
	object-fit: cover; 
	object-position: 0 -50%;
	  width: 350px;
	height: 350px;
	margin-top: -50px;

}

.item__block.client {
	padding-bottom: 20px;
	padding-left: 0px;
	align-items: left;
	justify-content: left;
}
.item__block.client .item__content {
	margin-right: 40px;
      margin-left: 40px !important;
	max-width: 80%;
}

.item__block.client .item__content h2 {
	
}

  .item__text {
    color: #061237;
    font-size: 18px;
    line-height: 28px;
    /* padding-left: 37px;
    border-left: 1px solid #b9cec9;*/ }
  .item__content {
    width: 100%;
    max-width: 620px;
    margin-right: 40px; }

.van {
  padding: 30px 0 30px; }

.van.product {
  padding: 30px 0 00px; }
  .van__item {
    margin-bottom: 70px; }
    .van__item:last-child {
      margin-bottom: 0; }
.van__item.product {
	margin-bottom: 40px;
}
/*
    .van__item:nth-child(1) .main__block:nth-child(2) {
      height: 260px; }
    .van__item:nth-child(1) .main__two .main__block:nth-child(1) {
      height: 295px; }
    .van__item:nth-child(1) .main__two .main__block:nth-child(2) {
      height: 231px; }
    .van__item:nth-child(2) .main__block:nth-child(2) {
      height: 260px; }
    .van__item:nth-child(2) .main__one .main__block:nth-child(1) {
      height: 214px; }
    .van__item:nth-child(2) .main__one .main__block:nth-child(2) {
      height: 260px; }
    .van__item:nth-child(2) .main__two .main__block:nth-child(1) {
      height: 247px; }
    .van__item:nth-child(2) .main__two .main__block:nth-child(2) {
      height: 226px; }
    .van__item:nth-child(2) .main__three .main__block:nth-child(1) {
      height: 214px; }
    .van__item:nth-child(3) .main__text {
      margin-bottom: 10px; }
      .van__item:nth-child(3) .main__text:last-child {
        margin-bottom: 0; }
    .van__item:nth-child(3) .main__block:nth-child(2) {
      height: 260px; }
    .van__item:nth-child(3) .main__one .main__block:nth-child(1) {
      height: 296px; }
    .van__item:nth-child(3) .main__one .main__block:nth-child(2) {
      height: 375px; }
    .van__item:nth-child(3) .main__two .main__block:nth-child(1) {
      height: 338px; }
    .van__item:nth-child(3) .main__two .main__block:nth-child(2) {
      height: 332px; }
    .van__item:nth-child(3) .main__three .main__block:nth-child(1) {
      height: 355px; }
    .van__item:nth-child(3) .main__three .main__block:nth-child(2) {
      height: 315px; }
*/

  .van .main__box > div {
    width: 33.1%; }
  .main__product {
    width: 100% !important; }
  .van .main__num {
    font-size: 30px !important;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 16px; }
  .van .main__text {
    line-height: 28px; }
  .van .main__block {
    padding: 40px 40px; }

.call {
  position: relative;
  padding: 30px 0 60px; }
  .call__fig {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	  height: 80%;
    z-index: -1;
	opacity: 0.5;}
  .call__form {
    width: 100%; }
    .call__form button {
      width: 442px;
      height: 69px;
      border-radius: 5px;
      background: linear-gradient(90deg, #008a8a, #00b8b8 100%);
      color: white;
      padding: 0 28px;
      color: white;
      font-size: 16px;
      font-weight: 700;
      line-height: 26px;
      border: none;
      text-transform: uppercase;
      justify-content: center; 
  margin-top: 20px;
	margin-left: 100px;}
      .call__form button:hover {
        opacity: 0.8; }
  .call__flex {
    justify-content: space-between; }
    .call__flex .call__item {
      width: 31.69%; }
  .call__item {
    width: 100%;
    margin-bottom: 32px; }
    .call__item input {
      width: 100%;
      height: 69px;
      box-sizing: border-box;
      border: 1px solid #02a0a0;
      border-radius: 5px;
      background: transparent;
      padding-left: 24px;
      color: white;
      font-size: 18px;
      font-weight: 400;
      line-height: 26px; }
      .call__item input:focus {
        border: 3px solid #02a0a0; }
    .call__item textarea {
      width: 100%;
      min-height: 122px;
      max-width: 100%;
      padding-top: 20px;
      height: 69px;
      box-sizing: border-box;
      border: 1px solid #02a0a0;
      border-radius: 5px;
      background: transparent;
      padding-left: 24px;
      color: white;
      font-size: 18px;
      font-weight: 400;
      line-height: 26px; }
      .call__item textarea:focus {
         border: 3px solid #02a0a0; }
    .call__item label {
      display: block;
      color: white;
      font-size: 16px;
      font-weight: 700;
      line-height: 26px;
      margin-bottom: 13px; }
  .call__row {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 38px; }
  .call__policy {
    font-size: 16px;
    font-weight: 600;
    color: white;
    line-height: 17px;
    margin-top: 10px; }
    .call__policy a {
      color: #02a0a0;
      margin-left: 3px; }
      .call__policy a:hover {
        color: white; }
.call__box {
	display: flex;
}

.call .container {
	border: #ffffff;
	border-width: 5px;
	border-style: solid;
	padding-top: 30px;
	padding-bottom: 10px;
}

.art {
	opacity: 0.9;
  padding: 60px 0 60px;
  background: white;
  max-width: 1728px;
  margin: 0 auto 60px;
  width: 100%; }
  .art h2 {
    color: #061237; }
  .art__row {
    justify-content: space-between;
    margin-top: 44px; }
    .art__row a {
      display: flex;
      height: 300px;
      width: 19.3%; }
      .art__row a img {
        width: 100%;
        height: 100%;
        /* object-fit: cover; */
}

.team {
	opacity: 0.9;
  padding: 60px 0 0px;
  background: white;
  max-width: 1728px;
  margin: 0 auto 60px;
  width: 100%; }
  .team h2 {
    color: #061237; }
  .team__box {
    margin-top: 56px;
    justify-content: space-between;
    flex-wrap: wrap; }
  .team__item {
    width: 33%;
    text-align: center;
    margin-bottom: 80px; }
    .team__item img {
      width: 160.17px;
      height: 160.61px;
      object-fit: contain;
      border-radius: 50%; }
    .team__item h3 {
      margin: 16px 0;
      color: #000029;
      font-size: 20px;
      font-weight: 400;
      line-height: 24px;
      text-align: center; }
    .team__item span {
      color: #000029;
      font-size: 18px;
      font-weight: 500;
      line-height: 24px;
      text-align: center;
      transition: 0.5s;
      z-index: 2;
      position: relative; }
    .team__item p {
      margin-top: 7px;
      color: #616161;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      transition: 0.5s;
      z-index: 2;
      position: relative; }
    .team__item:hover p, .team__item:hover span {
      color: white; }
    .team__item:hover .team__content:after {
      opacity: 1; }
  .team__content {
    padding: 16px 35px;
    position: relative;
    margin: 0 auto; }
    .team__content:after {
      background: linear-gradient(90deg, #008a8a, #00b8b8 100%);
      position: absolute;
      content: "";
      top: 0;
      display: flex;
      left: 0;
      width: 100%;
      z-index: 1;
      height: 100%;
      opacity: 0;
      transition: 0.5s; }

.van2 {
  padding: 0 0 60px; }
  .van2 .main__one .main__block:first-child .svg path {
	  fill: linear-gradient(90deg, #008a8a, #00b8b8);
    /*fill: #2787f5;*/ }
  .van2 .main__two .main__block:first-child .van2__flex p, .van2 .main__two .main__block:first-child .van2__flex a {
    /*color: #2787f5;*/ }
/*
  .van2 .main__two .main__block:nth-child(2) {
    height: 266px !important; }
  .van2 .main__three .main__block:nth-child(1) {
    height: 267px; }
*/
  .van2 .main__three .main__block:nth-child(2) .van2__flex p, .van2 .main__three .main__block:nth-child(2) .van2__flex a {
    /*color: #f68000;*/ }
  .van2 .main__block {
    padding: 40px; }
    .van2 .main__block:after {
      z-index: -1; }
    .van2 .main__block .svg {
      margin-bottom: 20px; }
    .van2 .main__block:hover .van2__flex p, .van2 .main__block:hover .van2__flex a {
      color: white !important; }
    .van2 .main__block:hover .van2__text {
      color: rgba(255, 255, 255, 0.6); }
    .van2 .main__block:hover .svg path {
      fill: white !important; }
    .van2 .main__block:hover .svg path.pp {
      fill: #02a0a0 !important; }
/*
  .van2 .van__item:nth-child(1) .main__two .main__block:nth-child(1), .van2 .van__item:nth-child(1) .main__block:nth-child(2) {
    height: 315px; }
*/
  .van2__flex {
    margin-bottom: 8px;
    align-items: center; }
    .van2__flex p {
      color: #061237;
      font-size: 20px;
      transition: 0.5s;
      font-weight: 500;
      line-height: 28px;
      margin-right: 21px; }
    .van2__flex a {
      color: #061237;
      transition: 0.5s;
      font-size: 18px;
      font-weight: 500;
      line-height: 28px; }
  .van2__text {
    color: #262626;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    transition: 0.5s; }

.van.van2.mobile {
	display: none;
}

#publications.van.van2 {
	display: block;
}

.news {
	opacity: 0.9;
}

section.news-component {
  margin-bottom: 60px;

  --carcraft-news-card-controls-color: #00b8b8;
  --carcraft-news-card-controls-hover-color: #008a8a;

  h2 {
    color: #061237;
    padding: 30px;
  }
  
  .container {
    opacity: 1;
  }

  .news-component__wrapper {
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
  }
}

.map__img {
	max-width: 90vw;
}

.map__box {
	align-items: center;
	justify-content: center;
	display: flex;
}


@media screen and (max-width: 767px) {
  section.news-component {
    h2 {
      padding: 20px;
    }
  }
}

.news {
	
  padding: 60px 0 40px;
  background: white;
  max-width: 1728px;
  margin: 0 auto 90px;
  width: 100%; }

  .news__top {
    align-items: center; }
  .news__socials {
    margin-left: 140px; }
    .news__socials a {
      margin-right: 10px;
      overflow: hidden;
      width: 50px;
      height: 50px;
      border-radius: 50px; }
      .news__socials a:last-child {
        margin-right: 0; }
      .news__socials a:hover {
        background: white; }
  .news h2 {
    color: #061237; }
  .news__box {
    margin-top: 47px;
    justify-content: left; }
  .news__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%; }
    .news__item img {
      width: 100%;
      object-fit: cover;
      height: 148px;
      margin-bottom: 20px; }
    .news__item p {
      color: rgba(6, 18, 55, 0.4);
      font-size: 13px;
      font-weight: 400;
      line-height: 16px;
      margin-bottom: 12px; }
      .news__item p span {
        margin: 0 7px; }
    .news__item h3 {
      transition: 0.5s;
      margin-top: 0;
      margin-bottom: 0;
      color: #262626;
      font-size: 18px;
      font-weight: 500;
      line-height: 28px; }
    .news__item:hover h3 {
      color: #02a0a0; }
  .news__btn {
    margin-top: 20px;
	  margin-left: 0px;
	  margin-bottom: 40px;
    width: 229px;
    height: 57.69px; 
	  left: 0px;
}
    .news__btn img {
      margin-left: 25px; }
    .news__btn:after, .news__btn:before {
      z-index: 2; }
    .news__btn span, .news__btn img {
      position: relative;
      z-index: 3; }
    .news__btn:hover::before {
      z-index: 2; }
.news__list {
	width: 23%; 

	margin: 10px;
}

.pagination {
	justify-content: center;
	text-align: center;
	align-content: center;
	font-size: 18px;
	padding-top: 40px;
}

.pagination > a {
	color: #02a0a0;
}

.pagination .page-numbers {
	margin-left: 5px;
	margin-right: 5px;
}

.map {
  padding-bottom: 60px; }
  .map img {
	  /*
    position: relative;
    left: -164px;
    top: -40px; */ }

.par {
  padding: 60px 0 60px;
  background: white;
  max-width: 1728px;
  width: 100%;
  margin: 0 auto; 
opacity:0.9;}
  .par h2 {
    color: #061237; }
  .par__box {
    margin-top: 26px;
    justify-content: space-between;
    flex-wrap: wrap; }
  .par__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    padding: 30px 0;
    position: relative;
    /*border-bottom: 1px solid #c6c6c6!important;*/ }
    .par__item:nth-child(n+11) {
      border-bottom: none; }
    .par__item:nth-child(1), .par__item:nth-child(2), .par__item:nth-child(3), .par__item:nth-child(4), .par__item:nth-child(5) {
      padding-bottom: 10px; }
/*
    .par__item:before {
      content: "";
      position: absolute;
      left: 0;
      display: block;
      top: 23px;
      height: 79px;
      width: 1px;
      background: #dadada; }
    .par__item:after {
      content: "";
      position: absolute;
      right: 0;
      display: block;
      top: 23px;
      height: 79px;
      width: 1px;
      background: #dadada; }
*/

.footer {
  padding: 60px 0 40px; }
  .footer ul {
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start; }
    .footer ul li {
      margin-right: 20px; }
      .footer ul li:last-child {
        margin-right: 0; }
      .footer ul li a {
        color: white;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase; }
        .footer ul li a:hover {
          color: #02a0a0; }
  .footer__wrap {
    padding: 27px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); 
	z-index: 20; 
	position: relative;}
  .footer__box {
    align-items: center;
    justify-content: space-between; }
  .footer__info {
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 40px; }
  .footer__com {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    display: flex;
    align-items: center;
    font-weight: 400;
    line-height: 24px; }
    .footer__com img {
      margin-left: 20px; }
  .footer__content {
    align-items: flex-start;
    justify-content: space-between; 
    flex-grow: 1;
	margin-right: 4vw;
	  position: relative;
	  z-index: 10;
  }
    .footer__content p {
      font-size: 14px;
      color: rgba(255, 255, 255, 0.6);
      line-height: 24px; }
    .footer__content p.imgs {
      display: flex;
      align-items: center;
	gap: 20px;}
    .footer__content p img {
      width: 120px;
	  height: auto;
	  display: block;
      line-height: 24px; }
    .footer__content p img:not(:last-child) {
      /* margin-right: 32px; */
		}
      .footer__content p a {
        color: rgba(255, 255, 255, 0.6); }
        .footer__content p a:hover {
          color: #02a0a0; }
      .footer__content p:not(:last-child) {
        margin-right: 0px; }
        .footer__content p:first-child a {
          text-decoration: underline; }


.footer-box {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.footer-box-container {
	width: 50%;
	height: 100px;
}

.footer-social {
	display: flex;
	gap: 24px;
	align-items: flex-end;
    align-content: flex-end;
	z-index: 10;
	position: relative;
}

.footer-social-box {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	width: auto;
	
}

.footer-social-box #soc-tg { height: 28px; }
.footer-social-box #soc-vk { height: 28px; }
.footer-social-box #soc-dz { height: 32px; }
.footer-social-box #soc-yt { height: 28px; }
.footer-social-box #soc-rt { height: 32px; }
.footer-social-box #soc-ok { height: 34px; }


.footer-bottom-links {
	color: rgba(255, 255, 255, 0.6);
	font-size: 12px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	margin-top: 50px;
}

.footer-bottom-links a {
        color: rgba(255, 255, 255, 0.6); }
.footer-bottom-links a:hover {
          color: #02a0a0; }
 
article {
  padding: 40px 0 40px;
  background: white;
  max-width: 1728px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto 80px; }
  article p, article img {
	  
/*    width: 100%;*/
    max-width: 1132px;
    margin: 0 auto; }
  article p {
    margin-bottom: 20px;
/*     color: rgba(6, 18, 55, 0.6);*/
	  color: #000000;
    font-size: 18px;
    font-weight: 400;
    max-width: 1155px;
    line-height: 32px; }
  article img {
    display: block;
    height: 626.39px;
    object-fit: cover;
    margin: 40px auto; }

.swiper1 {
  overflow: hidden; 
margin-bottom: 20px;}

.nav {
  transition: 0.5s; 
 }
  .nav .menu__logo {
    display: none; }
  .nav.sticky {
    background: transparent;
    backdrop-filter: blur(30px);
    z-index: 500;
    padding: 15px 0; }
    .nav.sticky .nav__box ul li a, .nav.sticky .nav__tel {
      color: white; }
    .nav.sticky:after {
      content: "";
      display: block;
      width: 100%;
      position: absolute;
      height: 106px;
      top: 0;
      left: 0;
      z-index: -1; }
    .nav.sticky .menu__logo {
      display: block;
      width: 180px;
      margin-left: -114px;
      margin-top: 5px; }

.product__video {
	justify-content: center;
	align-content: center;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 0px;
	display: flex;
}

.video__embed__mobile {
	display: none;
}


@media screen and (max-width: 767px) {
	  .nav__tel {
		display: none;
	}
		.nav__tel__mobile {
		/* display: block; */
			display: flex;
	}
	
	.video__embed {
		display: none;
	}
	
	.video__embed__mobile {
		display: block;
		width: 350px;
		height: 205px;
	}

	.product__video {
	margin-top: 20px;
	margin-bottom: 20px;
}
	  article p, article img {
	  
    width: 100%;
		  height: auto;
    max-width: 1132px;
    margin: 0 auto; }
	
	.van.van2.mobile {
		display: block;
	}
	
	.van.van2 {
		display: none;
	}
	
	.main__box.publications.mobile {
		display: flex !important;
	}
	
	.main__box.publications {
		display: none !important;
	}
	
	.main__awards {
		display: flex;
		margin-top: 00px;
		flex-wrap: wrap;
		
	}

	.main__award__box {
		width: 50%;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
	}
	
	.main__award__box p {
		font-size: 17px;
	}

	.main-btn {
		width: 90%;
	}
	
	.footer-box {
		gap: 20px;
	}
	.footer-box-container {
		width: 100%;
		height: auto;
		text-align: left;
	}
	.footer-box-container .imgs img {
      width: 40vw;
	  height: auto;
	  display: block;
      line-height: 24px; 
	}
	
	.footer-box-container .imgs {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	#footer-box-1 { order: 1; }
	#footer-box-2 { order: 4; }
	#footer-box-3 { order: 2; }
	#footer-box-4 { order: 3; }
	
	.footer-bottom-links {
		flex-direction: column;
		gap: 20px;
	}
	
	.footer-social {
		/* flex-wrap: wrap; */
		gap: 10px;
		width: 100%;
		margin-top: 40px;
		margin-bottom: 40px;
		justify-content: space-between;
	}
	
	/*
	.footer-social a svg {
		height: 60px;
	}
	*/
	
	.footer__box.q ul {
		display: none;
	}
}




.wow {
  animation-delay: 0.8s; }

.white-elements-header .nav__box ul li a, .white-elements-header .nav__tel {
  color: black !important; }
  .white-elements-header .nav__box ul li a:hover, .white-elements-header .nav__tel:hover {
    color: #02a0a0; }

@media screen and (max-width: 1650px) {
  .nav__box ul li {
    margin-right: 40px; }
  .nav.sticky .menu__logo {
    margin-left: 9px; } 
    .header__logo {
    width: 700px; } 
  .container {
    max-width: 1280px; }
	.call__fig {
		display: none;
	}
	.call {
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 2500px) {
  .nav__box ul li {
    margin-right: 30px; }
  .nav.sticky .menu__logo {
    margin-left: 9px; } 
    .header__logo {
    width: 700px; } 
  .container {
    max-width: 1280px; }}

@media screen and (max-width: 1450px) {
  .container {
    max-width: 1200px; }
  .nav__box ul li {
    margin-right: 30px; }
  h1 {
    font-size: 44px; }
  .header__logo {
    width: 700px; }
  .main__content {
    margin-right: 40px; }
  .main__num {
    font-size: 35px; }
  .main__block:nth-child(2) .main__num {
    font-size: 35px; }
  .item__text {
    color: #061237;
    font-size: 18px;
    line-height: 28px; }
  .item__block {
	  opacity:0.9;
    padding-right: 0; }
	/*
  .van__item:nth-child(1) .main__three .main__block:nth-child(2) {
    height: 261px; }
  .van__item:nth-child(2) .main__one .main__block:nth-child(1) {
    height: 260px; }
  .van__item:nth-child(2) .main__block:nth-child(2) {
    height: 306px; }
  .van__item:nth-child(2) .main__two .main__block:nth-child(2) {
    height: 273px; }
  .van__item:nth-child(3) .main__text {
    margin-bottom: 3px; }
	*/
  .main__text {
    font-size: 17px; }
    .main__text br {
      display: none; }
  .art__row a {
    height: 300px; }
	/*
  .van2 .van__item:nth-child(1) .main__three .main__block:nth-child(2) {
    height: 313px; }
	*/
  .map img {
    left: 0;
    top: 0;
    width: 100%; }
  .par__item img {
    max-width: 174px; }
  .footer ul li {
    margin-right: 20px; }
  .footer__content p:first-child {
    margin-right: 100px; }
  .nav.sticky .menu__logo {
    display: none; }
  .header__pic {
    right: -50px; } 
		.call__fig {
		display: block;
	}
}

@media screen and (max-width: 1199px) {
  .menu-btn {
    width: 48px;
    height: 24px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 11;
    overflow: hidden; }
  .menu-btn span {
    width: 38px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #02a0a0;
    transition: all 0.5s; }
  .menu-btn span:nth-of-type(2) {
    top: calc(50% - 8.5px);
    width: 38px;
    height: 2px; }
  .menu-btn span:nth-of-type(3) {
    top: calc(50% + 9.4px);
    width: 38px;
    height: 2px; }
  .menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 100px 40px 40px;
    /*background: #19254B;*/
    transform: translateX(-500%);
    transition: transform 0.5s;
    z-index: 20;
    overflow: hidden;
	
    -webkit-box-shadow: -11px 0px 28px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -11px 0px 28px -12px rgba(0, 0, 0, 0.75);
    box-shadow: -11px 0px 28px -12px rgba(0, 0, 0, 0.75); }
    .menu li {
      margin-bottom: 30px; }
      .menu li a {
        /* color: #02a0a0; */
		  color: #ffffff;
        font-size: 22px; }
	
	#menu-products,
	#menu-partners,
	#menu-company {
		font-size: 22px;
		color: #ffffff;
	}
  .menu.active {
    transform: translateX(0); 
	background-color: #19254B; 
	  color: #02a0a0;
	z-index: 20;
	opacity: 1;
	background-blend-mode: normal;}
	.nav .container {
		opacity: 1;
	}
  .menu-btn.active {
    overflow: visible;
    position: fixed;
    left: 30px;
    top: 30px; }
  .menu-btn.active span:nth-of-type(1) {
    display: none; }
  .menu-btn.active span:nth-of-type(2) {
    top: 50%;
    width: 24px;
    transform: translate(-50%, 0%) rotate(45deg);
    margin-left: 0; }
  .menu-btn.active span:nth-of-type(3) {
    width: 24px;
    top: 50%;
    transform: translate(-50%, 0%) rotate(-44deg);
    margin-left: 0; }
  .menu-btn, .menu {
    display: block; }
	
	
	.submenu {
            display: none;
            overflow: hidden;
            padding-top: 15px;
            padding-left: 15px;
            transition: max-height 0.3s ease-out;
        }
        .submenu a {
            display: block;
            color: white;
            text-decoration: none;
            padding: 13px 0;
        }
        .submenu a:hover {
            
        }
	
	
  .nav__box ul {
    display: none; }
  .nav__tel {
    justify-content: flex-end;
    margin-left: auto; }
  .nav__box {
    position: relative;
    z-index: 55; }
  .header__box {
    margin: 35px 0;
    position: relative;
    top: 0; }
  .main {
    margin-top: 20px; }
  .header__links {
    margin-top: 20px; }
  .header__pic {
    right: 7px;
    bottom: -112px;
    opacity: 0.4; }
	.main__box > .main__product {
    width: 100% !important; }
  .main__box > div {
    width: 49.7% !important; }
	
  .sub {
    margin-top: 20px ;
	  margin-bottom: 40px;
	  
    font-size: 16px;
    line-height: 26px; }
    .sub br {
      /*display: none;*/ }
  .item__block {
    flex-direction: column-reverse;
    padding: 40px 40px !important;
    align-items: center; }
  .item__content {
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-top: 30px; }
  .item__block:nth-child(2n) {
    flex-direction: column; 
	    margin-right: 0 !important;
    margin-left: 0 !important;}
  .van .main__block {
    height: auto !important; }
  .van .main__three {
    width: 100% !important;
    display: flex;
    justify-content: space-between; }
    .van .main__three div {
      width: 49.7%; }
	/*
  .van__item:nth-child(1) .main__two .main__block:nth-child(2) {
    height: 237px !important; }
  .van__item:nth-child(3) .main__one .main__block:nth-child(2) {
    height: 334px !important; }
	*/
  .call {
    padding-bottom: 40px; 
	padding-top: 60px; }
  .art__row a {
    height: 300px;
    width: 22.4%; }
  .team__item {
    width: 50%;
    margin-bottom: 50px; }
  .van2 .van__item:nth-child(1) .main__two .main__block:nth-child(2) {
    height: 220px !important; }
  .news__box {
    margin-top: 25px;
    flex-wrap: wrap; }
  .news__item {
    width: 100%;
    margin-bottom: 50px; }
  .news__btn {
    margin-top: 0; }
  .par__item {
    width: 33.33%; }
    .par__item:before, .par__item:after {
      display: none !important; }
  .par__item:nth-child(n+11) {
	  /*
    border-bottom: 1px solid #c6c6c6;*/ }
  .footer {
    padding: 40px 0; }
    .footer .nav__tel {
      justify-content: center;
      margin: 0 auto; }
  .footer__box {
    flex-direction: column; }
  .footer ul {
    margin: 30px 0; }
  .footer__info {
    margin-top: 30px;
    flex-direction: column;
    text-align: center; }
  .footer__content {
    flex-direction: column;
    align-items: center;
    width: 100%; }
  .footer__content p:first-child {
    margin-right: 0;
    margin-bottom: 15px; }
  .footer__com {
    justify-content: center;
    margin: 25px auto 0; }
  .nav.sticky .menu-btn {
    top: -3px; } }

@media (max-width: 991px) {
  input, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .header__logo {
    width: 100%; }
  h1 {
    font-size: 34px;
    line-height: 146%; }
  .main__top {
    margin-bottom: 40px;
    flex-direction: column-reverse; }
  .main__top img {
    margin: 0 auto 25px; 
	margin-left: 0px;
	  margin-right: 20px;
	}
  .item__block h2 {
    font-size: 35px; 
	margin-top: 0px;}
  .item__text {
    font-size: 20px;
    line-height: 31px; }
	/*
  .van__item:nth-child(1) .main__block:nth-child(2) {
    height: 278px !important; }
  .van__item:nth-child(1) .main__three .main__block:nth-child(2) {
    height: 293px !important; }
  .van__item:nth-child(2) .main__two .main__block:nth-child(2) {
    height: 305px !important; }
  .van__item:nth-child(3) .main__one .main__block:nth-child(2) {
    height: 458px !important; }
	*/
  .main, .item {
    padding: 80px 0; }
    .main, .item.product {
    padding-top: 40px;
	padding-bottom: 40px;}
  .van {
    padding: 20px 0 40px; }
  .van.product {
    padding: 0px 0 0px; }
  .call__flex {
    flex-direction: column; }
  .call__flex .call__item {
    width: 100%; }
  .call__row {
    margin-top: 25px;
    flex-direction: column-reverse; }
  .call__form button {
    width: 100%;
    margin-bottom: 10px; }
  .art__row {
    margin-top: 25px;
    flex-wrap: wrap; }
  .art__row a {
    width: 47%;
    margin-bottom: 25px; }
  .art, .par {
    padding: 40px 0; }
	 .news{
    padding: 80px 0; }
  .team {
    padding: 60px 0 20px;
    margin-bottom: 40px; }
  .van2 .van__item:nth-child(1) .main__two .main__block:nth-child(2) {
    height: 228px !important; }
  .news {
    margin-bottom: 40px; }
  .map {
    padding-bottom: 40px; 
	padding-top: 40px;} 

   .item__block.client {
	padding-bottom: 30px !important;
	padding-left: 10px !important;
	align-items: left;
	justify-content: left;
	
}
.item__block.client .item__content {
	margin-right: 40px;
      margin-left: 0px !important;
	max-width: 95%;
	
}

.item__block.client .item__content h2 {
	margin-bottom: 0px;
	font-size: 26px;
}
	
.news__list {
	width: 33%; 
}	
	
	
.img-forbes {
	width:45%; 
	position: relative; 
	top: 0px; 
	right: 0px;
	margin-bottom: 00px;
	margin-top: 10px;
	margin-right: 20px;
}
	
.img-pci-dss {
	width:45%; 
	position: relative; 
	top: 0px; 
	right: 0px;
	margin-bottom: 00px;
	margin-top: 10px;
	margin-right: 20px;
	
}

.img-sk {
	width:45%; 
	position: relative; 
	top: 0px; 
	right: 0px;
	margin-bottom: 00px;
	margin-right: 10px;
}
	
.img-min {
	width:45%; 
	position: relative; 
	top: 0px; 
	right: 0px;
	margin-bottom: 20px;
	margin-right: 10px;
}
	
}

@media screen and (max-width: 767px) {
  .header__links {
    flex-wrap: wrap;
    justify-content: space-between; }
    .header__links a {
      margin-bottom: 10px;
      margin-right: 0;
      width: 49%; }
  h1 br {
    display: none; }
  .main__box > div {
    width: 100% !important; }
  .main__block {
    height: auto !important; }
  .main h2 {
    margin-bottom: 20px; }
  .main__content p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px; }
  .main__content {
    margin-right: 0; 
	max-width: 330px;}
	
.main__content.award {

	margin-left: 00px;
	margin-top: 20px;
	max-width: 100%;
	overflow-y: visible;

}
	
	.main__top.award {
		flex-direction: column;
		height: 100%; overflow-y: visible; scrollbar-width: none;
		margin-top: 30px;
	}
	
	.main__content__img.award	{
		position: static;top: 40px;height: auto;
	}
.main__content__img.award img {
	margin-top: 00px;
	margin-bottom: 20px;
	height: auto;
	width: 100%;
	position: static; top: 0px;
}
	
	.award__btn {
		width: 100% !important;
	}
	
  .item__block img {
    width: 100%; }
  .item__block h2 {
    font-size: 30px; }
  /* .item__text {
    padding-left: 20px; } */
  #van .main__block {
    height: auto !important; }
  .van .main__three {
    flex-direction: column; }
  .van .main__three div {
    width: 100%; }
  .par__box {
    flex-wrap: wrap;
    justify-content: space-between; }
  .par__item {
    width: 50%; }
  .footer ul {
    flex-direction: column;
    text-align: center; }
    .footer ul li {
      margin-right: 0;
      margin-bottom: 20px; }
  .header__top {
    flex-direction: column;
    align-items: flex-start;
    margin: 60px 0; }
  .header__back {
    top: 0;
    margin-right: 0;
    margin-bottom: 50px; }
  article {
    padding: 40px 0; }
  article img {
    height: 350px; }
  article p {
    font-size: 16px;
    line-height: 28px; }
  .news__top {
    flex-direction: column;
    align-items: flex-start; }
  .news__socials {
    margin-left: 0;
    margin-top: 25px; } 
	
	.footer {
    padding: 40px 0; }
    .footer .nav__tel {
      justify-content: center;
      margin: 0 auto; }
  .footer__box {
    flex-direction: column; }
  .footer ul {
    margin: 40px 0; }
  .footer__info {
    margin-top: 0px;
    flex-direction: column;
    text-align: center; }
  .footer__content {
    flex-direction: column;
    align-items: center;
    width: 100%; 
	margin: 0; }
  .footer__content p {
    margin-right: 0;
    margin-bottom: 15px; }
	.footer__content p:not(:last-child) {
        margin-right: 0px; }
	section.news-component {
		margin-bottom: 40px;
		padding-top: 0px;
	}
	.call__box {
	display: block;
}
	.call__form button {
		  margin-top: 40px;
	margin-left: 0px;
		width: 100% !important
	}
	
	.news__list {
	width: 100%; 
}
	
	


.main__one.product {
	width: 100% !important; 
	height: 100%;
} 


.main__two__block.product {
	display: block; 
}

.main__two__block.product .main__block {
	height: auto; 
	width: 100%;
}


	
}

@media screen and (max-width: 576px) {
  button:active, button:focus {
    outline: none; }
  button::-moz-focus-inner {
    border: 0; }
  a:active, a:focus {
    outline: none; }
  input, textarea {
    outline: none; }
  input:active, textarea:active {
    outline: none; }
  input:focusout {
    outline: none; }
  .mm {
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .mm li {
      margin-bottom: 40px !important;
      width: 100% !important;
      margin-top: 0 !important; }
  .mob {
    display: block !important; }
  .nav {
    padding: 25px 0; }
  .nav__tel {
    font-size: 15px; }
  .menu {
    padding-left: 20px; }
  .menu-btn.active {
    top: 25px;
    left: 10px; }
  .header__logo {
    margin-bottom: 35px; }
  h1 {
    font-size: 26px; }
  .header__links {
    margin-top: 30px; }
  .header__links a {
    height: 55px;
    font-size: 16px; }
  .header__pic {
    right: -23px;
    bottom: 35px;
    opacity: 0.3;
    width: 100%; }
  .main__top {
    margin-bottom: 35px; }
  .main__top img {
    width: 100%; }
	.main__content__img {
		align-content: start;
		height: 260px; 
		width: 100%;
		display: flex;
    justify-content: center;
		align-items: flex-start;
	}
	.main__content__img img {
		margin: 0px;}
  h2 {
    font-size: 26px;
    line-height: 140%; }
  .main__num {
    margin-bottom: 25px;
    font-size: 40px; }
  .item__block {
    padding: 40px 20px !important; }
  .item__text {
    font-size: 18px;
    line-height: 28px; }
    .item__text br {
      display: none; }
  .van .main__block {
    padding: 40px 20px; }
  .van .main__num {
    font-size: 23px !important;
    line-height: 32px;
    margin-bottom: 10px; }
  .van__item:nth-child(3) .main__text {
    margin-bottom: 6px; }
	.van__item {
		padding-top: 60px;
		margin-bottom: 40px;
	}
	.van__item.product {
		padding-top: 0px;
		margin-bottom: 40px;
	}
  .main__num {
    font-size: 35px !important; }
  .main__num span {
    font-size: 30px; }
  .item, .art {
    padding-bottom: 20px; }
  .call__item input {
    height: 50px;
    font-size: 16px; }
  .call__item textarea {
    font-size: 16px; }
  .call__form button {
    height: 55px;
    font-size: 14px; }
  .call__policy {
    font-size: 14px; }
  .call__fig {
    bottom: 0;
    left: -124px;
    width: 355%; }
  .art__row a {
    width: auto;
    margin: 0 auto 25px;
    height: auto;
    max-height: 500px; }
  .team__item {
    width: 100%; }
  .van2 .van__item:nth-child(1) .main__two .main__block:nth-child(2) {
    height: auto !important; }
  .news__item {
    width: 100%; }
  .news__btn {
    width: 100%;
    font-size: 14px;
    height: 50px; }
  .par__box {
    justify-content: flex-start;
    padding-bottom: 20px; }
  .par__item {
    display: flex;
    align-items: center;
    padding: 10px !important;
    padding-bottom: 20px !important;
    height: 68px;
    margin-bottom: 10px;
    justify-content: center; }
    .par__item img {
      width: 100%;
      height: 100%;
      max-width: 100px;
      object-fit: contain; }
	/*
    .par__item:last-child {
      width: 100%; } */
  .par {
    padding: 40px 0; }
  .art {
    margin-bottom: 0; }
  .team {
    padding-top: 80px; }
  article img {
    height: 300px;
    margin: 20px 0; }
  article {
    margin-bottom: 40px; }
  .header__top h1 {
    font-size: 30px; }
  .header__pic {
    right: 50px;
    bottom: -380px;
    opacity: 1;
    width: 400px;
	height: 400px;}
	 
  .news__item img {
    height: 194px; }
  .par .container {
	  opacity:0.9;
    padding-right: 0; }
  .header__box {
    margin: 80px 0 40px; }
  video {
    display: none; }
  .nav {
    position: fixed; 
	z-index: 100;
	background-color: #19254B;}
  .header {
    padding-top: 0; }
  .nav.sticky {
    background: inherit;
    backdrop-filter: inherit; }
  .nav__tel {
    color: white !important; }
  .main {
    padding-top: 0; }
  .main__top {
    margin-top: 0px; }
	/*
  .main__top img {
    margin-bottom: -50px; 
	  margin-top: -50px;
	width:380px;
	height: 380px;
	z-index: 0;} */
	.main__content__img img  {
		margin-bottom: -50px; 
	  margin-top: 50px;
	width:260px;
		height: 232px;

	z-index: 0;}
	}

  .item__block {
    padding-top: 0 !important; }
  .item__block img {
    margin: -30px 0; 
	margin-left: -30px;}
  .call__fig {
    z-index: 1; }
  .call__form {
    position: relative;
    z-index: 3; } }

@media screen and (max-width: 375px) {
	.header__pic {
    right: 00px;
    bottom: -320px;
    opacity: 1;
    width: 320px;
	height: 320px;}	
	
}
	
/* vacancies */

.skills-container {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .skill-tag {
        background: rgba(2, 160, 160, 0.1);
        color: #061237;
        padding: 8px 16px;
        border-radius: 20px;
        font-size: 14px;
        border: 1px solid #02a0a0;
        transition: all 0.3s;
    }
    
    .skill-tag:hover {
        background: linear-gradient(90deg, #008a8a, #00b8b8);
        color: white;
        border-color: transparent;
    }	  

.requirements-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .requirements-list li {
        padding: 12px 0;
        padding-left: 30px;
        position: relative;
        color: #061237;
        font-size: 18px;
        line-height: 28px;
        border-bottom: 1px solid rgba(6, 18, 55, 0.1);
    }
    
    .requirements-list li:last-child {
        border-bottom: none;
    }
    
    .requirements-list li:before {
        content: "✓";
        position: absolute;
        left: 0;
        color: #02a0a0;
        font-weight: bold;
        font-size: 18px;
    }

.vacancy-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        margin: 30px 0;
    }
    
    .meta-item {
        display: flex;
        align-items: center;
        gap: 10px;
        /*color: rgba(255, 255, 255, 0.8);*/
        font-size: 16px;
    }
    
    .meta-item svg {
        width: 20px;
        height: 20px;
        fill: #02a0a0;
    }

.benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
        }

/* ===== STATS BLOCK (shared: home page + company page) ===== */

.careers-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}

.careers-stat-card {
    background: white;
    padding: 52px 40px;
    text-align: center;
}

.careers-awards-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    margin-top: 5px;
}

.careers-award-card {
    background: white;
    padding: 40px 48px;
    display: flex;
    align-items: center;
    gap: 32px;
}

@media (max-width: 1199px) {
    .careers-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .careers-stats-grid {
        grid-template-columns: 1fr;
    }
    .careers-awards-row {
        grid-template-columns: 1fr;
    }
    .careers-award-icon {
        display: none;
    }
    .careers-award-card {
        justify-content: center;
        text-align: center;
    }
}

        .benefit-card {
            background: #E6E7E9;
            padding: 20px;
            border-radius: 8px;
            border: none;
            transition: all 0.3s;
        }

        .benefit-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(9, 167, 170, 0.2);
        }

        .benefit-icon {
            width: 40px;
            height: 40px;
            background: linear-gradient(90deg, #058289 0%, #09A7AA 100%);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 15px;
            font-size: 20px;
        }

        .benefit-title {
            font-size: 16px;
            font-weight: bold;
            color: #071740;
            margin-bottom: 8px;
        }

        .benefit-description {
            font-size: 14px;
            color: #071740;
            line-height: 1.5;
        }


.company-stats {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid rgba(6, 18, 55, 0.1);
    }
    
    .stat-item {
        text-align: center;
    }
    
    .stat-value {
        font-size: 30px;
        font-weight: bold;
        color: #02a0a0;
    }
    
    .stat-label {
        font-size: 14px;
        color: #616161;
        margin-top: 5px;
    }


    
    .main__left {
        flex: 2;
    }
    
    .main__right {
        flex: 1;
    }