body {
    font-family: 'Inter', sans-serif;
    cursor: default;
    background-color: #F0F0F0;
    color: #2d2d2d;
}

img {
    max-width: 100%;
    width: auto;
}

p {
    margin-bottom: 0;
}

input.error {
    border-color: #FF0A4A !important;
}

.form-check.error .form-check-label {
    color: #FF0A4A !important;
}

/*
logo panel
 */
.header-logo-panel-wrapper {
    margin: 30px 0;
    width: 100%;
}

.header-logo-panel {
    background-color: #fff;
    border-radius: 25px;
    padding: 15px;
}

.logotype, .location {
    margin-right: 30px;
}

.logotype path.color1 {
    fill: #ff6347;
}

.logotype path.color2 {
    fill: #fff;
}

.logotype circle.color1 {
    stroke: #ff6347;
    fill: #fff;
}

.location {
    font-weight: 500;
    cursor: pointer;
}

.job-time {
    cursor: pointer;
}

.soc-icons {
    margin-left: 10px;
    margin-right: 10px;
}

.soc-icon {
    margin: 10px;
}

.soc-icon svg path.color1 {
    fill: #2B9FB0;
}

.soc-icon svg path.color2 {
    fill: #fff;
}

.phone, .phone:hover {
    font-size: 20px;
    color: #fff;
    background-color: #2B9FB0;
    border-radius: 50px;
    padding: 5px 10px;
    text-decoration: none;
}

/*
slider
 */

@media (min-width: 576px) {
    .header-slider .slide {
        min-width: 540px;
    }
}
@media (min-width: 768px) {
    .header-slider .slide {
        min-width: 720px;
    }
}
@media (min-width: 992px) {
    .header-slider .slide {
        min-width: 720px;
    }
}
@media (min-width: 1200px) {
    .header-slider .slide {
        min-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .header-slider .slide {
        min-width: 1320px;
    }
}

.header-slider .slide .slide-wrapper {
    position: relative;
    width: 100%;
    margin: 0;
    border-radius: 50px;
}

.header-slider .slide .slide-bg-color {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    border-radius: inherit;
    z-index: 1;
    background-color: #2B9FB0;
}

.header-slider .slide .slide-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: inherit;
    z-index: 2;
}

.header-slider .slide .slide-info {
    margin: 0;
    z-index: 3;
    position: relative;
}

.header-slider .slide .slide-flex {
    display: flex;
    justify-content: space-between;
}

.header-slider .slide .slide-left-side {
    padding: 50px;
    width: 50%;
}

.header-slider .slide .slide-left-side.slide-no-pic {
    width: 100%;
}

.header-slider .slide .slide-offer {
    background-color: #fff;
    border-radius: 20px;
    width: max-content;
    padding: 5px 10px;
    color: #2B9FB0;
    font-size: 15px;
    margin-top: 20px;
}

.header-slider .slide .slide-title {
    font-size: 60px;
    color: #fff;
    font-weight: 900;
    line-height: 61px;
    margin-top: 20px;
}

.header-slider .slide .slide-text {
    font-size: 20px;
    text-align: justify;
    margin-top: 20px;
}

.header-slider .slide .slide-btn-wrapper {
    position: relative;
}

.header-slider .slide .slide-btn-block {
    max-width: max-content;
    margin-top: 50px;
    background-color: #FF6347;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding: 20px 40px;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: relative;
}

.gradient a:before {
    content: '';
    width: 100%;
    height: 100%;
    margin-top: 14px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    filter: blur(10px);
    background: linear-gradient(to left, transparent 0%, #fff 40%, #fff 60%, transparent 100%);
    transform: translate(-100%, -25%) rotate(0deg);
    animation: blick 6s infinite;
}

.slide-right-side {
    min-height: 650px;
    max-height: 650px;
}

.header-slider .slick-dots {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}

.header-slider .slick-dots li button {
    font-size: 0;
    color: transparent;
    border: 2px solid transparent;
    outline: none;
    background-color: #fff;
    border-radius: 50%;
    padding: 2px;
    margin-right: 15px;
    cursor: pointer;
}

.header-slider .slick-dots li.slick-active button {
    background-color: #2B9FB0;
}

/*
banners
 */

.banners > div {
    margin: 40px 0;
}

.banners > div:first-child .banner-text-block {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    background-color: #fff;
}

.banners > div:first-child .banner-image-block {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.banners > div:last-child .banner-text-block {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #fff;
}

.banners > div:last-child .banner-image-block {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.banners .banner-text-block {
    padding: 30px 20px;
}

.banners .banner-text-block .banner-title {
    font-size: 50px;
    font-weight: 900;
    line-height: 50px;
    margin-bottom: 30px;
}

.banners .banner-text-block .banner-text {
    font-size: 20px;
    font-weight: 300;
}

.banners .banner-image-block {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banners .banner-buttons {
    display: flex;
    margin-top: 30px;
}

.banners .banner-buttons > div {
    cursor: pointer;
}

.banners .banner-action-btn {
    background-color: #FF6347;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    border-radius: 50px;
    padding: 5px 40px;
    text-decoration: none;
}

/*
features
 */

.features {
    margin-top: 50px;
}

.features-title {
    font-size: 50px;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 50px;
}

.features-desktop > .row > .col {
    padding: 20px 30px;
}

.features-desktop > .row > .col:nth-child(1) {
    background-color: #fff;
    border-radius: 25px 25px 0 25px;
}

.features-desktop > .row > .col:nth-child(4) {
    background-color: #fff;
    border-radius: 0 25px 25px 0;
}

.features-desktop > .row > .col:nth-child(5) {
    background-color: #FF6347;
    border-radius: 25px 0 25px 25px;
    color: #fff;
}

.feature-block {
    display: flex;
    align-items: center;
}

.feature-number {
    font-size: 70px;
    font-weight: 900;
    margin-right: 30px;
    width: 50px;
}

.feature-title {
    font-size: 20px;
    font-weight: 900;
}

.feature-text {
    font-size: 15px;
}

.features-btn-wrapper {
    border: 1px solid #2B9FB0;
    border-radius: 50px;
    width: max-content;
    padding: 30px 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.features-btn-wrapper-text {
    font-size: 25px;
    color: #2B9FB0;
    font-weight: 900;
    white-space: nowrap;
}

.features-btn-block-icon {
    margin-right: 30px;
}

/*
warranty
 */

.warranty{
    background: #2B9EAF;
    background: linear-gradient(180deg,rgba(43, 158, 175, 1) 0%, rgba(22, 80, 89, 1) 100%);
    margin-top: 50px;
    margin-bottom: 50px;
}

.warranty-title {
    font-size: 90px;
    font-weight: 900;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
}

.warranty-subtitle {
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
}

.warranty-text {
    font-size: 23px;
    line-height: normal;
    font-weight: 300;
    max-width: 490px;
    margin-top: 30px;
}

.warranty-text div {
    color: #fff;
    background-color: #FF6347;
    border-radius: 5px;
    padding: 2px;
    animation: pulse 2s linear infinite;
    display: inline-block;
}

.warranty-block {
    display: flex;
    align-items: center;
    padding: 30px 0 0;
}

.warranty-block .warranty-column {
    width: 50%;
}

.warranty form {
    margin-top: 50px;
    max-width: 430px;
}

.warranty form .form-element {
    margin-bottom: 20px;
}

.warranty form input[type="text"] {
    background-color: #F1F2F6;
    border: 1px solid transparent;
    border-radius: 50px;
    max-width: 430px;
    padding: 15px;
    width: 100%;
    outline: none;
}

.warranty form .form-check {
    max-width: 350px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.warranty form .form-check-label, .warranty form .form-check-label a {
    font-size: 15px;
    color: #fff;
    font-weight: 200;
    text-decoration: none;
}

.warranty form button {
    background-color: #FF6347;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    line-height: normal;
    border: none;
    border-radius: 50px;
    max-width: 430px;
    padding: 13px;
    width: 100%;
}

.warranty form .spinner-border {
    --bs-text-opacity: 1;
    color: #fff;
}

.warranty form .status-result .text-success, .warranty form .status-result .text-danger {
    color: #fff !important;
}

.messenger {
    background-color: #fff;
    border-radius: 10px;
}

.messenger-block {
    padding: 50px 60px 40px;
}

.messenger-title {
    font-size: 50px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 50px;
}

.messenger-text {
    font-size: 20px;
    font-weight: 500;
    max-width: 470px;
}

.messenger-politika {
    font-size: 10px;
    font-weight: 300;
}

.messenger-btn {
    margin-top: 40px;
    margin-bottom: 40px;
}

.messenger-btn-block {
    display: flex;
    align-items: center;
}

.messenger-btn-item {
    margin-right: 50px;
}

.messenger-btn-block-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background-color: #2B9FB0;
    z-index: 2;
    position: relative;
    margin: auto;
}

.messenger-btn-block {
    position: relative;
    margin-bottom: 30px;
}

.messenger-btn-block i {
    width: 15px;
    height: 15px;
    border-radius: 50px;
    opacity: 0.3;
    -webkit-animation: ripple1 3s linear infinite;
    animation: ripple1 3s linear infinite;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
}

.messenger-btn-block i {
    background-color: rgba(43, 159, 176, 0.5);
}

.messenger-btn-block i:nth-child(2) {
    -webkit-animation: ripple2 3s linear infinite;
    animation: ripple2 3s linear infinite;
}

.messenger-btn a {
    text-decoration: none;
    font-size: 15px;
    color: inherit;
}

.messenger-politika a {
    color: #2B9FB0;
    text-decoration: none;
}

.messenger img {
    border-radius: 500px 10px 10px 500px;
}

.format {
    margin-top: 80px;
    margin-bottom: 50px;
}

.format-title {
    font-size: 90px;
    line-height: 1;
    font-weight: 900;
    max-width: 1000px;
    margin-bottom: 50px;
    margin-left: 20px;
}

.format-item {
    border-radius: 25px;
    background-color: #fff;
    max-width: calc((100% - 64px) / 2);
    width: 100%;
    position: relative;
}

.format-item .classes-items {
    width: 100%;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.format-item .classes-items img, .format-item > img {
    width: 100%;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.format-item-text-block {
    padding: 35px;
    margin-bottom: 50px;
}

.format-item-title {
    font-size: 50px;
    font-weight: 900;
    margin-right: 30px;
    line-height: 1;
}

.format-item-subtitle {
    font-size: 12px;
    max-width: 250px;
}

.format-item-text {
    font-size: 20px;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 40px;
}

.format-item-location {
    margin-bottom: 40px;
}

.format-item-location svg {
    margin-right: 10px;
}

.format-item-location-text {
    font-size: 16px;
}

.format-item-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 35px;
}

.format-item-buttons > div > div {
    cursor: pointer;
}

.format-item-buttons .format-item-btn {
    background-color: #FF6347;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    border-radius: 50px;
    padding: 5px 30px;
}

.format-item-buttons a {
    text-decoration: none;
    color: inherit;
}

.cashback {
    background-color: #2B9FB0;
    padding-top: 50px;
    padding-bottom: 150px;
}

.cashback-title {
    font-size: 90px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    -webkit-mask-image: linear-gradient(-75deg, #fff 30%, rgba(255, 255, 255, .6) 50%, #fff 70%);
    -webkit-mask-size: 200%;
    animation: wave 2s infinite;
}

.cashback-text {
    background-color: #FF6347;
    color: #fff;
    font-size: 25px;
    font-weight: 900;
    border-radius: 5px;
    padding: 5px 30px;
    max-width: max-content;
    margin: 0 auto;
}

.down-banners {
    margin-top: -120px;
}

.banner-buttons-info-title {
    font-size: 20px;
    line-height: 1;
    font-weight: 800;
}

.banner-buttons-info-text {
    font-size: 10px;
    max-width: 150px;
}

.banner-action-btn-phone {
    font-size: 15px;
    font-weight: 400;
}

.contract {
    background-color: #2B9FB0;
}

.contract .container {
    background-image: url('/themes/as76/assets/new2/images/contract-pic.webp');
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 50px 0;
}

.contract-title {
    font-size: 90px;
    font-weight: 900;
    line-height: 105px;
    text-transform: uppercase;
    max-width: 600px;
    color: #fff;
    margin-bottom: 20px;
}

.contract-title span {
    background-color: #FF6347;
    padding: 0 10px;
}

.contract-text {
    font-size: 25px;
    font-weight: 300;
    max-width: 650px;
    line-height: normal;
    margin-bottom: 40px;
}

.contract-block {
    display: flex;
}

.contract-block > div {
    width: 50%;
}

.contract-button {
    background-color: #fff;
    color: #2B9FB0;
    font-size: 25px;
    font-weight: 600;
    padding: 30px 150px;
    border-radius: 100px;
    max-width: max-content;
    margin: auto;
    cursor: pointer;
}

.price {
    background-color: #fff;
}

.price .container {
    padding: 110px 50px 50px;
}

.price-pics {
    position: relative;
    width: max-content;
}

.price-pics > img:not(.position-absolute) {
    z-index: 1;
    border-radius: 25px;
}

.price-pics > div.position-absolute {
    z-index: 2;
}

.price-pics > img.position-absolute {
    z-index: 3;
}

.price-pics > div.price-pics-counter {
    bottom: -48px;
    left: -47px;
    right: 0;
    background-color: #2B9FB0;
    border-radius: 20px;
    padding: 25px 30px;
    color: #fff;
}

.price-pics > div.price-pics-counter .price-counter-title {
    font-size: 20px;
    font-weight: 900;
}

.price-pics > div.price-pics-counter .price-counter-counter {
    font-size: 50px;
    font-weight: 900;
    line-height: 52px;
}

.price-pics > div.price-pics-counter .price-counter-text {
    font-size: 20px;
    font-weight: 900;
    line-height: 20px;
}

.price-pics > img.price-top {
    left: -37px;
    top: -52px;
    box-sizing: border-box;
    border-radius: 25px;
    border: 7px solid #fff;
    max-width: 192px;
}

.price-pics > img.price-bottom {
    right: -70px;
    bottom: -16px;
    box-sizing: border-box;
    border-radius: 25px;
    border: 7px solid #fff;
    max-width: 234px;
}

.price-info-title {
    font-size: 50px;
    font-weight: 900;
    line-height: 60px;
    margin-bottom: 10px;
}

.price-info-amount {
    background-color: #FF6347;
    padding: 5px 10px;
    color: #fff;
    font-size: 25px;
    font-weight: 900;
    line-height: 1;
    margin-right: 20px;
}

.price-info-kpp {
    font-size: 20px;
}

.price-info-list-title {
    margin-top: 25px;
    font-size: 25px;
    font-weight: 600;
}

.price-info ul li {
    font-size: 25px;
    font-weight: 300;
}

.price-info-btn {
    background-color: #FF6347;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    border-radius: 50px;
    padding: 10px 40px;
    cursor: pointer;
}

.price-btn-text {
    font-size: 10px;
    text-align: center;
    margin-top: 7px;
}

.animate-line {
    background: #2B9FB0;
    background: linear-gradient(90deg,rgba(43, 159, 176, 1) 0%, rgba(18, 67, 74, 1) 100%);
    overflow: hidden;
}

.animate-line .animate-line-items {
    display: flex;
    width: fit-content;
    animation: ticker 15s linear infinite;
    -webkit-transform-style: preserve-3d;
}

.animate-line .animate-line-items div {
    color: #fff;
    font-size: 45px;
    padding: 7px 5px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-backface-visibility: hidden;
}

.discounts {
    padding: 50px 0 80px;
}

.discounts-title {
    font-size: 50px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 50px;
}

.discounts-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
}

.discount-arrow {
    background-color: #FF6347;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    margin-right: 20px;
}

.discount-item-title {
    font-size: 25px;
    font-weight: 600;
    color: #000;
}

.discount-item-text {
    font-size: 20px;
}

.discount-btn {
    color: #2B9FB0;
    font-size: 25px;
    font-weight: 600;
    border: 1px solid #2B9FB0;
    padding: 10px 25px;
    border-radius: 50px;
    margin-right: 50px;
    cursor: pointer;
}

.discount-btn-social {
    display: flex;
    align-items: center;
}

.discount-btn-social > a {
    margin-right: 50px;
}

.mother-bg {
    background-color: #2B9FB0;
    padding: 80px 0;
}

.certificate-bg {
    background-color: #2B9FB0;
    padding: 115px 0 120px;
    background-image: url('/themes/as76/assets/new2/images/certificate-pic.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.service-item-info {
    max-width: 640px;
}

.service-item-title {
    font-size: 90px;
    font-weight: 900;
    line-height: 1;
    color: #fff;
    margin-bottom: 25px;
}

.service-item-text {
    font-size: 25px;
    font-weight: 200;
    color: #fff;
    margin-bottom: 25px;
}

.service-item-btn {
    color: #fff;
    background-color: #FF0A4A;
    border-radius: 50px;
    font-size: 25px;
    font-weight: 600;
    padding: 15px 30px;
    max-width: max-content;
    cursor: pointer;
}

.mother-bg img {
    filter: drop-shadow(0px 4px 22px #ffffff);
}

.reviews .container {
    padding: 80px 0 40px;
}

.reviews-block {
    display: flex;
    align-items: start;
}

.reviews-block > div:first-child {
    width: 600px;
    padding: 0 117px;
}

.reviews-videos-block {
    position: relative;
    margin: auto;
}

.reviews-videos .review-video {
    cursor: pointer;
    width: 367px !important;
}

.reviews-videos .review-video .review-video-frame {
    width: 367px;
    position: relative;
}

.reviews-videos .review-video .review-video-frame video {
    width: 367px;
    aspect-ratio: 9 / 16;
}

.reviews-videos .review-video .review-video-frame video.first-player {
    border-radius: 50px;
}

.reviews-videos .review-video .review-video-frame video.second-player {
    border-radius: 50px;
}

.reviews-videos .review-video .review-video-frame div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.reviews-videos .review-video .review-video-frame div svg path {
    fill: rgba(255, 255, 255, 0.5);
}

.reviews-video img {
    border-radius: 50px;
}

.reviews-videos-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: max-content;
    margin: 20px auto;
}

.reviews-videos-buttons > button {
    border: 1px solid #2B9FB0;
    border-radius: 10px;
    padding: 5px 25px;
}

.reviews-videos-buttons > button:first-child {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.reviews-videos-buttons > button:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.reviews-videos-buttons > button svg {
    stroke: #2B9FB0;
}

.reviews-videos-buttons > button:last-child svg {
    transform: rotateY(180deg);
}

.reviews-stars {
    position: absolute;
    top: 30px;
    right: -55px;
    background-color: #FF6347;
    padding: 10px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reviews-stars > svg {
    margin: 2px;
}

.reviews-title {
    font-size: 90px;
    font-weight: 900;
    line-height: 1;
}

.reviews-insert {
    background-color: #fff;
    width: 760px;
    border-radius: 25px;
    margin-top: 50px;
    padding: 30px;
}

.reviews-insert > div {
    max-height: 363px;
    overflow-y: auto;
}

.reviews-insert > div > .center_kupiapp {
    margin-bottom: 0 !important;
}

.footer {
    background: #2B9FB0;
    background: linear-gradient(180deg,rgba(43, 159, 176, 1) 0%, rgba(18, 67, 74, 1) 100%);
}

.footer .container {
    padding: 50px 0;
}

.footer .container:first-child {
    padding: 50px 0 10px;
}

.footer-title {
    font-size: 50px;
    font-weight: 900;
    line-height: 1;
    color: #fff;
}

.footer-btn-social {
    display: flex;
    align-items: center;
}

.footer-btn-social a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    margin-right: 20px;
}

.footer-timer, .footer-form {
    color: #fff;
    margin-top: 20px;
}

.footer-timer {
    margin-right: 20px;
}

.footer-timer .timer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-timer .timer .timer-time {
    display: flex;
    align-items: center;
    margin: 0 10px 10px;
}

.footer-timer .timer .timer-time .time {
    font-size: 100px;
    width: 70px;
    height: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2D2D2D;
    border-radius: 10px;
}

.footer-timer .timer .timer-time .time:first-child {
    margin-right: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.footer-timer .timer .timer-time .time:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.footer-timer .timer-text {
    font-size: 10px;
    font-weight: 200;
}

.footer-form form > div:first-child {
    margin-bottom: 20px;
}

.footer-form input[type="text"], .footer-form button {
    border: 1px solid transparent;
    border-radius: 15px;
    padding: 15px;
    width: 100%;
    outline: none;
}

.footer-form input[type="text"]:first-child {
    max-width: 200px;
    margin-right: 20px;
    width: 100%;
}

.footer-form .form-check {
    font-size: 10px;
    font-weight: 200;
    margin-bottom: 0;

    max-width: 200px;
    margin-right: 20px;
    width: 100%;
}

.footer-form .form-check, .footer-form .form-check a {
    text-decoration: none;
    color: inherit;
}

.footer-form button {
    font-size: 18px;
    background-color: #FF6347;
    color: #fff;
    border: none;
}

.footer-form form .spinner-border {
    --bs-text-opacity: 1;
    color: #fff;
}

.footer-form form .status-result .text-success, .footer-form form .status-result .text-danger {
    color: #fff !important;
}

.footer-dotted-line {
    margin: 25px 0;
    border-top: 1px dashed #fff;
}

.footer-city-select a {
    color: #fff;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 50px;
    padding: 3px 12px;
    margin-left: 20px;
    font-size: 15px;
}

.footer-city-select a.select {
    border-color: #fff;
}

.footer-centres {
    margin-top: 40px;
}

.footer-centre {
    margin-bottom: 30px;
    padding: 0 30px;
}

.footer-centre svg {
    width: 25px;
    margin-top: 4px;
}

.footer-centre-title {
    color: #fff;
    font-size: 15px;
    margin-left: 5px;
}

.footer-centre-job-time {
    color: #fff;
    font-size: 10px;
    margin-top: 5px;
    margin-left: 21px;
}

.footer-centre-route {
    color: #fff;
    font-size: 11px;
    width: max-content;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 3px 12px;
    margin-top: 10px;
    cursor: pointer;
    margin-left: 21px;
}

.footer-centre-route a {
    color: #fff;
    text-decoration: none;
}

.footer-centre-route svg {
    margin-right: 7px;
}

.footer #yamap {
    width: 100%;
    height: 300px
}

.footer-copyright, .footer-copyright a {
    color: #fff;
    font-size: 10px;
    text-decoration: none;
}

.modal-content {
    border-radius: 50px;
}

.modal-body {
    padding: 40px 0;
}

.modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.modal-feedback {
    max-width: 400px;
    margin: auto;
}

.modal-feedback .modal-title {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: normal;
    max-width: 300px;
    margin: auto;
    margin-bottom: 20px;
}

.modal-feedback .modal-text {
    text-align: center;
    font-size: 10px;
    font-weight: 200;
    color: #2D2D2D;
    margin-bottom: 20px;
}

.modal-feedback .modal-text span {
    background-color: #FF6347;
    border-radius: 5px;
    padding: 5px;
    color: #fff;
}

.modal-feedback form {
    width: 100%;
    margin-bottom: 20px;
}

.modal-feedback form .form-element {
    margin-bottom: 20px;
}

.modal-feedback form .form-element input {
    width: 100%;
    background-color: #F1F2F6;
    border-radius: 50px;
    outline: none;
    border: 1px solid transparent;
    padding: 15px 30px;
}

.modal-feedback form .form-check {
    max-width: max-content;
    margin: auto;
    margin-bottom: 20px;
}

.modal-feedback form .form-check .form-check-label, .modal-feedback form .form-check .form-check-label a {
    font-size: 10px;
    font-weight: 200;
    text-decoration: none;
    color: #2d2d2d;
}

.modal-feedback form button {
    background-color: #2B9FB0;
    color: #fff;
    border-radius: 50px;
    outline: none;
    border: none;
    padding: 15px 30px;
    width: 100%;
}

.modal-feedback .modal-social-block {
    width: max-content;
    margin: auto;
}

.modal-feedback .modal-social-text {
    color: #2d2d2d;
    font-size: 10px;
    font-weight: 200;
    text-align: center;
    margin-bottom: 10px;
}

#instructors .modal-dialog {
    --bs-modal-width: 1140px;
}

#instructors .modal-body {
    padding-bottom: 20px;
}

.modal-instructors {
    padding: 20px 20px 0;
}

.modal-instructors .modal-instructor {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.modal-instructors .modal-instructor > div {
    width: 50%;
}

.modal-instructors .modal-instructor .modal-instructor-info {
    padding-right: 20px;
}

.modal-instructors .modal-instructor .modal-instructor-info .modal-instructor-info-lastname {
    font-size: 50px;
    font-weight: 900;
    line-height: 1;
    margin-right: 20px;
}

.modal-instructors .modal-instructor .modal-instructor-info .modal-instructor-info-name {
    font-size: 40px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 20px;
}

.modal-instructors .modal-instructor .modal-instructor-info .modal-instructor-info-text {
    font-size: 20px;
    font-weight: 200;
    line-height: 1;
    margin-bottom: 20px;
    text-align: justify;
}

.modal-instructors .modal-instructor .modal-instructor-info .modal-instructor-info-slider-control {
    display: flex;
    justify-content: space-between;
    font-weight: 900;
    font-size: 15px;
    margin-bottom: 20px;
}

.modal-instructors .modal-instructor .modal-instructor-info .modal-instructor-info-slider-control > div {
    cursor: pointer;
}

.modal-instructors .modal-instructor .modal-instructor-info form > div:first-child {
    margin-bottom: 20px;
}

.modal-instructors .modal-instructor .modal-instructor-info form .form-element {
    width: 50%
}

.modal-instructors .modal-instructor .modal-instructor-info form .form-check {
    width: 50%;
    padding-right: 10px;
    padding-left: 30px;
}

.modal-instructors .modal-instructor .modal-instructor-info form .form-check .form-check-label {
    font-size: 10px;
}

.modal-instructors .modal-instructor .modal-instructor-info form button {
    width: 50%;
    margin-left: 20px;
    background-color: #FF6347;
    color: #fff;
    border-radius: 50px;
    outline: none;
    border: none;
    padding: 15px 20px;
    font-size: 15px;
}

.modal-instructors .modal-instructor .modal-instructor-info form .form-element input {
    width: 100%;
    background-color: #F1F2F6;
    border-radius: 50px;
    outline: none;
    border: 1px solid transparent;
    padding: 15px 30px;
}

.modal-instructors .modal-instructor .modal-instructor-info form .form-element:first-child {
    padding-right: 10px;
}

.modal-instructors .modal-instructor .modal-instructor-info form .form-element:last-child {
    padding-left: 10px;
}

.modal-instructors .modal-instructor .modal-instructor-photo img {
    border-radius: 50px;
    max-width: 100%;
    width: 100%;
}

.modal-cities, .modal-job-time {
    padding: 10px 30px 0;
}

.modal-cities .modal-cities-title, .modal-job-time .modal-job-time-title {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 10px;
}

.modal-cities a {
    color: #2d2d2d;
    text-decoration: none;
}

.modal-job-time .modal-job-time-text * {
    font-size: 15px !important;
}

.modal-download a {
    background: #0E1A24;
    border-radius: 10px;
    width: 150px;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.modal-download a:last-child {
    margin-bottom: 0;
}

.modal-download a .modal-download-icon img {
    width: 29px;
}

.modal-download a > div > div:not(.modal-download-icon) {
    line-height: normal;
}

.modal-download a .modal-download-icon {
    margin-right: 7px;
}

#trailer video, #functions video, #loyalty video {
    padding: 0 40px;
}

.modal-instructors-videos {
    max-width: 260px;
    margin: auto;
}

.modal-instructors-videos .video {
    width: inherit;
}

.modal-instructors-videos .video .video-frame {
    width: inherit;
    height: 485px;
}

.modal-instructors-videos .video .video-frame video {
    width: inherit;
    aspect-ratio: 9 / 16;
    border-radius: 15px;
}

.modal-instructors-videos .video .video-info {
    display: flex;
    margin: 10px;
}

.modal-instructors-videos .video .video-info::before {
    content: '';
    border-left: 2px solid #F44648;
    height: 35px;
    margin-top: 10px;
    margin-right: 10px;
}

.modal-instructors-videos .video .video-info .video-title {
    font-size: 18px;
    color: #2d2d2d;
    font-weight: 600;
}

.modal-instructors-videos .video .video-info .video-text {
    font-size: 16px;
    color: #2d2d2d;
}

.modal-instructors-videos-slider-control {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 15px;
}

.modal-instructors-videos-slider-control > div {
    font-weight: 600;
    cursor: pointer;
}

.popup-modal-desktop .modal-content {
    background-color: #2B9FB0;
}

.popup-modal-desktop .modal-body {
    padding: 0;
}

.popup-modal-desktop .modal-popup {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.popup-modal-desktop .modal-popup > div {
    width: 50%;
}

.popup-modal-desktop .modal-popup .modal-popup-left {
    height: -webkit-fill-available;
}

.popup-modal-desktop .modal-popup .modal-popup-right {
    padding: 40px;
    padding-top: 60px;
}

.popup-modal-desktop .modal-popup .modal-popup-left .modal-popup-img {
    max-width: 100%;
    height: inherit;
    border-top-left-radius: 47px;
    border-bottom-left-radius: 47px;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.popup-modal-desktop .modal-popup .modal-title {
    font-size: 50px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    line-height: 1;
}

.popup-modal-desktop .modal-popup .modal-subtitle {
    font-size: 30px;
    font-weight: 400;
    text-transform: lowercase;
    color: #fff;
    text-align: center;
    line-height: 1;
    margin-bottom: 10px;
}

.popup-modal-desktop .modal-popup .modal-text {
    font-size: 20px;
    font-weight: 200;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
}

.popup-modal-desktop .modal-popup .modal-alert {
    font-size: 15px;
    font-weight: 200;
    padding: 5px 10px;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;

    max-width: max-content;
    margin: auto;
    margin-bottom: 30px;
}

.popup-block form {
    width: 100%;
    margin-bottom: 20px;
}

.popup-block form .form-element {
    margin-bottom: 20px;
}

.popup-block form .form-element input {
    width: 100%;
    background-color: #F1F2F6;
    border-radius: 50px;
    outline: none;
    border: 1px solid transparent;
    padding: 15px 30px;
}

.popup-block form .form-check {
    max-width: max-content;
    margin: auto;
    margin-bottom: 20px;
}

.popup-block form .form-check .form-check-label, .popup-block form .form-check .form-check-label a {
    font-size: 10px;
    font-weight: 200;
    color: #fff;
    text-decoration: none;
}

.popup-block form button {
    background-color: #2B9FB0;
    color: #fff;
    border-radius: 50px;
    outline: none;
    border: none;
    padding: 15px 30px;
    width: 100%;
}


@media (max-width: 766px) {
    .header-logo-panel {
        font-size: 11px;
    }

    .logotype, .location {
        margin-right: 20px;
    }

    .logotype {
        width: 100px !important;
    }

    /*.header-slider {
        min-height: 740px;
        max-height: 740px;
    }

    .header-slider .slide {
        min-height: 740px;
        max-height: 740px;
    }*/

    .header-slider > div {
        padding: 0 20px !important;
    }

    .header-slider .container {
        padding: 0;
    }

    .header-slider .slick-slide {
        max-width: 100%;
    }

    .header-slider .slick-slide > div {
        height: 100%;
    }

    .header-slider .slide {
        width: 100% !important;
        height: 100%;
        max-width: 100% !important;
    }

    .header-slider .slide .slide-wrapper {
        margin: 0;
        border-radius: 25px;
        height: 100%;
    }

    .header-slider .slide .slide-bg-color, .header-slider .slide .slide-bg-image {
        left: 5px;
        right: 5px;
    }

    .header-slider .slide .slide-flex {
        display: block;
    }

    .header-slider .slide .slide-left-side {
        width: 100%;
        padding: 50px 20px 0;
    }

    .header-slider .slide .slide-offer {
        font-size: 10px;
        margin: auto;
    }

    .header-slider .slide .slide-title {
        font-size: 40px;
        line-height: 1;
        text-align: center;
    }

    .header-slider .slide .slide-text {
        font-size: 18px;
        text-align: center;
    }

    .header-slider .slide .slide-btn-block {
        position: relative;
        margin: 20px auto;
        padding: 10px 40px;
    }

    .header-slider .slide .slide-right-side {
        text-align: center;
        min-height: auto;
        max-height: none;
    }

    .header-slider .slide .slide-right-side img {
        max-width: 250px;
        min-height: auto;
        max-height: none;
        margin: auto;
    }

    .header-slider .slick-dots {
        display: none !important;
    }

    .banners .banner-text-block {
        padding: 20px;
    }

    .banners > div:first-child .banner-text-block {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    .banners > div:first-child .banner-image-block {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        background-position: right;
    }

    .banners .banner-text-block .banner-title {
        font-size: 17px;
        line-height: 1;
        margin-bottom: 15px;
    }

    .banners .banner-text-block .banner-text {
        font-size: 10px;
        line-height: 1;
    }

    .banners .banner-buttons {
        display: block;
        margin-top: 15px;
    }

    .banners .banner-buttons .banner-action-btn {
        font-size: 10px;
        font-weight: 300;
        margin-bottom: 15px;
        padding: 0;
        text-align: center;
    }

    .banners .banner-buttons svg {
        max-width: 15px !important;
        min-width: 15px !important;
        width: 100% !important;
    }

    .banners .banner-buttons .banner-play {
        font-size: 10px;
        font-weight: 300;
    }

    .features-title {
        font-size: 35px;
        line-height: 1;
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }

    .features-mobile > .row {
        margin: 0 10px;
    }

    .features-mobile > .row > .col {
        border-radius: 25px;
    }

    .features-mobile > .row > .col:nth-child(2n) {
        background-color: #fff;
    }

    .features-mobile > .row > .col:nth-child(6) {
        background-color: #FF6347;
        color: #fff;
    }

    .features-mobile .features-btn-block-icon {
        margin-right: 10px;
    }

    .feature-title {
        font-size: 15px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .feature-text {
        font-size: 12px;
        line-height: 1;
    }

    .features-btn-wrapper {
        margin: auto;
        border: none;
        padding: 15px;
    }

    .features-btn-wrapper-text {
        font-size: 15px;
    }

    .warranty {
        background: #2B9EAF;
        padding-top: 30px;
    }

    .warranty .container {
        padding: 0;
    }

    .warranty .warranty-block {
        display: block;
    }

    .warranty-block .warranty-column {
        width: 100%;
    }

    .warranty-title {
        font-size: 50px;
        margin-right: calc(var(--bs-gutter-x) * .5);
        margin-left: calc(var(--bs-gutter-x) * .5);
    }

    .warranty-subtitle {
        font-size: 25px;
        margin-right: calc(var(--bs-gutter-x) * .5);
        margin-left: calc(var(--bs-gutter-x) * .5);
    }

    .warranty-text {
        font-size: 17px;
        margin-right: calc(var(--bs-gutter-x) * .5);
        margin-left: calc(var(--bs-gutter-x) * .5);
    }

    .warranty form {
        margin-top: 20px;
        padding-top: 135px;
        background-image: url('/themes/as76/assets/new2/images/warranty-mobile-pic.webp');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        position: relative;
    }

    .warranty form .form-element {
        text-align: center;
    }

    .warranty form .form-element:first-child {
        margin-top: 100px;
    }

    .warranty form input[type="text"] {
        max-width: 300px;
    }

    .warranty form .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 50px;
        margin-left: 0;
        max-width: none;
    }

    .warranty form .form-check-label, .warranty form .form-check-label a {
        font-size: 10px;
        line-height: 1;
        margin-left: 5px;
    }

    .warranty form button {
        font-size: 15px;
        max-width: 300px;
        position: absolute;
        bottom: -20px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .warranty img {
        display: none;
    }

    .messenger {
        border-radius: 50px;
    }

    .messenger-block {
        padding: 30px 20px;
    }

    .messenger-title-block {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .messenger-title {
        font-size: 20px;
        margin-bottom: 0;

        text-align: center;
    }

    .messenger-text {
        font-size: 15px;
        font-weight: 200;
    }

    .messenger-politika {
        font-size: 7px;
        text-align: center;
    }

    .margin-top {
        margin-bottom: 20px;
    }

    .messenger-btn-block {
        justify-content: space-around;
        margin-bottom: 15px;
    }

    .messenger-btn-item {
        margin-right: 0;
        width: 50px;
    }

    .messenger-btn-block-icon {
        width: 40px;
        height: 40px;
    }

    .messenger-btn-block-icon svg {
        width: 20px !important;
    }

    .messenger-btn a {
        font-size: 10px;
    }

    .messenger img {
        display: none;
    }

    .format {
        margin-top: 40px;
    }

    .format-title {
        font-size: 35px;
        margin-bottom: 30px;
    }

    .format-item {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .format-item-text-block {
        padding: 20px;
        margin-bottom: 0;
    }

    .format-item-title {
        font-size: 30px;
    }

    .format-item-subtitle {
        font-size: 10px;
        max-width: none;
    }

    .format-item-text {
        font-size: 15px;
        text-align: justify;
        margin: 15px 0;
    }

    .format-item-location {
        margin-bottom: 20px;
    }

    .format-item-location-text {
        font-size: 15px;
    }

    .format-item-buttons {
        position: relative;
        padding: 0 20px 20px;
    }

    .format-item-buttons .format-item-btn {
        font-size: 15px;
        max-width: max-content;
        margin: auto;
        margin-bottom: 15px;
    }

    .format-item-buttons svg {
        max-width: 15px !important;
        min-width: 15px !important;
        width: 100% !important;
    }

    .format-item-buttons .format-item-btn-play {
        font-size: 10px;
        font-weight: 300;
    }

    .cashback {
        padding: 50px 0;
    }

    .cashback-title {
        font-size: 60px;
        line-height: 1;
        margin-bottom: 15px;
    }

    .cashback-text {
        font-size: 15px;
    }

    .down-banners {
        margin-top: 0;
    }

    .down-banners .banners .banner-buttons .banner-action-btn {
        padding: 5px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .down-banners .banner-buttons-info-title {
        font-size: 13px;
    }

    .down-banners .banner-action-btn-phone {
        font-size: 10px;
        font-weight: 200;
    }

    .contract .container {
        background-image: none;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .contract-title {
        font-size: 40px;
        line-height: 42px;
    }

    .contract-text {
        font-size: 20px;
        text-align: justify;
    }

    .contract-block {
        display: block;
    }

    .contract-block > div {
        width: 100%;
    }

    .contract-block-left {
        text-align: center;
        margin-bottom: 20px;
    }

    .contract-button {
        font-size: 15px;
        padding: 15px 30px;
    }

    .price .container {
        padding: 50px 20px 20px;
        overflow: hidden;
    }

    .price-pics {
        width: auto;
        text-align: center;
    }

    .price-pics > img:not(.position-absolute) {
        max-width: 70%;
    }

    .price-pics > img.price-top {
        max-width: 122px;
        left: 0;
        top: -40px;
    }

    .price-pics > img.price-bottom {
        right: -10px;
        bottom: 20px;
        max-width: 120px;
    }

    .price-pics > div.price-pics-counter {
        padding: 10px 20px;
        max-width: max-content;
        bottom: -35px;
        left: 25px;
    }

    .price-pics > div.price-pics-counter img {
        max-width: 40px;
        margin-right: 10px;
    }

    .price-pics > div.price-pics-counter .price-counter-title {
        font-size: 15px;
        line-height: 1;
    }

    .price-pics > div.price-pics-counter .price-counter-counter {
        font-size: 40px;
        line-height: 1;
    }

    .price-pics > div.price-pics-counter .price-counter-text {
        font-size: 15px;
        line-height: 1;
    }

    .price-info {
        margin-top: 80px;
    }

    .price-info-title {
        font-size: 30px;
        line-height: 1;
    }

    .price-info-amount {
        font-size: 15px;
    }

    .price-info-kpp {
        font-size: 10px;
    }

    .price-info-list-title {
        font-size: 15px;
    }

    .price-info ul li {
        font-size: 15px;
    }

    .price-info-btn {
        margin-top: 30px;
    }

    .discounts {
        padding: 30px 0;
    }

    .discounts-title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .discounts-items {
        display: block;
        margin-bottom: 30px;
    }

    .discounts-items > div {
        margin-bottom: 15px;
    }

    .discount-arrow {
        font-size: 20px;
        width: 30px;
        height: 30px;
    }

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

    .discount-item-text {
        font-size: 15px;
    }

    .discount-btn {
        margin: auto;
        width: max-content;
        font-size: 15px;
    }

    .discount-btn-social {
        justify-content: space-around;
        margin-top: 15px;
    }

    .discount-btn-social > a {
        margin-right: 0;
    }

    .service-item-title {
        font-size: 40px;
    }

    .service-item-text {
        font-size: 15px;
    }

    .mother-bg {
        padding: 40px 0;
    }

    .certificate-bg {
        padding: 132px 0 135px;
    }

    .services .service-item .mother-bg .container > div, .services .service-item .certificate-bg .container > div {
        text-align: center;
    }

    .service-item-btn {
        font-size: 15px;
        margin: auto;
        margin-bottom: 20px;
    }

    .mother-bg img {
        max-width: 150px;
    }

    .reviews {
        overflow: hidden;
    }

    .reviews-block {
        display: block;
    }

    .reviews-block > div:first-child {
        max-width: none;
        width: 100%;
        padding: 0 10px;
    }

    .reviews-videos .review-video {
        width: auto !important;
    }

    .reviews-videos .review-video .review-video-frame {
        width: auto !important;
    }

    .reviews-videos .review-video .review-video-frame video {
        width: 100% !important;
        border-radius: 25px;
    }

    .reviews-right {
        padding: 20px;
    }

    .reviews-title {
        font-size: 35px;
    }

    .reviews-insert {
        width: 100%;
    }

    .footer .container {
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
    }

    .footer-title {
        font-size: 35px;
        margin-bottom: 20px;
        text-align: center;
    }

    .footer-btn-social {
        justify-content: center;
    }

    .footer-timer {
        margin-right: 0;
    }

    .footer-timer .timer .timer-time {
        margin: 0 5px 10px;
    }

    .footer-timer .timer .timer-time .time {
        font-size: 30px;
        width: 36px;
        height: 66px;
    }

    .footer-timer .timer .timer-time .time:first-child {
        margin-right: 5px;
    }

    .footer-form .form-check {
        max-width: 100%;
        margin: 20px 0;
    }

    .footer-form .form-check .form-check-label, .footer-form .form-check .form-check-label a {
        color: #fff;
        text-decoration: none;
    }

    .footer-city-select a {
        margin: 30px 0;
    }

    .footer-centres {
        margin-top: 0;
    }

    .modal-instructors .modal-instructor {
        flex-direction: column-reverse;
    }

    .modal-instructors .modal-instructor > div {
        width: 100%;
    }

    .modal-instructors .modal-instructor .modal-instructor-info {
        padding-right: 0;
    }

    .modal-instructors .modal-instructor .modal-instructor-info .modal-instructor-info-lastname {
        font-size: 40px;
        margin-right: 10px;
    }

    .modal-instructors .modal-instructor .modal-instructor-info .modal-instructor-info-name {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .modal-instructors .modal-instructor .modal-instructor-info .modal-instructor-info-text {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .modal-instructors .modal-instructor .modal-instructor-info form .form-element {
        width: 100%;
    }

    .modal-instructors .modal-instructor .modal-instructor-info form .form-element:first-child {
        padding-right: 0;
        margin-bottom: 10px;
    }

    .modal-instructors .modal-instructor .modal-instructor-info form .form-element:last-child {
        padding-left: 0;
    }

    .modal-instructors .modal-instructor .modal-instructor-info form .form-check {
        width: 100%;
    }

    .modal-instructors .modal-instructor .modal-instructor-info form button {
        width: 100%;
        margin-left: 0;
    }

    #feedback .modal-body {
        padding: 20px;
    }

    .modal-feedback form {
        text-align: center;
    }

    .modal-feedback form .form-element {
        text-align: center;
    }

    .modal-feedback form .form-element input {
        width: 100%;
    }

    .modal-feedback form button {
        width: 100%;
    }

    .popup-mobile .popup-mobile-fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1051;
        padding-left: 20px;
        padding-right: 20px;
        transform: translate(0, calc(100% + 60px));
        transition: transform 0.5s linear;
    }

    .popup-mobile.show .popup-mobile-fixed {
        transform: translate(0, 20px);
    }

    .popup-mobile .popup-mobile-close {
        position: absolute;
        top: -40px;
        right: 40px;
    }

    .popup-mobile .popup-mobile-fixed .popup-mobile-wrapper {
        background-color: #2B9FB0;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        padding: 20px;
    }

    .popup-mobile .popup-mobile-fixed .popup-mobile-wrapper .popup-mobile-info img {
        border-radius: 15px;
        max-width: 100%;
        aspect-ratio: 2 / 1;
        margin-bottom: 10px;
    }

    .popup-mobile .popup-mobile-fixed .popup-mobile-wrapper .popup-mobile-info .popup-mobile-title {
        color: #fff;
        font-size: 30px;
        font-weight: 900;
        text-align: center;
        line-height: 1;
        text-transform: uppercase;
    }

    .popup-mobile .popup-mobile-fixed .popup-mobile-wrapper .popup-mobile-info .popup-mobile-subtitle {
        color: #fff;
        font-size: 20px;
        text-align: center;
        line-height: 1;
        text-transform: lowercase;
        margin-bottom: 10px;
    }

    .popup-mobile .popup-mobile-fixed .popup-mobile-wrapper .popup-mobile-info .popup-mobile-text {
        font-size: 12px;
        text-align: center;
        line-height: 1;
        margin-bottom: 10px;
    }

    .popup-mobile .popup-mobile-fixed .popup-mobile-wrapper .popup-mobile-info .popup-mobile-alert {
        color: #fff;
        font-size: 12px;
        text-align: center;
        line-height: 1;
        padding: 5px 10px;
        border: 1px solid #fff;
        border-radius: 20px;
        max-width: max-content;
        margin: auto;
        margin-bottom: 10px;
    }

    .popup-mobile .popup-mobile-fixed .popup-mobile-wrapper .popup-mobile-info form {
        padding: 0 10px;
    }

    .popup-mobile .popup-mobile-fixed .popup-mobile-wrapper .popup-mobile-info form .form-element {
        margin-bottom: 15px;
    }

    .popup-mobile .popup-mobile-fixed .popup-mobile-wrapper .popup-mobile-info form .form-element input {
        padding: 5px 15px;
        font-size: 15px;
    }

    .popup-mobile .popup-mobile-fixed .popup-mobile-wrapper .popup-mobile-info form .form-check .form-check-label, .popup-mobile .popup-mobile-fixed .popup-mobile-wrapper .popup-mobile-info form .form-check .form-check-label a {
        font-size: 8px;
    }

    .popup-mobile .popup-mobile-fixed .popup-mobile-wrapper .popup-mobile-info form button {
        padding: 5px 15px;
    }

    @keyframes rippleMobile1 {
        0% {
            transform: scale(1);
            opacity: 1;
        }
        100% {
            transform: scale(1.3);
            opacity: 0;
        }
    }

    @keyframes rippleMobile2 {
        0% {
            transform: scale(0.5);
            opacity: 1;
        }
        100% {
            transform: scale(1.3);
            opacity: 0;
        }
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes ripple1 {
    0% {
        transform: scale(5.5);
        opacity: 0.3;
    }
    100% {
        transform: scale(8.5);
        opacity: 0;
    }
}

@keyframes ripple2 {
    0% {
        transform: scale(3.5);
    }
    100% {
        transform: scale(5.5);
    }
}

@keyframes ticker {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes wave {
    from {
        -webkit-mask-position: 150%;
    }
    to {
        -webkit-mask-position: -50%;
    }
}

@keyframes blick {
    0% {
        transform: translate(-100%, -25%) rotate(0deg);
    }
    100% {
        transform: translate(100%, -25%) rotate(10deg);
    }
}
