html {
    -ms-overflow-style: scrollbar;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    height: 100%;
    line-height: 1.15;
    --font-roboto: "Roboto", "Lato", "Arial", sans-serif;
    --font-lato: "Lato", "Arial", sans-serif;
}
*, :after, :before {
    box-sizing: inherit;
    -webkit-tap-highlight-color:rgba(0,0,0,0)
}

@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/Lato-Regular_1.ttf') format('truetype'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/Lato-Medium_1.ttf') format('truetype'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/Lato-SemiBold_1.ttf') format('truetype'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/Lato-Bold_1.ttf') format('truetype'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/Roboto_wdth_wght__1.ttf') format('truetype'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/Roboto_wdth_wght__1.ttf') format('truetype'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/Roboto_wdth_wght__1.ttf') format('truetype'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
    margin:0;
    width:100%;
    max-width:100%;
    font-family: "Lato", "Arial", sans-serif;
    font-size:16px;
    font-weight:400;
    color:#003752;
    background-color:#FBFBFB;
    background-size:0;
    overflow-y:scroll
}
@media(max-width: 1349px) {
    body {
        padding: 0!important
    }
}

.blur-body{
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

blockquote,
figure,
ol,
p,
ul {
    margin: 0;
}
ol,
ul {
    padding: 0;
    list-style-type:none
}

a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:focus-visible {
    outline: 1px auto -webkit-focus-ring-color
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh)*100);
    padding: 64px 8px 0;
    font-size: 16px;
    overflow: hidden
}



@media(min-width: 1150px) {
    .wrapper {
        padding: 100px 0 0
    }
}

.document-page .wrapper,
.wrapper--pd-0 {
    padding: 0
}

.page {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.container {
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
}


.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(68,68,68,.24);
    z-index: 10;
    padding-right: inherit
}
.document-page .header,
.header.is-hidden {
    display: none
}

.header-inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 64px;
    padding: 0 8px;
}
@media(max-width:1150px) and (min-width:700px) {
    .header-inner {
        padding: 0 8px;
    }
}
@media(min-width:1150px) {
    .header-inner {
        align-items: center;
        justify-content: flex-start;
        height: 100px;
    }
}

.header-logo {
    display: none;
    flex-shrink: 0;
    width: 185px;
    height: 39px;
    margin: 20px 0;
    transition: .2s;
    cursor: pointer
}
.header-logo>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media(min-width: 1150px) {
    .header-logo {
        display: block
    }
    .header-logo:hover {
        opacity: .6
    }
}
@media(min-width: 1150px) {
    .header-logo {
        width: 240px;
        height: 49px
    }
}

@media(min-width: 1250px) {
    .header-logo {
        width: 270px;
        height: 59px
    }
}

@media (min-width: 1150px) {
    .header__mobile-block {
        display: none;
    }
}
.header__mobile-block {
    display: flex;
    height: 48px;
}

.hotline {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    height: 100%;
    order: 5;
    gap: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    padding-right: 5px;
}
@media(min-width: 700px) {
    .hotline {
        padding-right: 10px;
    }
}
@media(min-width: 1350px) {
    .hotline {
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        padding-bottom: 23px;
        padding-right: unset;
        justify-content: end;
    }
}
@media(max-width: 700px) {
    .hotline {
        margin-top: 16px;
    }
}
@media(max-width: 1350px) {
    .hotline {
        font-family: var(--font-roboto);
    }
}

.hotline-text {
    background: #018559;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hotline-number {
    font-weight: 600;
    color: #003752;
    font-size: 18px;
    font-family: var(--font-roboto);
    margin: auto;
    margin-left: 5px;
}

.hotline-flex-block {
  display: flex;
}

.header__burger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-shrink: 0;
    width: 42px;
    height: 48px;
    padding: 11px 11px 19px 11px;
    border-radius: 5px 5px 0 0;
    background: linear-gradient(180deg,#ff730e,#e0650b);
    cursor: pointer;
}
@media (min-width: 1150px) {
    .header__burger {
        display: none;
    }
}

.header__burger > div {
    position: relative;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    transition: .2s;
}

.header__burger > div:first-child {
    width: 100%;
}
.is-open-menu .header__burger > div:first-child {
    top: 8px;
    transform: rotate(45deg);
}

.header__burger > div:nth-child(2) {
    width: 13px;
}
.is-open-menu .header__burger > div:nth-child(2) {
    opacity: 0;
}

.header__burger > div:last-child {
    width: 17px;
}
.is-open-menu .header__burger > div:nth-child(3) {
    bottom: 8px;
    width: 100%;
    transform: rotate(-45deg);
}

.header__mobile-page-name {
    display: block;
    display: -webkit-box;
    max-height: 24px;
    margin: 8px 10px 0 10px;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -.005em;
    text-transform: uppercase;
    color: #00435e;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    word-wrap: break-word;
}
@media (min-width: 1150px) {
    .header__mobile-page-name {
        display: none;
    }
}

.header-nav {
    transition: .2s
}
@media(max-width:1149px) {
    .header-nav {
        position: fixed;
        top: 64px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 64px);
        padding: 24px 18px;
        background-color: #fff;
        overflow-y: auto
    }
    .is-open-menu .header-nav {
        left: 0
    }
}
@media(min-width: 1150px) {
    .header-nav {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        flex-grow: 1;
        margin: 0 30px;
        height: 100%;
        background-color: transparent
    }
    .is-auth .header-nav {
        margin: 0 32px
    }
}
@media(min-width: 1150px) {
    .is-auth .header-nav {
        margin: 0 56px
    }
}

.header-nav-items {
    margin-top: 24px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
@media(min-width: 1150px) {
    .header-nav-items {
        flex-direction: unset;
        align-items: flex-end;
        justify-content: space-around;
        margin-top: 0
    }
}
@media(min-width: 1150px) {
    .header-nav-items {
        justify-content: space-between
    }
}

@media(min-width: 1150px) {
    .header-nav-item:not(:first-child) {
        margin-top: 0;
    }
}

.header-nav-item-name {
    position: relative;
    display: block;
    width: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    text-transform: uppercase;
    color: #003752;
    cursor: pointer;
    transition: .2s
}
.header-nav-item-name.is-active-exact {
    font-weight: 600
}
@media(min-width: 1150px) {
    .header-nav-item-name {
        padding: 0 0 23px;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        text-transform: none;
    }
    .header-nav-item-name.is-active:before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #003752;
        content: ""
    }
}

.main__inner {
  margin-bottom: 200px;
  margin-top: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 60px;
  width: 100%;
  display: inline-flex;
}


/*  */

/* text */

h1 {
  color: white;
  font-size: 32px;
  font-family: var(--font-lato);
  font-weight: 700;
  text-transform: uppercase;
  word-wrap: break-word;
  margin: 0;
}

h2 {
  padding-left: 40px;
  color: #171717;
  font-size: 52px;
  font-family: var(--font-lato);
  font-weight: 700;
  word-wrap: break-word;
  margin: 0;
  margin-bottom: 30px;
}

h3 {
  color: white;
  font-size: 26px;
  font-family: var(--font-lato);
  font-weight: 700;
  word-wrap: break-word;
  margin: 0;
}

span {
  color: white;
 font-size: 20px;
 font-family: var(--font-lato);
 font-weight: 500;
 line-height: 22.80px;
 word-wrap: break-word;
}

/* element */

.btn-basic {
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background: white;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  cursor: pointer;
  color: #2D2D2D;
  font-size: 15px;
font-family: var(--font-lato);
  font-weight: 500;
  line-height: 20.80px;
  word-wrap: break-word;
}

.btn-stroke {
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
  outline: 1px #272727 solid;
  outline-offset: -1px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  cursor: pointer;
  color: #2D2D2D;
  font-size: 15px;
  font-family: var(--font-lato);
  font-weight: 500;
  line-height: 20.80px;
  word-wrap: break-word;
}

.cat-element-white {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 4px;
  border-radius: 8px;
  outline: 1px white solid;
  outline-offset: -1px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  color: white;
  font-size: 16px;
 font-family: var(--font-lato);
  font-weight: 700;
  word-wrap: break-word;
  white-space: nowrap;
}

.cat-element-white-big {
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 4px;
  padding-bottom: 6px;
  border-radius: 8px;
  outline: 1px white solid;
  outline-offset: -1px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  color: white;
  font-size: 20px;
 font-family: var(--font-lato);
  font-weight: 700;
  word-wrap: break-word;
  white-space: nowrap;
}

/* index */

/* block1 */

.block-1 {
  width: 100%;
  height: auto;
  gap: 30px;
  display: inline-flex;
}

.block-1-cat{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}

.left-block-1 {
  width: 56%;
  min-height: 400px;
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 44px;
  padding-bottom: 44px;
  background: linear-gradient(308deg, #024561 24%, #005066 39%, #006A64 71%, #018559 100%);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  display: inline-flex;
}

.right-block-1 {
  flex: 1 1 0;
align-self: stretch;
min-height: 400px;
position: relative;
background-color: #C0D7DD;
background-image: url('img/hero-image.png');
background-position: center bottom; /* изображение по центру и снизу */
background-size: contain; /* высота всегда полная */
background-repeat: no-repeat;
border-radius: 20px;
}

.student-hero-img {
  background-image: url('img/hero-student-image.png');
}

.social-hero-img {
  background-image: url('img/hero-social-image.png');
}

.school-hero-img {
  background-image: url('img/hero-school-image.png');
}

.unified-hero-img {
  background-image: url('img/hero-unified-image.png');
}

.el-pass-hero-img {
  background-image: url('img/hero-el-pass-image.png');
}

.el-pass-mnog-hero-img {
  background-image: url('img/hero-el-pass-mnog-image.png');
}

.read-hero-img {
  background-image: url('img/hero-read-image.png');
}

.lav-card-hero-img {
  background-image: url('img/hero-lav-card-image.png');
}

.disc-medicines-hero-img {
  background-image: url('img/hero-disc-medicines-image.png');
}

.subsidized-meals-hero-img {
  background-image: url('img/hero-subsidized-meals-image.png');
}

.loyalty-program-hero-img {
  background-image: url('img/hero-loyalty-program-image.png');
}


/* block 2 */

.block-2{
  align-self: stretch;
  padding-top: 40px;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
  width: 100%;
}

.block-2-1 {
  align-self: stretch;
  padding-top: 30px;
  justify-content: space-between;
  align-items: flex-start;
  display: inline-flex;
  width: 100%;
}


.left-block-2-1 {
  padding-right: 60px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  width: 38%;
}

.left-block-2-1 span{
  color: #171717;
  font-size: 20px;
  font-family: var(--font-lato);
  font-weight: 500;
  word-wrap: break-word;
}

.right-block-2-1 {
  align-self: stretch;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  display: inline-flex;
  width: 60%;
}


.block-student-whocan-1-1-text a {
  color: #0090F6;
  text-decoration: underline;
  word-wrap: break-word;
}

/* блоки по трансопрту */

.right-block-2-1-transportblock {
  align-self: stretch;
  background: linear-gradient(154deg, #008181 0%, #018B6F 100%), white;
  overflow: hidden;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
  width: 100%;
  min-height: 120px;
}

.student-transportblock{
  background: linear-gradient(154deg, #003B88 0%, #0063AA 100%), white;
}

.school-transportblock{
  background: linear-gradient(154deg, #008198 0%, #00AAAA 100%), white;
}

.edin-transportblock{
  background: linear-gradient(154deg, #1B049C 0%, #1A50A2 100%), white;
}

.right-block-2-1-transportblock-l {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 44px;
  padding-bottom: 44px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 25px;
  display: inline-flex;
  max-width: 70%;
}

.right-block-2-1-transportblock-l-text {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  display: inline-flex;
}

.right-block-2-1-transportblock-l-cat {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}

.right-block-2-1-transportblock-r {
  flex: 1 1 0;
  align-self: stretch;
  padding: 10px;
  background-image: url('img/social-transport.png');
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.student-transportblock-img{
  background-image: url('img/student-transport.png');
}

.school-transportblock-img{
  background-image: url('img/school-transport.png');
}

.edin-transportblock-img{
  background-image: url('img/unified-transport.png');
}


/* block 3 */

.block-3 {
  align-self: stretch;
  padding-top: 40px;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  display: inline-flex;
  width: 100%;
}

.block-3-1 {
  align-self: stretch;
  overflow: hidden;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4%;
  display: inline-flex;
  width: 100%;
}

.block-3-1-1 {
  width: 48%;
  align-self: stretch;
  align-self: stretch;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 44px;
  padding-bottom: 44px;
  position: relative;
  background: linear-gradient(154deg, #003B88 0%, #0063AA 100%);
  overflow: hidden;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  display: inline-flex;
}

.block-3-1-1-text {
  flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    display: inline-flex;
}

.block-3-1-1-text-cat {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}

.block-3-1-1-span {
  width: 60%;
}

.block-3-1-img {
  width: 30%;
  height: 80%;
  right: 0px;
  bottom: 0px;
  position: absolute;
  border-bottom-right-radius: 20px;
  background-image: url(img/culture-svo.png);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.img-block-mnogodet {
  background-image: url('img/culture-family.png');
}

.img-block-lavrentiev {
  background-image: url('img/lavrentiev-card.png');
}

.img-block-reader {
  background-image: url('img/reader-card.png');
}

.img-block-food {
  background-image: url('img/food-benefits.png');
}

.img-block-medicine {
  background-image: url('img/medicine-benefits.png');
}

.img-block-loyalty {
  background-image: url('img/loyalty-program.png');
}

.img-block-notifications {
  background-image: url('img/notifications.png');
}

.background-social {
  background: linear-gradient(154deg, #008181 0%, #018B6F 100%);
}

.background-general {
  background: linear-gradient(154deg, #008198 0%, #00AAAA 100%);
}

/* index */

/* student */

.block-back {
  align-self: stretch;
  overflow: hidden;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  display: inline-flex;
  margin-top: -30px;
  margin-bottom: -30px;
}

.block-back-1 {
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  display: flex;
  cursor: pointer;
}

.block-back-1-icon {
  background-image: url('img/Arrow-back.svg');
  height: 20px;
  width: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.block-back-1-text {
  color: #0090F6;
   font-size: 24px;
font-family: var(--font-lato);
   font-weight: 500;
   line-height: 43px;
   word-wrap: break-word;
}

.block-advantages {
  align-self: stretch;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 44px;
  padding-bottom: 44px;
  background: linear-gradient(308deg, rgba(2, 69, 97, 0.10) 24%, rgba(0, 80, 102, 0.10) 39%, rgba(0, 106, 100, 0.10) 71%, rgba(1, 133, 89, 0.10) 100%), white;
  overflow: hidden;
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-start;
  display: inline-flex;
}

.block-advantages-column {
  align-self: stretch;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  display: inline-flex;
  flex: 1;
}

.block-advantages-column span {
  color: black;
  font-size: 20px;
  font-family: var(--font-lato);
  font-weight: 600;
  word-wrap: break-word;
  padding-right: 10%;
}

.block-advantages-icon {
  background-image: url('img/mir-card.svg');
  height: 60px;
  width: 60px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.qr-advantages-icon {
  background-image: url('img/streamline-freehand-color_qr-code-scan-1.svg');
}

.paper-advantages-icon {
  background-image: url('img/streamline-freehand-color_content-paper-edit.svg');
}

.cloud-phone-advantages-icon {
  background-image: url('img/streamline-freehand-color_cloud-phone-exchange.svg');
}

.recorder-icon {
  background-image: url('img/reorder-up.svg');
}

.document-icon {
  background-image: url('img/document-hold.svg');
}

/* student */

.block-student-abonement {
  align-self: stretch;
  padding-top: 40px;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  display: inline-flex;
}

.block-student-abonement-1 {
  align-self: stretch;
  overflow: hidden;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.block-student-abonement-1-1 {
  align-self: stretch;
  align-self: stretch;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 44px;
  padding-bottom: 44px;
  background: linear-gradient(154deg, #003B88 0%, #0063AA 100%);
  overflow: hidden;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  display: inline-flex;
}

.block-student-abonement-1-1-span-1 {
  color: white;
  font-size: 26px;
  font-family: var(--font-lato);
  font-weight: 700;
  line-height: 28px;
}

.block-student-abonement-1-1-span-2 {
  color: white;
  font-size: 32px;
  font-family: var(--font-lato);
  font-weight: 700;
  line-height: 40px;
}

.block-student-abonement-1-1-list {
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  display: inline-flex;
}

.block-student-abonement-1-1-list-icon {
  width: 42px;
  height: 42px;
  padding: 6px;
  background: rgba(255, 255, 255, 0.20);
  border-radius: 10px;
  background-image: url('img/chechk-icon.svg');
  background-position: center;
  background-repeat: no-repeat;
}

.block-student-abonement-2 {
  align-self: stretch;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 44px;
  padding-bottom: 44px;
  background: rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
  display: inline-flex;
}

.block-student-abonement-2-ttext {
  color: #171717;
  font-size: 28px;
  font-family: var(--font-lato);
  font-weight: 700;
  word-wrap: break-word;
  line-height: 32px;
}

.block-student-abonement-2-btext {
  color: #171717;
  font-size: 20px;
  font-family: var(--font-lato);
  font-weight: 500;
  word-wrap: break-word;
}

.block-student-abonement-2-btext a {
color: #0090F6;
font-size: 20px;
font-family: Lato;
font-weight: 500;
text-decoration: underline;
word-wrap: break-word;
}


/* activate ab */

.block-student-activateab {
  align-self: stretch;
  padding-top: 40px;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  display: inline-flex;
}

.block-student-activateab-1 {
  align-self: stretch;
  overflow: hidden;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.block-student-activateab-1-1 {
  align-self: stretch;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 44px;
  padding-bottom: 44px;
  background: #EEEEEE;
  overflow: hidden;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  display: inline-flex;
  height: fit-content;
}

.block-student-activateab-1-1-icon {
  width: 58px;
  height: 58px;
  padding: 6px;
  border-radius: 20px;
  background:
      url('img/danger-triangle-bold.svg') center no-repeat,
      linear-gradient(154deg, #008181 0%, #018B6F 100%);
  background-position: center;
  background-repeat: no-repeat;
}

.block-student-activateab-1-1-top {
  color: #171717;
  font-size: 28px;
    font-family: var(--font-lato);
  font-weight: 700;
  word-wrap: break-word;
  line-height: 32px;
}

.block-student-activateab-1-1-bottom {
  color: #171717;
  font-size: 24px;
    font-family: var(--font-lato);
  font-weight: 500;
  word-wrap: break-word;
  line-height: 30px;
}

.block-student-activateab-1-1-bottom a {
  color: #0090F6;
  text-decoration: underline;
  word-wrap: break-word;
}

/* who can */

.block-student-whocan {
  align-self: stretch;
  padding-top: 40px;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  display: inline-flex;
}

.block-student-whocan-1 {
  align-self: stretch;
  overflow: hidden;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.block-student-whocan-1-1 {
  align-self: stretch;
    align-self: stretch;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 44px;
    padding-bottom: 44px;
    background: #EEEEEE;
    overflow: hidden;
    border-radius: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    display: inline-flex;
}

.block-student-whocan-1-1-number {
  width: 58px;
  padding: 10px;
  background: linear-gradient(154deg, #003B88 0%, #0063AA 100%);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
  color: white;
  font-size: 32px;
font-family: var(--font-lato);
  font-weight: 700;
  word-wrap: break-word;
}

.block-student-whocan-1-1-text {
  color: #171717;
  font-size: 20px;
font-family: var(--font-lato);
  font-weight: 500;
  word-wrap: break-word;
  line-height: 26px;
}

.block-student-whocan-2 {
  align-self: stretch;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 44px;
  padding-bottom: 44px;
  background: linear-gradient(308deg, rgba(2, 69, 97, 0.10) 24%, rgba(0, 80, 102, 0.10) 39%, rgba(0, 106, 100, 0.10) 71%, rgba(1, 133, 89, 0.10) 100%);
  overflow: hidden;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
  display: inline-flex;
}

.block-student-whocan-2-top {
  color: #171717;
  font-size: 28px;
font-family: var(--font-lato);
  font-weight: 700;
  word-wrap: break-word;
}

.block-student-whocan-2-bottom {
  color: #171717;
 font-size: 20px;
font-family: var(--font-lato);
 font-weight: 500;
 line-height: 25px;
 word-wrap: break-word;
}

/* slider */

.block-slider-student-1-1-top {
  color: #8B8B8B;
  font-size: 32px;
  font-family: var(--font-lato);
  font-weight: 400;
  word-wrap: break-word;
}

.block-slider-student-1-1-bottom {
  color: #171717;
    font-size: 32px;
  font-family: var(--font-lato);
    font-weight: 700;
    line-height: 40px;
    word-wrap: break-word;
}

.block-slider-student-1-1-bottom-2 {
  color: #171717;
 font-size: 26px;
  font-family: var(--font-lato);
 font-weight: 500;
 word-wrap: break-word;
 line-height: 32px;
}


.block-slider-student {
    align-self: stretch;
    padding-top: 40px;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
    display: inline-flex;
    width: 100%;
    position: relative;
}

/* Контейнер для всех слайдов в одну линию */
.slides-horizontal-container {
    display: flex;
    width: 100%;
    transition: transform 0.5s ease-in-out;
    /* Убираем gap, так как он добавляет лишнее пространство */
    gap: 0;
}

/* Каждый слайд занимает 100% ширины контейнера */
.block-slider-student-1 {
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    justify-content: flex-start;
    align-items: flex-start;
    display: inline-flex;
    gap: 50px;
    /* Важно: запрещаем сжатие */
    flex-shrink: 0;
    box-sizing: border-box;
}

/* Обеспечиваем правильные отступы внутри слайда */
.block-slider-student-1-1 {
    flex: 1 1 0;
    padding-top: 120px;
    padding-bottom: 120px;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    display: inline-flex;
    box-sizing: border-box;
    min-width: 0; /* Предотвращает переполнение */
    padding-left: 1%;
}

.block-slider-student-1-img {
    flex: 1 1 0;
    align-self: stretch;
    padding: 10px;
    background: url('img/slider-stud-et1.png') center no-repeat, #E3E3E3;
    background-size: auto 100%;
    background-repeat: no-repeat;
    border-radius: 20px;
    box-sizing: border-box;
    min-width: 0; /* Предотвращает переполнение */
    max-height: 600px;
}

/* Остальные background изображения */
.slider-img-et2 { background: url('img/slider-stud-et2.png') center no-repeat, #E3E3E3; background-size: auto 100%; background-repeat: no-repeat; }
.slider-img-et3 { background: url('img/slider-stud-et3.png') center no-repeat, #E3E3E3; background-size: auto 100%; background-repeat: no-repeat; }
.slider-img-et4 { background: url('img/slider-stud-et4.png') center no-repeat, #E3E3E3; background-size: auto 100%; background-repeat: no-repeat; }
.slider-img-et5 { background: url('img/slider-stud-et5.png') center no-repeat, #E3E3E3; background-size: auto 100%; background-repeat: no-repeat; }
.slider-img-et6 { background: url('img/slider-stud-et6.png') center no-repeat, #E3E3E3; background-size: auto 100%; background-repeat: no-repeat; }
.slider-img-et7 { background: url('img/slider-stud-et7.png') center no-repeat, #E3E3E3; background-size: auto 100%; background-repeat: no-repeat; }

.slider-img-et3-social { background: url('img/slider-social-et3.png') center no-repeat, #E3E3E3; background-size: auto 100%; background-repeat: no-repeat; }
.slider-img-et4-social { background: url('img/slider-social-et4.png') center no-repeat, #E3E3E3; background-size: auto 100%; background-repeat: no-repeat; }
.slider-img-et5-social { background: url('img/slider-social-et5.png') center no-repeat, #E3E3E3; background-size: auto 100%; background-repeat: no-repeat; }
.slider-img-et6-social { background: url('img/slider-social-et6.png') center no-repeat, #E3E3E3; background-size: auto 100%; background-repeat: no-repeat; }
.slider-img-et7-social { background: url('img/slider-social-et7.png') center no-repeat, #E3E3E3; background-size: auto 100%; background-repeat: no-repeat; }

.slider-img-et3-school-kid { background: url('img/slider-school-kid-et3.png') center no-repeat, #E3E3E3; background-size: auto 100%; background-repeat: no-repeat; }
.slider-img-et4-school-kid { background: url('img/slider-school-kid-et4.png') center no-repeat, #E3E3E3; background-size: auto 100%; background-repeat: no-repeat; }
.slider-img-et5-school-kid { background: url('img/slider-school-kid-et5.png') center no-repeat, #E3E3E3; background-size: auto 100%; background-repeat: no-repeat; }
.slider-img-et6-school-kid { background: url('img/slider-school-kid-et6.png') center no-repeat, #E3E3E3; background-size: auto 100%; background-repeat: no-repeat; }
.slider-img-et7-school-kid { background: url('img/slider-school-kid-et7.png') center no-repeat, #E3E3E3; background-size: auto 100%; background-repeat: no-repeat; }
.slider-img-et8-school-kid { background: url('img/slider-school-kid-et8.png') center no-repeat, #E3E3E3; background-size: auto 100%; background-repeat: no-repeat; }

.slider-img-et4-school { background: url('img/slider-school-et4.png') center no-repeat, #E3E3E3; background-size: auto 100%; background-repeat: no-repeat; }
.slider-img-et5-school { background: url('img/slider-school-et5.png') center no-repeat, #E3E3E3; background-size: auto 100%; background-repeat: no-repeat; }
.slider-img-et7-school { background: url('img/slider-school-et7.png') center no-repeat, #E3E3E3; background-size: auto 100%; background-repeat: no-repeat; }

.slider-img-et5-unified { background: url('img/slider-unified-et5.png') center no-repeat, #E3E3E3; background-size: auto 100%; background-repeat: no-repeat; }
.slider-img-et6-unified { background: url('img/slider-unified-et6.png') center no-repeat, #E3E3E3; background-size: auto 100%; background-repeat: no-repeat; }
.slider-img-et7-unified { background: url('img/slider-unified-et7.png') center no-repeat, #E3E3E3; background-size: auto 100%; background-repeat: no-repeat; }

.slider-img-et4-el-pass { background: url('img/slider-el-pass-et4.png') center no-repeat, #E3E3E3; background-size: auto 100%; background-repeat: no-repeat; }
.slider-img-et5-el-pass { background: url('img/slider-el-pass-et5.png') center no-repeat, #E3E3E3; background-size: auto 100%; background-repeat: no-repeat; }
.slider-img-et7-el-pass { background: url('img/slider-el-pass-et7.png') center no-repeat, #E3E3E3; background-size: auto 100%; background-repeat: no-repeat; }

.slider-img-et4-el-pass-mnog { background: url('img/slider-el-pass-mnog-et4.png') center no-repeat, #E3E3E3; background-size: auto 100%; background-repeat: no-repeat; }
.slider-img-et5-el-pass-mnog { background: url('img/slider-el-pass-mnog-et5.png') center no-repeat, #E3E3E3; background-size: auto 100%; background-repeat: no-repeat; }
.slider-img-et7-el-pass-mnog { background: url('img/slider-el-pass-mnog-et7.png') center no-repeat, #E3E3E3; background-size: auto 100%; background-repeat: no-repeat; }

.slider-img-et3-read { background: url('img/slider-read-et3.png') center no-repeat, #E3E3E3; background-size: auto 100%; background-repeat: no-repeat; }
.slider-img-et4-read { background: url('img/slider-read-et4.png') center no-repeat, #E3E3E3; background-size: auto 100%; background-repeat: no-repeat; }
.slider-img-et7-read { background: url('img/slider-read-et7.png') center no-repeat, #E3E3E3; background-size: auto 100%; background-repeat: no-repeat; }

.slider-img-et4-lav-card { background: url('img/slider-lav-card-et4.png') center no-repeat, #E3E3E3; background-size: auto 100%; background-repeat: no-repeat; }
.slider-img-et5-lav-card { background: url('img/slider-lav-card-et5.png') center no-repeat, #E3E3E3; background-size: auto 100%; background-repeat: no-repeat; }
.slider-img-et7-lav-card { background: url('img/slider-lav-card-et7.png') center no-repeat, #E3E3E3; background-size: auto 100%; background-repeat: no-repeat; }

.slider-img-et1-disc-medicines { background: url('img/slider-disc-medicines-et1.png') center no-repeat, #E3E3E3; background-size: auto 100%; background-repeat: no-repeat; }
.slider-img-et4-disc-medicines { background: url('img/slider-disc-medicines-et4.png') center no-repeat, #E3E3E3; background-size: auto 100%; background-repeat: no-repeat; }
.slider-img-et5-disc-medicines { background: url('img/slider-disc-medicines-et5.png') center no-repeat, #E3E3E3; background-size: auto 100%; background-repeat: no-repeat; }
.slider-img-et7-disc-medicines { background: url('img/slider-disc-medicines-et7.png') center no-repeat, #E3E3E3; background-size: auto 100%; background-repeat: no-repeat; }

.slider-img-et4-subsidized-meals { background: url('img/slider-subsidized-meals-et4.png') center no-repeat, #E3E3E3; background-size: auto 100%; background-repeat: no-repeat; }
.slider-img-et5-subsidized-meals { background: url('img/slider-subsidized-meals-et5.png') center no-repeat, #E3E3E3; background-size: auto 100%; background-repeat: no-repeat; }
.slider-img-et6-subsidized-meals { background: url('img/slider-subsidized-meals-et6.png') center no-repeat, #E3E3E3; background-size: auto 100%; background-repeat: no-repeat; }
.slider-img-et7-subsidized-meals { background: url('img/slider-subsidized-meals-et7.png') center no-repeat, #E3E3E3; background-size: auto 100%; background-repeat: no-repeat; }

/* Навигация */
.block-slider-student-2 {
    align-self: stretch;
    overflow: hidden;
    justify-content: flex-start;
    align-items: flex-start;
    display: inline-flex;
    width: 100%;
    box-sizing: border-box;
}

.block-slider-student-2-1 {
    flex: 1 1 0;
    overflow: hidden;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    display: flex;
    box-sizing: border-box;
    padding: 1%;
}

.block-slider-student-2-2 {
    flex: 1 1 0;
    align-self: stretch;
    overflow: hidden;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    display: flex;
    box-sizing: border-box;
}

/* Кнопки навигации */
.btn-slider-left, .btn-slider-right {
    width: 58px;
    height: 58px;
    padding: 6px;
    border-radius: 100px;
    background-position: center;
    background-repeat: no-repeat;
    outline: 1px rgba(0, 0, 0, 0.30) solid;
    outline-offset: -1px;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0; /* Не даем кнопкам сжиматься */
    box-sizing: border-box;
}

.btn-slider-left {
    background: url('img/Arrow-left.svg') center no-repeat, white;
}

.btn-slider-right {
    background: url('img/Arrow-right.svg') center no-repeat, white;
}

.btn-slider-left.disabled, .btn-slider-right.disabled {
    background-color: #E3E3E3;
    cursor: not-allowed;
    opacity: 0.5;
}

/* Точки навигации */
.circle-status-page-slider {
    width: 12px;
    height: 12px;
    background: #E3E3E3;
    border-radius: 100px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    flex-shrink: 0; /* Не даем точкам сжиматься */
}

.circle-status-page-slider.active {
    background: #2D2D2D;
}

.block-slider-student-1-1-1 {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    display: inline-flex;
    flex-wrap: wrap; /* Разрешаем перенос на мобильных */
}

.block-slider-student-3 {
  align-self: stretch;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 44px;
  padding-bottom: 44px;
  position: relative;
  background: rgba(0, 126.27, 101.02, 0.20);
  overflow: hidden;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
  display: inline-flex;
}

.block-slider-student-3-1 {
  width: 70%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
  display: inline-flex;
}

.block-slider-student-3-1-top {
  color: #171717;
  font-size: 28px;
  font-family: var(--font-lato);
  font-weight: 700;
  word-wrap: break-word;
}

.block-slider-student-3-1-bottom {
  color: #171717;
  font-size: 20px;
  font-family: var(--font-lato);
  font-weight: 500;
  line-height: 24px;
  word-wrap: break-word;
}

.block-slider-student-3-img {
  width: 30%;
  height: 80%;
  right: 0px;
  bottom: 0px;
  position: absolute;
  border-bottom-right-radius: 20px;
  background-image: url('img/card-kz.png');
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

/* block-whereapply */

.block-whereapply {
  align-self: stretch;
  padding-top: 40px;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  display: inline-flex;
}

.block-whereapply-1 {
  align-self: stretch;
  overflow: hidden;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  display: inline-flex;
  width: 100%; /* добавьте это */
}

.block-whereapply-2 {
  align-self: stretch;
  overflow: hidden;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  display: inline-flex;
}

.block-whereapply-1-1 {
  align-self: stretch;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  flex: 2;
  min-width: 0;
  padding: 1%;
}

.block-whereapply-1-2 {
  overflow: hidden;
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
  flex: 1;
  min-width: 0;
  padding: 1%;
}

.block-whereapply-1-1-type {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 12px;
  padding-left: 12px;
  border-radius: 14px;
  outline: 1px black solid;
  outline-offset: -1px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  color: #171717;
  font-size: 25.97px;
  font-family: var(--font-lato);
  font-weight: 700;
  word-wrap: break-word;
  margin: auto;
}

.block-whereapply-2-1 {
  flex: 1 1 0;
 align-self: stretch;
 padding-left: 40px;
 padding-right: 40px;
 padding-top: 44px;
 padding-bottom: 44px;
 background: #EEEEEE;
 overflow: hidden;
 border-radius: 20px;
 flex-direction: column;
 justify-content: flex-start;
 align-items: flex-start;
 gap: 20px;
 display: inline-flex;
}

.block-whereapply-2-1-img {
  background: url('img/whereapply-1.png') center no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 0;
  padding-top: 75.66%;
  position: relative;
}

.whereapply-2 {
  background: url('img/whereapply-2.png') center no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
}

.whereapply-3 {
  background: url('img/whereapply-3.png') center no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
}

.block-whereapply-2-1-text {
  color: #171717;
   font-size: 20.09px;
  font-family: var(--font-lato);
   font-weight: 500;
   line-height: 24px;
   word-wrap: break-word;
}

.list-span {
  position: relative;
  padding-left: 25px;
}

.list-span::before {
  content: "•";
   position: absolute;
   left: 0;
   color: #000;
}

.student-activateab-one {
  grid-template-columns: none;
}

.bolt-icon {
  background:
      url('img/solar_bolt-bold.svg') center no-repeat,
      linear-gradient(154deg, #008181 0%, #018B6F 100%);
  background-position: center;
  background-repeat: no-repeat;
}

.chat-round-dots-icon {
  background:
      url('img/solar_chat-round-dots-bold.svg') center no-repeat,
      linear-gradient(154deg, #008181 0%, #018B6F 100%);
  background-position: center;
  background-repeat: no-repeat;
}

.cloud-check-icon {
  background:
      url('img/solar_cloud-check-bold.svg') center no-repeat,
      linear-gradient(154deg, #008181 0%, #018B6F 100%);
  background-position: center;
  background-repeat: no-repeat;
}

.passport-minimalistic-icon {
  background:
      url('img/solar_passport-minimalistic-bold-duotone.svg') center no-repeat,
      linear-gradient(154deg, #008181 0%, #018B6F 100%);
  background-position: center;
  background-repeat: no-repeat;
}

.bublgum-icon {
  background:
      url('img/bublgum-logo.svg') center no-repeat,
      linear-gradient(154deg, #008181 0%, #018B6F 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
}

.globaltravel-icon {
  background:
      url('img/globaltravel.png') center no-repeat,
      linear-gradient(154deg, #008181 0%, #018B6F 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
}

.filarmon-icon {
  background:
      url('img/filarmon.png') center no-repeat,
      linear-gradient(154deg, #008181 0%, #018B6F 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
}

.hudmuseum-icon {
  background:
      url('img/hudmuseum.svg') center no-repeat,
      linear-gradient(154deg, #008181 0%, #018B6F 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
}


/* block-quest */

.block-quest {
  align-self: stretch;
  padding-top: 40px;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  display: inline-flex;
}

.block-quest-list {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
}

.block-quest-list-1 {
  align-self: stretch;
  padding: 40px;
  overflow: hidden;
  border-bottom: 2px rgba(0, 0, 0, 0.30) solid;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  display: inline-flex;
  cursor: pointer;
}

.block-quest-list-1-top {
  align-self: stretch;
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.quest-span {
  color: #171717;
  font-size: 36px;
  font-family: var(--font-lato);
  font-weight: 700;
  word-wrap: break-word;
  padding-right: 25px;
  line-height: 43px;
  flex: 1;
}

.arrow-quest-icon {
  width: 30px;
  height: 30px;
  position: relative;
  transform-origin: center;
  border-radius: 100px;
  outline: 2px #1F1F1F solid;
  outline-offset: -2px;
  background-image: url('img/ep_arrow-up-bold.svg');
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  transform: rotate(180deg); /* Изначально повернута вниз */
}

.answer-span {
  color: #171717;
  font-size: 26px;
  font-family: var(--font-lato);
  font-weight: 500;
  line-height: 31px;
  word-wrap: break-word;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding-top 0.3s ease;
}

/* Класс для активного (раскрытого) состояния */
.block-quest-list-1.active .arrow-quest-icon {
  transform: rotate(0deg); /* Поворачиваем вверх при раскрытии */
}

.block-quest-list-1.active .answer-span {
  max-height: none;; /* Достаточно большое значение для контента */
  padding-top: 10px; /* Добавляем отступ при раскрытии */
}


.block-help {
  align-self: stretch;
  padding-top: 40px;
  overflow: hidden;
  justify-content: space-between;
  align-items: flex-start;
  display: inline-flex;
}

.block-help-1 {
  width: 30%;
  padding: 10px;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  display: inline-flex;
}

.block-help-2 {
  width: 60%;
  padding: 10px;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  display: inline-flex;
}

.block-help-2-1 {
  color: #171717;
  font-size: 26px;
  font-family: var(--font-lato);
  font-weight: 400;
  word-wrap: break-word;
  line-height: 29px;
}

.block-help-btn {
  width: auto;
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  background: linear-gradient(154deg, #008181 0%, #018B6F 100%);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;

  color: white;
  font-size: 20px;
  font-family: var(--font-lato);
  font-weight: 500;
  line-height: 20.80px;
  word-wrap: break-word;
  cursor: pointer;
}

.block-help-btn-icon {
  width: 30px;
  height: 30px;
  position: relative;
  transform-origin: center;
  background-image: url('img/solar_phone-calling-bold-white.svg');
  background-position: center;
  background-repeat: no-repeat;
}








.footer {
    width: 100%;
    margin-top: 16px;
    background: linear-gradient(293.34deg,#024566 25.17%,#005066 39.66%,#006a64 69.94%,#018559 97.96%);
}
@media(min-width: 1350px) {
    .footer {
        margin-top: 45px;
    }
}
.document-page .footer,
.footer.is-hidden {
    display:none
}
.footer__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 24px 0;
}
@media(max-width: 1350px) {
    .footer__wrap {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center
    }
}

.footer__store-list-wrap {
    display: flex;
    justify-content: center
}
@media(max-width: 700px) {
    .footer__store-list-wrap {
        width: 100%;
    }
}
@media(max-width: 1350px) and (min-width: 700px) {
    .footer__store-list-wrap {
        margin: 0 0 15px
    }
}

.footer__store-list {
    display: flex;
    align-items: center;
    flex-direction: column;
}
@media(max-width: 699px) {
    .footer__store-list {
        width: 100%;
    }
}
@media(min-width: 700px) {
    .footer__store-list {
        flex-direction: row;
    }
}
@media(max-width: 1350px) {
    .footer__store-list {
        order: 3
    }
}

.footer__store-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    max-width: 147px;
    height: auto;
    max-height: 43px;
    margin: 0 15px
}
@media(max-width: 700px) {
    .footer__store-item {
        margin: 0 5px 15px
    }
}

.footer-img {
    width: 128px;
    height: 43px;
}
@media(min-width: 700px) {
    .footer-img {
        width: auto;
        height: 43px;
    }
}

.footer__phone {
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #f2f2f2;
    margin-bottom: 10px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    text-align: center;
    order: 2
}
@media(min-width: 1350px) {
    .footer__phone {
        max-width: 290px;
        text-align: unset;
        margin-bottom: 0;
        order: 0
    }
}

.footer__phone-number {
    font-weight: bold;
    font-size: 16px;
    white-space: nowrap;
}

.footer__year {
    width: 100%;
    max-width: 43px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #f2f2f2;
    text-align: end
}
@media(max-width: 1350px) {
    .footer__year {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content
    }
}
@media(max-width: 1350px) {
    .footer__year {
        order: 3
    }
}



/* sdadaddddddddddddddddddddddddddddddddddddddddddddddddd */

@media(max-width: 1680px) {
  .container {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
}

@media(max-width: 1150px) {
  .container {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
  }

  .block-2-1 {
    flex-direction: column;
    gap: 30px;
  }

  .left-block-2-1 {
    padding-right: 20px;
    padding-left: 20px;
    justify-content: center;
    width: auto;
}

.right-block-2-1 {
  gap: 30px;
  width: 100%;
}

.block-3-1 {
  flex-direction: column;
    gap: 30px;
}

.block-3-1-1 {
    width: 100%;
  }

.block-3-1-1-text {
  width: 70%;
}

.block-3-1-img {
  background-position: bottom;
  background-position: right;
  width: 30%;
  height: 100%;
}

.block-help {
    display: contents;
}

.block-help-1 {
    width: 100%;
    align-items: center;
}

.block-help-2 {
    width: 100%;
}

.block-help-2-1 {
  text-align: center;
}

}


@media (max-width: 960px) {

  .container {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .block-1 {
    flex-direction: column;
    gap: 20px;
  }

  .left-block-1 {
    width: 100%;
    padding: 40px 30px;
    min-height: auto;
    gap: 40px;
  }

  .right-block-1 {
    min-height: 500px;
  }

  .block-slider-student-3-img {
    width: 40%;
    height: 100%;
  }

  /* Кто может */
  .block-student-whocan-1 {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .block-student-whocan-1-1 {
    padding: 30px 20px;
  }

  .block-student-whocan-1-1-text {
    font-size: 20px;
    line-height: 24px;
  }

  .block-student-whocan-2 {
    padding: 30px 20px;
  }

  .block-student-whocan-2-top {
    font-size: 24px;
  }

  .block-student-whocan-2-bottom {
    font-size: 20px;
    line-height: 22px;
  }

}


/* Мобильная версия */
@media (max-width: 768px) {
  /* Общие стили */
  .container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0 16px;
    box-sizing: border-box;
  }

  h1 {
    font-size: 24px;
    line-height: 28px;
  }

  h2 {
    font-size: 34px;
    line-height: 38px;
    padding-left: 0;
    margin-bottom: 20px;
  }

  h3 {
    font-size: 22px;
    line-height: 26px;
  }

  span {
    font-size: 20px;
    line-height: 24px;
  }

  .main__inner {
    margin-top: 30px;
    margin-bottom: 100px;
    gap: 40px;
  }

  /* Блок 1 */

  .block-1-cat {
    gap: 8px;
  }

  .cat-element-white-big {
    font-size: 16px;
    padding: 8px 12px;
  }

  /* Преимущества */
  .block-advantages {
    flex-direction: column;
    padding: 30px 20px;
    gap: 25px;
  }

  .block-advantages-column {
    flex-direction: row;
    align-items: center;
    gap: 15px;
  }

  .block-advantages-column span {
    padding-right: 0;
    font-size: 20px;
  }

  .block-advantages-icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
  }



  /* Абонементы */
  .block-student-abonement-1 {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .block-student-abonement-1-1 {
    padding: 30px 20px;
  }

  .block-student-abonement-1-1-span-1 {
    font-size: 20px;
    line-height: 24px;
  }

  .block-student-abonement-1-1-span-2 {
    font-size: 24px;
    line-height: 28px;
  }

  .block-student-abonement-1-1-list {
    gap: 10px;
  }

  .block-student-abonement-1-1-list-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
  }

  .block-student-abonement-2 {
    padding: 30px 20px;
  }

  .block-student-abonement-2-ttext {
    font-size: 24px;
  }

  .block-student-abonement-2-btext {
    font-size: 20px;
  }

  .block-student-abonement-2-btext a {
    font-size: 20px;
  }

  /* Активация */
  .block-student-activateab-1 {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .block-student-activateab-1-1 {
    padding: 30px 20px;
  }

  .block-student-activateab-1-1-top {
    font-size: 24px;
    line-height: 24px;
  }

  .block-student-activateab-1-1-bottom {
    font-size: 20px;
    line-height: 20px;
  }

  /* Слайдер */
  .block-slider-student-1 {
    flex-direction: column;
    gap: 20px;
  }

  .block-slider-student-1-1 {
    padding: 30px 0;
    order: 2;
  }

  .block-slider-student-1-img {
    min-height: 200px;
    order: 1;
  }

  .block-slider-student-1-1-top {
    font-size: 20px;
  }

  .block-slider-student-1-1-bottom {
    font-size: 20px;
    line-height: 24px;
  }

  .block-slider-student-1-1-bottom-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .block-slider-student-1-1-1 {
    gap: 8px;
  }

  .btn-stroke {
    height: 36px;
    padding: 0 12px;
    font-size: 14px;
  }

  .block-slider-student-3 {
    padding: 30px 20px 0px 20px;
    flex-direction: column;
  }

  .block-slider-student-3-1 {
    width: 100%;
  }

  .block-slider-student-3-img {
    position: relative;
    width: 100%;
    height: 200px;
    border-radius: 10px;
    margin-top: 15px;
  }

  .block-slider-student-3-1-top {
    font-size: 24px;
  }

  .block-slider-student-3-1-bottom {
    font-size: 20px;
    line-height: 24px;
  }

  /* Где прикладывать */
  .block-whereapply-1 {
    flex-direction: column;
    gap: 15px;
  }

  .block-whereapply-2 {
    flex-direction: column;
    gap: 20px;
  }

  .block-whereapply-1-1-type {
    font-size: 20px;
    padding: 8px 16px;
  }

  .block-whereapply-2-1 {
    padding: 25px 20px;
  }

  .block-whereapply-2-1-text {
    font-size: 20px;
    line-height: 24px;
  }

  /* Вопросы */
  .block-quest-list-1 {
    padding: 25px 20px;
    gap: 20px;
  }

  .quest-span {
    font-size: 20px;
    line-height: 24px;
  }

  .answer-span {
    font-size: 20px;
    line-height: 24px;
  }

  .arrow-quest-icon {
    width: 24px;
    height: 24px;
  }

  /* Кнопки навигации слайдера */
  .btn-slider-left, .btn-slider-right {
    width: 44px;
    height: 44px;
  }

  /* Специальные классы */
  .student-activateab-one .block-student-activateab-1-1 {
    width: 100%;
  }

  .list-span {
    padding-left: 20px;
  }
}


/* Дополнительные улучшения для мобильных */
@media (max-width: 768px) {
  /* Улучшение скролла на iOS */
  .slides-horizontal-container {
    -webkit-overflow-scrolling: touch;
  }

  /* Улучшение навигации слайдера для касаний */
  .block-slider-student-1 {
    touch-action: pan-y;
  }

  /* Улучшение читабельности текста */
  .block-student-activateab-1-1-bottom.list-span {
    font-size: 20px;
  }

  /* Улучшение отображения кнопок */
  .btn-stroke, .btn-basic {
    font-size: 14px;
    padding: 0 16px;
    height: 40px;
  }

  /* Улучшение отображения иконок */
  .block-student-activateab-1-1-icon {
    width: 60px;
    height: 60px;
  }

  /* Улучшение отображения номеров */
  .block-student-whocan-1-1-number {
    width: 50px;
    height: 50px;
    font-size: 26px;
  }
}


/* Дополнения и исправления для мобильной версии */
@media (max-width: 768px) {
  /* 1. Исправление блока слайдера с текстом */
  .block-slider-student-1-1 {
    padding: 30px 0;
    width: 100%;
    min-height: auto;
  }

  /* 2. Исправление навигации слайдера */
  .block-slider-student-2 {
    flex-direction: column;
    gap: 20px;
  }

  .block-slider-student-2-1 {
    justify-content: center;
    order: 2;
  }

  .block-slider-student-2-2 {
    justify-content: center;
    order: 1;
  }

  .circle-status-page-slider {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }

  /* 3. Полная переработка блока "Где прикладывать" */
  .block-whereapply-1 {
    flex-direction: column;
    gap: 20px;
  }

  .block-whereapply-1-1,
  .block-whereapply-1-2 {
    width: 100%;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .block-whereapply-1-1-type {
    font-size: 22px;
    padding: 12px 24px;
    text-align: center;
  }

  .block-whereapply-2 {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  .block-whereapply-2-1 {
    width: 100%;
    padding: 25px 20px;
    box-sizing: border-box;
  }

  .block-whereapply-2-1-img {
    height: 120px;
    padding-top: 0;
    background-size: contain;
    background-position: center;
  }

  /* 4. Исправление стрелок в FAQ */
  .arrow-quest-icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    flex-shrink: 0;
  }

  /* Дополнительные исправления для лучшего отображения */

  /* Улучшение отображения текста в слайдере */
  .block-slider-student-1-1-bottom,
  .block-slider-student-1-1-bottom-2 {
    width: 100%;
  }

  /* Улучшение отображения кнопок в слайдере */
  .block-slider-student-1-1-1 {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .btn-stroke {
    margin-bottom: 8px;
  }

  /* Улучшение отображения изображений в блоке "Где прикладывать" */
  .block-whereapply-2-1-img {
    min-height: 120px;
  }

  /* Улучшение отображения FAQ */
  .block-quest-list-1-top {
    align-items: flex-start;
  }

  .quest-span {
    flex: 1;
    padding-right: 15px;
  }
}




/* Исправления для слайдера на мобильных */
@media (max-width: 768px) {
  .block-slider-student-1 {
    flex-direction: column;
    gap: 20px;
    min-height: auto;
    padding: 0 10px;
  }

  .block-slider-student-1-1 {
    padding: 20px 0;
    width: 100%;
    order: 2;
    gap: 15px;
    min-height: auto;
    padding-left: 1%;
  }

  .block-slider-student-1-img {
    order: 1;
    min-height: 500px;
    width: 100%;
    flex: none;
  }

  .block-slider-student-1-1-top {
    font-size: 20px;
    color: #8B8B8B;
    margin-bottom: 5px;
  }

  .block-slider-student-1-1-bottom {
    font-size: 24px;
    line-height: 26px;
    color: #171717;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .block-slider-student-1-1-bottom-2 {
    font-size: 20px;
    line-height: 24px;
    color: #171717;
    font-weight: 500;
  }

  /* Кнопки магазинов приложений */
  .block-slider-student-1-1-1 {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 15px;
  }

  .btn-stroke {
    height: 40px;
    padding: 0 16px;
    font-size: 14px;
    border: 1px solid #272727;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    color: #2D2D2D;
    min-width: 100px;
  }

  /* Контейнер слайдов */
  .slides-horizontal-container {
    min-height: 800px; /* Увеличим минимальную высоту */
  }

  /* Улучшение навигации */
  .block-slider-student-2 {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }

  .block-slider-student-2-1 {
    display: flex;
    justify-content: center;
    gap: 15px;
    order: 2;
  }

  .block-slider-student-2-2 {
    display: flex;
    justify-content: center;
    gap: 8px;
    order: 1;
    flex-wrap: wrap;
  }

  .circle-status-page-slider {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #E3E3E3;
    transition: background-color 0.3s ease;
  }

  .circle-status-page-slider.active {
    background: #2D2D2D;
  }
}




/* Исправление для горизонтальной прокрутки */
@media (max-width: 768px) {
  .block-slider-student {
    overflow: visible;
  }

  .slides-horizontal-container {
    overflow: visible;
  }

  .block-slider-student-1 {
    box-sizing: border-box;
  }
}


/* Исправления для навигации слайдера и блока whereapply */
@media (max-width: 768px) {
  /* Исправление навигации слайдера */
  .block-slider-student-2 {
    position: relative;
    margin-top: 0px;
    min-height: 60px;
    z-index: 2;
  }

  .block-slider-student-2-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    order: 1;
    padding: 1%;
  }

  .block-slider-student-2-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    order: 2;
    margin-top: 40px;
  }

  .btn-slider-left, .btn-slider-right {
    width: 50px;
    height: 50px;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 3;
  }

  .btn-slider-left {
    background: url('img/Arrow-left.svg') center no-repeat white;
    background-size: 20px;
  }

  .btn-slider-right {
    background: url('img/Arrow-right.svg') center no-repeat white;
    background-size: 20px;
  }

  .circle-status-page-slider {
    width: 10px;
    height: 10px;
    background: #E3E3E3;
    border-radius: 50%;
    display: block !important;
  }

  .circle-status-page-slider.active {
    background: #2D2D2D;
  }

  /* Исправление блока "Где прикладывать" */
  .block-whereapply {
    width: 100%;
  }

  .block-whereapply-1 {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  .block-whereapply-1-1,
  .block-whereapply-1-2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
  }

  .block-whereapply-1-1-type {
    font-size: 22px;
    padding: 12px 30px;
    border: 2px solid #171717;
    border-radius: 14px;
    text-align: center;
    background: white;
  }

  .block-whereapply-2 {
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin-top: 10px;
  }

  .block-whereapply-2-1 {
    width: 100%;
    padding: 25px 20px;
    background: #EEEEEE;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-sizing: border-box;
  }

  .block-whereapply-2-1-img {
    width: 100%;
    height: 150px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    padding-top: 0 !important;
  }

  .block-whereapply-2-1-text {
    font-size: 20px;
    line-height: 24px;
    color: #171717;
    text-align: center;
    width: 100%;
  }

  /* Улучшение структуры для мобильных */
  .block-whereapply > .block-whereapply-1:first-child {
    margin-bottom: 10px;
  }

  .block-whereapply > .block-whereapply-2:first-of-type {
    margin-bottom: 30px;
  }
}



/* Исправление отображения кнопок навигации */
@media (max-width: 768px) {
  .btn-slider-left.disabled,
  .btn-slider-right.disabled {
    opacity: 0.4;
    cursor: not-allowed;
  }

  .btn-slider-left:not(.disabled):active,
  .btn-slider-right:not(.disabled):active {
    transform: scale(0.95);
    transition: transform 0.1s ease;
  }
}

/* Полное исправление блоков whereapply */
@media (max-width: 768px) {
  .block-whereapply-2-1 {
    width: 100%;
    padding: 25px 20px;
    background: #EEEEEE;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-sizing: border-box;
    height: auto !important; /* Принудительно убираем фиксированную высоту */
    min-height: auto !important;
    max-height: none !important;
  }

  .block-whereapply-2-1-img {
    width: 100%;
    min-height: 220px;
    height: 220px !important; /* Фиксируем высоту изображения */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    padding-top: 0 !important;
  }

  .block-whereapply-2-1-text {
    font-size: 20px;
    line-height: 24px;
    color: #171717;
    text-align: center;
    width: 100%;
    height: auto !important;
    min-height: auto !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* Убираем все возможные ограничения высоты */
  .block-whereapply-2 {
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  /* Убедимся, что контейнеры не ограничивают высоту */
  .block-whereapply {
    height: auto;
    min-height: auto;
  }

  .block-whereapply-1-1,
  .block-whereapply-1-2 {
    height: auto;
    min-height: 60px;
  }
}

.mobile-whereapply {
  display: none;
}

/* Альтернативное решение - переопределяем все возможные стили */
@media (max-width: 768px) {

  .block-whereapply {
    display: none;
  }

  .mobile-whereapply {
    display: inline-flex;
  }

  .block-whereapply-2-1 {
    /* Сбрасываем все высоты */
    height: unset !important;
    min-height: unset !important;
    max-height: unset !important;

    /* Сбрасываем все flex-свойства */
    flex: unset !important;
    flex-grow: unset !important;
    flex-shrink: unset !important;
    flex-basis: unset !important;

    /* Явно задаем нормальное поведение */
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;

    /* Отступы */
    padding: 25px 20px !important;
    margin: 0 !important;

    /* Габариты */
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .block-whereapply-2-1-img {
    height: 220px !important;
    min-height: 220px !important;
    max-height: 220px !important;
    width: 100% !important;
    flex: none !important;
  }

  .block-whereapply-2-1-text {
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    flex: none !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

@media(max-width: 480px) {
  .right-block-1 {
    min-height: 300px;
}

.block-slider-student-1-img {
    order: 1;
    min-height: 400px;
    width: 100%;
    flex: none;
}

.slides-horizontal-container {
    min-height: 800px;
}

.kid-slider {
  min-height: 1000px;
}

.block-3-1-1-text {
    width: 100%;
}

.block-3-1-1-span {
    width: 100%;
}

.block-3-1-img {
    width: 100%;
    height: 200px;
    right: auto;
    bottom: auto;
    position: static;
    border-bottom-right-radius: 20px;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

.right-block-2-1-transportblock {
  flex-direction: column;
  gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
}

.right-block-2-1-transportblock-l {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 24px;
    padding-bottom: 24px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 25px;
    display: inline-flex;
    width: 100%;
    max-width: 100%;
}

.right-block-2-1-transportblock-r {
    flex: none;
    align-self: stretch;
    padding: 10px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 200px;
    width: 100%;
}

.block-3-1-1 {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 24px;
    padding-bottom: 24px;
    gap: 20px;
}

.cat-element-white {
    font-size: 16px;
}

.wrapper {
    padding: 64px 0px 0;
}

.block-help-btn {
    width: auto;
    height: 45px;
    padding-left: 10px;
    padding-right: 15px;
    background: linear-gradient(154deg, #008181 0%, #018B6F 100%);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
    color: white;
    font-size: 18px;
    font-family: var(--font-lato);
    font-weight: 500;
    line-height: 20.80px;
    word-wrap: break-word;
}

}
