  .slider_inner_img_image img {
    object-fit: contain;
    -o-object-fit: contain;
    object-position: center center;
    width: auto;
    height: auto;
  }

  .page-horizontal {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
  }

  .full_content {
    width: 100% !important;
  }

  .page-horizontal header .header-menu li a {
    color: #000;
  }

  .page-horizontal header .header-menu li a:hover {
    color: #787878;
  }

  .container {
    max-width: 100% !important;
    padding: 0 !important;
  }

  body {
    font-size: 0.9375vw;
    color: #000;
  }

  .footer {
    width: 100%;
  }

  .content strong {
    font-weight: 700;
  }

  .content p {
    margin-bottom: 0.52083vw;
    line-height: 145%;
  }

  .content li,
  .content ul {
    list-style: none;
  }

  .inner-slide_row_last {
    padding-top: 0 !important;
  }

  .content ul {
    padding-left: 25px;
    margin-top: 15px;
  }
  
  .content li {
    list-style: decimal !important;
    margin-bottom: 1.4630vh;
  }

  
  .content li a {
    pointer-events: none;
    cursor: default;
    text-decoration: underline;
    color: #000;
  }

  img.alignright {
    float: right;
    margin: 0 0 1em 1em;
  }

  img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
  }

  img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .alignright {
    float: right;
  }

  .alignleft {
    float: left;
  }

  .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .screen_img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    background: linear-gradient(135deg, #D4DFF8 0%, #BCE7EF 100%);
  }

  .slider_nav_item:last-child .screen_img {
    background: #fff;
  }

  .screen_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .slider_block {
    width: 100%;
    background: #daf1ff;
    overflow: hidden;
  }

  .slider_block h2 {
    font-weight: 500;
    font-size: 2.8125vw;
    line-height: 100%;
    color: #000;
    margin-bottom: 1.25vw;
  }

  .slider_block_wr {
    padding: 7.0833vw 0 2.08333vw 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .slider_block_wr::-webkit-scrollbar {
    display: none;
  }

  .slider_main {
    height: calc(100% - 10.41667vw);
    width: 100%;
  }

  .outer-slider {
    width: 100%;
    height: 100%;
    position: relative;
    transition: 0.3s;
  }

  .outer-slides {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
    height: 100%;
  }

  .outer-slide {
    min-width: 100%;
    height: 64.0741vh;
    position: relative;
    opacity: 0;
    transition: 0.3s;
  }

  .slider_item_active {
    opacity: 1;
  }

  .inner-slider {
    width: 100%;
    height: 100%;
  }

  .inner-slides {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
    height: 100%;
  }

  .inner-slide {
    min-width: 100%;
    height: 100%;
    display: flex;
    padding: 0 6.6667vw;
  }

  .slider_main .slick-list,
  .slider_main .slick-track {
    height: 100%;
  }

  .slider_inner {
    width: 100%;
  }

  #slide2 {
    position: relative;
    z-index: 2;
    background: #daf1ff;
  }

  .slider_inner_item {
    height: 100%;
  }

  .slider1 {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0 2.86458vw;
    border-radius: 2.08333vw;
    background: linear-gradient(201deg, #9bf2e1 0, #cfdff7 52.6%, #fedbff 100%);
  }

  .slider1_shadow {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 3.95833vw 2.08333vw 2.08333vw 3.95833vw;
    fill: #3de8ca;
    filter: blur(13.84983vw);
  }

  .slider1_title {
    position: relative;
    z-index: 5;
    font-family: Kaspersky Sans Display;
    font-size: 10.37604vw;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-align: center;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    background: linear-gradient(180deg, #fff 0, rgba(255, 255, 255, 0) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .slider1_subtitle {
    position: relative;
    z-index: 5;
    top: -5.98958vw;
    font-family: Kaspersky Sans Display;
    font-size: 8.6021vw;
    font-weight: 700;
    line-height: 10.31615vw;
    letter-spacing: -0.02em;
    text-align: center;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #fff;
  }

  .slider1_img {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 12;
  }

  .slider1_img img {
    width: 100%;
    pointer-events: none;
    border-radius: 2.08333vw;
  }

  .slider_inner_row {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .slider_inner_img_image.slider_inner_img_image_ab img {
    height: 84vh;
    object-fit: contain;
    margin-top: 0;
  }

  .slider_inner_img {
    width: calc(100% - 46.66667vw);
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .slider_inner_img_bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: -7.8125vw;
  }

  .slider_inner_content_uptitle {
    margin-bottom: 2.08333vw;
    font-weight: 500;
    font-size: 1.66667vw;
    line-height: 120%;
    text-transform: uppercase;
    color: rgba(34, 52, 73, 0.4);
    min-height: 2.08333vw;
  }

  .slider_inner_img_image {
    display: flex;
    max-height: 100%;
    aspect-ratio: 9 / 9;
    justify-content: center;
  }

  .slider_inner_img_image_mob {
    display: none;
  }

  .slider_inner_content {
    width: 43.33333vw;
  }

  .slider_nav_wr {
    width: 100%;
    overflow-x: scroll;
    padding: 0 6.6667vw;
  }

  .slider_nav_wr::-webkit-scrollbar {
    height: 0;
    background-color: #daf1ff;
  }

  .slider_nav_wr::-webkit-scrollbar-thumb {
    background-color: #a8c5d7;
  }

  .slider_nav {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 2.08333vw;
    height: 4.16667vw;
    display: flex;
    align-items: center;
  }

  .slider_nav_mob {
    display: none;
  }

  .slider_nav_item {
    padding: 0.83333vw 1.45833vw;
    height: 4.16667vw;
    background: #effffc;
    border-radius: 5.20833vw;
    position: relative;
    margin-right: 0.9375vw;
    display: flex;
    align-items: center;
  }

  .slider_nav_item:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -0.10417vw;
    right: -0.9375vw;
    width: 0.9375vw;
    height: 0.20833vw;
    background: #effffc;
  }

  .slider_nav_item:last-child:before {
    display: none;
  }

  .slider_nav_item_title {
    font-weight: 500;
    font-size: 0.83333vw;
    line-height: 110%;
    color: #000;
    margin-right: 0.83333vw;
    cursor: pointer;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .slider_nav_item_row {
    display: flex;
    align-items: center;
    -moz-column-gap: 0.625vw;
    column-gap: 0.625vw;
    padding: 0 0.20833vw;
  }

  .slider_nav_item_row_item {
    background: #e5e5e5;
    border-radius: 50%;
    width: 2.08333vw;
    height: 2.08333vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .slider_nav_item:first-child .slider_nav_item_row_item {
    background: #fff;
  }

  .slider_nav_item_row_item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
  }

  .slider_nav_item_row_item a span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }

  .slider_nav_item_row_item a .screen_img,
  .slider_nav_item_row_item a img {
    border-radius: 50%;
  }

  .slider_nav_item_row_item.disable {
    cursor: default;
    filter: grayscale(100%);
  }

  .available {
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: 0.3s;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    background: #fff;
    border-radius: 0.83333vw !important;
    padding: 0.83333vw;
    font-size: 0.83333vw;
    line-height: 125%;
    color: rgba(42, 53, 65, 0.7);
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    display: flex;
  }

  .slider_nav_item_row_item a:hover .available {
    opacity: 1;
    visibility: visible;
    height: auto !important;
  }

  .home_ico {
    border-radius: 50%;
    width: 2.5vw;
    height: 2.5vw;
    padding: 0.20833vw;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }

  .nav_active,
  .slider_nav_item_active {
    border: 0.10417vw solid #29ccb1;
  }

  .slider_nav_item_title {
    border: none !important;
  }

  .slider_inner_content_btn {
    margin-top: 1.45833vw;
  }

  .kartinka_mob {
    display: none;
  }

  .slider_inner_content_btn a,
  .slider_inner_content_btn a span {
    display: flex;
    align-items: center;
    color: #000;
    font-family: Kaspersky Sans Display;
    font-size: 1.0938vw;
    font-weight: 600;
    line-height: 1.25vw;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .slider_inner_content_btn a span:last-child {
    transition: 0.3s;
    margin-left: 0.20833vw;
  }

  .slider_inner_content_btn a:hover span:last-child {
    margin-left: 1.04167vw;
  }
  
  .slider_block_wr {
    min-height: calc(100vh - 75px);
  }
  body.page-horizontal {
    background: #daf1ff;
  }

@media (min-height: 1080px) {
  .page-horizontal {
    min-height: 1080px;
    height: 100vh;
  }
  .inner-slide {
    min-height: 746px;
  }

}

@media (min-height: 700px) and (max-height: 1075px) {
  .outer-slide {
    height: 60.3vh !important;
  }
}

@media (min-height: 100px) and (max-width: 1023px) {
  .outer-slide {
    height: auto !important;
  }
}


@media (min-width: 1024px) {
  .page-horizontal {
    overflow: hidden;
    height: 100vh;
  }
}



@media (min-width: 1024px) and (min-height: 1600px) {
  .section-main {
    height: 75vh !important;
  }

  .section-main::after {
    height: 100% !important;
  }
}

.inner-slide {
  position: relative;
}


.inner-slide::after {
  position: absolute;
  display: block;
  content: '';
  z-index: 0;
  width: 72.9688vw;
  height: 72.9688vw;
}

.inner-slide.pink::after {
  right: -3.0208vw;
  top: -45.5729vw;
  background: radial-gradient(50% 50% at 50% 50%, #FEDCFF 0%, rgba(254, 220, 255, 0) 100%);
}

.inner-slide.blue2::after {
  right: -19.1667vw;
  top: -37.2396vw;
  background: radial-gradient(50% 50% at 50% 50%, #AFECFF 0%, rgba(175, 236, 255, 0) 100%);
}

.inner-slide.blue::after {
  right: -8.0208vw;
  bottom: -30.7292vw;
  background: radial-gradient(50% 50% at 50% 50%, #B1CAF3 0%, rgba(177, 202, 243, 0) 100%);
}

.inner-slide.start-blue.blue::after {
  right: 38vw;
}

.inner-slide.green::after {
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -26.8750vw;
  background: radial-gradient(50% 50% at 50% 50%, #80F0DA 0%, rgba(128, 240, 218, 0) 80.37%);
}

.footer {
  z-index: 2;
}

.slider_inner_full_text p {
  font-family: Kaspersky Sans Display;
  font-size: 2.9630vh;
  line-height: 3.5556vh;
  font-weight: 500;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.slider_inner_full_text a {
  color: rgba(0, 168, 142, 1);
}

.header .container, .footer .container {
  max-width: 100% !important;
  padding: 0 6.6667vw !important;
}

.slider_inner_full_img {
  margin-bottom: 40px;
  height: 36.1111vh;
  text-align: center;
}

.slider_inner_full_img img {
  height: 100%;
  object-fit: contain;
}

.slider_nav_item_title > a {
  border: none !important;
}

@media screen and (max-width: 1023px) {

  .slider_block h2 {
    font-size: 48px;
  }

  .outer-slide {
    opacity: 1;
  }

  .kartinka_desc {
    display: none;
  }

  .kartinka_mob {
    display: block;
  }

  .slider1_img img {
    border-radius: 41px;
  }

  .slider_block h2 {
    margin-bottom: 24px;
  }

  .nav_active, .slider_nav_item_active {
    border: 1px solid #29ccb1;
  }

  .slider1 {
    overflow: hidden;
  }

  .content p {
    margin-bottom: 15px;
  }

  .slider_block_wr,
  .slider_main {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }

  .content li {
    list-style: disc !important;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: normal;
  }

  .outer-slider {
    height: auto;
    padding-bottom: 100px;
  }

  .outer-slide {
    height: auto;
  }

  .inner-slide {
    min-height: min-content;
  }

  .slider_inner_row {
    padding: 0;
  }

  .inner-slides,
  .outer-slides {
    flex-direction: column;
  }

  .slider1 {
    height: 307px;
    min-height: 307px;
    padding: 40px 29px 0;
    border-radius: 41px;
  }

  .slider1_shadow {
    display: none;
  }

  .header-burger span {
    background: rgba(41, 204, 177, 1) !important;
  }

  .slider1_title {
    font-size: 48px;
  }

  .slider1_subtitle {
    font-size: 48px;
    line-height: 90%;
    top: -12px;
  }

  .slider_inner_row {
    flex-wrap: wrap;
    margin-top: 64px;
  }

  .slider_inner_img {
    width: 100%;
    margin-bottom: 24px;
    display: none;
  }

  .slider_inner_content_uptitle {
    font-size: 16px;
    margin-bottom: 24px;
    max-height: max-content;
  }

  .slider_inner_img_image_mob {
    display: block;
  }

  #slide8 .slider_inner_img_image_mob {
    margin-bottom: 24px;
  }

  .slider_nav_wr {
    padding: 15px 15px 0;
  }

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

  .slider_inner_full_img {
    height: auto !important;
  }

  .slider_inner_full_img {
    margin-bottom: 24px;
  }

  .slider_inner_full_text p {
    display: inline;
    font-size: 24px;
    line-height: 26.4px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .slider_inner_full_text p a, .slider_inner_full_text a {
    color: rgba(0, 168, 142, 1);
    text-decoration: underline;
  }

  .slider_inner_full_text {
    text-align: left;
  }

  .slider_block_wr {
    padding: 64px 0;
  }

  .outer-slider{
    padding-bottom: 0;
  }

  .slider_inner_content {
    width: 100%;
    padding-left: 0;
  }

  .slider_nav_wr {
    position: fixed;
    left: 0;
    bottom: 20px;
    z-index: 98;
  }

  .slider_nav {
    display: none;
  }

  .slider_nav_mob {
    display: flex;
  }

  .slider_nav_item {
    padding: 16px 28px;
    height: 80px;
    background: #effffc;
    border-radius: 100px;
    position: relative;
    margin-right: 18px;
    display: flex;
    align-items: center;
  }
  
  .slider_nav_item:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: -18px;
    width: 18px;
    height: 4px;
    background: #effffc;
  }
  
  .slider_nav_item:last-child:before {
    display: none;
  }
  
  .slider_nav_item_title {
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    color: #000;
    margin-right: 16px;
    cursor: pointer;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  
  .slider_nav_item_row {
    display: flex;
    align-items: center;
    -moz-column-gap: 12px;
         column-gap: 12px;
    padding: 0 4px;
  }
  
  .slider_nav_item_row_item {
    background: #e5e5e5;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .slider_nav_item:first-child .slider_nav_item_row_item {
    background: #fff;
  }
  
  .slider_nav_item_row_item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
  }
  
  .slider_nav_item_row_item a span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  
  .slider_nav_item_row_item a .screen_img,
  .slider_nav_item_row_item a img {
    border-radius: 50%;
  }
  .home_ico {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }

  .slider_nav_item_row_item a:hover .available {
    font-size: 15px !important;
    padding: 5px 15px !important;
    border-radius: 12px !important;
  }
}

.mob-slide-id {
  color: #000 !important;
}

@media screen and (max-width: 772px) {
  body {
    font-size: 16px;
  }

  .wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 576px) {
  .wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .slider_inner_content_btn a {
    column-gap: 4px;
  }

  .slider_inner_content_btn a, .slider_inner_content_btn a span {
    font-size: 16px;
  }

  .inner-slide.blue::after, .inner-slide.green::after {
    right: initial;
    left: -146vw;
    bottom: 0;
    top: 0;
    margin: auto 0;
    width: 253.8667vw;
    height: 253.8667vw;
  }

  .inner-slide.pink::after, .inner-slide.blue2::after {
    left: initial;
    right: -146vw;
    bottom: 0;
    top: 0;
    margin: auto 0;
    width: 253.8667vw;
    height: 253.8667vw;
  }
}

@media screen and (max-width: 380px) {
  .wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1024px) and (max-height: 1080px) {
  .slider_inner_content_desc * {
    font-size: 1.6667vh !important;
    line-height: 2.4167vh !important;
  }
}