body>.body:not(.index)>.main {
    padding-bottom: 0;
    overflow: hidden;
}

.b-page {
    font-size: 0;
    line-height: normal;
    color: #495057;
    padding: 50px 0 150px;
    font-family: 'Montserrat', sans-serif;
}

.b-page img,
.b-page svg {
    display: block;
    width: 100%;
    height: auto;
    pointer-events: none;
}

.b-page a {
    color: #495057;
    text-decoration: none;
}

.b-page a:hover,
.b-page a:active,
.b-page a:focus {
    color: #495057;
}

.b-head {
    position: relative;
    display: flex;
    align-items: center;
    gap: 32px;
    min-height: 518px;
}

.b-head-content {
    width: 100%;
    padding-bottom: 50px;
}

img.b-head-icon-1 {
    position: absolute;
    right: 690px;
    bottom: 50px;
    width: calc(448px / 2);
    z-index: -1;
}

img.b-head-icon-2 {
    position: absolute;
    right: 505px;
    bottom: 150px;
    width: calc(383px / 2);
    z-index: -1;
}

img.b-head-icon-3 {
    position: absolute;
    right: -90px;
    bottom: 210px;
    width: calc(633px / 2);
    z-index: -1;
}

.b-head-image {
    flex: none;
    margin-top: auto;
    margin-right: 88px;
    width: 100%;
    max-width: calc(854px / 2);
}

.b-head-title {
    font-weight: 700;
    font-size: 56px;
    max-width: 910px;
    font-family: 'Unbounded', sans-serif;
}

.b-head-text {
    margin-top: 20px;
    max-width: 515px;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Unbounded', sans-serif;
}

.b-head-panel {
    display: flex;
    align-items: center;
    margin-top: 30px;
    gap: 20px;
}

.b-head-button {
    flex: none;
}

.b-head-button span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    /*background-color: #8D1C50;*/
	background-color: #0072BC;
    color: #fff;
    height: 50px;
    font-size: 16px;
    font-weight: 700;
    padding: 0 20px;
    border-radius: 50px;
    transition: opacity 350ms;
    cursor: pointer;
}

.b-head-button span:hover {
    opacity: 0.8;
}

.b-head-panel-text {
    width: 100%;
    max-width: 330px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Unbounded', sans-serif;
}

.b-head-banner {
    position: relative;
    display: flex;
    align-items: center;
    /*background-color: #D04596;*/
	background-color: #0072BC;
    border-radius: 40px;
    padding: 60px;
    min-height: 414px;
    overflow: hidden;
    z-index: 1;
}

.b-head-banner img {
    position: absolute;
    height: 100%;
    inset: 0;
    object-fit: cover;
    z-index: -1;
}

.b-head-banner-content {
    width: 100%;
    max-width: 810px;
    color: #fff;
}

.b-head-banner-title {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Unbounded', sans-serif;
}

.b-head-banner-text {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 500;
}

.b-teachers {
    margin-top: 80px;
    position: relative;
}

.b-teachers-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
    font-family: 'Unbounded', sans-serif;
}

.b-teachers-list {
    display: flex;
    max-width: 1096px;
    width: 100%;
}

.b-teachers-item {
    display: flex;
    gap: 16px;
    width: 100%;
}

.b-teachers-item-photo {
    flex: none;
}

.b-teachers-item-photo-block {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.b-teachers-item-photo-block img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: -1;
    object-fit: cover;
    pointer-events: auto;
}

.b-teachers-item-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.b-teachers-item-title {
    font-size: 24px;
    font-weight: 700;
}

.b-teachers-item-text {
    font-size: 16px;
    margin-top: 5px;
}

.b-teachers-item-button {
    margin-top: auto;
    padding-top: 15px;
}

.b-teachers-item-button span {
    font-size: 16px;
    font-weight: 700;
    /*color: #8D1C50;*/
	color: #0072BC;
    transition: opacity 350ms;
    cursor: pointer;
}

.b-teachers-item-button span:hover {
    opacity: 0.8;
}

.b-teachers-item-sep {
    flex: none;
    width: 1px;
    margin: 0 40px;
    background-color: rgb(0 114 188 / 30%);
}

img.b-teachers-icon-1 {
    position: absolute;
    right: 30px;
    bottom: -50px;
    width: calc(575px / 2);
    z-index: -1;
}

.b-slider {
    position: relative;
    margin-top: 150px;
}

img.b-slider-icon-1 {
    position: absolute;
    left: -180px;
    top: -130px;
    width: calc(470px / 2);
    z-index: -1;
}

img.b-slider-icon-2 {
    position: absolute;
    left: 50%;
    top: -120px;
    width: calc(360px / 2);
    z-index: -1;
}

img.b-slider-icon-3 {
    position: absolute;
    right: -250px;
    bottom: -60px;
    width: calc(434px / 2);
    z-index: -1;
}

.b-slider-panel {
    position: relative;
    margin-bottom: 40px;
}

.b-slider-panel-title {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Unbounded', sans-serif;
    width: 100%;
    text-align: center;
}

.b-slider-panel-title-detail {
    text-align: left;
    font-weight: 900;
    color: #0072BC;
}

.b-slider-panel-icon {
    display: none;
}

.b-slider-prev {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 20px;
    background-color: #fff;
    color: #495057;
    left: -30px;
    top: 204px;
    box-shadow: 0px 0px 10px 0px #0000001A;
    transition: background 350ms, color 350ms, opacity 350ms, visibility 350ms;
    cursor: pointer;
}

.b-slider-prev.disabled {
    opacity: 0 !important;
    visibility: hidden;
}

.b-slider-prev svg {
    width: 16px;
}

.b-slider-prev:hover {
    background-color: #0072BC;
    color: #fff;
}

.b-slider-next {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 20px;
    background-color: #fff;
    color: #495057;
    right: -30px;
    top: 204px;
    box-shadow: 0px 0px 10px 0px #0000001A;
    transition: background 350ms, color 350ms, opacity 350ms, visibility 350ms;
    cursor: pointer;
}

.b-slider-next.disabled {
    opacity: 0 !important;
    visibility: hidden;
}

.b-slider-next svg {
    width: 16px;
}

.b-slider-next:hover {
    background-color: #0072BC;
    color: #fff;
}

.b-slider-block {
    position: relative;
}

.b-slider-container {
    touch-action: pan-y;
    overflow: hidden;
}

.b-slider-wrapper {
    display: flex;
    transition-property: transform;
    transform: translate3d(0, 0, 0);
}

.b-slider-slide {
    width: calc(25% - 15px);
    flex-shrink: 0;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.b-slider-slide:not(:last-child) {
    margin-right: 20px;
}

.b-slider-slide a {
    display: block;
}

.b-slider-slide a:hover .b-slide-title {
    color: #0072BC;
}

.b-slide-title {
    margin-top: 24px;
    font-size: 19px;
    font-weight: 700;
    transition: color 350ms;
}

.b-slide-photo {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    z-index: 1;
}

.b-slide-photo-block {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 130%;
    /*background: linear-gradient(331.27deg, #C24897 1.84%, #761B52 100%);*/
	background-color: #EDF9FF;
}

.b-slide-photo-block img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    inset: 0;
}

.b-slide-photo-blur:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 25%);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
}

.b-slide-lock {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.b-slide-lock-icon {
    margin-bottom: 12px;
}

.b-slide-lock-icon svg {
    width: 46px;
    margin: 0 auto;
}

.b-slide-lock-content {
    text-align: center;
}

.b-slide-lock-text {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.b-slide-follow {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.b-slide-follow-content {
    text-align: center;
}

.b-slide-follow-icon {
    margin-bottom: 12px;
}

.b-slide-follow-icon svg {
    width: 60px;
    margin: 0 auto;
}

.b-slide-follow-title {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.b-slide-follow-button {
    margin-top: 12px;
}

.b-slide-follow-button span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #fff;
    color: #0072BC;
    height: 50px;
    font-size: 16px;
    font-weight: 700;
    padding: 0 20px;
    border-radius: 50px;
    transition: opacity 350ms;
}

.b-slide-follow-button span:hover {
    opacity: 0.8;
}


.b-slide-lock-tg {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.b-slide-lock-tg span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    /*color: #8D1C50;*/
	color: #0072BC;
    height: 50px;
    font-size: 16px;
    font-weight: 700;
    padding: 0 16px;
    border-radius: 50px;
    gap: 10px;
    transition: color 350ms, background 350ms;
    cursor: pointer;
}

.b-slide-lock-tg span:hover {
    /*background-color: #8D1C50;*/
	background-color: #0072BC;
    color: #fff;
}

.b-slide-lock-tg svg {
    flex: none;
    width: 20px;
}

.b-slide-follow {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.b-follow {
    margin-top: 80px;
}

.b-follow-block {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 1006px;
    margin: 0 auto;
    padding: 40px;
    background-color: #F4F4F4;
    border-radius: 40px;
    min-height: 260px;
    gap: 24px;
    z-index: 1;
}

img.b-follow-background {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    object-fit: cover;
    z-index: -1;
}

.b-follow-content {
    width: 100%;
    max-width: 620px;
}

.b-follow-title {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Unbounded', sans-serif;
}

.b-follow-text {
    margin-top: 9px;
    font-size: 20px;
}

.b-follow-buttons {
    display: flex;
    margin-top: 20px;
    gap: 10px;
}

.b-follow-buttons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    height: 56px;
    font-size: 16px;
    font-weight: 700;
    padding: 0 40px;
    border-radius: 56px;
    gap: 10px;
    transition: opacity 350ms;
}

.b-follow-buttons a:hover,
.b-follow-buttons a:active,
.b-follow-buttons a:focus {
    color: #fff;
    opacity: 0.8;
}

.b-follow-buttons svg {
    flex: none;
}

.b-follow-button-youtube {
    background-color: #FF0032;
}

.b-follow-button-youtube svg {
    width: 22px;
}

.b-follow-button-tg {
    background-color: #29A2E9;
}

.b-follow-button-tg svg {
    width: 20px;
}

.b-follow-image {
    flex: none;
    width: 180px;
}

.b-bottom-info {
    position: relative;
    margin-top: 150px;
}

img.b-bottom-info-icon {
    position: absolute;
    left: -120px;
    top: -160px;
    width: calc(410px / 2);
    z-index: 1;
}

.b-bottom-info-text {
    text-align: center;
    font-size: 56px;
    font-weight: 900;
    /*color: #8D1C50;*/
	color: #0072BC;
    font-family: 'Unbounded', sans-serif;
    max-width: 1220px;
    margin: 0 auto;
}

.b-noty {
    position: relative;
    margin-top: 150px;
}

img.b-noty-icon {
    position: absolute;
    right: -205px;
    top: -160px;
    width: calc(616px / 2);
    z-index: 2;
}

.b-noty-block {
    display: flex;
    position: relative;
    align-items: center;
    border-radius: 40px;
    overflow: hidden;
    min-height: 385px;
    padding: 60px;
    /*background-color: #8D1C50;*/
	background-color:#0072BC;
    z-index: 1;
}

.b-noty-block:before {
    content: '';
    display: block;
    position: absolute;
    width: 1137px;
    height: 100%;
    inset: 0 auto 0 0;
    /*background: linear-gradient(90deg, rgba(141, 28, 80, 0.6) 0%, rgba(141, 28, 80, 0) 100%);*/
    z-index: -1;
}

img.b-noty-background {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    object-fit: cover;
    z-index: -2;
}

.b-noty-content {
    color: #fff;
    width: 100%;
    max-width: 753px;
}

.b-noty-title {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Unbounded', sans-serif;
}

.b-noty-text {
    margin-top: 20px;
    font-size: 24px;
}

.b-products {
    margin-top: 80px;
}

.b-products-title {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 32px;
    font-family: 'Unbounded', sans-serif;
}

.b-products-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.b-product {
    width: 100%;
    max-width: 357px;
    flex: none;
}

.b-product a {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    padding: 24px;
    background-color: #fff;
    border: 1px solid #F4F4F9;
}

.b-product-photo {
    padding: 0 12px;
}

.b-product-photo img {
    width: 100%;
    height: 159px;
    object-fit: contain;
}

.b-product-panel {
    margin-top: 26px;
    display: flex;
    align-items: flex-end;
    gap: 16px;
}

.b-product-content {
    width: 100%;
}

.b-product-arrow {
    width: 40px;
    flex: none;
}

.b-product-arrow svg path {
    color: #495057;
    transition: color 350ms;
}

.b-product a:hover .b-product-arrow svg path {
    color: #fff;
}

.b-product-arrow svg circle {
    color: #F4F4F9;
    transition: color 350ms;
}

.b-product a:hover .b-product-arrow svg circle {
    color: #0072BC;
}

.b-product-title {
    font-size: 20px;
    font-weight: 700;
}

.b-product-brand {
    margin-top: 8px;
    font-size: 14px;
    color: #9D9DBB;
}

.detail-banner {
    position: relative;
    padding: 60px;
    border-radius: 60px;
    /*background: linear-gradient(91.32deg, #F7EFF4 0.77%, #F3E0E3 100%);*/
	background-color: #EDF9FF;
    display: flex;
    gap: 40px;
}

img.detail-banner-icon {
    position: absolute;
    right: -80px;
    bottom: 25px;
    width: calc(494px / 2);
    z-index: 1;
}

.detail-photo-desctop {
    flex: none;
    width: 100%;
    max-width: 492px;
}

.detail-photo {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    z-index: 1;
}

.detail-photo-block {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 130%;
    /*background: linear-gradient(331.27deg, #C24897 1.84%, #761B52 100%);*/
	background-color: #0072BC;
    cursor: pointer;
}

.detail-photo-block img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    inset: 0;
}

.detail-photo-block svg {
    position: absolute;
    width: 100px;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    transition: transform 350ms;
}

.detail-photo-block:hover svg {
    transform: scale(1.1);
}

.detail-photo-mobile {
    display: none;
}

.detail-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.detail-title {
    font-size: 48px;
    font-weight: 700;
    font-family: 'Unbounded', sans-serif;
    color: #0072BC;
}

.detail-text {
    margin-top: 20px;
    font-size: 24px;
    line-height: 140%;
    color: #001D37;
}

.detail-text li {
    line-height: 140%;
}

.detail-stickers {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.detail-sticker {
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
    display: inline-flex;
    height: 50px;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 700;
    color: #0072BC;
    border: 2px solid #0072BC;
    border-radius: 50px;
}

a.detail-sticker {
    color: #0072BC;
    transition: color 350ms, background 350ms;
}

a.detail-sticker:hover,
a.detail-sticker:active,
a.detail-sticker:focus {
    color: #fff;
    background-color: #0072BC;
}

.detail-teacher-block {
    padding-top: 32px;
    margin-top: auto;
}

.detail-teacher {
    display: flex;
    gap: 16px;
    width: 100%;
}

.detail-teacher-item-photo {
    flex: none;
}

.detail-teacher-item-photo-block {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.detail-teacher-item-photo-block img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: -1;
    object-fit: cover;
    pointer-events: auto;
}

.detail-teacher-item-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 340px;
    color: #000;
}

.detail-teacher-item-title {
    font-size: 24px;
    font-weight: 700;
}

.detail-teacher-item-text {
    font-size: 16px;
    margin-top: 5px;
}

.detail-teacher-item-button {
    margin-top: 16px;
}

.detail-teacher-item-button span {
    font-size: 16px;
    font-weight: 700;
    color: #0072BC;
    transition: opacity 350ms;
    cursor: pointer;
}

.detail-teacher-item-button span:hover {
    opacity: 0.8;
}

.detail-tg {
    position: relative;
    margin-top: 150px;
}

.detail-tg .detail-tg-info-icon-1 {
    position: absolute;
    left: -290px;
    bottom: -70px;
    width: calc(531px / 2);
    z-index: 2;
}

.detail-tg-block {
    position: relative;
    border-radius: 40px;
    /*background: linear-gradient(147.14deg, #C24897 3.98%, #761B52 99.15%);*/
	background: #0072BC;
    overflow: hidden;
    height: 267px;
    z-index: 1;
}

img.tg-background {
    position: absolute;
    height: 100%;
    inset: 0;
    object-fit: cover;
    object-position: left;
    z-index: -1;
}

.detail-tg-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 724px;
    padding: 32px 0 32px 60px;
}

.detail-tg-title {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}

.detail-tg-text {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.detail-tg-panel {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 20px;
}

.detail-tg-button {
    flex: none;
}

.detail-tg-button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #fff;
    color: #0072BC;
    height: 50px;
    font-size: 16px;
    font-weight: 700;
    padding: 0 20px;
    border-radius: 50px;
    transition: opacity 350ms;
}

.detail-tg-button a:hover,
.detail-tg-button a:active,
.detail-tg-button a:focus {
    color: #0072BC;
    opacity: 0.8;
}

.detail-tg-users {
    display: inline-flex;
    align-items: center;
}

.detail-tg-user {
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    flex: none;
    background-color: #fff;
    z-index: 1;
}

.detail-tg-user:not(:first-child) {
    margin-left: -16px;
}

.detail-tg-user img {
    position: absolute;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.detail-tg-user-plus {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    flex: none;
    background-color: #fff;
    margin-left: -16px;
    z-index: 1;
}

.detail-tg-user-plus svg {
    width: 12px;
}

.detail-back {
    margin-bottom: 26px;
}

.detail-back a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 60px;
    box-shadow: 0px 0px 10px 0px #0000001A;
    color: #0072BC;
    font-size: 20px;
    padding: 0 24px;
    font-weight: 900;
    font-family: 'Unbounded', sans-serif;
    border-radius: 20px;
    gap: 20px;
    transition: opacity 350ms;
}

.detail-back svg {
    width: 12px;
}

.detail-back a:hover,
.detail-back a:active,
.detail-back a:focus {
    color: #0072BC;
    opacity: 0.8;
}

.b-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    white-space: nowrap;
    background-color: #121010CC;
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    font-size: 0;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1000;
    padding: 16px;
}

.b-modal:before {
    content: '';
    display: inline-block;
    overflow: hidden;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.b-modal-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    text-align: left;
    max-width: 600px;
    width: 100%;
}

.b-modal-content {
    position: relative;
    background-color: #fff;
    padding: 40px;
    border-radius: 40px;
}

.b-modal-close {
    position: absolute;
    width: 42px;
    top: 20px;
    right: 20px;
    z-index: 10;
    transition: opacity 350ms;
    cursor: pointer;
}

.b-modal-close:hover {
    opacity: 0.9;
}

.b-modal-photo {
    margin-bottom: 32px;
}

.b-modal-photo-block {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    z-index: 1;
    height: 0;
    padding-top: 100%;
}

.b-modal-photo-block img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    object-fit: cover;
    z-index: -1;
}

.b-modal-name {
    font-size: 32px;
    font-weight: 900;
    font-family: 'Unbounded', sans-serif;
}

.b-modal-preview-text {
    margin-top: 8px;
    font-size: 20px;
    font-weight: 600;
}

.b-modal-detail-text {
    font-size: 16px;
    margin-top: 16px;
}

.b-modal-socials {
    display: flex;
    gap: 10px;
    margin-top: 24px;
}

.b-modal-socials a {
    display: block;
    flex: none;
    width: 60px;
    transition: opacity 350ms;
}

.b-modal-socials a:hover {
    opacity: 0.8;
}

.b-video-modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    inset: 0;
    text-align: center;
    white-space: nowrap;
    z-index: 1000;
    font-size: 0;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #121010CC;
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
}

.b-video-modal:before {
    content: '';
    display: inline-block;
    overflow: hidden;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.b-video-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    text-align: left;
    width: 100%;
    height: 100%;
}

.b-video-contant {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 40px;
    pointer-events: none;
}

.b-video-iframe {
    height: 100%;
    width: 100%;
}

.b-video-iframe iframe {
    height: 100%;
    border: none;
    aspect-ratio: 1 / 1.78;
    border-radius: 24px;
    overflow: hidden;
    pointer-events: auto;
}

.b-video-close {
    position: absolute;
    width: 42px;
    top: 20px;
    right: 20px;
    z-index: 10;
    transition: opacity 350ms;
    cursor: pointer;
    pointer-events: auto;
}

.b-video-close:hover {
    opacity: 0.9;
}

.b-viferon-block {
	width: 100%;
	height: 426px;
	padding: 40px 0 0 40px;
    background: url("./img/viferon-bg.jpg") center center no-repeat;
	background-size: 100%;
	font-family: Helvetica;
}
.b-viferon-logo {
    width: 359px;
	height: 47px;
}
.b-viferon-title {
	margin: 30px 0 20px 0;
    font-size: 55px;
	font-weight: 700;
	color: #0060A9;
	text-transform: uppercase;
}
.b-viferon-title p {
    margin: 0;
	color: #E26E30;
}
.b-viferon-desc {
    font-size: 23px;
	font-weight: 500;
	color: #545F62;
}
.b-viferon-under-text {
	margin-top: 17px;
	margin-left: -25px;
    font-size: 18px;
	font-weight: 400;
	color: #9F9F9F; 
}

@media screen and (max-width: 1680px) {
    .b-page {
        max-width: 1376px;
        margin: 0 auto;
    }

    .b-head-button span {
        font-size: 14px;
    }

    img.b-head-icon-1 {
        width: calc(380px / 2);
        right: 670px;
    }

    img.b-head-icon-2 {
        width: calc(340px / 2);
    }

    .b-head-title {
        font-size: 50px;
        max-width: 830px;
    }

    .b-head-text {
        font-size: 20px;
        max-width: 420px;
    }

    .b-head-panel-text {
        max-width: 260px;
        font-size: 14px;
    }

    .b-head-banner {
        min-height: 380px;
    }

    .b-head-banner-title {
        font-size: 32px;
    }

    .b-head-banner-text {
        font-size: 20px;
    }

    .b-head-banner-content {
        max-width: 680px;
    }

    img.b-teachers-icon-1 {
        bottom: -35px;
    }

    .b-teachers-title {
        font-size: 24px;
    }

    .b-teachers-list {
        max-width: 1000px;
    }

    .b-teachers-item-title {
        font-size: 20px;
    }

    .b-teachers-item-text {
        font-size: 14px;
    }

    .b-teachers-item-button span {
        font-size: 14px;
    }

    img.b-teachers-icon-1 {
        width: calc(520px / 2);
    }

    .b-slider {
        margin-top: 120px;
    }

    .b-slider-panel-title {
        font-size: 32px;
    }

    .b-slide-lock-text {
        font-size: 14px;
    }

    .b-slide-lock-tg span {
        font-size: 14px;
    }

    .b-slide-follow-title {
        font-size: 14px;
    }

    .b-slide-follow-button span {
        font-size: 14px;
    }

    .b-slide-title {
        font-size: 16px;
    }

    img.b-slider-icon-1 {
        left: -120px;
        top: -100px;
        width: calc(360px / 2);
    }

    .b-follow-title {
        font-size: 20px;
    }

    .b-follow-text {
        font-size: 16px;
    }

    .b-follow-buttons a {
        font-size: 14px;
    }

    .b-bottom-info {
        margin-top: 120px;
    }

    .b-bottom-info-text {
        font-size: 40px;
        max-width: 840px;
    }

    img.b-bottom-info-icon {
        left: -40px;
        top: -120px;
        width: calc(320px / 2);
    }

    .b-noty {
        margin-top: 120px;
    }

    .b-noty-block {
        min-height: 350px;
    }

    .b-noty-block:before {
        width: 1000px;
    }

    .b-noty-content {
        max-width: 620px;
    }

    .b-noty-title {
        font-size: 32px;
    }

    .b-noty-text {
        font-size: 20px;
    }

    img.b-noty-icon {
        right: -85px;
        top: -130px;
        width: calc(480px / 2);
    }

    .b-products-title {
        font-size: 32px;
    }

    .b-product-title {
        font-size: 16px;
    }

    .b-product {
        max-width: 326px;
    }

    .b-product-arrow {
        width: 32px;
    }

    .b-slider-prev {
        top: 184px;
    }

    .b-slider-prev svg {
        width: 12px;
    }

    .b-slider-next {
        top: 184px;
    }

    .b-slider-next svg {
        width: 12px;
    }

    .detail-title {
        font-size: 42px;
    }

    .detail-text {
        font-size: 20px;
    }

    .detail-sticker {
        font-size: 14px;
    }

    .detail-teacher-item-title {
        font-size: 20px;
    }

    .detail-teacher-item-text {
        font-size: 14px;
    }

    .detail-teacher-item-button span {
        font-size: 14px;
    }

    .detail-photo-desctop {
        max-width: 440px;
    }

    .detail-photo-block svg {
        width: 80px;
        top: calc(50% - 40px);
        left: calc(50% - 40px);
    }

    img.detail-banner-icon {
        right: -60px;
        bottom: 20px;
        width: calc(420px / 2);
    }

    .detail-teacher-item-content {
        max-width: 300px;
    }

    img.b-slider-icon-2 {
        top: -100px;
        width: calc(300px / 2);
    }

    .detail-tg {
        margin-top: 120px;
    }

    .detail-back a {
        height: 54px;
        font-size: 18px;
        border-radius: 16px;
        gap: 18px;
    }

    .detail-back svg {
        width: 10px;
    }

    .b-modal-container {
        max-width: 500px;
    }

    .b-modal-content {
        padding: 32px;
    }

    .b-modal-name {
        font-size: 28px;
    }

    .b-modal-preview-text {
        font-size: 18px;
    }

    .b-modal-detail-text {
        font-size: 14px;
    }

    .b-modal-socials a {
        width: 46px;
    }
	.b-viferon-block {
        width: 100%;
        height: 400px;
        padding: 40px 0 0 30px;
	}	
	.b-viferon-title {
        margin: 20px 0 11px 0;
	}
	.b-viferon-under-text {
        margin-top: 15px;
        margin-left: -16px;
	}
}

@media screen and (max-width: 1440px) {
    .b-page {
        max-width: 1216px;
    }

    .b-head-title {
        font-size: 46px;
    }

    .b-head-text {
        font-size: 18px;
    }

    .b-head-image {
        margin-right: 55px;
        max-width: calc(760px / 2);
    }

    img.b-head-icon-1 {
        width: calc(300px / 2);
        right: 570px;
    }

    img.b-head-icon-2 {
        width: calc(290px / 2);
        right: 430px;
    }

    img.b-head-icon-3 {
        right: -100px;
        width: calc(600px / 2);
    }

    .b-head-banner {
        padding: 40px;
    }

    .b-head-banner {
        min-height: 330px;
    }

    .b-head-banner-title {
        font-size: 30px;
    }

    .b-head-banner-text {
        font-size: 18px;
    }

    .b-teachers-list {
        max-width: 940px;
    }

    img.b-teachers-icon-1 {
        width: calc(440px / 2);
    }

    .b-slide-follow-title {
        font-size: 13px;
    }

    .b-slide-lock-text {
        font-size: 13px;
    }

    .b-slide-lock-tg span {
        font-size: 13px;
    }

    .b-slide-title {
        font-size: 15px;
    }

    .b-slider-panel-title {
        font-size: 30px;
    }

    img.b-slider-icon-1 {
        top: -75px;
        width: calc(320px / 2);
    }

    .b-bottom-info-text {
        font-size: 32px;
        max-width: 800px;
    }

    img.b-bottom-info-icon {
        top: -100px;
        width: calc(260px / 2);
    }

    .b-noty-block {
        padding: 40px;
        min-height: 310px;
    }

    .b-noty-block:before {
        width: 800px;
    }

    .b-noty-title {
        font-size: 30px;
    }

    .b-noty-text {
        font-size: 18px;
    }

    .b-noty-content {
        max-width: 560px;
    }

    img.b-noty-icon {
        right: -70px;
        top: -100px;
        width: calc(410px / 2);
    }

    .b-products-title {
        font-size: 30px;
    }

    .b-product {
        max-width: 286px;
    }

    .b-slider-prev {
        width: 52px;
        height: 52px;
        border-radius: 16px;
        left: -26px;
        top: 162px;
    }

    .b-slider-prev svg {
        width: 10px;
    }

    .b-slider-next {
        width: 52px;
        height: 52px;
        border-radius: 16px;
        right: -26px;
        top: 162px;
    }

    .b-slider-next svg {
        width: 10px;
    }

    .b-slide-lock-icon svg {
        width: 32px;
    }

    .b-slide-follow-icon svg {
        width: 40px;
    }

    .detail-banner {
        padding: 40px;
    }

    .detail-title {
        font-size: 36px;
    }

    .detail-text {
        font-size: 18px;
    }

    .detail-sticker {
        height: 46px;
    }

    .detail-photo-desctop {
        max-width: 420px;
    }

    img.detail-banner-icon {
        right: -50px;
        bottom: 20px;
        width: calc(350px / 2);
    }

    .detail-tg-button a {
        font-size: 14px;
    }
	
	.b-viferon-block {
        width: 100%;
        height: 355px;
        padding: 25px 0 0 25px;
	}	
	.b-viferon-logo {
        width: 228px;
        height: 30px;
    }
	.b-viferon-title {
        margin: 35px 0 30px 0;
		font-size: 40px;
	}
	.b-viferon-under-text {
        margin-top: 20px;
        margin-left: -10px;
		font-size: 12px;
	}
}

@media screen and (max-width: 1280px) {
    .b-page {
        max-width: 960px;
        padding-bottom: 80px;
    }

    .b-head-title {
        font-size: 32px;
    }

    .b-head-image {
        margin-right: 40px;
        max-width: calc(700px / 2);
    }

    .b-head {
        min-height: 425px;
    }

    img.b-head-icon-1 {
        width: calc(200px / 2);
        right: 400px;
        bottom: 20px;
    }

    img.b-head-icon-2 {
        width: calc(250px / 2);
        right: 365px;
        bottom: 180px;
    }

    img.b-head-icon-3 {
        right: -95px;
        bottom: 200px;
        width: calc(555px / 2);
    }

    .b-head-banner {
        padding: 32px;
        border-radius: 24px;
    }

    .b-head-banner-title {
        font-size: 20px;
    }

    .b-head-banner-text {
        font-size: 16px;
    }

    .b-head-banner-content {
        max-width: 480px;
    }

    .b-head-banner {
        min-height: 260px;
    }

    .b-teachers-title {
        font-size: 20px;
    }

    .b-teachers-item-photo-block {
        width: 100px;
        height: 100px;
    }

    .b-teachers-item-sep {
        margin: 0 24px;
    }

    .b-teachers-list {
        max-width: 850px;
    }

    img.b-teachers-icon-1 {
        width: calc(340px / 2);
        right: -10px;
        bottom: 65px;
    }

    .b-slider {
        margin-top: 100px;
    }

    .b-slider-panel-title {
        font-size: 20px;
    }

    .b-slide-follow {
        padding: 16px;
    }

    .b-slide-follow-title {
        font-size: 11px;
    }

    .b-slide-lock {
        padding: 16px;
    }

    .b-slide-lock-text {
        font-size: 11px;
    }

    .b-slide-lock-tg span {
        font-size: 11px;
        padding: 0 12px;
        gap: 6px;
        height: 42px;
    }

    .b-slide-lock-tg svg {
        flex: none;
        width: 14px;
    }

    .b-slide-photo {
        border-radius: 16px;
    }

    .b-slide-title {
        font-size: 14px;
    }

    .b-follow-block {
        padding: 32px;
    }

    .b-follow-block {
        padding: 32px;
        border-radius: 24px;
        min-height: 250px;
    }

    .b-bottom-info-text {
        font-size: 28px;
        max-width: 680px;
    }

    .b-bottom-info {
        margin-top: 80px;
    }

    .b-noty {
        margin-top: 80px;
    }

    img.b-bottom-info-icon {
        top: -60px;
        width: calc(200px / 2);
    }

    .b-noty-block {
        padding: 32px;
        border-radius: 24px;
        min-height: 265px;
    }

    .b-noty-title {
        font-size: 20px;
        max-width: 380px;
    }

    .b-noty-text {
        font-size: 16px;
    }

    .b-noty-content {
        max-width: 495px;
    }

    .b-noty-block:before {
        width: 650px;
    }

    img.b-noty-icon {
        right: -55px;
        top: -75px;
        width: calc(320px / 2);
    }

    .b-products-title {
        font-size: 20px;
    }

    .b-product {
        max-width: 304px;
    }

    .b-product-photo img {
        height: 124px;
    }

    .b-slider-prev {
        width: 42px;
        height: 42px;
        border-radius: 12px;
        top: 125px;
    }

    .b-slider-prev svg {
        width: 8px;
    }

    .b-slider-next {
        width: 42px;
        height: 42px;
        border-radius: 12px;
        top: 125px;
    }

    .b-slider-next svg {
        width: 8px;
    }

    .detail-teacher-item-photo-block {
        width: 100px;
        height: 100px;
    }

    .detail-banner {
        border-radius: 24px;
    }

    .detail-photo {
        border-radius: 16px;
    }

    .detail-text {
        font-size: 16px;
    }

    .detail-photo-desctop {
        max-width: 380px;
    }

    img.detail-banner-icon {
        display: none;
    }

    .detail-title {
        font-size: 32px;
    }

    img.b-slider-icon-2 {
        display: none;
    }

    img.b-slider-icon-2 {
        display: none;
    }

    img.b-slider-icon-3 {
        display: none;
    }

    .detail-tg .detail-tg-info-icon-1 {
        display: none;
    }

    .detail-tg-block {
        height: 220px;
        border-radius: 24px;
    }

    .detail-tg-content {
        padding: 32px;
    }

    .detail-tg-title {
        font-size: 20px;
    }

    .detail-tg {
        margin-top: 80px;
    }

    .detail-back a {
        height: 38px;
        border-radius: 12px;
        font-size: 16px;
        padding: 0 18px;
        gap: 12px;
    }

    .detail-back svg {
        width: 8px;
    }
	
	.b-viferon-block {
	    height: 280px;
	}
	.b-viferon-title {
	    margin: 13px 0 8px 0;
	}
	.b-viferon-desc {
	    font-size: 16px;
	}
	.b-viferon-under-text {
        margin-top: 5px;
        margin-left: -15px;
    }
}

@media screen and (max-width: 1024px) {
    img.b-slider-icon-1 {
        left: -65px;
    }
}

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

    .b-page {
        max-width: 700px;
    }

    .b-head {
        min-height: auto;
        flex-direction: column;
    }

    .b-head-content {
        padding-bottom: 0;
    }

    .b-head-title {
        max-width: 700px;
    }

    .b-head-image {
        margin-right: 0;
        max-width: 264px;
        min-height: 320px;
    }

    img.b-head-icon-1 {
        width: calc(200px / 2);
        right: 480px;
        bottom: 140px;
    }

    img.b-head-icon-2 {
        width: calc(170px / 2);
        right: 130px;
        bottom: 390px;
    }

    img.b-head-icon-3 {
        right: 105px;
        bottom: 150px;
        width: calc(450px / 2);
    }

    .b-head-banner {
        padding: 32px 24px;
        min-height: auto;
    }

    .b-head-banner-content {
        max-width: 410px;
    }

    .b-head-banner-text {
        max-width: 368px;
    }

    .b-teachers-title {
        max-width: 400px;
    }

    img.b-teachers-icon-1 {
        width: calc(200px / 2);
        right: -20px;
        bottom: auto;
        top: -35px;
    }

    .b-slider-slide {
        width: calc(33.33333% - 14px);
    }

    img.b-slider-icon-1 {
        top: -60px;
        left: -35px;
        width: calc(230px / 2);
    }

    .b-slide-title {
        margin-top: 16px;
    }

    .b-follow-block {
        padding: 32px 24px;
        min-height: auto;
    }

    .b-noty-block {
        padding: 32px 24px;
        min-height: auto;
    }

    .b-noty-block:before {
        width: 420px;
    }

    .b-noty-content {
        max-width: 400px;
    }

    img.b-bottom-info-icon {
        width: calc(150px / 2);
    }

    img.b-noty-icon {
        right: -35px;
        top: -60px;
        width: calc(200px / 2);
    }

    .b-product {
        max-width: 217px;
    }

    .b-product a {
        padding: 16px;
    }

    .b-product-title {
        font-size: 14px;
    }

    .b-product-photo img {
        height: 90px;
    }

    .b-slide-follow-button span {
        height: 42px;
    }

    .b-follow-buttons a {
        height: 50px;
        padding: 0 32px;
    }

    .detail-photo-desctop {
        display: none;
    }

    .detail-photo-mobile {
        display: block;
        margin-top: 32px;
    }

    .detail-sticker {
        height: 42px;
        padding: 0 18px;
    }

    .detail-banner {
        padding: 32px 24px;
    }

    .detail-tg-content {
        padding: 32px 24px;
    }

    .b-slide-lock-tg span {
        font-size: 10px;
    }
	
	.b-viferon-block {
		position: relative;
		height: auto;
	    background-image: url("./img/viferon-bg-m.jpg");
		aspect-ratio: 16/9;
	}
    .b-viferon-logo {
	    position: absolute;
		bottom: 32%;
	    left: 4%;
		width: 33vw;
        height: auto;
	}
    .b-viferon-content {
	    position: absolute;
		top: 7%;
	    left: 4%;
	}
    .b-viferon-title {
	    font-size: 6vw;
	}
	.b-viferon-desc {
        font-size: 2.5vw;
    }
	.b-viferon-under-text {
	    position: absolute;
	    bottom: 19%;
		margin: 0;
		left: 1.3%;
		font-size: 1.6vw;
	}
}

@media screen and (max-width: 767px) {
    .b-head-title {
        max-width: 410px;
        font-size: 26px;
    }

    .b-head-text {
        margin-top: 16px;
    }

    .b-head-panel {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 24px;
        gap: 16px;
    }

    .b-head-image {
        max-width: 231px;
        min-height: 280px;
        margin-bottom: -24px;
    }

    img.b-head-icon-1 {
        width: calc(160px / 2);
        right: auto;
        left: 0;
        transform: translatex(-110px);
        bottom: 110px;
    }

    img.b-head-icon-3 {
        right: auto;
        left: 50%;
        transform: translatex(20px);
        bottom: 115px;
        width: calc(380px / 2);
    }

    img.b-head-icon-2 {
        width: calc(140px / 2);
        right: -16px;
        bottom: 350px;
    }

    .b-head-banner-text {
        margin-top: 16px;
    }

    .b-head-banner {
        padding-bottom: 240px;
    }

    .b-head-banner img {
        width: 700px;
        inset: auto auto 0 50%;
        transform: translatex(-50%);
        object-position: bottom;
    }

    .b-head-banner-text {
        max-width: none;
    }

    .b-head-banner-content {
        max-width: none;
    }

    .b-head-banner-title {
        max-width: 410px;
    }

    .b-head-banner-text {
        font-size: 14px;
    }

    .b-teachers {
        margin-top: 42px;
    }

    .b-teachers-title {
        margin-bottom: 20px;
    }

    .b-teachers-list {
        flex-direction: column;
    }

    .b-teachers-item-sep {
        margin: 20px 0;
        width: 100%;
        height: 1px;
    }

    .b-teachers-item {
        flex-direction: column;
        gap: 16px;
    }

    .b-teachers-item-title {
        font-size: 18px;
    }

    .b-teachers-item-text {
        font-size: 13px;
    }

    img.b-teachers-icon-1 {
        width: calc(230px / 2);
        right: -45px;
        bottom: 115px;
        top: auto;
    }

    .b-slider {
        margin-top: 62px;
    }

    .b-slider-panel {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        gap: 16px;
    }

    .b-slider-panel-title {
        text-align: left;
        width: 100%;
    }

    .b-slider-panel-icon {
        display: block;
        flex: none;
        margin-left: auto;
        width: 34px;
    }

    .b-slider-slide {
        width: 100%;
        max-width: 318px;
    }

    .b-slider-container {
        margin: 0 -24px;
        padding: 0 24px;
    }

    .b-slider-prev {
        display: none;
    }

    .b-slider-next {
        display: none;
    }

    .b-slide-title {
        font-size: 16px;
    }

    .b-slide-lock-text {
        font-size: 14px;
    }

    .b-slide-follow-title {
        font-size: 14px;
    }

    .b-follow {
        margin-top: 62px;
    }

    .b-follow-block {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .b-follow-text {
        font-size: 14px;
    }

    img.b-follow-background {
        display: none;
    }

    .b-follow-buttons {
        flex-direction: column;
    }

    img.b-slider-icon-1 {
        top: auto;
        bottom: -120px;
        left: auto;
        right: -30px;
        width: calc(230px / 2);
        z-index: 2;
    }

    .b-bottom-info {
        margin-top: 100px;
    }

    .b-bottom-info-text {
        text-align: left;
        font-size: 26px;
    }

    img.b-bottom-info-icon {
        width: calc(110px / 2);
        left: 40px;
        top: -70px;
    }

    .b-noty {
        margin-top: 52px;
    }

    .b-noty-block {
        padding-bottom: 290px;
    }

    .b-noty-text {
        margin-top: 16px;
        font-size: 14px;
    }

    .b-noty-content {
        max-width: none;
    }

    .b-noty-block:before {
        display: none;
    }

    img.b-noty-background {
        inset: auto auto 0 50%;
        transform: translatex(-50%);
        width: 700px;
        object-position: bottom;
    }

    .b-products {
        margin-top: 100px;
    }

    .b-products-title {
        margin-bottom: 20px;
    }

    .b-product {
        max-width: none;
    }

    .b-product-photo img {
        height: 124px;
    }

    .b-product-title {
        font-size: 16px;
        max-width: 200px;
    }

    .b-product a {
        padding: 24px;
    }

    .b-products-list {
        gap: 16px;
    }

    img.b-noty-icon {
        right: -35px;
        top: auto;
        bottom: -105px;
        width: calc(170px / 2);
        transform: rotate(15deg);
    }

    .detail-teacher-item {
        flex-direction: column;
        gap: 16px;
    }

    .detail-teacher-item-title {
        font-size: 18px;
    }

    .detail-teacher-item-text {
        font-size: 13px;
    }

    .detail-title {
        font-size: 24px;
    }

    .detail-text {
        margin-top: 16px;
        font-size: 14px;
    }

    .detail-teacher-block {
        padding-top: 30px;
    }

    .detail-teacher-item-photo-block {
        width: 80px;
        height: 80px;
    }

    .detail-teacher-item-button span {
        font-size: 12px;
    }

    .detail-teacher-item-button {
        margin-top: 12px;
    }

    .detail-photo-block svg {
        width: 60px;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
    }

    .detail-photo-mobile {
        margin-top: 24px;
    }

    .detail-tg-block {
        height: auto;
    }

    .detail-tg-title {
        font-size: 18px;
    }

    .detail-tg-text {
        font-size: 14px;
    }

    .detail-tg-panel {
        flex-wrap: wrap;
    }

    img.tg-background {
        display: none;
    }

    .detail-tg {
        margin-top: 62px;
    }

    .b-modal {
        padding: 0;
    }

    .b-modal-content {
        padding: 24px;
        border-radius: 0;
    }

    .b-modal-name {
        font-size: 22px;
    }

    .b-modal-preview-text {
        font-size: 16px;
    }

    .b-modal-photo-block {
        border-radius: 16px;
    }

    .b-modal-close {
        top: 16px;
        right: 16px;
    }

    .b-modal-photo {
        margin-bottom: 24px;
    }

    .b-modal-socials a {
        width: 40px;
    }

    .b-modal-socials {
        margin-top: 20px;
    }

    .b-modal-container {
        min-height: 100vh;
    }

    .b-modal-content {
        min-height: 100vh;
    }

    .b-video-contant {
        padding: 0;
    }

    .b-video-iframe iframe {
        border-radius: 0;
        aspect-ratio: auto;
        width: 100%;
        height: 100%;
    }

    .b-video-close {
        top: 16px;
        right: 16px;
    }

    .b-slide-lock-tg span {
        font-size: 14px;
        height: 50px;
        padding: 0 16px;
        gap: 10px;
    }

    .b-slide-lock-tg svg {
        flex: none;
        width: 20px;
    }
}