@charset "UTF-8";
/**
  Переменные для отступов
 */
/**
  Переменные для цветов
 */
/**
  Переменные для шрифтов
 */
@font-face {
  font-family: 'Inter';
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Inter-Regular.eot?') format('eot'),
    url('../fonts/Inter-Regular.woff') format('woff'),	
    url('../fonts/Inter-Regular.ttf') format('truetype'),
    url('../fonts/Inter-Regular.svg#Inter') format('svg');
}
@font-face {
  font-family: 'Inter';
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/Inter-Bold.eot?') format('eot'),
    url('../fonts/Inter-Bold.woff') format('woff'),
    url('../fonts/Inter-Bold.ttf') format('truetype'),
    url('../fonts/Inter-Bold.svg#Inter') format('svg');
}
.container {
  margin: 0 auto;
  width: 1200px;
  max-width: 100%;
} 
.jquery-modal {
  z-index: 170;
  padding: 20px;
}
.jquery-modal:before {
height: auto;
}
.blocker {
  background-color: rgba(0, 0, 0, 0.5);
}
.ui-datepicker-prev, .ui-datepicker-next {
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span{
    top: 10px;
    width: 10px;
    height: 10px;
}
.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 12px;
    width: 15px;
    height: 15px;
}
.ui-datepicker .ui-datepicker-prev span{
    cursor: pointer;
    border-radius: unset;
    border-top: 2px solid rgba(16, 32, 55, 0.50);
    border-right: 2px solid rgba(16, 32, 55, 0.50);
    transform: rotate(-135deg);
}

.ui-datepicker .ui-datepicker-next span{
    cursor: pointer;
    border-radius: unset;
    border-top: 2px solid rgba(16, 32, 55, 0.50);
    border-right: 2px solid rgba(16, 32, 55, 0.50);
    transform: rotate(45deg);
}
.ui-datepicker .ui-datepicker-prev {
    left: 16px;
}
.ui-datepicker .ui-datepicker-next {
    right: 10px;
}
.ui-datepicker-prev.ui-corner-all.ui-state-hover.ui-datepicker-prev-hover {
	border: unset;
        background: unset;
}
.ui-datepicker-next.ui-corner-all.ui-state-hover.ui-datepicker-next-hover {
	border: unset;
        background: unset;
}
.ui-datepicker-prev.ui-corner-all.ui-state-hover.ui-datepicker-prev-hover  span{
	border: unset;
        background: unset;
	border-top: 2px solid #102037;
	border-right: 2px solid #102037;
        transition: all 0.3s;
}
.ui-datepicker-next.ui-corner-all.ui-state-hover.ui-datepicker-next-hover span{
	border: unset;
        background: unset;
	border-top: 2px solid #102037;
	border-right: 2px solid #102037;
        transition: all 0.3s;
}
.ui-state-default.ui-state-hover {
	background: #f6f6f6;
	border: 1px solid #102037;
	color: #102037;
}
.modal {
  box-shadow: none;
  padding: 40px;
  max-width: 610px;
  width: 100%;
  border-radius: 24px;
top: 0;
}
.modal .modal__close svg{
  width: 20px;
  height: 20px;
}
.modal a.close-modal {
  display: none;
}
.modal.program-modal.block {
  display: flex;
  background-color: #f2f4f8;
  border-radius: 0px;
  margin: 0 auto;
  padding: 0;
}
.modal.program-modal.block .modal-list form input {
  background-color: #f2f4f8;
}
.modal.program-modal.block .modal-list .btn.btn--blue {
  display: block;
  margin: 36px auto 0;
}
.modal.program-modal.block .modal-list .modal-list__description {
  width: 346px;
  text-align: center;
justify-content: center;
  display: flex;
  margin: 12px auto 0;
}
.modal.program-modal.block .modal-list .modal-list__caption {
    display: flex;
    justify-content: center;
}
.header__wrapper .header-menu .header-contact {
  display: none;
}
.header__wrapper .header-contact {
 margin: auto 16px;
}
.modal input .btn.btn--blue {
  border: none;
}
.modal.program-modal .modal-header {
  display: flex;
}
.modal.program-modal .modal-header__img {
 margin-left: auto;
}
.modal.program-modal .modal-header__text {
  color: #102037;

font-family: Inter;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -0.64px;
}
.modal.program-modal .modal-contact .modal-contact__link {
  display: flex;
}

.modal.program-modal .modal-contact {
  margin-top: 12px;
}
.modal.program-modal .modal-contact .modal-contact__number {
  color: #102037;
 margin-top: 10px;
font-family: Inter;
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 130%;
}
.modal.program-modal .modal-list {
  margin-top: 50px;
}
.modal.program-modal .modal-list__caption {
  color: #102037;

font-family: Inter;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -0.64px;
}
.jquery-modal.blocker.current .modal.program-modal .btn.btn--blue {
  display: flex;
width: 343px;
padding: 18px 40px;
max-width: none;
margin: 36px auto 0;
}
.jquery-modal.blocker.current .modal.program-modal .btn.btn--blue span{
  margin: 0 auto;
}
.modal.program-modal .modal-list__description {
color: #102037;

font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.36px;
margin-top: 12px;
}
.modal.program-modal .modal-list form p{
color: #102037;

font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-top: 32px;
}
.modal.program-modal .modal-list form input {
  color: #102037;
  margin-top: 12px;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 10px 20px;
  border-radius: 5px;
  width: 530px;
  max-width: 100%;
}
.modal.program-modal .modal-list form input::placeholder {
color: #102037;
opacity: 0.5;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.modal.program-modal .modal-list form .modal-list__agreement p{
max-width: 403px;
color: #102037;
align-self: stretch;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.32px;
}
.modal.program-modal .modal-contact .modal-contact__link{
margin-left: 5px;
}
.modal.program-modal .modal-contact .modal-contact__link svg{
 width: 25px;
 height: 25px;
    margin-right: 5px;
}
.modal.program-modal .modal-contact .modal-contact__header {
color: #102037;

font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.modal.program-modal.open {
  display: none;
}
.modal.program-modal.video {
max-width: 100%;
width: 100%;
background: transparent;	
text-align: center;
padding: 0;
}
.modal.program-modal.video .modal__close svg{
filter: brightness(40.5);
}
.modal.program-modal.video .modal-video{
width: 960px;
height: 540px;
margin-top:194px;
}
.header {
  background-color: transparent;
  color: #102037;
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 500;
  padding: 15px 0;
  -webkit-backdrop-filter: blur(5.5px);
  backdrop-filter: blur(5.5px);
  z-index: 111;
  position: fixed;
  top: 0;
  width: 100%;
}
.header__wrapper {
  display: flex;
}
.header__wrapper .header-menu {
  display: flex;
  gap: 16px;
  margin-left: auto;
  margin-right: 16px;
  align-items: center;
}

.header__wrapper .header-menu .header-menu__link {
 display: block;
 padding: 9px 4px 9px 18px;
 
}
.header__wrapper .header-menu__submenu {
  display: none;
  position: absolute;
  top: 57px;
  left: 0;
  border-radius: 8px;
  background: #f2f4f8;
  box-shadow: 0px 0px 1px 0px rgba(16, 32, 55, 0.15),
    0px 4px 6px 0px rgba(16, 32, 55, 0.07);
  min-width: 200px;
  padding: 12px 0;
 
}
.header__wrapper .header-menu__submenu::before {
 content: '';
 position: absolute;
 top: -17px;
 left: 0;
 display: block;
 background:transparent;
 height: 16px;
 width: 170px;
}
.header__wrapper .header-menu__submenu .btn--caption {
  display: none;
}
.header__wrapper .header-menu__submenu .btn {
  gap: 0;
}
.header__wrapper .header-menu__submenu-tag {
  display: none;
}
.header__wrapper .header-menu__submenu-link {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  padding: 8px 20px;
  gap: 10px;
  flex-direction: row;
}
.header__wrapper .header-menu__submenu-link svg {
  display: flex;
  width: 25px;
  height: 25px;
}
.header__wrapper .header-menu__item {
  position: relative;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  height: min-content;
  gap: 4px;
}
.header__wrapper .header-menu__item--transparent {
  background-color: transparent;
}

.header-col-block {
  display: flex;
}

@media screen and (min-width: 1024px) {
  .header__wrapper .header-menu__item:hover .header-menu__submenu {
    display: block;
  }

  .btn.btn--outline.btn--header:last-of-type {
    margin-left: 16px;
  }

  .header.header__fixed .btn--outline.btn--header.header-btn-register span {
    max-width: none;
  }

  .header__wrapper .header-menu__item--transparent .header-menu__link {
    padding-left: 9px;
    padding-right: 9px;
  }

}
.header__wrapper .header-menu__item .header-menu__arrow svg {
  width: 20px;
  height: 20px;
}
/*
.header__wrapper .header-menu__item .header-menu__submenu-link:hover {
  background: rgba(16, 32, 55, 0.2);
}*/
.header__wrapper
  .header-menu__item
  .header-menu__submenu-link:first-of-type {
  padding: 8px 20px;
}
.header__wrapper
  .header-menu__item
  .header-menu__submenu-link:first-of-type:hover {
  background: rgba(16, 32, 55, 0.2);
  /*border-radius: 8px 8px 0 0;*/
}
.header__wrapper
  .header-menu__item
  .header-menu__submenu-link:last-child {
  padding: 8px 20px;
}
.header-menu__arrow {
 padding-right: 18px;
}
.header__wrapper
  .header-menu__item
  .header-menu__submenu-link:last-child:hover {
  background: rgba(16, 32, 55, 0.2);
 /* border-radius: 0 0 8px 8px;*/
}
.header__wrapper .header-menu__item {
  cursor: pointer;
}
/*
.header__wrapper .header-menu__item:hover {
  background: rgba(16, 32, 55, 0.2);
}*/
.header__wrapper .header__logo svg {
  width: 130px;
  height: 56px;
}
.filter-blog .btn--blue {
  margin-top: 0;
}

.header__wrapper .header-number {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  gap: 10px;
position: relative;
}
.header__wrapper .header-number__img {
  width: 35px;
  height: 35px;
  background: #5C7686;
  border-radius: 35px;
}
.header__wrapper .header-number__img svg {
  width: 18px;
  height: 18px;
  margin: 9px;
  fill: white;
}
.header__wrapper .header-number__number {
  font-size: 18px;
  text-transform: uppercase;
}

.header-number__submenu {
position: absolute;
top: 100%;
left: -65px;
box-shadow: 0px 0px 1px 0px rgba(16, 32, 55, 0.15), 0px 4px 6px 0px rgba(16, 32, 55, 0.07);
 padding: 16px 20px;
 flex-direction: column;
 align-items: flex-start;
 border-radius: 8px;
 background: #F2F4F8;
 display: none;
}
.header__wrapper .header-number__submenu a {
color: #102037;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.header__wrapper .header-number__submenu p {
color: #102037;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-bottom: 12px;
}
.header-number__submenu.show {
 width: max-content;
 display: flex;
}
.header-burger {
  display: none;
  align-items: center;
  margin-left: auto;
}
.header-burger svg {
  width: 28px;
  height: 28px;
}
.header-burger--x {
  display: none;
}
.header-burger--x svg {
  width: 28px;
  height: 28px;
}
.header-contact {
  display: flex;
  align-items: center;
  margin-left: 16px;
  margin-right: 16px;
}
.header-contact__item {
  display: flex;
}
.header__fixed .header-contact__item {
  background: #d5dae0;
border-radius: 22px;
} 
.header-contact__item a {
  padding: 9px 18px;
}
.header--white {
  color: #fff;
}
.header--white a {
  color: #fff;
}
.header--white .header__logo {
  display: none;
}
.header--white .header__logo--white {
  display: block;
}
.header--white
  .container
  .header__wrapper
  .header-menu__item
  .header-menu__arrow {
  display: none;
}
.header--white
  .container
  .header__wrapper
  .header-menu__item
  .header-menu__arrow--white {
  display: block;
}
/*
.header--white .container .header__wrapper .header-menu__item:hover {
  background: rgba(255, 255, 255, 0.1);
}*/
.header--white .container .header__wrapper .header-menu__submenu {
  background: #F2F4F8;
}
.header--white .container .header__wrapper .header-menu__submenu .header-menu__submenu-link{
  color: #102037;
  font-weight: 600;
  font-size: 18px;
}
.header--white .container .header__wrapper .header-burger {
  display: none;
}
.header--white .container .header__wrapper .header-burger--white {
  display: none;
}

.header--grey {
  background: rgba(242, 244, 248, 0.95);
}
.header--grey .header__logo--white{
  display: none;
}
/*
.header--grey .header-menu__item {
  background: rgba(16, 32, 55, 0.1);
}*/
.header--grey .header-number svg {
  fill: #102037;
}

.header .header-menu__item .header-menu__submenu-link:hover {
  background: rgba(16, 32, 55, 0.2);
}
.hedaer-number__img {
  cursor: pointer;
}
.header--grey .container .header__wrapper .header-burger--white {
  display: none;
}

.header--grey .container .header__wrapper .header-menu .header-menu__arrow--white {
  display: none;
}

.header--grey .header__wrapper .header-menu__item {
  background: #d5dae0;
}
.header--grey .header__wrapper .header-menu__item--transparent {
  background: transparent;
}
.header.header__fixed {
  background: #f2f4f8;
  box-shadow: 0px 4px 30px 0px rgba(16, 32, 55, 0.07);
  animation: fadeIn ease 0.3s;
  color: #102037;
}
.header.header__fixed .header-number__img {
  background: #DBDFE5;
}
.header--grey .btn--outline.btn--header {
  outline: 2px solid rgba(16, 32, 55, 0.50);
}
.header--grey .btn--outline.btn--header .span.span--outline{
  color: #102037;
}
.header--grey .btn--outline.btn--header:hover {
  outline: 2px solid rgba(16, 32, 55, 0.50);
  background: rgba(16, 32, 55, 0.2);
}
.header--grey .header-number svg {
  fill: #102037;
}
.header.header__fixed .header-number svg{
  fill: #102037;
}
.header--grey .header-number__img {
  background: #DBDFE5;
}

.header.open .header-number__img {
 background: #DBDFE5;
}
.header.open .header-number svg {
  fill: #102037;
}
.header.header__fixed a {
  color: #102037;
}
.header.header__fixed .container .header__wrapper .header-menu__item {
  background: #d5dae0;
  border-radius: 22px;
}
.header.header__fixed
  .container
  .header__wrapper
  .header-menu__item--transparent {
  background: transparent;
}
.header.header__fixed
  .container
  .header__wrapper
  .header-menu__item
  .header-menu__submenu {
}
.header.header__fixed
  .container
  .header__wrapper
  .header-menu__item
  .header-menu__submenu-link:hover {
  background: rgba(16, 32, 55, 0.2);
}
/*
.header.header__fixed .container .header__wrapper .header-menu__item:hover {
  background: rgba(16, 32, 55, 0.2);
}*/

.header--white.header__fixed .container .header__wrapper .header__logo {
  display: block;
}
.header--white.header__fixed .container .header__wrapper .header__logo--white {
  display: none;
}
.header--white.header__fixed
  .container
  .header__wrapper
  .header-menu
  .header-menu__arrow {
  display: block;
}
.header--white.header__fixed
  .container
  .header__wrapper
  .header-menu
  .header-menu__arrow--white {
  display: none;
}

.header--white.open .container .header {
  color: #102037;
}
.header--white.open .container .header__wrapper .header__logo {
  display: block;
}
.header--white.open .container .header__wrapper .header__logo--white {
  display: none;
}
.header--white.open .container .header__wrapper .header-menu a {
  color: #102037;
}
.header--white.open
  .container
  .header__wrapper
  .header-menu
  .header-menu__arrow {
  display: block;
}
.header--white.open
  .container
  .header__wrapper
  .header-menu
  .header-menu__arrow--white {
  display: none;
}

.truck-video {
  position: relative;
}
.truck-video img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.truck-video__content {
  position: absolute;
  max-width: 567px;
  min-width: 343px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.truck-video__content .truck-video__tag {
  color: #fff;
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 700;
  line-height: 103.023%;
  letter-spacing: 1.2px;
}
.truck-video__content .truck-video__title {
  color: #fff;
  text-align: center;
  font-family: 'Inter';
  font-size: 80px;
  font-weight: 700;
  line-height: 103.023%;
  letter-spacing: -1.6px;
}
.truck-video__content .truck-video__description {
  color: #fff;
  text-align: center;
  font-family: 'Inter';
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
  margin-top: 24px;
}

.slider {
  display: flex;
  align-items: center;
  text-align: center;
  background: #f2f4f8;
}

.brand-block {
  display: flex;
  padding-top: 136px;
  padding-bottom: 136px;
  background: #f2f4f8;
}

.brand-list {
  display: flex;
}

.brand-item {
  display: flex;
  width: 246px;
  height: 246px;
  border-radius: 10px;
  background: #fff;
  align-items: center;
  text-align: center;
  justify-content: space-around;
  margin-right: 16px;
  padding: 96px 76px;
}

.brand-item:hover {
  border-radius: 10px;
  border: 2px solid #102037;
}

.brand-item img {
  -o-object-fit: contain;
  object-fit: contain;
}

.title {
  color: #102037;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -1.12px;
}
.title--h2 {
  font-size: 56px;
  font-weight: 700;
  line-height: 68px;
}
.title--white {
  color: white;
}

.why-needed {
  display: flex;
  background: #102037;
  padding: 136px 0;
}
.why-needed .title--h2 {
  text-align: center;
}
.why-needed-list {
  display: flex;
  margin-top: 42px;
  justify-content: space-between;
}
.why-needed-item {
  background-color: #192d49;
  margin-right: 16px;
  border-radius: 30px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  max-width: 592px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='252' height='132' viewBox='0 0 252 132' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M115.885 97.9222L117.251 97.3023L115.885 97.9222ZM3.3659 -153.62C3.02352 -154.374 2.13443 -154.708 1.38007 -154.366C0.6257 -154.024 0.29172 -153.134 0.6341 -152.38L3.3659 -153.62ZM251.561 121.073C252.146 120.488 252.146 119.538 251.561 118.952L242.015 109.406C241.429 108.82 240.479 108.82 239.893 109.406C239.308 109.992 239.308 110.942 239.893 111.527L248.379 120.013L239.893 128.498C239.308 129.084 239.308 130.034 239.893 130.619C240.479 131.205 241.429 131.205 242.015 130.619L251.561 121.073ZM117.251 97.3023L3.3659 -153.62L0.6341 -152.38L114.519 98.5421L117.251 97.3023ZM250.5 118.513H150.17V121.513H250.5V118.513ZM114.519 98.5421C120.867 112.53 134.809 121.513 150.17 121.513V118.513C135.986 118.513 123.113 110.218 117.251 97.3023L114.519 98.5421Z' fill='white'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: top right;
}
.why-needed-item__block {
  background-color: #0fb01f;
  padding: 10px 9px 10px 50px;
  border-radius: 60px;
  width: 446px;
  display: flex;
  margin: 0 36px;
  margin-top: 28px;
  justify-content: space-between;
  align-items: center;
}
.why-needed-item__title {
  color: #fff;
  font-family: 'Inter';
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 85px;
  max-width: 300px;
}
.why-needed-item__description {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: 'Inter';
  font-size: 22px;
  font-weight: 400;
  max-width: 276px;
}
.why-needed-item__check {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background: #ffffff;
  position: relative;
}
.why-needed-item__check .check-arrow__left::after {
  content: '';
  position: absolute;
  background-color: #0fb01f;
  left: 23px;
  top: 51px;
  border: 3px solid #0fb01f;
  width: 27px;
  rotate: 45deg;
  border-radius: 5px;
}
.why-needed-item__check .check-arrow__right::after {
  content: '';
  position: absolute;
  background-color: #0fb01f;
  left: 35px;
  top: 44px;
  border: 3px solid #0fb01f;
  width: 48px;
  rotate: -45deg;
  border-radius: 5px;
}
.why-needed-item--cross {
  justify-content: flex-end;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='592' height='318' viewBox='0 0 592 318' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M687 317.281L555.484 27.5108C548.433 11.9764 532.95 2.00024 515.89 2.00024H-13.5' stroke='white' stroke-width='3'/%3e%3c/svg%3e "),
    url("data:image/svg+xml;charset=UTF-8,%3csvg width='298' height='24' viewBox='0 0 298 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.93934 10.9393C0.353553 11.5251 0.353553 12.4749 0.93934 13.0607L10.4853 22.6066C11.0711 23.1924 12.0208 23.1924 12.6066 22.6066C13.1924 22.0208 13.1924 21.0711 12.6066 20.4853L4.12132 12L12.6066 3.51472C13.1924 2.92893 13.1924 1.97919 12.6066 1.3934C12.0208 0.807611 11.0711 0.807611 10.4853 1.3934L0.93934 10.9393ZM559.405 10.5H2V13.5H559.405V10.5Z' fill='white'/%3e%3c/svg%3e ");
  background-position: 0 119px, right 646px;
}
.why-needed-item--cross .why-needed-item__block {
  background-color: #a4a4a4;
  padding: 20px 50px 20px 9px;
}
.why-needed-item--cross .why-needed-item__title {
  margin-top: 41px;
  margin-bottom: unset;
}
.why-needed-item--cross .why-needed-item__check {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background: #ffffff;
  position: relative;
}
.why-needed-item--cross .why-needed-item__check .check-arrow__left::after {
  content: '';
  position: absolute;
  background-color: #a4a4a4;
  left: 14px;
  top: 47px;
  border: 3px solid #a4a4a4;
  width: 75px;
  rotate: 45deg;
  border-radius: 5px;
}
.why-needed-item--cross .why-needed-item__check .check-arrow__right::after {
  content: '';
  position: absolute;
  background-color: #a4a4a4;
  left: 14px;
  top: 47px;
  border: 3px solid #a4a4a4;
  width: 75px;
  rotate: -45deg;
  border-radius: 5px;
}

.product-poss {
  display: flex;
  background: #102037;
  padding-top: 136px;
  padding-bottom: 136px;
}
.product-poss--grey {
  background-color: rgb(244, 244, 248);
}

.product-poss-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [6];
  grid-template-columns: repeat(6, 1fr);
  flex-direction: column;
  /*align-items: flex-start;*/
  margin-top: 48px;
  gap: 15px;
}

.product-poss-item {
  display: flex;
  background: #192d49;
  border-radius: 24px;
  -ms-grid-column-span: 6;
  grid-column: span 6;
  padding: 42px 48px;
  height: 100%;
}
.product-poss-item__content {
  display: flex;
  flex-direction: column;
  padding-right: 25px;
  width: 50%;
}
.product-poss-item__tag {
  display: flex;
  color: #fff;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.42px;
  border-radius: 10px;
  background: #2d4b74;
  padding: 2px 14px;
  align-items: flex-start;
  max-width: max-content;
}
.product-poss-item__content p {
  margin: 0;
}
.product-poss-item__title {
  color: #fff;
  font-family: 'Inter';
  font-size: 24px;
  font-weight: 700;
  margin-top: 12px;
}
.product-poss-item__description {
  color: #fff;
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  margin-top: 12px;
}
.product-poss-item__img {
  width: 50%;
  height: auto;
}
.product-poss-item__img img {
  max-width: 100%;
}
.product-poss-item--vertical {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.product-poss-item--vertical .product-poss-item__content {
  width: 100%;
  padding-right: 0;
}
.product-poss-item--vertical .product-poss-item__img {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
  width: 100%;
}
.product-poss-item--orange {
  background-color: rgb(255, 255, 255);
}
.product-poss-item--orange .product-poss-item__tag {
  border-radius: 10px;
  background: #ff6415;
  max-width: min-content;
}
.product-poss-item--orange .product-poss-item__title {
  color: #102037;
}
.product-poss-item--orange .product-poss-item__description {
  color: #102037;
}
.product-poss-item--red {
  background-color: rgb(255, 255, 255);
}
.product-poss-item--red .product-poss-item__tag {
  border-radius: 10px;
  background: #b21940;
}
.product-poss-item--red .product-poss-item__title {
  color: #102037;
}
.product-poss-item--red .product-poss-item__description {
  color: #102037;
}
.product-poss-item--blue {
  background-color: #ffffff;
}
.product-poss-item--blue .product-poss-item__tag {
  background: #236ce7;
  border-radius: 10px;
}
.product-poss-item--blue .product-poss-item__title {
  color: #102037;
}
.product-poss-item--blue .product-poss-item__description {
  color: #102037;
}
.product-poss-item--green {
  background-color: #ffffff;
}
.product-poss-item--green .product-poss-item__tag {
  border-radius: 10px;
  background: #0fb01f;
}
.product-poss-item--green .product-poss-item__title {
  color: #102037;
}
.product-poss-item--green .product-poss-item__description {
  color: #102037;
}
.product-poss-item--small {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.product-poss-item--medium {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
.product-poss-item--tower {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.product-poss-item--transparent {
  background-color: transparent;
}

.our-team {
  background: #102037;
  padding-top: 136px;
  padding-bottom: 136px;
}

.team-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  flex-wrap: wrap;
  gap: 15px;
}

.team-item {
  position: relative;
  -ms-grid-column-span: 1;
  grid-column: span 1;
}
.team-item__img {
  -o-object-fit: cover;
  object-fit: cover;
}
.team-item__img img {
  border-radius: 16px;
  /* width: 210px;
    height: 250px;*/
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-fit: cover;
}
.team-item__img--plug img {
  border-radius: 16px;
  /* width: 210px;
    height: 250px;*/
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-fit: cover;
}
.team-item__content {
  position: absolute;
  padding: 20px;
  opacity: 0;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
}
.team-item__content:hover {
  opacity: 1;
  transition: 0.3s;
  background: rgba(16, 32, 55, 0.6980392157);
  border-radius: 16px;
}
.team-item__title {
  color: #f2f4f8;
  font-family: 'Inter';
  font-size: 24px;
  font-weight: 700;
}
.team-item__title--h2 {
  font-size: 56px;
  line-height: 68px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -1.12px;
}
.team-item__title--white {
  color: white;
}
.team-item__description {
  margin-top: 4px;
  color: #f2f4f8;
  font-family: 'Inter';
  font-size: 18px;
  font-weight: 400;
}
.team-item--plug {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.team-item--description {
  pointer-events: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.team-meta {
  display: flex;
  width: 100%;
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.team-meta__content {
  max-width: 100%;
  width: 600px;
  margin-left: auto;
}
.team-meta__title {
  color: #f2f4f8;
  font-family: 'Inter';
  font-size: 24px;
  font-weight: 700;
}
.team-meta__title--h2 {
  font-size: 56px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -1.12px;
}
.team-meta__title--white {
  color: white;
}
.team-meta__description {
  color: #fff;
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-align: center;
  gap: 10px;
}
.btn--outline.btn--header {
  display: inline-flex;
  padding: 8px 18px;
  align-items: flex-start;
  border-radius: 22px;
  outline: 2px solid rgba(255, 255, 255, 0.50);
  padding: 8px 18px;  
  height: min-content;
  margin: auto 0;
  margin-left: 8px;
max-width: max-content;
}
.btn--outline.btn--header .button-icon {
	width: 19px;
	height: 19px;
	display: block;
}

.btn--outline.btn--header .span.span--outline {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.btn--outline.btn--header:hover {
 outline: 2px solid rgba(255, 255, 255, 0.50);
 background: rgba(255, 255, 255, 0.1);
}

.header.header__fixed .btn--outline.btn--header {
 outline: 2px solid rgba(16, 32, 55, 0.50);
}
.header.open .btn--outline.btn--header {
 outline: 2px solid rgba(16, 32, 55, 0.50);
}
.header.header__fixed .btn--outline.btn--header span{
  color: #102037;
  max-width: 49px;
  max-height: 20px;
  overflow: hidden;
  display: block;
}
.header.open .btn--outline.btn--header span{
color: #102037;
}
.header.header__fixed .btn--outline.btn--header:hover {
 outline: 2px solid rgba(16, 32, 55, 0.50);
background: rgba(16, 32, 55, 0.2);
}
.header.open .btn--outline.btn--header:hover {
2px solid rgba(16, 32, 55, 0.50);
background: rgba(16, 32, 55, 0.2);
}
.btn--blue {
  padding: 12px 16px;
  background: #27abf5;
  border-radius: 26px;
  color: #fff;
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  max-width: max-content;
  margin-top: 36px;
}
.btn--red {
  background: #b41b41;
  margin-top: 36px;
  max-width: max-content;
}
.btn--orange {
  margin-top: 36px;
  background: #ff8123;
  max-width: max-content;
}
.btn--green {
  padding: 12px 16px;
  background: #11bf23;
  border-radius: 26px;
  color: #fff;
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  max-width: max-content;
  margin-top: 36px;
}
.btn--integration {
  text-decoration: none;
}
.btn--integration:hover {
  text-decoration: none;
}
.btn--integration:active {
  text-decoration: none;
}
.btn:hover:before {
  content: '';
}
.btn:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  background: #102037;
  opacity: 20%;
}
.btn--outline {
  background: none;
  border-radius: 24px;
  outline: 2px solid rgba(16, 32, 55, 0.5);
  padding: 12px 16px;
}
.btn--outline:hover {
  outline: 2px solid rgb(16, 32, 55);
  transition: all 0.3s ease;
}
.btn--outline:hover:after {
  content: none;
}
.btn--outline:hover:before {
  content: none;
}

.button-icon-1 {
  width: 24px;
  height: 24px;
}

.button-icon-2 {
  width: 43px;
  height: 12px;
  display: none;
}

.button-icon-3 {
  width: 43px;
  height: 12px;
}

.span--wrapper {
  color: #102037;
  text-align: center;
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.span {
  position: relative;
  z-index: 2;
}
.span--outline {
  color: #102037;
  text-align: center;
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 600;
}

.our-plus-block {
  background: #f2f4f8;
  padding: 136px 0;
}

.our-plus-block--orange .our-plus-item {
  background: rgba(255, 100, 21, 0.1);
}

.our-plus-block--red .our-plus-item {
  background: rgba(178, 25, 64, 0.1);
}

.our-plus-block--blue .our-plus-item {
  background: rgba(35, 108, 231, 0.1);
}

.our-plus-block--green .our-plus-list {
  -ms-grid-columns: (1fr) [6];
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
}
.our-plus-block--green .our-plus-list .our-plus-item {
  background: rgba(15, 176, 31, 0.1);
  -ms-grid-column-span: 2;
  grid-column: span 2;
  max-width: 100%;
}
.our-plus-block--green .our-plus-list .our-plus-item--transparent {
  -ms-grid-column-span: 4;
  grid-column: span 4;
}
.our-plus-block--green .our-plus-list .our-plus-item--transparent .btn--green {
  margin: unset;
}
.our-plus-block--green
  .our-plus-list
  .our-plus-item--transparent
  .btn--green
  svg {
  width: 24px;
  height: 24px;
}
.our-plus-block--green .our-plus-list .our-plus-item--img {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-row-span: 3;
  grid-row: span 3;
  max-width: max-content;
}
.our-plus-block--green
  .our-plus-list
  .our-plus-item
  .our-plus__title-description {
  text-align: unset;
}
.our-plus-block--green .our-plus-list .our-plus-item .our-plus__img img {
  height: 557px;
}
.our-plus-block--green .our-plus-list .our-plus-item--4 {
  -ms-grid-column-span: 4;
  grid-column: span 4;
  flex-direction: row;
  flex-wrap: nowrap;
}
.our-plus-block--green .our-plus-list .our-plus-item--4 .our-plus__description {
  margin-left: auto;
  max-width: 305px;
}

.our-plus-list {
  display: -ms-grid;
  display: grid;
  flex-wrap: wrap;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  column-gap: 10px;
}

.our-plus-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  background-color: #deedf8;
  padding: 32px;
  border-radius: 16px;
  max-height: 215px;
  max-width: 288px;
}
.our-plus-item--transparent {
  padding: 0;
  padding-bottom: 27px;
  background: none;
  -ms-grid-column-span: 2;
  grid-column: span 2;
  max-width: 582px;
}
.our-plus-item--img {
  padding: 0;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  height: 446px;
  max-height: unset;
}

.our-plus__img {
  -o-object-fit: cover;
  object-fit: cover;
}
.our-plus__img img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 446px;
}
.our-plus__title {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  color: #102037;
  font-family: 'Inter';
  font-size: 56px;
  font-weight: 700;
  letter-spacing: -1.12px;
  padding-bottom: 14px;
}
.our-plus__title-caption {
  white-space: nowrap;
  color: #102037;
  text-align: center;
  font-family: 'Inter';
  font-size: 48px;
  font-weight: 700;
  line-height: 85%;
  /* 40.811px */
  letter-spacing: -3.36px;
}
.our-plus__title-description {
  color: #102037;
  text-align: center;
  font-family: 'Inter';
  font-size: 28px;
  font-weight: 400;
  line-height: 85%;
  /* 23.806px */
  letter-spacing: -0.56px;
  margin-top: 6px;
}
.our-plus__description {
  color: #102037;
  font-family: 'Inter';
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
}

.our-blog-block {
  background: #f2f4f8;
  padding-top: 136px;
  padding-bottom: 136px;
}

.our-blog-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 20px;
}
.our-blog-list--horizontal {
  margin: 0 auto;
  max-width: 930px;
  -ms-grid-columns: (1fr) [1];
  grid-template-columns: repeat(1, 1fr);
  gap: 48px;
}
.our-blog-list--horizontal .our-blog-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
}
.our-blog-list--horizontal .our-blog__description {
  color: #102037;
  font-family: 'Inter';
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
  margin-top: 10px;
  overflow: hidden;
  max-height: 100px;
}
.our-blog-list--horizontal .our-blog__content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 0px;
}
/*
.our-blog-list--horizontal .our-blog__img {
  margin-right: 34px;
}*/
.our-blog-list--horizontal .our-blog__img img {
  border-radius: 10px;
}
.our-blog-list--horizontal .our-blog__face {
  display: flex;
  margin-top: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.our-blog-list--horizontal .our-blog__icon {
  display: flex;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 15px;
}
.our-blog-list--horizontal .our-blog__icon img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 37px;
  height: 37px;
  border-radius: 37px;
}
.our-blog-list--horizontal .our-blog__info {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}
.our-blog-list--horizontal .our-blog__info-date {
  color: #102037;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.56px;
  opacity: 0.7;
  margin-left: 0;
  margin-left: 0;
}
.our-blog-list--horizontal .our-blog__info-more {
  display: flex;
  margin-left: auto;
  color: #2fb4fe;
  text-align: center;
  font-family: 'Inter';
  font-size: 18px;
  font-weight: 700;
}
.our-blog-list--horizontal .our-blog__info-more img {
  margin-left: 5px;
  width: 5px;
  height: 12px;
}
.our-blog-list--horizontal .our-blog__tag {
  height: max-content;
  margin-top: 0;
}
.our-blog-list--horizontal .our-blog__tag-title {
  height: max-content;
}
.our-blog-list--horizontal .our-blog__tag-date {
  margin-left: 0;
}
.our-blog-list--horizontal .our-blog__tag-name {
  display: flex;
  align-items: center;
  color: #102037;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.56px;
  opacity: 0.5;
}
.our-blog-list--horizontal .our-blog__title {
  margin-top: 10px;
  width: 100%;
}

.our-blog-item {
  -ms-grid-column-span: 1;
  grid-column: span 1;
}

.caption-wrapper {
  display: flex;
  align-items: center;
}
.caption-wrapper__title {
  color: #102037;
  font-family: 'Inter';
  font-size: 56px;
  font-weight: 700;
  letter-spacing: -1.12px;
}

.btn--wrapper {
  margin-left: auto;
}

.caption-wrapper .button-icon-2 {
  display: block;
}

.our-blog__img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.our-blog__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.our-blog__content {
  margin-top: 20px;
}
.our-blog__tag {
  display: flex;
}
.our-blog__tag-title {
  padding: 2px 14px;
  align-items: center;
  border-radius: 10px;
  background-color: #dfe3ec;
  color: #102037;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
  opacity: 0.7;
}
.our-blog__tag-date {
  margin-left: auto;
  color: #102037;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.56px;
  opacity: 0.7;
}
.our-blog__tag-date img {
  border-radius: 37px;
}
.our-blog__title {
  margin-top: 10px;
  color: #102037;
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 700;
line-height: normal;
}
.our-blog__description {
  margin-top: 10px;
}

.our-blog__description p {
  display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
align-self: stretch;
}

.our-detail {
  background: #f2f4f8;
  display: flex;
  flex-direction: column;
  padding: 147px 0;
  transition: all 0.3s;
  position: relative;
  z-index: 12;
}
.our-detail__caption {
  color: #102037;
  text-align: center;
  font-family: 'Inter';
  font-size: 56px;
  font-weight: 700;
  letter-spacing: -1.12px;
  max-width: 960px;
  margin: 0 auto;
}
.our-detail .btn {
  margin: 0 auto;
  padding: 46px 118px;
  border-radius: 80px;
  margin-top: 54px;
  width: 100%;
  border: 7px solid #102037;
  outline: unset;
}
.our-detail .btn span {
  color: #102037;
  font-family: 'Inter';
  font-size: 56px;
  font-weight: 700;
  letter-spacing: -1.12px;
  margin: 0 auto;
}

.our-detail.hover {
  background: #102037;
  transition: all 0.3s;
}
.our-detail.hover .our-detail__caption {
  color: #fff;
}
.our-detail.hover .btn {
  border: 7px solid #26a9f4;
}
.our-detail.hover .btn span {
  color: #26a9f4;
}

.our-detail--orange.hover {
  background: #102037;
  transition: all 0.3s;
}
.our-detail--orange.hover .our-detail__caption {
  color: #fff;
}
.our-detail--orange.hover .btn {
  border: 7px solid #ff6415;
}
.our-detail--orange.hover .btn span {
  color: #ff6415;
}

.our-detail--red.hover {
  background: #102037;
  transition: all 0.3s;
}
.our-detail--red.hover .our-detail__caption {
  color: #b21940;
}
.our-detail--red.hover .btn {
  border: 7px solid #b21940;
}
.our-detail--red.hover .btn span {
  color: #b21940;
}
.our-detail.our-detail-video {
  display: flex;
  padding: 64px 0;
}
.our-detail.our-detail-video .our-detail__caption{
  color: #FFF;

text-align: center;
font-family: Inter;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 112%; /* 40.32px */
letter-spacing: -1.44px;
}
@media screen and (max-width: 1023px) {
  .modal.program-modal.video .modal-video {
    width: 480px;
    height: 270px;
  }

  .modal.program-modal.open {
    justify-content: center;
    max-width: 100%;
  }
}

.our-detail-video {
  background: #102037;
  padding: 115px 0 95px;
}
.our-detail-video__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.our-detail-video .our-detail__tag {
  color: #fff;
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 700;
  line-height: 103.023%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 5px 20px;
  border-radius: 14.5px;
  background: #2d4b74;
  width: max-content;
  margin: 0 auto;
}
.our-detail-video .our-detail__caption {
  color: #fff;
  text-align: center;
  font-family: 'Inter';
  font-size: 56px;
  font-weight: 700;
  letter-spacing: -1.12px;
  margin-top: 32px;
}
.our-detail-video a .btn.btn--outline {
  padding: 12px 16px;
  width: max-content;
  margin: 60px auto 0;
  border: 2px solid #ffffff;
}
.our-detail-video a .btn.btn--outline svg {
  width: 25px;
  height: 25px;
}
.our-detail-video a .btn.btn--outline span {
  color: #fff;
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 600;
}

.our-detail-video:hover {
  background: #102037;
}
.our-detail-video:hover .btn.btn--outline {
  padding: 12px 16px;
  width: max-content;
  margin: 60px auto 0;
  border: 2px solid #ffffff;
}
.our-detail-video:hover .btn.btn--outline svg {
  width: 25px;
  height: 25px;
}
.our-detail-video:hover .btn.btn--outline span {
  color: #fff;
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 600;
}

.home-why-section {
  background: #102037;
  color: #fff;
  position: relative;
}

.how-work-desctop {
  display: block;
}
.how-work-desctop .how-work__dots {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: max-content;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16%;
}
.how-work-desctop .how-work__dots-item {
  border-radius: 6px;
  display: block;
  background: #d3e2fa;
  width: 12px;
  height: 12px;
}
.how-work-desctop .how-work__dots-item.active {
  background: #236ce7;
}
.how-work-desctop .column,
.how-work-desctop .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.how-work-desctop .column:last-child:not(:first-child),
.how-work-desctop .columns:last-child:not(:first-child) {
  float: right;
}
.how-work-desctop .large-6 {
  width: 50%;
}
.how-work-desctop .large-offset-6 {
  margin-left: 50%;
}
.how-work-desctop .container:after {
  clear: both;
}
.how-work-desctop .container:after,
.how-work-desctop .container:before {
  content: ' ';
  display: table;
}
.how-work-desctop img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
  border: 0;
}
.how-work-desctop .orn-home-why {
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
}
.how-work-desctop .orn-home-why after {
  content: '';
  position: absolute;
  top: 0;
  left: -1px;
  bottom: 0;
  width: 3px;
  background: #1e1e1e;
}
.how-work-desctop .home-why-section-top {
  margin-bottom: 230px;
}
.how-work-desctop .home-why-height {
  min-height: 100vh;
}
.how-work-desctop .how-work {
  position: relative;
  overflow: hidden;
}
.how-work-desctop .how-work__item {
  position: absolute;
  height: 120vh;
  top: auto;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
.how-work-desctop .how-work__item .large-offset-6 {
  margin-left: 50%;
}
.how-work-desctop .how-work__item .filler {
  height: 1000px;
}
.how-work-desctop .how-work__tag {
  margin-bottom: 22px;
  color: #fff;
  opacity: 0.7;
  border-radius: 10.5px;
  background: #236ce7;
  padding: 2px 14px;
  margin-bottom: 36px;
  max-width: max-content;
}
.how-work-desctop .how-work__title {
  color: #fff;
  font-family: 'Inter';
  font-size: 44px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 90px;
}
.how-work-desctop .how-work__description {
  color: #fff;
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}
.how-work-desctop .how-work__list {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.how-work-desctop .how-work__img-wrapper {
  height: 965px;
  pointer-events: none;
}
.how-work-desctop .how-work__img-wrapper:first-child .hw-image img {
  transform: translateY(0%);
}
.how-work-desctop .how-work__content {
  padding-left: 85px;
}
.how-work-desctop .how-work:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0;
  width: calc(50% - 20px);
  background: #fff;
}
.how-work-desctop .home-why-fixed-images-items {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.how-work-desctop .hw-image {
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 965px;
  justify-content: center;
}
.how-work-desctop .hw-image-hold {
  height: 965px;
  position: relative;
  padding-top: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}
.how-work-desctop .hw-image-holder {
  position: relative;
  padding-right: 0;
}
.how-work-desctop .how-work .how-work__list {
  position: fixed;
}
.how-work-desctop .how-work .how-work__item.pass-slide,
.how-work-desctop .how-work .how-work__item {
  opacity: 0;
  visibility: hidden;
}
.how-work-desctop .how-work .how-work__item.active-slide {
  opacity: 1;
  visibility: visible;
}
.how-work-desctop .how-work__img-wrapper-last {
  height: 1px;
}
.how-work-desctop .how-work__content .how-work__tag {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.how-work-desctop .how-work__content .how-work__title {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.15s;
}
.how-work-desctop .how-work__content .how-work__description {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.3s;
}
.how-work-desctop .how-work__content .hw-link {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.45s;
}
.how-work-desctop .how-work__item.active-slide .how-work__tag,
.how-work-desctop .how-work__item.active-slide .how-work__title,
.how-work-desctop .how-work__item.active-slide .how-work__description {
  opacity: 1;
  transform: translateY(0);
}
.how-work-desctop .how-work.last-reached .how-work__list {
  position: absolute;
  top: auto;
  bottom: 0;
}
.how-work-desctop .how-work.last-reached .how-work__item {
  top: auto;
  bottom: 0;
}
.how-work-desctop--red .how-work__tag {
  background: #b21940;
}
.how-work-desctop--red .how-work__dots-item {
  background: #845151;
}
.how-work-desctop--red .how-work__dots-item.active {
  background: #b21940;
}
.how-work-desctop--orange .how-work__tag {
  background: #ff6415;
}
.how-work-desctop--orange .how-work__dots-item {
  background: #ffe0d0;
}
.how-work-desctop--orange .how-work__dots-item.active {
  background: #ff6415;
}
.how-work-mobile {
  display: none;
}
.how-work-mobile .how-work {
  font-family: 'Inter';
  display: flex;
  flex-direction: column;
}
.how-work-mobile .how-work__slider.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 24px;
}
.how-work-mobile .how-work__slider.owl-theme .owl-dots {
  padding-bottom: 64px;
}
.how-work-mobile .how-work__slider.owl-theme .owl-dots .owl-dot span {
  margin-right: 15px;
  width: 15px;
  height: 15px;
  background: #142f5a;
}
.how-work-mobile .how-work__slider.owl-theme .owl-dots .owl-dot.active span {
  background: #236ce7;
}
.how-work-mobile .how-work-item {
  display: flex;
  width: 100%;
  height: 880px;
}
.how-work-mobile .how-work-item__left {
  display: flex;
  background: #ffffff;
  margin-left: auto;
  width: 50%;
  align-items: center;
  padding-right: 85px;
}
.how-work-mobile .how-work-item__left .how-work-item__img {
  margin-left: auto;
  max-height: 378px;
}
.how-work-mobile .how-work-item__left .how-work-item__img img {
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 378px;
  width: 100%;
}
.how-work-mobile .how-work-item__right {
  display: flex;
  background: #102037;
  margin-right: auto;
  width: 50%;
  align-items: center;
  padding-left: 85px;
}
.how-work-mobile .how-work-item__content {
  max-width: 486px;
}
.how-work-mobile .how-work-item__tag {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.42px;
  padding: 2px 14px;
  border-radius: 10.5px;
  background: #236ce7;
  width: max-content;
}
.how-work-mobile .how-work-item__title {
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  line-height: 120%;
  margin-top: 20px;
}
.how-work-mobile .how-work-item__description {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  margin-top: 20px;
  opacity: 0.7;
}
.how-work-mobile .how-work-item--red .how-work-item__tag {
  background: #b21940;
}
.how-work-mobile .how-work-item--orange .how-work-item__tag {
  background: #ff6415;
}

.page-block.faq {
  max-width: 930px;
  margin: 138px auto;
}

.footer__menu {
  margin-left: 0;
}

.faq__caption {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #102037;
  font-family: 'Inter';
  font-size: 56px;
  font-weight: 700;
  letter-spacing: -1.12px;
}

.faq-list {
  margin-top: 90px;
  display: -ms-grid;
  display: grid;
}
.faq-list__item {
  border-bottom: 1px solid #e7e9eb;
  padding: 24px 0;
  cursor: pointer;
}
.faq-list__item-header {
  color: #102037;
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.faq-list__item-content {
  opacity: 0.7;
  color: #102037;
  font-family: 'Inter';
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  overflow: hidden;
  display: none;
}
.faq-list__item-icon {
  -o-object-fit: cover;
  object-fit: cover;
  width: 42px;
  height: 42px;
}
.faq-list__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  margin-left: auto;
  transition: 0.3s;
}
.faq-list__item-icon svg {
  width: 40px;
  height: 40px;
}
.faq-list__item.open .faq-list__item-icon {
  transition: 0.3s;
  transform: rotate(180deg);
}

.our-certificate-block {
  padding: 58px 0;
  background: #102037;
}
.our-certificate-block .our-certificate-item a{
  margin-left: auto;
}

.our-certificate__title {
  max-width: 450px;
  color: #fff;
  font-family: 'Inter';
  font-size: 56px;
  font-weight: 700;
  line-height: 103%;
  /* 57.693px */
}

.our-certificate-item {
  align-items: center;
  display: flex;
}
.our-certificate-item .btn--outline:hover {
  outline: 2px solid rgba(255, 255, 255, 0.5);
}

.btn--white {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  margin-left: auto;
}
.btn--white svg {
  color: #fff;
}

.span--white {
  color: #fff;
  text-align: center;
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 600;
}

.our-contact-block {
  padding: 0;
  padding-top: 136px;
  background-color: #f2f4f8;
}

.our-contact-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  /* align-items: flex-start;*/
}

.our-contact-item {
  display: flex;
  flex-direction: column;
  -ms-grid-column-span: 1;
  grid-column: span 1;
  width: 100%;
  max-width: 530px;
  margin-top: 24px;
}
.our-contact-item .our-contact-icon {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  margin-right: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}
.our-contact-item .our-contact-icon--small {
  width: 32px;
  height: 32px;
}
.our-contact-item a {
  display: flex;
  align-items: center;
  color: #102037;
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  padding-top: 8px;
  /* 26px */
}

.our-contact__title {
  color: #102037;
  font-family: 'Inter';
  font-size: 32px;
  font-weight: 700;
}
.our-contact__title--small {
  font-size: 22px;
}
.our-contact__description {
  color: #102037;
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  padding-top: 8px;
  /* 26px */
}

.our-contact-img {
  margin-top: 52px;
}
.our-contact-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.brand-block {
  display: flex;
  flex-wrap: wrap;
}
.brand-block__caption {
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
}

.brand-item {
  margin: 0;
}

.brand-block {
  overflow: hidden;
}

.brand-block-slider {
  margin-top: 34px;
  /*width: 100%;*/
}

.brand-block .owl-carousel .owl-item img {
  width: auto;
}
.brand-block .owl-item {
  max-width: max-content;
}
.brand-block .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.integration-block {
  padding: 136px 0;
  background-color: #ffffff;
}

.integration-caption p {
  text-align: center;
  margin: auto;
}

.integration-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  gap: 64px;
  margin-top: 15px;
}
.integration-list .integration-item .integration-item__img picture img {
 width: 75%;
}
.integration-item {
  display: -ms-grid;
  display: grid;
  align-items: flex-end;
  justify-items: center;
  width: 250px;
  height: 210px;
}
.integration-item__button {
  transition: 0.3s;
  opacity: 0;
  margin-top: auto;
}

.integration-item:hover .integration-item__button {
  opacity: 1;
  transition: 0.3s;
}

.about-company-header {
  background: rgba(242, 244, 248, 0.95);
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='314' viewBox='0 0 1920 314' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M916.955 313C903.763 313 893.068 302.312 893.068 289.128V32.5359C893.068 9.6434 869.405 -5.60363 848.539 3.8437L560.555 134.231C549.283 139.334 542.042 150.557 542.042 162.923L542.043 289.124C542.043 302.308 531.348 312.996 518.155 312.996H-4M916.866 312.999C930.059 312.999 940.754 302.311 940.754 289.127V168.388C940.754 150.992 954.866 136.889 972.274 136.889H1091.19C1108.6 136.889 1122.71 150.992 1122.71 168.388V289.128C1122.71 302.312 1133.41 313 1146.6 313H1922' stroke='url(%23paint0_linear_176_4275)' stroke-width='2'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_176_4275' x1='856.223' y1='306.702' x2='867.266' y2='-24.0658' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2330B4FF'/%3E%3Cstop offset='1' stop-color='%231EA1EB'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: 1910px 312px;
  background-repeat: repeat-x;
  min-height: 388px;
  display: flex;
  align-items: center;
  margin-top: 72px;
  padding: 28px 0 48px;
  background-position: 50% 33%;
}

.about-company-header__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-end;
}

.about-company-header__title {
  color: #102037;
  font-family: 'Inter';
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  /* 67.2px */
  letter-spacing: -1.12px;
}
.about-company-header__description {
  display: flex;
  align-items: flex-end;
  margin-left: auto;
  color: #102037;
  font-family: 'Inter';
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
  /* 28.6px */
}

.mobile-text {
  display: none;
}

.tender-header {
  position: relative;
  overflow: hidden;
  background-color: #102037;
  padding: 140px 0 97px;
}
.tender-header::before {
  content: '';
  position: absolute;
  background-color: #311f39;
  left: -17.5%;
  top: -95px;
  border: 10px solid transparent;
  height: 1500px;
  width: 715px;
  transform: rotate(-28deg);
  opacity: 1;
  z-index: 0;
}
.tender-header::after {
  content: '';
  position: absolute;
  background-color: #28364b;
  right: -22.1%;
  top: -300px;
  border: 10px solid transparent;
  height: 1500px;
  width: 715px;
  transform: rotate(-28deg);
  opacity: 1;
  z-index: 0;
}
.tender-header--blue::before {
  content: '';
  position: absolute;
  background-color: #102d5a;
  left: -17.5%;
  top: -95px;
  border: 10px solid transparent;
  height: 1500px;
  width: 715px;
  transform: rotate(-28deg);
  opacity: 1;
  z-index: 0;
}
.tender-header--blue::after {
  content: '';
  position: absolute;
  background-color: #28364b;
  right: -22.1%;
  top: -300px;
  border: 10px solid transparent;
  height: 1500px;
  width: 715px;
  transform: rotate(-28deg);
  opacity: 1;
  z-index: 0;
}
.tender-header--orange::before {
  content: '';
  position: absolute;
  background-color: #282834;
  left: -17.5%;
  top: -95px;
  border: 10px solid transparent;
  height: 1500px;
  width: 715px;
  transform: rotate(-28deg);
  opacity: 1;
  z-index: 0;
}
.tender-header--orange::after {
  content: '';
  position: absolute;
  background-color: #28364b;
  right: -22.1%;
  top: -300px;
  border: 10px solid transparent;
  height: 1500px;
  width: 715px;
  transform: rotate(-28deg);
  opacity: 1;
  z-index: 0;
}
.tender-header--green::before {
  content: '';
  position: absolute;
  background-color: #0e3f31;
  left: -17.5%;
  top: -95px;
  border: 10px solid transparent;
  height: 1500px;
  width: 715px;
  transform: rotate(-28deg);
  opacity: 1;
  z-index: 0;
}
.tender-header--green::after {
  content: '';
  position: absolute;
  background-color: #28364b;
  right: -22.1%;
  top: -300px;
  border: 10px solid transparent;
  height: 1500px;
  width: 715px;
  transform: rotate(-28deg);
  opacity: 1;
  z-index: 0;
}
.tender-header__content {
  position: relative;
  z-index: 1;
  display: flex;
}
.tender-header--blue svg {
      width: 164px;
      height: 60px;
    }
  }
}
.tender-header svg {
  width: 205px;
  height: 60px;
}
.tender-header__title {
  margin-top: 24px;
  max-width: 584px;
  color: #fff;
  font-family: 'Inter';
  font-size: 56px;
  font-weight: 700;
  line-height: 103.023%;
  /* 57.693px */
  letter-spacing: -1.12px;
}
.tender-header__description {
  margin-top: 24px;
  color: #fff;
  font-family: 'Inter';
  font-size: 22px;
  font-weight: 400;
  opacity: 0.7;
}
.tender-header__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tender-header__img {
  margin-left: auto;
}

.footer {
  background: #f2f4f8;
  padding: 93px 0 28px;
}
.footer__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
}
.footer__wrapper a:hover {
  color: black;
}
.footer__menu {
  display: flex;
  -ms-grid-column-span: 3;
  grid-column: span 3;
  gap: 22px;
  padding-left: 33px;
  margin-left: auto;
}
.footer__copyright {
  -ms-grid-column-span: 4;
  grid-column: span 4;
  margin-left: auto;
  color: #102037;
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 400;
  margin-top: 100px;
}

.footer-meta__logo svg {
  width: 183px;
  height: 80px;
}
.footer-meta__number {
  color: rgba(16, 32, 55, 0.7019607843);
  font-family: 'Inter';
  font-size: 26px;
  font-weight: 400;
  margin-top: 18px;
}
.footer-meta__number a {
  color: rgba(16, 32, 55, 0.7019607843);
}
.footer-meta__politic {
  max-width: 256px;
  color: rgba(16, 32, 55, 0.7019607843);
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 400;
  margin-top: 39px;
}

.footer-menu {
  display: flex;
  flex-direction: column;
  width: 200px;
}
.footer-menu__title {
  color: #102037;
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 600;
}
.footer-menu__list {
  margin-top: 11px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-menu__link {
  margin-top: 11px;
  color: #49494f;
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 400;
}

.review {
  display: flex;
  padding: 136px 0 40px;
  background: #f2f4f8;
  overflow: hidden;
}

.review-slider.owl-carousel .owl-dots {
  position: absolute;
  bottom: 47px;
  left: 50%;
  transform: translate(-50%);
}
.review-slider.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.review-slider.owl-carousel .owl-stage-outer .owl-stage{
  diplay: flex;
  height: 100%;
}
.review-slider.owl-carousel .owl-stage-outer .owl-stage .owl-item {
  content: none;
}
.owl-stage {
  overflow: visible;
}

.review-slider {
  position: relative;
  display: block;
  margin-top: 52px;
}

.review-slider-caption {
  display: flex;
  align-items: center;
}

.owl-theme .owl-dots {
  /*  position: absolute;
  bottom: 47px;
  left: 50%;
  transform: translate(-50%);*/
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #ffffff;
}
.owl-theme .owl-dots .owl-dot span {
  margin: 0 3px;
}
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff;
}

.review-slider::after {
  content: '';
  background: #aeb4be;
  width: 100%;
  height: 100%;
  top: 0;
  left: 1216px;
  z-index: 3;
  position: absolute;
  opacity: 0.95;
  border-radius: 26px;
}
.review-slider::before {
  content: '';
  background: #aeb4be;
  width: 100%;
  height: 100%;
  top: 0;
  left: -1216px;
  z-index: 3;
  position: absolute;
  opacity: 0.95;
  border-radius: 26px;
}
.review-slider__img img.slider--img {
  width: 116px;
  height: 116px;
  object-fit: contain;
  border-radius: 12px;
}
.review-slider__logo {
  
  position: absolute;
  top: 92px;
  left: 87px;
}
.review-slider__logo img.slider--logo {
  width: 117px;
  height: 48px;
  object-fit: contain;
  border-radius: 5px;
}
.review-slider__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #102037;
  padding-bottom: 100px;
  border-radius: 26px;
  height: 753px;
}
.review-slider__description {
  color: #fff;
  text-align: center;
  font-family: 'Inter';
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  padding: 0 110px;
  margin-top: 36px;
}
.review-slider__name {
  color: #fff;
  text-align: center;
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  max-width: 70%;
  margin: 0 auto;
}
.review-slider__company {
  color: #fff;
  text-align: center;
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  opacity: 0.8;
}
.review-slider__meta {
  margin-top: 36px;
}

@media screen and (max-width: 767px) {
  .review-slider__name {
    max-width: 100%;
    margin: 0;
    text-align: left;
  }
}

.btn--review {
  background: none;
  border-radius: 24px;
  margin-top: 94px;
  outline: 2px solid #878f9b;
  padding: 12px 16px;
  color: #fff;
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}
.btn--caption {
  color: #102037;
  text-align: center;
  font-family: 'Inter';
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-left: auto;
}
.btn--review:hover {
  text-decoration: none;
  outline: 2px solid #878f9b;
  border-radius: 24px;
  color: #fff;
}

.review-slider-img {
  position: relative;
  margin-top: 105px;
}

.button-icon-3--caption {
  display: block;
  width: 43px;
  height: 12px;
}

.product {
  display: flex;
  padding: 136px 0 0 0;
  background: #f2f4f8;
  overflow: hidden;
}

.product-slider.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.product-slider.owl-carousel .owl-stage-outer .owl-stage .owl-item {
  content: none;
}
.owl-stage {
  overflow: visible;
}

.product-slider {
  position: relative;
  display: block;
  margin-top: 52px;
  /* yes padding-bottom: 281px;*/
}
.product-slider .owl-dots {
  background: #d9dbe0;
  padding: 12px 12px;
  display: flex;
  gap: 18px;
  border-radius: 56px;
  width: max-content;
}
.product-slider .owl-dots .owl-dot :hover span {
  pointer-events: none;
  background: #d9dbe0;
}
.product-slider .owl-dots .owl-dot span {
  width: max-content;
  height: max-content;
  color: #000;
  font-family: 'Inter';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 12px 16px;
  background-color: unset;
}
.product-slider .owl-dots .owl-dot.active span {
  background: #102037;
  color: #fff;
}

.product-slider-caption {
  display: flex;
  align-items: center;
}

.product-slider {
  /* &::after {
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 1113px;
    z-index: 3;
    position: absolute;
    opacity: 0.5;
    border-radius: 125px;
  }

  &::before {
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: -1113px;
    z-index: 3;
    position: absolute;
    opacity: 0.5;
    border-radius: 125px;
  }*/
}
.product-slider__img img.slider--img {
  width: auto;
}
.product-slider__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #fff;
  padding: 0;
  border-radius: 125px;
  width: 571px;
  height: 191px;
}
.product-slider__item-img {
  display: flex;
  align-items: center;
  height: 191px;
}
.product-slider__item svg {
  margin: auto;
  max-width: 100%;
}

.product-wrapper {
  position: relative;
}

.product-slider__img {
  position: absolute;
  top: 186px;
  left: 50px;
  opacity: 0.1;
}

.product-slider__img--left {
  position: absolute;
  top: 202px;
  left: -325px;
  opacity: 0.15;
}

.product-slider__img--left2 {
  position: absolute;
  top: 202px;
  left: -700px;
  opacity: 0.15;
}

.product-slider__img--right {
  position: absolute;
  top: 202px;
  left: 1131px;
  opacity: 0.15;
}

.product-slider__img--right2 {
  position: absolute;
  top: 202px;
  left: 1505px;
  opacity: 0.15;
}

.product__info {
  /* yes position: absolute;
  top: 490px;
  left: 50%;*/
  max-width: 600px;
  margin-left: auto;
}

.product-info__title {
  color: #102037;
  font-family: 'Inter';
  font-size: 24px;
  font-weight: 700;
}
.product-info__description {
  color: #102037;
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  max-width: 383px;
  margin-top: 12px;
  width: 100%;
  /* 26px */
}
.product-info__description p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-info-slider__item {
  display: flex;
  flex-direction: column;
}

.product-arrow {
  width: 7px;
  height: 14px;
}

.product-info-slider .owl-stage {
  transition: 0s !important;
}
.product-info-slider .owl-dots {
  opacity: 0;
  width: 0;
  height: 0;
}
.product-info-slider .owl-dots .owl-dot {
  width: 0;
  height: 0;
}
.product-info-slider .owl-dots .owl-dot span {
  width: 0;
  height: 0;
}

.our-history {
  background: #f2f4f8;
  padding: 120px 0 136px;
}

.our-history__caption {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  color: #102037;
  font-family: 'Inter';
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.12px;
  grid-area: one;
}
.our-history__wrapper {
  display: -ms-grid;
  display: grid;
  grid-template-areas: 'one five' 'two five' 'free five' 'foor five';
  gap: 20px;
}
.our-history__content {
  max-width: 530px;
}
.our-history__img {
  width: 600px;
  margin-left: 45px;
}

.our-history__content .our-history-slider {
  display: -ms-grid;
  display: grid;
}

.our-history-slider {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: free;
  max-width: 528px;
  /*
  .owl-dots {
    display: flex;
    gap: 8px;
    order: 0;
    margin-top: 24px;

    .owl-dot {
      span:hover {
        pointer-events: none;
      }

      span {
        color: #000;
        font-family: 'Inter';
        font-size: 14px;
        font-weight: 500;
        background: #dcdfe5;
        padding: 8px 16px;
        width: max-content;
        height: max-content;
      }

      &:hover {
        span {
          pointer-events: none;
          background: #dcdfe5;
        }
      }
    }
  }

  .owl-dots {
    position: unset;
    transform: none;

    .owl-dot.active {
      span {
        background: #102037;
        color: #fff;
      }

      &:hover {
        span {
          pointer-events: none;
          background: #102037;
        }
      }
    }
  }*/
}
.our-history-slider .owl-nav {
  display: flex;
  gap: 14px;
  order: 2;
}
.our-history-slider .owl-nav .owl-prev:hover {
  background-color: unset;
}
.our-history-slider .owl-nav .owl-next:hover {
  background-color: unset;
}
.our-history-slider .owl-nav button svg {
  width: 60px;
  height: 60px;
}
.our-history-slider__item {
  color: #102037;
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}
.our-history-slider .owl-stage-outer {
  order: 1;
}

#carousel-custom-dots {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: two;
  width: 463px;
  display: flex;
  gap: 8px;
}
#carousel-custom-dots .owl-dot {
  padding: 8px 16px;
  background: #dcdfe5;
  border-radius: 57px;
}
#carousel-custom-dots .owl-dot button {
  padding: 0;
  color: #102037;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 500;
}
#carousel-custom-dots .owl-dot-item.active {
  background: #102037;
}
#carousel-custom-dots .owl-dot-item.active button {
  color: #fff;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 500;
  background: #102037;
}

.our-history .our-history-slider .owl-stage {
  transition: 0s !important;
}
.our-history__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  grid-area: five;
}
.our-history__img .history-img-slider .owl-stage {
  transition: 0s !important;
}
.our-history__img
  .history-img-slider
  .owl-stage
  .owl-item
  .history-img-slider__item
  img {
  width: 600px;
  height: auto;
}
.our-history__img .history-img-slider .owl-dots {
  opacity: 0;
  height: 0;
  width: 0;
}
.our-history__img .history-img-slider .owl-dots .owl-dot {
  height: 0;
  width: 0;
}
.our-history__img .history-img-slider .owl-dots .owl-dot span {
  width: 0;
  height: 0;
}

.product__nav {
  max-width: 371px;
}

#carousel-custom-dots.product-custom-dots {
  background: #d9dbe0;
  padding: 12px;
  border-radius: 57px;
  max-width: max-content;
  gap: 18px;
  height: max-content;
}
#carousel-custom-dots.product-custom-dots .owl-dot {
  background: #d9dbe0;
  padding: unset;
}
#carousel-custom-dots.product-custom-dots .owl-dot button {
  padding: 12px 16px;
  color: #000;
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 700;
}
#carousel-custom-dots.product-custom-dots
  .owl-dot.owl-dot-item.active
  .owl-dot {
  color: #fff;
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 700;
}

.product__wrapper {
  display: flex;
  margin-top: 60px;
}

.page {
  background: #f2f4f8;
  padding: 140px 0;
}
.page__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
}
.page__item {
  background: #dcdfe5;
  padding: 16px 8px;
  border-radius: 26.5px;
  width: 120px;
  text-align: center;
  margin-top: 15px;
}
.page__item:hover {
  transition: all 0.3s;
  background: #102037;
  color: #26a9f4;
  outline: 1px solid #26a9f4;
}

.page-caption {
  color: #102037;
  font-family: 'Inter';
  font-size: 56px;
  font-weight: 700;
  letter-spacing: -1.12px;
  text-align: center;
  padding-bottom: 40px;
}

.main-blog {
  background: #f2f4f8;
}
.main-blog__caption {
  padding-top: 200px;
  max-width: 930px;
  margin: 0 auto;
}
.main-blog .tag-list {
  display: flex;
  margin: 48px auto 0;
  max-width: 930px;
  gap: 10px;
  flex-wrap: wrap;
}
.main-blog .tag__item {
  width: max-content;
  white-space: nowrap;
  background: rgba(16, 32, 55, 0.1);
  border-radius: 24px;
  color: #102037;
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 500;
  padding: 12px 16px;
}
.main-blog .tag__item.active {
  color: #f2f4f8;
  background: #102037;
}
.main-blog .blog__list .our-blog-block {
  padding: unset;
}
.our-blog-block .our-blog__img img{
  width: 285px;
  height: 181px;
  border-radius: 10px;
}
.our-blog-block--horizontal .our-blog__img img{
  width: 431px;
  height: 274px;
  border-radius: 10px;
}

.filter-blog {
  max-width: 930px;
  margin: 40px auto 50px;
  display: flex;
}
.filter-blog__title {
  color: #000;
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.filter-blog__fields {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.filter-blog__fields span {
  color: #000;
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 500;
}
.filter-blog__fields input {
  color: #102037;
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 500;
  width: 145px;
  height: 48px;
  border-radius: 6px;
  border: 1px solid #102037;
  background: transparent;
  padding: 12px 16px;
}

.paginator-block {
  max-width: 100%;
  width: fit-content;
  margin: 60px auto 0;
  padding-bottom: 30px;
  /*margin-bottom: 70px;*/
  display: flex;
  gap: 10px;
}
.paginator-block > * {
  min-width: 64px;
}
.paginator-block > a {
  display: flow;
  text-align: center;
}
.paginator-block__item > * {
  width: 100%;
}
.page-numbers {
  padding: 10px 15px;
}
.paginator-block__item {
  display: flex;
  border: 1px solid rgba(16, 32, 55, 0.5);
  border-radius: 6px;
  color: #102037;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}
.paginator-block__item .page-numbers.current {
  color: #fff;
  border: 1px solid #102037;
  background: #102037;
  border-radius: 6px;
}
.paginator-block__arrow {
  padding: 10px 15px;
  height: 100%;
  border: 1px solid rgba(16, 32, 55, 0.5);
  border-radius: 6px;
}
.paginator-block__arrow svg {
  width: 6px;
  height: 12px;
}
.paginator-block__arrow:last-child.paginator-right svg {
  transform: rotate(-180deg);
  width: 6px;
  height: 12px;
}

.detail-blog {
  background: #f2f4f8;
}
.detail-blog .our-blog-item {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  overflow: hidden;
}
.detail-blog .our-blog-list--horizontal .our-blog__img img {
  border-radius: 10px;
}

.detail-blog .our-blog-list--horizontal .our-blog__description.description-base {
  max-height: none;
  width: 100%;
}

.detail-blog .our-blog-list--horizontal .our-blog__description.description-base p:first-child {
  margin-top: 0;
}

.detail-blog .our-blog-list--horizontal .our-blog__description.description-base p {
  margin-top: 20px;
}

.detail-blog .our-blog-list--horizontal .our-blog__description p {
  line-clamp: none;
  overflow: visible;
  display: block;
}

.detail-blog .our-blog__content--top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
}
.detail-blog .our-blog__tag {
  -ms-grid-column-span: 1;
  grid-column: span 1;
}
.detail-blog .our-blog__tag-name {
  color: #102037;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 700;
  opacity: 1;
}
.detail-blog .our-blog__description a {
  color: #26a9f4;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.detail-blog .our-blog__info {
  -ms-grid-column-span: 1;
  grid-column: span 1;
}
.detail-blog .our-blog__info-date {
  margin-left: auto;
  color: #102037;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.56px;
  opacity: 1;
}
.detail-blog .our-blog__title {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.detail-blog .our-blog__title h1 {
  color: #102037;
  font-family: 'Inter';
  font-size: 56px;
  font-weight: 700;
  line-height: 103.023%;
}
.detail-blog .our-blog-link {
  display: flex;
  background: #102037;
  padding: 20px;
  color: #f2f4f8;
  text-align: center;
  align-items: center;
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  width: 100%;
  border-radius: 10px;
}
.detail-blog .our-blog-link svg {
  width: 42px;
  height: 42px;
}
.detail-blog .our-blog-link p {
  margin-left: 10px;
}
.detail-blog .our-blog-link button {
  margin-left: auto;
  margin-top: unset;
}
.detail-blog .our-blog-link svg:last-child {
  width: 20px;
  height: 20px;
  transform: rotate(-90deg);
}
.detail-blog ul {
  padding: 0;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.detail-blog li {
  list-style-type: none;
  position: relative;
  padding-left: 36px;
}
.detail-blog li::before {
  position: absolute;
  display: flex;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: #102037;
  transform: rotate(45deg);
  margin-right: 14px;
  top: 5px;
  left: 5px;
}
.detail-blog li p {
  margin-left: 30px;
}
.detail-blog h2 {
  margin-bottom: 15px;
}

/*
.container {
  max-width: 1920px;
}
*/
/**
  Десктоп маленький
 */
@media screen and (max-width: 1440px) {
  .how-work-desctop .how-work__dots {
    left: 100px;
  }
}
/**
  Планшет горизонтальный
 */
@media screen and (max-width: 1279px) {
  .container {
    max-width: 100%;
    padding: 0 16px;
  }
.our-history__img {
   width: 380px;
}
  .truck-video__content .truck-video__tag {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 103.023%;
    letter-spacing: 0.96px;
  }
  .truck-video__content .truck-video__title {
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 112%;
    letter-spacing: -1.44px;
  }
  .our-contact-list {
    gap: 20px;
  }
  .truck-video__content .truck-video__description {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
  }
  .title--h2 {
    font-size: 46px;
  }
  .product-poss {
    padding: 68px 0;
  }
  .product-poss-list {
    margin-top: 24px;
  }
  .why-needed .why-needed-list {
    flex-direction: column;
    gap: 10px;
  }
  .why-needed .why-needed-list .why-needed-item {
    max-width: 100%;
  }
  .why-needed .why-needed-list .why-needed-item__block {
    width: 510px;
    margin: 0 auto;
    margin-top: 28px;
  }
  .why-needed .why-needed-list .why-needed-item--cross {
    background-position: 0 25px, right 292px;
  }
  .team-item__img img {
    height: 400px;
  }
  .team-item__img--plug img {
    height: 106px;
  }
  .team-meta {
    padding-bottom: 19px;
  }
  .team-meta__title--h2 {
    color: #fff;
    font-family: 'Inter';
    font-size: 46px;
    font-weight: 700;
    line-height: 112%;
    /* 40.32px */
    letter-spacing: -1.44px;
  }
  .team-meta__description {
    color: #fff;
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    margin-top: 20px;
    /* 25.2px */
  }
  .our-team {
    padding: 64px 0;
  }
  .our-blog-block .our-blog-item{
    -ms-grid-column-span: 1;
    grid-column: span 1;
    width: 386px;
    height: 479px;
  }
  .our-blog-block .our-blog-item .our-blog__img img {
    width: 386px;
    height: 245px;
  }
  .our-plus-item {
    max-width: unset;
  }
  .our-plus-item--transparent {
    order: 0;
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
  .our-plus__title {
    font-size: 46px;
  }
  .our-plus__title-caption {
    font-size: 36px;
  }
  .our-plus__title-description {
    font-size: 24px;
  }
  .our-plus__img {
    width: 100%;
  }
  .our-plus__img img {
    width: 100%;
    height: 446px;
  }
  .our-plus-block {
    padding: 64px 0;
  }
  .our-plus-item--1 {
    order: 2;
  }
  .our-plus-item--2 {
    order: 1;
  }
  .our-plus-item--3 {
    order: 3;
  }
  .our-plus-item--4 {
    order: 4;
  }
  .our-plus-item--5 {
    order: 5;
  }
  .our-plus-list {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-height: unset;
  }
  .our-plus-block--green .our-plus-list {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
  .our-plus-block--green .our-plus-list .our-plus-item {
    flex-direction: column;
  }
  .our-plus-block--green .our-plus-list .our-plus-item--transparent {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
  .our-plus-block--green .our-plus-list .our-plus-item--img {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-row-span: 3;
    grid-row: span 3;
  }
  .our-plus-block--green .our-plus-list .our-plus-item--img .our-plus__img img {
    height: 479px;
  }
  .our-plus-block--green .our-plus-list .our-plus-item--4 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .our-plus-block--green
    .our-plus-list
    .our-plus-item--4
    .our-plus__description {
    margin-left: unset;
  }
  .caption-wrapper__title {
    font-size: 56px;
  }
  .span--wrapper {
    color: #102037;
    text-align: center;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 18px;
  }
  .span--outline {
    font-size: 18px;
  }
  .span--white {
    color: #fff;
    font-size: 20px;
  }
  .integration-list {
    justify-items: center;
    gap: 0;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
  .integration-item {
    justify-items: center;
  }
  .tender-header::before {
    content: '';
    width: 430px;
  }
  .tender-header::after {
    content: '';
    width: 430px;
  }
  .tender-header--green {
    padding-bottom: 280px;
  }
  .tender-header--green .tender-header__img {
    position: absolute;
    z-index: -1;
    left: 52%;
    top: 0%;
    transform: translate(-50%);
    margin-left: 0;
  }
  .product-slider .owl-dots {
    bottom: 100px;
    left: 25%;
  }
  .our-history-slider {
    max-width: 464px;
  }
  .our-history__img
    .history-img-slider
    .owl-stage
    .owl-item
    .history-img-slider__item
    img {
    width: 380px;
  }
  .product-slider__item {
    width: 267px;
    height: 86px;
  }
  .product-slider__item svg {
    padding: 24px 55px;
  }
  .product-slider__img {
    top: 150px;
    left: 182px;
    opacity: 1;
  }
  .product-slider__img--left {
    top: 150px;
    left: -193px;
    opacity: 0.2;
  }
  .product-slider__img--left2 {
    top: 150px;
    left: -396px;
    opacity: 0.2;
  }
  .product-slider__img--right {
    top: 150px;
    left: 556px;
    opacity: 0.2;
  }
  .product-slider__img--right2 {
    top: 150px;
    left: 930px;
    opacity: 0.2;
  }
  .product-slider .owl-dots {
    bottom: 150px;
    left: 26%;
  }
  .product__wrapper {
    flex-direction: column;
  }
  .product__info {
    margin: 30px auto 42px;
  }
  .product-custom-dots {
    margin: 32px auto 0;
  }
  .product-info-slider__item {
    width: 343px;
    margin: 0 auto;
  }
  .how-work-desctop .how-work__dots {
    left: 30px;
  }
  .how-work-desctop img {
    max-width: 90%;
  }
  .product-slider__item-img {
    height: 86px;
  }
  
  .product-slider__item-img img {
    height: 38px;
  }
}
/**
  Планшет вертикальный
 */
@media screen and (max-width: 1023px) {
.header__wrapper .header-contact {
  display: none;
}
.header-contact {
  display: none;
  
}
.header.open .header__wrapper .header-menu__item .header-menu__submenu.open {
  height: 976px;
}
.header.open .header__wrapper .header-menu__item .header-menu__submenu.open .btn--caption {
    margin-left: 20px;
}
.header.open .header__wrapper .header-menu__item.header-contact {
  display: none;
}
.header.open .header__wrapper .header-menu .header-menu__item.header-contact {
  display: flex;
}
.our-history__caption {
    max-width: 100%;
}
.open .header-contact {
  display: flex;
  width: 100%;
    border-bottom: 1px solid #e7e9eb;
    border-radius: 0;
    background: transparent;
padding: 16px 0;
margin: 0;
}
.header__fixed .header-contact__item {
  background: transparent;
}
.open .header-contact .header-menu__arrow {
margin-left: auto;
transform: rotate(-90deg);
padding: 0;
}
.open .header-contact .header-menu__arrow svg { 
  width: 20px;
    height: 20px;
}
.open .header-contact .modal {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  padding: 60px 0;
  position: unset;
  z-index: -1;
border-radius: 0;
}
.open .header-contact .modal .modal-contact__link {
  display: flex;
}
.open .header-contact .modal .modal-contact__link p {
  color: #102037;

font-family: Inter;
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 130%;
}

.open .header-contact .modal .modal-contact__link svg{
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.open .header-contact .modal .modal-list .modal-list__caption {
color: #102037;
margin-top: 34px;
margin-bottom: 12px;
font-family: Inter;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -0.64px;
}
.open .header-contact .modal .modal-list form {
max-width: 343px;
}
.open .header-contact .modal .modal-list form input {
max-width: 343px;
padding: 10px 20px;

}
.open .header-contact .modal .modal-list form p {
  color: #102037;

font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-top: 34px;
margin-top: 32px;
max-width: 343px;
}
.open .header-contact .modal .modal-list a {
  padding: 18px 40px;
width: 100%;
max-width: 343px;
}
.open .header-contact .modal .modal-list a.btn {
width: 343px;
}
.open .header-contact .modal .modal-list a span{
  margin: 0 auto;
  color: #FFF;
}
.open .header-contact .modal .modal-list .modal-list__description {
  color: #102037;

font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 25.2px */
letter-spacing: -0.36px;
}
.open .header-contact .modal .modal-list .modal-list__agreement p{
  color: #102037;
opacity: 0.7;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%;
}
.modal.program-modal.block {
width: 100%;
    max-width: 100%;
    justify-content: center;
}
.modal.program-modal.block {
  padding: 0;
  padding-top: 64px;
  margin: 0;
}
.modal.program-modal.block .modal-list form input {
  border: 1px solid black;
}
.modal.program-modal.block .modal-list .modal-list__caption {
  display: block;
}
.modal.program-modal.block .modal-list .modal-list__description {
  justify-content: unset;
  text-align: unset;
  margin: 0;
  margin-top: 12px;
}
.modal.program-modal.block .modal-list .modal-list__description br{
  display: none;
}
.modal.program-modal.block .modal-list form .modal-list__agreement p {
  max-width: 343px;
}
.modal.program-modal.block .modal-list .btn.btn--blue {
  width: 100%;
  max-width: 100%;
}
.our-certificate-block .our-certificat-list .our-certificate-item .our-certificate__title {
	max-width: 323px;
}
.our-certificate-block .our-certificat-list .our-certificate-item a button p .mobile-none {
    display: none;
}
.our-detail {
  display: none;
}
.modal.program-modal.open {
  display: flex;
  background: #102037;
  color: white;
  border-radius: 0;
  padding: 60px 16px;
}
.modal.program-modal.open .modal-list form .modal-list__agreement p {
    max-width: 403px;
    color: #FFF;
    align-self: stretch;
    font-family: Inter; 
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
}
.modal.program-modal.open .modal-list form input::placeholder {
   color: #FFF;
opacity: 0.5;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.modal.program-modal.open .modal-list__caption {
 color: #FFF;

font-family: Inter;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -0.64px;
}
.modal.program-modal.open .modal-list__description {
 color: #FFF;
 margin-top: 12px;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 25.2px */
letter-spacing: -0.36px;
}
.modal.program-modal .modal-contact .modal-contact__header {
    margin-bottom: 8px;
width: 343px;
}
.modal.program-modal .modal-list {
  margin-top: 0;
}
.modal.program-modal.open .btn.btn--blue {
 border: none;
 width: 343px;
 max-width: 100%;
 align-items: center;
 padding: 18px 40px;
 justify-content: center;
 margin:
}
.modal.program-modal.open .modal-list__agreement {
color: #FFF;

font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%;
opacity: 0.7;
}
.modal.program-modal.open .modal-list__form p {
color: #FFF;
margin-top: 32px;
margin-bottom: 12px;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.modal-list .modal-list__input {
  max-width: 343px;
  width: 100%;
  background: #102037;
  border-radius: 5px;
  border: 1px solid #FFF;
  padding: 16px 20px;
color: #FFF;
font-family: Inter;
font-size: 18px;
font-style: normal;
line-height: normal;
}
  .how-work-desctop img {
    max-width: 100%;
  }
  .header {
    transition: all 0.3s;
  }
  .header__wrapper .header-menu {
    display: none;
    gap: 0;
  }
  .header__wrapper .header-menu__item {
    padding: 16px 0;
  }
  .header__wrapper .header-menu__item:nth-child(2) {
    padding: 16px 0;
  }
  .header__wrapper .header-menu--transparent {
    padding: 16px 0;
  }
  .header__wrapper .header-number {
    display: none;
  }
  .header__wrapper .header-burger {
    display: flex;
  }
  .header__wrapper .header__logo svg {
    width: 103px;
    height: 44px;
  }
  .header.header__fixed.open .container .header__wrapper .header-menu__item {
    background: #ffffff;
    border-radius: 0;
    padding: 16px 0;
  }
  .header.header__fixed.open
    .container
    .header__wrapper
    .header-menu__item:nth-child(2) {
    background: #ffffff;
    border-radius: 0;
    padding: 16px 0;
  }
  .header.header__fixed.open
    .container
    .header__wrapper
    .header-menu__item--transparent {
    background: #ffffff;
    border-radius: 0;
    padding: 16px 0;
  }
  .header--white .container .header__wrapper .header-burger {
    display: none;
  }
  .header--white .container .header__wrapper .header-burger--white {
    display: flex;
  }
  .header--white.header__fixed .container .header__wrapper .header-burger {
    display: flex;
  }
  .header--white.header__fixed
    .container
    .header__wrapper
    .header-burger--white {
    display: none;
  }
  .header--white.header__fixed .container .header__wrapper .header-burger--x {
    display: none;
  }
  .header--white.open .container .header__wrapper .header-burger {
    display: none;
  }
  .header--white.open .container .header__wrapper .header-burger--white {
    display: none;
  }
  .header--white.open .container .header__wrapper .header-burger--x {
    display: flex;
  }
  .header--grey.open .container .header__wrapper .header__logo--white {
    display: none;
  }
  .header--grey.open .container .header__wrapper .header-menu .header-menu__arrow--white {
    display: none;
  }
  .header--grey .container .header__wrapper .header-burger--x {
    display: none;
  }
  .header--grey.open .container .header__wrapper .header-burger {
    display: none;
  }
  .header--grey.open .container .header__wrapper .header-burger--x {
    display: flex;
  }
  
  .header.open {
    background: #ffffff;
    box-shadow: 0px 4px 30px 0px rgba(16, 32, 55, 0.07);
    animation: fadeIn ease 0.3s;
    color: #102037;
    height: 1300px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .header.open .header__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
    background: rgba(242, 244, 248, 0.95);
    padding-top: 12px;
    margin: 0 -16px;
  }
  .header.open .header__wrapper .header__logo {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    order: 1;
    margin-left: 16px;
  }
  .header--white.open .header__wrapper .header__logo {
   margin-left: 16px;
  }
  .header--grey.open .header__wrapper .header__logo {
   margin-left: 16px;
  }
.header.open .header__wrapper .header-burger--x {
   margin-right: 16px;
  }
.header--white.open .header__wrapper .header-burger--x {
   margin-right: 16px;
  }
.header--grey.open .header__wrapper .header-burger--x {
   margin-right: 16px;
  }
  .header.open .btn--outline.btn--header {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    order: 2;
  }
.header.open .btn--outline.btn--header svg{
color: #102037;
  }
  .header.open .header__wrapper .header-burger {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    order: 3;
    margin-left: auto;
  }
  .header.open .header__wrapper .header-menu {
    order: 4;
    -ms-grid-column-span: 4;
    grid-column: span 4;
    display: flex;
    flex-direction: column;
    margin: 0;
    margin-top: 12px;
    align-items: flex-start;
    font-weight: 600;
    background: #fff;
    padding: 20px 16px 0;
  }
  .header.open .header__wrapper .header-menu__item {
    width: 100%;
    border-bottom: 1px solid #e7e9eb;
    border-radius: 0;
    background: transparent;
  }
  .header.open .header__wrapper .header-menu__item .header-menu__arrow {
    margin-left: auto;
    transform: rotate(-90deg);
    padding-right: 0;
  }
  .header--grey.open .header__wrapper .header-menu__item .header-menu__arrow {
    padding-right: 0;
  }
  .header--white.open .header__wrapper .header-menu__item .header-menu__arrow {
    padding-right: 0;
  }
  .header.open .header__wrapper .header-menu__item .header-menu__submenu.open {
    z-index: 9;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    background: #ffffff;
    width: 100%;
    height: 100%;
    align-items: flex-start;
    padding: 5px 16px 0 16px;
    border-radius: 0;
  }
.header.open .header__wrapper .header-menu__item .md.header-menu__submenu.open {
    z-index: 9;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: -233px;
    background: #ffffff;
    width: 110%;
    height: 100vh;
    align-items: flex-start;
    padding: 0;
    padding-top: 5px;
    border-radius: 0;
    overflow-x: scroll;
    margin-left: -16px;
  }
.open .header-contact .md.modal.program-modal {
  position: absolute;
  top: 74px;
  height: calc(100vh - 74px);
  overflow-x: scroll;
}
  .header.open
    .header__wrapper
    .header-menu__item
    .header-menu__submenu.open
    .btn--caption {
    display: block;
  }
  .header.open
    .header__wrapper
    .header-menu__item
    .header-menu__submenu.open
    .btn--caption
    .btn {
    font-size: 16px;
    padding: 5px 12px;
  }
  .header.open
    .header__wrapper
    .header-menu__item
    .header-menu__submenu.open
    .btn--caption
    .btn
    .header-menu__arrow--left {
    transform: rotate(90deg);
  }
  .header.open
    .header__wrapper
    .header-menu__item
    .header-menu__submenu.open
    .btn--caption
    .btn
    .header-menu__arrow--left
    svg {
    width: 25px;
    height: 25px;
  }
  .header.open
    .header__wrapper
    .header-menu__item
    .header-menu__submenu.open
    .header-menu__submenu-tag {
    display: block;
    margin-top: 20px;
    padding-bottom: 20px;
    opacity: 0.5;
    border-bottom: 1px solid #e7e9eb;
    width: 100%;
  }
  .header.open
    .header__wrapper
    .header-menu__item
    .header-menu__submenu.open
    .header-menu__submenu-link {
    width: 100%;
    border-bottom: 1px solid #e7e9eb;
    padding: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-direction: row;
    background: transparent;
  }
  .header.open
    .header__wrapper
    .header-menu__item
    .header-menu__submenu.open
    .header-menu__submenu-link
    svg {
    width: 25px;
    height: 25px;
    display: flex;
  }
  .header.open .header__wrapper .header-menu__item:first-child {
    border-top: 1px solid #e7e9eb;
  }
  .truck-video picture img {
    width: 100%;
    height: 569px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .team-item__img img {
    height: 290px;
  }
  .team-item__img--plug img {
    height: 106px;
  }
  .our-plus-block {
    padding: 64px 0;
  }
  .our-plus-list {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
  .our-plus-item--transparent {
    order: 0;
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .our-plus__title {
    font-size: 46px;
  }
  .our-plus__title-caption {
    color: #102037;
    font-family: 'Inter';
    font-size: 36px;
    font-weight: 700;
    line-height: 112%;
    /* 40.32px */
    letter-spacing: -1.44px;
  }
  .our-plus__title-description {
    font-size: 20px;
  }
  .our-plus__img {
    width: 100%;
  }
  .our-plus__img img {
    width: 100%;
    height: 446px;
  }
  .our-plus-block--green .our-plus-list {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
  }
  .our-plus-block--green .our-plus-list .our-plus-item--transparent {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
  .our-plus-block--green .our-plus-list .our-plus-item--img {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .our-plus-block--green .our-plus-list .our-plus-item--img .our-plus__img img {
    height: 502px;
  }
  .span {
    font-size: 20px;
  }
  .span--outline {
    color: #102037;
    text-align: center;
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 600;
  }
  .span--white {
    color: #fff;
    font-size: 20px;
  }
  .our-blog-list--horizontal {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }
  .our-blog-list--horizontal .our-blog__tag {
    margin-top: 0;
  }
/*
  .our-blog-list--horizontal .our-blog__description {
    max-height: 25px;
  }*/
  .our-blog-list--horizontal .our-blog__face {
    margin-top: auto;
  }
  .our-blog-list--horizontal .our-blog__img {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
  .our-blog-list--horizontal .our-blog__content {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
  .our-blog-list--horizontal .our-blog__info-more {
    font-size: 16px;
  }
  .our-blog__img {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .our-blog__content {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .our-detail__caption {
    font-size: 36px;
  }
  .our-detail .btn {
    padding: 26px 0;
  }
  .our-detail .btn span {
    font-size: 30px;
  }
  .how-work-desctop {
    display: none;
  }
  .how-work-mobile {
    display: block;
  }
  .how-work-mobile .how-work {
    background: #102037;
    padding: 0 16px;
  }
  .how-work-mobile .how-work-item {
    background: #192d49;
    border-radius: 16px;
    flex-direction: column;
    padding: 5px 5px;
    height: 800px;
    /*&--red {
      .how-work-item {
        &__left {
          background: #fff;
        }

        &__img {
          background: #fff;
        }
      }
    }

    &--orange {
      .how-work-item {
        &__left {
          background: #fff;
        }

        &__img {
          background: #fff;
        }
      }
    }*/
  }
  .how-work-mobile .how-work-item__tag {
    font-size: 14px;
  }
  .how-work-mobile .how-work-item__title {
    font-size: 24px;
    margin-top: 10px;
  }
  .how-work-mobile .how-work-item__description {
    margin-top: 10px;
    font-size: 18px;
    line-height: unset;
  }
  .how-work-mobile .how-work-item__left {
    width: 100%;
    height: 448px;
    margin: 0;
    padding: unset;
    background: #102037;
    border-radius: 16px;
    padding: 35px 0;
  }
  .how-work-mobile .how-work-item__img {
    margin: 0 auto;
    background: #102037;
    border-radius: 16px;
  }
  .how-work-mobile .how-work-item__right {
    width: 100%;
    padding: unset;
    background: unset;
    padding: 0 16px;
    margin: auto 0;
  }
  .how-work-mobile .how-work-item__content {
    margin: 0 auto;
    overflow: hidden;
  }
  .faq-list__item-header {
    font-size: 18px;
  }
  .faq__caption {
    font-size: 46px;
  }
  .our-certificate__title {
    font-size: 46px;
  }
  .brand-item {
    width: 230px;
    height: 230px;
  }
  .about-company-header__content {
    align-items: flex-start;
  }
  .about-company-header__title {
    position: relative;
    top: -10px;
  }
  .tender-header {
    position: relative;
    padding: 82px 0 190px 0;
  /*  height: 595px;*/
  }
  .tender-header::before {
    left: -40.5%;
    transform: rotate(-10deg);
  }
  .tender-header::after {
    right: -40.5%;
    transform: rotate(-10deg);
  }
  .tender-header__content {
    align-items: center;
    flex-direction: column;
    padding-top: 36px;
  }
  .tender-header__img {
    position: absolute;
    z-index: -1;
    left: 52%;
    top: 0%;
    transform: translate(-50%);
    margin-left: 0;
  }
  .tender-header__img:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    background: #102037;
    opacity: 20%;
  }
  .tender-header__img img {
    max-width: 631px;
  }
  .tender-header__description {
    opacity: 0.7;
    font-size: 18px;
  }
  .tender-header--blue {
    padding-bottom: 215px;
  }
  .tender-header--orange {
    padding-bottom: 160px;
  }
  .tender-header--green {
    padding-bottom: 160px;
  }
  .tender-header__text {
    margin-left: 12%;
    align-items: flex-start;
    width: 631px;
  }
  .tender-header svg {
    width: 163px;
    height: 60px;
  }
  .footer__wrapper {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
  .footer__menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
  .review-slider__description {
    padding: 0 10px;
  }
  .product-slider__item {
    width: 267px;
    height: 86px;
  }
  .product-slider__item svg {
    padding: 24px 55px;
  }
  .product-slider__img {
    top: 150px;
    left: 182px;
    opacity: 1;
  }
  .product-slider__img--left {
    top: 150px;
    left: -193px;
    opacity: 0.2;
  }
  .product-slider__img--left2 {
    top: 150px;
    left: -396px;
    opacity: 0.2;
  }
  .product-slider__img--right {
    top: 150px;
    left: 556px;
    opacity: 0.2;
  }
  .product-slider__img--right2 {
    top: 150px;
    left: 930px;
    opacity: 0.2;
  }
  .product-slider .owl-dots {
    bottom: 150px;
    left: 26%;
  }
  .product__wrapper {
    flex-direction: column;
  }
  .product__info {
    margin: 30px auto 42px;
  }
  .product-custom-dots {
    margin: 32px auto 0;
  }
  .product-info-slider__item {
    width: 343px;
    margin: 0 auto;
  }
  .product-poss-item--vertical .product-poss-item__img {
    justify-content: center;
  }
  .product-poss-item--small {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
  .our-blog-block {
    padding: 64px 0 76px;
  }
  .our-blog-block--horizontal .our-blog-item {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    width: 100%;
    height: 245px;
  }

  .our-blog-block--horizontal .our-blog__title p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .our-history {
    padding: 64px 0;
  }
  .our-history__wrapper {
    grid-template-areas: 'one ' 'two ' 'free ' 'foor ' 'five';
    justify-items: center;
  }
  .our-history__img {
    margin-left: 0;
  }
  .our-history {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    grid-area: foor;
  }
  .our-history__img {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    grid-area: free;
  }
  .our-history-slider {
    -ms-grid-row: 1;
    -ms-grid-row-span: 7;
    -ms-grid-column: 3;
    grid-area: five;
    max-width: 736px;
  }
  #carousel-custom-dots {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: two;
  }
  @media screen and (max-width: 1023px) {
    .our-history {
      -ms-grid-row: 4;
      -ms-grid-column: 1;
    }
    .our-history__img {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
    }
    .our-history-slider {
      -ms-grid-row: 5;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
    }
    #carousel-custom-dots {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
    }
  }
  .our-contact-block {
    padding: 0;
    padding-top: 64px;
  }
  .footer {
    padding: 64px 0;
  }
  .our-history__caption {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .our-history-slider {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  #carousel-custom-dots {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .our-history__img {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
}
/**
  Мобильные устройства
 */
@media screen and (max-width: 767px) {
  .main-blog__caption {
    padding-top: 70px;
  }
  
  .header.haeder__fixed {
    box-shadow: 0px 4px 30px 0px rgba(16, 32, 55, 0.2);
  }

  .why-needed-item__title {
    margin-bottom: 0;
    max-width: 190px;
  }
  .btn--outline.btn--header {
   margin-left: auto;
  }
  .btn--outline.btn--header .button-icon{
   transform: rotate(-90deg);
  }
  .btn--outline.btn--header .span.span--outline{
    display: block;
   text-overflow: clip;
   overflow: hidden;
   text-wrap: nowrap;
   max-width: 48px;
   max-height: 20px;
  }
  .header-burger {
   margin-left: 24px;
  }
  .our-contact-list {
   gap: 0;
  }
  .truck-video picture img {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .title--h2 {
    color: #102037;
    text-align: left;
    font-family: 'Inter';
    font-size: 36px;
    font-weight: 700;
    line-height: 112%;
    /* 40.32px */
    letter-spacing: -1.44px;
  }
  .title--white {
    color: #fff;
    font-family: 'Inter';
    font-size: 36px;
    font-weight: 700;
    line-height: 112%;
    /* 40.32px */
    letter-spacing: -1.44px;
  }
  .product-poss-list {
    margin-top: 20px;
  }
  .product-poss-item {
    flex-direction: column;
    padding: 20px;
  }
  .product-poss-item__content {
    padding: 0px;
    width: 100%;
  }
  .product-poss-item__img {
    width: 100%;
    height: auto;
    padding-top: 20px;
  }
  .product-poss-item__img img {
    max-width: 100%;
  }
  .product-poss-item__title {
    color: #fff;
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
  }
  .product-poss-item__description {
    color: #fff;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
  }
  .product-poss-item--small {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
  .product-poss-item--medium {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
  .product-poss-item--transparent {
    display: none;
  }
  .product-poss-item--vertical .product-poss-item__img {
    justify-content: center;
  }
  .why-needed {
    padding: 68px 0;
  }
  .why-needed .title--h2 {
    text-align: start;
  }
  .why-needed .why-needed-list .why-needed-item {
    padding: 20px 12px;
    margin-right: unset;
    background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg xmlns='http://www.w3.org/2000/svg' width='175' height='47' viewBox='0 0 189 47' fill='none'%3e%3cpath d='M136.615 12.9222L135.249 12.3023L136.615 12.9222ZM249.134 -238.62C249.476 -239.374 250.366 -239.708 251.12 -239.366C251.874 -239.024 252.208 -238.134 251.866 -237.38L249.134 -238.62ZM0.939346 36.0734C0.353546 35.4876 0.353546 34.5378 0.939346 33.952L10.4853 24.4061C11.0711 23.8203 12.0208 23.8203 12.6066 24.4061C13.1924 24.9919 13.1924 25.9416 12.6066 26.5274L4.12132 35.0127L12.6066 43.498C13.1924 44.0838 13.1924 45.0335 12.6066 45.6193C12.0208 46.2051 11.0711 46.2051 10.4853 45.6193L0.939346 36.0734ZM135.249 12.3023L249.134 -238.62L251.866 -237.38L137.981 13.5421L135.249 12.3023ZM2 33.5127H102.33V36.5127H2V33.5127ZM137.981 13.5421C131.633 27.5298 117.691 36.5127 102.33 36.5127V33.5127C116.514 33.5127 129.387 25.2181 135.249 12.3023L137.981 13.5421Z' fill='white'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: top right;
  }
  .why-needed .why-needed-list .why-needed-item__block {
    width: unset;
    max-width: 319px;
    padding: 8px 6px 8px 29px;
  }
  .why-needed .why-needed-list .why-needed-item__title {
    font-size: 24px;
  }
  .why-needed .why-needed-list .why-needed-item__description {
    font-size: 16px;
    width: 200px;
    line-height: 150%;
    padding-right: 10px;
  }
  .why-needed .why-needed-list .why-needed-item__check {
    width: 84px;
    height: 84px;
    border-radius: 42px;
  }
  .why-needed
    .why-needed-list
    .why-needed-item__check
    .check-arrow__left::after {
    left: 17px;
    top: 45px;
  }
  .why-needed
    .why-needed-list
    .why-needed-item__check
    .check-arrow__right::after {
    left: 30px;
    top: 38px;
  }
  .why-needed .why-needed-list .why-needed-item--cross {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='175' height='16' viewBox='0 0 189 16' fill='none'%3e%3cpath d='M0.292893 7.29289C-0.0976311 7.68342 -0.0976311 8.31658 0.292893 8.70711L6.65685 15.0711C7.04738 15.4616 7.68054 15.4616 8.07107 15.0711C8.46159 14.6805 8.46159 14.0474 8.07107 13.6569L2.41421 8L8.07107 2.34315C8.46159 1.95262 8.46159 1.31946 8.07107 0.928932C7.68054 0.538408 7.04738 0.538408 6.65685 0.928932L0.292893 7.29289ZM558.405 7H1V9H558.405V7Z' fill='white'/%3e%3c/svg%3e");
    background-position: right 28px;
    background-repeat: no-repeat;
  }
  .why-needed .why-needed-list .why-needed-item--cross .why-needed-item__block {
    padding: 8px 29px 8px 6px;
  }
  .why-needed .why-needed-list .why-needed-item--cross .why-needed-item__title {
    order: -1;
    margin-top: unset;
  }
  .why-needed
    .why-needed-list
    .why-needed-item--cross
    .why-needed-item__description {
    padding-left: 10px;
  }
  .why-needed
    .why-needed-list
    .why-needed-item--cross
    .why-needed-item__check
    .check-arrow__left::after {
    left: 9px;
    top: 40px;
    width: 65px;
  }
  .why-needed
    .why-needed-list
    .why-needed-item--cross
    .why-needed-item__check
    .check-arrow__right::after {
    left: 11px;
    top: 40px;
    width: 65px;
  }
.our-certificate-block .our-certificat-list .our-certificate-item .our-certificate__title {
	max-width: 340px;
}
.our-certificate-block .our-certificate-item a {
    margin-left: unset; 
}

  .team-list {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
  .team-item__img img {
    border-radius: 8px;
    height: 200px;
  }
  .team-item__img--plug img {
    border-radius: 8px;
  }
  .team-item__title {
    color: #fff;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
    /* 19.6px */
  }
  .team-item__description {
    color: #fff;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    /* 19.6px */
  }
  .team-item__content {
    padding: 8px;
  }
  .team-item__content:hover {
    border-radius: 8px;
  }
  .team-meta {
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  .our-blog-block--horizontal .our-blog__title p {
    display: inline;
  }
  .our-plus-list {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }
  .our-plus-item {
    min-height: 188px;
    padding: 20px;
  }
  .our-plus-item--img {
    padding: 0;
  }
  .our-plus-item--transparent {
    order: 1;
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
  .our-plus-item--1 {
    order: 2;
  }
  .our-plus-item--2 {
    order: 5;
  }
  .our-plus-item--3 {
    order: 3;
  }
  .our-plus-item--4 {
    order: 4;
  }
  .our-plus-item--5 {
    order: 6;
  }
  .our-plus__title {
    color: #102037;
    font-family: 'Inter';
    font-size: 36px;
    font-weight: 700;
    line-height: 112%;
    /* 40.32px */
    letter-spacing: -1.44px;
    padding-bottom: 14px;
  }
  .our-plus__title-caption {
    color: #102037;
    font-family: 'Inter';
    font-size: 48px;
    font-weight: 700;
    line-height: 85%;
    /* 40.811px */
    letter-spacing: -3.36px;
    padding-bottom: 6px;
  }
  .our-plus__title-description {
    color: #102037;
    font-family: 'Inter';
    font-size: 28px;
    font-weight: 400;
    line-height: 85%;
    /* 23.806px */
    letter-spacing: -0.56px;
  }
  .our-plus__img {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .our-plus__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 446px;
  }
  .our-plus__description {
    color: #102037;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
  }
  .our-plus-block--green .our-plus-list {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
  .our-plus-block--green .our-plus-list .our-plus-item--transparent {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .our-plus-block--green .our-plus-list .our-plus-item--img {
    height: unset;
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-row-span: 3;
    grid-row: span 3;
    margin: 0 auto;
  }
  .our-plus-block--green .our-plus-list .our-plus-item--img .our-plus__img img {
    height: auto;
    width: 100%;
  }
.jquery-modal.blocker.current {
  padding: 20px 16px;
}
.modal.program-modal.video .modal-video {
  width: 339px;
  height: 500px;
  margin-top: 46px;
}
  .span {
    font-size: 20px;
  }
  .span--outline {
    color: #102037;
    text-align: center;
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
  }
  .span--white {
    color: #fff;
  }
  .button-icon-1 {
    display: none;
  }
  .button-icon-2 {
    display: block;
  }
  .our-blog-list--horizontal {
    margin: 40px 0;
  }
  .our-blog-list--horizontal .our-blog__title {
    margin-top: 10px;
  }
  .our-blog-list--horizontal .our-blog__description {
    margin-top: 10px;
  }
  .our-blog-list--horizontal .our-blog__face {
    margin-top: 10px;
  }
  .our-blog-list--horizontal .our-blog__img {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .our-blog-list--horizontal .our-blog__content {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .our-blog-block {
    padding: 64px 0 76px;
  }
  .our-blog-block .our-blog-item {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    width: 286px;
    height: 405px;
  }
  .our-blog-block .our-blog-item .our-blog__img img {
    width: 286px;
    height: auto;
  }
  .page-block.faq {
    margin: 64px auto;
  }
  .faq__caption {
    font-size: 36px;
    align-items: flex-start;
  }
  .faq-list {
    margin-top: 28px;
  }
  .faq-list__item-header {
    font-size: 18px;
  }
  .faq-list__item-content {
    margin-top: 16px;
    font-size: 16px;
  }
  .our-certificate__title {
    padding-bottom: 28px;
    font-size: 36px;
    line-height: 112%;
    letter-spacing: -1.44px;
  }
  .our-certificate-item {
    align-items: center;
    flex-direction: column;
  }
  .our-certificate-item svg {
    display: block;
  }
  .mobile-none {
    display: none;
  }
  .btn--white {
    margin-left: 0;
  }
  .our-contact-block {
    padding: 64px 0;
  }
  .our-contact-list {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }
  .our-contact-item--small {
    margin-left: 0;
  }
  .caption-wrapper {
    flex-direction: column;
    align-items: baseline;
  }
  .caption-wrapper__title {
    font-size: 36px;
  }
  .caption-wrapper .btn--wrapper {
    margin-top: 28px;
    margin-left: 0;
  }
  .our-blog-list {
    margin-top: 40px;
  }
  .our-contact__title {
    font-size: 24px;
    line-height: 112%;
  }
  .our-contact__title--small {
    font-size: 20px;
  }
  .our-contact__img a {
    font-size: 18px;
    line-height: 140%;
  }
  .our-contact-icon {
    width: 24px;
    height: 24px;
  }
  .brand-block {
    padding: 64px 0;
  }
  .brand-block__caption p {
    margin: auto;
    text-align: center;
  }
  .brand-item {
    padding: 60px 45px;
    width: 150px;
    height: 150px;
  }
  .brand-block-slider__item .brand-item img {
    width: 100%;
  }
  .brand-block .owl-carousel .owl-item img {
    width: auto;
  }
  .owl-carousel .owl-item img {
    width: 130%;
  }
  .integration-block {
    padding: 64px 0;
  }
  .integration-caption p {
    font-size: 36px;
    letter-spacing: -0.72px;
  }
  .integration-list {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    margin-top: 25px;
    gap: 20px;
  }
  .integration-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    -ms-grid-column-span: 1;
    grid-column: span 1;
    position: relative;
  }
  .integration-item__img {
    margin-top: unset;
  }
  .integration-item__img img{
    max-width: 100%;
  }
  .integration-item__button.btn.btn--outline:hover {
    transition: all 0s;
    opacity: 0;
  }
  .integration-item__button .span.span--outline {
    display: none;
  }
  .btn--integration {
    position: absolute;
    width: 150px;
    height: 140px;
    border-radius: 0;
    outline: 0;
    padding: 0;
    gap: 0;
    opacity: 0;
  }
  .btn--blue {
    margin: 36px auto 0;
  }
  .btn--orange {
    margin: 36px auto 0;
  }
  .btn--red {
    margin: 36px auto 0;
  }
  .btn--green {
    margin: 36px auto 0;
  }
  .desctop-text {
    display: none;
  }
  .mobile-text {
    display: inline;
  }
  .about-company-header {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='375' height='143' viewBox='0 0 375 143' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M224.139 142C218.221 142 213.423 137.204 213.423 131.288V16.1507C213.423 5.87845 202.808 -0.963169 193.447 3.27602L64.2581 61.7831C59.2016 64.0731 55.9534 69.1088 55.9534 74.6578L55.9538 131.286C55.9538 137.202 51.1561 141.998 45.2378 141.998H-189M224.099 141.999C230.017 141.999 234.815 137.204 234.815 131.288V77.1101C234.815 69.3039 241.145 62.9757 248.955 62.9757H302.302C310.111 62.9757 316.442 69.3039 316.442 77.1101V131.288C316.442 137.204 321.239 142 327.158 142H675' stroke='url(%23paint0_linear_176_4139)' stroke-width='2'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_176_4139' x1='196.894' y1='139.174' x2='201.851' y2='-9.24737' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2330B4FF'/%3E%3Cstop offset='1' stop-color='%231EA1EB'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 864px 140px;
    display: flex;
    align-items: center;
    padding-bottom: 18px;
    padding: 64px 0;
    height: 278px;
    background-position: 50% 65%;
  }
  .about-company-header__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .about-company-header__title {
    max-width: 343px;
    font-size: 36px;
    line-height: 112%;
    letter-spacing: -1.44px;
  }
  .about-company-header__description {
    max-width: 343px;
    font-size: 18px;
    line-height: 140%;
    margin-top: 20px;
    margin-left: 0;
  }
  .tender-header {
    padding: 0;
    height: 595px;
  }
  .tender-header__text {
    margin-left: 0;
    align-items: flex-start;
    width: auto;
    margin-top: 36px;
    padding-bottom: 110px;
  }
  .tender-header__content {
    align-items: normal;
    padding-top: 64px;
  }
  .tender-header__title { 
    font-size: 36px;
    line-height: 112%;
    letter-spacing: -2.44px;
  }
  .tender-header__description {
    font-size: 18px;
    line-height: 140%;
    opacity: 0.7;
  }
  .tender-header::before {
    display: none;
  }
  .tender-header::after {
    display: none;
  }
  .tender-header--red .tender-header__img img {
    max-width: 811px;
  }
  .tender-header--blue .tender-header__img img {
    max-width: 830px;
  }
  .tender-header--orange .tender-header__img img {
    max-width: 811px;
  }
  .tender-header--green .tender-header__img img {
    max-width: 100%;
    width: 100%;
  }
  .tender-header--green .tender-header__img {
    transform: none;
    left: -16px;
    width: calc(100% + 32px);
  }
  .tender-header--green .tender-header__content {
    padding-top: 36px;
  }
  .tender-header__img {
    left: 50%;
  }
  .main-blog .blog__list .our-blog-block {
    padding: unset;
    padding-bottom: 70px;
   }
  .paginator-block {
    overflow-x:auto;
    margin-bottom: 70px;
  }
  .footer__wrapper {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }
  .footer__meta {
    margin-top: 26px;
    order: 1;
  }
  .footer__menu {
    order: 0;
    padding-left: 0px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
  .footer__copyright {
    order: 3;
    margin-left: 0;
    margin-top: 50px;
    -ms-grid-column-span: 1;
    grid-column: span 1;
    font-size: 14px;
    max-width: 219px;
  }
  .footer-menu {
    width: 130px;
    padding-bottom: 10px;
  }
  .footer-menu__title {
    font-size: 16px;
  }
  .footer-meta__politic {
    margin-top: 18px;
    font-weight: 600;
  }
  .footer-meta__number {
    font-size: 20px;
  }
  .footer-meta__logo svg {
    width: 110px;
    height: 47px;
  }
  .review {
    padding: 64px 0 28px;
  }
  .review .review-slider.owl-carousel.owl-theme .owl-dots {
    bottom: 30px;
  }
  .review-slider-caption {
    flex-direction: column;
    align-items: flex-start;
  }
  .btn--caption {
    margin-left: 0;
    margin-top: 28px;
  }
  .btn--review {
    margin-top: 77px;
  }
  .review-slider {
    margin-top: 40px;
  }
  .review-slider__caption {
    color: #fff;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
  }
  .review-slider__name {
    font-size: 18px;
    font-weight: 700;
  }
  .review-slider__company {
    text-align: start;
    font-size: 18px;
    font-weight: 400;
    max-width: 100%;
    margin-top: 6px;
  }
  .review-slider__logo {
    top: 105px;
    left: 105px;
  }
  .review-slider__item {
    align-items: flex-start;
  }
  .review-slider__description {
    display: flex;
    align-items: flex-start;
    margin-top: 58px;
    margin-bottom: 0;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    max-width: 100%;
    text-align: start;
  }
  .review-slider__meta {
    display: flex;
    margin: 36px 0 0 0;
    padding: 0 20px;
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
  }
  .review-slider__btn {
    margin: 0 auto;
  }
  .review-slider-img {
    margin-top: 30px;
    margin-left: 20%;
  }
  .owl-carousel .owl-item img {
    width: auto;
  }
  .button-icon-3 {
    display: none;
  }
  .button-icon-3--caption {
    display: block;
    width: 43px;
    height: 12px;
  }
  .btn--caption {
    margin-left: 0;
    margin-top: 28px;
  }
  .our-detail {
    padding: 171px 0;
  }
  .our-detail__caption {
    font-size: 36px;
  }
  .our-detail .btn {
    padding: 16px 0;
  }
  .our-detail .btn span {
    font-size: 24px;
  }
  .product {
    padding: 64px 0 48px;
  }
  .product__wrapper {
    margin-top: 42px;
  }
  #carousel-custom-dots.product-custom-dots {
    margin-top: 0;
    padding: 0;
    background: unset;
  }
  #carousel-custom-dots.product-custom-dots .owl-dot.owl-dot-item .owl-dot {
    font-size: 18px;
  }
  #carousel-custom-dots.product-custom-dots
    .owl-dot.owl-dot-item.active
    .owl-dot {
    font-size: 18px;
  }
  .product-slider {
    padding-bottom: 0;
  }
  .product-slider__item svg {
    padding: 24px 55px;
  }
  .product-slider__item {
    width: 267px;
    height: 86px;
  }
  .product-slider__img {
    top: 125px;
    left: -16px;
    opacity: 1;
  }
  .product-slider__img--left {
    top: 124.5px;
    left: -391px;
    opacity: 0.2;
  }
  .product-slider__img--right {
    top: 124.5px;
    left: 358px;
    opacity: 0.2;
  }
  .product-slider__caption {
    color: #102037;
    font-family: 'Inter';
    font-size: 36px;
    font-weight: 700;
    line-height: 112%;
    letter-spacing: -1.44px;
  }
  .product-slider .owl-dots .owl-dot span {
    background: #d9dbe0;
    font-size: 18px;
  }
  .product .product-slider .owl-dots {
    background: none;
    margin-top: 39px;
    padding: unset;
  }
  .product__info {
    max-width: 343px;
    margin-top: 42px;
  }
  .product-info__title {
    color: #102037;
    font-size: 20px;
    font-weight: 700;
  }
  .product-info__description {
    color: #102037;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
  }
  .product-info__button {
    display: flex;
  }
  .product-info-slider__item {
    align-items: unset;
  }
  .our-history__wrapper {
    justify-items: flex-start;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  .our-history__caption {
    max-width: 100%;
    color: #102037;
    font-family: 'Inter';
    font-size: 36px;
    font-weight: 700;
    line-height: 112%;
    letter-spacing: -1.44px;
    margin: 0 auto;
  }
  .our-history .our-history-slider {
    max-width: 100%;
    margin: 0 auto;
  }
  .our-history .our-history-slider__item {
    color: #102037;
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
  }
  .our-history .our-history-slider .owl-dots {
    overflow-x: scroll;
  }
  .our-history__img {
    max-width: 100%;
    margin: 0 auto;
  }
  .our-history__img
    .history-img-slider
    .owl-stage-outer
    .owl-stage
    .owl-item
    .history-img-slider__item
    img {
    width: 100%;
    height: auto;
  }
  .our-history__img
    .history-img-slider
    .owl-stage-outer
    .owl-stage
    .owl-item
    .active
    .history-img-slider__item
    img {
    width: 100%;
  }
  #carousel-custom-dots {
    overflow-x: scroll;
    max-width: 100%;
    margin: 0 auto;
  }
  .main-blog .filter-blog {
    flex-direction: column;
  }
  .main-blog .filter-blog__fields {
    margin-top: 10px;
    margin-left: unset;
  }
  .main-blog .our-blog-list .our-blog-item {
    width: 100%;
  }
  .main-blog .our-blog-list .our-blog-item .our-blog__img img {
    width: 100%;
  }
  .main-blog .our-blog-list .our-blog-item .our-blog__face {
    display: none;
  }
  .main-blog .our-blog-list .our-blog-item .our-blog__info {
    display: none;
  }
  .main-blog .our-blog-list--horizontal .our-blog-item {
    gap: 25px;
    height: auto;
  }
  .main-blog .our-blog-list--horizontal .our-blog-item .our-blog__description {
    max-height: unset;
  }
  .detail-blog .our-blog-block .our-blog-item {
    width: 100%;
    height: auto;
  }
  .detail-blog .our-blog-block .our-blog-item .our-blog__tag {
    font-size: 14px;
    letter-spacing: 0.42px;
  }
  .detail-blog .our-blog-block .our-blog-item .our-blog__img img {
    width: 100%;
  }
  .detail-blog .our-blog-block .our-blog-item .our-blog__title h1 {
    font-size: 36px;
    line-height: 112%;
  }
  .detail-blog
    .our-blog-block
    .our-blog-item
    .our-blog__description.description-base
    a,
  .detail-blog
    .our-blog-block
    .our-blog-item
    .our-blog__description.description-base
    p {
    font-size: 18px;
    line-height: 140%;
  }
  .detail-blog
    .our-blog-block
    .our-blog-item
    .our-blog__description.description-base
    h2 {
    font-size: 20px;
    line-height: 120%;
  }
  .detail-blog .our-blog-link {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .detail-blog .our-blog-list--horizontal .our-blog__img {
    margin-right: 0;
  }
  .footer {
    padding-top: 32px;
  }

  .modal.program-modal.open .modal-list__description {
    max-width: 346px;
  }
}

.our-blog-list {
  margin-bottom: 50px;
}

.main-blog .tag-list {
  margin-bottom: 50px;
}

@media screen and (max-width: 1279px) {
  .our-blog-block .our-blog-item {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .modal.program-modal.open {
    max-width: 100%;
  }

  .modal.program-modal .modal-list form input {
    max-width: 100%;
    width: 100%;
  }

  .footer__menu {
    width: 100%;
  }

  .modal.program-modal {
    padding: 40px 30px;
  }

  .modal.program-modal .modal-contact .modal-contact__header {
    width: 100%;
    margin-bottom: 20px;
  }

  .jquery-modal.blocker.current .modal.program-modal .btn.btn--blue {
    width: 100%;
  }
}


.main-blog .our-blog-block .our-blog-item,
.detail-blog .our-blog-block .our-blog-item.our-blog-item-detail {
  width: auto;
  height: auto;
}

.review-slider__logo {
  width: 117px;
  height: 48px;
}

.review-slider__logo img {
  height: 100%;
  object-fit: contain;
  border-radius: 6px;
}

.review-slider__img {
  width: 116px;
  height: 116px;
}

.review-slider__img img {
  border-radius: 13px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-slider.owl-carousel .owl-item img {
  max-width: 351px;
}

.tender-header__icon img {
  max-width: 300px;
  height: 150px;
}

@media screen and (max-width: 1023px) {
  .header__logo {
    flex-grow: 1;
  }

  .header.open .header__wrapper .header-burger {
    grid-column: span 3;
  }

  .btn.btn--outline.btn--header + .header-burger + .header-burger + .header-burger {
    grid-column: span 1;
  }

  .tender-header__icon img {
    max-width: 170px;
    height: 60px;
  }


  .header.header__fixed .btn--outline.btn--header.header-btn-register span {
    max-width: none;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .btn--outline.btn--header {
    margin-right: 20px;
  }
}

.main-page-seo {
  background-color: #f2f4f8;
  padding: 136px 0;
}

@media screen and (max-width: 1023px) {
  .modal-open .header.open .header__wrapper .header-burger {
    order: 2;
    grid-column: span 1;
  }

  .modal-open .header--white.open .container .header__wrapper .header__logo {
    order: -1;
  }
  
  .modal-open .header-col-block {
    order: 1;
    grid-column: span 2;
  }

  .modal-open .header--white.open .container .header__wrapper .header__logo {
    grid-column: span 2;
  }

  .modal-open .header-col-block {
    grid-column: span 1;
  }
}

@media screen and (max-width: 767px) {
  .main-page-seo {
    padding: 64px 0;
  }

  .header-col-block {
    flex-direction: column;
    gap: 8px;
  }

  .header.header__fixed .btn--outline.btn--header {
    margin: 0;
    width: 142px;
  }
}