@font-face {
    font-family: roboto;
    src: url("../welgora_fonts/welgora_roboto-regular.woff2");
}

@font-face {
    font-family: "Yeon Sung";
    src: url("../welgora_fonts/welgora_yatraone-regular.ttf");
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

#confirmButton {
    border-radius: 30px;
    background: #1C2065;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    width: 200px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


#confirmButton:hover {
    background-color: #7F3FA7;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}



img {
    max-width: 100%;
}

body {
    font-family: roboto;
    background: #FFF;
}


.body__container {
    max-width: 1240px;
    margin: 0 auto;
}

.welgora_header__fixed {
    position: fixed;
    z-index: 10000;
    width: 100%;
    background: rgba(0, 0, 0, 0.80);
    top: 0px;
    left: 0;
}

.welgora_header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.welgora_header__box {
    padding-top: 59px;
}


.welgora_header__block {
    max-width: 715px;
    width: 100%;
}

.welgora_header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    list-style: none;
    gap: 83px;
}

.header__links{
    gap: 20px;
}

.welgora_header__burger {
    display: none;
}

.welgora_header__link {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.welgora_header__lang{
    color: #949494;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.active__lang{
    color: #FFF;
}

.welgora_header__wrap{
    background: url("../welgora_img/welgora-header-image.webp") no-repeat center right;
    background-size: 500px;
    padding-top: 175px;
    padding-bottom: 175px;
}

.welgora_header__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.5;
}

.welgora_header__info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    color: #FFF;
    width: 100%;
    max-width: 418px;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%; 
}

.welgora_header__info::after{
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 47px;
    height: 25px;
    background: url("../welgora_img/welgora-header-age.webp") no-repeat center center;
}

.welgora_header__title {
    color: #000;
    font-family: "Yeon Sung";
    font-size: 70px;
    font-weight: 400;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 20px;
}

.welgora_header__color{
    color: #9A4887;
}

.welgora_header__subtitle {
    color: #282828;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 20px;
}

.welgora_header__btn{
    color: #FFF;
    font-size: 25px;
    font-weight: 400;
    line-height: 120%; 
    font-family: "Yeon Sung";
    text-transform: uppercase;
    display: flex;
    padding: 15px 44px;
    justify-content: center;
    align-items: center;
    background: #000;
    width: max-content;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.welgora_header__btn:hover{
    color: #E64B42;
    background: #a8a4a4;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.welgora_header {
    background: url("../welgora_img/welgora-header-background.webp") no-repeat center center;
    background-size: cover;
    margin-bottom: 80px;
}

.welgora_about__wrap {
    background: url("../welgora_img/welgora-about-background.webp") no-repeat bottom left;
    background-size: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 0px;
    padding-bottom: 60px;
}
.welgora_about__content {
    max-width: 820px;
    width: 100%;
}
.welgora_about__title {
    color: #000;
    font-family: "Yeon Sung";
    font-size: 40px;
    font-weight: 400;
    line-height: 120%; /* 48px */
    text-transform: uppercase;
    margin-bottom: 20px;
}
.welgora_about__text {
    color: #282828;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%; 
    margin-bottom: 15px;
}

.welgora_about__image{
    min-height: 300px;
    width: 100%;
    background: url("../welgora_img/welgora-graxmas-about-image.webp") no-repeat center center;
    background-size: cover;
}

.welgora_about__text:last-child{
    margin-bottom: 0;
}

.welgora_choose {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #E0E0E0;
}
.welgora_choose__title {
    color: #000;
    text-align: center;
    font-family: "Yeon Sung";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 40px;
}
.welgora_choose__img{
    margin-bottom: 12px;
}
.welgora_about__name{
    color: #201A29;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
}
.welgora_choose__items {
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}
.welgora_choose__item {
    max-width: 260px;
    width: 100%;
    min-height: 250px;
    border-radius: 10px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(15px);
}
.welgora_choose__content {
    position: relative;
}
.welgora_choose__play {
    color: #FFF;
    font-family: "Yeon Sung";
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 30px */
    text-transform: uppercase;
    display: flex;
    padding: 15px 44px;
    justify-content: center;
    align-items: center;
    background: #000;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.welgora_choose__play:hover{
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    color: #AB2300;
}


.welgora_choose__img{
    border-radius: 15px;
}

.welgora_why {
    padding-top: 50px;
    padding-bottom: 50px;
}
.welgora_why__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.welgora_why__left {
    max-width: 820px;
}
.welgora_why__title {
    color: #000;
    font-family: "Yeon Sung";
    font-size: 40px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.welgora_why__text {
    color: #282828;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}
.welgora_why__right {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    gap: 20px;
}

.welgora_footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #000;
}
.welgora_footer__top {
    margin-bottom: 24px;
}
.welgora_footer__head {
    color: #F1F1F1;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 16px;
}
.welgora_footer__text {
    color: #F1F1F1;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%; 
    text-transform: uppercase;
}
.welgora_footer__items {
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 24px;
    max-width: 700px;
    gap: 100px;
}
.footer__list{
    display: flex;
    align-items: center;
    gap: 100px;
}
.footer__list::before{
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 84px;
    height: 40px;
    background: url("../welgora_img/welgora-footer-age.webp") no-repeat center center;
}
.welgora_footer__links {
    padding-left: 0;
    list-style: none;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}
.welgora_footer__link {
    color: #F1F1F1;
    font-size: 14px;
    font-weight: 700;
    line-height: 130%;
    transition: 0.4s;
}
.welgora_footer__link:hover {
    opacity: 0.5;
    transition: 0.4s;
}
.welgora_footer__sup {
    color: #A1A1A1;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 130%;
}



.active_lang{
    color: #fff;
}

.slick-prev,
.slick-next {
    display: none !important;
}

.modal__text {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}


.header__hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
}


.info__title,
.content__title {
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    margin: 0;
    margin-bottom: 16px;

}

.info__head,
.terms__subtitle {
    margin: 0;
    color: #000;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 16px;
}

.info__text,
.terms__text {
    margin: 0;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 16px;
}




.welgora_demo__title {
    color: #000;
    font-family: "Yeon Sung";
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 84px */
    text-transform: uppercase;
    margin-bottom: 40px;
}

.welgora_demo__wrap{
    width: 100%;
}

.welgora_demo__wrapper {
    border-radius: 10px;
    border: 1px solid #fff;
}

.welgora_demo__wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 720px;
    border-radius: 20px;
}

.welgora_demo__content {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.welgora_demo__start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    border-radius: 30px;
    min-height: 509px;
    width: 100%;
}


.welgora_demo__play {
    color: #030306;
    font-size: 17px;
    font-weight: 900;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 14px;
    width: 213px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 13px;
    background: #FCC8FF;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.welgora_demo__play:hover {
    background: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.welgora_demo__iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.welgora_demo {
    padding-top: 80px;
    padding-bottom: 80px;
}

.welgora_contact__wrap {
    display: flex;
    justify-content: flex-end;
    background: url("../welgora_img/welgora-about-background.webp") no-repeat center left;
    background-size: 300px;
}
.welgora_contact__content {
    max-width: 900px;
    width: 100%;
    padding: 40px;
    border-radius: 20px;
    background: #EEE;
}
.welgora_contact__title {
    color: #000;
    font-family: "Yeon Sung";
    font-size: 40px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.welgora_contact__info {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #201A29;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 24px;
}
.welgora_contact__info::before{
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    background: url("../welgora_img/welgora-contact-email.png") no-repeat center;
}
.welgora_contact__form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.welgora_contact__label {
    color: #201A29;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%; 
    margin-bottom: 8px;
}
.welgora_contact__input {
    color: #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    width: 100%;
    margin-bottom: 16px;
}
.welgora_contact__message {
    color: #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    height: 100px;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    width: 100%;
    margin-bottom: 16px;
    resize: none;
}
.welgora_contact__btn {
    color: #FFF;
    font-family: "Yeon Sung";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 30px */
    text-transform: uppercase;
    display: flex;
    padding: 15px 44px;
    border: none;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    background: #000;
    transition: 0.4s;
}
.welgora_contact__btn:hover {
    background: #fff;
    color: #000;
    transition: 0.4s
}
.welgora_contact__messages {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000;
    font-size: 14px;
}


.active__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal_form {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

}

.modal_form__content {
    position: relative;
    top: 0%;
    border-radius: 30px 0px;
    background: #FFF5E8;
    padding: 32px;
    max-width: 506px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal_form__title {
    color: #884200;
    text-align: center;
    font-size: 38px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 32px;
}

.modal_form__left {
    width: 100%;
}

.modal_form__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}

.modal_form__links {
    color: #301C12;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    /* 18px */
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal_form__links:hover {
    opacity: 0.5;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal_form__input {
    border-radius: 10px;
    border: 1px solid rgba(48, 28, 18, 0.30);
    background: transparent;
    padding: 16px;
    width: 100%;
    margin-bottom: 16px;
    color: rgba(48, 28, 18, 0.50);
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}

.modal_form__resets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 24px;
}

.modal_form__reset {
    color: #808080;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
}

.modal_form__input::-webkit-input-placeholder {
    color: rgba(48, 28, 18, 0.50);
}

.modal_form__input::-moz-placeholder {
    color: rgba(48, 28, 18, 0.50);
}

.modal_form__input:-ms-input-placeholder {
    color: rgba(48, 28, 18, 0.50);
}

.modal_form__input::-ms-input-placeholder {
    color: rgba(48, 28, 18, 0.50);
}

.modal_form__input::placeholder {
    color: rgba(48, 28, 18, 0.50);
}

.modal_form__btn {
    padding: 14px 24px;
    width: 246px;
    border-radius: 50px;
    border-radius: 10000px;
    border: 1px solid #884200;
    background: -o-linear-gradient(358deg, #F4B515 -2.63%, #D0550E 101.69%);
    background: linear-gradient(92deg, #F4B515 -2.63%, #D0550E 101.69%);
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 100%;
    cursor: pointer;
    margin-bottom: 16px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal_form__messages {
    display: none;
    color: #808080;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 16px;
}

.modal_form__btn:hover {
    background: #fff;
    color: #884200;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.modal_form__wrappper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal__text {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}

.modal_form__close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #000;
    font-size: 24px;
}


.modal_form__close1 {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #000;
    font-size: 24px;
}

.modal_form__sub {
    color: #4D4D4D;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    margin-top: 32px;
}

.desc__top {
    padding-top: 120px;
    padding-bottom: 50px;
}

.mob_nav{
    display: none;
}


.mob{
    display: none;
}

@media (max-width: 1260px) {
    .body__container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .welgora_header__fixed {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .welgora_header__burger {
        display: block;
        cursor: pointer;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 22px;
        height: 22px;
    }

    .welgora_header__title {
        font-size: 36px;
    }

    /* Эффект перекрестия */
    .welgora_header__burger.active_menu .bar:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 1px;
        -ms-transform-origin: 1px;
        transform-origin: 1px;
    }

    .welgora_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0;
        /* Скрыть вторую палочку */
    }

    .welgora_header__burger.active_menu .bar:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 5px;
        -ms-transform-origin: 5px;
        transform-origin: 5px;
    }

    .welgora_header__line {
        height: 2px;
        background-color: #fff;
        margin: 4px 0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .menu {
        display: none;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 15px;
        background: rgba(0, 0, 0, 0.80);
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 59px;
        left: 0;
        width: 100%;

        border-radius: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        align-items: center;
        max-width: 100%;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 20px;
        padding: 20px;
    }

    .menu.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }


    .mob_nav{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .dec_nav{
        display: none;
    }

    .welgora_header__block{
        max-width: 48vw;
    }
    .welgora_header__wrap {
        background: url(../welgora_img/welgora-header-image.webp) no-repeat bottom right;
        padding-top: 80px;
        padding-bottom: 0px;
        background-size: 300px;
    }

    .welgora_about__content{
        max-width: 48vw;
    }

    .welgora_about__wrap {
        background: url(../welgora_img/welgora-about-background.webp) no-repeat bottom left;
        background-size: 350px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .welgora_header{
        margin-bottom: 40px;
    }

    .mob{
        display: flex;
    }

    .desc{
        display: none;
    }

    .welgora_why__wrap{
        gap: 20px;
    }

    .welgora_about__text{
        font-size: 16px;
    }

    .welgora_why__left{
        max-width: 48vw;
    }

    .welgora_why__text{
        font-size: 16px;
    }

    .welgora_choose__items{
        justify-content: center;
    }

    .welgora_contact__content{
        max-width: 56vw;
    }
}


@media (max-width: 767px) {
    .welgora_header__block{
        max-width: 100%;
    }

    .welgora_header{
        padding-top: 40px;
        margin-bottom: 40px;
    }
    .welgora_header__wrap {
        background: url(../welgora_img/welgora-header-image.webp) no-repeat top center;
        padding-bottom: 0px;
        padding-top: 400px;
        background-size: 250px;
    }

    .welgora_header__btn{
            margin-left: auto;
    }

    .welgora_about__content{
        max-width: 100%;
    }

    .welgora_about__wrap {
        background: url(../welgora_img/welgora-about-background.webp) no-repeat bottom center;
        background-size: 300px;
        padding-top: 0px;
        padding-bottom: 340px;
    }

    .welgora_why__wrap{
        flex-direction: column;
    }

    .welgora_why__left{
        max-width: 100%;
    }

    .welgora_contact__content{
        max-width: 100%;
    }

    .welgora_contact__wrap {
        display: flex;
        justify-content: flex-end;
        background: url(../welgora_img/welgora-about-background.webp) no-repeat center top;
        padding-top: 300px;
        background-size: 300px;
    }

}


@media (max-width: 575px) {
    .body__container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .welgora_header__fixed {
        padding-left: 10px;
        padding-right: 10px;
    }

    .welgora_demo__title {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .welgora_demo__wrapper {
        padding-top: 260px;
        border-radius: 20px
    }

    .welgora_demo__start {
        min-height: 239px;
    }

    .welgora_demo {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .menu {
        top: 59px;
    }

    .modal_form__content {
        padding: 40px 30px;
    }

    .modal_form__title {
        font-size: 30px;
    }

    .modal_form__links {
        font-size: 14px;
    }

    .welgora_header__icon {
        max-width: 123px;
        width: 100%;
    }

    .welgora_header__info{
        font-size: 12px;
    }

    .welgora_header__link{
        font-size: 14px;
    }

    .welgora_header__title {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .welgora_header__subtitle {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .welgora_header__box {
        padding-top: 0px;
    }

    .desc__top {
        padding-top: 120px;
        padding-bottom: 30px;
    }

    .welgora_header__nav{
        gap: 15px;
    }

    .welgora_header{
        padding-top: 80px;
        margin-bottom: 60px;
    }

    .welgora_header__btn{
        padding: 15px 44px;
        font-size: 25px;
    }

    .welgora_about__title{
        font-size: 26px;
    }

    .welgora_about__text{
        font-size: 14px;
        margin-bottom: 10px;
    }

    .welgora_choose{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .welgora_choose__title{
        font-size: 26px;
    }

    .welgora_choose__subtitle{
        font-size: 12px;
    }


    .accordion__header{
        font-size: 16px;
    }

    .accordion__content{
        font-size: 14px;
    }

    .accordion__item{
        margin-bottom: 16px;
    }

    .welgora_footer__items{
        flex-direction: column;
        gap: 16px;
    }

    .footer__list{
        flex-direction: column;
        gap: 16px;
    }

    .welgora_footer__links{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
    }

    .welgora_footer{
        padding-top: 24px;
        padding-bottom: 24px;
    }



    .desc__top {
        padding-top: 120px;
        padding-bottom: 50px;
    }

    .welgora_about__image{
        min-height: 180px;
    }

    .welgora_why__title{
        font-size: 26px;
    }

    .welgora_why__text{
        font-size: 14px;
    }

    .welgora_contact__content{
        padding: 20px 16px;
    }

    .welgora_contact__title{
        font-size: 26px;
    }
    
}