

/* Start:/bitrix/templates/lp/css/style.css?173260320745170*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

._lock {
  overflow: hidden;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button:focus {
  outline: none;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
  border: 0;
}

input[type=checkbox] {
  width: 1.5rem;
  height: 1.5rem;
  min-width:1.5rem;
  min-height:1.5rem;
  margin: 0;
}
input:focus-visible {
    outline:  1px solid #316BDF;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html,
body {
  font-size: 62.5%;
  scroll-behavior: smooth;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  color: #00132C;
  overflow-x: hidden;
}
@media (max-width: 1440px) {
  html,
  body {
    font-size: 58%;
  }
}
@media (max-width: 1280px) {
  html,
  body {
    font-size: 52%;
  }
}
@media (max-width: 1150px) {
  html,
  body {
    font-size: 46%;
  }
}
@media (max-width: 982px) {
  html,
  body {
    font-size: 42%;
  }
}
@media (max-width: 900px) {
  html,
  body {
    font-size: 38%;
  }
}
@media (max-width: 789px) {
  html,
  body {
    font-size: 62.5%;
  }
}
@media (max-width: 740px) {
  html,
  body {
    font-size: 58%;
  }
}
@media (max-width: 690px) {
  html,
  body {
    font-size: 52%;
  }
}
@media (max-width: 620px) {
  html,
  body {
    font-size: 48%;
  }
}
@media (max-width: 570px) {
  html,
  body {
    font-size: 42%;
  }
}
@media (max-width: 510px) {
  html,
  body {
    font-size: 38%;
  }
}
@media (max-width: 480px) {
  html,
  body {
    font-size: 62.5%;
  }
}
@media (max-width: 330px) {
  html,
  body {
    font-size: 55.5%;
  }
}

.flex {
  display: flex;
}
.flex.space-evenly {
  justify-content: space-evenly;
}

.flex.space-between {
  justify-content: space-between;
}
@media (max-width: 789px) {
  .flex.space-between.expert__list {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .flex.space-between.expert__list {
    gap: 2rem;
  }
}
.flex.space-center {
  justify-content: center;
}
.flex.align-items--center {
  align-items: center;
}
.flex.wrap {
  flex-wrap: wrap;
}
.flex.column {
  flex-direction: column;
}
.flex.flex-end {
  align-items: flex-end;
  justify-content: flex-end;
}
.flex.baseline {
  align-items: baseline;
}

.column-gap-80 {
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}

.row-gap-32 {
  row-gap: 3.2rem;
}
.gap-32 {
  gap: 3.2rem;
}
.gap-4 {
  gap: 0.4rem;
}


.gap-8 {
  gap: 0.8rem;
}

.gap-10 {
  gap: 1rem;
}

.gap-16 {
  gap: 1.6rem;
}

.gap-126{
	gap:12.6rem;
}

ul.disc {
  list-style: disc;
}
ul.disc li {
  margin-left: 2.2rem;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  border-radius: 0.4rem;
  padding: 1.6rem 3.2rem;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  cursor: pointer;
  transition: 0.4s ease;
}
.btn.small-text {
  font-size: 1.6rem;
  line-height: 139%;
}
@media (max-width: 480px) {
  .btn.small-text {
    font-size: 1.4rem;
  }
}
.btn.semi-text {
  font-size: 1.6rem;
  line-height: 139%;
}
@media(max-width:480px){
	.btn.semi-text{
		font-size:1.4rem;
	}
}
.btn.big-text {
  font-size: 1.6rem;
  line-height: 139%;
}
@media (max-width: 789px) {
  .btn.big-text {
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) {
  .btn.big-text {
    font-size: 1.4rem;
  }
}
.btn.blue {
  color: #fff;
  background: linear-gradient(180deg, #4D84F3 0%, #0341BE 100%);
  max-height: 50px;
}
.btn.blue:hover {
  background: linear-gradient(180deg, #2660D5 0%, #002267 100%, #0043CA 100%);
  transition: 0.4s ease;
}
.btn.blue:active {
  background: linear-gradient(180deg, #0038A8 0%, #00132C 100%);
}
.btn.blue-black {
  color: #fff;
  background: linear-gradient(360deg, #000B46 0%, rgba(0, 11, 70, 0.4) 100%);
}
.btn.blue-black:hover {
  background: linear-gradient(360deg, #000000 0%, rgba(26, 28, 38, 0.4) 100%);
  transition: 0.4s ease;
}
.btn.blue-black:active {
  background: linear-gradient(360deg, rgba(95, 232, 255, 0.978125) 0%, rgba(95, 232, 255, 0.4) 100%);
}
.btn.arrow {
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  border-radius: 0.4rem;
  border: 0.2rem solid #0341B0;
}
.btn.arrow-btn {
  background: linear-gradient(180deg, #4D84F3 0%, #0341BE 100%);
}
.btn.arrow:hover {
  background: linear-gradient(180deg, #4D84F3 0%, #0341BE 100%);
  border: 0rem solid #0341B000;
}
.btn.arrow:active {
  background: linear-gradient(180deg, #0038A8 0%, #00132C 100%);
  border: 0rem solid #0341B000;
}
.btn.arrow.active {
  background: linear-gradient(180deg, #4D84F3 0%, #0341BE 100%);
  border: 0rem solid #0341B000;
}

.m-center {
  margin: 0 auto;
}

.m-left-8 {
  margin-left: 0.8rem;
}

.m-left-16 {
  margin-left: 1.6rem;
}

.m-left-24 {
  margin-left: 2.4rem;
}

.m-left-32 {
  margin-left: 3.2rem;
}

.m-left-36 {
  margin-left: 3.6rem;
}

.m-left-64 {
  margin-left: 6.4rem;
}

.m-left-79 {
  margin-left: 7.9rem;
}

.m-bottom-4 {
  margin-bottom: 0.4rem;
}

.m-bottom-8 {
  margin-bottom: 0.8rem;
}

.m-bottom-16 {
  margin-bottom: 1.6rem;
}

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

.m-bottom-24 {
  margin-bottom: 2.4rem;
}
@media (max-width: 480px) {
  .m-bottom-24 {
    margin-bottom: 2rem;
  }
}

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

.m-bottom-32 {
  margin-bottom: 3.2rem;
}
@media (max-width: 480px) {
  .m-bottom-32 {
    margin-bottom: 2rem;
  }
}

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

.m-bottom-64 {
  margin-bottom: 6.4rem;
}
@media(max-width: 480px){
	.m-bottom-64 {
  margin-bottom: 4.4rem;
}
}

.m-bottom-157 {
  margin-bottom: 15.7rem;
}

.p-top-120 {
  padding-top: 12rem;
}
@media (max-width: 789px) {
  .p-top-120 {
    padding-top: 10rem;
  }
}

.p-bottom-120 {
  padding-bottom: 12rem;
}
@media (max-width: 789px) {
  .p-bottom-120 {
    padding-bottom: 10rem;
  }
}

.p-bottom-80 {
  padding-bottom: 8rem;
}
@media (max-width: 480px) {
  .p-bottom-80 {
    padding-bottom: 4rem;
  }
}

.p-left-8 {
  padding-left: 0.8rem;
}

.p-64 {
  padding: 6.4rem;
}
@media (max-width: 480px) {
  .p-64 {
    padding: 3.2rem 2rem;
  }
}

.p-100 {
  padding: 10rem;
}
@media (max-width: 480px) {
  .p-100 {
    padding: 6.4rem 1.6rem;
  }
}

.p-20-32 {
  padding: 2rem 3.2rem;
}

.w-1078 {
  width: 107.8rem;
}
@media (max-width: 789px) {
  .w-1078 {
    width: 100%;
  }
}

.w-854 {
  width: 85.4rem;
}
@media (max-width: 789px) {
  .w-854 {
    width: 100%;
  }
}

.w-740 {
  width: 74rem;
}
@media (max-width: 789px) {
  .w-740 {
    width: 100%;
  }
}

.w-650 {
  width: 65rem;
}
@media (max-width: 789px) {
  .w-650 {
    width: 100%;
  }
}

.w-635 {
  width: 63.5rem;
}
@media (max-width: 480px) {
  .w-635 {
    width: 100%;
  }
}

.mw-617 {
  max-width: 61.7rem;
}
@media (max-width: 480px) {
  .mw-617 {
    max-width: 100%;
  }
}

.w-570 {
  width: 57rem;
}
@media (max-width: 789px) {
  .w-570 {
    width: 37.2rem;
  }
}

.w-450 {
  width: 45rem;
}

.w-413 {
  width: 41.3rem;
}
@media (max-width: 789px) {
  .w-413 {
    width: 31.9rem;
  }
}
@media (max-width: 480px) {
  .w-413 {
    width: 100%;
  }
}

.w-320 {
  width: 32rem;
}

.w-290 {
  width: 29rem;
}
@media (max-width: 480px) {
  .w-290 {
    width: 100%;
  }
}

.w-244 {
  width: 24.4rem;
}
@media (max-width: 789px) {
  .w-244 {
    width: 20.9rem;
  }
}
@media (max-width: 480px) {
  .w-244 {
    width: 13.4rem;
  }
}

.w-222 {
  width: 22.2rem;
}

.w-238 {
  width: 23.8rem;
}

.w-142 {
  width: 14.2rem;
}

.w-60 {
  width: 60rem;
}
@media (max-width: 789px) {
  .w-60 {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 789px) {
  .how__question-left {
    width: 100%;
  }
}
.w-40 {
  width: 4rem;
}

.h-40 {
  height: 4rem;
}

.m-w-972 {
  max-width: 97.2rem;
}

.h-1166 {
  height: 116.6rem;
}
@media (max-width: 789px) {
  .h-1166 {
    height: 100%;
  }
  .h-1166 .bg-black {
    padding-bottom: 38.5rem;
  }
}
@media (max-width: 480px) {
  .h-1166 {
    height: 100%;
  }
  .h-1166 .bg-black {
    padding-bottom: 35rem;
  }
}

.h-316 {
  height: 31.6rem;
}

.h-214 {
  height: 21.4rem;
}
@media(max-width:480px){
	.h-214 {
  height: auto;
}
}
.h-100 {
  height: 100%;
}

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

.b-r-5 {
  border-radius: 0.5rem;
}

.pointer {
  cursor: pointer;
}

.bold {
  font-weight: 700;
}

.bold-600 {
  font-weight: 600;
}

.white {
  color: #fff;
}

.t-blue {
  background: linear-gradient(180deg, #4D84F3 0%, #0341BE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.black-blue {
  color: #00132C;
}

.bg-blue {
  background: linear-gradient(180deg, #4D84F3 0%, #0341BE 100%);
  color: #fff;
}

.bg-black {
  position: relative;
  background-size: cover;
  background-position: bottom;
}
.bg-black.how-bg-1 {
  background-image: url("/bitrix/templates/lp/img/how-1.png");
}
.bg-black.how-bg-2 {
  background-image: url("/bitrix/templates/lp/img/how-2.png");
}
.bg-black.how-bg-3 {
  background-image: url("/bitrix/templates/lp/img/how-3.png");
}
@media(max-width:789px){
	.bg-black.how-bg-1 {
  background-image: url("/bitrix/templates/lp/img/how-1-tab.png");
}
.bg-black.how-bg-2 {
  background-image: url("/bitrix/templates/lp/img/how-2-tab.png");
}
.bg-black.how-bg-3 {
  background-image: url("/bitrix/templates/lp/img/how-3-tab.png");
}
}
@media(max-width:480px){
	.bg-black.how-bg-1 {
  background-image: url("/bitrix/templates/lp/img/how-1-mob.png");
}
.bg-black.how-bg-2 {
  background-image: url("/bitrix/templates/lp/img/how-2-mob.png");
}
.bg-black.how-bg-3 {
  background-image: url("/bitrix/templates/lp/img/how-3-mob.png");
}
}
.bg-black:before {
  content: "";
  background-image: url(/bitrix/templates/lp/img/how-bg-top.png);
  position: absolute;
  top: 0;
  width: 100%;
  height: 75rem;
  z-index: 0;
}

.bg-light {
  background-color: #000B46;
  background-image: url(/bitrix/templates/lp/img/bg-light.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}

.bg-image {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bg-image-bottom {
  position: absolute;
  width: 100%;
  height: 76.1rem;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.bg-form {
  background-image: url(/bitrix/templates/lp/img/bg-form.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media(max-width:480px){
	.bg-form {
  background-image: url(/bitrix/templates/lp/img/bg-form-mob.png);
}
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed-popup{
	display:none;
	position:fixed;
	top:0;
	left:0;
	z-index:1000;
	align-items: center;
    justify-content: center;
	height:100vh;
}
.fixed-popup.active{
	display:flex;
}
.fixed-popup .close{
	position:absolute;
	top:2.9rem;
	right:2.9rem;
	cursor:pointer;
}
.fixed-popup .close svg{
	width:2rem;
	height:2rem;
}
.content-popup .close:hover path{
	fill:#fff;
}
.w-578{
	width:57.8rem;
}

.content-popup{
	position:relative;
	height:fit-content;
	border-radius:0.8rem!important;
}
@media(max-width:480px){
	.content-popup{
		height: 100%;
		border-radius: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		width:100%;
		padding:1.6rem;
	}
	.content-popup h3{
		font-size:2rem;
	}
}
.content-popup input.text{
	width:100%;
}

.bg-popup{
	width:100%;
	height:100%;
	position:absolute;
	background: rgba(0, 19, 44, 0.6);
}

.center {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

h1 {
  font-weight: 400;
  font-size: 5.6rem;
  line-height: 140%;
  text-transform: uppercase;
}
@media (max-width: 789px) {
  h1 {
    font-size: 4.4rem;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 2.4rem;
  }
}

h2 {
  font-weight: 400;
  font-size: 5.6rem;
  line-height: 140%;
  text-transform: uppercase;
}
@media (max-width: 789px) {
  h2 {
    font-size: 4.4rem;
  }
}
@media (max-width: 480px) {
  h2 {
    font-size: 2.4rem;
  }
}

h3 {
  font-weight: 400;
  font-size: 4.4rem;
  line-height: 140%;
  text-transform: uppercase;
}
@media (max-width: 789px) {
  h3 {
    font-size: 3.2rem;
  }
}
@media (max-width: 480px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 789px) {
  h4 {
    font-size: 1.8rem;
  }
}

h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 140%;
  margin: 0;
}
@media (max-width: 789px) {
  h5 {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  h5 {
    font-size: 1.6rem;
  }
}

h3.statistic-title{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 3.2rem;
}

p, li, .text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 140%;
}
@media (max-width: 789px) {
  p, li, .text {
    font-size: 1.4rem;
  }
}
p.black-blue, li.black-blue, .text.black-blue {
  color: #00132C;
}
p.white, li.white, .text.white {
  color: #fff;
}
p.big, li.big, .text.big {
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 120%;
}
@media (max-width: 789px) {
  p.big, li.big, .text.big {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  p.big, li.big, .text.big {
    font-size: 1.4rem;
  }
}

a.text {
  color: #00132C;
  text-decoration: none;
}
a.text:hover {
  background: linear-gradient(180deg, #4D84F3 0%, #0341BE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cub {
  width: 2.4rem;
  height: 2.4rem;
}
.cub-blue {
  background: #014282;
}
.cub-light {
  background: #5FE8FF;
}
.cub-grey {
  background: #B2B2B2;
}

.container {
  max-width: 135rem;
  margin: 0 auto;
}
@media (max-width: 789px) {
  .container {
    margin: 0 5rem;
  }
}
@media (max-width: 480px) {
  .container {
    margin: 0 1.6rem;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  width: 100%;
  padding: 2.4rem 0;
}
.header a {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 139%;
}
.header__logo {
  max-width: 14.2rem;
}
@media(max-width:480px){
.header__logo {
  max-width: 8rem;
}
}
.header__menu ul {
  list-style-type: none;
}
@media (max-width: 789px) {
  .header__menu {
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
    .header__menu {
        position: absolute;
        width: 100vw;
        height: 100vh;
        padding: 13.5rem 3rem;
        top: 0;
        left: 0;
        display: flex;
        z-index: 100;
        background: linear-gradient(180deg, #4D84F3 0%, #0341BE 100%);
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px);
        left: -100%;
        visibility: visible;
        opacity: 1;
        transition: left 0.6s ease;
    }
    .header__menu._active {
        position: absolute;
        width: 100vw;
        height: 100vh;
        padding: 13.5rem 3rem;
        top: 0;
        left: 0;
        display: flex;
        z-index: 100;
        background: linear-gradient(180deg, #4D84F3 0%, #0341BE 100%);
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px);
        left: 0;
        visibility: visible;
        opacity: 1;
        transition: left 0.6s ease;
    }
}
@media (max-width: 789px) {
  .header__link-contact {
    display: none;
  }
}
@media (max-width: 480px) {
  .header__link .btn {
    display: none;
  }
}
.header a {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 139%;
  color: #00132C;
  text-decoration: none;
}
@media(max-width:789px){
	.header a{
		color:#fff;
		font-size:2rem;
	}
	.header li{
		margin-bottom:2rem;
		margin-left:0;
	}
	.header__menu ul{
		display:flex;
		flex-direction:column;
	}
}
.header a:hover{
	background: linear-gradient(180deg, #4D84F3 0%, #0341BE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

div#top {
  padding-bottom: 14rem;
  margin-bottom: -14rem;
}

.hero {
  height: 78.7rem;
  position: relative;
  margin-top: 14rem;
}
@media (max-width: 789px) {
	div#top {
  padding-bottom: 10rem;
  margin-bottom: -10rem;
}
  .hero {
    height: 59.8rem;
	margin-top:10rem;
  }
}
.hero img {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.hero .container.relative {
  z-index: auto;
}
.hero__button {
  top: 66rem;
  right: 0;
}
@media (max-width: 789px) {
  .hero__button {
    top: 50rem;
  }
}
.hero__button-prev, .hero__button-next {
  z-index: 2;
  cursor: pointer;
  height: 4rem;
  width: 4rem;
}
.hero__button-prev svg, .hero__button-next svg {
  width: 100%;
  height: 100%;
}
.hero__button-prev:hover path, .hero__button-next:hover path {
  fill: #5FE8FF;
}
.hero__button-prev:hover circle, .hero__button-next:hover circle {
  stroke: #5FE8FF;
}
.hero__button-next {
  transform: rotate(180deg);
}
.hero__dots.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: absolute;
  top: 6.4rem;
  right: 0;
  left: auto;
  z-index: 2;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.hero .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.hero .swiper-pagination-bullet-active {
  background: #5FE8FF;
}
.hero__slider {
  height: 100%;
}
.hero__slider .swiper-wrapper {
  height: 100%;
}
.hero__slider .swiper-wrapper .swiper-slide {
  height: 100%;
  background-color: #080118;
  background-position: right;
  background-repeat: no-repeat;
}
@media(max-width:480px){
	.hero__slider .swiper-wrapper .swiper-slide {
 background-position: center;
}  
}
.hero__slider .swiper-wrapper .swiper-slide:nth-child(1n) {
  background-image: url(/bitrix/templates/lp/img/hero-1.png);
  background-size: cover;
  position:relative;
}
.hero__slider .swiper-wrapper .swiper-slide:nth-child(2) {
  background-image: url(/bitrix/templates/lp/img/hero-2.png);
  background-size: cover;
}
@media(max-width:480px){
.hero h2, .hero h1{
		max-width:30rem;
}
.hero__slider .swiper-wrapper .swiper-slide:nth-child(2) {
  background-image: url(/bitrix/templates/lp/img/hero-2-mob.png);
  background-size: cover;
}
.hero__slider .swiper-wrapper .swiper-slide:nth-child(1) p{
	max-width:30rem;
}
.hero__slider .swiper-wrapper .swiper-slide:nth-child(1n):before{
	content:"";
	top:0;
	left:0;
	width:100%;
	height:100%;
	position:absolute;
	background: linear-gradient(90deg, rgba(0, 25, 255, 0.3) 0%, rgba(0, 18, 43, 0.06) 100%);
	z-index:1;
}
.hero__slider .swiper-wrapper .swiper-slide:nth-child(1n) .container{
	z-index:2;
	position:relative;
}
}
.cards__list-item {
  filter: drop-shadow(0 0.4rem 3rem rgba(0, 29, 57, 0.15));
}
.cards__list-item--top {
  padding: 6rem 6rem 6rem;
  background: #FFFFFF;
  border-radius: 0.8rem 0.8rem 0 0;
}
@media (max-width: 789px) {
  .cards__list-item--top {
    padding: 6rem 1.6rem 5rem;
  }
}
.cards__list-item--bottom {
  padding: 3.2rem 6.2rem;
  border-radius: 0 0 0.8rem 0.8rem;
}
@media (max-width: 789px) {
  .cards__list-item--bottom {
    padding: 2.4rem 4.8rem;
  }
}
.cards__list-item--icon {
  width: 10rem;
  height:10rem;
  margin-bottom: -4.8rem;
}

.how {
  position: relative;
}
.how__question-answer-item {
  opacity: 0;
  position: absolute;
  right: -100%;
}
.how__question-answer-item.active {
  position: relative;
  right: 0;
  opacity: 1;
}
.how__question-answer-item ul li:before {
  content: "";
  display: block;
  width: 1rem;
  min-width:1rem;
  height: 1rem;
  min-height:1rem;
  background: #FFFFFF;
  border-radius: 50%;
}
.how__img {
  width: 68.7rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
.how .container {
  position: inherit;
  z-index: 1;
}

@media (max-width: 480px) {
  .steck__title {
    overflow: auto;
    white-space: nowrap;
    gap: 2rem;
    width: 100%;
	margin-bottom:2rem;
	padding-bottom:1rem;
  }
  .steck p.m-bottom-64{
	  margin-bottom:2rem;
  }
}
.steck__title-item {
  cursor: pointer;
}
.steck__title-item:hover {
  background: linear-gradient(180deg, #4D84F3 0%, #0341BE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.steck__list {
  overflow: auto;
  position: absolute;
  left: -100%;
  opacity: 0;
}
.steck__list.active {
  position: relative;
  opacity: 1;
  left: 0;
}
.steck__list-item img {
  width: 15rem;
}
@media (max-width: 789px) {
  .steck__list.active {
    overflow: auto;
    flex-wrap: nowrap !important;
    width: 100%;
	justify-content: left;
	gap:4rem;
  }
  .steck__list-item {
		width:auto;
		text-align:center;
		white-space: nowrap;
	}
	.steck__list-item img {
		width: 9rem;
		max-width: 9rem;
		margin-left: auto;
		margin-right:auto;
	}
}
@media(max-width:480px){
	.steck__list.active {
  position: relative;
  opacity: 1;
  left: 0;
  column-gap:1.6rem;
      justify-content: left;
	  padding-bottom:1rem;
}
	.steck__list-item {
		width:auto;
		text-align:center;
		white-space: nowrap;
	}
	.steck__list-item img {
		width: 6rem;
		max-width: 6rem;
		margin-left: auto;
		margin-right:auto;
	}
}

.case__slider-banner {
  position: relative;
  border-radius: 0.8rem;
}
@media(max-width:768px){
	.case__slider-banner .bg-image{
		object-position:-40rem;
	}
	.case__slider-banner p{
		width:28rem;
	}
	.case__slider-banner h3{
		width: 39rem;
	} 
}
@media(max-width:480px){
	.case__slider-banner .bg-image{
	display:none;
}
}

.case__slider-banner h3, .case__slider-banner p {
  position: inherit;
  z-index: 1;
}
@media(max-width:480px){
	.case__slider-banner h3, .case__slider-banner p{
		color:#fff;
		width:100%;
	}
}
.case__slider-banner img {
  border-radius: 0.8rem;
}
@media(max-width:480px){
	.case__slider-description{
		display:none;
	}
	.case__slider-description.active{
		display:flex;
	}
}

.case__dots {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 4rem;
  line-height: 140%;
}
.case__dots .swiper-pagination-current {
  color: #5FE8FF;
}
.case__button-next {
  transform: rotate(180deg);
}
.case__button-prev, .case__button-next {
  z-index: 2;
  cursor: pointer;
  height: 4rem;
  width: 4rem;
}
.case__button-prev svg, .case__button-next svg {
  width: 100%;
  height: 100%;
}
.case__button-prev:hover path, .case__button-next:hover path {
  fill: #5FE8FF;
}
.case__button-prev:hover circle, .case__button-next:hover circle {
  stroke: #5FE8FF;
}

.review__list-item img {
  box-shadow: 0 1.2rem 1.6rem -0.4rem rgba(16, 24, 40, 0.08), 0 0.4rem 0.6rem -0.2rem rgba(16, 24, 40, 0.03);
  border-radius: 0.8rem 0.8rem 0 0;
}
.review__list-item--bottom {
  padding: 2.4rem 3.2rem 3.2rem;
  box-shadow: 0 1.2rem 1.6rem -0.4rem rgba(16, 24, 40, 0.08), 0 0.4rem 0.6rem -0.2rem rgba(16, 24, 40, 0.03);
  border-radius: 0 0 0.8rem 0.8rem;
}
.review__list-item--bottom h5{
      text-transform: uppercase;
}
.review .swiper-pagination-bullet-active {
  background: #5FE8FF;
}
.review__button-next {
  transform: rotate(180deg);
}
.review__button-prev, .review__button-next {
  z-index: 2;
  cursor: pointer;
  height: 4rem;
  width: 4rem;
}
.review__button-prev svg, .review__button-next svg {
  width: 100%;
  height: 100%;
}
.review__button-prev:hover path, .review__button-next:hover path {
  fill: #5FE8FF;
}
.review__button-prev:hover circle, .review__button-next:hover circle {
  stroke: #5FE8FF;
}

.callback__bg {
  background: #000B46;
}
.callback .container {
  z-index: 2;
  position: inherit;
}
.callback__right {
  background: linear-gradient(180deg, #4D84F3 0%, #0341BE 100%);
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.05);
  border-radius: 0 0.8rem 0.8rem 0;
}
@media (max-width: 789px) {
  .callback__right {
    box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.05);
    border-radius: 0 0 0.8rem 0.8rem;
  }
}
.callback__left {
  border-radius: 0 0.8rem 0.8rem 0;
  filter: drop-shadow(0 0.2rem 0.2rem rgba(0, 0, 0, 0.05));
}
@media (max-width: 789px) {
  .callback__left {
    border-radius: 0 0.8rem 0.8rem 0;
    width: 100%;
  }
  .callback__left img {
    width: 100%;
    border-radius: 0 0.8rem 0.8rem 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.callback form {
  display: flex;
  flex-direction: column;
}

.contact__description {
  filter: drop-shadow(0 0.4rem 3rem rgba(0, 29, 57, 0.15));
}
.contact__description-map {
  border-radius: 0 0.8rem 0.8rem 0;
}
.contact__description-map div{
  height:100%;
}
@media (max-width: 789px) {
  .contact__description-map {
    height: 33.2rem;
  }
}
.contact__description-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 0 0.8rem 0.8rem 0;
  border: 0;
}
@media (max-width: 789px) {
  .contact__description-map iframe {
    border-radius: 0 0 0.8rem 0.8rem;
  }
}
.contact__description-list {
  background: #ffffff;
  border-radius: 0.8rem 0 0 0.8rem;
}
@media (max-width: 789px) {
  .contact__description-list {
    border-radius: 0.8rem 0.8rem 0 0;
  }
}

@media (max-width: 480px) {
  .statistic__title {
    overflow: auto;
    white-space: nowrap;
    gap: 2rem;
  }
}
.statistic__title-item:hover {
  background: linear-gradient(180deg, #4D84F3 0%, #0341BE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.statistic__description {
  visibility: hidden;
  position: absolute;
  left: -100%;
  opacity: 0;
}
.statistic__description.active {
  visibility: visible;
  left: 0;
  opacity: 1;
  position: relative;
}

.statistic__description-doughnuts-item{
  display: flex;
    flex-direction: column;
    justify-content: center;
}
.statistic canvas {
  width: 30rem !important;
  height: 30rem !important;
}
@media (max-width: 789px) {
  .statistic canvas {
    width: 20.9rem !important;
    height: 20.9rem !important;
  }
}
.statistic .title-statistic {
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 120%;
  color: #00132C;
  margin-top: 2.4rem;
}
@media (max-width: 789px) {
  .statistic .title-statistic {
    font-size: 2.4rem;
  }
}
@media (max-width: 480px) {
  .statistic .title-statistic {
    font-size: 1.8rem;
  }
}

@media(max-width:480px){
  .statistic__description-doughnuts.flex{
	flex-wrap:wrap;
	justify-content: center;
  }
  .statistic canvas{
	 margin:0 auto;
  }
  .statistic__description-doughnuts-item{
	  margin-bottom:2rem;
	  width:100%;
  }
}

.footer {
  background: #000B46;
}
.footer ul {
  list-style-type: none;
  margin: 0;
}
.footer ul a {
  text-decoration: none;
  color: #fff;
}
.footer ul a:hover {
  background: linear-gradient(180deg, #4D84F3 0%, #0341BE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer ul li {
  margin-bottom: 1.6rem;
}
@media (max-width: 480px) {
  .footer ul li {
    margin-bottom: 0.8rem;
  }
}
.footer ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .footer .m-left-64 {
    margin: 2.4rem 0 2.4rem 0;
  }
}
@media (max-width: 789px) {
  .footer__left {
    margin-bottom: 6.4rem;
  }
  .footer__left > p {
    display: none;
  }
}
@media (max-width: 789px) {
  .footer__right ul {
    padding: 0;
  }
  .footer__right .m-left-79 {
    margin-left: 3.4rem;
  }
  .footer__right .m-left-32 {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .footer__right .m-left-79 {
    margin: 0 0 2.4rem 0;
  }
}
@media (max-width: 480px) {
  .footer__right div {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .footer__right .m-bottom-32 {
    margin-bottom: 3.2rem;
  }
}

.swiper-horizontal {
  overflow: hidden;
}

@media (max-width: 480px) {
  .consultation form {
    flex-wrap: wrap;
  }
  .consultation form input {
    width: 100%;
  }
}

._anim-item {
  -webkit-transform: translate(0px, 80%);
  transform: translate(0px, 80%);
  opacity: 0;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

._anim-item-text {
  -webkit-transform: translate(0px, 40%);
  transform: translate(0px, 40%);
  opacity: 0;
  -webkit-transition: all 1s ease 0.6s;
  transition: all 1s ease 0.6s;
}

@media (max-width: 1220px) {
  ._anim-item-text {
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
  }
}

._anim-item-right {
  -webkit-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
  opacity: 0;
  -webkit-transition: all 1.5s ease 0s;
  transition: all 1.5s ease 0s;
}

@media (max-width: 1220px) {
  ._anim-item-right {
    -webkit-transform: translate(0px, 40%);
    transform: translate(0px, 40%);
  }
}

._anim-item-left {
  -webkit-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
  opacity: 0;
  -webkit-transition: all 1.5s ease 0s;
  transition: all 1.5s ease 0s;
}

@media (max-width: 1220px) {
  ._anim-item-left {
    -webkit-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
    -webkit-transform: translate(0px, 40%);
    transform: translate(0px, 40%);
  }
}

._active {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.thanks-content{
		height:100vh;
		text-align:center;
		margin-left:auto;
		margin-right:auto;
		background-image:url(/bitrix/templates/lp/img/section-thanks.png);
		background-size:cover;
		
}
.thanks-content .btn{
margin:0 auto;
}
.thanks-content h1{
	padding-top:40rem;
}
@media(max-width: 768px){
	.thanks-content h1{
	padding-top:37rem;
}
}
@media(max-width: 480px){
	.thanks-content h1{
	padding-top:24rem;
}
.thanks-content p{
	margin: 0 1.6rem 4.4rem;
}
}

.header__menu-btn {
    display: none;
}
@media (min-width: 320px) and (max-width: 768px) {
    .header__menu-btn-close {
        cursor: pointer;
        position: absolute;
        top: 5rem;
        right: 5rem;
    }
    .header__menu-btn-close::before {
        content: "";
        position: absolute;
        width: 2rem;
        height: 0.2rem;
        border-radius: 2rem;
        background: #000B46;
        transform: rotate(45deg);
    }
    .header__menu-btn-close::after {
        content: "";
        position: absolute;
        width: 2rem;
        height: 0.2rem;
        border-radius: 2rem;
        background: #000B46;
        transform: rotate(-45deg);
    }
    .header__menu-btn-close:hover::before {
        background: #37ab48;
    }
    .header__menu-btn-close:hover::after {
        background: #37ab48;
    }
}
@media (max-width: 768px) {
    .header__menu-btn {
        display: block;
        width: 3rem;
        height: 3rem;
        position: relative;
        z-index: 2;
    }
	.m-left-36 {
    margin-left: 20.6rem;
}
    .header__menu-btn span {
        width: 3rem;
        height: 0.2rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #000B46;
        transition: 0.6s ease;
        border-radius: 0.1rem;
    }
    .header__menu-btn span:nth-of-type(2) {
        top: calc(50% - 1rem);
    }
    .header__menu-btn span:nth-of-type(3) {
        top: calc(50% + 1rem);
    }
}
@media (min-width: 320px) and (max-width: 576px) {
    .header__menu-btn {
        margin-left: 2rem;
    }
}
._lock{
	overflow:hidden!important;
}
.thanks-content a{
	text-decoration: none;
}
.review-block__dots {
    position: absolute;
    bottom: 3.2rem!important;
    left: 3.2rem!important;
    z-index: 100;
}
.mob-tel{
	display:none;
}
@media(max-width:480px){
	.mob-tel{
		display:block;
		width:3rem;
		height:3rem;
		margin-left:23rem;
	}
	.mob-tel svg{
		width:100%;
		height:100%;
	}
}
@media(max-width:480px){
	.mob-tel{
		margin-left:23rem;
	}
}
@media(max-width:375px){
	.mob-tel{
		margin-left:16rem;
	}
}
@media(max-width:340px){
	.mob-tel{
		margin-left:14rem;
	}
}

.mob-img, .mob-btn-case{
	display:none;
}
@media(max-width:480px){
	.mob-img{
	display:block;
	margin-top:1.6rem;
	width:100%;
}
.mob-btn-case{
	display:flex;
	font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-size: 1.4rem;
line-height: 140%;
color: #5FE8FF;
text-transform: uppercase;
margin-top:1.8rem;
}
.h-316{
		height:100%;
	}
.case__slider-banner{
	padding: 0;
}
.case h2{
	text-align:left;
}
}
.swiper-backface-hidden .swiper-slide{
	font-size:0;
}
h1.title-404{
	font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 20rem;
line-height: 140%;
margin-top:0.8rem;
margin-bottom:0.8rem;
}
.w-856{
	width:85.6rem;
}
@media(max-width:789px){
	h1.title-404{
	font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 20rem;
line-height: 140%;
}
.w-856{
	width:66.8rem;
}
}
@media(max-width:480px){
	h1.title-404{
	font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 9.6rem;
line-height: 140%;
	}
	.w-856{
	width:100%;
}
}

.content-404{
		height:100vh;
		text-align:center;
		margin-left:auto;
		margin-right:auto;
		background-image:url(/bitrix/templates/lp/img/section-thanks.png);
		background-size:cover;
}
.content-404 .btn{
margin:0 auto;
text-decoration: none;
}
.content-404 h3{
	padding-top:26rem;
}
@media(max-width: 768px){
	.content-404 h3{
	padding-top:24rem;
}
}
@media(max-width: 480px){
	.content-404 h3{
	padding-top:18rem;
}
.content-404 p{
	padding: 0 1.6rem 4.4rem;
}
}

.policy{
	margin-top: 14rem;
}
@media(max-width:789px){
	.policy{
		margin-top: 10rem;
	}
}
@media(max-width:480px){
	.policy{
		margin-top: 5rem;
	}
}
.policy{
	padding:6rem 0 12rem;
}
.table{
	display:flex;
	flex-wrap:wrap;
}
.table-right{
	width:50%;
	padding:2rem;
	border-top:0.2rem solid #000B46;
	border-left:0.2rem solid #000B46;
	border-right:0.2rem solid #000B46;
}
.table-right:last-child{
	border-bottom:0.2rem solid #000B46;
}
.table-left{
	border-top:0.2rem solid #000B46;
	border-left:0.2rem solid #000B46;
}
.table-left:nth-child(13n){
	border-bottom:0.2rem solid #000B46;
}
.table-right.title, .table-left.title{
	display:flex;
	align-items:center;
}
.table-left{
	width:50%;
	padding:2rem;
}
.table ul{
	padding-left:2rem;
}
@media(max-width:480px){
	.table h4{
		font-size:1.4rem;
	}
	.table p, .table li{
		font-size:1.2rem;
	}
	.table-right, .table-left{
		padding:0.5rem;
	}
}

.popup-certificate {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}
.popup-certificate._active {
    visibility: visible;
    opacity: 1;
    z-index: 100;
	position: fixed;
}
.popup-certificate__close-popup {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
}
.popup-certificate__container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-backdrop-filter: blur(1.5rem);
    backdrop-filter: blur(1.5rem);
    background: rgba(54, 53, 53, 0.65);
}
.popup-certificate__wrapper {
    position: inherit;
    overflow: hidden;
    z-index: 101;
    width: 70rem;
    height: 90rem;
    padding: 5rem;
    background: transparent;
    display: flex;
    flex-direction: column;
}
@media(max-width:768px){
	.popup-certificate__wrapper {
    position: inherit;
    overflow: hidden;
    z-index: 101;
    width: 50rem;
    height: 70rem;
    padding: 5rem;
    background: transparent;
    display: flex;
    flex-direction: column;
}
}

@media (min-width: 320px) and (max-width: 423px) {
    .popup-certificate__wrapper {
        width: 100%;
        height: 100%;
        padding: 10rem 1rem;
    }
}
@media (min-width: 424px) and (max-width: 575px) {
    .popup-certificate__wrapper {
        width: 100%;
        height: 100%;
        padding: 6rem 5rem;
    }
}
.popup-certificate__wrapper-close {
    cursor: pointer;
    position: absolute;
    top: 10rem;
    right: 10rem;
}
@media(max-width:768px){
	.popup-certificate__wrapper-close{
		top:5rem;
		right:5rem;
	}
}
@media(max-width:480px){
	.popup-certificate__wrapper-close{
		top:3rem;
		right:3rem;
	}
}
.popup-certificate__wrapper-close::before {
    content: "";
    position: absolute;
    width: 2rem;
    height: 0.2rem;
    border-radius: 2rem;
    background: #fff;
    transform: rotate(45deg);
}
.popup-certificate__wrapper-close::after {
    content: "";
    position: absolute;
    width: 2rem;
    height: 0.2rem;
    border-radius: 2rem;
    background: #fff;
    transform: rotate(-45deg);
}
.popup-certificate__wrapper-close:hover::before {
        background: #5FE8FF;
}
.popup-certificate__wrapper-close:hover::after {
       background: #5FE8FF;
}
.popup-certificate__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.popup-certificate__img-bg,.certificates__card-img-bg,.certificates__card {
    width: 100%;
    height: 100%;
}
.certificates__card-img-bg img{
	width:100%;
	height:100%;
}

.popup-certificate__button {
    width: 43.8rem;
    height: 5.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
        background: linear-gradient(180deg, #4D84F3 0%, #0341BE 100%);
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.4rem;
    color: #fff;
    border-radius: 0.5rem;
    margin-top: 5rem;
}
@media (min-width: 320px) and (max-width: 768px) {
    .popup-certificate__button {
        width: 100%;
    }
	.certificates__cards{
		height:100%;
	}
}
@media (min-width:1024px) and (max-width:1450px){
	.popup-certificate__wrapper {
	    padding: 2rem 5rem 5rem;
	}
}
.certificates__card-button{
	cursor:pointer;
}
@media (min-width: 1800px) {
    .certificates-arrows-prev {
        position: absolute;
        top: 70%;
        left: 20rem;
    }
    .certificates-arrows-next {
        position: absolute;
        top: 70%;
        right: 20rem;
    }
}
@media (min-width: 1590px) and (max-width: 1799px) {
    .certificates-arrows-prev {
        position: absolute;
        top: 70%;
        left: 10rem;
    }
    .certificates-arrows-next {
        position: absolute;
        top: 70%;
        right: 10rem;
    }
}
@media (min-width: 1440px) and (max-width: 1589px) {
    .certificates-arrows-prev {
        position: absolute;
        top: 70%;
        left: 2rem;
    }
    .certificates-arrows-next {
        position: absolute;
        top: 70%;
        right: 2rem;
    }
}
@media (min-width: 1280px) and (max-width: 1439px) {
    .certificates-arrows-prev {
        position: absolute;
        top: 70%;
        left: 6rem;
    }
    .certificates-arrows-next {
        position: absolute;
        top: 70%;
        right: 6rem;
    }
}
@media (min-width: 1110px) and (max-width: 1279px) {
    .certificates-arrows-prev {
        position: absolute;
        top: 70%;
        left: 10rem;
    }
    .certificates-arrows-next {
        position: absolute;
        top: 70%;
        right: 10rem;
    }
}
@media (min-width: 1040px) and (max-width: 1109px) {
    .certificates-arrows-prev {
        position: absolute;
        top: 70%;
        left: 5rem;
    }
    .certificates-arrows-next {
        position: absolute;
        top: 70%;
        right: 5rem;
    }
}
@media (min-width: 992px) and (max-width: 1039px) {
    .certificates-arrows-prev {
        position: absolute;
        top: 70%;
        left: 2rem;
    }
    .certificates-arrows-next {
        position: absolute;
        top: 70%;
        right: 2rem;
    }
}
@media (min-width: 870px) and (max-width: 991px) {
    .certificates-arrows-prev {
        position: absolute;
        top: 70%;
        left: 10rem;
    }
    .certificates-arrows-next {
        position: absolute;
        top: 70%;
        right: 10rem;
    }
}
@media (min-width: 820px) and (max-width: 869px) {
    .certificates-arrows-prev {
        position: absolute;
        top: 70%;
        left: 5rem;
    }
    .certificates-arrows-next {
        position: absolute;
        top: 70%;
        right: 5rem;
    }
}
@media (min-width: 780px) and (max-width: 819px) {
    .certificates-arrows-prev {
        position: absolute;
        top: 70%;
        left: 2rem;
    }
    .certificates-arrows-next {
        position: absolute;
        top: 70%;
        right: 2rem;
    }
}
@media (min-width: 769px) and (max-width: 779px) {
    .certificates-arrows-prev {
        position: absolute;
        top: 70%;
        left: 1rem;
    }
    .certificates-arrows-next {
        position: absolute;
        top: 70%;
        right: 1rem;
    }
}
@media (max-width: 768px) {
    .certificates-arrows-prev {
        display: none;
    }
    .certificates-arrows-next {
        display: none;
    }
}

@media (min-width: 1800px) {
    .certificates-popup-arrows-prev {
        position: absolute;
        top: 50%;
        left: 30rem;
    }
    .certificates-popup-arrows-next {
        position: absolute;
        top: 50%;
        right: 30rem;
    }
}
@media (min-width: 1590px) and (max-width: 1799px) {
    .certificates-popup-arrows-prev {
        position: absolute;
        top: 50%;
        left: 10rem;
    }
    .certificates-popup-arrows-next {
        position: absolute;
        top: 50%;
        right: 10rem;
    }
}
@media (min-width: 1440px) and (max-width: 1589px) {
    .certificates-popup-arrows-prev {
        position: absolute;
        top: 50%;
        left: 10rem;
    }
    .certificates-popup-arrows-next {
        position: absolute;
        top: 50%;
        right: 10rem;
    }
}
@media (min-width: 1280px) and (max-width: 1439px) {
    .certificates-popup-arrows-prev {
        position: absolute;
        top: 50%;
        left: 6rem;
    }
    .certificates-popup-arrows-next {
        position: absolute;
        top: 50%;
        right: 6rem;
    }
}
@media (min-width: 1110px) and (max-width: 1279px) {
    .certificates-popup-arrows-prev {
        position: absolute;
        top: 50%;
        left: 10rem;
    }
    .certificates-popup-arrows-next {
        position: absolute;
        top: 50%;
        right: 10rem;
    }
}
@media (min-width: 1040px) and (max-width: 1109px) {
    .certificates-popup-arrows-prev {
        position: absolute;
        top: 50%;
        left: 15rem;
    }
    .certificates-popup-arrows-next {
        position: absolute;
        top: 50%;
        right: 15rem;
    }
}
@media (min-width: 992px) and (max-width: 1039px) {
    .certificates-popup-arrows-prev {
        position: absolute;
        top: 50%;
        left: 15rem;
    }
    .certificates-popup-arrows-next {
        position: absolute;
        top: 50%;
        right: 15rem;
    }
}
@media (min-width: 870px) and (max-width: 991px) {
    .certificates-popup-arrows-prev {
        position: absolute;
        top: 50%;
        left: 20rem;
    }
    .certificates-popup-arrows-next {
        position: absolute;
        top: 50%;
        right: 20rem;
    }
}
@media (min-width: 820px) and (max-width: 869px) {
    .certificates-popup-arrows-prev {
        position: absolute;
        top: 50%;
        left: 15rem;
    }
    .certificates-popup-arrows-next {
        position: absolute;
        top: 50%;
        right: 15rem;
    }
}
@media (min-width: 769px) and (max-width: 819px) {
    .certificates-popup-arrows-prev {
        position: absolute;
        top: 50%;
        left: 20rem;
    }
    .certificates-popup-arrows-next {
        position: absolute;
        top: 50%;
        right: 20rem;
    }
}
@media (min-width: 676px) and (max-width: 768px) {
    .certificates-popup-arrows-prev {
        position: absolute;
        bottom: 10%;
        left: 10rem;
    }
    .certificates-popup-arrows-next {
        position: absolute;
        bottom: 10%;
        right: 10rem;
    }
}

@media (min-width: 426px) and (max-width: 675px) {
	.certificates-popup-arrows-prev {
        position: absolute;
        bottom: 10%;
        left: 12.1rem;
    }
    .certificates-popup-arrows-next {
        position: absolute;
        bottom: 10%;
        right: 12.1rem;
    }
}

@media (min-width: 425px) and (max-width: 575px) {
	.certificates-popup-arrows-prev {
        position: absolute;
        bottom: 10%;
        left: 5rem;
    }
    .certificates-popup-arrows-next {
        position: absolute;
        bottom: 10%;
        right: 5rem;
    }
}
@media(width: 424px) {
	.certificates-popup-arrows-prev {
        position: absolute;
        bottom: 10%;
        left: 5rem;
    }
    .certificates-popup-arrows-next {
        position: absolute;
        bottom: 10%;
        right: 5rem;
    }
}
@media (min-width: 320px) and (max-width: 423px) {
	.certificates-popup-arrows-prev {
        position: absolute;
        bottom: 10%;
        left: 1rem;
    }
    .certificates-popup-arrows-next {
        position: absolute;
        bottom: 10%;
        right: 1rem;
    }
}
.certificates-popup-arrows-next, .certificates-popup-arrows-prev{
	cursor:pointer;
}
.certificates-popup-arrows-next:hover path,.certificates-popup-arrows-prev:hover path{
	cursor:pointer;
		fill:#5FE8FF;
}
@media(max-width:480px){
	.certificates__card-img-bg img {
    width: 100%;
    height: 52rem;
    object-fit: cover;
}
}
.header a.btn{
	color:#fff;
}
.header a.btn:hover {
    -webkit-text-fill-color: #fff;
}
.arrow-btn svg{
	min-width:5rem;
}
/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/bitrix/templates/lp/components/bitrix/menu/bottom_menu/style.min.css?1729512457490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/lp/components/bitrix/menu/bottom_menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */
/* /bitrix/templates/lp/css/style.css?173260320745170 */
/* /bitrix/templates/lp/components/bitrix/menu/bottom_menu/style.min.css?1729512457490 */
